{"versions":{"2.2.5":{"name":"@firebase/firestore","version":"2.2.5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1","@firebase/firestore-types":"2.2.0","@firebase/logger":"0.2.6","@firebase/util":"1.0.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.20","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.5","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"a7fdc3edcf4c165f827bec3b80115099462d6482","size":9600622,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.5.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.5_1619217717024_0.7070095909431457"},"_hasShrinkwrap":false,"publish_time":1619217724712,"_cnpm_publish_time":1619217724712,"contributors":[]},"2.2.4-canary.fc04353b4":{"name":"@firebase/firestore","version":"2.2.4-canary.fc04353b4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.fc04353b4","@firebase/firestore-types":"2.2.0-canary.fc04353b4","@firebase/logger":"0.2.6-canary.fc04353b4","@firebase/util":"1.0.0-canary.fc04353b4","@firebase/webchannel-wrapper":"0.4.1-canary.fc04353b4","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.fc04353b4","@firebase/app-types":"0.6.2-canary.fc04353b4"},"devDependencies":{"@firebase/app":"0.6.20-canary.fc04353b4","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.4-canary.fc04353b4","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"0c61ae1d7d2cfeffbd2d6c18cd2d8da3f35234cc","size":9600756,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.4-canary.fc04353b4.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.4-canary.fc04353b4_1619214896440_0.9536507564007921"},"_hasShrinkwrap":false,"publish_time":1619214896900,"_cnpm_publish_time":1619214896900,"contributors":[]},"2.2.4-canary.40888a004":{"name":"@firebase/firestore","version":"2.2.4-canary.40888a004","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.40888a004","@firebase/firestore-types":"2.2.0-canary.40888a004","@firebase/logger":"0.2.6-canary.40888a004","@firebase/util":"1.0.0-canary.40888a004","@firebase/webchannel-wrapper":"0.4.1-canary.40888a004","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.40888a004","@firebase/app-types":"0.6.2-canary.40888a004"},"devDependencies":{"@firebase/app":"0.6.20-canary.40888a004","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.4-canary.40888a004","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"0d1816b65006529011565c1d9a649dfe8fdce212","size":9600741,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.4-canary.40888a004.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.4-canary.40888a004_1619128288330_0.3485289760744905"},"_hasShrinkwrap":false,"publish_time":1619128289999,"_cnpm_publish_time":1619128289999,"contributors":[]},"2.2.4-canary.b86be0eca":{"name":"@firebase/firestore","version":"2.2.4-canary.b86be0eca","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.b86be0eca","@firebase/firestore-types":"2.2.0-canary.b86be0eca","@firebase/logger":"0.2.6-canary.b86be0eca","@firebase/util":"1.0.0-canary.b86be0eca","@firebase/webchannel-wrapper":"0.4.1-canary.b86be0eca","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.b86be0eca","@firebase/app-types":"0.6.2-canary.b86be0eca"},"devDependencies":{"@firebase/app":"0.6.20-canary.b86be0eca","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.4-canary.b86be0eca","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"9674e7497f2e48ed370dc2902588fa39661a3d19","size":9600706,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.4-canary.b86be0eca.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.4-canary.b86be0eca_1619084238102_0.7348558860479044"},"_hasShrinkwrap":false,"publish_time":1619084239718,"_cnpm_publish_time":1619084239718,"contributors":[]},"2.2.5-20213211990":{"name":"@firebase/firestore","version":"2.2.5-20213211990","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1","@firebase/firestore-types":"2.2.0","@firebase/logger":"0.2.6","@firebase/util":"1.0.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.20","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.5-20213211990","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"8ce3f4ad26b7afcc00787fd82cdf8c307de8bbb8","size":9601171,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.5-20213211990.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.5-20213211990_1619032531927_0.19402295716882345"},"_hasShrinkwrap":false,"publish_time":1619032532420,"_cnpm_publish_time":1619032532420,"contributors":[]},"2.2.4-canary.3f370215a":{"name":"@firebase/firestore","version":"2.2.4-canary.3f370215a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.3f370215a","@firebase/firestore-types":"2.2.0-canary.3f370215a","@firebase/logger":"0.2.6-canary.3f370215a","@firebase/util":"1.0.0-canary.3f370215a","@firebase/webchannel-wrapper":"0.4.1-canary.3f370215a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.3f370215a","@firebase/app-types":"0.6.2-canary.3f370215a"},"devDependencies":{"@firebase/app":"0.6.20-canary.3f370215a","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.4-canary.3f370215a","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"34ce9d3fa1b2cd5db52780db219bbe21129e0315","size":9600866,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.4-canary.3f370215a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.4-canary.3f370215a_1619032210596_0.48347162652759956"},"_hasShrinkwrap":false,"publish_time":1619032211088,"_cnpm_publish_time":1619032211088,"contributors":[]},"2.2.4-canary.633463e2a":{"name":"@firebase/firestore","version":"2.2.4-canary.633463e2a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.633463e2a","@firebase/firestore-types":"2.2.0-canary.633463e2a","@firebase/logger":"0.2.6-canary.633463e2a","@firebase/util":"1.0.0-canary.633463e2a","@firebase/webchannel-wrapper":"0.4.1-canary.633463e2a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.633463e2a","@firebase/app-types":"0.6.2-canary.633463e2a"},"devDependencies":{"@firebase/app":"0.6.20-canary.633463e2a","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.4-canary.633463e2a","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"c0976f529854c3bccbe3041071700e3289f472a6","size":9600908,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.4-canary.633463e2a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.4-canary.633463e2a_1618847578146_0.48215471153888023"},"_hasShrinkwrap":false,"publish_time":1618847578509,"_cnpm_publish_time":1618847578509,"contributors":[]},"2.2.4-canary.03e97b8b3":{"name":"@firebase/firestore","version":"2.2.4-canary.03e97b8b3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.03e97b8b3","@firebase/firestore-types":"2.2.0-canary.03e97b8b3","@firebase/logger":"0.2.6-canary.03e97b8b3","@firebase/util":"1.0.0-canary.03e97b8b3","@firebase/webchannel-wrapper":"0.4.1-canary.03e97b8b3","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.03e97b8b3","@firebase/app-types":"0.6.2-canary.03e97b8b3"},"devDependencies":{"@firebase/app":"0.6.20-canary.03e97b8b3","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.4-canary.03e97b8b3","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"34d3d6e8de9dbbc7b68e014182e788c04b4fcdb7","size":9598310,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.4-canary.03e97b8b3.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.4-canary.03e97b8b3_1618526188800_0.75563985260953"},"_hasShrinkwrap":false,"publish_time":1618526189279,"_cnpm_publish_time":1618526189279,"contributors":[]},"2.2.4-canary.31126afcd":{"name":"@firebase/firestore","version":"2.2.4-canary.31126afcd","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.31126afcd","@firebase/firestore-types":"2.2.0-canary.31126afcd","@firebase/logger":"0.2.6-canary.31126afcd","@firebase/util":"1.0.0-canary.31126afcd","@firebase/webchannel-wrapper":"0.4.1-canary.31126afcd","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.31126afcd","@firebase/app-types":"0.6.2-canary.31126afcd"},"devDependencies":{"@firebase/app":"0.6.20-canary.31126afcd","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.4-canary.31126afcd","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"54ac12781fc3603f1a64d512ed37ef916fd19607","size":9598273,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.4-canary.31126afcd.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.4-canary.31126afcd_1618509121349_0.6738087206768764"},"_hasShrinkwrap":false,"publish_time":1618509121730,"_cnpm_publish_time":1618509121730,"contributors":[]},"2.2.4-canary.d6809868c":{"name":"@firebase/firestore","version":"2.2.4-canary.d6809868c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.d6809868c","@firebase/firestore-types":"2.2.0-canary.d6809868c","@firebase/logger":"0.2.6-canary.d6809868c","@firebase/util":"1.0.0-canary.d6809868c","@firebase/webchannel-wrapper":"0.4.1-canary.d6809868c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.d6809868c","@firebase/app-types":"0.6.2-canary.d6809868c"},"devDependencies":{"@firebase/app":"0.6.20-canary.d6809868c","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.4-canary.d6809868c","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"83e43b1d7ff0461c7d910513348812ac3b158a80","size":9597794,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.4-canary.d6809868c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.4-canary.d6809868c_1618379834391_0.4098984711638378"},"_hasShrinkwrap":false,"publish_time":1618379834752,"_cnpm_publish_time":1618379834752,"contributors":[]},"0.0.900-exp.894b5da5a":{"name":"@firebase/firestore","version":"0.0.900-exp.894b5da5a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1","@firebase/firestore-types":"2.2.0","@firebase/logger":"0.2.6","@firebase/util":"1.0.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.0.900-exp.894b5da5a"},"devDependencies":{"@firebase/app":"0.6.20","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.894b5da5a","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"8e27ab619175969c24d33a45c07b6e3b13c4338c","size":3935862,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.894b5da5a.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.894b5da5a_1618378335375_0.7697141690917413"},"_hasShrinkwrap":false,"publish_time":1618378335746,"_cnpm_publish_time":1618378335746,"contributors":[]},"0.0.900-exp.f6733b13b":{"name":"@firebase/firestore","version":"0.0.900-exp.f6733b13b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1","@firebase/firestore-types":"2.2.0","@firebase/logger":"0.2.6","@firebase/util":"1.0.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.0.900-exp.f6733b13b"},"devDependencies":{"@firebase/app":"0.6.20","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.f6733b13b","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"ece8b9a9067d8aabd0c46e93e22aee18fcf345e5","size":3935865,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.f6733b13b.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.f6733b13b_1618361921214_0.8334257874830524"},"_hasShrinkwrap":false,"publish_time":1618361921523,"_cnpm_publish_time":1618361921523,"contributors":[]},"2.2.4-canary.f6733b13b":{"name":"@firebase/firestore","version":"2.2.4-canary.f6733b13b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.f6733b13b","@firebase/firestore-types":"2.2.0-canary.f6733b13b","@firebase/logger":"0.2.6-canary.f6733b13b","@firebase/util":"1.0.0-canary.f6733b13b","@firebase/webchannel-wrapper":"0.4.1-canary.f6733b13b","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.f6733b13b","@firebase/app-types":"0.6.2-canary.f6733b13b"},"devDependencies":{"@firebase/app":"0.6.20-canary.f6733b13b","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.4-canary.f6733b13b","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"21ccc112a3fd4d5a9e873df815e154207852062f","size":9598544,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.4-canary.f6733b13b.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.4-canary.f6733b13b_1618361663322_0.40556761486730886"},"_hasShrinkwrap":false,"publish_time":1618361664037,"_cnpm_publish_time":1618361664037,"contributors":[]},"2.2.4-canary.c100a7b28":{"name":"@firebase/firestore","version":"2.2.4-canary.c100a7b28","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.c100a7b28","@firebase/firestore-types":"2.2.0-canary.c100a7b28","@firebase/logger":"0.2.6-canary.c100a7b28","@firebase/util":"1.0.0-canary.c100a7b28","@firebase/webchannel-wrapper":"0.4.1-canary.c100a7b28","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.c100a7b28","@firebase/app-types":"0.6.2-canary.c100a7b28"},"devDependencies":{"@firebase/app":"0.6.20-canary.c100a7b28","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.4-canary.c100a7b28","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"ade7c74144a2e0f0614cc62f9a81b70637ae1831","size":9597994,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.4-canary.c100a7b28.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.4-canary.c100a7b28_1618357634348_0.2338827592426611"},"_hasShrinkwrap":false,"publish_time":1618357634748,"_cnpm_publish_time":1618357634748,"contributors":[]},"0.0.900-exp.22d84906a":{"name":"@firebase/firestore","version":"0.0.900-exp.22d84906a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1","@firebase/firestore-types":"2.2.0","@firebase/logger":"0.2.6","@firebase/util":"1.0.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.0.900-exp.22d84906a"},"devDependencies":{"@firebase/app":"0.6.20","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.22d84906a","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"b75b12e9572ed152aa35cd7e0ed0cb85fdb63cfa","size":3935886,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.22d84906a.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.22d84906a_1618356364318_0.2715423794419498"},"_hasShrinkwrap":false,"publish_time":1618356364873,"_cnpm_publish_time":1618356364873,"contributors":[]},"2.2.4-canary.4067cf059":{"name":"@firebase/firestore","version":"2.2.4-canary.4067cf059","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.4067cf059","@firebase/firestore-types":"2.2.0-canary.4067cf059","@firebase/logger":"0.2.6-canary.4067cf059","@firebase/util":"1.0.0-canary.4067cf059","@firebase/webchannel-wrapper":"0.4.1-canary.4067cf059","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.4067cf059","@firebase/app-types":"0.6.2-canary.4067cf059"},"devDependencies":{"@firebase/app":"0.6.20-canary.4067cf059","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.4-canary.4067cf059","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"68ac9adc5714c31e76085b20f54cd4f3f8a95c2d","size":9598077,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.4-canary.4067cf059.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.4-canary.4067cf059_1618340237222_0.27044512775070606"},"_hasShrinkwrap":false,"publish_time":1618340238247,"_cnpm_publish_time":1618340238247,"contributors":[]},"2.2.4-canary.442af0d2c":{"name":"@firebase/firestore","version":"2.2.4-canary.442af0d2c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.442af0d2c","@firebase/firestore-types":"2.2.0-canary.442af0d2c","@firebase/logger":"0.2.6-canary.442af0d2c","@firebase/util":"1.0.0-canary.442af0d2c","@firebase/webchannel-wrapper":"0.4.1-canary.442af0d2c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.442af0d2c","@firebase/app-types":"0.6.2-canary.442af0d2c"},"devDependencies":{"@firebase/app":"0.6.20-canary.442af0d2c","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.4-canary.442af0d2c","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"bbef14dd1d546bb602592832f0fa780c0d9fd583","size":9598018,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.4-canary.442af0d2c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.4-canary.442af0d2c_1618337428738_0.34061577934500753"},"_hasShrinkwrap":false,"publish_time":1618337429156,"_cnpm_publish_time":1618337429156,"contributors":[]},"2.2.4-canary.74fa5064a":{"name":"@firebase/firestore","version":"2.2.4-canary.74fa5064a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.74fa5064a","@firebase/firestore-types":"2.2.0-canary.74fa5064a","@firebase/logger":"0.2.6-canary.74fa5064a","@firebase/util":"1.0.0-canary.74fa5064a","@firebase/webchannel-wrapper":"0.4.1-canary.74fa5064a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.74fa5064a","@firebase/app-types":"0.6.2-canary.74fa5064a"},"devDependencies":{"@firebase/app":"0.6.20-canary.74fa5064a","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.4-canary.74fa5064a","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"bd11882c29db58e48190401a858384899dc8ab5b","size":9598037,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.4-canary.74fa5064a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.4-canary.74fa5064a_1618288764638_0.9015863993608051"},"_hasShrinkwrap":false,"publish_time":1618288765063,"_cnpm_publish_time":1618288765063,"contributors":[]},"2.2.4-canary.726bf6840":{"name":"@firebase/firestore","version":"2.2.4-canary.726bf6840","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.726bf6840","@firebase/firestore-types":"2.2.0-canary.726bf6840","@firebase/logger":"0.2.6-canary.726bf6840","@firebase/util":"1.0.0-canary.726bf6840","@firebase/webchannel-wrapper":"0.4.1-canary.726bf6840","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.726bf6840","@firebase/app-types":"0.6.2-canary.726bf6840"},"devDependencies":{"@firebase/app":"0.6.20-canary.726bf6840","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.4-canary.726bf6840","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"fad88d1cbc62b8629af901bdfb31bb5671dea22c","size":9598605,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.4-canary.726bf6840.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.4-canary.726bf6840_1618287151391_0.8718642321648673"},"_hasShrinkwrap":false,"publish_time":1618287152415,"_cnpm_publish_time":1618287152415,"contributors":[]},"2.2.4-canary.9bce0aed1":{"name":"@firebase/firestore","version":"2.2.4-canary.9bce0aed1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.9bce0aed1","@firebase/firestore-types":"2.2.0-canary.9bce0aed1","@firebase/logger":"0.2.6-canary.9bce0aed1","@firebase/util":"1.0.0-canary.9bce0aed1","@firebase/webchannel-wrapper":"0.4.1-canary.9bce0aed1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.9bce0aed1","@firebase/app-types":"0.6.2-canary.9bce0aed1"},"devDependencies":{"@firebase/app":"0.6.20-canary.9bce0aed1","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.4-canary.9bce0aed1","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"c322125fbe5fa1dd84c4175f065c4db83a086a2a","size":9597682,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.4-canary.9bce0aed1.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.4-canary.9bce0aed1_1618268138948_0.7539626391856471"},"_hasShrinkwrap":false,"publish_time":1618268139470,"_cnpm_publish_time":1618268139470,"contributors":[]},"2.2.4":{"name":"@firebase/firestore","version":"2.2.4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1","@firebase/firestore-types":"2.2.0","@firebase/logger":"0.2.6","@firebase/util":"1.0.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.20","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.4","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"d62edfb354cf6b17b5cbaaf153a4e6cb95a11b73","size":9597660,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.4.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.4_1618265099737_0.996371683176686"},"_hasShrinkwrap":false,"publish_time":1618265100160,"_cnpm_publish_time":1618265100160,"contributors":[]},"2.2.4-202131220326":{"name":"@firebase/firestore","version":"2.2.4-202131220326","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-202131220326","@firebase/firestore-types":"2.2.0","@firebase/logger":"0.2.6","@firebase/util":"1.0.0-202131220326","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-202131220326","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.20-202131220326","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.4-202131220326","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"2e863d1dbec9025b968178d28c1e27453618099c","size":9598646,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.4-202131220326.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.4-202131220326_1618260023280_0.5769586758478922"},"_hasShrinkwrap":false,"publish_time":1618260025184,"_cnpm_publish_time":1618260025184,"contributors":[]},"2.2.4-202131218423":{"name":"@firebase/firestore","version":"2.2.4-202131218423","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-202131218423","@firebase/firestore-types":"2.2.0","@firebase/logger":"0.2.6","@firebase/util":"1.0.0-202131218423","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-202131218423","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.20-202131218423","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.4-202131218423","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"752244a6bb8f15490b9edf79f8613ce6a07eb495","size":9597842,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.4-202131218423.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.4-202131218423_1618253443474_0.30794246723237495"},"_hasShrinkwrap":false,"publish_time":1618253443906,"_cnpm_publish_time":1618253443906,"contributors":[]},"2.2.3-canary.edf60452a":{"name":"@firebase/firestore","version":"2.2.3-canary.edf60452a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.0-canary.edf60452a","@firebase/firestore-types":"2.2.0-canary.edf60452a","@firebase/logger":"0.2.6-canary.edf60452a","@firebase/util":"0.4.1-canary.edf60452a","@firebase/webchannel-wrapper":"0.4.1-canary.edf60452a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.19-canary.edf60452a","@firebase/app-types":"0.6.2-canary.edf60452a"},"devDependencies":{"@firebase/app":"0.6.19-canary.edf60452a","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.3-canary.edf60452a","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"578a82e69f2d0abd9ae7b13a4b5db15f420e9456","size":9598010,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.3-canary.edf60452a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.3-canary.edf60452a_1618249482906_0.2398167405713374"},"_hasShrinkwrap":false,"publish_time":1618249483292,"_cnpm_publish_time":1618249483292,"contributors":[]},"2.2.3-canary.c9ae97c84":{"name":"@firebase/firestore","version":"2.2.3-canary.c9ae97c84","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.0-canary.c9ae97c84","@firebase/firestore-types":"2.2.0-canary.c9ae97c84","@firebase/logger":"0.2.6-canary.c9ae97c84","@firebase/util":"0.4.1-canary.c9ae97c84","@firebase/webchannel-wrapper":"0.4.1-canary.c9ae97c84","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.19-canary.c9ae97c84","@firebase/app-types":"0.6.2-canary.c9ae97c84"},"devDependencies":{"@firebase/app":"0.6.19-canary.c9ae97c84","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.3-canary.c9ae97c84","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"0fb006920f43e29868220661c6d70c9c096a2163","size":9597926,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.3-canary.c9ae97c84.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.3-canary.c9ae97c84_1618117530189_0.539193363119497"},"_hasShrinkwrap":false,"publish_time":1618117530559,"_cnpm_publish_time":1618117530559,"contributors":[]},"2.2.3-canary.d4b1cc207":{"name":"@firebase/firestore","version":"2.2.3-canary.d4b1cc207","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.0-canary.d4b1cc207","@firebase/firestore-types":"2.2.0-canary.d4b1cc207","@firebase/logger":"0.2.6-canary.d4b1cc207","@firebase/util":"0.4.1-canary.d4b1cc207","@firebase/webchannel-wrapper":"0.4.1-canary.d4b1cc207","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.19-canary.d4b1cc207","@firebase/app-types":"0.6.2-canary.d4b1cc207"},"devDependencies":{"@firebase/app":"0.6.19-canary.d4b1cc207","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.3-canary.d4b1cc207","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"721c7b887c6468b2892108562436c752d343959d","size":9597474,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.3-canary.d4b1cc207.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.3-canary.d4b1cc207_1618006260428_0.16210143536470434"},"_hasShrinkwrap":false,"publish_time":1618006260782,"_cnpm_publish_time":1618006260782,"contributors":[]},"2.2.3-canary.9df03c97c":{"name":"@firebase/firestore","version":"2.2.3-canary.9df03c97c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.0-canary.9df03c97c","@firebase/firestore-types":"2.2.0-canary.9df03c97c","@firebase/logger":"0.2.6-canary.9df03c97c","@firebase/util":"0.4.1-canary.9df03c97c","@firebase/webchannel-wrapper":"0.4.1-canary.9df03c97c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.19-canary.9df03c97c","@firebase/app-types":"0.6.2-canary.9df03c97c"},"devDependencies":{"@firebase/app":"0.6.19-canary.9df03c97c","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.3-canary.9df03c97c","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"5925c4da1403bfb4b2c9b8211200475cb5a41204","size":9597529,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.3-canary.9df03c97c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.3-canary.9df03c97c_1618003320871_0.7645627291861092"},"_hasShrinkwrap":false,"publish_time":1618003321309,"_cnpm_publish_time":1618003321309,"contributors":[]},"2.2.3-canary.626c05b36":{"name":"@firebase/firestore","version":"2.2.3-canary.626c05b36","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.0-canary.626c05b36","@firebase/firestore-types":"2.2.0-canary.626c05b36","@firebase/logger":"0.2.6-canary.626c05b36","@firebase/util":"0.4.1-canary.626c05b36","@firebase/webchannel-wrapper":"0.4.1-canary.626c05b36","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.19-canary.626c05b36","@firebase/app-types":"0.6.2-canary.626c05b36"},"devDependencies":{"@firebase/app":"0.6.19-canary.626c05b36","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.3-canary.626c05b36","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"3d46d1c00173f32e8225102b6d5167f25192c026","size":9597494,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.3-canary.626c05b36.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.3-canary.626c05b36_1617997954069_0.9542724646698022"},"_hasShrinkwrap":false,"publish_time":1617997954443,"_cnpm_publish_time":1617997954443,"contributors":[]},"2.2.3-canary.67b4f6222":{"name":"@firebase/firestore","version":"2.2.3-canary.67b4f6222","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.0-canary.67b4f6222","@firebase/firestore-types":"2.2.0-canary.67b4f6222","@firebase/logger":"0.2.6-canary.67b4f6222","@firebase/util":"0.4.1-canary.67b4f6222","@firebase/webchannel-wrapper":"0.4.1-canary.67b4f6222","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.19-canary.67b4f6222","@firebase/app-types":"0.6.2-canary.67b4f6222"},"devDependencies":{"@firebase/app":"0.6.19-canary.67b4f6222","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.3-canary.67b4f6222","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"7c83f44f9db5113ece312ed378e137257e43b1f6","size":9594895,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.3-canary.67b4f6222.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.3-canary.67b4f6222_1617984060367_0.4924744043941116"},"_hasShrinkwrap":false,"publish_time":1617984060739,"_cnpm_publish_time":1617984060739,"contributors":[]},"2.2.3-canary.59a2f7160":{"name":"@firebase/firestore","version":"2.2.3-canary.59a2f7160","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.0-canary.59a2f7160","@firebase/firestore-types":"2.2.0-canary.59a2f7160","@firebase/logger":"0.2.6-canary.59a2f7160","@firebase/util":"0.4.1-canary.59a2f7160","@firebase/webchannel-wrapper":"0.4.1-canary.59a2f7160","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.19-canary.59a2f7160","@firebase/app-types":"0.6.2-canary.59a2f7160"},"devDependencies":{"@firebase/app":"0.6.19-canary.59a2f7160","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.3-canary.59a2f7160","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"4087d9089c085196a9e741213d6eede1b18e4439","size":9594967,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.3-canary.59a2f7160.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.3-canary.59a2f7160_1617982241442_0.951009574670983"},"_hasShrinkwrap":false,"publish_time":1617982242849,"_cnpm_publish_time":1617982242849,"contributors":[]},"2.2.3-canary.5fa9bed0a":{"name":"@firebase/firestore","version":"2.2.3-canary.5fa9bed0a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.0-canary.5fa9bed0a","@firebase/firestore-types":"2.2.0-canary.5fa9bed0a","@firebase/logger":"0.2.6-canary.5fa9bed0a","@firebase/util":"0.4.1-canary.5fa9bed0a","@firebase/webchannel-wrapper":"0.4.1-canary.5fa9bed0a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.19-canary.5fa9bed0a","@firebase/app-types":"0.6.2-canary.5fa9bed0a"},"devDependencies":{"@firebase/app":"0.6.19-canary.5fa9bed0a","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.3-canary.5fa9bed0a","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"f53bd2f5d9484c4f14aa1fed06fe227fd56161f1","size":9595166,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.3-canary.5fa9bed0a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.3-canary.5fa9bed0a_1617935258109_0.48407866012170553"},"_hasShrinkwrap":false,"publish_time":1617935258471,"_cnpm_publish_time":1617935258471,"contributors":[]},"0.0.900-exp.b0c8425bc":{"name":"@firebase/firestore","version":"0.0.900-exp.b0c8425bc","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.0","@firebase/firestore-types":"2.2.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.1","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.0.900-exp.b0c8425bc"},"devDependencies":{"@firebase/app":"0.6.19","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.b0c8425bc","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"e219d54d61008428753ab259ec204df0448843c0","size":3934053,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.b0c8425bc.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.b0c8425bc_1617933936491_0.8352649164625201"},"_hasShrinkwrap":false,"publish_time":1617933936749,"_cnpm_publish_time":1617933936749,"contributors":[]},"2.2.3-canary.e767a4f01":{"name":"@firebase/firestore","version":"2.2.3-canary.e767a4f01","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.0-canary.e767a4f01","@firebase/firestore-types":"2.2.0-canary.e767a4f01","@firebase/logger":"0.2.6-canary.e767a4f01","@firebase/util":"0.4.1-canary.e767a4f01","@firebase/webchannel-wrapper":"0.4.1-canary.e767a4f01","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.19-canary.e767a4f01","@firebase/app-types":"0.6.2-canary.e767a4f01"},"devDependencies":{"@firebase/app":"0.6.19-canary.e767a4f01","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.3-canary.e767a4f01","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"32b61f42a11bafc98f929850eaee819ba764660f","size":9594851,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.3-canary.e767a4f01.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.3-canary.e767a4f01_1617933735544_0.32303234996332963"},"_hasShrinkwrap":false,"publish_time":1617933736208,"_cnpm_publish_time":1617933736208,"contributors":[]},"2.2.3-canary.520ca39d0":{"name":"@firebase/firestore","version":"2.2.3-canary.520ca39d0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.0-canary.520ca39d0","@firebase/firestore-types":"2.2.0-canary.520ca39d0","@firebase/logger":"0.2.6-canary.520ca39d0","@firebase/util":"0.4.1-canary.520ca39d0","@firebase/webchannel-wrapper":"0.4.1-canary.520ca39d0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.19-canary.520ca39d0","@firebase/app-types":"0.6.2-canary.520ca39d0"},"devDependencies":{"@firebase/app":"0.6.19-canary.520ca39d0","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.3-canary.520ca39d0","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"ba7f1c3d5c5856e86d78747a9bf3aea6835e45c3","size":9594867,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.3-canary.520ca39d0.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.3-canary.520ca39d0_1617931328655_0.5473646473258216"},"_hasShrinkwrap":false,"publish_time":1617931329079,"_cnpm_publish_time":1617931329079,"contributors":[]},"2.2.3-canary.d1f7e0210":{"name":"@firebase/firestore","version":"2.2.3-canary.d1f7e0210","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.0-canary.d1f7e0210","@firebase/firestore-types":"2.2.0-canary.d1f7e0210","@firebase/logger":"0.2.6-canary.d1f7e0210","@firebase/util":"0.4.1-canary.d1f7e0210","@firebase/webchannel-wrapper":"0.4.1-canary.d1f7e0210","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.19-canary.d1f7e0210","@firebase/app-types":"0.6.2-canary.d1f7e0210"},"devDependencies":{"@firebase/app":"0.6.19-canary.d1f7e0210","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.3-canary.d1f7e0210","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"cfdaaf9c53f89763a5d66dae76e5086df4674cb1","size":9594884,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.3-canary.d1f7e0210.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.3-canary.d1f7e0210_1617923811691_0.3877356815018196"},"_hasShrinkwrap":false,"publish_time":1617923812213,"_cnpm_publish_time":1617923812213,"contributors":[]},"2.2.3":{"name":"@firebase/firestore","version":"2.2.3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.0","@firebase/firestore-types":"2.2.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.1","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.19","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.3","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"e76d9191c48ef4c51ae73c2fcce7d547be2a8c17","size":9272770,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.3.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.3_1617922236920_0.3987890007052717"},"_hasShrinkwrap":false,"publish_time":1617922237339,"_cnpm_publish_time":1617922237339,"contributors":[]},"2.2.2-canary.0b3815504":{"name":"@firebase/firestore","version":"2.2.2-canary.0b3815504","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.1-canary.0b3815504","@firebase/firestore-types":"2.2.0-canary.0b3815504","@firebase/logger":"0.2.6-canary.0b3815504","@firebase/util":"0.4.1-canary.0b3815504","@firebase/webchannel-wrapper":"0.4.1-canary.0b3815504","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.18-canary.0b3815504","@firebase/app-types":"0.6.1-canary.0b3815504"},"devDependencies":{"@firebase/app":"0.6.18-canary.0b3815504","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.2-canary.0b3815504","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"784b3b11acef9cb52b7fee3d6a5e68c2c0107701","size":9594867,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.2-canary.0b3815504.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.2-canary.0b3815504_1617920931713_0.65334470107837"},"_hasShrinkwrap":false,"publish_time":1617920932062,"_cnpm_publish_time":1617920932062,"contributors":[]},"0.0.900-exp.8294e6082":{"name":"@firebase/firestore","version":"0.0.900-exp.8294e6082","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.1","@firebase/firestore-types":"2.2.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.1","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.0.900-exp.8294e6082"},"devDependencies":{"@firebase/app":"0.6.18","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.8294e6082","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"db100651649fca96610cf4f3e530a6b06fb8d030","size":3934009,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.8294e6082.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.8294e6082_1617914559068_0.6316562174598199"},"_hasShrinkwrap":false,"publish_time":1617914559356,"_cnpm_publish_time":1617914559356,"contributors":[]},"2.2.2-canary.03e842245":{"name":"@firebase/firestore","version":"2.2.2-canary.03e842245","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.1-canary.03e842245","@firebase/firestore-types":"2.2.0-canary.03e842245","@firebase/logger":"0.2.6-canary.03e842245","@firebase/util":"0.4.1-canary.03e842245","@firebase/webchannel-wrapper":"0.4.1-canary.03e842245","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.18-canary.03e842245","@firebase/app-types":"0.6.1-canary.03e842245"},"devDependencies":{"@firebase/app":"0.6.18-canary.03e842245","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.2-canary.03e842245","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"c850be9570fdd39ff0ce0595c4931b3cb2865987","size":9594396,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.2-canary.03e842245.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.2-canary.03e842245_1617913975186_0.7253983101668946"},"_hasShrinkwrap":false,"publish_time":1617913975708,"_cnpm_publish_time":1617913975708,"contributors":[]},"2.2.2-canary.6db185be5":{"name":"@firebase/firestore","version":"2.2.2-canary.6db185be5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.1-canary.6db185be5","@firebase/firestore-types":"2.2.0-canary.6db185be5","@firebase/logger":"0.2.6-canary.6db185be5","@firebase/util":"0.4.1-canary.6db185be5","@firebase/webchannel-wrapper":"0.4.1-canary.6db185be5","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.18-canary.6db185be5","@firebase/app-types":"0.6.1-canary.6db185be5"},"devDependencies":{"@firebase/app":"0.6.18-canary.6db185be5","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.2-canary.6db185be5","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"2e45201185faf7118771bc8dc9c59c79d52fb92e","size":9290935,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.2-canary.6db185be5.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.2-canary.6db185be5_1617899021867_0.5286886611329198"},"_hasShrinkwrap":false,"publish_time":1617899022286,"_cnpm_publish_time":1617899022286,"contributors":[]},"2.2.2-canary.7354a0ed4":{"name":"@firebase/firestore","version":"2.2.2-canary.7354a0ed4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.1-canary.7354a0ed4","@firebase/firestore-types":"2.2.0-canary.7354a0ed4","@firebase/logger":"0.2.6-canary.7354a0ed4","@firebase/util":"0.4.1-canary.7354a0ed4","@firebase/webchannel-wrapper":"0.4.1-canary.7354a0ed4","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.18-canary.7354a0ed4","@firebase/app-types":"0.6.1-canary.7354a0ed4"},"devDependencies":{"@firebase/app":"0.6.18-canary.7354a0ed4","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.2-canary.7354a0ed4","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"75099028360f7b9b2e72533698750c0cc3243ec7","size":9289880,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.2-canary.7354a0ed4.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.2-canary.7354a0ed4_1617897538615_0.9137239946271769"},"_hasShrinkwrap":false,"publish_time":1617897539242,"_cnpm_publish_time":1617897539242,"contributors":[]},"2.2.2-canary.15391ae72":{"name":"@firebase/firestore","version":"2.2.2-canary.15391ae72","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.1-canary.15391ae72","@firebase/firestore-types":"2.2.0-canary.15391ae72","@firebase/logger":"0.2.6-canary.15391ae72","@firebase/util":"0.4.1-canary.15391ae72","@firebase/webchannel-wrapper":"0.4.1-canary.15391ae72","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.18-canary.15391ae72","@firebase/app-types":"0.6.1-canary.15391ae72"},"devDependencies":{"@firebase/app":"0.6.18-canary.15391ae72","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.2-canary.15391ae72","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"e0503daf7a728833ca191b764e1f402fc1ed68b6","size":9273244,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.2-canary.15391ae72.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.2-canary.15391ae72_1617873912337_0.49274551018275226"},"_hasShrinkwrap":false,"publish_time":1617873912807,"_cnpm_publish_time":1617873912807,"contributors":[]},"2.2.2-canary.7c84291f1":{"name":"@firebase/firestore","version":"2.2.2-canary.7c84291f1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.1-canary.7c84291f1","@firebase/firestore-types":"2.2.0-canary.7c84291f1","@firebase/logger":"0.2.6-canary.7c84291f1","@firebase/util":"0.4.1-canary.7c84291f1","@firebase/webchannel-wrapper":"0.4.1-canary.7c84291f1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.18-canary.7c84291f1","@firebase/app-types":"0.6.1-canary.7c84291f1"},"devDependencies":{"@firebase/app":"0.6.18-canary.7c84291f1","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.2-canary.7c84291f1","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"560774bff9965aeec57cfe9de34dfd5516cc1408","size":9273315,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.2-canary.7c84291f1.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.2-canary.7c84291f1_1617831746034_0.7432666920259134"},"_hasShrinkwrap":false,"publish_time":1617831746412,"_cnpm_publish_time":1617831746412,"contributors":[]},"2.2.2-canary.8e1ace47e":{"name":"@firebase/firestore","version":"2.2.2-canary.8e1ace47e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.1-canary.8e1ace47e","@firebase/firestore-types":"2.2.0-canary.8e1ace47e","@firebase/logger":"0.2.6-canary.8e1ace47e","@firebase/util":"0.4.1-canary.8e1ace47e","@firebase/webchannel-wrapper":"0.4.1-canary.8e1ace47e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.18-canary.8e1ace47e","@firebase/app-types":"0.6.1-canary.8e1ace47e"},"devDependencies":{"@firebase/app":"0.6.18-canary.8e1ace47e","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.2-canary.8e1ace47e","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"95607a5bddb3f720fd0dec6e787dcfd0009ce849","size":9273775,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.2-canary.8e1ace47e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.2-canary.8e1ace47e_1617829628558_0.26448312702284715"},"_hasShrinkwrap":false,"publish_time":1617829628953,"_cnpm_publish_time":1617829628953,"contributors":[]},"2.2.2-canary.129888c6e":{"name":"@firebase/firestore","version":"2.2.2-canary.129888c6e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.1-canary.129888c6e","@firebase/firestore-types":"2.2.0-canary.129888c6e","@firebase/logger":"0.2.6-canary.129888c6e","@firebase/util":"0.4.1-canary.129888c6e","@firebase/webchannel-wrapper":"0.4.1-canary.129888c6e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.18-canary.129888c6e","@firebase/app-types":"0.6.1-canary.129888c6e"},"devDependencies":{"@firebase/app":"0.6.18-canary.129888c6e","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.2-canary.129888c6e","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"343625c3ef44d8643d2afba7b910f5b6cfa5ade8","size":9273430,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.2-canary.129888c6e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.2-canary.129888c6e_1617823702573_0.9654552792701503"},"_hasShrinkwrap":false,"publish_time":1617823702959,"_cnpm_publish_time":1617823702959,"contributors":[]},"2.2.3-20213623619":{"name":"@firebase/firestore","version":"2.2.3-20213623619","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.0-20213623619","@firebase/firestore-types":"2.2.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.1","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.19-20213623619","@firebase/app-types":"0.6.2-20213623619"},"devDependencies":{"@firebase/app":"0.6.19-20213623619","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.3-20213623619","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"0b1f1b5276525cfaaa1c666b4a1ff2b8256073fc","size":9273750,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.3-20213623619.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.3-20213623619_1617751873873_0.5898910992755433"},"_hasShrinkwrap":false,"publish_time":1617751874577,"_cnpm_publish_time":1617751874577,"contributors":[]},"2.2.2-canary.f24d8961b":{"name":"@firebase/firestore","version":"2.2.2-canary.f24d8961b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.1-canary.f24d8961b","@firebase/firestore-types":"2.2.0-canary.f24d8961b","@firebase/logger":"0.2.6-canary.f24d8961b","@firebase/util":"0.4.1-canary.f24d8961b","@firebase/webchannel-wrapper":"0.4.1-canary.f24d8961b","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.18-canary.f24d8961b","@firebase/app-types":"0.6.1-canary.f24d8961b"},"devDependencies":{"@firebase/app":"0.6.18-canary.f24d8961b","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.2-canary.f24d8961b","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"70d5fd6e9d191a8735ddbe546b92001bb35f8941","size":9273661,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.2-canary.f24d8961b.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.2-canary.f24d8961b_1617748032091_0.1415342381299589"},"_hasShrinkwrap":false,"publish_time":1617748032442,"_cnpm_publish_time":1617748032442,"contributors":[]},"2.2.2-canary.5ae52a006":{"name":"@firebase/firestore","version":"2.2.2-canary.5ae52a006","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.1-canary.5ae52a006","@firebase/firestore-types":"2.2.0-canary.5ae52a006","@firebase/logger":"0.2.6-canary.5ae52a006","@firebase/util":"0.4.1-canary.5ae52a006","@firebase/webchannel-wrapper":"0.4.1-canary.5ae52a006","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.18-canary.5ae52a006","@firebase/app-types":"0.6.1-canary.5ae52a006"},"devDependencies":{"@firebase/app":"0.6.18-canary.5ae52a006","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.2-canary.5ae52a006","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"bd5d90ca3530c696a5aa0043b76fccafe67978c5","size":9273094,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.2-canary.5ae52a006.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.2-canary.5ae52a006_1617746187729_0.8851470299631998"},"_hasShrinkwrap":false,"publish_time":1617746188243,"_cnpm_publish_time":1617746188243,"contributors":[]},"2.1.7-eap-storage-emulator.ed256f582":{"name":"@firebase/firestore","version":"2.1.7-eap-storage-emulator.ed256f582","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-eap-storage-emulator.ed256f582","@firebase/firestore-types":"2.1.0-eap-storage-emulator.ed256f582","@firebase/logger":"0.2.6-eap-storage-emulator.ed256f582","@firebase/util":"0.3.4-eap-storage-emulator.ed256f582","@firebase/webchannel-wrapper":"0.4.1-eap-storage-emulator.ed256f582","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-eap-storage-emulator.ed256f582","@firebase/app-types":"0.6.1-eap-storage-emulator.ed256f582"},"devDependencies":{"@firebase/app":"0.6.15-eap-storage-emulator.ed256f582","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-eap-storage-emulator.ed256f582","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"df4fb6f18488a9b7189c8d2714afa723419ff924","size":9125836,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-eap-storage-emulator.ed256f582.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-eap-storage-emulator.ed256f582_1617740900118_0.7959383454175983"},"_hasShrinkwrap":false,"publish_time":1617740900833,"_cnpm_publish_time":1617740900833,"contributors":[]},"2.2.2-canary.9f5578e36":{"name":"@firebase/firestore","version":"2.2.2-canary.9f5578e36","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.1-canary.9f5578e36","@firebase/firestore-types":"2.2.0-canary.9f5578e36","@firebase/logger":"0.2.6-canary.9f5578e36","@firebase/util":"0.4.1-canary.9f5578e36","@firebase/webchannel-wrapper":"0.4.1-canary.9f5578e36","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.18-canary.9f5578e36","@firebase/app-types":"0.6.1-canary.9f5578e36"},"devDependencies":{"@firebase/app":"0.6.18-canary.9f5578e36","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.2-canary.9f5578e36","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"f0f3c74e0a5636c7618e8dd160df1644f2a4cb25","size":9273296,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.2-canary.9f5578e36.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.2-canary.9f5578e36_1617674274323_0.8884591074392207"},"_hasShrinkwrap":false,"publish_time":1617674274786,"_cnpm_publish_time":1617674274786,"contributors":[]},"2.2.2-canary.5ad7ff2ae":{"name":"@firebase/firestore","version":"2.2.2-canary.5ad7ff2ae","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.1-canary.5ad7ff2ae","@firebase/firestore-types":"2.2.0-canary.5ad7ff2ae","@firebase/logger":"0.2.6-canary.5ad7ff2ae","@firebase/util":"0.4.1-canary.5ad7ff2ae","@firebase/webchannel-wrapper":"0.4.1-canary.5ad7ff2ae","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.18-canary.5ad7ff2ae","@firebase/app-types":"0.6.1-canary.5ad7ff2ae"},"devDependencies":{"@firebase/app":"0.6.18-canary.5ad7ff2ae","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.2-canary.5ad7ff2ae","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"72ad8cd705d71ebd5215fe5b51cc4ffd25cd722e","size":9273103,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.2-canary.5ad7ff2ae.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.2-canary.5ad7ff2ae_1617392498179_0.6097019902760523"},"_hasShrinkwrap":false,"publish_time":1617392498907,"_cnpm_publish_time":1617392498907,"contributors":[]},"2.2.2-canary.358cc4c61":{"name":"@firebase/firestore","version":"2.2.2-canary.358cc4c61","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.1-canary.358cc4c61","@firebase/firestore-types":"2.2.0-canary.358cc4c61","@firebase/logger":"0.2.6-canary.358cc4c61","@firebase/util":"0.4.1-canary.358cc4c61","@firebase/webchannel-wrapper":"0.4.1-canary.358cc4c61","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.18-canary.358cc4c61","@firebase/app-types":"0.6.1-canary.358cc4c61"},"devDependencies":{"@firebase/app":"0.6.18-canary.358cc4c61","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.2-canary.358cc4c61","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"5efb06a1122f761655409fdcfd1ae7fcb9ef4fca","size":9273748,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.2-canary.358cc4c61.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.2-canary.358cc4c61_1617391105223_0.3496979147609476"},"_hasShrinkwrap":false,"publish_time":1617391105814,"_cnpm_publish_time":1617391105814,"contributors":[]},"2.2.2-canary.c1f07f1b3":{"name":"@firebase/firestore","version":"2.2.2-canary.c1f07f1b3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.1-canary.c1f07f1b3","@firebase/firestore-types":"2.2.0-canary.c1f07f1b3","@firebase/logger":"0.2.6-canary.c1f07f1b3","@firebase/util":"0.4.1-canary.c1f07f1b3","@firebase/webchannel-wrapper":"0.4.1-canary.c1f07f1b3","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.18-canary.c1f07f1b3","@firebase/app-types":"0.6.1-canary.c1f07f1b3"},"devDependencies":{"@firebase/app":"0.6.18-canary.c1f07f1b3","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.2-canary.c1f07f1b3","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"1bb407772759a74bcc4d4d84e22eeead4e64ac6b","size":9273137,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.2-canary.c1f07f1b3.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.2-canary.c1f07f1b3_1617386739872_0.877246062804989"},"_hasShrinkwrap":false,"publish_time":1617386740241,"_cnpm_publish_time":1617386740241,"contributors":[]},"2.2.2-canary.c14e052f6":{"name":"@firebase/firestore","version":"2.2.2-canary.c14e052f6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.1-canary.c14e052f6","@firebase/firestore-types":"2.2.0-canary.c14e052f6","@firebase/logger":"0.2.6-canary.c14e052f6","@firebase/util":"0.4.1-canary.c14e052f6","@firebase/webchannel-wrapper":"0.4.1-canary.c14e052f6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.18-canary.c14e052f6","@firebase/app-types":"0.6.1-canary.c14e052f6"},"devDependencies":{"@firebase/app":"0.6.18-canary.c14e052f6","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.2-canary.c14e052f6","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"a592f40d5271dd7b2969538621cbcdb578571247","size":9273177,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.2-canary.c14e052f6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.2-canary.c14e052f6_1617317492185_0.8062397881201759"},"_hasShrinkwrap":false,"publish_time":1617317492479,"_cnpm_publish_time":1617317492479,"contributors":[]},"0.0.900-exp.2c95db0e3":{"name":"@firebase/firestore","version":"0.0.900-exp.2c95db0e3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.1","@firebase/firestore-types":"2.2.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.1","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.0.900-exp.2c95db0e3"},"devDependencies":{"@firebase/app":"0.6.18","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.2c95db0e3","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"a555a4ecfdb32cde587947bef257506ae1aa884b","size":3920481,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.2c95db0e3.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.2c95db0e3_1617249747932_0.8915358915113925"},"_hasShrinkwrap":false,"publish_time":1617249748245,"_cnpm_publish_time":1617249748245,"contributors":[]},"2.2.2-canary.340ce5cfe":{"name":"@firebase/firestore","version":"2.2.2-canary.340ce5cfe","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.1-canary.340ce5cfe","@firebase/firestore-types":"2.2.0-canary.340ce5cfe","@firebase/logger":"0.2.6-canary.340ce5cfe","@firebase/util":"0.4.1-canary.340ce5cfe","@firebase/webchannel-wrapper":"0.4.1-canary.340ce5cfe","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.18-canary.340ce5cfe","@firebase/app-types":"0.6.1-canary.340ce5cfe"},"devDependencies":{"@firebase/app":"0.6.18-canary.340ce5cfe","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.2-canary.340ce5cfe","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"c0ac2a4edc0350871ded1467188c24ca15521548","size":9273132,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.2-canary.340ce5cfe.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.2-canary.340ce5cfe_1617245774164_0.48255336253269054"},"_hasShrinkwrap":false,"publish_time":1617245774670,"_cnpm_publish_time":1617245774670,"contributors":[]},"2.2.2-canary.ecdc5a019":{"name":"@firebase/firestore","version":"2.2.2-canary.ecdc5a019","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.1-canary.ecdc5a019","@firebase/firestore-types":"2.2.0-canary.ecdc5a019","@firebase/logger":"0.2.6-canary.ecdc5a019","@firebase/util":"0.4.1-canary.ecdc5a019","@firebase/webchannel-wrapper":"0.4.1-canary.ecdc5a019","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.18-canary.ecdc5a019","@firebase/app-types":"0.6.1-canary.ecdc5a019"},"devDependencies":{"@firebase/app":"0.6.18-canary.ecdc5a019","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.2-canary.ecdc5a019","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"8ec67f1bbb2ed217b30ae1b66ec98abffba8ca30","size":9273586,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.2-canary.ecdc5a019.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.2-canary.ecdc5a019_1617235403940_0.46403326765810404"},"_hasShrinkwrap":false,"publish_time":1617235404723,"_cnpm_publish_time":1617235404723,"contributors":[]},"2.2.2":{"name":"@firebase/firestore","version":"2.2.2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.1","@firebase/firestore-types":"2.2.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.1","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.18","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.2","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"7f4fb103600c983d762748f658d7bead20827584","size":9267899,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.2.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.2_1617233885294_0.8024390322651622"},"_hasShrinkwrap":false,"publish_time":1617233885734,"_cnpm_publish_time":1617233885734,"contributors":[]},"2.2.1-canary.6c4920f1f":{"name":"@firebase/firestore","version":"2.2.1-canary.6c4920f1f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.0-canary.6c4920f1f","@firebase/firestore-types":"2.2.0-canary.6c4920f1f","@firebase/logger":"0.2.6-canary.6c4920f1f","@firebase/util":"0.4.0-canary.6c4920f1f","@firebase/webchannel-wrapper":"0.4.1-canary.6c4920f1f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.17-canary.6c4920f1f","@firebase/app-types":"0.6.1-canary.6c4920f1f"},"devDependencies":{"@firebase/app":"0.6.17-canary.6c4920f1f","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.1-canary.6c4920f1f","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"8a6601c66eb8a8d7fcff08b4559fe69ab3be07a2","size":9273679,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.1-canary.6c4920f1f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.1-canary.6c4920f1f_1617231195669_0.7341952117323638"},"_hasShrinkwrap":false,"publish_time":1617231196007,"_cnpm_publish_time":1617231196007,"contributors":[]},"2.2.1-canary.19c0c01e4":{"name":"@firebase/firestore","version":"2.2.1-canary.19c0c01e4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.0-canary.19c0c01e4","@firebase/firestore-types":"2.2.0-canary.19c0c01e4","@firebase/logger":"0.2.6-canary.19c0c01e4","@firebase/util":"0.4.0-canary.19c0c01e4","@firebase/webchannel-wrapper":"0.4.1-canary.19c0c01e4","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.17-canary.19c0c01e4","@firebase/app-types":"0.6.1-canary.19c0c01e4"},"devDependencies":{"@firebase/app":"0.6.17-canary.19c0c01e4","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.1-canary.19c0c01e4","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"a181ae4fc5edf77c95e0fa385e92e2834eda46b8","size":9273542,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.1-canary.19c0c01e4.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.1-canary.19c0c01e4_1617229699769_0.1851718072721411"},"_hasShrinkwrap":false,"publish_time":1617229700075,"_cnpm_publish_time":1617229700075,"contributors":[]},"2.2.1-canary.976c5b133":{"name":"@firebase/firestore","version":"2.2.1-canary.976c5b133","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.0-canary.976c5b133","@firebase/firestore-types":"2.2.0-canary.976c5b133","@firebase/logger":"0.2.6-canary.976c5b133","@firebase/util":"0.4.0-canary.976c5b133","@firebase/webchannel-wrapper":"0.4.1-canary.976c5b133","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.17-canary.976c5b133","@firebase/app-types":"0.6.1-canary.976c5b133"},"devDependencies":{"@firebase/app":"0.6.17-canary.976c5b133","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.1-canary.976c5b133","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"a14c84b28f7dac3b07e0a1e03b871923aac0b476","size":9269905,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.1-canary.976c5b133.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.1-canary.976c5b133_1617225679024_0.00496464600138391"},"_hasShrinkwrap":false,"publish_time":1617225680517,"_cnpm_publish_time":1617225680517,"contributors":[]},"2.2.2-2021230222248":{"name":"@firebase/firestore","version":"2.2.2-2021230222248","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.1-2021230222248","@firebase/firestore-types":"2.2.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.1-2021230222248","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.18-2021230222248","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.18-2021230222248","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.2-2021230222248","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"9ad6330b557b08d9bff5204d93e6adc3dff68082","size":9269548,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.2-2021230222248.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.2-2021230222248_1617143551705_0.02749103222239202"},"_hasShrinkwrap":false,"publish_time":1617143552245,"_cnpm_publish_time":1617143552245,"contributors":[]},"2.2.1-canary.72b1096dd":{"name":"@firebase/firestore","version":"2.2.1-canary.72b1096dd","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.0-canary.72b1096dd","@firebase/firestore-types":"2.2.0-canary.72b1096dd","@firebase/logger":"0.2.6-canary.72b1096dd","@firebase/util":"0.4.0-canary.72b1096dd","@firebase/webchannel-wrapper":"0.4.1-canary.72b1096dd","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.17-canary.72b1096dd","@firebase/app-types":"0.6.1-canary.72b1096dd"},"devDependencies":{"@firebase/app":"0.6.17-canary.72b1096dd","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.1-canary.72b1096dd","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"a616ed0d6d67f45e8c47ed77284336278d1a0976","size":9269718,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.1-canary.72b1096dd.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.1-canary.72b1096dd_1617135425686_0.7322329933656"},"_hasShrinkwrap":false,"publish_time":1617135426050,"_cnpm_publish_time":1617135426050,"contributors":[]},"2.2.1-canary.7b585e8e7":{"name":"@firebase/firestore","version":"2.2.1-canary.7b585e8e7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.0-canary.7b585e8e7","@firebase/firestore-types":"2.2.0-canary.7b585e8e7","@firebase/logger":"0.2.6-canary.7b585e8e7","@firebase/util":"0.4.0-canary.7b585e8e7","@firebase/webchannel-wrapper":"0.4.1-canary.7b585e8e7","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.17-canary.7b585e8e7","@firebase/app-types":"0.6.1-canary.7b585e8e7"},"devDependencies":{"@firebase/app":"0.6.17-canary.7b585e8e7","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.1-canary.7b585e8e7","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"202a70f9cc1f870df9c3fe66b3fb6f3cc1bc2817","size":9274369,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.1-canary.7b585e8e7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.1-canary.7b585e8e7_1616715941270_0.2524003720445327"},"_hasShrinkwrap":false,"publish_time":1616715941602,"_cnpm_publish_time":1616715941602,"contributors":[]},"2.2.1-canary.de5f90501":{"name":"@firebase/firestore","version":"2.2.1-canary.de5f90501","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.0-canary.de5f90501","@firebase/firestore-types":"2.2.0-canary.de5f90501","@firebase/logger":"0.2.6-canary.de5f90501","@firebase/util":"0.4.0-canary.de5f90501","@firebase/webchannel-wrapper":"0.4.1-canary.de5f90501","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.17-canary.de5f90501","@firebase/app-types":"0.6.1-canary.de5f90501"},"devDependencies":{"@firebase/app":"0.6.17-canary.de5f90501","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.1-canary.de5f90501","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"3d1e5d154e669494d02108ddf6a47d82b1ad981a","size":9274366,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.1-canary.de5f90501.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.1-canary.de5f90501_1616613498057_0.33980764385082374"},"_hasShrinkwrap":false,"publish_time":1616613498502,"_cnpm_publish_time":1616613498502,"contributors":[]},"2.2.1-canary.bce35ced7":{"name":"@firebase/firestore","version":"2.2.1-canary.bce35ced7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.0-canary.bce35ced7","@firebase/firestore-types":"2.2.0-canary.bce35ced7","@firebase/logger":"0.2.6-canary.bce35ced7","@firebase/util":"0.4.0-canary.bce35ced7","@firebase/webchannel-wrapper":"0.4.1-canary.bce35ced7","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.17-canary.bce35ced7","@firebase/app-types":"0.6.1-canary.bce35ced7"},"devDependencies":{"@firebase/app":"0.6.17-canary.bce35ced7","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.1-canary.bce35ced7","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"468d8edd75f161e768fd1e597f6df01293b42c74","size":9249188,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.1-canary.bce35ced7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.1-canary.bce35ced7_1616201652806_0.6737152883849105"},"_hasShrinkwrap":false,"publish_time":1616201653270,"_cnpm_publish_time":1616201653270,"contributors":[]},"0.0.900-exp.a9e3f07fc":{"name":"@firebase/firestore","version":"0.0.900-exp.a9e3f07fc","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.0","@firebase/firestore-types":"2.2.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.0.900-exp.a9e3f07fc"},"devDependencies":{"@firebase/app":"0.6.17","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.a9e3f07fc","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"cf37455814ee587f745ab8434f386bc8e8701841","size":3891812,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.a9e3f07fc.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.a9e3f07fc_1616106236581_0.4878876692427223"},"_hasShrinkwrap":false,"publish_time":1616106236993,"_cnpm_publish_time":1616106236993,"contributors":[]},"2.2.1-canary.c1e2cf3c4":{"name":"@firebase/firestore","version":"2.2.1-canary.c1e2cf3c4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.0-canary.c1e2cf3c4","@firebase/firestore-types":"2.2.0-canary.c1e2cf3c4","@firebase/logger":"0.2.6-canary.c1e2cf3c4","@firebase/util":"0.4.0-canary.c1e2cf3c4","@firebase/webchannel-wrapper":"0.4.1-canary.c1e2cf3c4","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.17-canary.c1e2cf3c4","@firebase/app-types":"0.6.1-canary.c1e2cf3c4"},"devDependencies":{"@firebase/app":"0.6.17-canary.c1e2cf3c4","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.1-canary.c1e2cf3c4","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"3fa9b203d1a212ee2167866f26ba1a8d8b9ad276","size":9249592,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.1-canary.c1e2cf3c4.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.1-canary.c1e2cf3c4_1616105210063_0.7177719075630475"},"_hasShrinkwrap":false,"publish_time":1616105210547,"_cnpm_publish_time":1616105210547,"contributors":[]},"2.2.0-canary.ab1d3bcb8":{"name":"@firebase/firestore","version":"2.2.0-canary.ab1d3bcb8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.ab1d3bcb8","@firebase/firestore-types":"2.2.0-canary.ab1d3bcb8","@firebase/logger":"0.2.6-canary.ab1d3bcb8","@firebase/util":"0.4.0-canary.ab1d3bcb8","@firebase/webchannel-wrapper":"0.4.1-canary.ab1d3bcb8","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.ab1d3bcb8","@firebase/app-types":"0.6.1-canary.ab1d3bcb8"},"devDependencies":{"@firebase/app":"0.6.16-canary.ab1d3bcb8","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.ab1d3bcb8","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"06b62289546e704fa91371e208a22044b6c225b6","size":9249000,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.ab1d3bcb8.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.ab1d3bcb8_1616102699232_0.6667937626917644"},"_hasShrinkwrap":false,"publish_time":1616102699819,"_cnpm_publish_time":1616102699819,"contributors":[]},"2.2.0-canary.477a1ce27":{"name":"@firebase/firestore","version":"2.2.0-canary.477a1ce27","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.477a1ce27","@firebase/firestore-types":"2.2.0-canary.477a1ce27","@firebase/logger":"0.2.6-canary.477a1ce27","@firebase/util":"0.4.0-canary.477a1ce27","@firebase/webchannel-wrapper":"0.4.1-canary.477a1ce27","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.477a1ce27","@firebase/app-types":"0.6.1-canary.477a1ce27"},"devDependencies":{"@firebase/app":"0.6.16-canary.477a1ce27","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.477a1ce27","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"4f45a1ff6e5f285f5dd39ffeb1476cedcebee2ba","size":9249565,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.477a1ce27.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.477a1ce27_1616102491618_0.3878061650744724"},"_hasShrinkwrap":false,"publish_time":1616102492551,"_cnpm_publish_time":1616102492551,"contributors":[]},"2.2.0-canary.231052722":{"name":"@firebase/firestore","version":"2.2.0-canary.231052722","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.231052722","@firebase/firestore-types":"2.2.0-canary.231052722","@firebase/logger":"0.2.6-canary.231052722","@firebase/util":"0.4.0-canary.231052722","@firebase/webchannel-wrapper":"0.4.1-canary.231052722","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.231052722","@firebase/app-types":"0.6.1-canary.231052722"},"devDependencies":{"@firebase/app":"0.6.16-canary.231052722","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.231052722","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"3a327f7ddee1fe146e433071e7ac5463c1d43a14","size":9249000,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.231052722.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.231052722_1616102420399_0.752457434771564"},"_hasShrinkwrap":false,"publish_time":1616102420933,"_cnpm_publish_time":1616102420933,"contributors":[]},"0.0.900-exp.f8e97019f":{"name":"@firebase/firestore","version":"0.0.900-exp.f8e97019f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1","@firebase/firestore-types":"2.2.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.0.900-exp.f8e97019f"},"devDependencies":{"@firebase/app":"0.6.16","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.f8e97019f","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"81534ed7d39defafb658af3ae4aa7fecfaf26eb1","size":3891674,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.f8e97019f.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.f8e97019f_1616100846768_0.8666119255256943"},"_hasShrinkwrap":false,"publish_time":1616100847112,"_cnpm_publish_time":1616100847112,"contributors":[]},"2.2.0-canary.f8e97019f":{"name":"@firebase/firestore","version":"2.2.0-canary.f8e97019f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.f8e97019f","@firebase/firestore-types":"2.2.0-canary.f8e97019f","@firebase/logger":"0.2.6-canary.f8e97019f","@firebase/util":"0.4.0-canary.f8e97019f","@firebase/webchannel-wrapper":"0.4.1-canary.f8e97019f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.f8e97019f","@firebase/app-types":"0.6.1-canary.f8e97019f"},"devDependencies":{"@firebase/app":"0.6.16-canary.f8e97019f","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.f8e97019f","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"159d4dd877e26c8eee7586baded279449b27a76e","size":9249005,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.f8e97019f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.f8e97019f_1616099666903_0.24998378581385183"},"_hasShrinkwrap":false,"publish_time":1616099667261,"_cnpm_publish_time":1616099667261,"contributors":[]},"2.2.1":{"name":"@firebase/firestore","version":"2.2.1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.0","@firebase/firestore-types":"2.2.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.17","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.1","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"38396d244cc6c10fdf4c3a2f45f72eea9a473c83","size":9247076,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.1.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.1_1616098406982_0.2617445414013062"},"_hasShrinkwrap":false,"publish_time":1616098407557,"_cnpm_publish_time":1616098407557,"contributors":[]},"2.2.0-canary.a66be53ba":{"name":"@firebase/firestore","version":"2.2.0-canary.a66be53ba","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.a66be53ba","@firebase/firestore-types":"2.2.0-canary.a66be53ba","@firebase/logger":"0.2.6-canary.a66be53ba","@firebase/util":"0.4.0-canary.a66be53ba","@firebase/webchannel-wrapper":"0.4.1-canary.a66be53ba","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.a66be53ba","@firebase/app-types":"0.6.1-canary.a66be53ba"},"devDependencies":{"@firebase/app":"0.6.16-canary.a66be53ba","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.a66be53ba","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"60fcb2bea132c8eda54569347a1a0583e9231462","size":9248972,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.a66be53ba.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.a66be53ba_1616096201834_0.6595836473455075"},"_hasShrinkwrap":false,"publish_time":1616096202584,"_cnpm_publish_time":1616096202584,"contributors":[]},"2.2.0-canary.0acc03970":{"name":"@firebase/firestore","version":"2.2.0-canary.0acc03970","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.0acc03970","@firebase/firestore-types":"2.2.0-canary.0acc03970","@firebase/logger":"0.2.6-canary.0acc03970","@firebase/util":"0.4.0-canary.0acc03970","@firebase/webchannel-wrapper":"0.4.1-canary.0acc03970","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.0acc03970","@firebase/app-types":"0.6.1-canary.0acc03970"},"devDependencies":{"@firebase/app":"0.6.16-canary.0acc03970","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.0acc03970","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"3ee2a9173c3e47c1f1a5dd1a28ef77b6093b583c","size":9248550,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.0acc03970.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.0acc03970_1616091112725_0.6073960525274855"},"_hasShrinkwrap":false,"publish_time":1616091113201,"_cnpm_publish_time":1616091113201,"contributors":[]},"2.2.1-2021217204338":{"name":"@firebase/firestore","version":"2.2.1-2021217204338","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.0-2021217204338","@firebase/firestore-types":"2.2.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.17-2021217204338","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.17-2021217204338","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.1-2021217204338","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"fd72140d53a396f5eb141fe136c9932095c74378","size":9248028,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.1-2021217204338.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.1-2021217204338_1616014215538_0.32868487033803584"},"_hasShrinkwrap":false,"publish_time":1616014216171,"_cnpm_publish_time":1616014216171,"contributors":[]},"2.2.0-canary.4d7d2c4d9":{"name":"@firebase/firestore","version":"2.2.0-canary.4d7d2c4d9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.4d7d2c4d9","@firebase/firestore-types":"2.2.0-canary.4d7d2c4d9","@firebase/logger":"0.2.6-canary.4d7d2c4d9","@firebase/util":"0.4.0-canary.4d7d2c4d9","@firebase/webchannel-wrapper":"0.4.1-canary.4d7d2c4d9","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.4d7d2c4d9","@firebase/app-types":"0.6.1-canary.4d7d2c4d9"},"devDependencies":{"@firebase/app":"0.6.16-canary.4d7d2c4d9","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.4d7d2c4d9","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"7f525ca95d90a32743017519938769e098a4dfe1","size":9247919,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.4d7d2c4d9.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.4d7d2c4d9_1616011418229_0.13082557030972009"},"_hasShrinkwrap":false,"publish_time":1616011418875,"_cnpm_publish_time":1616011418875,"contributors":[]},"2.2.0-canary.478901892":{"name":"@firebase/firestore","version":"2.2.0-canary.478901892","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.478901892","@firebase/firestore-types":"2.2.0-canary.478901892","@firebase/logger":"0.2.6-canary.478901892","@firebase/util":"0.4.0-canary.478901892","@firebase/webchannel-wrapper":"0.4.1-canary.478901892","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.478901892","@firebase/app-types":"0.6.1-canary.478901892"},"devDependencies":{"@firebase/app":"0.6.16-canary.478901892","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.478901892","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"3554a95dec30d8ba9491f87e3949564762cd31be","size":9248038,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.478901892.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.478901892_1616007702248_0.6821701497856485"},"_hasShrinkwrap":false,"publish_time":1616007702702,"_cnpm_publish_time":1616007702702,"contributors":[]},"2.2.0-canary.22870cd65":{"name":"@firebase/firestore","version":"2.2.0-canary.22870cd65","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.22870cd65","@firebase/firestore-types":"2.2.0-canary.22870cd65","@firebase/logger":"0.2.6-canary.22870cd65","@firebase/util":"0.4.0-canary.22870cd65","@firebase/webchannel-wrapper":"0.4.1-canary.22870cd65","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.22870cd65","@firebase/app-types":"0.6.1-canary.22870cd65"},"devDependencies":{"@firebase/app":"0.6.16-canary.22870cd65","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.22870cd65","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"7552ab1e7ca645bd925f03d1f43ae1bcf576c8e3","size":9248558,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.22870cd65.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.22870cd65_1616005580288_0.549336808418251"},"_hasShrinkwrap":false,"publish_time":1616005580709,"_cnpm_publish_time":1616005580709,"contributors":[]},"2.2.0-canary.3a465b404":{"name":"@firebase/firestore","version":"2.2.0-canary.3a465b404","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.3a465b404","@firebase/firestore-types":"2.2.0-canary.3a465b404","@firebase/logger":"0.2.6-canary.3a465b404","@firebase/util":"0.4.0-canary.3a465b404","@firebase/webchannel-wrapper":"0.4.1-canary.3a465b404","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.3a465b404","@firebase/app-types":"0.6.1-canary.3a465b404"},"devDependencies":{"@firebase/app":"0.6.16-canary.3a465b404","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.3a465b404","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"99e3280815703c03068f5e971f399c7587922667","size":9248584,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.3a465b404.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.3a465b404_1615930887059_0.5221061845810371"},"_hasShrinkwrap":false,"publish_time":1615930887571,"_cnpm_publish_time":1615930887571,"contributors":[]},"2.2.1-2021216212658":{"name":"@firebase/firestore","version":"2.2.1-2021216212658","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.3.0-2021216212658","@firebase/firestore-types":"2.2.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.17-2021216212658","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.17-2021216212658","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.1-2021216212658","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"a0552122724669482fdb5128e71f43222b6fca85","size":9248116,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.1-2021216212658.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.1-2021216212658_1615930411490_0.4213227909830264"},"_hasShrinkwrap":false,"publish_time":1615930411983,"_cnpm_publish_time":1615930411983,"contributors":[]},"2.2.0-canary.dfa20ff71":{"name":"@firebase/firestore","version":"2.2.0-canary.dfa20ff71","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.dfa20ff71","@firebase/firestore-types":"2.2.0-canary.dfa20ff71","@firebase/logger":"0.2.6-canary.dfa20ff71","@firebase/util":"0.4.0-canary.dfa20ff71","@firebase/webchannel-wrapper":"0.4.1-canary.dfa20ff71","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.dfa20ff71","@firebase/app-types":"0.6.1-canary.dfa20ff71"},"devDependencies":{"@firebase/app":"0.6.16-canary.dfa20ff71","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.dfa20ff71","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"8e324a2e4094455e478b5f18b843b49ab01f3a29","size":9247875,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.dfa20ff71.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.dfa20ff71_1615926837761_0.8796526342495281"},"_hasShrinkwrap":false,"publish_time":1615926838694,"_cnpm_publish_time":1615926838694,"contributors":[]},"2.2.0-canary.a6d29aad2":{"name":"@firebase/firestore","version":"2.2.0-canary.a6d29aad2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.a6d29aad2","@firebase/firestore-types":"2.2.0-canary.a6d29aad2","@firebase/logger":"0.2.6-canary.a6d29aad2","@firebase/util":"0.4.0-canary.a6d29aad2","@firebase/webchannel-wrapper":"0.4.1-canary.a6d29aad2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.a6d29aad2","@firebase/app-types":"0.6.1-canary.a6d29aad2"},"devDependencies":{"@firebase/app":"0.6.16-canary.a6d29aad2","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.a6d29aad2","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"ddbcc2d8229cf79b61b69cd51f9024f94415b96b","size":9248479,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.a6d29aad2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.a6d29aad2_1615918170971_0.44726745766479326"},"_hasShrinkwrap":false,"publish_time":1615918171509,"_cnpm_publish_time":1615918171509,"contributors":[]},"2.2.0-canary.4e7c78bbc":{"name":"@firebase/firestore","version":"2.2.0-canary.4e7c78bbc","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.4e7c78bbc","@firebase/firestore-types":"2.2.0-canary.4e7c78bbc","@firebase/logger":"0.2.6-canary.4e7c78bbc","@firebase/util":"0.4.0-canary.4e7c78bbc","@firebase/webchannel-wrapper":"0.4.1-canary.4e7c78bbc","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.4e7c78bbc","@firebase/app-types":"0.6.1-canary.4e7c78bbc"},"devDependencies":{"@firebase/app":"0.6.16-canary.4e7c78bbc","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.4e7c78bbc","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"91d4bf6924ec6f94c92fd4e77876c444e2822d90","size":9248557,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.4e7c78bbc.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.4e7c78bbc_1615850070725_0.21263581612937577"},"_hasShrinkwrap":false,"publish_time":1615850071234,"_cnpm_publish_time":1615850071234,"contributors":[]},"2.2.0-canary.d2eda134c":{"name":"@firebase/firestore","version":"2.2.0-canary.d2eda134c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js'","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.d2eda134c","@firebase/firestore-types":"2.2.0-canary.d2eda134c","@firebase/logger":"0.2.6-canary.d2eda134c","@firebase/util":"0.4.0-canary.d2eda134c","@firebase/webchannel-wrapper":"0.4.1-canary.d2eda134c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.d2eda134c","@firebase/app-types":"0.6.1-canary.d2eda134c"},"devDependencies":{"@firebase/app":"0.6.16-canary.d2eda134c","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.d2eda134c","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"9903cafc9187c44a16426c783e789c1b04bf2022","size":9247901,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.d2eda134c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.d2eda134c_1615828465967_0.2656320059864814"},"_hasShrinkwrap":false,"publish_time":1615828466410,"_cnpm_publish_time":1615828466410,"contributors":[]},"2.2.0-canary.ed4c96d06":{"name":"@firebase/firestore","version":"2.2.0-canary.ed4c96d06","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.ed4c96d06","@firebase/firestore-types":"2.2.0-canary.ed4c96d06","@firebase/logger":"0.2.6-canary.ed4c96d06","@firebase/util":"0.4.0-canary.ed4c96d06","@firebase/webchannel-wrapper":"0.4.1-canary.ed4c96d06","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.ed4c96d06","@firebase/app-types":"0.6.1-canary.ed4c96d06"},"devDependencies":{"@firebase/app":"0.6.16-canary.ed4c96d06","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.ed4c96d06","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"07113605b1b910ac59dc8127890d49f4c19a8a62","size":9117873,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.ed4c96d06.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.ed4c96d06_1615620162928_0.41763718628828017"},"_hasShrinkwrap":false,"publish_time":1615620163350,"_cnpm_publish_time":1615620163350,"contributors":[]},"2.2.0-canary.5ec9c83b1":{"name":"@firebase/firestore","version":"2.2.0-canary.5ec9c83b1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.5ec9c83b1","@firebase/firestore-types":"2.2.0-canary.5ec9c83b1","@firebase/logger":"0.2.6-canary.5ec9c83b1","@firebase/util":"0.4.0-canary.5ec9c83b1","@firebase/webchannel-wrapper":"0.4.1-canary.5ec9c83b1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.5ec9c83b1","@firebase/app-types":"0.6.1-canary.5ec9c83b1"},"devDependencies":{"@firebase/app":"0.6.16-canary.5ec9c83b1","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.5ec9c83b1","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"2e85e4b842ec723a88933e1d3744ec264abf0b66","size":9118350,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.5ec9c83b1.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.5ec9c83b1_1615605019487_0.9787931575812034"},"_hasShrinkwrap":false,"publish_time":1615605019916,"_cnpm_publish_time":1615605019916,"contributors":[]},"2.2.0-canary.ca05ad6a4":{"name":"@firebase/firestore","version":"2.2.0-canary.ca05ad6a4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.ca05ad6a4","@firebase/firestore-types":"2.2.0-canary.ca05ad6a4","@firebase/logger":"0.2.6-canary.ca05ad6a4","@firebase/util":"0.4.0-canary.ca05ad6a4","@firebase/webchannel-wrapper":"0.4.1-canary.ca05ad6a4","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.ca05ad6a4","@firebase/app-types":"0.6.1-canary.ca05ad6a4"},"devDependencies":{"@firebase/app":"0.6.16-canary.ca05ad6a4","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.ca05ad6a4","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"3029e01b93cbd84ba10eba37ea40890ad7c9d2c6","size":9119428,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.ca05ad6a4.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.ca05ad6a4_1615592679892_0.2251410256511266"},"_hasShrinkwrap":false,"publish_time":1615592680455,"_cnpm_publish_time":1615592680455,"contributors":[]},"2.2.0-canary.ef1a7d988":{"name":"@firebase/firestore","version":"2.2.0-canary.ef1a7d988","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.ef1a7d988","@firebase/firestore-types":"2.2.0-canary.ef1a7d988","@firebase/logger":"0.2.6-canary.ef1a7d988","@firebase/util":"0.4.0-canary.ef1a7d988","@firebase/webchannel-wrapper":"0.4.1-canary.ef1a7d988","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.ef1a7d988","@firebase/app-types":"0.6.1-canary.ef1a7d988"},"devDependencies":{"@firebase/app":"0.6.16-canary.ef1a7d988","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.ef1a7d988","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"9bad027f5825a2ad4c1f876636503cb4c3aa5b18","size":9119121,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.ef1a7d988.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.ef1a7d988_1615591740973_0.7280814070812935"},"_hasShrinkwrap":false,"publish_time":1615591741673,"_cnpm_publish_time":1615591741673,"contributors":[]},"2.2.0-canary.35fdb9305":{"name":"@firebase/firestore","version":"2.2.0-canary.35fdb9305","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.35fdb9305","@firebase/firestore-types":"2.2.0-canary.35fdb9305","@firebase/logger":"0.2.6-canary.35fdb9305","@firebase/util":"0.4.0-canary.35fdb9305","@firebase/webchannel-wrapper":"0.4.1-canary.35fdb9305","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.35fdb9305","@firebase/app-types":"0.6.1-canary.35fdb9305"},"devDependencies":{"@firebase/app":"0.6.16-canary.35fdb9305","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.35fdb9305","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"2e16131a3e6e79d7fb90d4c20e544b2bffc18aa5","size":9118677,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.35fdb9305.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.35fdb9305_1615586610563_0.3492089920301811"},"_hasShrinkwrap":false,"publish_time":1615586611021,"_cnpm_publish_time":1615586611021,"contributors":[]},"2.2.0-canary.ec6ccc7d3":{"name":"@firebase/firestore","version":"2.2.0-canary.ec6ccc7d3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.ec6ccc7d3","@firebase/firestore-types":"2.2.0-canary.ec6ccc7d3","@firebase/logger":"0.2.6-canary.ec6ccc7d3","@firebase/util":"0.4.0-canary.ec6ccc7d3","@firebase/webchannel-wrapper":"0.4.1-canary.ec6ccc7d3","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.ec6ccc7d3","@firebase/app-types":"0.6.1-canary.ec6ccc7d3"},"devDependencies":{"@firebase/app":"0.6.16-canary.ec6ccc7d3","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.ec6ccc7d3","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"b870a01cb0cfe6c0dad46d4c256fe59d29a6cb6d","size":9118662,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.ec6ccc7d3.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.ec6ccc7d3_1615586039432_0.8215001707998517"},"_hasShrinkwrap":false,"publish_time":1615586039866,"_cnpm_publish_time":1615586039866,"contributors":[]},"2.2.0-canary.5c1a83ed7":{"name":"@firebase/firestore","version":"2.2.0-canary.5c1a83ed7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.5c1a83ed7","@firebase/firestore-types":"2.2.0-canary.5c1a83ed7","@firebase/logger":"0.2.6-canary.5c1a83ed7","@firebase/util":"0.4.0-canary.5c1a83ed7","@firebase/webchannel-wrapper":"0.4.1-canary.5c1a83ed7","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.5c1a83ed7","@firebase/app-types":"0.6.1-canary.5c1a83ed7"},"devDependencies":{"@firebase/app":"0.6.16-canary.5c1a83ed7","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.5c1a83ed7","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"c721d405767aa25a9d378facd920b9598d44820b","size":9117849,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.5c1a83ed7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.5c1a83ed7_1615585825439_0.43578462439857124"},"_hasShrinkwrap":false,"publish_time":1615585826718,"_cnpm_publish_time":1615585826718,"contributors":[]},"2.2.0-canary.b6a7a5984":{"name":"@firebase/firestore","version":"2.2.0-canary.b6a7a5984","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.b6a7a5984","@firebase/firestore-types":"2.2.0-canary.b6a7a5984","@firebase/logger":"0.2.6-canary.b6a7a5984","@firebase/util":"0.4.0-canary.b6a7a5984","@firebase/webchannel-wrapper":"0.4.1-canary.b6a7a5984","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.b6a7a5984","@firebase/app-types":"0.6.1-canary.b6a7a5984"},"devDependencies":{"@firebase/app":"0.6.16-canary.b6a7a5984","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.b6a7a5984","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"07ae01ca641bf0da159f5813452aeceae744b596","size":9118431,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.b6a7a5984.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.b6a7a5984_1615577209167_0.27294706568819493"},"_hasShrinkwrap":false,"publish_time":1615577214568,"_cnpm_publish_time":1615577214568,"contributors":[]},"2.2.0-canary.0ac48bbbc":{"name":"@firebase/firestore","version":"2.2.0-canary.0ac48bbbc","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.0ac48bbbc","@firebase/firestore-types":"2.2.0-canary.0ac48bbbc","@firebase/logger":"0.2.6-canary.0ac48bbbc","@firebase/util":"0.4.0-canary.0ac48bbbc","@firebase/webchannel-wrapper":"0.4.1-canary.0ac48bbbc","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.0ac48bbbc","@firebase/app-types":"0.6.1-canary.0ac48bbbc"},"devDependencies":{"@firebase/app":"0.6.16-canary.0ac48bbbc","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.0ac48bbbc","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"1d967b25b81dd41e37928af61bff2a2907bc6543","size":9117339,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.0ac48bbbc.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.0ac48bbbc_1615572491902_0.4358807999809722"},"_hasShrinkwrap":false,"publish_time":1615572492211,"_cnpm_publish_time":1615572492211,"contributors":[]},"2.2.0-canary.8dab8e115":{"name":"@firebase/firestore","version":"2.2.0-canary.8dab8e115","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.8dab8e115","@firebase/firestore-types":"2.2.0-canary.8dab8e115","@firebase/logger":"0.2.6-canary.8dab8e115","@firebase/util":"0.4.0-canary.8dab8e115","@firebase/webchannel-wrapper":"0.4.1-canary.8dab8e115","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.8dab8e115","@firebase/app-types":"0.6.1-canary.8dab8e115"},"devDependencies":{"@firebase/app":"0.6.16-canary.8dab8e115","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.8dab8e115","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"8a3b20180e73706d5d7e3afd509384731aafc9af","size":9118398,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.8dab8e115.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.8dab8e115_1615569328299_0.1813547178588386"},"_hasShrinkwrap":false,"publish_time":1615569332991,"_cnpm_publish_time":1615569332991,"contributors":[]},"2.2.0-canary.1de07ba80":{"name":"@firebase/firestore","version":"2.2.0-canary.1de07ba80","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.1de07ba80","@firebase/firestore-types":"2.2.0-canary.1de07ba80","@firebase/logger":"0.2.6-canary.1de07ba80","@firebase/util":"0.4.0-canary.1de07ba80","@firebase/webchannel-wrapper":"0.4.1-canary.1de07ba80","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.1de07ba80","@firebase/app-types":"0.6.1-canary.1de07ba80"},"devDependencies":{"@firebase/app":"0.6.16-canary.1de07ba80","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.1de07ba80","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"bc1a76743e8cef522b77fabf11b8a27c3b73574b","size":9119228,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.1de07ba80.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.1de07ba80_1615569185709_0.22577990930809744"},"_hasShrinkwrap":false,"publish_time":1615569186402,"_cnpm_publish_time":1615569186402,"contributors":[]},"2.2.0-canary.6b336dcf6":{"name":"@firebase/firestore","version":"2.2.0-canary.6b336dcf6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.6b336dcf6","@firebase/firestore-types":"2.2.0-canary.6b336dcf6","@firebase/logger":"0.2.6-canary.6b336dcf6","@firebase/util":"0.4.0-canary.6b336dcf6","@firebase/webchannel-wrapper":"0.4.1-canary.6b336dcf6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.6b336dcf6","@firebase/app-types":"0.6.1-canary.6b336dcf6"},"devDependencies":{"@firebase/app":"0.6.16-canary.6b336dcf6","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.6b336dcf6","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"c9da04b24b18702b595d3fa54d1b8d1dbdf720b1","size":9118135,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.6b336dcf6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.6b336dcf6_1615510545688_0.47609608525617686"},"_hasShrinkwrap":false,"publish_time":1615510546100,"_cnpm_publish_time":1615510546100,"contributors":[]},"2.2.0-canary.2ed329197":{"name":"@firebase/firestore","version":"2.2.0-canary.2ed329197","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.2ed329197","@firebase/firestore-types":"2.2.0-canary.2ed329197","@firebase/logger":"0.2.6-canary.2ed329197","@firebase/util":"0.4.0-canary.2ed329197","@firebase/webchannel-wrapper":"0.4.1-canary.2ed329197","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.2ed329197","@firebase/app-types":"0.6.1-canary.2ed329197"},"devDependencies":{"@firebase/app":"0.6.16-canary.2ed329197","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.2ed329197","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"cb9161851372ed0ec9da38b4e2ad5eaefaa5734f","size":9118940,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.2ed329197.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.2ed329197_1615510347242_0.5397242070850676"},"_hasShrinkwrap":false,"publish_time":1615510349024,"_cnpm_publish_time":1615510349024,"contributors":[]},"2.2.0-canary.77c2ce9e6":{"name":"@firebase/firestore","version":"2.2.0-canary.77c2ce9e6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.77c2ce9e6","@firebase/firestore-types":"2.2.0-canary.77c2ce9e6","@firebase/logger":"0.2.6-canary.77c2ce9e6","@firebase/util":"0.4.0-canary.77c2ce9e6","@firebase/webchannel-wrapper":"0.4.1-canary.77c2ce9e6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.77c2ce9e6","@firebase/app-types":"0.6.1-canary.77c2ce9e6"},"devDependencies":{"@firebase/app":"0.6.16-canary.77c2ce9e6","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.77c2ce9e6","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"e20323a8f4d4e2e1e9785e3ef7f69274b6ab431e","size":9118899,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.77c2ce9e6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.77c2ce9e6_1615510277810_0.30952972965986003"},"_hasShrinkwrap":false,"publish_time":1615510278310,"_cnpm_publish_time":1615510278310,"contributors":[]},"0.0.900-exp.0bd766e7a":{"name":"@firebase/firestore","version":"0.0.900-exp.0bd766e7a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1","@firebase/firestore-types":"2.2.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.0.900-exp.0bd766e7a"},"devDependencies":{"@firebase/app":"0.6.16","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.0bd766e7a","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"e45d361669ad4fa074a7ae387b846bd729c7cfea","size":3496919,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.0bd766e7a.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.0bd766e7a_1615507544351_0.2450981503324443"},"_hasShrinkwrap":false,"publish_time":1615507544682,"_cnpm_publish_time":1615507544682,"contributors":[]},"2.2.0-canary.0bd766e7a":{"name":"@firebase/firestore","version":"2.2.0-canary.0bd766e7a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.0bd766e7a","@firebase/firestore-types":"2.2.0-canary.0bd766e7a","@firebase/logger":"0.2.6-canary.0bd766e7a","@firebase/util":"0.4.0-canary.0bd766e7a","@firebase/webchannel-wrapper":"0.4.1-canary.0bd766e7a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.0bd766e7a","@firebase/app-types":"0.6.1-canary.0bd766e7a"},"devDependencies":{"@firebase/app":"0.6.16-canary.0bd766e7a","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.0bd766e7a","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"20c82e95a43316bad9bba0f5f5c163032a1e3de4","size":9118436,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.0bd766e7a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.0bd766e7a_1615499932653_0.5571597235913659"},"_hasShrinkwrap":false,"publish_time":1615499933110,"_cnpm_publish_time":1615499933110,"contributors":[]},"2.2.0-canary.6b7b89f38":{"name":"@firebase/firestore","version":"2.2.0-canary.6b7b89f38","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.6b7b89f38","@firebase/firestore-types":"2.2.0-canary.6b7b89f38","@firebase/logger":"0.2.6-canary.6b7b89f38","@firebase/util":"0.4.0-canary.6b7b89f38","@firebase/webchannel-wrapper":"0.4.1-canary.6b7b89f38","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.6b7b89f38","@firebase/app-types":"0.6.1-canary.6b7b89f38"},"devDependencies":{"@firebase/app":"0.6.16-canary.6b7b89f38","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.6b7b89f38","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"040d1c8d5ac09a6b200a8556146634df6b145728","size":9118478,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.6b7b89f38.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.6b7b89f38_1615494814361_0.3692800190017349"},"_hasShrinkwrap":false,"publish_time":1615494814824,"_cnpm_publish_time":1615494814824,"contributors":[]},"2.2.0-canary.10bd519fc":{"name":"@firebase/firestore","version":"2.2.0-canary.10bd519fc","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.10bd519fc","@firebase/firestore-types":"2.2.0-canary.10bd519fc","@firebase/logger":"0.2.6-canary.10bd519fc","@firebase/util":"0.4.0-canary.10bd519fc","@firebase/webchannel-wrapper":"0.4.1-canary.10bd519fc","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.10bd519fc","@firebase/app-types":"0.6.1-canary.10bd519fc"},"devDependencies":{"@firebase/app":"0.6.16-canary.10bd519fc","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.10bd519fc","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"7b13fe67b1e0f7544d5253469ba7b5679157f8d7","size":9118888,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.10bd519fc.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.10bd519fc_1615489240654_0.8316701382874057"},"_hasShrinkwrap":false,"publish_time":1615489240986,"_cnpm_publish_time":1615489240986,"contributors":[]},"2.2.0-canary.c49689b10":{"name":"@firebase/firestore","version":"2.2.0-canary.c49689b10","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-canary.c49689b10","@firebase/firestore-types":"2.2.0-canary.c49689b10","@firebase/logger":"0.2.6-canary.c49689b10","@firebase/util":"0.4.0-canary.c49689b10","@firebase/webchannel-wrapper":"0.4.1-canary.c49689b10","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-canary.c49689b10","@firebase/app-types":"0.6.1-canary.c49689b10"},"devDependencies":{"@firebase/app":"0.6.16-canary.c49689b10","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-canary.c49689b10","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"66459e6c85805e869e06eeebf82c564af3bcecb4","size":9118459,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-canary.c49689b10.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-canary.c49689b10_1615447289844_0.22892459701140289"},"_hasShrinkwrap":false,"publish_time":1615447295210,"_cnpm_publish_time":1615447295210,"contributors":[]},"2.2.0":{"name":"@firebase/firestore","version":"2.2.0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1","@firebase/firestore-types":"2.2.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.16","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"b7cf2d6a65b432bec43430f1d9f696c07b881e90","size":9117674,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0_1615422908334_0.5865803462871806"},"_hasShrinkwrap":false,"publish_time":1615422908920,"_cnpm_publish_time":1615422908920,"contributors":[]},"2.1.7-canary.44759f7d4":{"name":"@firebase/firestore","version":"2.1.7-canary.44759f7d4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.44759f7d4","@firebase/firestore-types":"2.1.0-canary.44759f7d4","@firebase/logger":"0.2.6-canary.44759f7d4","@firebase/util":"0.3.4-canary.44759f7d4","@firebase/webchannel-wrapper":"0.4.1-canary.44759f7d4","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.15-canary.44759f7d4","@firebase/app-types":"0.6.1-canary.44759f7d4"},"devDependencies":{"@firebase/app":"0.6.15-canary.44759f7d4","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.44759f7d4","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"487736c6ba3b2ed0350aa19e1ab4891d7fb6ef29","size":9118860,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.44759f7d4.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.44759f7d4_1615404717585_0.5619919524609089"},"_hasShrinkwrap":false,"publish_time":1615404718053,"_cnpm_publish_time":1615404718053,"contributors":[]},"2.2.0-202121019112":{"name":"@firebase/firestore","version":"2.2.0-202121019112","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-202121019112","@firebase/firestore-types":"2.2.0-202121019112","@firebase/logger":"0.2.6","@firebase/util":"0.4.0-202121019112","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-202121019112","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.16-202121019112","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-202121019112","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"1d3ee59332381636a35489e6445a42cb0802f146","size":9118441,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-202121019112.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-202121019112_1615403836988_0.07168532430145924"},"_hasShrinkwrap":false,"publish_time":1615403837321,"_cnpm_publish_time":1615403837321,"contributors":[]},"2.1.7-canary.13686cbbe":{"name":"@firebase/firestore","version":"2.1.7-canary.13686cbbe","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.13686cbbe","@firebase/firestore-types":"2.1.0-canary.13686cbbe","@firebase/logger":"0.2.6-canary.13686cbbe","@firebase/util":"0.3.4-canary.13686cbbe","@firebase/webchannel-wrapper":"0.4.1-canary.13686cbbe","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.15-canary.13686cbbe","@firebase/app-types":"0.6.1-canary.13686cbbe"},"devDependencies":{"@firebase/app":"0.6.15-canary.13686cbbe","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.13686cbbe","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"4fb796333641ffd5bfb6013ac4145c1647a5e281","size":9118000,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.13686cbbe.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.13686cbbe_1615402538499_0.8577076605412948"},"_hasShrinkwrap":false,"publish_time":1615402538962,"_cnpm_publish_time":1615402538962,"contributors":[]},"2.2.0-2021210184049":{"name":"@firebase/firestore","version":"2.2.0-2021210184049","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-2021210184049","@firebase/firestore-types":"2.2.0-2021210184049","@firebase/logger":"0.2.6","@firebase/util":"0.4.0-2021210184049","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-2021210184049","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.16-2021210184049","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-2021210184049","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"734225d7f9a94a9d0d1f790a981db8c24e8ac102","size":9117702,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-2021210184049.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-2021210184049_1615401950641_0.5743612455962479"},"_hasShrinkwrap":false,"publish_time":1615401951133,"_cnpm_publish_time":1615401951133,"contributors":[]},"2.2.0-202121018311":{"name":"@firebase/firestore","version":"2.2.0-202121018311","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.1-202121018311","@firebase/firestore-types":"2.2.0-202121018311","@firebase/logger":"0.2.6","@firebase/util":"0.4.0-202121018311","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.16-202121018311","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.16-202121018311","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-202121018311","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"cba5165c6e27f6b24645970fe3f008fe166665f2","size":9118433,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-202121018311.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-202121018311_1615401381861_0.01422047778849711"},"_hasShrinkwrap":false,"publish_time":1615401382288,"_cnpm_publish_time":1615401382288,"contributors":[]},"2.1.7-canary.ec95df3d0":{"name":"@firebase/firestore","version":"2.1.7-canary.ec95df3d0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.ec95df3d0","@firebase/firestore-types":"2.1.0-canary.ec95df3d0","@firebase/logger":"0.2.6-canary.ec95df3d0","@firebase/util":"0.3.4-canary.ec95df3d0","@firebase/webchannel-wrapper":"0.4.1-canary.ec95df3d0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.15-canary.ec95df3d0","@firebase/app-types":"0.6.1-canary.ec95df3d0"},"devDependencies":{"@firebase/app":"0.6.15-canary.ec95df3d0","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.ec95df3d0","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"18e7fd0ae71d27d99d148d7678978cbeb7ced941","size":9118754,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.ec95df3d0.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.ec95df3d0_1615401175467_0.21003263632728641"},"_hasShrinkwrap":false,"publish_time":1615401175884,"_cnpm_publish_time":1615401175884,"contributors":[]},"2.1.7-canary.97bde41a7":{"name":"@firebase/firestore","version":"2.1.7-canary.97bde41a7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.97bde41a7","@firebase/firestore-types":"2.1.0-canary.97bde41a7","@firebase/logger":"0.2.6-canary.97bde41a7","@firebase/util":"0.3.4-canary.97bde41a7","@firebase/webchannel-wrapper":"0.4.1-canary.97bde41a7","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.15-canary.97bde41a7","@firebase/app-types":"0.6.1-canary.97bde41a7"},"devDependencies":{"@firebase/app":"0.6.15-canary.97bde41a7","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.97bde41a7","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"d874ff7570204ae71ddc990023d375f87ecd5838","size":9117980,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.97bde41a7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.97bde41a7_1615357803770_0.8655185784013915"},"_hasShrinkwrap":false,"publish_time":1615357804237,"_cnpm_publish_time":1615357804237,"contributors":[]},"2.1.7-canary.7d5048a2c":{"name":"@firebase/firestore","version":"2.1.7-canary.7d5048a2c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.7d5048a2c","@firebase/firestore-types":"2.1.0-canary.7d5048a2c","@firebase/logger":"0.2.6-canary.7d5048a2c","@firebase/util":"0.3.4-canary.7d5048a2c","@firebase/webchannel-wrapper":"0.4.1-canary.7d5048a2c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.15-canary.7d5048a2c","@firebase/app-types":"0.6.1-canary.7d5048a2c"},"devDependencies":{"@firebase/app":"0.6.15-canary.7d5048a2c","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.7d5048a2c","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"1964ebb2efed3ac068b219eb74959172e02a88ba","size":9119183,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.7d5048a2c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.7d5048a2c_1615357599049_0.6496489771227081"},"_hasShrinkwrap":false,"publish_time":1615357599564,"_cnpm_publish_time":1615357599564,"contributors":[]},"0.0.900-exp.555fe23c5":{"name":"@firebase/firestore","version":"0.0.900-exp.555fe23c5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.0.900-exp.555fe23c5"},"devDependencies":{"@firebase/app":"0.6.15","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.555fe23c5","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"ec0b9300a1e82bb7e80979ebc792fbf770564df5","size":13296130,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.555fe23c5.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.555fe23c5_1615356365413_0.3993905002421885"},"_hasShrinkwrap":false,"publish_time":1615356366314,"_cnpm_publish_time":1615356366314,"contributors":[]},"2.1.8-202121002818":{"name":"@firebase/firestore","version":"2.1.8-202121002818","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0","@firebase/firestore-types":"2.1.1-202121002818","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.15","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.8-202121002818","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"57f20f7e962cc011e331e8e38eab60cbb0228c02","size":9119246,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.8-202121002818.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.8-202121002818_1615336404816_0.11427821791768555"},"_hasShrinkwrap":false,"publish_time":1615336405127,"_cnpm_publish_time":1615336405127,"contributors":[]},"2.1.7-canary.555fe23c5":{"name":"@firebase/firestore","version":"2.1.7-canary.555fe23c5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.555fe23c5","@firebase/firestore-types":"2.1.0-canary.555fe23c5","@firebase/logger":"0.2.6-canary.555fe23c5","@firebase/util":"0.3.4-canary.555fe23c5","@firebase/webchannel-wrapper":"0.4.1-canary.555fe23c5","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.15-canary.555fe23c5","@firebase/app-types":"0.6.1-canary.555fe23c5"},"devDependencies":{"@firebase/app":"0.6.15-canary.555fe23c5","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.555fe23c5","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"d65b7bea7164253b3d3c34e4be41c9951f47b248","size":9118008,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.555fe23c5.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.555fe23c5_1615335929561_0.7518278654103405"},"_hasShrinkwrap":false,"publish_time":1615335930384,"_cnpm_publish_time":1615335930384,"contributors":[]},"2.1.7-canary.335e6d0d4":{"name":"@firebase/firestore","version":"2.1.7-canary.335e6d0d4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.335e6d0d4","@firebase/firestore-types":"2.1.0-canary.335e6d0d4","@firebase/logger":"0.2.6-canary.335e6d0d4","@firebase/util":"0.3.4-canary.335e6d0d4","@firebase/webchannel-wrapper":"0.4.1-canary.335e6d0d4","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.15-canary.335e6d0d4","@firebase/app-types":"0.6.1-canary.335e6d0d4"},"devDependencies":{"@firebase/app":"0.6.15-canary.335e6d0d4","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.335e6d0d4","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"6e8a5164a4018be0e6c210faee9565222cac6011","size":9118326,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.335e6d0d4.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.335e6d0d4_1615334040178_0.6061345107218017"},"_hasShrinkwrap":false,"publish_time":1615334040621,"_cnpm_publish_time":1615334040621,"contributors":[]},"2.1.7-canary.56030a0fb":{"name":"@firebase/firestore","version":"2.1.7-canary.56030a0fb","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.56030a0fb","@firebase/firestore-types":"2.1.0-canary.56030a0fb","@firebase/logger":"0.2.6-canary.56030a0fb","@firebase/util":"0.3.4-canary.56030a0fb","@firebase/webchannel-wrapper":"0.4.1-canary.56030a0fb","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.15-canary.56030a0fb","@firebase/app-types":"0.6.1-canary.56030a0fb"},"devDependencies":{"@firebase/app":"0.6.15-canary.56030a0fb","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.56030a0fb","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"6c0390321871c34d269b240e393d5a6167b3a6b7","size":9118016,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.56030a0fb.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.56030a0fb_1615333624034_0.14863522541098484"},"_hasShrinkwrap":false,"publish_time":1615333626445,"_cnpm_publish_time":1615333626445,"contributors":[]},"2.1.7-canary.b6080a857":{"name":"@firebase/firestore","version":"2.1.7-canary.b6080a857","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.b6080a857","@firebase/firestore-types":"2.1.0-canary.b6080a857","@firebase/logger":"0.2.6-canary.b6080a857","@firebase/util":"0.3.4-canary.b6080a857","@firebase/webchannel-wrapper":"0.4.1-canary.b6080a857","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.15-canary.b6080a857","@firebase/app-types":"0.6.1-canary.b6080a857"},"devDependencies":{"@firebase/app":"0.6.15-canary.b6080a857","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.b6080a857","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"76a71644dbbdb132d04b3400d9727e5370c4f809","size":9118367,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.b6080a857.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.b6080a857_1615236565910_0.7925142400561986"},"_hasShrinkwrap":false,"publish_time":1615236566480,"_cnpm_publish_time":1615236566480,"contributors":[]},"2.1.7-canary.dccd23d47":{"name":"@firebase/firestore","version":"2.1.7-canary.dccd23d47","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.dccd23d47","@firebase/firestore-types":"2.1.0-canary.dccd23d47","@firebase/logger":"0.2.6-canary.dccd23d47","@firebase/util":"0.3.4-canary.dccd23d47","@firebase/webchannel-wrapper":"0.4.1-canary.dccd23d47","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.15-canary.dccd23d47","@firebase/app-types":"0.6.1-canary.dccd23d47"},"devDependencies":{"@firebase/app":"0.6.15-canary.dccd23d47","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.dccd23d47","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"081d0823fee2678b9b176f200a4762b58aad3477","size":9121760,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.dccd23d47.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.dccd23d47_1615232492438_0.05676410291728806"},"_hasShrinkwrap":false,"publish_time":1615232492798,"_cnpm_publish_time":1615232492798,"contributors":[]},"2.1.7-canary.b6caa3fef":{"name":"@firebase/firestore","version":"2.1.7-canary.b6caa3fef","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.b6caa3fef","@firebase/firestore-types":"2.1.0-canary.b6caa3fef","@firebase/logger":"0.2.6-canary.b6caa3fef","@firebase/util":"0.3.4-canary.b6caa3fef","@firebase/webchannel-wrapper":"0.4.1-canary.b6caa3fef","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.15-canary.b6caa3fef","@firebase/app-types":"0.6.1-canary.b6caa3fef"},"devDependencies":{"@firebase/app":"0.6.15-canary.b6caa3fef","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.b6caa3fef","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"c1557f826cba44354e3b32bf9b9db71beebce195","size":9121921,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.b6caa3fef.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.b6caa3fef_1615227310124_0.8332090651667798"},"_hasShrinkwrap":false,"publish_time":1615227310458,"_cnpm_publish_time":1615227310458,"contributors":[]},"2.1.7-canary.4f8cfcf92":{"name":"@firebase/firestore","version":"2.1.7-canary.4f8cfcf92","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.4f8cfcf92","@firebase/firestore-types":"2.1.0-canary.4f8cfcf92","@firebase/logger":"0.2.6-canary.4f8cfcf92","@firebase/util":"0.3.4-canary.4f8cfcf92","@firebase/webchannel-wrapper":"0.4.1-canary.4f8cfcf92","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.15-canary.4f8cfcf92","@firebase/app-types":"0.6.1-canary.4f8cfcf92"},"devDependencies":{"@firebase/app":"0.6.15-canary.4f8cfcf92","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.4f8cfcf92","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"d44390735a5e88cb66d75d0460f46b76b00ee07c","size":9121819,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.4f8cfcf92.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.4f8cfcf92_1615221423735_0.6880695712504064"},"_hasShrinkwrap":false,"publish_time":1615221424142,"_cnpm_publish_time":1615221424142,"contributors":[]},"2.1.7-canary.8ba98cb86":{"name":"@firebase/firestore","version":"2.1.7-canary.8ba98cb86","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.8ba98cb86","@firebase/firestore-types":"2.1.0-canary.8ba98cb86","@firebase/logger":"0.2.6-canary.8ba98cb86","@firebase/util":"0.3.4-canary.8ba98cb86","@firebase/webchannel-wrapper":"0.4.1-canary.8ba98cb86","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.15-canary.8ba98cb86","@firebase/app-types":"0.6.1-canary.8ba98cb86"},"devDependencies":{"@firebase/app":"0.6.15-canary.8ba98cb86","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.8ba98cb86","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"49989f3987cf026672b8a09b94a6b820868a8fba","size":9121318,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.8ba98cb86.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.8ba98cb86_1614897118123_0.03599910537879203"},"_hasShrinkwrap":false,"publish_time":1614897118539,"_cnpm_publish_time":1614897118539,"contributors":[]},"2.1.7-canary.8b3fcd980":{"name":"@firebase/firestore","version":"2.1.7-canary.8b3fcd980","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.8b3fcd980","@firebase/firestore-types":"2.1.0-canary.8b3fcd980","@firebase/logger":"0.2.6-canary.8b3fcd980","@firebase/util":"0.3.4-canary.8b3fcd980","@firebase/webchannel-wrapper":"0.4.1-canary.8b3fcd980","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.15-canary.8b3fcd980","@firebase/app-types":"0.6.1-canary.8b3fcd980"},"devDependencies":{"@firebase/app":"0.6.15-canary.8b3fcd980","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.8b3fcd980","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"1141bcddd6d13c51a4ca00ded8f141afe9005882","size":9121802,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.8b3fcd980.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.8b3fcd980_1614895906814_0.40076475525915933"},"_hasShrinkwrap":false,"publish_time":1614895907306,"_cnpm_publish_time":1614895907306,"contributors":[]},"2.1.7-canary.2a0893a66":{"name":"@firebase/firestore","version":"2.1.7-canary.2a0893a66","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.2a0893a66","@firebase/firestore-types":"2.1.0-canary.2a0893a66","@firebase/logger":"0.2.6-canary.2a0893a66","@firebase/util":"0.3.4-canary.2a0893a66","@firebase/webchannel-wrapper":"0.4.1-canary.2a0893a66","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.15-canary.2a0893a66","@firebase/app-types":"0.6.1-canary.2a0893a66"},"devDependencies":{"@firebase/app":"0.6.15-canary.2a0893a66","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.2a0893a66","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"6c3f53611fabf2bbda65d7c04b610a41943cbab6","size":9121282,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.2a0893a66.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.2a0893a66_1614881618530_0.43627686742124094"},"_hasShrinkwrap":false,"publish_time":1614881619052,"_cnpm_publish_time":1614881619052,"contributors":[]},"2.1.7-canary.4888ee496":{"name":"@firebase/firestore","version":"2.1.7-canary.4888ee496","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.4888ee496","@firebase/firestore-types":"2.1.0-canary.4888ee496","@firebase/logger":"0.2.6-canary.4888ee496","@firebase/util":"0.3.4-canary.4888ee496","@firebase/webchannel-wrapper":"0.4.1-canary.4888ee496","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.15-canary.4888ee496","@firebase/app-types":"0.6.1-canary.4888ee496"},"devDependencies":{"@firebase/app":"0.6.15-canary.4888ee496","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.4888ee496","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"cf5eaddf95437445c2425c1618e5b7159d2725cc","size":9121852,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.4888ee496.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.4888ee496_1614807372919_0.7929804625928829"},"_hasShrinkwrap":false,"publish_time":1614807373328,"_cnpm_publish_time":1614807373328,"contributors":[]},"2.1.7-canary.b63d84d99":{"name":"@firebase/firestore","version":"2.1.7-canary.b63d84d99","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.b63d84d99","@firebase/firestore-types":"2.1.0-canary.b63d84d99","@firebase/logger":"0.2.6-canary.b63d84d99","@firebase/util":"0.3.4-canary.b63d84d99","@firebase/webchannel-wrapper":"0.4.1-canary.b63d84d99","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.15-canary.b63d84d99","@firebase/app-types":"0.6.1-canary.b63d84d99"},"devDependencies":{"@firebase/app":"0.6.15-canary.b63d84d99","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.b63d84d99","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"1b107eda869ec53d920ab9213c758d6967f29dd8","size":9122696,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.b63d84d99.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.b63d84d99_1614805058733_0.18734944584129565"},"_hasShrinkwrap":false,"publish_time":1614805059374,"_cnpm_publish_time":1614805059374,"contributors":[]},"2.1.7-canary.2301aee2f":{"name":"@firebase/firestore","version":"2.1.7-canary.2301aee2f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.2301aee2f","@firebase/firestore-types":"2.1.0-canary.2301aee2f","@firebase/logger":"0.2.6-canary.2301aee2f","@firebase/util":"0.3.4-canary.2301aee2f","@firebase/webchannel-wrapper":"0.4.1-canary.2301aee2f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.15-canary.2301aee2f","@firebase/app-types":"0.6.1-canary.2301aee2f"},"devDependencies":{"@firebase/app":"0.6.15-canary.2301aee2f","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.2301aee2f","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"932d51ebd62272eef2ee111285bcd01d48fbf137","size":9123089,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.2301aee2f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.2301aee2f_1614797715713_0.8702659780045117"},"_hasShrinkwrap":false,"publish_time":1614797716920,"_cnpm_publish_time":1614797716920,"contributors":[]},"2.1.7-canary.14fbc8e6a":{"name":"@firebase/firestore","version":"2.1.7-canary.14fbc8e6a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.14fbc8e6a","@firebase/firestore-types":"2.1.0-canary.14fbc8e6a","@firebase/logger":"0.2.6-canary.14fbc8e6a","@firebase/util":"0.3.4-canary.14fbc8e6a","@firebase/webchannel-wrapper":"0.4.1-canary.14fbc8e6a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.15-canary.14fbc8e6a","@firebase/app-types":"0.6.1-canary.14fbc8e6a"},"devDependencies":{"@firebase/app":"0.6.15-canary.14fbc8e6a","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.14fbc8e6a","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"f076c8805a350632d718cead7e2bf339a5da95fb","size":9122570,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.14fbc8e6a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.14fbc8e6a_1614734825550_0.2762330308119689"},"_hasShrinkwrap":false,"publish_time":1614734826595,"_cnpm_publish_time":1614734826595,"contributors":[]},"2.1.7-canary.88a3b2e14":{"name":"@firebase/firestore","version":"2.1.7-canary.88a3b2e14","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.88a3b2e14","@firebase/firestore-types":"2.1.0-canary.88a3b2e14","@firebase/logger":"0.2.6-canary.88a3b2e14","@firebase/util":"0.3.4-canary.88a3b2e14","@firebase/webchannel-wrapper":"0.4.1-canary.88a3b2e14","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.15-canary.88a3b2e14","@firebase/app-types":"0.6.1-canary.88a3b2e14"},"devDependencies":{"@firebase/app":"0.6.15-canary.88a3b2e14","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.88a3b2e14","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"8a8ea9d584e3907de9b901817ef9e8611bf886f5","size":9123062,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.88a3b2e14.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.88a3b2e14_1614734455469_0.8946289897965809"},"_hasShrinkwrap":false,"publish_time":1614734455796,"_cnpm_publish_time":1614734455796,"contributors":[]},"2.1.7-canary.529a13a6c":{"name":"@firebase/firestore","version":"2.1.7-canary.529a13a6c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.529a13a6c","@firebase/firestore-types":"2.1.0-canary.529a13a6c","@firebase/logger":"0.2.6-canary.529a13a6c","@firebase/util":"0.3.4-canary.529a13a6c","@firebase/webchannel-wrapper":"0.4.1-canary.529a13a6c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.15-canary.529a13a6c","@firebase/app-types":"0.6.1-canary.529a13a6c"},"devDependencies":{"@firebase/app":"0.6.15-canary.529a13a6c","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.529a13a6c","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"72c61f190a9173079a49c44f7d889e673a7d08fe","size":9122588,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.529a13a6c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.529a13a6c_1614719246952_0.03435090818293696"},"_hasShrinkwrap":false,"publish_time":1614719247404,"_cnpm_publish_time":1614719247404,"contributors":[]},"2.1.7-canary.839a5bbcf":{"name":"@firebase/firestore","version":"2.1.7-canary.839a5bbcf","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.839a5bbcf","@firebase/firestore-types":"2.1.0-canary.839a5bbcf","@firebase/logger":"0.2.6-canary.839a5bbcf","@firebase/util":"0.3.4-canary.839a5bbcf","@firebase/webchannel-wrapper":"0.4.1-canary.839a5bbcf","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.0.0"},"peerDependencies":{"@firebase/app":"0.6.15-canary.839a5bbcf","@firebase/app-types":"0.6.1-canary.839a5bbcf"},"devDependencies":{"@firebase/app":"0.6.15-canary.839a5bbcf","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.839a5bbcf","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"9da84e0ceab5d3c5922454c7b938ffdde0fb4c75","size":9122191,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.839a5bbcf.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.839a5bbcf_1614718907806_0.6213100916345118"},"_hasShrinkwrap":false,"publish_time":1614718908169,"_cnpm_publish_time":1614718908169,"contributors":[]},"2.1.7-canary.6b662fed1":{"name":"@firebase/firestore","version":"2.1.7-canary.6b662fed1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.6b662fed1","@firebase/firestore-types":"2.1.0-canary.6b662fed1","@firebase/logger":"0.2.6-canary.6b662fed1","@firebase/util":"0.3.4-canary.6b662fed1","@firebase/webchannel-wrapper":"0.4.1-canary.6b662fed1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.6b662fed1","@firebase/app-types":"0.6.1-canary.6b662fed1"},"devDependencies":{"@firebase/app":"0.6.15-canary.6b662fed1","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.6b662fed1","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"099bff4d092472647d7156d23a93c4934e3ddd93","size":9122627,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.6b662fed1.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.6b662fed1_1614718594923_0.185010196431318"},"_hasShrinkwrap":false,"publish_time":1614718595368,"_cnpm_publish_time":1614718595368,"contributors":[]},"2.1.7-canary.2448fd773":{"name":"@firebase/firestore","version":"2.1.7-canary.2448fd773","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.2448fd773","@firebase/firestore-types":"2.1.0-canary.2448fd773","@firebase/logger":"0.2.6-canary.2448fd773","@firebase/util":"0.3.4-canary.2448fd773","@firebase/webchannel-wrapper":"0.4.1-canary.2448fd773","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.2448fd773","@firebase/app-types":"0.6.1-canary.2448fd773"},"devDependencies":{"@firebase/app":"0.6.15-canary.2448fd773","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.2448fd773","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"6968789fd11f3e0a4492cc54d3ddda813348ef4d","size":9122657,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.2448fd773.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.2448fd773_1614716250610_0.4014112123070508"},"_hasShrinkwrap":false,"publish_time":1614716251093,"_cnpm_publish_time":1614716251093,"contributors":[]},"2.1.7-canary.de9a03d3c":{"name":"@firebase/firestore","version":"2.1.7-canary.de9a03d3c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.de9a03d3c","@firebase/firestore-types":"2.1.0-canary.de9a03d3c","@firebase/logger":"0.2.6-canary.de9a03d3c","@firebase/util":"0.3.4-canary.de9a03d3c","@firebase/webchannel-wrapper":"0.4.1-canary.de9a03d3c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.de9a03d3c","@firebase/app-types":"0.6.1-canary.de9a03d3c"},"devDependencies":{"@firebase/app":"0.6.15-canary.de9a03d3c","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.de9a03d3c","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"4b0d4012bc6497ceae306223312120d17a9d7251","size":9122178,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.de9a03d3c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.de9a03d3c_1614715115419_0.06478676715352472"},"_hasShrinkwrap":false,"publish_time":1614715115835,"_cnpm_publish_time":1614715115835,"contributors":[]},"2.1.7-canary.79dafb8d8":{"name":"@firebase/firestore","version":"2.1.7-canary.79dafb8d8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.79dafb8d8","@firebase/firestore-types":"2.1.0-canary.79dafb8d8","@firebase/logger":"0.2.6-canary.79dafb8d8","@firebase/util":"0.3.4-canary.79dafb8d8","@firebase/webchannel-wrapper":"0.4.1-canary.79dafb8d8","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.79dafb8d8","@firebase/app-types":"0.6.1-canary.79dafb8d8"},"devDependencies":{"@firebase/app":"0.6.15-canary.79dafb8d8","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.79dafb8d8","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"e23cbe232f1d953d56e48416ab4a272714bd8f5c","size":9122577,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.79dafb8d8.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.79dafb8d8_1614713937148_0.6820579343178257"},"_hasShrinkwrap":false,"publish_time":1614713937682,"_cnpm_publish_time":1614713937682,"contributors":[]},"2.1.7-canary.4cbff183a":{"name":"@firebase/firestore","version":"2.1.7-canary.4cbff183a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.4cbff183a","@firebase/firestore-types":"2.1.0-canary.4cbff183a","@firebase/logger":"0.2.6-canary.4cbff183a","@firebase/util":"0.3.4-canary.4cbff183a","@firebase/webchannel-wrapper":"0.4.1-canary.4cbff183a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.4cbff183a","@firebase/app-types":"0.6.1-canary.4cbff183a"},"devDependencies":{"@firebase/app":"0.6.15-canary.4cbff183a","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.4cbff183a","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"3217702db73501b531b178a93e0487570b84cec8","size":9123028,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.4cbff183a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.4cbff183a_1614711414803_0.7479957353496116"},"_hasShrinkwrap":false,"publish_time":1614711415195,"_cnpm_publish_time":1614711415195,"contributors":[]},"2.1.7-canary.3ed0b0862":{"name":"@firebase/firestore","version":"2.1.7-canary.3ed0b0862","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.3ed0b0862","@firebase/firestore-types":"2.1.0-canary.3ed0b0862","@firebase/logger":"0.2.6-canary.3ed0b0862","@firebase/util":"0.3.4-canary.3ed0b0862","@firebase/webchannel-wrapper":"0.4.1-canary.3ed0b0862","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.3ed0b0862","@firebase/app-types":"0.6.1-canary.3ed0b0862"},"devDependencies":{"@firebase/app":"0.6.15-canary.3ed0b0862","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.3ed0b0862","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"2b7977c398609a979f5b76384967c7fbbcf667de","size":9122686,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.3ed0b0862.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.3ed0b0862_1614709727706_0.1934955409815322"},"_hasShrinkwrap":false,"publish_time":1614709728914,"_cnpm_publish_time":1614709728914,"contributors":[]},"2.1.7-canary.57c73a02e":{"name":"@firebase/firestore","version":"2.1.7-canary.57c73a02e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.57c73a02e","@firebase/firestore-types":"2.1.0-canary.57c73a02e","@firebase/logger":"0.2.6-canary.57c73a02e","@firebase/util":"0.3.4-canary.57c73a02e","@firebase/webchannel-wrapper":"0.4.1-canary.57c73a02e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.57c73a02e","@firebase/app-types":"0.6.1-canary.57c73a02e"},"devDependencies":{"@firebase/app":"0.6.15-canary.57c73a02e","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.57c73a02e","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"4e72facad699ce62a5722e7e9144f61b74ad7fd9","size":9122617,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.57c73a02e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.57c73a02e_1614625937943_0.9494035236726446"},"_hasShrinkwrap":false,"publish_time":1614625938374,"_cnpm_publish_time":1614625938374,"contributors":[]},"2.1.7-canary.50195991a":{"name":"@firebase/firestore","version":"2.1.7-canary.50195991a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.50195991a","@firebase/firestore-types":"2.1.0-canary.50195991a","@firebase/logger":"0.2.6-canary.50195991a","@firebase/util":"0.3.4-canary.50195991a","@firebase/webchannel-wrapper":"0.4.1-canary.50195991a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.50195991a","@firebase/app-types":"0.6.1-canary.50195991a"},"devDependencies":{"@firebase/app":"0.6.15-canary.50195991a","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.50195991a","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"e389b2ab8534775c9715c1c45a82780027b9658b","size":9122199,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.50195991a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.50195991a_1614386800532_0.8846585623201499"},"_hasShrinkwrap":false,"publish_time":1614386801326,"_cnpm_publish_time":1614386801326,"contributors":[]},"2.1.7-canary.fefb64071":{"name":"@firebase/firestore","version":"2.1.7-canary.fefb64071","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.fefb64071","@firebase/firestore-types":"2.1.0-canary.fefb64071","@firebase/logger":"0.2.6-canary.fefb64071","@firebase/util":"0.3.4-canary.fefb64071","@firebase/webchannel-wrapper":"0.4.1-canary.fefb64071","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.fefb64071","@firebase/app-types":"0.6.1-canary.fefb64071"},"devDependencies":{"@firebase/app":"0.6.15-canary.fefb64071","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.fefb64071","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"63a1fb2423c49aa25e256067f4e24cb2549abdbc","size":9122533,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.fefb64071.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.fefb64071_1614379966916_0.641936293601606"},"_hasShrinkwrap":false,"publish_time":1614379967468,"_cnpm_publish_time":1614379967468,"contributors":[]},"2.1.7-canary.e558d3ea9":{"name":"@firebase/firestore","version":"2.1.7-canary.e558d3ea9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.e558d3ea9","@firebase/firestore-types":"2.1.0-canary.e558d3ea9","@firebase/logger":"0.2.6-canary.e558d3ea9","@firebase/util":"0.3.4-canary.e558d3ea9","@firebase/webchannel-wrapper":"0.4.1-canary.e558d3ea9","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.e558d3ea9","@firebase/app-types":"0.6.1-canary.e558d3ea9"},"devDependencies":{"@firebase/app":"0.6.15-canary.e558d3ea9","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.e558d3ea9","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"259a750d2272a57dac3a2f3fb886fe002a338bb8","size":9122545,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.e558d3ea9.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.e558d3ea9_1614365055006_0.7711783015920599"},"_hasShrinkwrap":false,"publish_time":1614365055462,"_cnpm_publish_time":1614365055462,"contributors":[]},"2.1.7-canary.c3e5d5a76":{"name":"@firebase/firestore","version":"2.1.7-canary.c3e5d5a76","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.c3e5d5a76","@firebase/firestore-types":"2.1.0-canary.c3e5d5a76","@firebase/logger":"0.2.6-canary.c3e5d5a76","@firebase/util":"0.3.4-canary.c3e5d5a76","@firebase/webchannel-wrapper":"0.4.1-canary.c3e5d5a76","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.c3e5d5a76","@firebase/app-types":"0.6.1-canary.c3e5d5a76"},"devDependencies":{"@firebase/app":"0.6.15-canary.c3e5d5a76","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.c3e5d5a76","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"2190305ca71c12869917b9977af51b1686688e64","size":9125506,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.c3e5d5a76.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.c3e5d5a76_1614360642715_0.8078153623147524"},"_hasShrinkwrap":false,"publish_time":1614360643122,"_cnpm_publish_time":1614360643122,"contributors":[]},"2.1.7-canary.04e532239":{"name":"@firebase/firestore","version":"2.1.7-canary.04e532239","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.04e532239","@firebase/firestore-types":"2.1.0-canary.04e532239","@firebase/logger":"0.2.6-canary.04e532239","@firebase/util":"0.3.4-canary.04e532239","@firebase/webchannel-wrapper":"0.4.1-canary.04e532239","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.04e532239","@firebase/app-types":"0.6.1-canary.04e532239"},"devDependencies":{"@firebase/app":"0.6.15-canary.04e532239","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.04e532239","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"8bf4248298f667a3170868c9bbbec308b58eae19","size":9125120,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.04e532239.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.04e532239_1614317616991_0.31747184933558503"},"_hasShrinkwrap":false,"publish_time":1614317617549,"_cnpm_publish_time":1614317617549,"contributors":[]},"2.1.7-canary.5e7c0130b":{"name":"@firebase/firestore","version":"2.1.7-canary.5e7c0130b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.5e7c0130b","@firebase/firestore-types":"2.1.0-canary.5e7c0130b","@firebase/logger":"0.2.6-canary.5e7c0130b","@firebase/util":"0.3.4-canary.5e7c0130b","@firebase/webchannel-wrapper":"0.4.1-canary.5e7c0130b","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.5e7c0130b","@firebase/app-types":"0.6.1-canary.5e7c0130b"},"devDependencies":{"@firebase/app":"0.6.15-canary.5e7c0130b","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.5e7c0130b","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"5ba1682206aab7b5bd7f9b1ae18dd6211225c527","size":9125855,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.5e7c0130b.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.5e7c0130b_1614295064313_0.038169419885072164"},"_hasShrinkwrap":false,"publish_time":1614295064817,"_cnpm_publish_time":1614295064817,"contributors":[]},"2.1.7-canary.386207188":{"name":"@firebase/firestore","version":"2.1.7-canary.386207188","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.386207188","@firebase/firestore-types":"2.1.0-canary.386207188","@firebase/logger":"0.2.6-canary.386207188","@firebase/util":"0.3.4-canary.386207188","@firebase/webchannel-wrapper":"0.4.1-canary.386207188","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.386207188","@firebase/app-types":"0.6.1-canary.386207188"},"devDependencies":{"@firebase/app":"0.6.15-canary.386207188","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.386207188","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"3f9241aaeac12cf7900827d3d30c3c15647206d1","size":9125018,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.386207188.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.386207188_1614290790074_0.9180376406835224"},"_hasShrinkwrap":false,"publish_time":1614290790395,"_cnpm_publish_time":1614290790395,"contributors":[]},"2.1.7-canary.d4ba8daa2":{"name":"@firebase/firestore","version":"2.1.7-canary.d4ba8daa2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.d4ba8daa2","@firebase/firestore-types":"2.1.0-canary.d4ba8daa2","@firebase/logger":"0.2.6-canary.d4ba8daa2","@firebase/util":"0.3.4-canary.d4ba8daa2","@firebase/webchannel-wrapper":"0.4.1-canary.d4ba8daa2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.d4ba8daa2","@firebase/app-types":"0.6.1-canary.d4ba8daa2"},"devDependencies":{"@firebase/app":"0.6.15-canary.d4ba8daa2","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.d4ba8daa2","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"63968e1e473aa40c90a3464e86af37c414957b93","size":9125434,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.d4ba8daa2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.d4ba8daa2_1614284477968_0.6259070893563963"},"_hasShrinkwrap":false,"publish_time":1614284478788,"_cnpm_publish_time":1614284478788,"contributors":[]},"2.1.7-canary.261617b85":{"name":"@firebase/firestore","version":"2.1.7-canary.261617b85","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.261617b85","@firebase/firestore-types":"2.1.0-canary.261617b85","@firebase/logger":"0.2.6-canary.261617b85","@firebase/util":"0.3.4-canary.261617b85","@firebase/webchannel-wrapper":"0.4.1-canary.261617b85","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.261617b85","@firebase/app-types":"0.6.1-canary.261617b85"},"devDependencies":{"@firebase/app":"0.6.15-canary.261617b85","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.261617b85","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"7fdc693d226c4025c9bfb667b8b6004e4ea7bca1","size":9125526,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.261617b85.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.261617b85_1614274848898_0.8713541783663761"},"_hasShrinkwrap":false,"publish_time":1614274849261,"_cnpm_publish_time":1614274849261,"contributors":[]},"2.1.7-canary.89a4f6429":{"name":"@firebase/firestore","version":"2.1.7-canary.89a4f6429","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.89a4f6429","@firebase/firestore-types":"2.1.0-canary.89a4f6429","@firebase/logger":"0.2.6-canary.89a4f6429","@firebase/util":"0.3.4-canary.89a4f6429","@firebase/webchannel-wrapper":"0.4.1-canary.89a4f6429","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.89a4f6429","@firebase/app-types":"0.6.1-canary.89a4f6429"},"devDependencies":{"@firebase/app":"0.6.15-canary.89a4f6429","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.89a4f6429","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"ba8443fe48c474ff8963d674138cce84e610f31c","size":9125848,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.89a4f6429.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.89a4f6429_1614217875035_0.5916300882258163"},"_hasShrinkwrap":false,"publish_time":1614217875855,"_cnpm_publish_time":1614217875855,"contributors":[]},"2.1.7-canary.c63214825":{"name":"@firebase/firestore","version":"2.1.7-canary.c63214825","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.c63214825","@firebase/firestore-types":"2.1.0-canary.c63214825","@firebase/logger":"0.2.6-canary.c63214825","@firebase/util":"0.3.4-canary.c63214825","@firebase/webchannel-wrapper":"0.4.1-canary.c63214825","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.c63214825","@firebase/app-types":"0.6.1-canary.c63214825"},"devDependencies":{"@firebase/app":"0.6.15-canary.c63214825","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.c63214825","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"1c97dc438519861ebbe209d443968539a390a114","size":9125047,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.c63214825.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.c63214825_1614215741532_0.2350673742825753"},"_hasShrinkwrap":false,"publish_time":1614215742001,"_cnpm_publish_time":1614215742001,"contributors":[]},"2.1.7-canary.d84e137d7":{"name":"@firebase/firestore","version":"2.1.7-canary.d84e137d7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.d84e137d7","@firebase/firestore-types":"2.1.0-canary.d84e137d7","@firebase/logger":"0.2.6-canary.d84e137d7","@firebase/util":"0.3.4-canary.d84e137d7","@firebase/webchannel-wrapper":"0.4.1-canary.d84e137d7","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.d84e137d7","@firebase/app-types":"0.6.1-canary.d84e137d7"},"devDependencies":{"@firebase/app":"0.6.15-canary.d84e137d7","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.d84e137d7","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"55fba0b24fd35c0d0ddd6d40fb3a2ee12dd4d513","size":9125122,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.d84e137d7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.d84e137d7_1614207824283_0.0871631352117026"},"_hasShrinkwrap":false,"publish_time":1614207824956,"_cnpm_publish_time":1614207824956,"contributors":[]},"2.1.7-canary.07d6b2c42":{"name":"@firebase/firestore","version":"2.1.7-canary.07d6b2c42","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.07d6b2c42","@firebase/firestore-types":"2.1.0-canary.07d6b2c42","@firebase/logger":"0.2.6-canary.07d6b2c42","@firebase/util":"0.3.4-canary.07d6b2c42","@firebase/webchannel-wrapper":"0.4.1-canary.07d6b2c42","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.07d6b2c42","@firebase/app-types":"0.6.1-canary.07d6b2c42"},"devDependencies":{"@firebase/app":"0.6.15-canary.07d6b2c42","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.07d6b2c42","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"8d1f66edc97a950de791eebaed564c8ce7f5281b","size":9125534,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.07d6b2c42.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.07d6b2c42_1614207634446_0.5014538621672586"},"_hasShrinkwrap":false,"publish_time":1614207634842,"_cnpm_publish_time":1614207634842,"contributors":[]},"2.1.7-canary.c3739f338":{"name":"@firebase/firestore","version":"2.1.7-canary.c3739f338","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.c3739f338","@firebase/firestore-types":"2.1.0-canary.c3739f338","@firebase/logger":"0.2.6-canary.c3739f338","@firebase/util":"0.3.4-canary.c3739f338","@firebase/webchannel-wrapper":"0.4.1-canary.c3739f338","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.c3739f338","@firebase/app-types":"0.6.1-canary.c3739f338"},"devDependencies":{"@firebase/app":"0.6.15-canary.c3739f338","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.c3739f338","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"8a429130ec2c244ec02a1932b4b9c3fa4a71f7a9","size":9125205,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.c3739f338.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.c3739f338_1614206698024_0.5276478476346234"},"_hasShrinkwrap":false,"publish_time":1614206698488,"_cnpm_publish_time":1614206698488,"contributors":[]},"2.1.7-canary.636dd78ea":{"name":"@firebase/firestore","version":"2.1.7-canary.636dd78ea","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.636dd78ea","@firebase/firestore-types":"2.1.0-canary.636dd78ea","@firebase/logger":"0.2.6-canary.636dd78ea","@firebase/util":"0.3.4-canary.636dd78ea","@firebase/webchannel-wrapper":"0.4.1-canary.636dd78ea","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.636dd78ea","@firebase/app-types":"0.6.1-canary.636dd78ea"},"devDependencies":{"@firebase/app":"0.6.15-canary.636dd78ea","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.636dd78ea","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"2a9674aa8ac3bf1df2a513f988e33c57e4cea4c6","size":9125288,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.636dd78ea.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.636dd78ea_1614199486413_0.47149188088879"},"_hasShrinkwrap":false,"publish_time":1614199487019,"_cnpm_publish_time":1614199487019,"contributors":[]},"2.1.7-canary.928e43933":{"name":"@firebase/firestore","version":"2.1.7-canary.928e43933","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.928e43933","@firebase/firestore-types":"2.1.0-canary.928e43933","@firebase/logger":"0.2.6-canary.928e43933","@firebase/util":"0.3.4-canary.928e43933","@firebase/webchannel-wrapper":"0.4.1-canary.928e43933","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.928e43933","@firebase/app-types":"0.6.1-canary.928e43933"},"devDependencies":{"@firebase/app":"0.6.15-canary.928e43933","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.928e43933","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"41e7dfe53ef264b79543a1a78276bf50c14f0dbf","size":9125116,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.928e43933.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.928e43933_1614196106244_0.633081910943829"},"_hasShrinkwrap":false,"publish_time":1614196106710,"_cnpm_publish_time":1614196106710,"contributors":[]},"2.1.7-canary.02c176185":{"name":"@firebase/firestore","version":"2.1.7-canary.02c176185","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.02c176185","@firebase/firestore-types":"2.1.0-canary.02c176185","@firebase/logger":"0.2.6-canary.02c176185","@firebase/util":"0.3.4-canary.02c176185","@firebase/webchannel-wrapper":"0.4.1-canary.02c176185","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.02c176185","@firebase/app-types":"0.6.1-canary.02c176185"},"devDependencies":{"@firebase/app":"0.6.15-canary.02c176185","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.02c176185","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"8aedad210714436ad8f89089fb8252c3e1bea89c","size":9125215,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.02c176185.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.02c176185_1614132319014_0.9799654280885883"},"_hasShrinkwrap":false,"publish_time":1614132319468,"_cnpm_publish_time":1614132319468,"contributors":[]},"2.1.7-canary.bc9f84149":{"name":"@firebase/firestore","version":"2.1.7-canary.bc9f84149","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.bc9f84149","@firebase/firestore-types":"2.1.0-canary.bc9f84149","@firebase/logger":"0.2.6-canary.bc9f84149","@firebase/util":"0.3.4-canary.bc9f84149","@firebase/webchannel-wrapper":"0.4.1-canary.bc9f84149","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.bc9f84149","@firebase/app-types":"0.6.1-canary.bc9f84149"},"devDependencies":{"@firebase/app":"0.6.15-canary.bc9f84149","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.bc9f84149","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"54a47920245088c387a45a88c3e361bed2e33c68","size":9125035,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.bc9f84149.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.bc9f84149_1614132215018_0.4297680240417723"},"_hasShrinkwrap":false,"publish_time":1614132215623,"_cnpm_publish_time":1614132215623,"contributors":[]},"2.1.7-canary.97f7e3881":{"name":"@firebase/firestore","version":"2.1.7-canary.97f7e3881","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.97f7e3881","@firebase/firestore-types":"2.1.0-canary.97f7e3881","@firebase/logger":"0.2.6-canary.97f7e3881","@firebase/util":"0.3.4-canary.97f7e3881","@firebase/webchannel-wrapper":"0.4.1-canary.97f7e3881","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.97f7e3881","@firebase/app-types":"0.6.1-canary.97f7e3881"},"devDependencies":{"@firebase/app":"0.6.15-canary.97f7e3881","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.97f7e3881","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"5e06c98fde0af83f83cbc31bfc9999aba2e132d3","size":9125319,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.97f7e3881.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.97f7e3881_1614129625920_0.9347779159100107"},"_hasShrinkwrap":false,"publish_time":1614129631322,"_cnpm_publish_time":1614129631322,"contributors":[]},"2.1.7-canary.39a8be6f1":{"name":"@firebase/firestore","version":"2.1.7-canary.39a8be6f1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.39a8be6f1","@firebase/firestore-types":"2.1.0-canary.39a8be6f1","@firebase/logger":"0.2.6-canary.39a8be6f1","@firebase/util":"0.3.4-canary.39a8be6f1","@firebase/webchannel-wrapper":"0.4.1-canary.39a8be6f1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.39a8be6f1","@firebase/app-types":"0.6.1-canary.39a8be6f1"},"devDependencies":{"@firebase/app":"0.6.15-canary.39a8be6f1","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.39a8be6f1","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"67f82a100f6409745d06403015cd6e1d298a939a","size":9125156,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.39a8be6f1.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.39a8be6f1_1614126333095_0.6304573277700898"},"_hasShrinkwrap":false,"publish_time":1614126333548,"_cnpm_publish_time":1614126333548,"contributors":[]},"2.1.7-canary.20a88da5d":{"name":"@firebase/firestore","version":"2.1.7-canary.20a88da5d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.20a88da5d","@firebase/firestore-types":"2.1.0-canary.20a88da5d","@firebase/logger":"0.2.6-canary.20a88da5d","@firebase/util":"0.3.4-canary.20a88da5d","@firebase/webchannel-wrapper":"0.4.1-canary.20a88da5d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.20a88da5d","@firebase/app-types":"0.6.1-canary.20a88da5d"},"devDependencies":{"@firebase/app":"0.6.15-canary.20a88da5d","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.20a88da5d","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"1109085593f9bdedec7eec79024294a3e38977d5","size":9125157,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.20a88da5d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.20a88da5d_1614124198002_0.9673733669976881"},"_hasShrinkwrap":false,"publish_time":1614124198573,"_cnpm_publish_time":1614124198573,"contributors":[]},"2.1.7-canary.08e2aa3cc":{"name":"@firebase/firestore","version":"2.1.7-canary.08e2aa3cc","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.08e2aa3cc","@firebase/firestore-types":"2.1.0-canary.08e2aa3cc","@firebase/logger":"0.2.6-canary.08e2aa3cc","@firebase/util":"0.3.4-canary.08e2aa3cc","@firebase/webchannel-wrapper":"0.4.1-canary.08e2aa3cc","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.08e2aa3cc","@firebase/app-types":"0.6.1-canary.08e2aa3cc"},"devDependencies":{"@firebase/app":"0.6.15-canary.08e2aa3cc","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.08e2aa3cc","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"f09742a5164f02e401270104cbc81e35d3b8ec99","size":9125171,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.08e2aa3cc.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.08e2aa3cc_1614114461244_0.4206154495289405"},"_hasShrinkwrap":false,"publish_time":1614114461689,"_cnpm_publish_time":1614114461689,"contributors":[]},"2.1.7-canary.04b498687":{"name":"@firebase/firestore","version":"2.1.7-canary.04b498687","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.04b498687","@firebase/firestore-types":"2.1.0-canary.04b498687","@firebase/logger":"0.2.6-canary.04b498687","@firebase/util":"0.3.4-canary.04b498687","@firebase/webchannel-wrapper":"0.4.1-canary.04b498687","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.04b498687","@firebase/app-types":"0.6.1-canary.04b498687"},"devDependencies":{"@firebase/app":"0.6.15-canary.04b498687","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.04b498687","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"6820bb656456b89507c85dfcd644365260fbf165","size":9125142,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.04b498687.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.04b498687_1614112431834_0.8747040429847475"},"_hasShrinkwrap":false,"publish_time":1614112432316,"_cnpm_publish_time":1614112432316,"contributors":[]},"2.1.7-canary.43d7520d2":{"name":"@firebase/firestore","version":"2.1.7-canary.43d7520d2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.43d7520d2","@firebase/firestore-types":"2.1.0-canary.43d7520d2","@firebase/logger":"0.2.6-canary.43d7520d2","@firebase/util":"0.3.4-canary.43d7520d2","@firebase/webchannel-wrapper":"0.4.1-canary.43d7520d2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.43d7520d2","@firebase/app-types":"0.6.1-canary.43d7520d2"},"devDependencies":{"@firebase/app":"0.6.15-canary.43d7520d2","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.43d7520d2","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"1871b68264570dc30172614215601af4cf66f61a","size":9124690,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.43d7520d2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.43d7520d2_1614112341911_0.32385050761340195"},"_hasShrinkwrap":false,"publish_time":1614112342383,"_cnpm_publish_time":1614112342383,"contributors":[]},"0.0.900-exp.1003b8d91":{"name":"@firebase/firestore","version":"0.0.900-exp.1003b8d91","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.900-exp.1003b8d91"},"devDependencies":{"@firebase/app":"0.6.15","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.1003b8d91","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"f1ae07232889d716528b1bccae21d14183aadb04","size":3498962,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.1003b8d91.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.1003b8d91_1614110873931_0.7566745998237794"},"_hasShrinkwrap":false,"publish_time":1614110874242,"_cnpm_publish_time":1614110874242,"contributors":[]},"2.1.7-canary.1003b8d91":{"name":"@firebase/firestore","version":"2.1.7-canary.1003b8d91","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.1003b8d91","@firebase/firestore-types":"2.1.0-canary.1003b8d91","@firebase/logger":"0.2.6-canary.1003b8d91","@firebase/util":"0.3.4-canary.1003b8d91","@firebase/webchannel-wrapper":"0.4.1-canary.1003b8d91","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.1003b8d91","@firebase/app-types":"0.6.1-canary.1003b8d91"},"devDependencies":{"@firebase/app":"0.6.15-canary.1003b8d91","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.1003b8d91","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"34a1637b2ff8f1046fcb725e4e9d5bd69acbbc0a","size":9124962,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.1003b8d91.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.1003b8d91_1614110062450_0.6567514546529147"},"_hasShrinkwrap":false,"publish_time":1614110062928,"_cnpm_publish_time":1614110062928,"contributors":[]},"2.1.7-canary.6a86a1b9b":{"name":"@firebase/firestore","version":"2.1.7-canary.6a86a1b9b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.6a86a1b9b","@firebase/firestore-types":"2.1.0-canary.6a86a1b9b","@firebase/logger":"0.2.6-canary.6a86a1b9b","@firebase/util":"0.3.4-canary.6a86a1b9b","@firebase/webchannel-wrapper":"0.4.1-canary.6a86a1b9b","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.6a86a1b9b","@firebase/app-types":"0.6.1-canary.6a86a1b9b"},"devDependencies":{"@firebase/app":"0.6.15-canary.6a86a1b9b","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.6a86a1b9b","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"13efafb3e47920581009b72df529d7ad684319d2","size":9125097,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.6a86a1b9b.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.6a86a1b9b_1614105295262_0.2242314860356156"},"_hasShrinkwrap":false,"publish_time":1614105295857,"_cnpm_publish_time":1614105295857,"contributors":[]},"2.1.7-canary.bd1691c13":{"name":"@firebase/firestore","version":"2.1.7-canary.bd1691c13","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.bd1691c13","@firebase/firestore-types":"2.1.0-canary.bd1691c13","@firebase/logger":"0.2.6-canary.bd1691c13","@firebase/util":"0.3.4-canary.bd1691c13","@firebase/webchannel-wrapper":"0.4.1-canary.bd1691c13","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.bd1691c13","@firebase/app-types":"0.6.1-canary.bd1691c13"},"devDependencies":{"@firebase/app":"0.6.15-canary.bd1691c13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.bd1691c13","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"4fc76cc39a4d7c40e044c0d46aff7245f5ec451c","size":9124794,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.bd1691c13.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.bd1691c13_1614103747815_0.6706003112883261"},"_hasShrinkwrap":false,"publish_time":1614103748822,"_cnpm_publish_time":1614103748822,"contributors":[]},"2.1.7-canary.938dc1a9d":{"name":"@firebase/firestore","version":"2.1.7-canary.938dc1a9d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.938dc1a9d","@firebase/firestore-types":"2.1.0-canary.938dc1a9d","@firebase/logger":"0.2.6-canary.938dc1a9d","@firebase/util":"0.3.4-canary.938dc1a9d","@firebase/webchannel-wrapper":"0.4.1-canary.938dc1a9d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.938dc1a9d","@firebase/app-types":"0.6.1-canary.938dc1a9d"},"devDependencies":{"@firebase/app":"0.6.15-canary.938dc1a9d","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.938dc1a9d","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"8ca454f0b32001602929d08ac1145a28716c22ee","size":9124945,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.938dc1a9d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.938dc1a9d_1614042228923_0.05248558827837435"},"_hasShrinkwrap":false,"publish_time":1614042229298,"_cnpm_publish_time":1614042229298,"contributors":[]},"2.1.7-canary.145c62bd8":{"name":"@firebase/firestore","version":"2.1.7-canary.145c62bd8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.145c62bd8","@firebase/firestore-types":"2.1.0-canary.145c62bd8","@firebase/logger":"0.2.6-canary.145c62bd8","@firebase/util":"0.3.4-canary.145c62bd8","@firebase/webchannel-wrapper":"0.4.1-canary.145c62bd8","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.145c62bd8","@firebase/app-types":"0.6.1-canary.145c62bd8"},"devDependencies":{"@firebase/app":"0.6.15-canary.145c62bd8","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.145c62bd8","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"e183f9f52f2c6d9520d1df3a02588b2c1bd7c022","size":9125311,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.145c62bd8.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.145c62bd8_1614031526816_0.08098495763007785"},"_hasShrinkwrap":false,"publish_time":1614031527230,"_cnpm_publish_time":1614031527230,"contributors":[]},"2.1.7-canary.168f1d622":{"name":"@firebase/firestore","version":"2.1.7-canary.168f1d622","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.168f1d622","@firebase/firestore-types":"2.1.0-canary.168f1d622","@firebase/logger":"0.2.6-canary.168f1d622","@firebase/util":"0.3.4-canary.168f1d622","@firebase/webchannel-wrapper":"0.4.1-canary.168f1d622","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.168f1d622","@firebase/app-types":"0.6.1-canary.168f1d622"},"devDependencies":{"@firebase/app":"0.6.15-canary.168f1d622","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.168f1d622","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"52e205d4a0a2aba054072e233787f35d512441e9","size":9125088,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.168f1d622.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.168f1d622_1614027200401_0.6500991901006832"},"_hasShrinkwrap":false,"publish_time":1614027200849,"_cnpm_publish_time":1614027200849,"contributors":[]},"2.1.7-canary.014fc2f2a":{"name":"@firebase/firestore","version":"2.1.7-canary.014fc2f2a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.014fc2f2a","@firebase/firestore-types":"2.1.0-canary.014fc2f2a","@firebase/logger":"0.2.6-canary.014fc2f2a","@firebase/util":"0.3.4-canary.014fc2f2a","@firebase/webchannel-wrapper":"0.4.1-canary.014fc2f2a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.014fc2f2a","@firebase/app-types":"0.6.1-canary.014fc2f2a"},"devDependencies":{"@firebase/app":"0.6.15-canary.014fc2f2a","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.014fc2f2a","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"d3b65ee78aa1cbcdb4b4ac4df53f5a4189ef4c54","size":9124751,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.014fc2f2a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.014fc2f2a_1613795215032_0.5443051628544007"},"_hasShrinkwrap":false,"publish_time":1613795215415,"_cnpm_publish_time":1613795215415,"contributors":[]},"0.0.900-exp.c778ccd9d":{"name":"@firebase/firestore","version":"0.0.900-exp.c778ccd9d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.900-exp.c778ccd9d"},"devDependencies":{"@firebase/app":"0.6.15","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.c778ccd9d","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"5bf741ffd186a9821066fbf5d8ff9b152bfb006b","size":3498727,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.c778ccd9d.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.c778ccd9d_1613784595520_0.9744622470696636"},"_hasShrinkwrap":false,"publish_time":1613784595743,"_cnpm_publish_time":1613784595743,"contributors":[]},"2.1.7-canary.c778ccd9d":{"name":"@firebase/firestore","version":"2.1.7-canary.c778ccd9d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-canary.c778ccd9d","@firebase/firestore-types":"2.1.0-canary.c778ccd9d","@firebase/logger":"0.2.6-canary.c778ccd9d","@firebase/util":"0.3.4-canary.c778ccd9d","@firebase/webchannel-wrapper":"0.4.1-canary.c778ccd9d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-canary.c778ccd9d","@firebase/app-types":"0.6.1-canary.c778ccd9d"},"devDependencies":{"@firebase/app":"0.6.15-canary.c778ccd9d","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-canary.c778ccd9d","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"385d8861f2c69bbcf07365b1e08b3c3fd69f70b6","size":9125618,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-canary.c778ccd9d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-canary.c778ccd9d_1613782248262_0.6978908697811561"},"_hasShrinkwrap":false,"publish_time":1613782248736,"_cnpm_publish_time":1613782248736,"contributors":[]},"2.1.7":{"name":"@firebase/firestore","version":"2.1.7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.15","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"039d1d469bd14d89a2d091ec7887a92cc7ab11a7","size":9124547,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7_1613779656171_0.3580228404633732"},"_hasShrinkwrap":false,"publish_time":1613779656613,"_cnpm_publish_time":1613779656613,"contributors":[]},"2.1.6-canary.6afe42613":{"name":"@firebase/firestore","version":"2.1.6-canary.6afe42613","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.6afe42613","@firebase/firestore-types":"2.1.0-canary.6afe42613","@firebase/logger":"0.2.6-canary.6afe42613","@firebase/util":"0.3.4-canary.6afe42613","@firebase/webchannel-wrapper":"0.4.1-canary.6afe42613","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.6afe42613","@firebase/app-types":"0.6.1-canary.6afe42613"},"devDependencies":{"@firebase/app":"0.6.14-canary.6afe42613","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-canary.6afe42613","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"ba110e17d5e1f9186fca27fe93727be7afd65c3a","size":9125021,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-canary.6afe42613.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-canary.6afe42613_1613778477259_0.6083118192340022"},"_hasShrinkwrap":false,"publish_time":1613778477621,"_cnpm_publish_time":1613778477621,"contributors":[]},"2.1.7-2021119233939":{"name":"@firebase/firestore","version":"2.1.7-2021119233939","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.2.0-2021119233939","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.15-2021119233939","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.15-2021119233939","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.7-2021119233939","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"46806325a67fdea180254d878dda790acf3c6c86","size":9125281,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.7-2021119233939.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.7-2021119233939_1613778302936_0.0656996621792596"},"_hasShrinkwrap":false,"publish_time":1613778303339,"_cnpm_publish_time":1613778303339,"contributors":[]},"2.1.6-canary.368f5175b":{"name":"@firebase/firestore","version":"2.1.6-canary.368f5175b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.368f5175b","@firebase/firestore-types":"2.1.0-canary.368f5175b","@firebase/logger":"0.2.6-canary.368f5175b","@firebase/util":"0.3.4-canary.368f5175b","@firebase/webchannel-wrapper":"0.4.1-canary.368f5175b","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.368f5175b","@firebase/app-types":"0.6.1-canary.368f5175b"},"devDependencies":{"@firebase/app":"0.6.14-canary.368f5175b","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-canary.368f5175b","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"8e27339c6b10d4d55eb8025274618bfcdeb6228b","size":9125546,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-canary.368f5175b.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-canary.368f5175b_1613767335979_0.05085545719819051"},"_hasShrinkwrap":false,"publish_time":1613767336657,"_cnpm_publish_time":1613767336657,"contributors":[]},"2.1.6-canary.a8300c15d":{"name":"@firebase/firestore","version":"2.1.6-canary.a8300c15d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.a8300c15d","@firebase/firestore-types":"2.1.0-canary.a8300c15d","@firebase/logger":"0.2.6-canary.a8300c15d","@firebase/util":"0.3.4-canary.a8300c15d","@firebase/webchannel-wrapper":"0.4.1-canary.a8300c15d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.a8300c15d","@firebase/app-types":"0.6.1-canary.a8300c15d"},"devDependencies":{"@firebase/app":"0.6.14-canary.a8300c15d","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-canary.a8300c15d","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"653a42b8b30d34b5a7e36e427ebed04bd93ccf32","size":9124925,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-canary.a8300c15d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-canary.a8300c15d_1613765266460_0.7613118108417025"},"_hasShrinkwrap":false,"publish_time":1613765266973,"_cnpm_publish_time":1613765266973,"contributors":[]},"2.1.6-canary.90f5f341f":{"name":"@firebase/firestore","version":"2.1.6-canary.90f5f341f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.90f5f341f","@firebase/firestore-types":"2.1.0-canary.90f5f341f","@firebase/logger":"0.2.6-canary.90f5f341f","@firebase/util":"0.3.4-canary.90f5f341f","@firebase/webchannel-wrapper":"0.4.1-canary.90f5f341f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.90f5f341f","@firebase/app-types":"0.6.1-canary.90f5f341f"},"devDependencies":{"@firebase/app":"0.6.14-canary.90f5f341f","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-canary.90f5f341f","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"d217fd892d76c3fd45fe6aee74b92087eee60c73","size":9125497,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-canary.90f5f341f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-canary.90f5f341f_1613765083501_0.012392129215871739"},"_hasShrinkwrap":false,"publish_time":1613765083842,"_cnpm_publish_time":1613765083842,"contributors":[]},"2.1.6-canary.483567a78":{"name":"@firebase/firestore","version":"2.1.6-canary.483567a78","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json && yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.483567a78","@firebase/firestore-types":"2.1.0-canary.483567a78","@firebase/logger":"0.2.6-canary.483567a78","@firebase/util":"0.3.4-canary.483567a78","@firebase/webchannel-wrapper":"0.4.1-canary.483567a78","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.483567a78","@firebase/app-types":"0.6.1-canary.483567a78"},"devDependencies":{"@firebase/app":"0.6.14-canary.483567a78","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-canary.483567a78","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"5b40bc360147486ca70a38e17626632749372f9f","size":9125507,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-canary.483567a78.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-canary.483567a78_1613688178188_0.40335994392774666"},"_hasShrinkwrap":false,"publish_time":1613688178610,"_cnpm_publish_time":1613688178610,"contributors":[]},"2.1.6-canary.77e73dc94":{"name":"@firebase/firestore","version":"2.1.6-canary.77e73dc94","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json && yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.77e73dc94","@firebase/firestore-types":"2.1.0-canary.77e73dc94","@firebase/logger":"0.2.6-canary.77e73dc94","@firebase/util":"0.3.4-canary.77e73dc94","@firebase/webchannel-wrapper":"0.4.1-canary.77e73dc94","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.77e73dc94","@firebase/app-types":"0.6.1-canary.77e73dc94"},"devDependencies":{"@firebase/app":"0.6.14-canary.77e73dc94","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-canary.77e73dc94","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"abcc6102f58d7ad36bf855467dd539114d00919a","size":9125114,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-canary.77e73dc94.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-canary.77e73dc94_1613683413748_0.3232273790813027"},"_hasShrinkwrap":false,"publish_time":1613683414194,"_cnpm_publish_time":1613683414194,"contributors":[]},"2.1.6-canary.ee6980dee":{"name":"@firebase/firestore","version":"2.1.6-canary.ee6980dee","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json && yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.ee6980dee","@firebase/firestore-types":"2.1.0-canary.ee6980dee","@firebase/logger":"0.2.6-canary.ee6980dee","@firebase/util":"0.3.4-canary.ee6980dee","@firebase/webchannel-wrapper":"0.4.1-canary.ee6980dee","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.ee6980dee","@firebase/app-types":"0.6.1-canary.ee6980dee"},"devDependencies":{"@firebase/app":"0.6.14-canary.ee6980dee","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-canary.ee6980dee","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"83588cf22df92474226e589548a481cc984325bc","size":9125113,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-canary.ee6980dee.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-canary.ee6980dee_1613676656144_0.12329026982141111"},"_hasShrinkwrap":false,"publish_time":1613676656500,"_cnpm_publish_time":1613676656500,"contributors":[]},"2.1.6-canary.1a90c06f3":{"name":"@firebase/firestore","version":"2.1.6-canary.1a90c06f3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json && yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.1a90c06f3","@firebase/firestore-types":"2.1.0-canary.1a90c06f3","@firebase/logger":"0.2.6-canary.1a90c06f3","@firebase/util":"0.3.4-canary.1a90c06f3","@firebase/webchannel-wrapper":"0.4.1-canary.1a90c06f3","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.1a90c06f3","@firebase/app-types":"0.6.1-canary.1a90c06f3"},"devDependencies":{"@firebase/app":"0.6.14-canary.1a90c06f3","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-canary.1a90c06f3","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"2fa0a46916dcfd7a3328651312716804ab4a5d62","size":9125246,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-canary.1a90c06f3.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-canary.1a90c06f3_1613675959359_0.998270766790879"},"_hasShrinkwrap":false,"publish_time":1613675960035,"_cnpm_publish_time":1613675960035,"contributors":[]},"2.1.6-canary.d0bae02f1":{"name":"@firebase/firestore","version":"2.1.6-canary.d0bae02f1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json && yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.d0bae02f1","@firebase/firestore-types":"2.1.0-canary.d0bae02f1","@firebase/logger":"0.2.6-canary.d0bae02f1","@firebase/util":"0.3.4-canary.d0bae02f1","@firebase/webchannel-wrapper":"0.4.1-canary.d0bae02f1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.d0bae02f1","@firebase/app-types":"0.6.1-canary.d0bae02f1"},"devDependencies":{"@firebase/app":"0.6.14-canary.d0bae02f1","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-canary.d0bae02f1","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"d86814482e2911b174e25c4b5839e262c7b90586","size":9125457,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-canary.d0bae02f1.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-canary.d0bae02f1_1613601906433_0.3359124017003481"},"_hasShrinkwrap":false,"publish_time":1613601906946,"_cnpm_publish_time":1613601906946,"contributors":[]},"2.1.6-canary.c6eadf7f5":{"name":"@firebase/firestore","version":"2.1.6-canary.c6eadf7f5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json && yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.c6eadf7f5","@firebase/firestore-types":"2.1.0-canary.c6eadf7f5","@firebase/logger":"0.2.6-canary.c6eadf7f5","@firebase/util":"0.3.4-canary.c6eadf7f5","@firebase/webchannel-wrapper":"0.4.1-canary.c6eadf7f5","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.c6eadf7f5","@firebase/app-types":"0.6.1-canary.c6eadf7f5"},"devDependencies":{"@firebase/app":"0.6.14-canary.c6eadf7f5","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-canary.c6eadf7f5","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"831b0acbf6992ae7a215803978dec3b9e2e21271","size":9125012,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-canary.c6eadf7f5.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-canary.c6eadf7f5_1613597011805_0.8351743033018448"},"_hasShrinkwrap":false,"publish_time":1613597012301,"_cnpm_publish_time":1613597012301,"contributors":[]},"2.1.6-canary.4ab5a9ce5":{"name":"@firebase/firestore","version":"2.1.6-canary.4ab5a9ce5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json && yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.4ab5a9ce5","@firebase/firestore-types":"2.1.0-canary.4ab5a9ce5","@firebase/logger":"0.2.6-canary.4ab5a9ce5","@firebase/util":"0.3.4-canary.4ab5a9ce5","@firebase/webchannel-wrapper":"0.4.1-canary.4ab5a9ce5","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.4ab5a9ce5","@firebase/app-types":"0.6.1-canary.4ab5a9ce5"},"devDependencies":{"@firebase/app":"0.6.14-canary.4ab5a9ce5","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-canary.4ab5a9ce5","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"4b1b084efab017747bb145ea55ab8c9e913ae2f8","size":9125211,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-canary.4ab5a9ce5.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-canary.4ab5a9ce5_1613587396070_0.867307759918919"},"_hasShrinkwrap":false,"publish_time":1613587396534,"_cnpm_publish_time":1613587396534,"contributors":[]},"2.1.6-canary.b3f2eef04":{"name":"@firebase/firestore","version":"2.1.6-canary.b3f2eef04","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json && yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.b3f2eef04","@firebase/firestore-types":"2.1.0-canary.b3f2eef04","@firebase/logger":"0.2.6-canary.b3f2eef04","@firebase/util":"0.3.4-canary.b3f2eef04","@firebase/webchannel-wrapper":"0.4.1-canary.b3f2eef04","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.b3f2eef04","@firebase/app-types":"0.6.1-canary.b3f2eef04"},"devDependencies":{"@firebase/app":"0.6.14-canary.b3f2eef04","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-canary.b3f2eef04","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"53de91cf38b04231780618a56e96110a72834477","size":9125474,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-canary.b3f2eef04.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-canary.b3f2eef04_1613539318964_0.27753301366665983"},"_hasShrinkwrap":false,"publish_time":1613539319412,"_cnpm_publish_time":1613539319412,"contributors":[]},"2.1.6-canary.553834989":{"name":"@firebase/firestore","version":"2.1.6-canary.553834989","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json && yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.553834989","@firebase/firestore-types":"2.1.0-canary.553834989","@firebase/logger":"0.2.6-canary.553834989","@firebase/util":"0.3.4-canary.553834989","@firebase/webchannel-wrapper":"0.4.1-canary.553834989","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.553834989","@firebase/app-types":"0.6.1-canary.553834989"},"devDependencies":{"@firebase/app":"0.6.14-canary.553834989","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-canary.553834989","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"26ff4282ecdc6b2ef71e64dc9c4793dc2bd0da7b","size":9125184,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-canary.553834989.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-canary.553834989_1613526759619_0.38223883512163104"},"_hasShrinkwrap":false,"publish_time":1613526760315,"_cnpm_publish_time":1613526760315,"contributors":[]},"2.1.6-canary.40afc0cc1":{"name":"@firebase/firestore","version":"2.1.6-canary.40afc0cc1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json && yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.40afc0cc1","@firebase/firestore-types":"2.1.0-canary.40afc0cc1","@firebase/logger":"0.2.6-canary.40afc0cc1","@firebase/util":"0.3.4-canary.40afc0cc1","@firebase/webchannel-wrapper":"0.4.1-canary.40afc0cc1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.40afc0cc1","@firebase/app-types":"0.6.1-canary.40afc0cc1"},"devDependencies":{"@firebase/app":"0.6.14-canary.40afc0cc1","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-canary.40afc0cc1","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"2d4f26590565f9aac2459da3847095bdd5cb7942","size":9125337,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-canary.40afc0cc1.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-canary.40afc0cc1_1613514120045_0.535093813835912"},"_hasShrinkwrap":false,"publish_time":1613514120428,"_cnpm_publish_time":1613514120428,"contributors":[]},"2.1.6-canary.536b47e18":{"name":"@firebase/firestore","version":"2.1.6-canary.536b47e18","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json && yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.536b47e18","@firebase/firestore-types":"2.1.0-canary.536b47e18","@firebase/logger":"0.2.6-canary.536b47e18","@firebase/util":"0.3.4-canary.536b47e18","@firebase/webchannel-wrapper":"0.4.1-canary.536b47e18","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.536b47e18","@firebase/app-types":"0.6.1-canary.536b47e18"},"devDependencies":{"@firebase/app":"0.6.14-canary.536b47e18","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-canary.536b47e18","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"639d6dbddcf66b71a6ce8428a15bd9c1dfe76af8","size":9125695,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-canary.536b47e18.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-canary.536b47e18_1613512762960_0.991509755748482"},"_hasShrinkwrap":false,"publish_time":1613512763676,"_cnpm_publish_time":1613512763676,"contributors":[]},"2.1.6-canary.8c92c1aca":{"name":"@firebase/firestore","version":"2.1.6-canary.8c92c1aca","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.8c92c1aca","@firebase/firestore-types":"2.1.0-canary.8c92c1aca","@firebase/logger":"0.2.6-canary.8c92c1aca","@firebase/util":"0.3.4-canary.8c92c1aca","@firebase/webchannel-wrapper":"0.4.1-canary.8c92c1aca","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.8c92c1aca","@firebase/app-types":"0.6.1-canary.8c92c1aca"},"devDependencies":{"@firebase/app":"0.6.14-canary.8c92c1aca","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-canary.8c92c1aca","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"50d1fcad2fbb5e632f9b7ae049a08842b8431f5b","size":9192406,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-canary.8c92c1aca.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-canary.8c92c1aca_1613511953152_0.9431091902861288"},"_hasShrinkwrap":false,"publish_time":1613511953482,"_cnpm_publish_time":1613511953482,"contributors":[]},"2.1.6-canary.9ac2093b9":{"name":"@firebase/firestore","version":"2.1.6-canary.9ac2093b9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.9ac2093b9","@firebase/firestore-types":"2.1.0-canary.9ac2093b9","@firebase/logger":"0.2.6-canary.9ac2093b9","@firebase/util":"0.3.4-canary.9ac2093b9","@firebase/webchannel-wrapper":"0.4.1-canary.9ac2093b9","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.9ac2093b9","@firebase/app-types":"0.6.1-canary.9ac2093b9"},"devDependencies":{"@firebase/app":"0.6.14-canary.9ac2093b9","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-canary.9ac2093b9","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"57f4f860e3f69a42f7126d899a6f52cbe6e8c606","size":9191711,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-canary.9ac2093b9.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-canary.9ac2093b9_1613167788979_0.5992642825287509"},"_hasShrinkwrap":false,"publish_time":1613167789439,"_cnpm_publish_time":1613167789439,"contributors":[]},"0.0.900-exp.47e035fe0":{"name":"@firebase/firestore","version":"0.0.900-exp.47e035fe0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.900-exp.47e035fe0","@firebase/app-types":"0.0.900-exp.47e035fe0"},"devDependencies":{"@firebase/app":"0.6.14","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.47e035fe0","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"ec36796d2bd7d2422cd7ad9b20771969603d3ed5","size":9224006,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.47e035fe0.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.47e035fe0_1613161588601_0.5185394489428647"},"_hasShrinkwrap":false,"publish_time":1613161589064,"_cnpm_publish_time":1613161589064,"contributors":[]},"2.1.6-canary.47e035fe0":{"name":"@firebase/firestore","version":"2.1.6-canary.47e035fe0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.47e035fe0","@firebase/firestore-types":"2.1.0-canary.47e035fe0","@firebase/logger":"0.2.6-canary.47e035fe0","@firebase/util":"0.3.4-canary.47e035fe0","@firebase/webchannel-wrapper":"0.4.1-canary.47e035fe0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.47e035fe0","@firebase/app-types":"0.6.1-canary.47e035fe0"},"devDependencies":{"@firebase/app":"0.6.14-canary.47e035fe0","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-canary.47e035fe0","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"523378f8a16d1363c99e74289694a28725a93b16","size":9192452,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-canary.47e035fe0.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-canary.47e035fe0_1613155024048_0.8771977590691109"},"_hasShrinkwrap":false,"publish_time":1613155024586,"_cnpm_publish_time":1613155024586,"contributors":[]},"2.1.6-canary.7772426b3":{"name":"@firebase/firestore","version":"2.1.6-canary.7772426b3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.7772426b3","@firebase/firestore-types":"2.1.0-canary.7772426b3","@firebase/logger":"0.2.6-canary.7772426b3","@firebase/util":"0.3.4-canary.7772426b3","@firebase/webchannel-wrapper":"0.4.1-canary.7772426b3","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.7772426b3","@firebase/app-types":"0.6.1-canary.7772426b3"},"devDependencies":{"@firebase/app":"0.6.14-canary.7772426b3","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-canary.7772426b3","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"4641d68d70383b4c966f6c1796ee52a3a1126321","size":9191838,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-canary.7772426b3.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-canary.7772426b3_1613113399993_0.4049510155158442"},"_hasShrinkwrap":false,"publish_time":1613113401609,"_cnpm_publish_time":1613113401609,"contributors":[]},"2.1.6-canary.b82ad7879":{"name":"@firebase/firestore","version":"2.1.6-canary.b82ad7879","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.b82ad7879","@firebase/firestore-types":"2.1.0-canary.b82ad7879","@firebase/logger":"0.2.6-canary.b82ad7879","@firebase/util":"0.3.4-canary.b82ad7879","@firebase/webchannel-wrapper":"0.4.1-canary.b82ad7879","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.b82ad7879","@firebase/app-types":"0.6.1-canary.b82ad7879"},"devDependencies":{"@firebase/app":"0.6.14-canary.b82ad7879","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-canary.b82ad7879","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"0c6a0cef2610ffc36eba334043444f6aa8fe83c0","size":9191619,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-canary.b82ad7879.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-canary.b82ad7879_1613113336468_0.5672005060079961"},"_hasShrinkwrap":false,"publish_time":1613113336948,"_cnpm_publish_time":1613113336948,"contributors":[]},"2.1.6-canary.84fa5f153":{"name":"@firebase/firestore","version":"2.1.6-canary.84fa5f153","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.84fa5f153","@firebase/firestore-types":"2.1.0-canary.84fa5f153","@firebase/logger":"0.2.6-canary.84fa5f153","@firebase/util":"0.3.4-canary.84fa5f153","@firebase/webchannel-wrapper":"0.4.1-canary.84fa5f153","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.84fa5f153","@firebase/app-types":"0.6.1-canary.84fa5f153"},"devDependencies":{"@firebase/app":"0.6.14-canary.84fa5f153","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-canary.84fa5f153","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"46f3b22d7c98e65bc94db8aa6f72af8d5fecfb9e","size":9190699,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-canary.84fa5f153.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-canary.84fa5f153_1613092034293_0.2839307876468302"},"_hasShrinkwrap":false,"publish_time":1613092034782,"_cnpm_publish_time":1613092034782,"contributors":[]},"2.1.5-canary.7c178264e":{"name":"@firebase/firestore","version":"2.1.5-canary.7c178264e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.7c178264e","@firebase/firestore-types":"2.1.0-canary.7c178264e","@firebase/logger":"0.2.6-canary.7c178264e","@firebase/util":"0.3.4-canary.7c178264e","@firebase/webchannel-wrapper":"0.4.1-canary.7c178264e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.7c178264e","@firebase/app-types":"0.6.1-canary.7c178264e"},"devDependencies":{"@firebase/app":"0.6.14-canary.7c178264e","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.7c178264e","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"3fa8553f067869047c7fdc21aded528f6d396fee","size":9190638,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.7c178264e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.7c178264e_1613089348699_0.6293322567757189"},"_hasShrinkwrap":false,"publish_time":1613089349464,"_cnpm_publish_time":1613089349464,"contributors":[]},"2.1.5-canary.938425524":{"name":"@firebase/firestore","version":"2.1.5-canary.938425524","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.938425524","@firebase/firestore-types":"2.1.0-canary.938425524","@firebase/logger":"0.2.6-canary.938425524","@firebase/util":"0.3.4-canary.938425524","@firebase/webchannel-wrapper":"0.4.1-canary.938425524","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.938425524","@firebase/app-types":"0.6.1-canary.938425524"},"devDependencies":{"@firebase/app":"0.6.14-canary.938425524","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.938425524","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"29b62552e68163d5e8bacb1d5a9b74cdc752b8ab","size":9190163,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.938425524.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.938425524_1613088241161_0.05254509322902834"},"_hasShrinkwrap":false,"publish_time":1613088241852,"_cnpm_publish_time":1613088241852,"contributors":[]},"2.1.5-canary.74bf52009":{"name":"@firebase/firestore","version":"2.1.5-canary.74bf52009","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.74bf52009","@firebase/firestore-types":"2.1.0-canary.74bf52009","@firebase/logger":"0.2.6-canary.74bf52009","@firebase/util":"0.3.4-canary.74bf52009","@firebase/webchannel-wrapper":"0.4.1-canary.74bf52009","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.74bf52009","@firebase/app-types":"0.6.1-canary.74bf52009"},"devDependencies":{"@firebase/app":"0.6.14-canary.74bf52009","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.74bf52009","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"ed234f88988781fef9ee601433c6c366aeb6b6b1","size":9190156,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.74bf52009.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.74bf52009_1613087836959_0.7985233454831853"},"_hasShrinkwrap":false,"publish_time":1613087837314,"_cnpm_publish_time":1613087837314,"contributors":[]},"2.1.6":{"name":"@firebase/firestore","version":"2.1.6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.14","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"669c0cac61c431b664c7c9eb3ab3ed114ac973bf","size":9190157,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6_1613081647067_0.12925715379640268"},"_hasShrinkwrap":false,"publish_time":1613081647502,"_cnpm_publish_time":1613081647502,"contributors":[]},"2.1.5-canary.c0a1f6bf5":{"name":"@firebase/firestore","version":"2.1.5-canary.c0a1f6bf5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.c0a1f6bf5","@firebase/firestore-types":"2.1.0-canary.c0a1f6bf5","@firebase/logger":"0.2.6-canary.c0a1f6bf5","@firebase/util":"0.3.4-canary.c0a1f6bf5","@firebase/webchannel-wrapper":"0.4.1-canary.c0a1f6bf5","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.c0a1f6bf5","@firebase/app-types":"0.6.1-canary.c0a1f6bf5"},"devDependencies":{"@firebase/app":"0.6.14-canary.c0a1f6bf5","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.c0a1f6bf5","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"fcc1e5e410e8466dfcf0ba17a8c3f0444128af61","size":9190646,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.c0a1f6bf5.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.c0a1f6bf5_1613075730534_0.514741038783608"},"_hasShrinkwrap":false,"publish_time":1613075730914,"_cnpm_publish_time":1613075730914,"contributors":[]},"2.1.5-canary.5c2669ac8":{"name":"@firebase/firestore","version":"2.1.5-canary.5c2669ac8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.5c2669ac8","@firebase/firestore-types":"2.1.0-canary.5c2669ac8","@firebase/logger":"0.2.6-canary.5c2669ac8","@firebase/util":"0.3.4-canary.5c2669ac8","@firebase/webchannel-wrapper":"0.4.1-canary.5c2669ac8","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.5c2669ac8","@firebase/app-types":"0.6.1-canary.5c2669ac8"},"devDependencies":{"@firebase/app":"0.6.14-canary.5c2669ac8","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.5c2669ac8","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"0729266d17c8f9cf290c1078cc22ce94bfd61d34","size":9191030,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.5c2669ac8.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.5c2669ac8_1613075058490_0.25777129550767675"},"_hasShrinkwrap":false,"publish_time":1613075058956,"_cnpm_publish_time":1613075058956,"contributors":[]},"2.1.5-canary.ac05b1304":{"name":"@firebase/firestore","version":"2.1.5-canary.ac05b1304","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.ac05b1304","@firebase/firestore-types":"2.1.0-canary.ac05b1304","@firebase/logger":"0.2.6-canary.ac05b1304","@firebase/util":"0.3.4-canary.ac05b1304","@firebase/webchannel-wrapper":"0.4.1-canary.ac05b1304","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.ac05b1304","@firebase/app-types":"0.6.1-canary.ac05b1304"},"devDependencies":{"@firebase/app":"0.6.14-canary.ac05b1304","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.ac05b1304","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"b887b5baa2e7236b9be2457c97bf96d8bb4f9554","size":9191037,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.ac05b1304.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.ac05b1304_1613070937179_0.7147243373621142"},"_hasShrinkwrap":false,"publish_time":1613070937703,"_cnpm_publish_time":1613070937703,"contributors":[]},"2.1.5-canary.384b64dd6":{"name":"@firebase/firestore","version":"2.1.5-canary.384b64dd6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.384b64dd6","@firebase/firestore-types":"2.1.0-canary.384b64dd6","@firebase/logger":"0.2.6-canary.384b64dd6","@firebase/util":"0.3.4-canary.384b64dd6","@firebase/webchannel-wrapper":"0.4.1-canary.384b64dd6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.384b64dd6","@firebase/app-types":"0.6.1-canary.384b64dd6"},"devDependencies":{"@firebase/app":"0.6.14-canary.384b64dd6","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.384b64dd6","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"952d7a477fab306f968e7b3828b4af6c58e345bc","size":9190530,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.384b64dd6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.384b64dd6_1613064240959_0.5506040425589398"},"_hasShrinkwrap":false,"publish_time":1613064241431,"_cnpm_publish_time":1613064241431,"contributors":[]},"2.1.5-canary.9bac40276":{"name":"@firebase/firestore","version":"2.1.5-canary.9bac40276","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.9bac40276","@firebase/firestore-types":"2.1.0-canary.9bac40276","@firebase/logger":"0.2.6-canary.9bac40276","@firebase/util":"0.3.4-canary.9bac40276","@firebase/webchannel-wrapper":"0.4.1-canary.9bac40276","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.9bac40276","@firebase/app-types":"0.6.1-canary.9bac40276"},"devDependencies":{"@firebase/app":"0.6.14-canary.9bac40276","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.9bac40276","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"203cef19738d45735bd181356133b4b8bed78b4c","size":9190646,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.9bac40276.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.9bac40276_1613064036473_0.2930020756212297"},"_hasShrinkwrap":false,"publish_time":1613064037051,"_cnpm_publish_time":1613064037051,"contributors":[]},"2.1.5-canary.9c7f99eb9":{"name":"@firebase/firestore","version":"2.1.5-canary.9c7f99eb9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.9c7f99eb9","@firebase/firestore-types":"2.1.0-canary.9c7f99eb9","@firebase/logger":"0.2.6-canary.9c7f99eb9","@firebase/util":"0.3.4-canary.9c7f99eb9","@firebase/webchannel-wrapper":"0.4.1-canary.9c7f99eb9","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.9c7f99eb9","@firebase/app-types":"0.6.1-canary.9c7f99eb9"},"devDependencies":{"@firebase/app":"0.6.14-canary.9c7f99eb9","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.9c7f99eb9","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"74a2320f025328de76adf05973f66a74458128f3","size":9190772,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.9c7f99eb9.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.9c7f99eb9_1613063978319_0.3363643924707669"},"_hasShrinkwrap":false,"publish_time":1613063978681,"_cnpm_publish_time":1613063978681,"contributors":[]},"2.1.5-canary.24b6d7d6f":{"name":"@firebase/firestore","version":"2.1.5-canary.24b6d7d6f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.24b6d7d6f","@firebase/firestore-types":"2.1.0-canary.24b6d7d6f","@firebase/logger":"0.2.6-canary.24b6d7d6f","@firebase/util":"0.3.4-canary.24b6d7d6f","@firebase/webchannel-wrapper":"0.4.1-canary.24b6d7d6f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.24b6d7d6f","@firebase/app-types":"0.6.1-canary.24b6d7d6f"},"devDependencies":{"@firebase/app":"0.6.14-canary.24b6d7d6f","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.24b6d7d6f","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"d656594bdfdb43fd4b18994f0a598fc13ac191dd","size":9190621,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.24b6d7d6f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.24b6d7d6f_1612985312223_0.6276926403181842"},"_hasShrinkwrap":false,"publish_time":1612985312712,"_cnpm_publish_time":1612985312712,"contributors":[]},"2.1.5-canary.949c6acc2":{"name":"@firebase/firestore","version":"2.1.5-canary.949c6acc2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.949c6acc2","@firebase/firestore-types":"2.1.0-canary.949c6acc2","@firebase/logger":"0.2.6-canary.949c6acc2","@firebase/util":"0.3.4-canary.949c6acc2","@firebase/webchannel-wrapper":"0.4.1-canary.949c6acc2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.949c6acc2","@firebase/app-types":"0.6.1-canary.949c6acc2"},"devDependencies":{"@firebase/app":"0.6.14-canary.949c6acc2","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.949c6acc2","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"3053f094a4d83fb080d0afc167782e1de4c91169","size":9190251,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.949c6acc2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.949c6acc2_1612983726772_0.07784103619108018"},"_hasShrinkwrap":false,"publish_time":1612983727500,"_cnpm_publish_time":1612983727500,"contributors":[]},"2.1.5-canary.3fc2c0b9e":{"name":"@firebase/firestore","version":"2.1.5-canary.3fc2c0b9e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.3fc2c0b9e","@firebase/firestore-types":"2.1.0-canary.3fc2c0b9e","@firebase/logger":"0.2.6-canary.3fc2c0b9e","@firebase/util":"0.3.4-canary.3fc2c0b9e","@firebase/webchannel-wrapper":"0.4.1-canary.3fc2c0b9e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.3fc2c0b9e","@firebase/app-types":"0.6.1-canary.3fc2c0b9e"},"devDependencies":{"@firebase/app":"0.6.14-canary.3fc2c0b9e","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.3fc2c0b9e","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"a549de5a2b0ef150f9cc1c7d873d93e593685be8","size":9191167,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.3fc2c0b9e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.3fc2c0b9e_1612983607973_0.6466544453197554"},"_hasShrinkwrap":false,"publish_time":1612983608551,"_cnpm_publish_time":1612983608551,"contributors":[]},"2.1.6-2021110184936":{"name":"@firebase/firestore","version":"2.1.6-2021110184936","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.14","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-2021110184936","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"6d26bd02e8e29d18de460867ca36e47f38df055d","size":9190231,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-2021110184936.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-2021110184936_1612983273427_0.9341460959371961"},"_hasShrinkwrap":false,"publish_time":1612983274988,"_cnpm_publish_time":1612983274988,"contributors":[]},"2.1.6-2021110183037":{"name":"@firebase/firestore","version":"2.1.6-2021110183037","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.14","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-2021110183037","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"cbd2992c05bb343c0a0261bc8f25b26dc3309a38","size":9191145,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-2021110183037.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-2021110183037_1612982135332_0.7137539005277029"},"_hasShrinkwrap":false,"publish_time":1612982135751,"_cnpm_publish_time":1612982135751,"contributors":[]},"2.1.5-canary.318af5471":{"name":"@firebase/firestore","version":"2.1.5-canary.318af5471","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.318af5471","@firebase/firestore-types":"2.1.0-canary.318af5471","@firebase/logger":"0.2.6-canary.318af5471","@firebase/util":"0.3.4-canary.318af5471","@firebase/webchannel-wrapper":"0.4.1-canary.318af5471","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.318af5471","@firebase/app-types":"0.6.1-canary.318af5471"},"devDependencies":{"@firebase/app":"0.6.14-canary.318af5471","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.318af5471","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"e26ca5e2b96be6fe52b0730854fa185866a7da77","size":9190151,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.318af5471.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.318af5471_1612924402155_0.9769397227310268"},"_hasShrinkwrap":false,"publish_time":1612924402552,"_cnpm_publish_time":1612924402552,"contributors":[]},"2.1.6-202119234540":{"name":"@firebase/firestore","version":"2.1.6-202119234540","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.14","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.6-202119234540","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"a1678c24d92acffb6b262595e7cc6059847e55b3","size":9190544,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.6-202119234540.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.6-202119234540_1612914723101_0.858259321484252"},"_hasShrinkwrap":false,"publish_time":1612914723450,"_cnpm_publish_time":1612914723450,"contributors":[]},"2.1.5-canary.f5139220e":{"name":"@firebase/firestore","version":"2.1.5-canary.f5139220e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.f5139220e","@firebase/firestore-types":"2.1.0-canary.f5139220e","@firebase/logger":"0.2.6-canary.f5139220e","@firebase/util":"0.3.4-canary.f5139220e","@firebase/webchannel-wrapper":"0.4.1-canary.f5139220e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.f5139220e","@firebase/app-types":"0.6.1-canary.f5139220e"},"devDependencies":{"@firebase/app":"0.6.14-canary.f5139220e","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.f5139220e","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"af5acc8ea96c7027469b1e5e636ce876641c2b7f","size":9191217,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.f5139220e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.f5139220e_1612913446942_0.5794032422066273"},"_hasShrinkwrap":false,"publish_time":1612913447373,"_cnpm_publish_time":1612913447373,"contributors":[]},"2.1.5-canary.05614aa86":{"name":"@firebase/firestore","version":"2.1.5-canary.05614aa86","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.05614aa86","@firebase/firestore-types":"2.1.0-canary.05614aa86","@firebase/logger":"0.2.6-canary.05614aa86","@firebase/util":"0.3.4-canary.05614aa86","@firebase/webchannel-wrapper":"0.4.1-canary.05614aa86","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.05614aa86","@firebase/app-types":"0.6.1-canary.05614aa86"},"devDependencies":{"@firebase/app":"0.6.14-canary.05614aa86","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.05614aa86","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"a012b3b0c72ec664d08ed6f93ca0e6010f9df7df","size":9190119,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.05614aa86.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.05614aa86_1612907780801_0.3563067477630677"},"_hasShrinkwrap":false,"publish_time":1612907781142,"_cnpm_publish_time":1612907781142,"contributors":[]},"2.1.5-canary.39562034a":{"name":"@firebase/firestore","version":"2.1.5-canary.39562034a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.39562034a","@firebase/firestore-types":"2.1.0-canary.39562034a","@firebase/logger":"0.2.6-canary.39562034a","@firebase/util":"0.3.4-canary.39562034a","@firebase/webchannel-wrapper":"0.4.1-canary.39562034a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.39562034a","@firebase/app-types":"0.6.1-canary.39562034a"},"devDependencies":{"@firebase/app":"0.6.14-canary.39562034a","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.39562034a","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"07da934b69440a4aaabcb187d92fefb83162494f","size":9191064,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.39562034a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.39562034a_1612900450460_0.908282604648692"},"_hasShrinkwrap":false,"publish_time":1612900450864,"_cnpm_publish_time":1612900450864,"contributors":[]},"2.1.5-canary.d987763c1":{"name":"@firebase/firestore","version":"2.1.5-canary.d987763c1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.d987763c1","@firebase/firestore-types":"2.1.0-canary.d987763c1","@firebase/logger":"0.2.6-canary.d987763c1","@firebase/util":"0.3.4-canary.d987763c1","@firebase/webchannel-wrapper":"0.4.1-canary.d987763c1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.d987763c1","@firebase/app-types":"0.6.1-canary.d987763c1"},"devDependencies":{"@firebase/app":"0.6.14-canary.d987763c1","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.d987763c1","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"7539bebd2cf2aa3378ea98297199003dffbb05b4","size":9191065,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.d987763c1.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.d987763c1_1612898682906_0.45020241455375487"},"_hasShrinkwrap":false,"publish_time":1612898683267,"_cnpm_publish_time":1612898683267,"contributors":[]},"2.1.5-canary.1d167529a":{"name":"@firebase/firestore","version":"2.1.5-canary.1d167529a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.1d167529a","@firebase/firestore-types":"2.1.0-canary.1d167529a","@firebase/logger":"0.2.6-canary.1d167529a","@firebase/util":"0.3.4-canary.1d167529a","@firebase/webchannel-wrapper":"0.4.1-canary.1d167529a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.1d167529a","@firebase/app-types":"0.6.1-canary.1d167529a"},"devDependencies":{"@firebase/app":"0.6.14-canary.1d167529a","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.1d167529a","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"8722d7d774c048f13cd001802a53f55e4304b070","size":9190254,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.1d167529a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.1d167529a_1612898617110_0.8253673247824862"},"_hasShrinkwrap":false,"publish_time":1612898617487,"_cnpm_publish_time":1612898617487,"contributors":[]},"2.1.5-canary.456577357":{"name":"@firebase/firestore","version":"2.1.5-canary.456577357","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.456577357","@firebase/firestore-types":"2.1.0-canary.456577357","@firebase/logger":"0.2.6-canary.456577357","@firebase/util":"0.3.4-canary.456577357","@firebase/webchannel-wrapper":"0.4.1-canary.456577357","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.456577357","@firebase/app-types":"0.6.1-canary.456577357"},"devDependencies":{"@firebase/app":"0.6.14-canary.456577357","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.456577357","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"ad748624eac5c393d64659d3ee76815dd302617c","size":9191218,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.456577357.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.456577357_1612894641445_0.2680045571606564"},"_hasShrinkwrap":false,"publish_time":1612894642087,"_cnpm_publish_time":1612894642087,"contributors":[]},"2.1.5-canary.40a702eb2":{"name":"@firebase/firestore","version":"2.1.5-canary.40a702eb2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.40a702eb2","@firebase/firestore-types":"2.1.0-canary.40a702eb2","@firebase/logger":"0.2.6-canary.40a702eb2","@firebase/util":"0.3.4-canary.40a702eb2","@firebase/webchannel-wrapper":"0.4.1-canary.40a702eb2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.40a702eb2","@firebase/app-types":"0.6.1-canary.40a702eb2"},"devDependencies":{"@firebase/app":"0.6.14-canary.40a702eb2","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.40a702eb2","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"98201af789c7609f829001242794083ddacf33f6","size":9190628,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.40a702eb2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.40a702eb2_1612829371750_0.9347585698842502"},"_hasShrinkwrap":false,"publish_time":1612829372145,"_cnpm_publish_time":1612829372145,"contributors":[]},"2.1.5-canary.96bcb98c6":{"name":"@firebase/firestore","version":"2.1.5-canary.96bcb98c6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.96bcb98c6","@firebase/firestore-types":"2.1.0-canary.96bcb98c6","@firebase/logger":"0.2.6-canary.96bcb98c6","@firebase/util":"0.3.4-canary.96bcb98c6","@firebase/webchannel-wrapper":"0.4.1-canary.96bcb98c6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.96bcb98c6","@firebase/app-types":"0.6.1-canary.96bcb98c6"},"devDependencies":{"@firebase/app":"0.6.14-canary.96bcb98c6","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.96bcb98c6","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"8fab8a2117d162c709b43597f00cf768e980d254","size":9190641,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.96bcb98c6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.96bcb98c6_1612827129747_0.17850215993894047"},"_hasShrinkwrap":false,"publish_time":1612827130216,"_cnpm_publish_time":1612827130216,"contributors":[]},"2.1.5-canary.3da20394f":{"name":"@firebase/firestore","version":"2.1.5-canary.3da20394f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.3da20394f","@firebase/firestore-types":"2.1.0-canary.3da20394f","@firebase/logger":"0.2.6-canary.3da20394f","@firebase/util":"0.3.4-canary.3da20394f","@firebase/webchannel-wrapper":"0.4.1-canary.3da20394f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.3da20394f","@firebase/app-types":"0.6.1-canary.3da20394f"},"devDependencies":{"@firebase/app":"0.6.14-canary.3da20394f","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.3da20394f","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"aca7b203c25cdd40d7a733eae135727ce9eb7171","size":9190518,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.3da20394f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.3da20394f_1612820016465_0.3441500615534916"},"_hasShrinkwrap":false,"publish_time":1612820016929,"_cnpm_publish_time":1612820016929,"contributors":[]},"2.1.5-canary.e8811c042":{"name":"@firebase/firestore","version":"2.1.5-canary.e8811c042","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.e8811c042","@firebase/firestore-types":"2.1.0-canary.e8811c042","@firebase/logger":"0.2.6-canary.e8811c042","@firebase/util":"0.3.4-canary.e8811c042","@firebase/webchannel-wrapper":"0.4.1-canary.e8811c042","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.e8811c042","@firebase/app-types":"0.6.1-canary.e8811c042"},"devDependencies":{"@firebase/app":"0.6.14-canary.e8811c042","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.e8811c042","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"2e8af0b6e1f49250c26c912fb2cfbfd623c28363","size":9190803,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.e8811c042.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.e8811c042_1612803702838_0.9517795701056619"},"_hasShrinkwrap":false,"publish_time":1612803703275,"_cnpm_publish_time":1612803703275,"contributors":[]},"2.1.5-canary.1d8c113c6":{"name":"@firebase/firestore","version":"2.1.5-canary.1d8c113c6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.1d8c113c6","@firebase/firestore-types":"2.1.0-canary.1d8c113c6","@firebase/logger":"0.2.6-canary.1d8c113c6","@firebase/util":"0.3.4-canary.1d8c113c6","@firebase/webchannel-wrapper":"0.4.1-canary.1d8c113c6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.1d8c113c6","@firebase/app-types":"0.6.1-canary.1d8c113c6"},"devDependencies":{"@firebase/app":"0.6.14-canary.1d8c113c6","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.1d8c113c6","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"a5411d350d07a458d30325cfcce83eab80477e89","size":9190654,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.1d8c113c6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.1d8c113c6_1612579932435_0.6635148834691271"},"_hasShrinkwrap":false,"publish_time":1612579932890,"_cnpm_publish_time":1612579932890,"contributors":[]},"2.1.5-canary.e3c55b276":{"name":"@firebase/firestore","version":"2.1.5-canary.e3c55b276","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.e3c55b276","@firebase/firestore-types":"2.1.0-canary.e3c55b276","@firebase/logger":"0.2.6-canary.e3c55b276","@firebase/util":"0.3.4-canary.e3c55b276","@firebase/webchannel-wrapper":"0.4.1-canary.e3c55b276","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.e3c55b276","@firebase/app-types":"0.6.1-canary.e3c55b276"},"devDependencies":{"@firebase/app":"0.6.14-canary.e3c55b276","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.e3c55b276","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"dd957a0ae45d90c9b939dc927c476826b33176b2","size":9190272,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.e3c55b276.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.e3c55b276_1612554140942_0.6381916448809082"},"_hasShrinkwrap":false,"publish_time":1612554141407,"_cnpm_publish_time":1612554141407,"contributors":[]},"2.1.5-canary.21ee150c6":{"name":"@firebase/firestore","version":"2.1.5-canary.21ee150c6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.21ee150c6","@firebase/firestore-types":"2.1.0-canary.21ee150c6","@firebase/logger":"0.2.6-canary.21ee150c6","@firebase/util":"0.3.4-canary.21ee150c6","@firebase/webchannel-wrapper":"0.4.1-canary.21ee150c6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.21ee150c6","@firebase/app-types":"0.6.1-canary.21ee150c6"},"devDependencies":{"@firebase/app":"0.6.14-canary.21ee150c6","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.21ee150c6","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"c4449bfb5e1fdbfe00371fc0399a9dbdc5955963","size":9190116,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.21ee150c6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.21ee150c6_1612551680824_0.7825350497037371"},"_hasShrinkwrap":false,"publish_time":1612551681219,"_cnpm_publish_time":1612551681219,"contributors":[]},"2.1.5-canary.56ce6d744":{"name":"@firebase/firestore","version":"2.1.5-canary.56ce6d744","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.56ce6d744","@firebase/firestore-types":"2.1.0-canary.56ce6d744","@firebase/logger":"0.2.6-canary.56ce6d744","@firebase/util":"0.3.4-canary.56ce6d744","@firebase/webchannel-wrapper":"0.4.1-canary.56ce6d744","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.56ce6d744","@firebase/app-types":"0.6.1-canary.56ce6d744"},"devDependencies":{"@firebase/app":"0.6.14-canary.56ce6d744","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.56ce6d744","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"10fc78ebed95ef9a27f7e3061341d867cf54d51d","size":9190626,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.56ce6d744.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.56ce6d744_1612547231440_0.42317114192748795"},"_hasShrinkwrap":false,"publish_time":1612547233340,"_cnpm_publish_time":1612547233340,"contributors":[]},"2.1.5-canary.a718518e9":{"name":"@firebase/firestore","version":"2.1.5-canary.a718518e9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.a718518e9","@firebase/firestore-types":"2.1.0-canary.a718518e9","@firebase/logger":"0.2.6-canary.a718518e9","@firebase/util":"0.3.4-canary.a718518e9","@firebase/webchannel-wrapper":"0.4.1-canary.a718518e9","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.a718518e9","@firebase/app-types":"0.6.1-canary.a718518e9"},"devDependencies":{"@firebase/app":"0.6.14-canary.a718518e9","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.a718518e9","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"b6c62e915d91c5ee1b30719b83e667edd8f484a3","size":9189972,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.a718518e9.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.a718518e9_1612542869642_0.5358714422184168"},"_hasShrinkwrap":false,"publish_time":1612542870014,"_cnpm_publish_time":1612542870014,"contributors":[]},"2.1.5-canary.5d7575b82":{"name":"@firebase/firestore","version":"2.1.5-canary.5d7575b82","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.5d7575b82","@firebase/firestore-types":"2.1.0-canary.5d7575b82","@firebase/logger":"0.2.6-canary.5d7575b82","@firebase/util":"0.3.4-canary.5d7575b82","@firebase/webchannel-wrapper":"0.4.1-canary.5d7575b82","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.5d7575b82","@firebase/app-types":"0.6.1-canary.5d7575b82"},"devDependencies":{"@firebase/app":"0.6.14-canary.5d7575b82","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-canary.5d7575b82","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"9544c2cc6611f29ad4b14db077c4d3dce8912606","size":9183866,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-canary.5d7575b82.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-canary.5d7575b82_1612477153762_0.21969576710684513"},"_hasShrinkwrap":false,"publish_time":1612477154235,"_cnpm_publish_time":1612477154235,"contributors":[]},"2.1.5":{"name":"@firebase/firestore","version":"2.1.5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.14","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"1ffaa04e229a8e26e44884803fe74ee1a5e2af25","size":9161394,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5_1612475099381_0.348971475338832"},"_hasShrinkwrap":false,"publish_time":1612475099780,"_cnpm_publish_time":1612475099780,"contributors":[]},"2.1.4-canary.92d6e508e":{"name":"@firebase/firestore","version":"2.1.4-canary.92d6e508e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.92d6e508e","@firebase/firestore-types":"2.1.0-canary.92d6e508e","@firebase/logger":"0.2.6-canary.92d6e508e","@firebase/util":"0.3.4-canary.92d6e508e","@firebase/webchannel-wrapper":"0.4.1-canary.92d6e508e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.92d6e508e","@firebase/app-types":"0.6.1-canary.92d6e508e"},"devDependencies":{"@firebase/app":"0.6.14-canary.92d6e508e","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.4-canary.92d6e508e","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"edfeaac754228970171c26def011fc0868e91c23","size":9184040,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.4-canary.92d6e508e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.4-canary.92d6e508e_1612461332719_0.748148610144032"},"_hasShrinkwrap":false,"publish_time":1612461333212,"_cnpm_publish_time":1612461333212,"contributors":[]},"2.1.4-canary.0eeefe298":{"name":"@firebase/firestore","version":"2.1.4-canary.0eeefe298","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.0eeefe298","@firebase/firestore-types":"2.1.0-canary.0eeefe298","@firebase/logger":"0.2.6-canary.0eeefe298","@firebase/util":"0.3.4-canary.0eeefe298","@firebase/webchannel-wrapper":"0.4.1-canary.0eeefe298","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.0eeefe298","@firebase/app-types":"0.6.1-canary.0eeefe298"},"devDependencies":{"@firebase/app":"0.6.14-canary.0eeefe298","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.4-canary.0eeefe298","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"f7963b42bb31fcf99518a10d7f89d3d37e7a1e9d","size":9185018,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.4-canary.0eeefe298.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.4-canary.0eeefe298_1612395407752_0.5285947435363141"},"_hasShrinkwrap":false,"publish_time":1612395408242,"_cnpm_publish_time":1612395408242,"contributors":[]},"2.1.4-canary.09e8249ef":{"name":"@firebase/firestore","version":"2.1.4-canary.09e8249ef","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.09e8249ef","@firebase/firestore-types":"2.1.0-canary.09e8249ef","@firebase/logger":"0.2.6-canary.09e8249ef","@firebase/util":"0.3.4-canary.09e8249ef","@firebase/webchannel-wrapper":"0.4.1-canary.09e8249ef","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.09e8249ef","@firebase/app-types":"0.6.1-canary.09e8249ef"},"devDependencies":{"@firebase/app":"0.6.14-canary.09e8249ef","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.4-canary.09e8249ef","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"6ab1dc6aa2f0c43300bef431ebdbf10ed169cb0f","size":9184512,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.4-canary.09e8249ef.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.4-canary.09e8249ef_1612392856867_0.4425611661759772"},"_hasShrinkwrap":false,"publish_time":1612392857174,"_cnpm_publish_time":1612392857174,"contributors":[]},"0.0.900-exp.a42a35e64":{"name":"@firebase/firestore","version":"0.0.900-exp.a42a35e64","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.900-exp.a42a35e64","@firebase/app-types":"0.0.900-exp.a42a35e64"},"devDependencies":{"@firebase/app":"0.6.14","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.a42a35e64","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"9a34243b14993ff55471752fc3eb3b3aabf97191","size":3562485,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.a42a35e64.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.a42a35e64_1612391540085_0.5795294452622732"},"_hasShrinkwrap":false,"publish_time":1612391540526,"_cnpm_publish_time":1612391540526,"contributors":[]},"2.1.4-canary.a42a35e64":{"name":"@firebase/firestore","version":"2.1.4-canary.a42a35e64","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.a42a35e64","@firebase/firestore-types":"2.1.0-canary.a42a35e64","@firebase/logger":"0.2.6-canary.a42a35e64","@firebase/util":"0.3.4-canary.a42a35e64","@firebase/webchannel-wrapper":"0.4.1-canary.a42a35e64","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.a42a35e64","@firebase/app-types":"0.6.1-canary.a42a35e64"},"devDependencies":{"@firebase/app":"0.6.14-canary.a42a35e64","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.4-canary.a42a35e64","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"c6d14c9f620d45c7d06646797bd7a03b187a6647","size":9184448,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.4-canary.a42a35e64.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.4-canary.a42a35e64_1612391290868_0.5204397244372461"},"_hasShrinkwrap":false,"publish_time":1612391291261,"_cnpm_publish_time":1612391291261,"contributors":[]},"2.1.4-canary.a5ac81860":{"name":"@firebase/firestore","version":"2.1.4-canary.a5ac81860","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.a5ac81860","@firebase/firestore-types":"2.1.0-canary.a5ac81860","@firebase/logger":"0.2.6-canary.a5ac81860","@firebase/util":"0.3.4-canary.a5ac81860","@firebase/webchannel-wrapper":"0.4.1-canary.a5ac81860","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.a5ac81860","@firebase/app-types":"0.6.1-canary.a5ac81860"},"devDependencies":{"@firebase/app":"0.6.14-canary.a5ac81860","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.4-canary.a5ac81860","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"e792ec751b8e93bf01090bee3cd0be3c1f2d99ce","size":9184452,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.4-canary.a5ac81860.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.4-canary.a5ac81860_1612384946541_0.6059454610588282"},"_hasShrinkwrap":false,"publish_time":1612384946991,"_cnpm_publish_time":1612384946991,"contributors":[]},"2.1.4-canary.fd16bb26d":{"name":"@firebase/firestore","version":"2.1.4-canary.fd16bb26d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.fd16bb26d","@firebase/firestore-types":"2.1.0-canary.fd16bb26d","@firebase/logger":"0.2.6-canary.fd16bb26d","@firebase/util":"0.3.4-canary.fd16bb26d","@firebase/webchannel-wrapper":"0.4.1-canary.fd16bb26d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.fd16bb26d","@firebase/app-types":"0.6.1-canary.fd16bb26d"},"devDependencies":{"@firebase/app":"0.6.14-canary.fd16bb26d","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.4-canary.fd16bb26d","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"d7bf9eebe7b86fbb289f4d13cd3cc54784ac72ed","size":9184251,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.4-canary.fd16bb26d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.4-canary.fd16bb26d_1612382771450_0.5551132579321094"},"_hasShrinkwrap":false,"publish_time":1612382771945,"_cnpm_publish_time":1612382771945,"contributors":[]},"2.1.4-canary.64ef7087d":{"name":"@firebase/firestore","version":"2.1.4-canary.64ef7087d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.64ef7087d","@firebase/firestore-types":"2.1.0-canary.64ef7087d","@firebase/logger":"0.2.6-canary.64ef7087d","@firebase/util":"0.3.4-canary.64ef7087d","@firebase/webchannel-wrapper":"0.4.1-canary.64ef7087d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.64ef7087d","@firebase/app-types":"0.6.1-canary.64ef7087d"},"devDependencies":{"@firebase/app":"0.6.14-canary.64ef7087d","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.4-canary.64ef7087d","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"7fd1fd6f0bcfec20cee74f2ca41ba3dbed8d120a","size":9184894,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.4-canary.64ef7087d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.4-canary.64ef7087d_1612381877760_0.714777071228132"},"_hasShrinkwrap":false,"publish_time":1612381878193,"_cnpm_publish_time":1612381878193,"contributors":[]},"2.1.4-canary.78e26b376":{"name":"@firebase/firestore","version":"2.1.4-canary.78e26b376","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.78e26b376","@firebase/firestore-types":"2.1.0-canary.78e26b376","@firebase/logger":"0.2.6-canary.78e26b376","@firebase/util":"0.3.4-canary.78e26b376","@firebase/webchannel-wrapper":"0.4.1-canary.78e26b376","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.78e26b376","@firebase/app-types":"0.6.1-canary.78e26b376"},"devDependencies":{"@firebase/app":"0.6.14-canary.78e26b376","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.4-canary.78e26b376","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"21f9337a767312a17f03bd54911f71a886e7ab6e","size":9184291,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.4-canary.78e26b376.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.4-canary.78e26b376_1612381077223_0.9974939049188749"},"_hasShrinkwrap":false,"publish_time":1612381077665,"_cnpm_publish_time":1612381077665,"contributors":[]},"2.1.4-canary.b59c36a80":{"name":"@firebase/firestore","version":"2.1.4-canary.b59c36a80","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.b59c36a80","@firebase/firestore-types":"2.1.0-canary.b59c36a80","@firebase/logger":"0.2.6-canary.b59c36a80","@firebase/util":"0.3.4-canary.b59c36a80","@firebase/webchannel-wrapper":"0.4.1-canary.b59c36a80","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.b59c36a80","@firebase/app-types":"0.6.1-canary.b59c36a80"},"devDependencies":{"@firebase/app":"0.6.14-canary.b59c36a80","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.4-canary.b59c36a80","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"38b8292d19589e380884517758b895b97b763c4e","size":9183478,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.4-canary.b59c36a80.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.4-canary.b59c36a80_1612378094603_0.0806723411180541"},"_hasShrinkwrap":false,"publish_time":1612378095228,"_cnpm_publish_time":1612378095228,"contributors":[]},"2.1.4-canary.08ace30a0":{"name":"@firebase/firestore","version":"2.1.4-canary.08ace30a0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.08ace30a0","@firebase/firestore-types":"2.1.0-canary.08ace30a0","@firebase/logger":"0.2.6-canary.08ace30a0","@firebase/util":"0.3.4-canary.08ace30a0","@firebase/webchannel-wrapper":"0.4.1-canary.08ace30a0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.08ace30a0","@firebase/app-types":"0.6.1-canary.08ace30a0"},"devDependencies":{"@firebase/app":"0.6.14-canary.08ace30a0","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.4-canary.08ace30a0","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"8ac779be69a298ebeae34c743cb7071c138adc3c","size":9185011,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.4-canary.08ace30a0.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.4-canary.08ace30a0_1612372905303_0.9149327085208745"},"_hasShrinkwrap":false,"publish_time":1612372905852,"_cnpm_publish_time":1612372905852,"contributors":[]},"2.1.4-canary.97f26b716":{"name":"@firebase/firestore","version":"2.1.4-canary.97f26b716","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.97f26b716","@firebase/firestore-types":"2.1.0-canary.97f26b716","@firebase/logger":"0.2.6-canary.97f26b716","@firebase/util":"0.3.4-canary.97f26b716","@firebase/webchannel-wrapper":"0.4.1-canary.97f26b716","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.97f26b716","@firebase/app-types":"0.6.1-canary.97f26b716"},"devDependencies":{"@firebase/app":"0.6.14-canary.97f26b716","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.4-canary.97f26b716","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"93859a37e9aaeaaf6aed59f947e0afc39ff13446","size":9184110,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.4-canary.97f26b716.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.4-canary.97f26b716_1612358424929_0.9784112749924423"},"_hasShrinkwrap":false,"publish_time":1612358425365,"_cnpm_publish_time":1612358425365,"contributors":[]},"2.1.4-canary.3d0cd6f33":{"name":"@firebase/firestore","version":"2.1.4-canary.3d0cd6f33","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.3d0cd6f33","@firebase/firestore-types":"2.1.0-canary.3d0cd6f33","@firebase/logger":"0.2.6-canary.3d0cd6f33","@firebase/util":"0.3.4-canary.3d0cd6f33","@firebase/webchannel-wrapper":"0.4.1-canary.3d0cd6f33","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.3d0cd6f33","@firebase/app-types":"0.6.1-canary.3d0cd6f33"},"devDependencies":{"@firebase/app":"0.6.14-canary.3d0cd6f33","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.4-canary.3d0cd6f33","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"5ec4d903e97a3e6e645c05a3b87c62dc605eacf7","size":9183700,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.4-canary.3d0cd6f33.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.4-canary.3d0cd6f33_1612319024169_0.22742370363712472"},"_hasShrinkwrap":false,"publish_time":1612319024728,"_cnpm_publish_time":1612319024728,"contributors":[]},"2.1.4-canary.ba7d58990":{"name":"@firebase/firestore","version":"2.1.4-canary.ba7d58990","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.ba7d58990","@firebase/firestore-types":"2.1.0-canary.ba7d58990","@firebase/logger":"0.2.6-canary.ba7d58990","@firebase/util":"0.3.4-canary.ba7d58990","@firebase/webchannel-wrapper":"0.4.1-canary.ba7d58990","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.ba7d58990","@firebase/app-types":"0.6.1-canary.ba7d58990"},"devDependencies":{"@firebase/app":"0.6.14-canary.ba7d58990","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.4-canary.ba7d58990","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"f6565275f7bd4f6669db7dfb5c28bcdbdbceaa36","size":9162747,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.4-canary.ba7d58990.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.4-canary.ba7d58990_1612312867863_0.04840853378211851"},"_hasShrinkwrap":false,"publish_time":1612312868198,"_cnpm_publish_time":1612312868198,"contributors":[]},"2.1.5-202112213818":{"name":"@firebase/firestore","version":"2.1.5-202112213818","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.14","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.5-202112213818","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"a991a9d942668b6dc07285ec95cb24a88c970863","size":9162696,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.5-202112213818.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.5-202112213818_1612302265775_0.9366143414396548"},"_hasShrinkwrap":false,"publish_time":1612302266163,"_cnpm_publish_time":1612302266163,"contributors":[]},"2.1.4-canary.6766da286":{"name":"@firebase/firestore","version":"2.1.4-canary.6766da286","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.6766da286","@firebase/firestore-types":"2.1.0-canary.6766da286","@firebase/logger":"0.2.6-canary.6766da286","@firebase/util":"0.3.4-canary.6766da286","@firebase/webchannel-wrapper":"0.4.1-canary.6766da286","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.6766da286","@firebase/app-types":"0.6.1-canary.6766da286"},"devDependencies":{"@firebase/app":"0.6.14-canary.6766da286","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.4-canary.6766da286","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"8f7808d3cfa21267d949b5a4dde1973937c1efd7","size":9162368,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.4-canary.6766da286.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.4-canary.6766da286_1612238885460_0.7031001525141487"},"_hasShrinkwrap":false,"publish_time":1612238885927,"_cnpm_publish_time":1612238885927,"contributors":[]},"2.1.4-canary.38caaadaf":{"name":"@firebase/firestore","version":"2.1.4-canary.38caaadaf","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.38caaadaf","@firebase/firestore-types":"2.1.0-canary.38caaadaf","@firebase/logger":"0.2.6-canary.38caaadaf","@firebase/util":"0.3.4-canary.38caaadaf","@firebase/webchannel-wrapper":"0.4.1-canary.38caaadaf","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.38caaadaf","@firebase/app-types":"0.6.1-canary.38caaadaf"},"devDependencies":{"@firebase/app":"0.6.14-canary.38caaadaf","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.4-canary.38caaadaf","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"af606ef5821bfccdfc3d80f66f106fab54a7d74d","size":9161909,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.4-canary.38caaadaf.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.4-canary.38caaadaf_1612232913141_0.18839461533868684"},"_hasShrinkwrap":false,"publish_time":1612232913701,"_cnpm_publish_time":1612232913701,"contributors":[]},"2.1.4-canary.6b15a4044":{"name":"@firebase/firestore","version":"2.1.4-canary.6b15a4044","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.6b15a4044","@firebase/firestore-types":"2.1.0-canary.6b15a4044","@firebase/logger":"0.2.6-canary.6b15a4044","@firebase/util":"0.3.4-canary.6b15a4044","@firebase/webchannel-wrapper":"0.4.1-canary.6b15a4044","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-canary.6b15a4044","@firebase/app-types":"0.6.1-canary.6b15a4044"},"devDependencies":{"@firebase/app":"0.6.14-canary.6b15a4044","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.4-canary.6b15a4044","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"32b760732d70b28ad23767727c5fd69c84276f4f","size":9161957,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.4-canary.6b15a4044.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.4-canary.6b15a4044_1612220864147_0.3295777405332567"},"_hasShrinkwrap":false,"publish_time":1612220864580,"_cnpm_publish_time":1612220864580,"contributors":[]},"2.1.3-canary.0af2bdfc6":{"name":"@firebase/firestore","version":"2.1.3-canary.0af2bdfc6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.0af2bdfc6","@firebase/firestore-types":"2.1.0-canary.0af2bdfc6","@firebase/logger":"0.2.6-canary.0af2bdfc6","@firebase/util":"0.3.4-canary.0af2bdfc6","@firebase/webchannel-wrapper":"0.4.1-canary.0af2bdfc6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.0af2bdfc6","@firebase/app-types":"0.6.1-canary.0af2bdfc6"},"devDependencies":{"@firebase/app":"0.6.13-canary.0af2bdfc6","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.0af2bdfc6","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"6448569ff18373ae03ed0103eec681c6b19d5d38","size":9162619,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.0af2bdfc6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.0af2bdfc6_1612212147801_0.0266405443794977"},"_hasShrinkwrap":false,"publish_time":1612212148209,"_cnpm_publish_time":1612212148209,"contributors":[]},"2.1.3-canary.d9b945fed":{"name":"@firebase/firestore","version":"2.1.3-canary.d9b945fed","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.d9b945fed","@firebase/firestore-types":"2.1.0-canary.d9b945fed","@firebase/logger":"0.2.6-canary.d9b945fed","@firebase/util":"0.3.4-canary.d9b945fed","@firebase/webchannel-wrapper":"0.4.1-canary.d9b945fed","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.d9b945fed","@firebase/app-types":"0.6.1-canary.d9b945fed"},"devDependencies":{"@firebase/app":"0.6.13-canary.d9b945fed","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.d9b945fed","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"b7b1aa03eaf3b1a457452ab3c0a6a54aadd2048e","size":9161868,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.d9b945fed.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.d9b945fed_1611967230828_0.025025426707736997"},"_hasShrinkwrap":false,"publish_time":1611967231179,"_cnpm_publish_time":1611967231179,"contributors":[]},"2.1.3-canary.31f8bd593":{"name":"@firebase/firestore","version":"2.1.3-canary.31f8bd593","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.31f8bd593","@firebase/firestore-types":"2.1.0-canary.31f8bd593","@firebase/logger":"0.2.6-canary.31f8bd593","@firebase/util":"0.3.4-canary.31f8bd593","@firebase/webchannel-wrapper":"0.4.1-canary.31f8bd593","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.31f8bd593","@firebase/app-types":"0.6.1-canary.31f8bd593"},"devDependencies":{"@firebase/app":"0.6.13-canary.31f8bd593","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.31f8bd593","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"afbfc756cdfae00608ec7b88f9aa9de8678953af","size":9164870,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.31f8bd593.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.31f8bd593_1611956524245_0.6147621710964237"},"_hasShrinkwrap":false,"publish_time":1611956524747,"_cnpm_publish_time":1611956524747,"contributors":[]},"2.1.3-canary.4cab3ec31":{"name":"@firebase/firestore","version":"2.1.3-canary.4cab3ec31","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.4cab3ec31","@firebase/firestore-types":"2.1.0-canary.4cab3ec31","@firebase/logger":"0.2.6-canary.4cab3ec31","@firebase/util":"0.3.4-canary.4cab3ec31","@firebase/webchannel-wrapper":"0.4.1-canary.4cab3ec31","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.4cab3ec31","@firebase/app-types":"0.6.1-canary.4cab3ec31"},"devDependencies":{"@firebase/app":"0.6.13-canary.4cab3ec31","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.4cab3ec31","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"90813ae63df940a7f3dc11a6e876f10cd0025903","size":9165669,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.4cab3ec31.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.4cab3ec31_1611955931797_0.35337044613547386"},"_hasShrinkwrap":false,"publish_time":1611955932255,"_cnpm_publish_time":1611955932255,"contributors":[]},"2.1.3-canary.8f7be4e6d":{"name":"@firebase/firestore","version":"2.1.3-canary.8f7be4e6d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.8f7be4e6d","@firebase/firestore-types":"2.1.0-canary.8f7be4e6d","@firebase/logger":"0.2.6-canary.8f7be4e6d","@firebase/util":"0.3.4-canary.8f7be4e6d","@firebase/webchannel-wrapper":"0.4.1-canary.8f7be4e6d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.8f7be4e6d","@firebase/app-types":"0.6.1-canary.8f7be4e6d"},"devDependencies":{"@firebase/app":"0.6.13-canary.8f7be4e6d","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.8f7be4e6d","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"6480f9ae73aaddeb4b3d7268927799de73982ff6","size":9069103,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.8f7be4e6d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.8f7be4e6d_1611946484706_0.592667147934282"},"_hasShrinkwrap":false,"publish_time":1611946485105,"_cnpm_publish_time":1611946485105,"contributors":[]},"2.1.4":{"name":"@firebase/firestore","version":"2.1.4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.14","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.4","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"27b6efc8e3d2709fc080844a15a8e8cb92a0cc20","size":9063638,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.4.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.4_1611945716210_0.6719008533658586"},"_hasShrinkwrap":false,"publish_time":1611945716735,"_cnpm_publish_time":1611945716735,"contributors":[]},"2.1.3-canary.b57487398":{"name":"@firebase/firestore","version":"2.1.3-canary.b57487398","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.b57487398","@firebase/firestore-types":"2.1.0-canary.b57487398","@firebase/logger":"0.2.6-canary.b57487398","@firebase/util":"0.3.4-canary.b57487398","@firebase/webchannel-wrapper":"0.4.1-canary.b57487398","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.b57487398","@firebase/app-types":"0.6.1-canary.b57487398"},"devDependencies":{"@firebase/app":"0.6.13-canary.b57487398","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.b57487398","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"2f47f7e4dd0d4bb05be2a4b3c7ee8de85ce4806e","size":9069552,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.b57487398.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.b57487398_1611942892710_0.0036675350170174426"},"_hasShrinkwrap":false,"publish_time":1611942893073,"_cnpm_publish_time":1611942893073,"contributors":[]},"2.1.3-canary.7ca7f4e98":{"name":"@firebase/firestore","version":"2.1.3-canary.7ca7f4e98","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.7ca7f4e98","@firebase/firestore-types":"2.1.0-canary.7ca7f4e98","@firebase/logger":"0.2.6-canary.7ca7f4e98","@firebase/util":"0.3.4-canary.7ca7f4e98","@firebase/webchannel-wrapper":"0.4.1-canary.7ca7f4e98","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.7ca7f4e98","@firebase/app-types":"0.6.1-canary.7ca7f4e98"},"devDependencies":{"@firebase/app":"0.6.13-canary.7ca7f4e98","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.7ca7f4e98","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"b8d6697450f8b6f41cdfceb0138b44be8b1fe3f8","size":9068548,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.7ca7f4e98.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.7ca7f4e98_1611920135309_0.43811634682318523"},"_hasShrinkwrap":false,"publish_time":1611920135625,"_cnpm_publish_time":1611920135625,"contributors":[]},"2.1.3-canary.4986a3ed4":{"name":"@firebase/firestore","version":"2.1.3-canary.4986a3ed4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.4986a3ed4","@firebase/firestore-types":"2.1.0-canary.4986a3ed4","@firebase/logger":"0.2.6-canary.4986a3ed4","@firebase/util":"0.3.4-canary.4986a3ed4","@firebase/webchannel-wrapper":"0.4.1-canary.4986a3ed4","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.4986a3ed4","@firebase/app-types":"0.6.1-canary.4986a3ed4"},"devDependencies":{"@firebase/app":"0.6.13-canary.4986a3ed4","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.4986a3ed4","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"e38c36384c2f7bf07330861a681c055750defc8c","size":9068631,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.4986a3ed4.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.4986a3ed4_1611866670927_0.8490060374014323"},"_hasShrinkwrap":false,"publish_time":1611866671274,"_cnpm_publish_time":1611866671274,"contributors":[]},"2.1.3-canary.73bb561e1":{"name":"@firebase/firestore","version":"2.1.3-canary.73bb561e1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.73bb561e1","@firebase/firestore-types":"2.1.0-canary.73bb561e1","@firebase/logger":"0.2.6-canary.73bb561e1","@firebase/util":"0.3.4-canary.73bb561e1","@firebase/webchannel-wrapper":"0.4.1-canary.73bb561e1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.73bb561e1","@firebase/app-types":"0.6.1-canary.73bb561e1"},"devDependencies":{"@firebase/app":"0.6.13-canary.73bb561e1","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.73bb561e1","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"f83f0f02a9571897ccacf6d49ec7d80d745da780","size":9068650,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.73bb561e1.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.73bb561e1_1611863519087_0.20728986284503126"},"_hasShrinkwrap":false,"publish_time":1611863519493,"_cnpm_publish_time":1611863519493,"contributors":[]},"2.1.3-canary.617a4d5d6":{"name":"@firebase/firestore","version":"2.1.3-canary.617a4d5d6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.617a4d5d6","@firebase/firestore-types":"2.1.0-canary.617a4d5d6","@firebase/logger":"0.2.6-canary.617a4d5d6","@firebase/util":"0.3.4-canary.617a4d5d6","@firebase/webchannel-wrapper":"0.4.1-canary.617a4d5d6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.617a4d5d6","@firebase/app-types":"0.6.1-canary.617a4d5d6"},"devDependencies":{"@firebase/app":"0.6.13-canary.617a4d5d6","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.617a4d5d6","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"725bc36d65a191e54b4393e98ac8857bcdf95d5f","size":9068563,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.617a4d5d6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.617a4d5d6_1611856333600_0.9350482109660609"},"_hasShrinkwrap":false,"publish_time":1611856334069,"_cnpm_publish_time":1611856334069,"contributors":[]},"2.1.3-canary.5380e0012":{"name":"@firebase/firestore","version":"2.1.3-canary.5380e0012","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.5380e0012","@firebase/firestore-types":"2.1.0-canary.5380e0012","@firebase/logger":"0.2.6-canary.5380e0012","@firebase/util":"0.3.4-canary.5380e0012","@firebase/webchannel-wrapper":"0.4.1-canary.5380e0012","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.5380e0012","@firebase/app-types":"0.6.1-canary.5380e0012"},"devDependencies":{"@firebase/app":"0.6.13-canary.5380e0012","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.5380e0012","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"87f76cc4453a54351a54a4f4c03f46e42b79f6ed","size":9068776,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.5380e0012.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.5380e0012_1611775364554_0.19474607879346317"},"_hasShrinkwrap":false,"publish_time":1611775365167,"_cnpm_publish_time":1611775365167,"contributors":[]},"0.0.900-exp.1b15844a1":{"name":"@firebase/firestore","version":"0.0.900-exp.1b15844a1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.900-exp.1b15844a1","@firebase/app-types":"0.0.900-exp.1b15844a1"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.1b15844a1","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"0b6b3651cb6166f18dfe2a182af8f6f5b5fd5cda","size":3491808,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.1b15844a1.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.1b15844a1_1611773478481_0.7703255879421245"},"_hasShrinkwrap":false,"publish_time":1611773478790,"_cnpm_publish_time":1611773478790,"contributors":[]},"2.1.3-canary.1b15844a1":{"name":"@firebase/firestore","version":"2.1.3-canary.1b15844a1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.1b15844a1","@firebase/firestore-types":"2.1.0-canary.1b15844a1","@firebase/logger":"0.2.6-canary.1b15844a1","@firebase/util":"0.3.4-canary.1b15844a1","@firebase/webchannel-wrapper":"0.4.1-canary.1b15844a1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.1b15844a1","@firebase/app-types":"0.6.1-canary.1b15844a1"},"devDependencies":{"@firebase/app":"0.6.13-canary.1b15844a1","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.1b15844a1","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"15b08a6176b2d932b9db34ce601e072c90096ec8","size":9068656,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.1b15844a1.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.1b15844a1_1611773082023_0.8555699156179797"},"_hasShrinkwrap":false,"publish_time":1611773082627,"_cnpm_publish_time":1611773082627,"contributors":[]},"2.1.3-canary.872c5438d":{"name":"@firebase/firestore","version":"2.1.3-canary.872c5438d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.872c5438d","@firebase/firestore-types":"2.1.0-canary.872c5438d","@firebase/logger":"0.2.6-canary.872c5438d","@firebase/util":"0.3.4-canary.872c5438d","@firebase/webchannel-wrapper":"0.4.1-canary.872c5438d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.872c5438d","@firebase/app-types":"0.6.1-canary.872c5438d"},"devDependencies":{"@firebase/app":"0.6.13-canary.872c5438d","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.872c5438d","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"834e29a43a91b7a67257fef64af74ab3e936783c","size":9069174,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.872c5438d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.872c5438d_1611772464945_0.3833665316251309"},"_hasShrinkwrap":false,"publish_time":1611772465310,"_cnpm_publish_time":1611772465310,"contributors":[]},"2.1.3-canary.a67d320ca":{"name":"@firebase/firestore","version":"2.1.3-canary.a67d320ca","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.a67d320ca","@firebase/firestore-types":"2.1.0-canary.a67d320ca","@firebase/logger":"0.2.6-canary.a67d320ca","@firebase/util":"0.3.4-canary.a67d320ca","@firebase/webchannel-wrapper":"0.4.1-canary.a67d320ca","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.a67d320ca","@firebase/app-types":"0.6.1-canary.a67d320ca"},"devDependencies":{"@firebase/app":"0.6.13-canary.a67d320ca","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.a67d320ca","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"6750c2ced41b4775ba59642efcf8d46b6d5ce007","size":9068609,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.a67d320ca.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.a67d320ca_1611772233282_0.33950935597393506"},"_hasShrinkwrap":false,"publish_time":1611772233761,"_cnpm_publish_time":1611772233761,"contributors":[]},"2.1.3-canary.9533688b1":{"name":"@firebase/firestore","version":"2.1.3-canary.9533688b1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.9533688b1","@firebase/firestore-types":"2.1.0-canary.9533688b1","@firebase/logger":"0.2.6-canary.9533688b1","@firebase/util":"0.3.4-canary.9533688b1","@firebase/webchannel-wrapper":"0.4.1-canary.9533688b1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.9533688b1","@firebase/app-types":"0.6.1-canary.9533688b1"},"devDependencies":{"@firebase/app":"0.6.13-canary.9533688b1","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.9533688b1","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"ab1f6d0776816fac458ab7dd4308a04c06ff218b","size":9068677,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.9533688b1.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.9533688b1_1611771477544_0.33888007540576237"},"_hasShrinkwrap":false,"publish_time":1611771478122,"_cnpm_publish_time":1611771478122,"contributors":[]},"2.1.3-canary.269c918c2":{"name":"@firebase/firestore","version":"2.1.3-canary.269c918c2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.269c918c2","@firebase/firestore-types":"2.1.0-canary.269c918c2","@firebase/logger":"0.2.6-canary.269c918c2","@firebase/util":"0.3.4-canary.269c918c2","@firebase/webchannel-wrapper":"0.4.1-canary.269c918c2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.269c918c2","@firebase/app-types":"0.6.1-canary.269c918c2"},"devDependencies":{"@firebase/app":"0.6.13-canary.269c918c2","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.269c918c2","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"70fc8d9b8a86df2ec56e34b14f027f33374df234","size":9065067,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.269c918c2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.269c918c2_1611705476570_0.4565268569248422"},"_hasShrinkwrap":false,"publish_time":1611705477022,"_cnpm_publish_time":1611705477022,"contributors":[]},"2.1.4-2021026232412":{"name":"@firebase/firestore","version":"2.1.4-2021026232412","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.14-2021026232412","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.14-2021026232412","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.4-2021026232412","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"a0abc0f376d86785aea1bcde3f0e17ec1e547b3d","size":9065691,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.4-2021026232412.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.4-2021026232412_1611703751191_0.965614640728375"},"_hasShrinkwrap":false,"publish_time":1611703751641,"_cnpm_publish_time":1611703751641,"contributors":[]},"2.1.3-canary.1de0c1835":{"name":"@firebase/firestore","version":"2.1.3-canary.1de0c1835","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.1de0c1835","@firebase/firestore-types":"2.1.0-canary.1de0c1835","@firebase/logger":"0.2.6-canary.1de0c1835","@firebase/util":"0.3.4-canary.1de0c1835","@firebase/webchannel-wrapper":"0.4.1-canary.1de0c1835","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.1de0c1835","@firebase/app-types":"0.6.1-canary.1de0c1835"},"devDependencies":{"@firebase/app":"0.6.13-canary.1de0c1835","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.1de0c1835","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"c8e0542cb4141e3a7f74bcb93737ac2ea85d3f79","size":9065055,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.1de0c1835.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.1de0c1835_1611703707041_0.9057293789935503"},"_hasShrinkwrap":false,"publish_time":1611703707450,"_cnpm_publish_time":1611703707450,"contributors":[]},"2.1.3-canary.749c7f3d9":{"name":"@firebase/firestore","version":"2.1.3-canary.749c7f3d9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.749c7f3d9","@firebase/firestore-types":"2.1.0-canary.749c7f3d9","@firebase/logger":"0.2.6-canary.749c7f3d9","@firebase/util":"0.3.4-canary.749c7f3d9","@firebase/webchannel-wrapper":"0.4.1-canary.749c7f3d9","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.749c7f3d9","@firebase/app-types":"0.6.1-canary.749c7f3d9"},"devDependencies":{"@firebase/app":"0.6.13-canary.749c7f3d9","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.749c7f3d9","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"541c2e5e80fabe44c55227cce4edcfc8c46100f4","size":9064995,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.749c7f3d9.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.749c7f3d9_1611702228358_0.047912424197471104"},"_hasShrinkwrap":false,"publish_time":1611702228797,"_cnpm_publish_time":1611702228797,"contributors":[]},"2.1.3-canary.c2bd3db34":{"name":"@firebase/firestore","version":"2.1.3-canary.c2bd3db34","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.c2bd3db34","@firebase/firestore-types":"2.1.0-canary.c2bd3db34","@firebase/logger":"0.2.6-canary.c2bd3db34","@firebase/util":"0.3.4-canary.c2bd3db34","@firebase/webchannel-wrapper":"0.4.1-canary.c2bd3db34","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.c2bd3db34","@firebase/app-types":"0.6.1-canary.c2bd3db34"},"devDependencies":{"@firebase/app":"0.6.13-canary.c2bd3db34","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.c2bd3db34","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"cd0e0921b9694060a507d159a1124031a17101e6","size":9062736,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.c2bd3db34.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.c2bd3db34_1611626572147_0.9509027281321263"},"_hasShrinkwrap":false,"publish_time":1611626572561,"_cnpm_publish_time":1611626572561,"contributors":[]},"2.1.3-canary.384846b12":{"name":"@firebase/firestore","version":"2.1.3-canary.384846b12","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.384846b12","@firebase/firestore-types":"2.1.0-canary.384846b12","@firebase/logger":"0.2.6-canary.384846b12","@firebase/util":"0.3.4-canary.384846b12","@firebase/webchannel-wrapper":"0.4.1-canary.384846b12","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.384846b12","@firebase/app-types":"0.6.1-canary.384846b12"},"devDependencies":{"@firebase/app":"0.6.13-canary.384846b12","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.384846b12","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"5b48ba19dbad3ef98ad59e602ddf8c1446e7cd1f","size":9062309,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.384846b12.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.384846b12_1611622414156_0.5424590849306066"},"_hasShrinkwrap":false,"publish_time":1611622414644,"_cnpm_publish_time":1611622414644,"contributors":[]},"2.1.3-canary.b28aff2d7":{"name":"@firebase/firestore","version":"2.1.3-canary.b28aff2d7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.b28aff2d7","@firebase/firestore-types":"2.1.0-canary.b28aff2d7","@firebase/logger":"0.2.6-canary.b28aff2d7","@firebase/util":"0.3.4-canary.b28aff2d7","@firebase/webchannel-wrapper":"0.4.1-canary.b28aff2d7","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.b28aff2d7","@firebase/app-types":"0.6.1-canary.b28aff2d7"},"devDependencies":{"@firebase/app":"0.6.13-canary.b28aff2d7","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.b28aff2d7","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"51e02820c9b6e915acd82735f8a0d24fbb3ad812","size":9062762,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.b28aff2d7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.b28aff2d7_1611621725381_0.5783792289051031"},"_hasShrinkwrap":false,"publish_time":1611621725864,"_cnpm_publish_time":1611621725864,"contributors":[]},"2.1.3-canary.4190745a5":{"name":"@firebase/firestore","version":"2.1.3-canary.4190745a5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.4190745a5","@firebase/firestore-types":"2.1.0-canary.4190745a5","@firebase/logger":"0.2.6-canary.4190745a5","@firebase/util":"0.3.4-canary.4190745a5","@firebase/webchannel-wrapper":"0.4.1-canary.4190745a5","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.4190745a5","@firebase/app-types":"0.6.1-canary.4190745a5"},"devDependencies":{"@firebase/app":"0.6.13-canary.4190745a5","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.4190745a5","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"aa9919997762d6b8de8e099094a3b0c7052227e9","size":9062272,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.4190745a5.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.4190745a5_1611603616041_0.3462583909419241"},"_hasShrinkwrap":false,"publish_time":1611603616563,"_cnpm_publish_time":1611603616563,"contributors":[]},"2.1.3-canary.572038776":{"name":"@firebase/firestore","version":"2.1.3-canary.572038776","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.572038776","@firebase/firestore-types":"2.1.0-canary.572038776","@firebase/logger":"0.2.6-canary.572038776","@firebase/util":"0.3.4-canary.572038776","@firebase/webchannel-wrapper":"0.4.1-canary.572038776","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.572038776","@firebase/app-types":"0.6.1-canary.572038776"},"devDependencies":{"@firebase/app":"0.6.13-canary.572038776","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-canary.572038776","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"37b1de7e2df926e7039aeb9838dc72c55bee78d1","size":9062243,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-canary.572038776.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-canary.572038776_1611599709334_0.07995237601088268"},"_hasShrinkwrap":false,"publish_time":1611599710118,"_cnpm_publish_time":1611599710118,"contributors":[]},"2.1.2-canary.352eb475c":{"name":"@firebase/firestore","version":"2.1.2-canary.352eb475c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.352eb475c","@firebase/firestore-types":"2.1.0-canary.352eb475c","@firebase/logger":"0.2.6-canary.352eb475c","@firebase/util":"0.3.4-canary.352eb475c","@firebase/webchannel-wrapper":"0.4.1-canary.352eb475c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.352eb475c","@firebase/app-types":"0.6.1-canary.352eb475c"},"devDependencies":{"@firebase/app":"0.6.13-canary.352eb475c","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.352eb475c","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"4337c1134bdf49e851a2321ca0003411f36c9dd1","size":9062209,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.352eb475c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.352eb475c_1611366043798_0.6940830303339305"},"_hasShrinkwrap":false,"publish_time":1611366044249,"_cnpm_publish_time":1611366044249,"contributors":[]},"0.0.900-exp.f919db6a9":{"name":"@firebase/firestore","version":"0.0.900-exp.f919db6a9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.900-exp.f919db6a9","@firebase/app-types":"0.0.900-exp.f919db6a9"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.f919db6a9","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"c3fec67c948428dc2ad7157d3658f6603085f520","size":3490034,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.f919db6a9.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.f919db6a9_1611365070769_0.5037983031005702"},"_hasShrinkwrap":false,"publish_time":1611365071064,"_cnpm_publish_time":1611365071064,"contributors":[]},"2.1.2-canary.f919db6a9":{"name":"@firebase/firestore","version":"2.1.2-canary.f919db6a9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.f919db6a9","@firebase/firestore-types":"2.1.0-canary.f919db6a9","@firebase/logger":"0.2.6-canary.f919db6a9","@firebase/util":"0.3.4-canary.f919db6a9","@firebase/webchannel-wrapper":"0.4.1-canary.f919db6a9","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.f919db6a9","@firebase/app-types":"0.6.1-canary.f919db6a9"},"devDependencies":{"@firebase/app":"0.6.13-canary.f919db6a9","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.f919db6a9","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"3bbee48549abdd43ed9df6fc957ee05f5e9f5c7c","size":9062152,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.f919db6a9.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.f919db6a9_1611363359368_0.45624809197333005"},"_hasShrinkwrap":false,"publish_time":1611363359729,"_cnpm_publish_time":1611363359729,"contributors":[]},"2.1.2-canary.94681d915":{"name":"@firebase/firestore","version":"2.1.2-canary.94681d915","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.94681d915","@firebase/firestore-types":"2.1.0-canary.94681d915","@firebase/logger":"0.2.6-canary.94681d915","@firebase/util":"0.3.4-canary.94681d915","@firebase/webchannel-wrapper":"0.4.1-canary.94681d915","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.94681d915","@firebase/app-types":"0.6.1-canary.94681d915"},"devDependencies":{"@firebase/app":"0.6.13-canary.94681d915","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.94681d915","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"1b5813fef281fd26f6662546a727a38d9485e04c","size":9062812,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.94681d915.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.94681d915_1611359801445_0.9019597545906541"},"_hasShrinkwrap":false,"publish_time":1611359801893,"_cnpm_publish_time":1611359801893,"contributors":[]},"2.1.2-canary.5221904ed":{"name":"@firebase/firestore","version":"2.1.2-canary.5221904ed","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.5221904ed","@firebase/firestore-types":"2.1.0-canary.5221904ed","@firebase/logger":"0.2.6-canary.5221904ed","@firebase/util":"0.3.4-canary.5221904ed","@firebase/webchannel-wrapper":"0.4.1-canary.5221904ed","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.5221904ed","@firebase/app-types":"0.6.1-canary.5221904ed"},"devDependencies":{"@firebase/app":"0.6.13-canary.5221904ed","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.5221904ed","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"fe293a39657451eba891acd7fedecac8a9124945","size":9062156,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.5221904ed.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.5221904ed_1611347568156_0.2533145584250043"},"_hasShrinkwrap":false,"publish_time":1611347568988,"_cnpm_publish_time":1611347568988,"contributors":[]},"0.0.900-exp.4bb72b62a":{"name":"@firebase/firestore","version":"0.0.900-exp.4bb72b62a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.900-exp.4bb72b62a","@firebase/app-types":"0.0.900-exp.4bb72b62a"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.4bb72b62a","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"6da78e30c7ac39afac98b1434d60c4fbf5443406","size":3489960,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.4bb72b62a.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.4bb72b62a_1611346528293_0.3817428439931234"},"_hasShrinkwrap":false,"publish_time":1611346528619,"_cnpm_publish_time":1611346528619,"contributors":[]},"2.1.2-canary.4bb72b62a":{"name":"@firebase/firestore","version":"2.1.2-canary.4bb72b62a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.4bb72b62a","@firebase/firestore-types":"2.1.0-canary.4bb72b62a","@firebase/logger":"0.2.6-canary.4bb72b62a","@firebase/util":"0.3.4-canary.4bb72b62a","@firebase/webchannel-wrapper":"0.4.1-canary.4bb72b62a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.4bb72b62a","@firebase/app-types":"0.6.1-canary.4bb72b62a"},"devDependencies":{"@firebase/app":"0.6.13-canary.4bb72b62a","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.4bb72b62a","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"62a649ebf945e6276e9d1e20d75941e627428ba2","size":9062686,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.4bb72b62a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.4bb72b62a_1611345839722_0.35632682408922833"},"_hasShrinkwrap":false,"publish_time":1611345840373,"_cnpm_publish_time":1611345840373,"contributors":[]},"2.1.2-canary.b6ff547e5":{"name":"@firebase/firestore","version":"2.1.2-canary.b6ff547e5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.b6ff547e5","@firebase/firestore-types":"2.1.0-canary.b6ff547e5","@firebase/logger":"0.2.6-canary.b6ff547e5","@firebase/util":"0.3.4-canary.b6ff547e5","@firebase/webchannel-wrapper":"0.4.1-canary.b6ff547e5","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.b6ff547e5","@firebase/app-types":"0.6.1-canary.b6ff547e5"},"devDependencies":{"@firebase/app":"0.6.13-canary.b6ff547e5","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.b6ff547e5","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"a2231ed2a4c8ceba02d8df656a440c578e2171c5","size":9062174,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.b6ff547e5.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.b6ff547e5_1611344391386_0.7611198109509474"},"_hasShrinkwrap":false,"publish_time":1611344391794,"_cnpm_publish_time":1611344391794,"contributors":[]},"2.1.2-canary.c6d27b5a7":{"name":"@firebase/firestore","version":"2.1.2-canary.c6d27b5a7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.c6d27b5a7","@firebase/firestore-types":"2.1.0-canary.c6d27b5a7","@firebase/logger":"0.2.6-canary.c6d27b5a7","@firebase/util":"0.3.4-canary.c6d27b5a7","@firebase/webchannel-wrapper":"0.4.1-canary.c6d27b5a7","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.c6d27b5a7","@firebase/app-types":"0.6.1-canary.c6d27b5a7"},"devDependencies":{"@firebase/app":"0.6.13-canary.c6d27b5a7","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.c6d27b5a7","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"54b60d312eaee41f0156a3ec2a02c6eb32099431","size":9062728,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.c6d27b5a7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.c6d27b5a7_1611343340276_0.19353994251339768"},"_hasShrinkwrap":false,"publish_time":1611343340858,"_cnpm_publish_time":1611343340858,"contributors":[]},"2.1.2-canary.86ea40719":{"name":"@firebase/firestore","version":"2.1.2-canary.86ea40719","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.86ea40719","@firebase/firestore-types":"2.1.0-canary.86ea40719","@firebase/logger":"0.2.6-canary.86ea40719","@firebase/util":"0.3.4-canary.86ea40719","@firebase/webchannel-wrapper":"0.4.1-canary.86ea40719","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.86ea40719","@firebase/app-types":"0.6.1-canary.86ea40719"},"devDependencies":{"@firebase/app":"0.6.13-canary.86ea40719","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.86ea40719","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"dc290a8b93fb3011490648d2972761da19f07d40","size":9062586,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.86ea40719.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.86ea40719_1611336024119_0.02866648564278429"},"_hasShrinkwrap":false,"publish_time":1611336024561,"_cnpm_publish_time":1611336024561,"contributors":[]},"2.1.2-canary.a6c6cff8d":{"name":"@firebase/firestore","version":"2.1.2-canary.a6c6cff8d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.a6c6cff8d","@firebase/firestore-types":"2.1.0-canary.a6c6cff8d","@firebase/logger":"0.2.6-canary.a6c6cff8d","@firebase/util":"0.3.4-canary.a6c6cff8d","@firebase/webchannel-wrapper":"0.4.1-canary.a6c6cff8d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.a6c6cff8d","@firebase/app-types":"0.6.1-canary.a6c6cff8d"},"devDependencies":{"@firebase/app":"0.6.13-canary.a6c6cff8d","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.a6c6cff8d","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"212e5613aba953a03e6f76f0ad61713181037390","size":9062357,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.a6c6cff8d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.a6c6cff8d_1611286419250_0.9862087901558838"},"_hasShrinkwrap":false,"publish_time":1611286419704,"_cnpm_publish_time":1611286419704,"contributors":[]},"0.0.900-exp.f18a6d41d":{"name":"@firebase/firestore","version":"0.0.900-exp.f18a6d41d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.900-exp.f18a6d41d","@firebase/app-types":"0.0.900-exp.f18a6d41d"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.f18a6d41d","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"2de38822e44e707290742f104f36d5f766edf9d9","size":3494672,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.f18a6d41d.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.f18a6d41d_1611284407737_0.07187297077362698"},"_hasShrinkwrap":false,"publish_time":1611284408053,"_cnpm_publish_time":1611284408053,"contributors":[]},"2.1.2-canary.f18a6d41d":{"name":"@firebase/firestore","version":"2.1.2-canary.f18a6d41d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.f18a6d41d","@firebase/firestore-types":"2.1.0-canary.f18a6d41d","@firebase/logger":"0.2.6-canary.f18a6d41d","@firebase/util":"0.3.4-canary.f18a6d41d","@firebase/webchannel-wrapper":"0.4.1-canary.f18a6d41d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.f18a6d41d","@firebase/app-types":"0.6.1-canary.f18a6d41d"},"devDependencies":{"@firebase/app":"0.6.13-canary.f18a6d41d","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.f18a6d41d","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"d15627345449a9d69b959743438eacce0f1d758e","size":9062404,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.f18a6d41d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.f18a6d41d_1611281426104_0.38697178073581395"},"_hasShrinkwrap":false,"publish_time":1611281427315,"_cnpm_publish_time":1611281427315,"contributors":[]},"2.1.2-canary.f7e30543a":{"name":"@firebase/firestore","version":"2.1.2-canary.f7e30543a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.f7e30543a","@firebase/firestore-types":"2.1.0-canary.f7e30543a","@firebase/logger":"0.2.6-canary.f7e30543a","@firebase/util":"0.3.4-canary.f7e30543a","@firebase/webchannel-wrapper":"0.4.1-canary.f7e30543a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.f7e30543a","@firebase/app-types":"0.6.1-canary.f7e30543a"},"devDependencies":{"@firebase/app":"0.6.13-canary.f7e30543a","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.f7e30543a","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"2af119fa3613724a22fd5d3f31f391708d9d35c2","size":9062269,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.f7e30543a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.f7e30543a_1611278296518_0.8395609408713942"},"_hasShrinkwrap":false,"publish_time":1611278297064,"_cnpm_publish_time":1611278297064,"contributors":[]},"2.1.2-canary.ab60f5fa9":{"name":"@firebase/firestore","version":"2.1.2-canary.ab60f5fa9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.ab60f5fa9","@firebase/firestore-types":"2.1.0-canary.ab60f5fa9","@firebase/logger":"0.2.6-canary.ab60f5fa9","@firebase/util":"0.3.4-canary.ab60f5fa9","@firebase/webchannel-wrapper":"0.4.1-canary.ab60f5fa9","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.ab60f5fa9","@firebase/app-types":"0.6.1-canary.ab60f5fa9"},"devDependencies":{"@firebase/app":"0.6.13-canary.ab60f5fa9","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.ab60f5fa9","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"e8d64ee2be50be1999550496e63668635a35c841","size":9062521,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.ab60f5fa9.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.ab60f5fa9_1611277339804_0.27388971034776866"},"_hasShrinkwrap":false,"publish_time":1611277340369,"_cnpm_publish_time":1611277340369,"contributors":[]},"2.1.2-canary.09470fe8d":{"name":"@firebase/firestore","version":"2.1.2-canary.09470fe8d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.09470fe8d","@firebase/firestore-types":"2.1.0-canary.09470fe8d","@firebase/logger":"0.2.6-canary.09470fe8d","@firebase/util":"0.3.4-canary.09470fe8d","@firebase/webchannel-wrapper":"0.4.1-canary.09470fe8d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.09470fe8d","@firebase/app-types":"0.6.1-canary.09470fe8d"},"devDependencies":{"@firebase/app":"0.6.13-canary.09470fe8d","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.09470fe8d","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"31624daa14a8091a975f87c25adb1b78ce3f3ab4","size":9062394,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.09470fe8d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.09470fe8d_1611276943963_0.8925277336729889"},"_hasShrinkwrap":false,"publish_time":1611276944635,"_cnpm_publish_time":1611276944635,"contributors":[]},"0.0.900-exp.ab60f5fa9":{"name":"@firebase/firestore","version":"0.0.900-exp.ab60f5fa9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.900-exp.ab60f5fa9","@firebase/app-types":"0.0.900-exp.ab60f5fa9"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.ab60f5fa9","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"7c88e0e1c550ca6481e95bc5f642edf370fd07a9","size":3494672,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.ab60f5fa9.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.ab60f5fa9_1611276408337_0.6395119521866783"},"_hasShrinkwrap":false,"publish_time":1611276408704,"_cnpm_publish_time":1611276408704,"contributors":[]},"2.1.2-canary.d42bb3936":{"name":"@firebase/firestore","version":"2.1.2-canary.d42bb3936","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.d42bb3936","@firebase/firestore-types":"2.1.0-canary.d42bb3936","@firebase/logger":"0.2.6-canary.d42bb3936","@firebase/util":"0.3.4-canary.d42bb3936","@firebase/webchannel-wrapper":"0.4.1-canary.d42bb3936","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.d42bb3936","@firebase/app-types":"0.6.1-canary.d42bb3936"},"devDependencies":{"@firebase/app":"0.6.13-canary.d42bb3936","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.d42bb3936","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"c168cfe03dcc7a074f36adc09b660280c7fb872c","size":9062388,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.d42bb3936.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.d42bb3936_1611273851013_0.9992960979030834"},"_hasShrinkwrap":false,"publish_time":1611273851653,"_cnpm_publish_time":1611273851653,"contributors":[]},"2.1.2-canary.99ee5b67f":{"name":"@firebase/firestore","version":"2.1.2-canary.99ee5b67f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.99ee5b67f","@firebase/firestore-types":"2.1.0-canary.99ee5b67f","@firebase/logger":"0.2.6-canary.99ee5b67f","@firebase/util":"0.3.4-canary.99ee5b67f","@firebase/webchannel-wrapper":"0.4.1-canary.99ee5b67f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.99ee5b67f","@firebase/app-types":"0.6.1-canary.99ee5b67f"},"devDependencies":{"@firebase/app":"0.6.13-canary.99ee5b67f","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.99ee5b67f","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"be2485de9a99e201aacd7808de9c3029d978d96a","size":9061944,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.99ee5b67f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.99ee5b67f_1611272917532_0.9046578235502771"},"_hasShrinkwrap":false,"publish_time":1611272917953,"_cnpm_publish_time":1611272917953,"contributors":[]},"0.0.900-exp.99ee5b67f":{"name":"@firebase/firestore","version":"0.0.900-exp.99ee5b67f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.900-exp.99ee5b67f","@firebase/app-types":"0.0.900-exp.99ee5b67f"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.99ee5b67f","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"26dc01d0a870061455203cd331ccdbb1ba1bb7b5","size":3494673,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.99ee5b67f.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.99ee5b67f_1611272512757_0.2160112901947684"},"_hasShrinkwrap":false,"publish_time":1611272513099,"_cnpm_publish_time":1611272513099,"contributors":[]},"2.1.2-canary.b955788ee":{"name":"@firebase/firestore","version":"2.1.2-canary.b955788ee","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.b955788ee","@firebase/firestore-types":"2.1.0-canary.b955788ee","@firebase/logger":"0.2.6-canary.b955788ee","@firebase/util":"0.3.4-canary.b955788ee","@firebase/webchannel-wrapper":"0.4.1-canary.b955788ee","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.b955788ee","@firebase/app-types":"0.6.1-canary.b955788ee"},"devDependencies":{"@firebase/app":"0.6.13-canary.b955788ee","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.b955788ee","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"61acb0f7414cab97e6dc66bc9f140b0288f027a8","size":9062303,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.b955788ee.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.b955788ee_1611271287650_0.5818069673096158"},"_hasShrinkwrap":false,"publish_time":1611271288139,"_cnpm_publish_time":1611271288139,"contributors":[]},"0.0.900-exp.f8f0902e6":{"name":"@firebase/firestore","version":"0.0.900-exp.f8f0902e6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.900-exp.f8f0902e6","@firebase/app-types":"0.0.900-exp.f8f0902e6"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.f8f0902e6","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"bfdf8f3caa820a0195fa6720161dadcb595444c0","size":3494673,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.f8f0902e6.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.f8f0902e6_1611269781557_0.8652018223416849"},"_hasShrinkwrap":false,"publish_time":1611269781871,"_cnpm_publish_time":1611269781871,"contributors":[]},"2.1.2-canary.f8f0902e6":{"name":"@firebase/firestore","version":"2.1.2-canary.f8f0902e6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.f8f0902e6","@firebase/firestore-types":"2.1.0-canary.f8f0902e6","@firebase/logger":"0.2.6-canary.f8f0902e6","@firebase/util":"0.3.4-canary.f8f0902e6","@firebase/webchannel-wrapper":"0.4.1-canary.f8f0902e6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.f8f0902e6","@firebase/app-types":"0.6.1-canary.f8f0902e6"},"devDependencies":{"@firebase/app":"0.6.13-canary.f8f0902e6","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.f8f0902e6","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"c2bc41366837efdac0b2036523966252c20858af","size":9061961,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.f8f0902e6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.f8f0902e6_1611269749663_0.9937469389647127"},"_hasShrinkwrap":false,"publish_time":1611269750105,"_cnpm_publish_time":1611269750105,"contributors":[]},"2.1.2-canary.d8d138422":{"name":"@firebase/firestore","version":"2.1.2-canary.d8d138422","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.d8d138422","@firebase/firestore-types":"2.1.0-canary.d8d138422","@firebase/logger":"0.2.6-canary.d8d138422","@firebase/util":"0.3.4-canary.d8d138422","@firebase/webchannel-wrapper":"0.4.1-canary.d8d138422","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.d8d138422","@firebase/app-types":"0.6.1-canary.d8d138422"},"devDependencies":{"@firebase/app":"0.6.13-canary.d8d138422","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.d8d138422","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"c24287bd4247b5a048fc03306209f72471f32289","size":9062303,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.d8d138422.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.d8d138422_1611268941296_0.607138432785264"},"_hasShrinkwrap":false,"publish_time":1611268941888,"_cnpm_publish_time":1611268941888,"contributors":[]},"2.1.3":{"name":"@firebase/firestore","version":"2.1.3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"74b99c9365a26ea101045c0600641064621cb341","size":9060295,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3_1611266277445_0.10386268810255217"},"_hasShrinkwrap":false,"publish_time":1611266277972,"_cnpm_publish_time":1611266277972,"contributors":[]},"2.1.2-canary.f68bd3f29":{"name":"@firebase/firestore","version":"2.1.2-canary.f68bd3f29","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.f68bd3f29","@firebase/firestore-types":"2.1.0-canary.f68bd3f29","@firebase/logger":"0.2.6-canary.f68bd3f29","@firebase/util":"0.3.4-canary.f68bd3f29","@firebase/webchannel-wrapper":"0.4.1-canary.f68bd3f29","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.f68bd3f29","@firebase/app-types":"0.6.1-canary.f68bd3f29"},"devDependencies":{"@firebase/app":"0.6.13-canary.f68bd3f29","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.f68bd3f29","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"3fcd396ebf7c163c4d19b9debe39db2b0dbf5052","size":9062367,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.f68bd3f29.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.f68bd3f29_1611262164788_0.6237061374174206"},"_hasShrinkwrap":false,"publish_time":1611262165453,"_cnpm_publish_time":1611262165453,"contributors":[]},"2.1.2-canary.fb90580e5":{"name":"@firebase/firestore","version":"2.1.2-canary.fb90580e5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.fb90580e5","@firebase/firestore-types":"2.1.0-canary.fb90580e5","@firebase/logger":"0.2.6-canary.fb90580e5","@firebase/util":"0.3.4-canary.fb90580e5","@firebase/webchannel-wrapper":"0.4.1-canary.fb90580e5","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.fb90580e5","@firebase/app-types":"0.6.1-canary.fb90580e5"},"devDependencies":{"@firebase/app":"0.6.13-canary.fb90580e5","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.fb90580e5","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"cf598e3c2afc143a0342ecf3e01fc12e9a22616b","size":9061901,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.fb90580e5.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.fb90580e5_1611255246116_0.774442944636307"},"_hasShrinkwrap":false,"publish_time":1611255246481,"_cnpm_publish_time":1611255246481,"contributors":[]},"2.1.2-canary.743e13457":{"name":"@firebase/firestore","version":"2.1.2-canary.743e13457","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.743e13457","@firebase/firestore-types":"2.1.0-canary.743e13457","@firebase/logger":"0.2.6-canary.743e13457","@firebase/util":"0.3.4-canary.743e13457","@firebase/webchannel-wrapper":"0.4.1-canary.743e13457","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.743e13457","@firebase/app-types":"0.6.1-canary.743e13457"},"devDependencies":{"@firebase/app":"0.6.13-canary.743e13457","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.743e13457","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"b16dd0ddb7bb99c956994c33f13645bf242a98e9","size":9061918,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.743e13457.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.743e13457_1611249663469_0.1986659250120577"},"_hasShrinkwrap":false,"publish_time":1611249663938,"_cnpm_publish_time":1611249663938,"contributors":[]},"2.1.2-canary.7aee62eac":{"name":"@firebase/firestore","version":"2.1.2-canary.7aee62eac","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.7aee62eac","@firebase/firestore-types":"2.1.0-canary.7aee62eac","@firebase/logger":"0.2.6-canary.7aee62eac","@firebase/util":"0.3.4-canary.7aee62eac","@firebase/webchannel-wrapper":"0.4.1-canary.7aee62eac","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.7aee62eac","@firebase/app-types":"0.6.1-canary.7aee62eac"},"devDependencies":{"@firebase/app":"0.6.13-canary.7aee62eac","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.7aee62eac","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"19bd8bacc7c029a1e15200f87cd9cd0ffcdaec61","size":9062207,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.7aee62eac.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.7aee62eac_1611193043375_0.9979122316160056"},"_hasShrinkwrap":false,"publish_time":1611193043805,"_cnpm_publish_time":1611193043805,"contributors":[]},"2.1.2-canary.04a0fea9e":{"name":"@firebase/firestore","version":"2.1.2-canary.04a0fea9e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.04a0fea9e","@firebase/firestore-types":"2.1.0-canary.04a0fea9e","@firebase/logger":"0.2.6-canary.04a0fea9e","@firebase/util":"0.3.4-canary.04a0fea9e","@firebase/webchannel-wrapper":"0.4.1-canary.04a0fea9e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.04a0fea9e","@firebase/app-types":"0.6.1-canary.04a0fea9e"},"devDependencies":{"@firebase/app":"0.6.13-canary.04a0fea9e","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.04a0fea9e","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"69c8bad8a25528655aea849c9f475927be443076","size":9062316,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.04a0fea9e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.04a0fea9e_1611184283585_0.9158796176988155"},"_hasShrinkwrap":false,"publish_time":1611184284057,"_cnpm_publish_time":1611184284057,"contributors":[]},"2.1.2-canary.898bf5891":{"name":"@firebase/firestore","version":"2.1.2-canary.898bf5891","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.898bf5891","@firebase/firestore-types":"2.1.0-canary.898bf5891","@firebase/logger":"0.2.6-canary.898bf5891","@firebase/util":"0.3.4-canary.898bf5891","@firebase/webchannel-wrapper":"0.4.1-canary.898bf5891","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.898bf5891","@firebase/app-types":"0.6.1-canary.898bf5891"},"devDependencies":{"@firebase/app":"0.6.13-canary.898bf5891","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.898bf5891","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"3985ddbd848eb7688358f5a9e57203465e06f4aa","size":9061941,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.898bf5891.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.898bf5891_1611181691555_0.7035537637991467"},"_hasShrinkwrap":false,"publish_time":1611181692294,"_cnpm_publish_time":1611181692294,"contributors":[]},"2.1.3-2021019222814":{"name":"@firebase/firestore","version":"2.1.3-2021019222814","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.3-2021019222814","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"b456137eb2283379e874d9361e3477bb355f47af","size":9061919,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.3-2021019222814.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.3-2021019222814_1611095812319_0.6695223618871944"},"_hasShrinkwrap":false,"publish_time":1611095812782,"_cnpm_publish_time":1611095812782,"contributors":[]},"2.1.2-canary.6ac66baa0":{"name":"@firebase/firestore","version":"2.1.2-canary.6ac66baa0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.6ac66baa0","@firebase/firestore-types":"2.1.0-canary.6ac66baa0","@firebase/logger":"0.2.6-canary.6ac66baa0","@firebase/util":"0.3.4-canary.6ac66baa0","@firebase/webchannel-wrapper":"0.4.1-canary.6ac66baa0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.6ac66baa0","@firebase/app-types":"0.6.1-canary.6ac66baa0"},"devDependencies":{"@firebase/app":"0.6.13-canary.6ac66baa0","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.6ac66baa0","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"077165f8edda246e2a5b45691f0d245462742554","size":9061848,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.6ac66baa0.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.6ac66baa0_1611081231841_0.03866707883488307"},"_hasShrinkwrap":false,"publish_time":1611081232214,"_cnpm_publish_time":1611081232214,"contributors":[]},"2.1.2-canary.818a961e7":{"name":"@firebase/firestore","version":"2.1.2-canary.818a961e7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.818a961e7","@firebase/firestore-types":"2.1.0-canary.818a961e7","@firebase/logger":"0.2.6-canary.818a961e7","@firebase/util":"0.3.4-canary.818a961e7","@firebase/webchannel-wrapper":"0.4.1-canary.818a961e7","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.818a961e7","@firebase/app-types":"0.6.1-canary.818a961e7"},"devDependencies":{"@firebase/app":"0.6.13-canary.818a961e7","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.818a961e7","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"23a13f376798211f36d17fbc0aed795ec7c9b837","size":9049633,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.818a961e7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.818a961e7_1610752653028_0.822243414254803"},"_hasShrinkwrap":false,"publish_time":1610752653657,"_cnpm_publish_time":1610752653657,"contributors":[]},"2.1.2-canary.b98cd6591":{"name":"@firebase/firestore","version":"2.1.2-canary.b98cd6591","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.b98cd6591","@firebase/firestore-types":"2.1.0-canary.b98cd6591","@firebase/logger":"0.2.6-canary.b98cd6591","@firebase/util":"0.3.4-canary.b98cd6591","@firebase/webchannel-wrapper":"0.4.1-canary.b98cd6591","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.b98cd6591","@firebase/app-types":"0.6.1-canary.b98cd6591"},"devDependencies":{"@firebase/app":"0.6.13-canary.b98cd6591","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.b98cd6591","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"4e410fb0bf8ca5ef60c8042d1edc20e8acdf439f","size":9049979,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.b98cd6591.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.b98cd6591_1610751237676_0.4745322292617513"},"_hasShrinkwrap":false,"publish_time":1610751238107,"_cnpm_publish_time":1610751238107,"contributors":[]},"2.1.2-canary.f53e5b939":{"name":"@firebase/firestore","version":"2.1.2-canary.f53e5b939","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.f53e5b939","@firebase/firestore-types":"2.1.0-canary.f53e5b939","@firebase/logger":"0.2.6-canary.f53e5b939","@firebase/util":"0.3.4-canary.f53e5b939","@firebase/webchannel-wrapper":"0.4.1-canary.f53e5b939","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.f53e5b939","@firebase/app-types":"0.6.1-canary.f53e5b939"},"devDependencies":{"@firebase/app":"0.6.13-canary.f53e5b939","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.f53e5b939","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"a83fa9b73ab10224f6bba301009ee23a3636d558","size":5960331,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.f53e5b939.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.f53e5b939_1610739739804_0.9801750022063032"},"_hasShrinkwrap":false,"publish_time":1610739740149,"_cnpm_publish_time":1610739740149,"contributors":[]},"2.1.2-canary.02dcd9256":{"name":"@firebase/firestore","version":"2.1.2-canary.02dcd9256","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.02dcd9256","@firebase/firestore-types":"2.1.0-canary.02dcd9256","@firebase/logger":"0.2.6-canary.02dcd9256","@firebase/util":"0.3.4-canary.02dcd9256","@firebase/webchannel-wrapper":"0.4.1-canary.02dcd9256","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.02dcd9256","@firebase/app-types":"0.6.1-canary.02dcd9256"},"devDependencies":{"@firebase/app":"0.6.13-canary.02dcd9256","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.02dcd9256","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"c6576da5ff9c39c10ee247610bfc1cc3d9ae3b89","size":5960749,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.02dcd9256.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.02dcd9256_1610670895693_0.564430418278121"},"_hasShrinkwrap":false,"publish_time":1610670896108,"_cnpm_publish_time":1610670896108,"contributors":[]},"2.1.2-canary.c42a7c6eb":{"name":"@firebase/firestore","version":"2.1.2-canary.c42a7c6eb","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.c42a7c6eb","@firebase/firestore-types":"2.1.0-canary.c42a7c6eb","@firebase/logger":"0.2.6-canary.c42a7c6eb","@firebase/util":"0.3.4-canary.c42a7c6eb","@firebase/webchannel-wrapper":"0.4.1-canary.c42a7c6eb","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.c42a7c6eb","@firebase/app-types":"0.6.1-canary.c42a7c6eb"},"devDependencies":{"@firebase/app":"0.6.13-canary.c42a7c6eb","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.c42a7c6eb","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"a4faa51796b45b918d584b6e58289ae60cfddf89","size":5960856,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.c42a7c6eb.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.c42a7c6eb_1610670021156_0.48463269318748714"},"_hasShrinkwrap":false,"publish_time":1610670021503,"_cnpm_publish_time":1610670021503,"contributors":[]},"2.1.2-canary.884532522":{"name":"@firebase/firestore","version":"2.1.2-canary.884532522","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.884532522","@firebase/firestore-types":"2.1.0-canary.884532522","@firebase/logger":"0.2.6-canary.884532522","@firebase/util":"0.3.4-canary.884532522","@firebase/webchannel-wrapper":"0.4.1-canary.884532522","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.884532522","@firebase/app-types":"0.6.1-canary.884532522"},"devDependencies":{"@firebase/app":"0.6.13-canary.884532522","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.884532522","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"45b43db14dc9bbb24a6418b59b99dfa915e792e5","size":5960345,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.884532522.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.884532522_1610659188884_0.7009726256909399"},"_hasShrinkwrap":false,"publish_time":1610659189237,"_cnpm_publish_time":1610659189237,"contributors":[]},"2.1.2-canary.4395b5f0d":{"name":"@firebase/firestore","version":"2.1.2-canary.4395b5f0d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.4395b5f0d","@firebase/firestore-types":"2.1.0-canary.4395b5f0d","@firebase/logger":"0.2.6-canary.4395b5f0d","@firebase/util":"0.3.4-canary.4395b5f0d","@firebase/webchannel-wrapper":"0.4.1-canary.4395b5f0d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.4395b5f0d","@firebase/app-types":"0.6.1-canary.4395b5f0d"},"devDependencies":{"@firebase/app":"0.6.13-canary.4395b5f0d","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.4395b5f0d","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"30edbd2fc56e8f0649d5aaadd87948d5fa2b0a0b","size":5960876,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.4395b5f0d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.4395b5f0d_1610655776200_0.2748394204449167"},"_hasShrinkwrap":false,"publish_time":1610655776603,"_cnpm_publish_time":1610655776603,"contributors":[]},"2.1.2-canary.cb835e723":{"name":"@firebase/firestore","version":"2.1.2-canary.cb835e723","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.cb835e723","@firebase/firestore-types":"2.1.0-canary.cb835e723","@firebase/logger":"0.2.6-canary.cb835e723","@firebase/util":"0.3.4-canary.cb835e723","@firebase/webchannel-wrapper":"0.4.1-canary.cb835e723","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.cb835e723","@firebase/app-types":"0.6.1-canary.cb835e723"},"devDependencies":{"@firebase/app":"0.6.13-canary.cb835e723","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.cb835e723","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"6bd86bf7a2adbf68b26ed7542bf6049d5f4ed4dd","size":5960838,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.cb835e723.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.cb835e723_1610592834613_0.3860813214474299"},"_hasShrinkwrap":false,"publish_time":1610592835026,"_cnpm_publish_time":1610592835026,"contributors":[]},"2.1.2-canary.92a7f4345":{"name":"@firebase/firestore","version":"2.1.2-canary.92a7f4345","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.92a7f4345","@firebase/firestore-types":"2.1.0-canary.92a7f4345","@firebase/logger":"0.2.6-canary.92a7f4345","@firebase/util":"0.3.4-canary.92a7f4345","@firebase/webchannel-wrapper":"0.4.1-canary.92a7f4345","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.92a7f4345","@firebase/app-types":"0.6.1-canary.92a7f4345"},"devDependencies":{"@firebase/app":"0.6.13-canary.92a7f4345","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.92a7f4345","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"dc00f8c6bafd889b2ef27ce041a26e2378eeb1cd","size":5960293,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.92a7f4345.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.92a7f4345_1610579992364_0.2096757249687915"},"_hasShrinkwrap":false,"publish_time":1610579992677,"_cnpm_publish_time":1610579992677,"contributors":[]},"2.1.2-canary.204fbcfad":{"name":"@firebase/firestore","version":"2.1.2-canary.204fbcfad","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.204fbcfad","@firebase/firestore-types":"2.1.0-canary.204fbcfad","@firebase/logger":"0.2.6-canary.204fbcfad","@firebase/util":"0.3.4-canary.204fbcfad","@firebase/webchannel-wrapper":"0.4.1-canary.204fbcfad","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.204fbcfad","@firebase/app-types":"0.6.1-canary.204fbcfad"},"devDependencies":{"@firebase/app":"0.6.13-canary.204fbcfad","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.204fbcfad","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"2b361cec74999dee320380d1a9c882bb38f941fc","size":5960217,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.204fbcfad.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.204fbcfad_1610567399110_0.8799399823208303"},"_hasShrinkwrap":false,"publish_time":1610567399539,"_cnpm_publish_time":1610567399539,"contributors":[]},"2.1.2-canary.762fa539e":{"name":"@firebase/firestore","version":"2.1.2-canary.762fa539e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.762fa539e","@firebase/firestore-types":"2.1.0-canary.762fa539e","@firebase/logger":"0.2.6-canary.762fa539e","@firebase/util":"0.3.4-canary.762fa539e","@firebase/webchannel-wrapper":"0.4.1-canary.762fa539e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.762fa539e","@firebase/app-types":"0.6.1-canary.762fa539e"},"devDependencies":{"@firebase/app":"0.6.13-canary.762fa539e","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.762fa539e","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"888a4519dc03332a0e4ff4242dd01be4a3adfb5a","size":5960854,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.762fa539e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.762fa539e_1610559355571_0.004637742492986652"},"_hasShrinkwrap":false,"publish_time":1610559355934,"_cnpm_publish_time":1610559355934,"contributors":[]},"2.1.2-canary.da7f7ff61":{"name":"@firebase/firestore","version":"2.1.2-canary.da7f7ff61","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.da7f7ff61","@firebase/firestore-types":"2.1.0-canary.da7f7ff61","@firebase/logger":"0.2.6-canary.da7f7ff61","@firebase/util":"0.3.4-canary.da7f7ff61","@firebase/webchannel-wrapper":"0.4.1-canary.da7f7ff61","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.da7f7ff61","@firebase/app-types":"0.6.1-canary.da7f7ff61"},"devDependencies":{"@firebase/app":"0.6.13-canary.da7f7ff61","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.da7f7ff61","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"815d6c50f516301e3946153e807c1dd4e9de5d34","size":5960288,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.da7f7ff61.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.da7f7ff61_1610492258568_0.46439532497186264"},"_hasShrinkwrap":false,"publish_time":1610492259030,"_cnpm_publish_time":1610492259030,"contributors":[]},"2.1.2-longpoll.66863f547":{"name":"@firebase/firestore","version":"2.1.2-longpoll.66863f547","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-longpoll.66863f547","@firebase/firestore-types":"2.1.0-longpoll.66863f547","@firebase/logger":"0.2.6-longpoll.66863f547","@firebase/util":"0.3.4-longpoll.66863f547","@firebase/webchannel-wrapper":"0.4.1-longpoll.66863f547","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-longpoll.66863f547","@firebase/app-types":"0.6.1-longpoll.66863f547"},"devDependencies":{"@firebase/app":"0.6.13-longpoll.66863f547","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-longpoll.66863f547","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"6fd8b6f4d1cedbf1eda9da755c9c01ef3e7a14c8","size":5971188,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-longpoll.66863f547.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-longpoll.66863f547_1610410438547_0.9030217825087272"},"_hasShrinkwrap":false,"publish_time":1610410438931,"_cnpm_publish_time":1610410438931,"contributors":[]},"2.1.2-canary.50abe6c4d":{"name":"@firebase/firestore","version":"2.1.2-canary.50abe6c4d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.50abe6c4d","@firebase/firestore-types":"2.1.0-canary.50abe6c4d","@firebase/logger":"0.2.6-canary.50abe6c4d","@firebase/util":"0.3.4-canary.50abe6c4d","@firebase/webchannel-wrapper":"0.4.1-canary.50abe6c4d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.50abe6c4d","@firebase/app-types":"0.6.1-canary.50abe6c4d"},"devDependencies":{"@firebase/app":"0.6.13-canary.50abe6c4d","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.50abe6c4d","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"10ec58fafe9958bd6a19be7fb891044ed0f0e485","size":5960864,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.50abe6c4d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.50abe6c4d_1610132382410_0.7740329225043896"},"_hasShrinkwrap":false,"publish_time":1610132382747,"_cnpm_publish_time":1610132382747,"contributors":[]},"2.1.2-canary.34b4e3004":{"name":"@firebase/firestore","version":"2.1.2-canary.34b4e3004","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.34b4e3004","@firebase/firestore-types":"2.1.0-canary.34b4e3004","@firebase/logger":"0.2.6-canary.34b4e3004","@firebase/util":"0.3.4-canary.34b4e3004","@firebase/webchannel-wrapper":"0.4.1-canary.34b4e3004","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.34b4e3004","@firebase/app-types":"0.6.1-canary.34b4e3004"},"devDependencies":{"@firebase/app":"0.6.13-canary.34b4e3004","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-canary.34b4e3004","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"53c15b83e6a143ce0f1294d6dd55e903d9107d43","size":5960965,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-canary.34b4e3004.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-canary.34b4e3004_1610058141023_0.8634357340935042"},"_hasShrinkwrap":false,"publish_time":1610058141571,"_cnpm_publish_time":1610058141571,"contributors":[]},"2.1.2":{"name":"@firebase/firestore","version":"2.1.2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"6a09062e4e4212ef52e46a9ce44b1e0c37c553f3","size":5959374,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2_1610056073811_0.8278467451813472"},"_hasShrinkwrap":false,"publish_time":1610056074104,"_cnpm_publish_time":1610056074104,"contributors":[]},"2.1.2-20210721223":{"name":"@firebase/firestore","version":"2.1.2-20210721223","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.2-20210721223","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"c7392252fd25dd914626c5c9f599f39c29edcb50","size":5960792,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.2-20210721223.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.2-20210721223_1610055411227_0.2566574087335678"},"_hasShrinkwrap":false,"publish_time":1610055411536,"_cnpm_publish_time":1610055411536,"contributors":[]},"2.1.1-canary.be377e680":{"name":"@firebase/firestore","version":"2.1.1-canary.be377e680","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.be377e680","@firebase/firestore-types":"2.1.0-canary.be377e680","@firebase/logger":"0.2.6-canary.be377e680","@firebase/util":"0.3.4-canary.be377e680","@firebase/webchannel-wrapper":"0.4.1-canary.be377e680","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.be377e680","@firebase/app-types":"0.6.1-canary.be377e680"},"devDependencies":{"@firebase/app":"0.6.13-canary.be377e680","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.1-canary.be377e680","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"3ef15340b9ded6d6ecaffbbcb594b09e6a2cbeb9","size":5960039,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.1-canary.be377e680.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.1-canary.be377e680_1610053299736_0.007176098384874097"},"_hasShrinkwrap":false,"publish_time":1610053300077,"_cnpm_publish_time":1610053300077,"contributors":[]},"2.1.1-canary.c457f2cf2":{"name":"@firebase/firestore","version":"2.1.1-canary.c457f2cf2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.c457f2cf2","@firebase/firestore-types":"2.1.0-canary.c457f2cf2","@firebase/logger":"0.2.6-canary.c457f2cf2","@firebase/util":"0.3.4-canary.c457f2cf2","@firebase/webchannel-wrapper":"0.4.1-canary.c457f2cf2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.c457f2cf2","@firebase/app-types":"0.6.1-canary.c457f2cf2"},"devDependencies":{"@firebase/app":"0.6.13-canary.c457f2cf2","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.1-canary.c457f2cf2","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"b92b6d482ed50ffd4abffeff17fdcbe275662121","size":5960619,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.1-canary.c457f2cf2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.1-canary.c457f2cf2_1609998422229_0.7857522103891896"},"_hasShrinkwrap":false,"publish_time":1609998422679,"_cnpm_publish_time":1609998422679,"contributors":[]},"2.1.1-canary.db7dae7d5":{"name":"@firebase/firestore","version":"2.1.1-canary.db7dae7d5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.db7dae7d5","@firebase/firestore-types":"2.1.0-canary.db7dae7d5","@firebase/logger":"0.2.6-canary.db7dae7d5","@firebase/util":"0.3.4-canary.db7dae7d5","@firebase/webchannel-wrapper":"0.4.1-canary.db7dae7d5","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.db7dae7d5","@firebase/app-types":"0.6.1-canary.db7dae7d5"},"devDependencies":{"@firebase/app":"0.6.13-canary.db7dae7d5","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.1-canary.db7dae7d5","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"d0cca8b54236b5552ebcd48edd5bf2fcb70e7507","size":5960467,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.1-canary.db7dae7d5.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.1-canary.db7dae7d5_1609994253852_0.320521635259545"},"_hasShrinkwrap":false,"publish_time":1609994254307,"_cnpm_publish_time":1609994254307,"contributors":[]},"2.2.0-202105235553":{"name":"@firebase/firestore","version":"2.2.0-202105235553","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.0-202105235553","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"0be7f5d890f4f17e292e2113d90fe838ad15812e","size":5968043,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.0-202105235553.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.0-202105235553_1609891836531_0.5557426579673947"},"_hasShrinkwrap":false,"publish_time":1609891837249,"_cnpm_publish_time":1609891837249,"contributors":[]},"2.1.1-canary.4512bc9b2":{"name":"@firebase/firestore","version":"2.1.1-canary.4512bc9b2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.4512bc9b2","@firebase/firestore-types":"2.1.0-canary.4512bc9b2","@firebase/logger":"0.2.6-canary.4512bc9b2","@firebase/util":"0.3.4-canary.4512bc9b2","@firebase/webchannel-wrapper":"0.4.1-canary.4512bc9b2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.4512bc9b2","@firebase/app-types":"0.6.1-canary.4512bc9b2"},"devDependencies":{"@firebase/app":"0.6.13-canary.4512bc9b2","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.1-canary.4512bc9b2","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"33b44b38e0e1c9d5db0eb2ab2937161f703fa539","size":5967749,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.1-canary.4512bc9b2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.1-canary.4512bc9b2_1609890785266_0.14888387597344677"},"_hasShrinkwrap":false,"publish_time":1609890785703,"_cnpm_publish_time":1609890785703,"contributors":[]},"2.1.1-canary.6d4d2b6ff":{"name":"@firebase/firestore","version":"2.1.1-canary.6d4d2b6ff","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.6d4d2b6ff","@firebase/firestore-types":"2.1.0-canary.6d4d2b6ff","@firebase/logger":"0.2.6-canary.6d4d2b6ff","@firebase/util":"0.3.4-canary.6d4d2b6ff","@firebase/webchannel-wrapper":"0.4.1-canary.6d4d2b6ff","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.6d4d2b6ff","@firebase/app-types":"0.6.1-canary.6d4d2b6ff"},"devDependencies":{"@firebase/app":"0.6.13-canary.6d4d2b6ff","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.1-canary.6d4d2b6ff","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"c8bfa6288780df296896fd3e7f9d23da31e3c9f9","size":5962258,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.1-canary.6d4d2b6ff.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.1-canary.6d4d2b6ff_1609888934457_0.2538944027062855"},"_hasShrinkwrap":false,"publish_time":1609888934898,"_cnpm_publish_time":1609888934898,"contributors":[]},"2.1.1-canary.6069b1d6c":{"name":"@firebase/firestore","version":"2.1.1-canary.6069b1d6c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.6069b1d6c","@firebase/firestore-types":"2.1.0-canary.6069b1d6c","@firebase/logger":"0.2.6-canary.6069b1d6c","@firebase/util":"0.3.4-canary.6069b1d6c","@firebase/webchannel-wrapper":"0.4.1-canary.6069b1d6c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.6069b1d6c","@firebase/app-types":"0.6.1-canary.6069b1d6c"},"devDependencies":{"@firebase/app":"0.6.13-canary.6069b1d6c","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.1-canary.6069b1d6c","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"33da80566d8a5dcee9f460f38d4f890eb789af7e","size":5961464,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.1-canary.6069b1d6c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.1-canary.6069b1d6c_1609882739091_0.6245718458531513"},"_hasShrinkwrap":false,"publish_time":1609882739492,"_cnpm_publish_time":1609882739492,"contributors":[]},"2.1.1-canary.487f8e1d2":{"name":"@firebase/firestore","version":"2.1.1-canary.487f8e1d2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.487f8e1d2","@firebase/firestore-types":"2.1.0-canary.487f8e1d2","@firebase/logger":"0.2.6-canary.487f8e1d2","@firebase/util":"0.3.4-canary.487f8e1d2","@firebase/webchannel-wrapper":"0.4.1-canary.487f8e1d2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.487f8e1d2","@firebase/app-types":"0.6.1-canary.487f8e1d2"},"devDependencies":{"@firebase/app":"0.6.13-canary.487f8e1d2","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.1-canary.487f8e1d2","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"32db379ecadb721cf8195f39576240feacc0b192","size":5961260,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.1-canary.487f8e1d2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.1-canary.487f8e1d2_1609325392297_0.820972843480877"},"_hasShrinkwrap":false,"publish_time":1609325392839,"_cnpm_publish_time":1609325392839,"contributors":[]},"2.1.1-canary.d638a42af":{"name":"@firebase/firestore","version":"2.1.1-canary.d638a42af","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.d638a42af","@firebase/firestore-types":"2.1.0-canary.d638a42af","@firebase/logger":"0.2.6-canary.d638a42af","@firebase/util":"0.3.4-canary.d638a42af","@firebase/webchannel-wrapper":"0.4.1-canary.d638a42af","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.d638a42af","@firebase/app-types":"0.6.1-canary.d638a42af"},"devDependencies":{"@firebase/app":"0.6.13-canary.d638a42af","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.1-canary.d638a42af","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"1998ad0c6a3738d7a7ef2bfdd62c7efd162d639f","size":5961220,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.1-canary.d638a42af.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.1-canary.d638a42af_1609205354444_0.48537011368356286"},"_hasShrinkwrap":false,"publish_time":1609205354815,"_cnpm_publish_time":1609205354815,"contributors":[]},"2.1.1-canary.ba59a0f90":{"name":"@firebase/firestore","version":"2.1.1-canary.ba59a0f90","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.ba59a0f90","@firebase/firestore-types":"2.1.0-canary.ba59a0f90","@firebase/logger":"0.2.6-canary.ba59a0f90","@firebase/util":"0.3.4-canary.ba59a0f90","@firebase/webchannel-wrapper":"0.4.1-canary.ba59a0f90","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.ba59a0f90","@firebase/app-types":"0.6.1-canary.ba59a0f90"},"devDependencies":{"@firebase/app":"0.6.13-canary.ba59a0f90","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.1-canary.ba59a0f90","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"b99570ce717b936fc1ce424ca3e5e3781a83ab81","size":5961189,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.1-canary.ba59a0f90.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.1-canary.ba59a0f90_1608750295999_0.2406864588319204"},"_hasShrinkwrap":false,"publish_time":1608750296313,"_cnpm_publish_time":1608750296313,"contributors":[]},"2.1.1-canary.dec74aa1e":{"name":"@firebase/firestore","version":"2.1.1-canary.dec74aa1e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.dec74aa1e","@firebase/firestore-types":"2.1.0-canary.dec74aa1e","@firebase/logger":"0.2.6-canary.dec74aa1e","@firebase/util":"0.3.4-canary.dec74aa1e","@firebase/webchannel-wrapper":"0.4.1-canary.dec74aa1e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.dec74aa1e","@firebase/app-types":"0.6.1-canary.dec74aa1e"},"devDependencies":{"@firebase/app":"0.6.13-canary.dec74aa1e","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.1-canary.dec74aa1e","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"9c2675d9b202d890cfb4516d2a0a4eb9a927cfa1","size":5960412,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.1-canary.dec74aa1e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.1-canary.dec74aa1e_1608666287030_0.8831703715723935"},"_hasShrinkwrap":false,"publish_time":1608666287365,"_cnpm_publish_time":1608666287365,"contributors":[]},"2.1.1-canary.df16811af":{"name":"@firebase/firestore","version":"2.1.1-canary.df16811af","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.df16811af","@firebase/firestore-types":"2.1.0-canary.df16811af","@firebase/logger":"0.2.6-canary.df16811af","@firebase/util":"0.3.4-canary.df16811af","@firebase/webchannel-wrapper":"0.4.1-canary.df16811af","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.df16811af","@firebase/app-types":"0.6.1-canary.df16811af"},"devDependencies":{"@firebase/app":"0.6.13-canary.df16811af","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.1-canary.df16811af","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"2bb86de247d7fa45bffd645800bfd8cd552d8610","size":5961220,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.1-canary.df16811af.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.1-canary.df16811af_1608664269904_0.9894536689278863"},"_hasShrinkwrap":false,"publish_time":1608664270325,"_cnpm_publish_time":1608664270325,"contributors":[]},"2.1.1-canary.e13b79429":{"name":"@firebase/firestore","version":"2.1.1-canary.e13b79429","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.e13b79429","@firebase/firestore-types":"2.1.0-canary.e13b79429","@firebase/logger":"0.2.6-canary.e13b79429","@firebase/util":"0.3.4-canary.e13b79429","@firebase/webchannel-wrapper":"0.4.1-canary.e13b79429","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.e13b79429","@firebase/app-types":"0.6.1-canary.e13b79429"},"devDependencies":{"@firebase/app":"0.6.13-canary.e13b79429","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.1-canary.e13b79429","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"0e2149fe4e129716b0ff79458b3f882b96600979","size":5960489,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.1-canary.e13b79429.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.1-canary.e13b79429_1608577852337_0.36256072572522324"},"_hasShrinkwrap":false,"publish_time":1608577852732,"_cnpm_publish_time":1608577852732,"contributors":[]},"2.1.1-canary.404dc9167":{"name":"@firebase/firestore","version":"2.1.1-canary.404dc9167","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.404dc9167","@firebase/firestore-types":"2.1.0-canary.404dc9167","@firebase/logger":"0.2.6-canary.404dc9167","@firebase/util":"0.3.4-canary.404dc9167","@firebase/webchannel-wrapper":"0.4.1-canary.404dc9167","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.404dc9167","@firebase/app-types":"0.6.1-canary.404dc9167"},"devDependencies":{"@firebase/app":"0.6.13-canary.404dc9167","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.1-canary.404dc9167","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"b851eb58fc9cd51b0ada4b1e5cd2e40e69da6116","size":5960591,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.1-canary.404dc9167.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.1-canary.404dc9167_1608575332374_0.7872201068994265"},"_hasShrinkwrap":false,"publish_time":1608575332755,"_cnpm_publish_time":1608575332755,"contributors":[]},"2.1.1-canary.dbaf70694":{"name":"@firebase/firestore","version":"2.1.1-canary.dbaf70694","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.dbaf70694","@firebase/firestore-types":"2.1.0-canary.dbaf70694","@firebase/logger":"0.2.6-canary.dbaf70694","@firebase/util":"0.3.4-canary.dbaf70694","@firebase/webchannel-wrapper":"0.4.1-canary.dbaf70694","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.dbaf70694","@firebase/app-types":"0.6.1-canary.dbaf70694"},"devDependencies":{"@firebase/app":"0.6.13-canary.dbaf70694","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.1-canary.dbaf70694","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"af7fdcd6a0dd91f1f47279aefa23603316f12f1a","size":5961193,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.1-canary.dbaf70694.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.1-canary.dbaf70694_1608575236262_0.5548166682901507"},"_hasShrinkwrap":false,"publish_time":1608575236728,"_cnpm_publish_time":1608575236728,"contributors":[]},"2.1.1-canary.1a8cb40ac":{"name":"@firebase/firestore","version":"2.1.1-canary.1a8cb40ac","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.1a8cb40ac","@firebase/firestore-types":"2.1.0-canary.1a8cb40ac","@firebase/logger":"0.2.6-canary.1a8cb40ac","@firebase/util":"0.3.4-canary.1a8cb40ac","@firebase/webchannel-wrapper":"0.4.1-canary.1a8cb40ac","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.1a8cb40ac","@firebase/app-types":"0.6.1-canary.1a8cb40ac"},"devDependencies":{"@firebase/app":"0.6.13-canary.1a8cb40ac","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.1-canary.1a8cb40ac","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"ac2c4a29de53831da9abdf36dd1b8f4ef6ed7b38","size":5960479,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.1-canary.1a8cb40ac.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.1-canary.1a8cb40ac_1608251613206_0.971002333262676"},"_hasShrinkwrap":false,"publish_time":1608251613560,"_cnpm_publish_time":1608251613560,"contributors":[]},"2.1.1-canary.17a477c12":{"name":"@firebase/firestore","version":"2.1.1-canary.17a477c12","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.17a477c12","@firebase/firestore-types":"2.1.0-canary.17a477c12","@firebase/logger":"0.2.6-canary.17a477c12","@firebase/util":"0.3.4-canary.17a477c12","@firebase/webchannel-wrapper":"0.4.1-canary.17a477c12","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.17a477c12","@firebase/app-types":"0.6.1-canary.17a477c12"},"devDependencies":{"@firebase/app":"0.6.13-canary.17a477c12","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.1-canary.17a477c12","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"73e1450b91a4ff3381a61e32f5112cb6c9f22f92","size":5961196,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.1-canary.17a477c12.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.1-canary.17a477c12_1608249655290_0.42288663038448826"},"_hasShrinkwrap":false,"publish_time":1608249655605,"_cnpm_publish_time":1608249655605,"contributors":[]},"2.1.1":{"name":"@firebase/firestore","version":"2.1.1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.1","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"e19040faf858cc00cb3b7609945fe490182b36b3","size":5959719,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.1.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.1_1608245697398_0.043612358982655586"},"_hasShrinkwrap":false,"publish_time":1608245697791,"_cnpm_publish_time":1608245697791,"contributors":[]},"2.1.0-canary.233317238":{"name":"@firebase/firestore","version":"2.1.0-canary.233317238","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.233317238","@firebase/firestore-types":"2.1.0-canary.233317238","@firebase/logger":"0.2.6-canary.233317238","@firebase/util":"0.3.4-canary.233317238","@firebase/webchannel-wrapper":"0.4.1-canary.233317238","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.233317238","@firebase/app-types":"0.6.1-canary.233317238"},"devDependencies":{"@firebase/app":"0.6.13-canary.233317238","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.0-canary.233317238","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"8ea18f3b2278594d81aa40b08166fc915355ef70","size":5960438,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.0-canary.233317238.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.0-canary.233317238_1608229223502_0.5816883815145621"},"_hasShrinkwrap":false,"publish_time":1608229223922,"_cnpm_publish_time":1608229223922,"contributors":[]},"2.1.0-canary.b0f7d4c36":{"name":"@firebase/firestore","version":"2.1.0-canary.b0f7d4c36","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.b0f7d4c36","@firebase/firestore-types":"2.1.0-canary.b0f7d4c36","@firebase/logger":"0.2.6-canary.b0f7d4c36","@firebase/util":"0.3.4-canary.b0f7d4c36","@firebase/webchannel-wrapper":"0.4.1-canary.b0f7d4c36","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.b0f7d4c36","@firebase/app-types":"0.6.1-canary.b0f7d4c36"},"devDependencies":{"@firebase/app":"0.6.13-canary.b0f7d4c36","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.0-canary.b0f7d4c36","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"b0ca965971945cc33021795dd231d7abf93799be","size":5960377,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.0-canary.b0f7d4c36.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.0-canary.b0f7d4c36_1608139757048_0.2297737549399439"},"_hasShrinkwrap":false,"publish_time":1608139757458,"_cnpm_publish_time":1608139757458,"contributors":[]},"2.1.1-20201116165133":{"name":"@firebase/firestore","version":"2.1.1-20201116165133","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.1-20201116165133","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"5d9b8387dd8e8da71f084e0320ba233168c87368","size":5960621,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.1-20201116165133.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.1-20201116165133_1608137931736_0.04680746678757419"},"_hasShrinkwrap":false,"publish_time":1608137932076,"_cnpm_publish_time":1608137932076,"contributors":[]},"2.1.0-canary.9fd3f5233":{"name":"@firebase/firestore","version":"2.1.0-canary.9fd3f5233","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.9fd3f5233","@firebase/firestore-types":"2.1.0-canary.9fd3f5233","@firebase/logger":"0.2.6-canary.9fd3f5233","@firebase/util":"0.3.4-canary.9fd3f5233","@firebase/webchannel-wrapper":"0.4.1-canary.9fd3f5233","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.9fd3f5233","@firebase/app-types":"0.6.1-canary.9fd3f5233"},"devDependencies":{"@firebase/app":"0.6.13-canary.9fd3f5233","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.0-canary.9fd3f5233","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"d56b789f72068556c640e6cac00de0d0da44572d","size":5960427,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.0-canary.9fd3f5233.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.0-canary.9fd3f5233_1608051379489_0.44766749154704044"},"_hasShrinkwrap":false,"publish_time":1608051379858,"_cnpm_publish_time":1608051379858,"contributors":[]},"2.1.0-canary.4418d787f":{"name":"@firebase/firestore","version":"2.1.0-canary.4418d787f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.4418d787f","@firebase/firestore-types":"2.1.0-canary.4418d787f","@firebase/logger":"0.2.6-canary.4418d787f","@firebase/util":"0.3.4-canary.4418d787f","@firebase/webchannel-wrapper":"0.4.1-canary.4418d787f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.4418d787f","@firebase/app-types":"0.6.1-canary.4418d787f"},"devDependencies":{"@firebase/app":"0.6.13-canary.4418d787f","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.0-canary.4418d787f","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"74c535e7f95cbbd57a75d286e65b8a2cb1764f5e","size":5961158,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.0-canary.4418d787f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.0-canary.4418d787f_1607976446178_0.9687392677386704"},"_hasShrinkwrap":false,"publish_time":1607976447778,"_cnpm_publish_time":1607976447778,"contributors":[]},"2.1.0-canary.a9388d5b2":{"name":"@firebase/firestore","version":"2.1.0-canary.a9388d5b2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.a9388d5b2","@firebase/firestore-types":"2.1.0-canary.a9388d5b2","@firebase/logger":"0.2.6-canary.a9388d5b2","@firebase/util":"0.3.4-canary.a9388d5b2","@firebase/webchannel-wrapper":"0.4.1-canary.a9388d5b2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.a9388d5b2","@firebase/app-types":"0.6.1-canary.a9388d5b2"},"devDependencies":{"@firebase/app":"0.6.13-canary.a9388d5b2","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.0-canary.a9388d5b2","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"ba900a5deda4f3bbd95bcd58dc67a65f589cee76","size":5961212,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.0-canary.a9388d5b2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.0-canary.a9388d5b2_1607975349079_0.6957131417747073"},"_hasShrinkwrap":false,"publish_time":1607975349493,"_cnpm_publish_time":1607975349493,"contributors":[]},"0.0.900-exp.a9388d5b2":{"name":"@firebase/firestore","version":"0.0.900-exp.a9388d5b2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.900-exp.a9388d5b2","@firebase/app-types":"0.0.900-exp.a9388d5b2"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.a9388d5b2","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"587665f551f01abe02fa189eb8b333b6bf666186","size":8359308,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.a9388d5b2.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.a9388d5b2_1607975191626_0.8498721975660348"},"_hasShrinkwrap":false,"publish_time":1607975192193,"_cnpm_publish_time":1607975192193,"contributors":[]},"2.1.0-canary.9909a3b59":{"name":"@firebase/firestore","version":"2.1.0-canary.9909a3b59","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.9909a3b59","@firebase/firestore-types":"2.1.0-canary.9909a3b59","@firebase/logger":"0.2.6-canary.9909a3b59","@firebase/util":"0.3.4-canary.9909a3b59","@firebase/webchannel-wrapper":"0.4.1-canary.9909a3b59","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.9909a3b59","@firebase/app-types":"0.6.1-canary.9909a3b59"},"devDependencies":{"@firebase/app":"0.6.13-canary.9909a3b59","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.0-canary.9909a3b59","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"cbdd7d3297d441be051ea5154b6dcd9623c0aef8","size":5961074,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.0-canary.9909a3b59.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.0-canary.9909a3b59_1607973978627_0.8012461149059296"},"_hasShrinkwrap":false,"publish_time":1607973979039,"_cnpm_publish_time":1607973979039,"contributors":[]},"2.1.0-canary.93eeb8862":{"name":"@firebase/firestore","version":"2.1.0-canary.93eeb8862","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.93eeb8862","@firebase/firestore-types":"2.1.0-canary.93eeb8862","@firebase/logger":"0.2.6-canary.93eeb8862","@firebase/util":"0.3.4-canary.93eeb8862","@firebase/webchannel-wrapper":"0.4.1-canary.93eeb8862","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.93eeb8862","@firebase/app-types":"0.6.1-canary.93eeb8862"},"devDependencies":{"@firebase/app":"0.6.13-canary.93eeb8862","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.0-canary.93eeb8862","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"3bf85a8ede4a0e75d81ce0eea1cc18dec604c919","size":5960406,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.0-canary.93eeb8862.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.0-canary.93eeb8862_1607973427100_0.09124835738712189"},"_hasShrinkwrap":false,"publish_time":1607973427490,"_cnpm_publish_time":1607973427490,"contributors":[]},"2.1.0-canary.04f2e2485":{"name":"@firebase/firestore","version":"2.1.0-canary.04f2e2485","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.04f2e2485","@firebase/firestore-types":"2.1.0-canary.04f2e2485","@firebase/logger":"0.2.6-canary.04f2e2485","@firebase/util":"0.3.4-canary.04f2e2485","@firebase/webchannel-wrapper":"0.4.1-canary.04f2e2485","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.04f2e2485","@firebase/app-types":"0.6.1-canary.04f2e2485"},"devDependencies":{"@firebase/app":"0.6.13-canary.04f2e2485","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.0-canary.04f2e2485","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"a80fb6c8756a3f1b92f81c49a29cc26f7a3bab99","size":5961156,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.0-canary.04f2e2485.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.0-canary.04f2e2485_1607724736102_0.7205646216087469"},"_hasShrinkwrap":false,"publish_time":1607724736468,"_cnpm_publish_time":1607724736468,"contributors":[]},"2.1.0-canary.e1649b4da":{"name":"@firebase/firestore","version":"2.1.0-canary.e1649b4da","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.e1649b4da","@firebase/firestore-types":"2.1.0-canary.e1649b4da","@firebase/logger":"0.2.6-canary.e1649b4da","@firebase/util":"0.3.4-canary.e1649b4da","@firebase/webchannel-wrapper":"0.4.1-canary.e1649b4da","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.e1649b4da","@firebase/app-types":"0.6.1-canary.e1649b4da"},"devDependencies":{"@firebase/app":"0.6.13-canary.e1649b4da","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.0-canary.e1649b4da","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"6a3206d2bcd7e997132945760d11a95cfe4b7b69","size":5960372,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.0-canary.e1649b4da.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.0-canary.e1649b4da_1607724242018_0.0881658189325385"},"_hasShrinkwrap":false,"publish_time":1607724242460,"_cnpm_publish_time":1607724242460,"contributors":[]},"2.1.0-canary.08aa4b19a":{"name":"@firebase/firestore","version":"2.1.0-canary.08aa4b19a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.08aa4b19a","@firebase/firestore-types":"2.1.0-canary.08aa4b19a","@firebase/logger":"0.2.6-canary.08aa4b19a","@firebase/util":"0.3.4-canary.08aa4b19a","@firebase/webchannel-wrapper":"0.4.1-canary.08aa4b19a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.08aa4b19a","@firebase/app-types":"0.6.1-canary.08aa4b19a"},"devDependencies":{"@firebase/app":"0.6.13-canary.08aa4b19a","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.0-canary.08aa4b19a","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"32ec71c9b0c7a4fb9e73b732163b6449aaee270a","size":5961078,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.0-canary.08aa4b19a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.0-canary.08aa4b19a_1607718650516_0.7599225251083093"},"_hasShrinkwrap":false,"publish_time":1607718650881,"_cnpm_publish_time":1607718650881,"contributors":[]},"2.1.0-canary.b95734c17":{"name":"@firebase/firestore","version":"2.1.0-canary.b95734c17","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.b95734c17","@firebase/firestore-types":"2.1.0-canary.b95734c17","@firebase/logger":"0.2.6-canary.b95734c17","@firebase/util":"0.3.4-canary.b95734c17","@firebase/webchannel-wrapper":"0.4.1-canary.b95734c17","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.b95734c17","@firebase/app-types":"0.6.1-canary.b95734c17"},"devDependencies":{"@firebase/app":"0.6.13-canary.b95734c17","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.0-canary.b95734c17","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"2fa6d1b4638b7e723e6e41fc794237023651c07d","size":5960526,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.0-canary.b95734c17.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.0-canary.b95734c17_1607709968713_0.4804543940665089"},"_hasShrinkwrap":false,"publish_time":1607709969139,"_cnpm_publish_time":1607709969139,"contributors":[]},"2.1.0":{"name":"@firebase/firestore","version":"2.1.0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.0","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"eda6f7ea5a6c3091b7beb405e254fb852cb9ff3b","size":5964011,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.0.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.0_1607706569350_0.9344798999973194"},"_hasShrinkwrap":false,"publish_time":1607706569734,"_cnpm_publish_time":1607706569734,"contributors":[]},"2.0.5-canary.dface90f9":{"name":"@firebase/firestore","version":"2.0.5-canary.dface90f9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.dface90f9","@firebase/firestore-types":"2.0.0-canary.dface90f9","@firebase/logger":"0.2.6-canary.dface90f9","@firebase/util":"0.3.4-canary.dface90f9","@firebase/webchannel-wrapper":"0.4.1-canary.dface90f9","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.dface90f9","@firebase/app-types":"0.6.1-canary.dface90f9"},"devDependencies":{"@firebase/app":"0.6.13-canary.dface90f9","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.5-canary.dface90f9","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"b9c9c875c18d75db4d704796699fa91117776af2","size":5960186,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.5-canary.dface90f9.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.5-canary.dface90f9_1607652833420_0.19268660936791138"},"_hasShrinkwrap":false,"publish_time":1607652833899,"_cnpm_publish_time":1607652833899,"contributors":[]},"2.0.5-canary.44b5251d0":{"name":"@firebase/firestore","version":"2.0.5-canary.44b5251d0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.44b5251d0","@firebase/firestore-types":"2.0.0-canary.44b5251d0","@firebase/logger":"0.2.6-canary.44b5251d0","@firebase/util":"0.3.4-canary.44b5251d0","@firebase/webchannel-wrapper":"0.4.1-canary.44b5251d0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.44b5251d0","@firebase/app-types":"0.6.1-canary.44b5251d0"},"devDependencies":{"@firebase/app":"0.6.13-canary.44b5251d0","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.5-canary.44b5251d0","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"f93e0fde72159c1119dc2cc53f289909da6dbbbf","size":5959828,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.5-canary.44b5251d0.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.5-canary.44b5251d0_1607625568988_0.9052676267652966"},"_hasShrinkwrap":false,"publish_time":1607625569298,"_cnpm_publish_time":1607625569298,"contributors":[]},"2.0.5-canary.566a62dd4":{"name":"@firebase/firestore","version":"2.0.5-canary.566a62dd4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.566a62dd4","@firebase/firestore-types":"2.0.0-canary.566a62dd4","@firebase/logger":"0.2.6-canary.566a62dd4","@firebase/util":"0.3.4-canary.566a62dd4","@firebase/webchannel-wrapper":"0.4.1-canary.566a62dd4","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.566a62dd4","@firebase/app-types":"0.6.1-canary.566a62dd4"},"devDependencies":{"@firebase/app":"0.6.13-canary.566a62dd4","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.5-canary.566a62dd4","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"3eb46ffe2beb5ee31742f3c7c5ceb0af6900aa9e","size":5959134,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.5-canary.566a62dd4.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.5-canary.566a62dd4_1607621968867_0.1918152774083408"},"_hasShrinkwrap":false,"publish_time":1607621969319,"_cnpm_publish_time":1607621969319,"contributors":[]},"2.0.5-canary.a49c51c1c":{"name":"@firebase/firestore","version":"2.0.5-canary.a49c51c1c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.a49c51c1c","@firebase/firestore-types":"2.0.0-canary.a49c51c1c","@firebase/logger":"0.2.6-canary.a49c51c1c","@firebase/util":"0.3.4-canary.a49c51c1c","@firebase/webchannel-wrapper":"0.4.1-canary.a49c51c1c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.a49c51c1c","@firebase/app-types":"0.6.1-canary.a49c51c1c"},"devDependencies":{"@firebase/app":"0.6.13-canary.a49c51c1c","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.5-canary.a49c51c1c","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"1a2bbe52273b76cacdadd3dc1e8376690a92de06","size":5964868,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.5-canary.a49c51c1c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.5-canary.a49c51c1c_1607545712538_0.659793091061647"},"_hasShrinkwrap":false,"publish_time":1607545712912,"_cnpm_publish_time":1607545712912,"contributors":[]},"2.0.5-canary.7f7f5075f":{"name":"@firebase/firestore","version":"2.0.5-canary.7f7f5075f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.7f7f5075f","@firebase/firestore-types":"2.0.0-canary.7f7f5075f","@firebase/logger":"0.2.6-canary.7f7f5075f","@firebase/util":"0.3.4-canary.7f7f5075f","@firebase/webchannel-wrapper":"0.4.1-canary.7f7f5075f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.7f7f5075f","@firebase/app-types":"0.6.1-canary.7f7f5075f"},"devDependencies":{"@firebase/app":"0.6.13-canary.7f7f5075f","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.5-canary.7f7f5075f","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"d42ead7e956c168ef7d7b5bff1510760629670d6","size":5965110,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.5-canary.7f7f5075f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.5-canary.7f7f5075f_1607537378575_0.8642762052945532"},"_hasShrinkwrap":false,"publish_time":1607537378993,"_cnpm_publish_time":1607537378993,"contributors":[]},"2.1.0-202011823329":{"name":"@firebase/firestore","version":"2.1.0-202011823329","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0-202011823329","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.0-202011823329","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"33d50f7d18277911661117a18d401100b00ab3c2","size":5965842,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.0-202011823329.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.0-202011823329_1607470079283_0.7848862185955356"},"_hasShrinkwrap":false,"publish_time":1607470079703,"_cnpm_publish_time":1607470079703,"contributors":[]},"2.1.0-202011822428":{"name":"@firebase/firestore","version":"2.1.0-202011822428","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.1.0-202011822428","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.1.0-202011822428","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"4b500ae94e1b61674f815959bbe3297019e8d4cf","size":5965626,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.1.0-202011822428.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.1.0-202011822428_1607468519921_0.5083037052589114"},"_hasShrinkwrap":false,"publish_time":1607468520330,"_cnpm_publish_time":1607468520330,"contributors":[]},"0.0.900-exp.1e0eb201d":{"name":"@firebase/firestore","version":"0.0.900-exp.1e0eb201d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.0.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.900-exp.1e0eb201d","@firebase/app-types":"0.0.900-exp.1e0eb201d"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.1e0eb201d","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"e58833aafb6b3cb56c6b1f0d1218e846222492ff","size":8624189,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.1e0eb201d.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.1e0eb201d_1607455755808_0.6609214601672893"},"_hasShrinkwrap":false,"publish_time":1607455756106,"_cnpm_publish_time":1607455756106,"contributors":[]},"2.0.5-canary.2b8a03b7f":{"name":"@firebase/firestore","version":"2.0.5-canary.2b8a03b7f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.2b8a03b7f","@firebase/firestore-types":"2.0.0-canary.2b8a03b7f","@firebase/logger":"0.2.6-canary.2b8a03b7f","@firebase/util":"0.3.4-canary.2b8a03b7f","@firebase/webchannel-wrapper":"0.4.1-canary.2b8a03b7f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.2b8a03b7f","@firebase/app-types":"0.6.1-canary.2b8a03b7f"},"devDependencies":{"@firebase/app":"0.6.13-canary.2b8a03b7f","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.5-canary.2b8a03b7f","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"d39970b729059ab1407036c1768934c58ba0c076","size":5965618,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.5-canary.2b8a03b7f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.5-canary.2b8a03b7f_1607454835498_0.08062610555694039"},"_hasShrinkwrap":false,"publish_time":1607454835941,"_cnpm_publish_time":1607454835941,"contributors":[]},"2.0.5-canary.1e0eb201d":{"name":"@firebase/firestore","version":"2.0.5-canary.1e0eb201d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.1e0eb201d","@firebase/firestore-types":"2.0.0-canary.1e0eb201d","@firebase/logger":"0.2.6-canary.1e0eb201d","@firebase/util":"0.3.4-canary.1e0eb201d","@firebase/webchannel-wrapper":"0.4.1-canary.1e0eb201d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.1e0eb201d","@firebase/app-types":"0.6.1-canary.1e0eb201d"},"devDependencies":{"@firebase/app":"0.6.13-canary.1e0eb201d","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.5-canary.1e0eb201d","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"d7a6425f5378958e852df5d6a007b4abc79c8a3c","size":5964843,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.5-canary.1e0eb201d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.5-canary.1e0eb201d_1607449487964_0.8470578772060207"},"_hasShrinkwrap":false,"publish_time":1607449488478,"_cnpm_publish_time":1607449488478,"contributors":[]},"2.0.5-canary.4090271bb":{"name":"@firebase/firestore","version":"2.0.5-canary.4090271bb","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.4090271bb","@firebase/firestore-types":"2.0.0-canary.4090271bb","@firebase/logger":"0.2.6-canary.4090271bb","@firebase/util":"0.3.4-canary.4090271bb","@firebase/webchannel-wrapper":"0.4.1-canary.4090271bb","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.4090271bb","@firebase/app-types":"0.6.1-canary.4090271bb"},"devDependencies":{"@firebase/app":"0.6.13-canary.4090271bb","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.5-canary.4090271bb","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"60f6e03611f1e366493001c4cd71d12d5d449369","size":5965251,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.5-canary.4090271bb.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.5-canary.4090271bb_1607444628826_0.9791649497038679"},"_hasShrinkwrap":false,"publish_time":1607444629174,"_cnpm_publish_time":1607444629174,"contributors":[]},"2.0.5-canary.6f2c7b7aa":{"name":"@firebase/firestore","version":"2.0.5-canary.6f2c7b7aa","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.6f2c7b7aa","@firebase/firestore-types":"2.0.0-canary.6f2c7b7aa","@firebase/logger":"0.2.6-canary.6f2c7b7aa","@firebase/util":"0.3.4-canary.6f2c7b7aa","@firebase/webchannel-wrapper":"0.4.1-canary.6f2c7b7aa","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.6f2c7b7aa","@firebase/app-types":"0.6.1-canary.6f2c7b7aa"},"devDependencies":{"@firebase/app":"0.6.13-canary.6f2c7b7aa","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.5-canary.6f2c7b7aa","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"35e95ed04c12c400d9036f746738c70c132d9805","size":5937554,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.5-canary.6f2c7b7aa.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.5-canary.6f2c7b7aa_1607409095519_0.33657785287048037"},"_hasShrinkwrap":false,"publish_time":1607409096091,"_cnpm_publish_time":1607409096091,"contributors":[]},"2.0.5-canary.254137540":{"name":"@firebase/firestore","version":"2.0.5-canary.254137540","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.254137540","@firebase/firestore-types":"2.0.0-canary.254137540","@firebase/logger":"0.2.6-canary.254137540","@firebase/util":"0.3.4-canary.254137540","@firebase/webchannel-wrapper":"0.4.1-canary.254137540","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.254137540","@firebase/app-types":"0.6.1-canary.254137540"},"devDependencies":{"@firebase/app":"0.6.13-canary.254137540","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.5-canary.254137540","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"d203219b775289ca2d2a739646fed055d3a09c80","size":5938377,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.5-canary.254137540.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.5-canary.254137540_1607406699889_0.5266544089685916"},"_hasShrinkwrap":false,"publish_time":1607406700275,"_cnpm_publish_time":1607406700275,"contributors":[]},"2.0.5-BundlePrerelease.b662f8c0a":{"name":"@firebase/firestore","version":"2.0.5-BundlePrerelease.b662f8c0a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-BundlePrerelease.b662f8c0a","@firebase/firestore-types":"2.0.0-BundlePrerelease.b662f8c0a","@firebase/logger":"0.2.6-BundlePrerelease.b662f8c0a","@firebase/util":"0.3.4-BundlePrerelease.b662f8c0a","@firebase/webchannel-wrapper":"0.4.1-BundlePrerelease.b662f8c0a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-BundlePrerelease.b662f8c0a","@firebase/app-types":"0.6.1-BundlePrerelease.b662f8c0a"},"devDependencies":{"@firebase/app":"0.6.13-BundlePrerelease.b662f8c0a","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.5-BundlePrerelease.b662f8c0a","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"6db4fdaa0be33f331e2bf1fe6d2352e8048a8306","size":6074620,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.5-BundlePrerelease.b662f8c0a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.5-BundlePrerelease.b662f8c0a_1607392949783_0.18798177176935993"},"_hasShrinkwrap":false,"publish_time":1607392950236,"_cnpm_publish_time":1607392950236,"contributors":[]},"2.0.5-canary.b662f8c0a":{"name":"@firebase/firestore","version":"2.0.5-canary.b662f8c0a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.b662f8c0a","@firebase/firestore-types":"2.0.0-canary.b662f8c0a","@firebase/logger":"0.2.6-canary.b662f8c0a","@firebase/util":"0.3.4-canary.b662f8c0a","@firebase/webchannel-wrapper":"0.4.1-canary.b662f8c0a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.b662f8c0a","@firebase/app-types":"0.6.1-canary.b662f8c0a"},"devDependencies":{"@firebase/app":"0.6.13-canary.b662f8c0a","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.5-canary.b662f8c0a","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"3ca573d248d80b236b61337b90985d42e797e0fe","size":6073502,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.5-canary.b662f8c0a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.5-canary.b662f8c0a_1607392779478_0.05449232508892354"},"_hasShrinkwrap":false,"publish_time":1607392779832,"_cnpm_publish_time":1607392779832,"contributors":[]},"2.0.5-canary.9634efd13":{"name":"@firebase/firestore","version":"2.0.5-canary.9634efd13","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.9634efd13","@firebase/firestore-types":"2.0.0-canary.9634efd13","@firebase/logger":"0.2.6-canary.9634efd13","@firebase/util":"0.3.4-canary.9634efd13","@firebase/webchannel-wrapper":"0.4.1-canary.9634efd13","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.9634efd13","@firebase/app-types":"0.6.1-canary.9634efd13"},"devDependencies":{"@firebase/app":"0.6.13-canary.9634efd13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.5-canary.9634efd13","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"511561c567953ce1346daf7b151a8e578867ab9c","size":5468613,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.5-canary.9634efd13.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.5-canary.9634efd13_1607381213986_0.46101730155173337"},"_hasShrinkwrap":false,"publish_time":1607381214331,"_cnpm_publish_time":1607381214331,"contributors":[]},"2.0.5-canary.8518b6b2b":{"name":"@firebase/firestore","version":"2.0.5-canary.8518b6b2b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.8518b6b2b","@firebase/firestore-types":"2.0.0-canary.8518b6b2b","@firebase/logger":"0.2.6-canary.8518b6b2b","@firebase/util":"0.3.4-canary.8518b6b2b","@firebase/webchannel-wrapper":"0.4.1-canary.8518b6b2b","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.8518b6b2b","@firebase/app-types":"0.6.1-canary.8518b6b2b"},"devDependencies":{"@firebase/app":"0.6.13-canary.8518b6b2b","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.5-canary.8518b6b2b","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"2a03ff7557de8022a503eaf564b3a75f64c6a7de","size":5468614,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.5-canary.8518b6b2b.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.5-canary.8518b6b2b_1607368336370_0.602214447661179"},"_hasShrinkwrap":false,"publish_time":1607368336746,"_cnpm_publish_time":1607368336746,"contributors":[]},"2.0.5-BundlePrerelease.dee1ef083":{"name":"@firebase/firestore","version":"2.0.5-BundlePrerelease.dee1ef083","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-BundlePrerelease.dee1ef083","@firebase/firestore-types":"2.0.0-BundlePrerelease.dee1ef083","@firebase/logger":"0.2.6-BundlePrerelease.dee1ef083","@firebase/util":"0.3.4-BundlePrerelease.dee1ef083","@firebase/webchannel-wrapper":"0.4.1-BundlePrerelease.dee1ef083","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-BundlePrerelease.dee1ef083","@firebase/app-types":"0.6.1-BundlePrerelease.dee1ef083"},"devDependencies":{"@firebase/app":"0.6.13-BundlePrerelease.dee1ef083","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.5-BundlePrerelease.dee1ef083","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"052290c20cb372aa3c5e451f662f56c981b44084","size":6074185,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.5-BundlePrerelease.dee1ef083.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.5-BundlePrerelease.dee1ef083_1607287698366_0.4625304542483808"},"_hasShrinkwrap":false,"publish_time":1607287698776,"_cnpm_publish_time":1607287698776,"contributors":[]},"2.0.5-BundlePrerelease.2c91fd1e5":{"name":"@firebase/firestore","version":"2.0.5-BundlePrerelease.2c91fd1e5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-BundlePrerelease.2c91fd1e5","@firebase/firestore-types":"2.0.0-BundlePrerelease.2c91fd1e5","@firebase/logger":"0.2.6-BundlePrerelease.2c91fd1e5","@firebase/util":"0.3.4-BundlePrerelease.2c91fd1e5","@firebase/webchannel-wrapper":"0.4.1-BundlePrerelease.2c91fd1e5","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-BundlePrerelease.2c91fd1e5","@firebase/app-types":"0.6.1-BundlePrerelease.2c91fd1e5"},"devDependencies":{"@firebase/app":"0.6.13-BundlePrerelease.2c91fd1e5","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.5-BundlePrerelease.2c91fd1e5","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"6d6c19c446629291cc709aeabd556761a2dd5ff1","size":6058582,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.5-BundlePrerelease.2c91fd1e5.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.5-BundlePrerelease.2c91fd1e5_1607280987908_0.5106933216232743"},"_hasShrinkwrap":false,"publish_time":1607280988282,"_cnpm_publish_time":1607280988282,"contributors":[]},"2.0.5-BundlePrerelease.116cd82a2":{"name":"@firebase/firestore","version":"2.0.5-BundlePrerelease.116cd82a2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-BundlePrerelease.116cd82a2","@firebase/firestore-types":"2.0.0-BundlePrerelease.116cd82a2","@firebase/logger":"0.2.6-BundlePrerelease.116cd82a2","@firebase/util":"0.3.4-BundlePrerelease.116cd82a2","@firebase/webchannel-wrapper":"0.4.1-BundlePrerelease.116cd82a2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-BundlePrerelease.116cd82a2","@firebase/app-types":"0.6.1-BundlePrerelease.116cd82a2"},"devDependencies":{"@firebase/app":"0.6.13-BundlePrerelease.116cd82a2","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.5-BundlePrerelease.116cd82a2","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"b17ee04c2a09f9fd6e2aad3d0b7f9d4f559d3f85","size":6059668,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.5-BundlePrerelease.116cd82a2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.5-BundlePrerelease.116cd82a2_1607228299210_0.5293205132799226"},"_hasShrinkwrap":false,"publish_time":1607228299594,"_cnpm_publish_time":1607228299594,"contributors":[]},"2.0.5-BundlePrerelease.aae995629":{"name":"@firebase/firestore","version":"2.0.5-BundlePrerelease.aae995629","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-BundlePrerelease.aae995629","@firebase/firestore-types":"2.0.0-BundlePrerelease.aae995629","@firebase/logger":"0.2.6-BundlePrerelease.aae995629","@firebase/util":"0.3.4-BundlePrerelease.aae995629","@firebase/webchannel-wrapper":"0.4.1-BundlePrerelease.aae995629","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-BundlePrerelease.aae995629","@firebase/app-types":"0.6.1-BundlePrerelease.aae995629"},"devDependencies":{"@firebase/app":"0.6.13-BundlePrerelease.aae995629","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.5-BundlePrerelease.aae995629","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"7ce101615b02ed053eb9e1f754231075ef3cecd8","size":6058710,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.5-BundlePrerelease.aae995629.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.5-BundlePrerelease.aae995629_1607136416161_0.7462666441909784"},"_hasShrinkwrap":false,"publish_time":1607136416560,"_cnpm_publish_time":1607136416560,"contributors":[]},"2.0.4-BundlePrerelease.f8bb4d8b7":{"name":"@firebase/firestore","version":"2.0.4-BundlePrerelease.f8bb4d8b7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-BundlePrerelease.f8bb4d8b7","@firebase/firestore-types":"2.0.0-BundlePrerelease.f8bb4d8b7","@firebase/logger":"0.2.6-BundlePrerelease.f8bb4d8b7","@firebase/util":"0.3.4-BundlePrerelease.f8bb4d8b7","@firebase/webchannel-wrapper":"0.4.1-BundlePrerelease.f8bb4d8b7","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-BundlePrerelease.f8bb4d8b7","@firebase/app-types":"0.6.1-BundlePrerelease.f8bb4d8b7"},"devDependencies":{"@firebase/app":"0.6.13-BundlePrerelease.f8bb4d8b7","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-BundlePrerelease.f8bb4d8b7","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"1831f33056c30fadbd533caf07c642c7c79236e6","size":6062964,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-BundlePrerelease.f8bb4d8b7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-BundlePrerelease.f8bb4d8b7_1607122669465_0.22016079809872013"},"_hasShrinkwrap":false,"publish_time":1607122669951,"_cnpm_publish_time":1607122669951,"contributors":[]},"2.0.5-canary.375437171":{"name":"@firebase/firestore","version":"2.0.5-canary.375437171","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.375437171","@firebase/firestore-types":"2.0.0-canary.375437171","@firebase/logger":"0.2.6-canary.375437171","@firebase/util":"0.3.4-canary.375437171","@firebase/webchannel-wrapper":"0.4.1-canary.375437171","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.375437171","@firebase/app-types":"0.6.1-canary.375437171"},"devDependencies":{"@firebase/app":"0.6.13-canary.375437171","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.5-canary.375437171","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"7f73ed3c0e47c700478e3813b781951a81ec29f2","size":5468629,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.5-canary.375437171.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.5-canary.375437171_1607117996232_0.8071184508753095"},"_hasShrinkwrap":false,"publish_time":1607117996544,"_cnpm_publish_time":1607117996544,"contributors":[]},"2.0.5-canary.ff9dc3460":{"name":"@firebase/firestore","version":"2.0.5-canary.ff9dc3460","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.ff9dc3460","@firebase/firestore-types":"2.0.0-canary.ff9dc3460","@firebase/logger":"0.2.6-canary.ff9dc3460","@firebase/util":"0.3.4-canary.ff9dc3460","@firebase/webchannel-wrapper":"0.4.1-canary.ff9dc3460","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.ff9dc3460","@firebase/app-types":"0.6.1-canary.ff9dc3460"},"devDependencies":{"@firebase/app":"0.6.13-canary.ff9dc3460","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.5-canary.ff9dc3460","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"bc08a0576e74fa69189892511fcc4ee8421320de","size":5468617,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.5-canary.ff9dc3460.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.5-canary.ff9dc3460_1607117087415_0.873087081926615"},"_hasShrinkwrap":false,"publish_time":1607117087719,"_cnpm_publish_time":1607117087719,"contributors":[]},"2.0.4-canary.c9f379cf7":{"name":"@firebase/firestore","version":"2.0.4-canary.c9f379cf7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.c9f379cf7","@firebase/firestore-types":"2.0.0-canary.c9f379cf7","@firebase/logger":"0.2.6-canary.c9f379cf7","@firebase/util":"0.3.4-canary.c9f379cf7","@firebase/webchannel-wrapper":"0.4.1-canary.c9f379cf7","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.c9f379cf7","@firebase/app-types":"0.6.1-canary.c9f379cf7"},"devDependencies":{"@firebase/app":"0.6.13-canary.c9f379cf7","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-canary.c9f379cf7","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"7a17b3833e07b0eb90f854e4d48cc9b332618efb","size":5468485,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-canary.c9f379cf7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-canary.c9f379cf7_1607115420447_0.8456221690610901"},"_hasShrinkwrap":false,"publish_time":1607115420704,"_cnpm_publish_time":1607115420704,"contributors":[]},"2.0.4-1.0.0-eap-firestore-debug.9c6096f43":{"name":"@firebase/firestore","version":"2.0.4-1.0.0-eap-firestore-debug.9c6096f43","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-1.0.0-eap-firestore-debug.9c6096f43","@firebase/firestore-types":"2.0.0-1.0.0-eap-firestore-debug.9c6096f43","@firebase/logger":"0.2.6-1.0.0-eap-firestore-debug.9c6096f43","@firebase/util":"0.3.4-1.0.0-eap-firestore-debug.9c6096f43","@firebase/webchannel-wrapper":"0.4.1-1.0.0-eap-firestore-debug.9c6096f43","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-1.0.0-eap-firestore-debug.9c6096f43","@firebase/app-types":"0.6.1-1.0.0-eap-firestore-debug.9c6096f43"},"devDependencies":{"@firebase/app":"0.6.13-1.0.0-eap-firestore-debug.9c6096f43","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-1.0.0-eap-firestore-debug.9c6096f43","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"cb3c40e8a67042650ab3a6fb1a77624427eb2d24","size":5672788,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-1.0.0-eap-firestore-debug.9c6096f43.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-1.0.0-eap-firestore-debug.9c6096f43_1607112292623_0.18380726128894032"},"_hasShrinkwrap":false,"publish_time":1607112293374,"_cnpm_publish_time":1607112293374,"contributors":[]},"2.0.4-canary.1b5407372":{"name":"@firebase/firestore","version":"2.0.4-canary.1b5407372","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.1b5407372","@firebase/firestore-types":"2.0.0-canary.1b5407372","@firebase/logger":"0.2.6-canary.1b5407372","@firebase/util":"0.3.4-canary.1b5407372","@firebase/webchannel-wrapper":"0.4.1-canary.1b5407372","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.1b5407372","@firebase/app-types":"0.6.1-canary.1b5407372"},"devDependencies":{"@firebase/app":"0.6.13-canary.1b5407372","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-canary.1b5407372","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"2c9252cc63c1de8f039b77a29c17e3e848d917b9","size":5468491,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-canary.1b5407372.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-canary.1b5407372_1607109886226_0.07054368207384654"},"_hasShrinkwrap":false,"publish_time":1607109886559,"_cnpm_publish_time":1607109886559,"contributors":[]},"2.0.5":{"name":"@firebase/firestore","version":"2.0.5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.0.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.5","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"bef5fafb49ac9872830efd07c2388634441c9699","size":5473417,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.5.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.5_1607046881558_0.08163139866698965"},"_hasShrinkwrap":false,"publish_time":1607046881886,"_cnpm_publish_time":1607046881886,"contributors":[]},"0.0.900-exp.3c2788a40":{"name":"@firebase/firestore","version":"0.0.900-exp.3c2788a40","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.0.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.900-exp.3c2788a40","@firebase/app-types":"0.0.900-exp.3c2788a40"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.3c2788a40","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"765fff9488dcd19feae812656acce55798be3b34","size":8720357,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.3c2788a40.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.3c2788a40_1607036207637_0.14768371470173136"},"_hasShrinkwrap":false,"publish_time":1607036208141,"_cnpm_publish_time":1607036208141,"contributors":[]},"0.0.900-exp.8d3ef2041":{"name":"@firebase/firestore","version":"0.0.900-exp.8d3ef2041","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.0.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.900-exp.8d3ef2041","@firebase/app-types":"0.0.900-exp.8d3ef2041"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.8d3ef2041","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"aef936e15081286374a62bbcdc34ae378876adb1","size":8720357,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.8d3ef2041.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.8d3ef2041_1607031850385_0.6793343753836727"},"_hasShrinkwrap":false,"publish_time":1607031850741,"_cnpm_publish_time":1607031850741,"contributors":[]},"2.0.4-canary.6d640284e":{"name":"@firebase/firestore","version":"2.0.4-canary.6d640284e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.6d640284e","@firebase/firestore-types":"2.0.0-canary.6d640284e","@firebase/logger":"0.2.6-canary.6d640284e","@firebase/util":"0.3.4-canary.6d640284e","@firebase/webchannel-wrapper":"0.4.1-canary.6d640284e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.6d640284e","@firebase/app-types":"0.6.1-canary.6d640284e"},"devDependencies":{"@firebase/app":"0.6.13-canary.6d640284e","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-canary.6d640284e","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"b6a954f11e8e6da35e000afb854d603eb78a6145","size":5473803,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-canary.6d640284e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-canary.6d640284e_1607022950724_0.8892547140799565"},"_hasShrinkwrap":false,"publish_time":1607022951058,"_cnpm_publish_time":1607022951058,"contributors":[]},"0.0.900-exp.6d640284e":{"name":"@firebase/firestore","version":"0.0.900-exp.6d640284e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.0.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.900-exp.6d640284e","@firebase/app-types":"0.0.900-exp.6d640284e"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.6d640284e","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"1e6060d5e922908b105fb6586153ed21ff4b12ac","size":8720357,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.6d640284e.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.6d640284e_1607022063503_0.9142228367074485"},"_hasShrinkwrap":false,"publish_time":1607022064075,"_cnpm_publish_time":1607022064075,"contributors":[]},"0.0.900-exp.93d8dc084":{"name":"@firebase/firestore","version":"0.0.900-exp.93d8dc084","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.0.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.900-exp.93d8dc084","@firebase/app-types":"0.0.900-exp.93d8dc084"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.93d8dc084","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"1ca2d7a4bb50605ccc1ba2c9c070ddf9470d522c","size":8720357,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.93d8dc084.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.93d8dc084_1607018919605_0.07599619716355366"},"_hasShrinkwrap":false,"publish_time":1607018920083,"_cnpm_publish_time":1607018920083,"contributors":[]},"2.0.4-canary.93d8dc084":{"name":"@firebase/firestore","version":"2.0.4-canary.93d8dc084","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.93d8dc084","@firebase/firestore-types":"2.0.0-canary.93d8dc084","@firebase/logger":"0.2.6-canary.93d8dc084","@firebase/util":"0.3.4-canary.93d8dc084","@firebase/webchannel-wrapper":"0.4.1-canary.93d8dc084","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.93d8dc084","@firebase/app-types":"0.6.1-canary.93d8dc084"},"devDependencies":{"@firebase/app":"0.6.13-canary.93d8dc084","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-canary.93d8dc084","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"147268f5a7f6f230bcc26c6c21f698b3c624ece2","size":5473811,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-canary.93d8dc084.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-canary.93d8dc084_1607017698245_0.13674143741611888"},"_hasShrinkwrap":false,"publish_time":1607017698668,"_cnpm_publish_time":1607017698668,"contributors":[]},"2.0.4-canary.f2562c292":{"name":"@firebase/firestore","version":"2.0.4-canary.f2562c292","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.f2562c292","@firebase/firestore-types":"2.0.0-canary.f2562c292","@firebase/logger":"0.2.6-canary.f2562c292","@firebase/util":"0.3.4-canary.f2562c292","@firebase/webchannel-wrapper":"0.4.1-canary.f2562c292","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.f2562c292","@firebase/app-types":"0.6.1-canary.f2562c292"},"devDependencies":{"@firebase/app":"0.6.13-canary.f2562c292","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-canary.f2562c292","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"101dd620af631e403264177e4152f7cc55b76f3c","size":5473812,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-canary.f2562c292.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-canary.f2562c292_1607012790231_0.5300033245088558"},"_hasShrinkwrap":false,"publish_time":1607012790560,"_cnpm_publish_time":1607012790560,"contributors":[]},"2.0.4-canary.09c537ddc":{"name":"@firebase/firestore","version":"2.0.4-canary.09c537ddc","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.09c537ddc","@firebase/firestore-types":"2.0.0-canary.09c537ddc","@firebase/logger":"0.2.6-canary.09c537ddc","@firebase/util":"0.3.4-canary.09c537ddc","@firebase/webchannel-wrapper":"0.4.1-canary.09c537ddc","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.09c537ddc","@firebase/app-types":"0.6.1-canary.09c537ddc"},"devDependencies":{"@firebase/app":"0.6.13-canary.09c537ddc","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-canary.09c537ddc","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"0452261047200b5e9ff446f16a8194097f756a64","size":5473801,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-canary.09c537ddc.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-canary.09c537ddc_1606934133368_0.36097044675855106"},"_hasShrinkwrap":false,"publish_time":1606934133661,"_cnpm_publish_time":1606934133661,"contributors":[]},"2.0.5-2020112174150":{"name":"@firebase/firestore","version":"2.0.5-2020112174150","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.0.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.5-2020112174150","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"95e8c1d0b35ced02f723b3cc9c75a227466c08d2","size":5473930,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.5-2020112174150.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.5-2020112174150_1606931493069_0.24883930715197744"},"_hasShrinkwrap":false,"publish_time":1606931493419,"_cnpm_publish_time":1606931493419,"contributors":[]},"2.0.4-canary.daea03258":{"name":"@firebase/firestore","version":"2.0.4-canary.daea03258","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.daea03258","@firebase/firestore-types":"2.0.0-canary.daea03258","@firebase/logger":"0.2.6-canary.daea03258","@firebase/util":"0.3.4-canary.daea03258","@firebase/webchannel-wrapper":"0.4.1-canary.daea03258","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.daea03258","@firebase/app-types":"0.6.1-canary.daea03258"},"devDependencies":{"@firebase/app":"0.6.13-canary.daea03258","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-canary.daea03258","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"a6a4830fca8e5b9c3c716c639e998c7b28793e77","size":5473814,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-canary.daea03258.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-canary.daea03258_1606929260193_0.4164157473139496"},"_hasShrinkwrap":false,"publish_time":1606929260503,"_cnpm_publish_time":1606929260503,"contributors":[]},"2.0.4-canary.11563b227":{"name":"@firebase/firestore","version":"2.0.4-canary.11563b227","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.11563b227","@firebase/firestore-types":"2.0.0-canary.11563b227","@firebase/logger":"0.2.6-canary.11563b227","@firebase/util":"0.3.4-canary.11563b227","@firebase/webchannel-wrapper":"0.4.1-canary.11563b227","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.11563b227","@firebase/app-types":"0.6.1-canary.11563b227"},"devDependencies":{"@firebase/app":"0.6.13-canary.11563b227","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-canary.11563b227","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"0d92f1e35053b1fd094789dccc53bdcf0878e307","size":5473808,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-canary.11563b227.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-canary.11563b227_1606928327687_0.018168791488192282"},"_hasShrinkwrap":false,"publish_time":1606928328015,"_cnpm_publish_time":1606928328015,"contributors":[]},"2.0.4-canary.1849b0d0f":{"name":"@firebase/firestore","version":"2.0.4-canary.1849b0d0f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.1849b0d0f","@firebase/firestore-types":"2.0.0-canary.1849b0d0f","@firebase/logger":"0.2.6-canary.1849b0d0f","@firebase/util":"0.3.4-canary.1849b0d0f","@firebase/webchannel-wrapper":"0.4.1-canary.1849b0d0f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.1849b0d0f","@firebase/app-types":"0.6.1-canary.1849b0d0f"},"devDependencies":{"@firebase/app":"0.6.13-canary.1849b0d0f","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-canary.1849b0d0f","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"ed5646760a29b27a3f8ccfd05b3dceba7e3702c1","size":5473799,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-canary.1849b0d0f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-canary.1849b0d0f_1606873060396_0.8609771381701676"},"_hasShrinkwrap":false,"publish_time":1606873061113,"_cnpm_publish_time":1606873061113,"contributors":[]},"2.0.4-canary.772c4d1b3":{"name":"@firebase/firestore","version":"2.0.4-canary.772c4d1b3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.772c4d1b3","@firebase/firestore-types":"2.0.0-canary.772c4d1b3","@firebase/logger":"0.2.6-canary.772c4d1b3","@firebase/util":"0.3.4-canary.772c4d1b3","@firebase/webchannel-wrapper":"0.4.1-canary.772c4d1b3","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.772c4d1b3","@firebase/app-types":"0.6.1-canary.772c4d1b3"},"devDependencies":{"@firebase/app":"0.6.13-canary.772c4d1b3","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-canary.772c4d1b3","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"00ff75d8ff1b1b14b396efbc08c880101b28db3f","size":5473681,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-canary.772c4d1b3.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-canary.772c4d1b3_1606872459828_0.2028626794593824"},"_hasShrinkwrap":false,"publish_time":1606872460220,"_cnpm_publish_time":1606872460220,"contributors":[]},"2.0.4-canary.694a29911":{"name":"@firebase/firestore","version":"2.0.4-canary.694a29911","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.694a29911","@firebase/firestore-types":"2.0.0-canary.694a29911","@firebase/logger":"0.2.6-canary.694a29911","@firebase/util":"0.3.4-canary.694a29911","@firebase/webchannel-wrapper":"0.4.1-canary.694a29911","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.694a29911","@firebase/app-types":"0.6.1-canary.694a29911"},"devDependencies":{"@firebase/app":"0.6.13-canary.694a29911","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-canary.694a29911","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"17bf4e0ae412716c12745b36d04b9c0213a9dfba","size":5473683,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-canary.694a29911.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-canary.694a29911_1606870559888_0.9596078983946461"},"_hasShrinkwrap":false,"publish_time":1606870560169,"_cnpm_publish_time":1606870560169,"contributors":[]},"2.0.4-canary.568214182":{"name":"@firebase/firestore","version":"2.0.4-canary.568214182","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json && run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.568214182","@firebase/firestore-types":"2.0.0-canary.568214182","@firebase/logger":"0.2.6-canary.568214182","@firebase/util":"0.3.4-canary.568214182","@firebase/webchannel-wrapper":"0.4.1-canary.568214182","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.568214182","@firebase/app-types":"0.6.1-canary.568214182"},"devDependencies":{"@firebase/app":"0.6.13-canary.568214182","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-canary.568214182","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"c7a721cb95ab56e26d86b748a0006458bfff6758","size":5473693,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-canary.568214182.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-canary.568214182_1606870422326_0.5251130355044584"},"_hasShrinkwrap":false,"publish_time":1606870422687,"_cnpm_publish_time":1606870422687,"contributors":[]},"2.0.4-canary.b87cfd13d":{"name":"@firebase/firestore","version":"2.0.4-canary.b87cfd13d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"api-report:exp":"(cd exp; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/exp/private.d.ts --output dist/exp/index.d.ts","api-report:lite":"(cd lite; api-extractor run --local --verbose) && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/prune-dts.ts --input dist/lite/private.d.ts --output dist/lite/index.d.ts","bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json && run-p api-report:exp api-report:lite","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","prebuild:release":"yarn prebuild","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report:exp && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"yarn api-report:lite && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.b87cfd13d","@firebase/firestore-types":"2.0.0-canary.b87cfd13d","@firebase/logger":"0.2.6-canary.b87cfd13d","@firebase/util":"0.3.4-canary.b87cfd13d","@firebase/webchannel-wrapper":"0.4.1-canary.b87cfd13d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.b87cfd13d","@firebase/app-types":"0.6.1-canary.b87cfd13d"},"devDependencies":{"@firebase/app":"0.6.13-canary.b87cfd13d","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/eslint":"7.2.5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-canary.b87cfd13d","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"37ba2e9ac6bda626eb0ff39ea2c4f6cb517e0d2d","size":5473384,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-canary.b87cfd13d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-canary.b87cfd13d_1606781819740_0.7039494189411315"},"_hasShrinkwrap":false,"publish_time":1606781820245,"_cnpm_publish_time":1606781820245,"contributors":[]},"2.0.4-canary.9c61afe3c":{"name":"@firebase/firestore","version":"2.0.4-canary.9c61afe3c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.9c61afe3c","@firebase/firestore-types":"2.0.0-canary.9c61afe3c","@firebase/logger":"0.2.6-canary.9c61afe3c","@firebase/util":"0.3.4-canary.9c61afe3c","@firebase/webchannel-wrapper":"0.4.1-canary.9c61afe3c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.9c61afe3c","@firebase/app-types":"0.6.1-canary.9c61afe3c"},"devDependencies":{"@firebase/app":"0.6.13-canary.9c61afe3c","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-canary.9c61afe3c","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"ad0fd31b21b9afcd24c8034157879b4c6e0e0a2e","size":5307179,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-canary.9c61afe3c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-canary.9c61afe3c_1606330325781_0.9029255918402144"},"_hasShrinkwrap":false,"publish_time":1606330326111,"_cnpm_publish_time":1606330326111,"contributors":[]},"2.0.4-canary.ddb7993dd":{"name":"@firebase/firestore","version":"2.0.4-canary.ddb7993dd","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.ddb7993dd","@firebase/firestore-types":"2.0.0-canary.ddb7993dd","@firebase/logger":"0.2.6-canary.ddb7993dd","@firebase/util":"0.3.4-canary.ddb7993dd","@firebase/webchannel-wrapper":"0.4.1-canary.ddb7993dd","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.ddb7993dd","@firebase/app-types":"0.6.1-canary.ddb7993dd"},"devDependencies":{"@firebase/app":"0.6.13-canary.ddb7993dd","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-canary.ddb7993dd","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"f2bdae3c6073e46f5ba4dd2de47ce8478710c1eb","size":5308310,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-canary.ddb7993dd.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-canary.ddb7993dd_1606263821242_0.10923498409063459"},"_hasShrinkwrap":false,"publish_time":1606263821619,"_cnpm_publish_time":1606263821619,"contributors":[]},"2.0.4-canary.83affbf30":{"name":"@firebase/firestore","version":"2.0.4-canary.83affbf30","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.83affbf30","@firebase/firestore-types":"2.0.0-canary.83affbf30","@firebase/logger":"0.2.6-canary.83affbf30","@firebase/util":"0.3.4-canary.83affbf30","@firebase/webchannel-wrapper":"0.4.1-canary.83affbf30","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.83affbf30","@firebase/app-types":"0.6.1-canary.83affbf30"},"devDependencies":{"@firebase/app":"0.6.13-canary.83affbf30","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-canary.83affbf30","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"845e48230209a38d2fa6234cdc53b3bf796602aa","size":5308333,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-canary.83affbf30.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-canary.83affbf30_1606263757127_0.4786068335409217"},"_hasShrinkwrap":false,"publish_time":1606263757488,"_cnpm_publish_time":1606263757488,"contributors":[]},"2.0.4-canary.c76e1ffb8":{"name":"@firebase/firestore","version":"2.0.4-canary.c76e1ffb8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.c76e1ffb8","@firebase/firestore-types":"2.0.0-canary.c76e1ffb8","@firebase/logger":"0.2.6-canary.c76e1ffb8","@firebase/util":"0.3.4-canary.c76e1ffb8","@firebase/webchannel-wrapper":"0.4.1-canary.c76e1ffb8","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.c76e1ffb8","@firebase/app-types":"0.6.1-canary.c76e1ffb8"},"devDependencies":{"@firebase/app":"0.6.13-canary.c76e1ffb8","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-canary.c76e1ffb8","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"61eb609bb8c908714a35a07983dc39921f4a7eee","size":5308273,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-canary.c76e1ffb8.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-canary.c76e1ffb8_1606238588863_0.33390409929378184"},"_hasShrinkwrap":false,"publish_time":1606238589119,"_cnpm_publish_time":1606238589119,"contributors":[]},"2.0.4-canary.6358fd076":{"name":"@firebase/firestore","version":"2.0.4-canary.6358fd076","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.6358fd076","@firebase/firestore-types":"2.0.0-canary.6358fd076","@firebase/logger":"0.2.6-canary.6358fd076","@firebase/util":"0.3.4-canary.6358fd076","@firebase/webchannel-wrapper":"0.4.1-canary.6358fd076","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.6358fd076","@firebase/app-types":"0.6.1-canary.6358fd076"},"devDependencies":{"@firebase/app":"0.6.13-canary.6358fd076","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-canary.6358fd076","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"b53143ab9308b52e3fdc5f7e037361e49682ae5d","size":5310384,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-canary.6358fd076.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-canary.6358fd076_1606185361777_0.6120918229991157"},"_hasShrinkwrap":false,"publish_time":1606185362139,"_cnpm_publish_time":1606185362139,"contributors":[]},"2.0.4-canary.be56cd87a":{"name":"@firebase/firestore","version":"2.0.4-canary.be56cd87a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.be56cd87a","@firebase/firestore-types":"2.0.0-canary.be56cd87a","@firebase/logger":"0.2.6-canary.be56cd87a","@firebase/util":"0.3.4-canary.be56cd87a","@firebase/webchannel-wrapper":"0.4.1-canary.be56cd87a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.be56cd87a","@firebase/app-types":"0.6.1-canary.be56cd87a"},"devDependencies":{"@firebase/app":"0.6.13-canary.be56cd87a","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-canary.be56cd87a","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"4da1c7ea26239f47166239df420a23f6f851a806","size":5302643,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-canary.be56cd87a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-canary.be56cd87a_1606175686618_0.8630624633103452"},"_hasShrinkwrap":false,"publish_time":1606175687150,"_cnpm_publish_time":1606175687150,"contributors":[]},"2.0.4-canary.912744fcd":{"name":"@firebase/firestore","version":"2.0.4-canary.912744fcd","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.912744fcd","@firebase/firestore-types":"2.0.0-canary.912744fcd","@firebase/logger":"0.2.6-canary.912744fcd","@firebase/util":"0.3.4-canary.912744fcd","@firebase/webchannel-wrapper":"0.4.1-canary.912744fcd","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.912744fcd","@firebase/app-types":"0.6.1-canary.912744fcd"},"devDependencies":{"@firebase/app":"0.6.13-canary.912744fcd","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-canary.912744fcd","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"c3f447062fb74aabdcb67b79b5e035b99a6c4663","size":5302677,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-canary.912744fcd.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-canary.912744fcd_1606174643147_0.13764411226358564"},"_hasShrinkwrap":false,"publish_time":1606174643475,"_cnpm_publish_time":1606174643475,"contributors":[]},"2.0.3-canary.80d19e2f6":{"name":"@firebase/firestore","version":"2.0.3-canary.80d19e2f6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.80d19e2f6","@firebase/firestore-types":"2.0.0-canary.80d19e2f6","@firebase/logger":"0.2.6-canary.80d19e2f6","@firebase/util":"0.3.4-canary.80d19e2f6","@firebase/webchannel-wrapper":"0.4.0-canary.80d19e2f6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.80d19e2f6","@firebase/app-types":"0.6.1-canary.80d19e2f6"},"devDependencies":{"@firebase/app":"0.6.13-canary.80d19e2f6","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.3-canary.80d19e2f6","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"79c4759fc629a48e59bbbf7bdc2d7b21451180f5","size":5302593,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.3-canary.80d19e2f6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.3-canary.80d19e2f6_1606164138807_0.5086541332128844"},"_hasShrinkwrap":false,"publish_time":1606164139290,"_cnpm_publish_time":1606164139290,"contributors":[]},"2.0.3-canary.3045a0e16":{"name":"@firebase/firestore","version":"2.0.3-canary.3045a0e16","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.3045a0e16","@firebase/firestore-types":"2.0.0-canary.3045a0e16","@firebase/logger":"0.2.6-canary.3045a0e16","@firebase/util":"0.3.4-canary.3045a0e16","@firebase/webchannel-wrapper":"0.4.0-canary.3045a0e16","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.3045a0e16","@firebase/app-types":"0.6.1-canary.3045a0e16"},"devDependencies":{"@firebase/app":"0.6.13-canary.3045a0e16","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.3-canary.3045a0e16","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"2ef2cf34f07b23c16c5dfdd5120deeb9e800eb52","size":5297267,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.3-canary.3045a0e16.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.3-canary.3045a0e16_1606162674010_0.02657671093942726"},"_hasShrinkwrap":false,"publish_time":1606162674352,"_cnpm_publish_time":1606162674352,"contributors":[]},"2.0.3-canary.3d5354021":{"name":"@firebase/firestore","version":"2.0.3-canary.3d5354021","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.3d5354021","@firebase/firestore-types":"2.0.0-canary.3d5354021","@firebase/logger":"0.2.6-canary.3d5354021","@firebase/util":"0.3.4-canary.3d5354021","@firebase/webchannel-wrapper":"0.4.0-canary.3d5354021","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.3d5354021","@firebase/app-types":"0.6.1-canary.3d5354021"},"devDependencies":{"@firebase/app":"0.6.13-canary.3d5354021","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.3-canary.3d5354021","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"c50d6a427dcaf9ef6aca1f1b6527828000b10ffd","size":5297276,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.3-canary.3d5354021.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.3-canary.3d5354021_1606046181905_0.759268366833932"},"_hasShrinkwrap":false,"publish_time":1606046182170,"_cnpm_publish_time":1606046182170,"contributors":[]},"2.0.3-canary.4ffb6649c":{"name":"@firebase/firestore","version":"2.0.3-canary.4ffb6649c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.4ffb6649c","@firebase/firestore-types":"2.0.0-canary.4ffb6649c","@firebase/logger":"0.2.6-canary.4ffb6649c","@firebase/util":"0.3.4-canary.4ffb6649c","@firebase/webchannel-wrapper":"0.4.0-canary.4ffb6649c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.4ffb6649c","@firebase/app-types":"0.6.1-canary.4ffb6649c"},"devDependencies":{"@firebase/app":"0.6.13-canary.4ffb6649c","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.3-canary.4ffb6649c","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"f4efc0de49d7562b62f5c83e886144157fa40d84","size":5297021,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.3-canary.4ffb6649c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.3-canary.4ffb6649c_1605918767632_0.5061065098473796"},"_hasShrinkwrap":false,"publish_time":1605918768051,"_cnpm_publish_time":1605918768051,"contributors":[]},"2.0.3-canary.3a19f9e69":{"name":"@firebase/firestore","version":"2.0.3-canary.3a19f9e69","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.3a19f9e69","@firebase/firestore-types":"2.0.0-canary.3a19f9e69","@firebase/logger":"0.2.6-canary.3a19f9e69","@firebase/util":"0.3.4-canary.3a19f9e69","@firebase/webchannel-wrapper":"0.4.0-canary.3a19f9e69","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.3a19f9e69","@firebase/app-types":"0.6.1-canary.3a19f9e69"},"devDependencies":{"@firebase/app":"0.6.13-canary.3a19f9e69","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.3-canary.3a19f9e69","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"c112e42b230989b80ad60f6550555a33c6b2a533","size":5289502,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.3-canary.3a19f9e69.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.3-canary.3a19f9e69_1605889095214_0.28251895426909734"},"_hasShrinkwrap":false,"publish_time":1605889095691,"_cnpm_publish_time":1605889095691,"contributors":[]},"2.0.4":{"name":"@firebase/firestore","version":"2.0.4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.0.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"c4be6f3540f607fd8e200cfba83c4997c29447fe","size":5289075,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4_1605837049734_0.01645407726330017"},"_hasShrinkwrap":false,"publish_time":1605837050049,"_cnpm_publish_time":1605837050049,"contributors":[]},"2.0.4-2020102005919":{"name":"@firebase/firestore","version":"2.0.4-2020102005919","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.0.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.1-2020102005919","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.4-2020102005919","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"54b1915294efa5569c11c2720ba6d6732675c8d8","size":5289582,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.4-2020102005919.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.4-2020102005919_1605834243924_0.6164105422485544"},"_hasShrinkwrap":false,"publish_time":1605834244309,"_cnpm_publish_time":1605834244309,"contributors":[]},"2.0.3-canary.bab4e1935":{"name":"@firebase/firestore","version":"2.0.3-canary.bab4e1935","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.bab4e1935","@firebase/firestore-types":"2.0.0-canary.bab4e1935","@firebase/logger":"0.2.6-canary.bab4e1935","@firebase/util":"0.3.4-canary.bab4e1935","@firebase/webchannel-wrapper":"0.4.0-canary.bab4e1935","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.bab4e1935","@firebase/app-types":"0.6.1-canary.bab4e1935"},"devDependencies":{"@firebase/app":"0.6.13-canary.bab4e1935","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.3-canary.bab4e1935","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"880148cc2d70e5a22fa43dc9203090e4451e8525","size":5289485,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.3-canary.bab4e1935.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.3-canary.bab4e1935_1605833875012_0.9741081859330236"},"_hasShrinkwrap":false,"publish_time":1605833875385,"_cnpm_publish_time":1605833875385,"contributors":[]},"2.0.3-canary.4f6313262":{"name":"@firebase/firestore","version":"2.0.3-canary.4f6313262","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.4f6313262","@firebase/firestore-types":"2.0.0-canary.4f6313262","@firebase/logger":"0.2.6-canary.4f6313262","@firebase/util":"0.3.4-canary.4f6313262","@firebase/webchannel-wrapper":"0.4.0-canary.4f6313262","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.4f6313262","@firebase/app-types":"0.6.1-canary.4f6313262"},"devDependencies":{"@firebase/app":"0.6.13-canary.4f6313262","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.3-canary.4f6313262","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"884af55a62dfd37cfa2656c8bb8da70a25c1c66f","size":5289521,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.3-canary.4f6313262.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.3-canary.4f6313262_1605832282112_0.9354979096653901"},"_hasShrinkwrap":false,"publish_time":1605832282459,"_cnpm_publish_time":1605832282459,"contributors":[]},"2.0.3-canary.3c3c5fa4c":{"name":"@firebase/firestore","version":"2.0.3-canary.3c3c5fa4c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.3c3c5fa4c","@firebase/firestore-types":"2.0.0-canary.3c3c5fa4c","@firebase/logger":"0.2.6-canary.3c3c5fa4c","@firebase/util":"0.3.4-canary.3c3c5fa4c","@firebase/webchannel-wrapper":"0.4.0-canary.3c3c5fa4c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.3c3c5fa4c","@firebase/app-types":"0.6.1-canary.3c3c5fa4c"},"devDependencies":{"@firebase/app":"0.6.13-canary.3c3c5fa4c","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.3-canary.3c3c5fa4c","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"eb8758b6970eccea70950cd58f781a7c2483a2ca","size":5289495,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.3-canary.3c3c5fa4c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.3-canary.3c3c5fa4c_1605828629239_0.1497558962495653"},"_hasShrinkwrap":false,"publish_time":1605828629573,"_cnpm_publish_time":1605828629573,"contributors":[]},"2.0.2-canary.b3ee391f7":{"name":"@firebase/firestore","version":"2.0.2-canary.b3ee391f7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.b3ee391f7","@firebase/firestore-types":"2.0.0-canary.b3ee391f7","@firebase/logger":"0.2.6-canary.b3ee391f7","@firebase/util":"0.3.4-canary.b3ee391f7","@firebase/webchannel-wrapper":"0.4.0-canary.b3ee391f7","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.b3ee391f7","@firebase/app-types":"0.6.1-canary.b3ee391f7"},"devDependencies":{"@firebase/app":"0.6.13-canary.b3ee391f7","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.2-canary.b3ee391f7","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"c3a4361fa01543d3983d3dd9fa8c9532bc5898a2","size":5289304,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.2-canary.b3ee391f7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.2-canary.b3ee391f7_1605826800538_0.8045646222518807"},"_hasShrinkwrap":false,"publish_time":1605826800805,"_cnpm_publish_time":1605826800805,"contributors":[]},"2.0.3":{"name":"@firebase/firestore","version":"2.0.3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.0.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.3","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"e8031f43a0f3bfb93ea89c76368821329ebc7fc3","size":5289682,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.3.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.3_1605825628702_0.06118788464868219"},"_hasShrinkwrap":false,"publish_time":1605825629024,"_cnpm_publish_time":1605825629024,"contributors":[]},"2.0.2-canary.9822e125c":{"name":"@firebase/firestore","version":"2.0.2-canary.9822e125c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.9822e125c","@firebase/firestore-types":"2.0.0-canary.9822e125c","@firebase/logger":"0.2.6-canary.9822e125c","@firebase/util":"0.3.4-canary.9822e125c","@firebase/webchannel-wrapper":"0.4.0-canary.9822e125c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.9822e125c","@firebase/app-types":"0.6.1-canary.9822e125c"},"devDependencies":{"@firebase/app":"0.6.13-canary.9822e125c","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.2-canary.9822e125c","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"de85fb0c1d7321505ef2c3e1ae058883327149e1","size":5289316,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.2-canary.9822e125c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.2-canary.9822e125c_1605810666573_0.25762984251829923"},"_hasShrinkwrap":false,"publish_time":1605810666892,"_cnpm_publish_time":1605810666892,"contributors":[]},"2.0.2-canary.27438f138":{"name":"@firebase/firestore","version":"2.0.2-canary.27438f138","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.27438f138","@firebase/firestore-types":"2.0.0-canary.27438f138","@firebase/logger":"0.2.6-canary.27438f138","@firebase/util":"0.3.4-canary.27438f138","@firebase/webchannel-wrapper":"0.4.0-canary.27438f138","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.27438f138","@firebase/app-types":"0.6.1-canary.27438f138"},"devDependencies":{"@firebase/app":"0.6.13-canary.27438f138","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.2-canary.27438f138","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"86936583cbaba6b78dff49deefc289ec19498ddf","size":5287021,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.2-canary.27438f138.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.2-canary.27438f138_1605803741040_0.7745359280210564"},"_hasShrinkwrap":false,"publish_time":1605803741280,"_cnpm_publish_time":1605803741280,"contributors":[]},"2.0.2-canary.d934f74d6":{"name":"@firebase/firestore","version":"2.0.2-canary.d934f74d6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.d934f74d6","@firebase/firestore-types":"2.0.0-canary.d934f74d6","@firebase/logger":"0.2.6-canary.d934f74d6","@firebase/util":"0.3.4-canary.d934f74d6","@firebase/webchannel-wrapper":"0.4.0-canary.d934f74d6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.d934f74d6","@firebase/app-types":"0.6.1-canary.d934f74d6"},"devDependencies":{"@firebase/app":"0.6.13-canary.d934f74d6","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.2-canary.d934f74d6","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"a275d7cec2548bc48b916a49fa2938e39e1e7d4b","size":5289437,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.2-canary.d934f74d6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.2-canary.d934f74d6_1605725417766_0.6570663489214914"},"_hasShrinkwrap":false,"publish_time":1605725418211,"_cnpm_publish_time":1605725418211,"contributors":[]},"2.0.3-202010180421":{"name":"@firebase/firestore","version":"2.0.3-202010180421","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.0.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.3-202010180421","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"2c04e5920a54215e6c8a0cab26bad5119f523dba","size":5290045,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.3-202010180421.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.3-202010180421_1605658277772_0.5916323375054149"},"_hasShrinkwrap":false,"publish_time":1605658278162,"_cnpm_publish_time":1605658278162,"contributors":[]},"2.0.2-canary.0c4f7944a":{"name":"@firebase/firestore","version":"2.0.2-canary.0c4f7944a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.0c4f7944a","@firebase/firestore-types":"2.0.0-canary.0c4f7944a","@firebase/logger":"0.2.6-canary.0c4f7944a","@firebase/util":"0.3.4-canary.0c4f7944a","@firebase/webchannel-wrapper":"0.4.0-canary.0c4f7944a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.0c4f7944a","@firebase/app-types":"0.6.1-canary.0c4f7944a"},"devDependencies":{"@firebase/app":"0.6.13-canary.0c4f7944a","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.2-canary.0c4f7944a","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"b36b997c674b69f1ee59429ec32cd274d68207b8","size":5289891,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.2-canary.0c4f7944a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.2-canary.0c4f7944a_1605653123722_0.7185879940660291"},"_hasShrinkwrap":false,"publish_time":1605653124081,"_cnpm_publish_time":1605653124081,"contributors":[]},"2.0.2-canary.34973cde2":{"name":"@firebase/firestore","version":"2.0.2-canary.34973cde2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.34973cde2","@firebase/firestore-types":"2.0.0-canary.34973cde2","@firebase/logger":"0.2.6-canary.34973cde2","@firebase/util":"0.3.4-canary.34973cde2","@firebase/webchannel-wrapper":"0.4.0-canary.34973cde2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.34973cde2","@firebase/app-types":"0.6.1-canary.34973cde2"},"devDependencies":{"@firebase/app":"0.6.13-canary.34973cde2","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.2-canary.34973cde2","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"d7f830e23f62bdbc0d8ffaf38bda86eb9348ae45","size":5289886,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.2-canary.34973cde2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.2-canary.34973cde2_1605652612151_0.3813964158437224"},"_hasShrinkwrap":false,"publish_time":1605652612562,"_cnpm_publish_time":1605652612562,"contributors":[]},"2.0.2-canary.fc9de467b":{"name":"@firebase/firestore","version":"2.0.2-canary.fc9de467b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.fc9de467b","@firebase/firestore-types":"2.0.0-canary.fc9de467b","@firebase/logger":"0.2.6-canary.fc9de467b","@firebase/util":"0.3.4-canary.fc9de467b","@firebase/webchannel-wrapper":"0.4.0-canary.fc9de467b","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.fc9de467b","@firebase/app-types":"0.6.1-canary.fc9de467b"},"devDependencies":{"@firebase/app":"0.6.13-canary.fc9de467b","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.2-canary.fc9de467b","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"a3465462143aa0e76fae8d1a84c8783727a1d046","size":5289885,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.2-canary.fc9de467b.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.2-canary.fc9de467b_1605642874637_0.7890412886002391"},"_hasShrinkwrap":false,"publish_time":1605642875010,"_cnpm_publish_time":1605642875010,"contributors":[]},"2.0.2-canary.d5baaff23":{"name":"@firebase/firestore","version":"2.0.2-canary.d5baaff23","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.d5baaff23","@firebase/firestore-types":"2.0.0-canary.d5baaff23","@firebase/logger":"0.2.6-canary.d5baaff23","@firebase/util":"0.3.4-canary.d5baaff23","@firebase/webchannel-wrapper":"0.4.0-canary.d5baaff23","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.d5baaff23","@firebase/app-types":"0.6.1-canary.d5baaff23"},"devDependencies":{"@firebase/app":"0.6.13-canary.d5baaff23","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.33.2","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.2-canary.d5baaff23","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"187c1fe6760860c2b14e23ef67551b5ba6d1d3a6","size":5289877,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.2-canary.d5baaff23.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.2-canary.d5baaff23_1605642820858_0.682582044050067"},"_hasShrinkwrap":false,"publish_time":1605642821230,"_cnpm_publish_time":1605642821230,"contributors":[]},"2.0.2-canary.4da7606a0":{"name":"@firebase/firestore","version":"2.0.2-canary.4da7606a0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.4da7606a0","@firebase/firestore-types":"2.0.0-canary.4da7606a0","@firebase/logger":"0.2.6-canary.4da7606a0","@firebase/util":"0.3.4-canary.4da7606a0","@firebase/webchannel-wrapper":"0.4.0-canary.4da7606a0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.4da7606a0","@firebase/app-types":"0.6.1-canary.4da7606a0"},"devDependencies":{"@firebase/app":"0.6.13-canary.4da7606a0","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.2-canary.4da7606a0","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"0308b964c8d5b17cb445a2853fa6360bc3811c06","size":5289881,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.2-canary.4da7606a0.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.2-canary.4da7606a0_1605642738445_0.1334117680909106"},"_hasShrinkwrap":false,"publish_time":1605642738804,"_cnpm_publish_time":1605642738804,"contributors":[]},"2.0.2-canary.1d306453f":{"name":"@firebase/firestore","version":"2.0.2-canary.1d306453f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.1d306453f","@firebase/firestore-types":"2.0.0-canary.1d306453f","@firebase/logger":"0.2.6-canary.1d306453f","@firebase/util":"0.3.4-canary.1d306453f","@firebase/webchannel-wrapper":"0.4.0-canary.1d306453f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.1d306453f","@firebase/app-types":"0.6.1-canary.1d306453f"},"devDependencies":{"@firebase/app":"0.6.13-canary.1d306453f","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.2-canary.1d306453f","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"d59772cc764aac49b8205e468ca42099186e4be1","size":5289872,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.2-canary.1d306453f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.2-canary.1d306453f_1605640003473_0.7146686504565969"},"_hasShrinkwrap":false,"publish_time":1605640003884,"_cnpm_publish_time":1605640003884,"contributors":[]},"2.0.2-canary.7bb22733f":{"name":"@firebase/firestore","version":"2.0.2-canary.7bb22733f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.7bb22733f","@firebase/firestore-types":"2.0.0-canary.7bb22733f","@firebase/logger":"0.2.6-canary.7bb22733f","@firebase/util":"0.3.4-canary.7bb22733f","@firebase/webchannel-wrapper":"0.4.0-canary.7bb22733f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.7bb22733f","@firebase/app-types":"0.6.1-canary.7bb22733f"},"devDependencies":{"@firebase/app":"0.6.13-canary.7bb22733f","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.2-canary.7bb22733f","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"f085fc1303171b96543a7c907088512b4deb2a87","size":5289893,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.2-canary.7bb22733f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.2-canary.7bb22733f_1605639270438_0.3008632688898216"},"_hasShrinkwrap":false,"publish_time":1605639270801,"_cnpm_publish_time":1605639270801,"contributors":[]},"2.0.2-canary.e0bf3f70b":{"name":"@firebase/firestore","version":"2.0.2-canary.e0bf3f70b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.e0bf3f70b","@firebase/firestore-types":"2.0.0-canary.e0bf3f70b","@firebase/logger":"0.2.6-canary.e0bf3f70b","@firebase/util":"0.3.4-canary.e0bf3f70b","@firebase/webchannel-wrapper":"0.4.0-canary.e0bf3f70b","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.e0bf3f70b","@firebase/app-types":"0.6.1-canary.e0bf3f70b"},"devDependencies":{"@firebase/app":"0.6.13-canary.e0bf3f70b","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.2-canary.e0bf3f70b","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"62f2b28e84d428af73052a1267f1d2270b8332a3","size":5289867,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.2-canary.e0bf3f70b.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.2-canary.e0bf3f70b_1605634993426_0.10058052563440278"},"_hasShrinkwrap":false,"publish_time":1605634993666,"_cnpm_publish_time":1605634993666,"contributors":[]},"2.0.2-canary.6a154eb13":{"name":"@firebase/firestore","version":"2.0.2-canary.6a154eb13","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.6a154eb13","@firebase/firestore-types":"2.0.0-canary.6a154eb13","@firebase/logger":"0.2.6-canary.6a154eb13","@firebase/util":"0.3.4-canary.6a154eb13","@firebase/webchannel-wrapper":"0.4.0-canary.6a154eb13","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.6a154eb13","@firebase/app-types":"0.6.1-canary.6a154eb13"},"devDependencies":{"@firebase/app":"0.6.13-canary.6a154eb13","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.2-canary.6a154eb13","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"ad9708562beb4ab0505d817b00980a880e7fb3b8","size":5289823,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.2-canary.6a154eb13.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.2-canary.6a154eb13_1605557439782_0.9848544539258632"},"_hasShrinkwrap":false,"publish_time":1605557440027,"_cnpm_publish_time":1605557440027,"contributors":[]},"2.0.2-canary.6cd65fca4":{"name":"@firebase/firestore","version":"2.0.2-canary.6cd65fca4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.6cd65fca4","@firebase/firestore-types":"2.0.0-canary.6cd65fca4","@firebase/logger":"0.2.6-canary.6cd65fca4","@firebase/util":"0.3.4-canary.6cd65fca4","@firebase/webchannel-wrapper":"0.4.0-canary.6cd65fca4","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.6cd65fca4","@firebase/app-types":"0.6.1-canary.6cd65fca4"},"devDependencies":{"@firebase/app":"0.6.13-canary.6cd65fca4","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.2-canary.6cd65fca4","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"095f138a026bbfcec97aaf7739c5544ec994804b","size":5281927,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.2-canary.6cd65fca4.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.2-canary.6cd65fca4_1605551259552_0.6359115752825479"},"_hasShrinkwrap":false,"publish_time":1605551259796,"_cnpm_publish_time":1605551259796,"contributors":[]},"2.0.2-canary.6c6c49ad6":{"name":"@firebase/firestore","version":"2.0.2-canary.6c6c49ad6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.6c6c49ad6","@firebase/firestore-types":"2.0.0-canary.6c6c49ad6","@firebase/logger":"0.2.6-canary.6c6c49ad6","@firebase/util":"0.3.4-canary.6c6c49ad6","@firebase/webchannel-wrapper":"0.4.0-canary.6c6c49ad6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.6c6c49ad6","@firebase/app-types":"0.6.1-canary.6c6c49ad6"},"devDependencies":{"@firebase/app":"0.6.13-canary.6c6c49ad6","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.2-canary.6c6c49ad6","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"618fd4bddf4e518988675c1b50b49ab335500936","size":5277711,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.2-canary.6c6c49ad6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.2-canary.6c6c49ad6_1605297445689_0.5385322882637285"},"_hasShrinkwrap":false,"publish_time":1605297446029,"_cnpm_publish_time":1605297446029,"contributors":[]},"2.0.2-canary.ad44c195b":{"name":"@firebase/firestore","version":"2.0.2-canary.ad44c195b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.ad44c195b","@firebase/firestore-types":"2.0.0-canary.ad44c195b","@firebase/logger":"0.2.6-canary.ad44c195b","@firebase/util":"0.3.4-canary.ad44c195b","@firebase/webchannel-wrapper":"0.4.0-canary.ad44c195b","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.ad44c195b","@firebase/app-types":"0.6.1-canary.ad44c195b"},"devDependencies":{"@firebase/app":"0.6.13-canary.ad44c195b","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.2-canary.ad44c195b","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"d1ab8601fc423d6ccd0c6aa4326be021cafdff2e","size":5255788,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.2-canary.ad44c195b.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.2-canary.ad44c195b_1605289069721_0.5820677292912666"},"_hasShrinkwrap":false,"publish_time":1605289070009,"_cnpm_publish_time":1605289070009,"contributors":[]},"2.0.2":{"name":"@firebase/firestore","version":"2.0.2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.0.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.2","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"300e7430a08d8c8779471e43c892a2cefe405b62","size":5255319,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.2.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.2_1605227407450_0.25035166507970263"},"_hasShrinkwrap":false,"publish_time":1605227407816,"_cnpm_publish_time":1605227407816,"contributors":[]},"2.0.1-canary.5b2d1073a":{"name":"@firebase/firestore","version":"2.0.1-canary.5b2d1073a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.5b2d1073a","@firebase/firestore-types":"2.0.0-canary.5b2d1073a","@firebase/logger":"0.2.6-canary.5b2d1073a","@firebase/util":"0.3.4-canary.5b2d1073a","@firebase/webchannel-wrapper":"0.4.0-canary.5b2d1073a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.5b2d1073a","@firebase/app-types":"0.6.1-canary.5b2d1073a"},"devDependencies":{"@firebase/app":"0.6.13-canary.5b2d1073a","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.1-canary.5b2d1073a","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"f4dbf78391ff745c4e0e39516ec4e0af07c24282","size":5255594,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.1-canary.5b2d1073a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.1-canary.5b2d1073a_1605225480128_0.3929209175954125"},"_hasShrinkwrap":false,"publish_time":1605225480542,"_cnpm_publish_time":1605225480542,"contributors":[]},"2.0.2-20201012233953":{"name":"@firebase/firestore","version":"2.0.2-20201012233953","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.0.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.2-20201012233953","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"037e6015dfbb03d8085b23d54129327a5a691d02","size":5255840,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.2-20201012233953.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.2-20201012233953_1605225137650_0.017593079190078464"},"_hasShrinkwrap":false,"publish_time":1605225138008,"_cnpm_publish_time":1605225138008,"contributors":[]},"2.0.1-canary.5ba4c2670":{"name":"@firebase/firestore","version":"2.0.1-canary.5ba4c2670","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.5ba4c2670","@firebase/firestore-types":"2.0.0-canary.5ba4c2670","@firebase/logger":"0.2.6-canary.5ba4c2670","@firebase/util":"0.3.4-canary.5ba4c2670","@firebase/webchannel-wrapper":"0.4.0-canary.5ba4c2670","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.5ba4c2670","@firebase/app-types":"0.6.1-canary.5ba4c2670"},"devDependencies":{"@firebase/app":"0.6.13-canary.5ba4c2670","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.1-canary.5ba4c2670","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"c10816ec3bab97b74347d7f05fdeec7499b15186","size":5255602,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.1-canary.5ba4c2670.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.1-canary.5ba4c2670_1605223930915_0.05104732268101686"},"_hasShrinkwrap":false,"publish_time":1605223931208,"_cnpm_publish_time":1605223931208,"contributors":[]},"2.0.1-canary.f69db37ca":{"name":"@firebase/firestore","version":"2.0.1-canary.f69db37ca","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.f69db37ca","@firebase/firestore-types":"2.0.0-canary.f69db37ca","@firebase/logger":"0.2.6-canary.f69db37ca","@firebase/util":"0.3.4-canary.f69db37ca","@firebase/webchannel-wrapper":"0.4.0-canary.f69db37ca","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.f69db37ca","@firebase/app-types":"0.6.1-canary.f69db37ca"},"devDependencies":{"@firebase/app":"0.6.13-canary.f69db37ca","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.1-canary.f69db37ca","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"d6377c191047c37429d3260a73fcd5a069987a69","size":5263855,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.1-canary.f69db37ca.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.1-canary.f69db37ca_1605223874766_0.3488017124855489"},"_hasShrinkwrap":false,"publish_time":1605223875138,"_cnpm_publish_time":1605223875138,"contributors":[]},"2.0.1-canary.743a244c6":{"name":"@firebase/firestore","version":"2.0.1-canary.743a244c6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.743a244c6","@firebase/firestore-types":"2.0.0-canary.743a244c6","@firebase/logger":"0.2.6-canary.743a244c6","@firebase/util":"0.3.4-canary.743a244c6","@firebase/webchannel-wrapper":"0.4.0-canary.743a244c6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.743a244c6","@firebase/app-types":"0.6.1-canary.743a244c6"},"devDependencies":{"@firebase/app":"0.6.13-canary.743a244c6","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.1-canary.743a244c6","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"22ee260df5c9e26ce97b637f888939ba1cfc8d75","size":5263867,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.1-canary.743a244c6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.1-canary.743a244c6_1605220456843_0.7869271599743777"},"_hasShrinkwrap":false,"publish_time":1605220457196,"_cnpm_publish_time":1605220457196,"contributors":[]},"2.0.1-canary.6dffdf2eb":{"name":"@firebase/firestore","version":"2.0.1-canary.6dffdf2eb","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.6dffdf2eb","@firebase/firestore-types":"2.0.0-canary.6dffdf2eb","@firebase/logger":"0.2.6-canary.6dffdf2eb","@firebase/util":"0.3.4-canary.6dffdf2eb","@firebase/webchannel-wrapper":"0.4.0-canary.6dffdf2eb","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.6dffdf2eb","@firebase/app-types":"0.6.1-canary.6dffdf2eb"},"devDependencies":{"@firebase/app":"0.6.13-canary.6dffdf2eb","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.1-canary.6dffdf2eb","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"aac6b75defbd6ab38f6bc09b4a6dd8567348e4e1","size":5267818,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.1-canary.6dffdf2eb.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.1-canary.6dffdf2eb_1605211011543_0.6254161836457939"},"_hasShrinkwrap":false,"publish_time":1605211011944,"_cnpm_publish_time":1605211011944,"contributors":[]},"2.0.1-canary.eff049b75":{"name":"@firebase/firestore","version":"2.0.1-canary.eff049b75","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.eff049b75","@firebase/firestore-types":"2.0.0-canary.eff049b75","@firebase/logger":"0.2.6-canary.eff049b75","@firebase/util":"0.3.4-canary.eff049b75","@firebase/webchannel-wrapper":"0.4.0-canary.eff049b75","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.eff049b75","@firebase/app-types":"0.6.1-canary.eff049b75"},"devDependencies":{"@firebase/app":"0.6.13-canary.eff049b75","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.1-canary.eff049b75","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"b176f35641db342cdaf2f6dc527f68699a135b16","size":5158277,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.1-canary.eff049b75.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.1-canary.eff049b75_1605202393156_0.625685666855053"},"_hasShrinkwrap":false,"publish_time":1605202393362,"_cnpm_publish_time":1605202393362,"contributors":[]},"2.0.1-canary.c2b215c19":{"name":"@firebase/firestore","version":"2.0.1-canary.c2b215c19","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.c2b215c19","@firebase/firestore-types":"2.0.0-canary.c2b215c19","@firebase/logger":"0.2.6-canary.c2b215c19","@firebase/util":"0.3.4-canary.c2b215c19","@firebase/webchannel-wrapper":"0.4.0-canary.c2b215c19","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.c2b215c19","@firebase/app-types":"0.6.1-canary.c2b215c19"},"devDependencies":{"@firebase/app":"0.6.13-canary.c2b215c19","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.1-canary.c2b215c19","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"7e77098071ee20a697db68f3fd1b8db9b41c462d","size":5158300,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.1-canary.c2b215c19.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.1-canary.c2b215c19_1605145872611_0.7672761464780284"},"_hasShrinkwrap":false,"publish_time":1605145872992,"_cnpm_publish_time":1605145872992,"contributors":[]},"2.0.1-canary.d2adf4e3e":{"name":"@firebase/firestore","version":"2.0.1-canary.d2adf4e3e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.d2adf4e3e","@firebase/firestore-types":"2.0.0-canary.d2adf4e3e","@firebase/logger":"0.2.6-canary.d2adf4e3e","@firebase/util":"0.3.4-canary.d2adf4e3e","@firebase/webchannel-wrapper":"0.4.0-canary.d2adf4e3e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.d2adf4e3e","@firebase/app-types":"0.6.1-canary.d2adf4e3e"},"devDependencies":{"@firebase/app":"0.6.13-canary.d2adf4e3e","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.1-canary.d2adf4e3e","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"3fbd303e186b06fc8e43f539e760c61a0d97027a","size":5158257,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.1-canary.d2adf4e3e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.1-canary.d2adf4e3e_1605130828691_0.4228245147582417"},"_hasShrinkwrap":false,"publish_time":1605130829072,"_cnpm_publish_time":1605130829072,"contributors":[]},"2.0.1-canary.8602cda89":{"name":"@firebase/firestore","version":"2.0.1-canary.8602cda89","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.8602cda89","@firebase/firestore-types":"2.0.0-canary.8602cda89","@firebase/logger":"0.2.6-canary.8602cda89","@firebase/util":"0.3.4-canary.8602cda89","@firebase/webchannel-wrapper":"0.4.0-canary.8602cda89","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.8602cda89","@firebase/app-types":"0.6.1-canary.8602cda89"},"devDependencies":{"@firebase/app":"0.6.13-canary.8602cda89","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.1-canary.8602cda89","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"1b4c10f3682fe80d7824da7aa4656d933f40d01f","size":5149027,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.1-canary.8602cda89.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.1-canary.8602cda89_1605125308790_0.5726403872471661"},"_hasShrinkwrap":false,"publish_time":1605125309108,"_cnpm_publish_time":1605125309108,"contributors":[]},"2.0.1-canary.a4507adb5":{"name":"@firebase/firestore","version":"2.0.1-canary.a4507adb5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.a4507adb5","@firebase/firestore-types":"2.0.0-canary.a4507adb5","@firebase/logger":"0.2.6-canary.a4507adb5","@firebase/util":"0.3.4-canary.a4507adb5","@firebase/webchannel-wrapper":"0.4.0-canary.a4507adb5","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.a4507adb5","@firebase/app-types":"0.6.1-canary.a4507adb5"},"devDependencies":{"@firebase/app":"0.6.13-canary.a4507adb5","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.1-canary.a4507adb5","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"f088abc170b3aae411848e245dc84e86eaa0490f","size":5149027,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.1-canary.a4507adb5.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.1-canary.a4507adb5_1605118819037_0.5767504850340808"},"_hasShrinkwrap":false,"publish_time":1605118819376,"_cnpm_publish_time":1605118819376,"contributors":[]},"2.0.1-canary.47b182b91":{"name":"@firebase/firestore","version":"2.0.1-canary.47b182b91","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.47b182b91","@firebase/firestore-types":"2.0.0-canary.47b182b91","@firebase/logger":"0.2.6-canary.47b182b91","@firebase/util":"0.3.4-canary.47b182b91","@firebase/webchannel-wrapper":"0.4.0-canary.47b182b91","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.47b182b91","@firebase/app-types":"0.6.1-canary.47b182b91"},"devDependencies":{"@firebase/app":"0.6.13-canary.47b182b91","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.1-canary.47b182b91","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"211b052aa3512871dca900f4765bfb8511858ce6","size":5149039,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.1-canary.47b182b91.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.1-canary.47b182b91_1605051999396_0.29132841944173005"},"_hasShrinkwrap":false,"publish_time":1605051999830,"_cnpm_publish_time":1605051999830,"contributors":[]},"2.0.1-canary.82ef45bfc":{"name":"@firebase/firestore","version":"2.0.1-canary.82ef45bfc","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.82ef45bfc","@firebase/firestore-types":"2.0.0-canary.82ef45bfc","@firebase/logger":"0.2.6-canary.82ef45bfc","@firebase/util":"0.3.4-canary.82ef45bfc","@firebase/webchannel-wrapper":"0.4.0-canary.82ef45bfc","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.82ef45bfc","@firebase/app-types":"0.6.1-canary.82ef45bfc"},"devDependencies":{"@firebase/app":"0.6.13-canary.82ef45bfc","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.1-canary.82ef45bfc","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"27296fe3a641bfc1fa3451c9e9c1aef0702923f8","size":5149024,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.1-canary.82ef45bfc.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.1-canary.82ef45bfc_1605048424812_0.5404507545003192"},"_hasShrinkwrap":false,"publish_time":1605048425117,"_cnpm_publish_time":1605048425117,"contributors":[]},"2.0.2-20201010222127":{"name":"@firebase/firestore","version":"2.0.2-20201010222127","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.0.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.2-20201010222127","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"8aa80879c95e79858a60b9482947e0b29ce301dd","size":5149088,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.2-20201010222127.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.2-20201010222127_1605048322509_0.12021851028249886"},"_hasShrinkwrap":false,"publish_time":1605048322806,"_cnpm_publish_time":1605048322806,"contributors":[]},"2.0.1-canary.f676f6790":{"name":"@firebase/firestore","version":"2.0.1-canary.f676f6790","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.f676f6790","@firebase/firestore-types":"2.0.0-canary.f676f6790","@firebase/logger":"0.2.6-canary.f676f6790","@firebase/util":"0.3.4-canary.f676f6790","@firebase/webchannel-wrapper":"0.4.0-canary.f676f6790","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.f676f6790","@firebase/app-types":"0.6.1-canary.f676f6790"},"devDependencies":{"@firebase/app":"0.6.13-canary.f676f6790","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.1-canary.f676f6790","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"9e48c5e6cb214263a656b30cd553c84b5749b6df","size":5149010,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.1-canary.f676f6790.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.1-canary.f676f6790_1605037667079_0.04011130369815841"},"_hasShrinkwrap":false,"publish_time":1605037667370,"_cnpm_publish_time":1605037667370,"contributors":[]},"2.0.1-canary.484e90a1d":{"name":"@firebase/firestore","version":"2.0.1-canary.484e90a1d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.484e90a1d","@firebase/firestore-types":"2.0.0-canary.484e90a1d","@firebase/logger":"0.2.6-canary.484e90a1d","@firebase/util":"0.3.4-canary.484e90a1d","@firebase/webchannel-wrapper":"0.4.0-canary.484e90a1d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.484e90a1d","@firebase/app-types":"0.6.1-canary.484e90a1d"},"devDependencies":{"@firebase/app":"0.6.13-canary.484e90a1d","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.1-canary.484e90a1d","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"b94f8a9a51ea6e73039759165e1c1a8eccbaabf8","size":5149022,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.1-canary.484e90a1d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.1-canary.484e90a1d_1604962433813_0.915650471892129"},"_hasShrinkwrap":false,"publish_time":1604962434102,"_cnpm_publish_time":1604962434102,"contributors":[]},"2.0.1-canary.6be9225fc":{"name":"@firebase/firestore","version":"2.0.1-canary.6be9225fc","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.6be9225fc","@firebase/firestore-types":"2.0.0-canary.6be9225fc","@firebase/logger":"0.2.6-canary.6be9225fc","@firebase/util":"0.3.4-canary.6be9225fc","@firebase/webchannel-wrapper":"0.4.0-canary.6be9225fc","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.6be9225fc","@firebase/app-types":"0.6.1-canary.6be9225fc"},"devDependencies":{"@firebase/app":"0.6.13-canary.6be9225fc","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.1-canary.6be9225fc","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"5b42e1d6d6cb13691c2270007ec8786ce56f3fc8","size":4989445,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.1-canary.6be9225fc.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.1-canary.6be9225fc_1604945400486_0.22813872375587296"},"_hasShrinkwrap":false,"publish_time":1604945400710,"_cnpm_publish_time":1604945400710,"contributors":[]},"2.0.1-canary.2d325e77e":{"name":"@firebase/firestore","version":"2.0.1-canary.2d325e77e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.2d325e77e","@firebase/firestore-types":"2.0.0-canary.2d325e77e","@firebase/logger":"0.2.6-canary.2d325e77e","@firebase/util":"0.3.4-canary.2d325e77e","@firebase/webchannel-wrapper":"0.4.0-canary.2d325e77e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.2d325e77e","@firebase/app-types":"0.6.1-canary.2d325e77e"},"devDependencies":{"@firebase/app":"0.6.13-canary.2d325e77e","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.1-canary.2d325e77e","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"3de26e3c91264073b33f752d9bbd70f5d5443a74","size":4989590,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.1-canary.2d325e77e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.1-canary.2d325e77e_1604703443771_0.8384713797142922"},"_hasShrinkwrap":false,"publish_time":1604703444060,"_cnpm_publish_time":1604703444060,"contributors":[]},"2.0.1-canary.f9dc50e35":{"name":"@firebase/firestore","version":"2.0.1-canary.f9dc50e35","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.f9dc50e35","@firebase/firestore-types":"2.0.0-canary.f9dc50e35","@firebase/logger":"0.2.6-canary.f9dc50e35","@firebase/util":"0.3.4-canary.f9dc50e35","@firebase/webchannel-wrapper":"0.4.0-canary.f9dc50e35","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.f9dc50e35","@firebase/app-types":"0.6.1-canary.f9dc50e35"},"devDependencies":{"@firebase/app":"0.6.13-canary.f9dc50e35","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.1-canary.f9dc50e35","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"9c6278455cc6d70c85d5af824e082dd083afc028","size":4989587,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.1-canary.f9dc50e35.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.1-canary.f9dc50e35_1604624319084_0.06962775966462376"},"_hasShrinkwrap":false,"publish_time":1604624319477,"_cnpm_publish_time":1604624319477,"contributors":[]},"2.0.1-canary.996004f65":{"name":"@firebase/firestore","version":"2.0.1-canary.996004f65","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-canary.996004f65","@firebase/firestore-types":"2.0.0-canary.996004f65","@firebase/logger":"0.2.6-canary.996004f65","@firebase/util":"0.3.4-canary.996004f65","@firebase/webchannel-wrapper":"0.4.0-canary.996004f65","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-canary.996004f65","@firebase/app-types":"0.6.1-canary.996004f65"},"devDependencies":{"@firebase/app":"0.6.13-canary.996004f65","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.1-canary.996004f65","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"91432daa29c35ec7e5f7a4bb5610d5acdea6bdcc","size":4989607,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.1-canary.996004f65.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.1-canary.996004f65_1604611562764_0.38086583507328675"},"_hasShrinkwrap":false,"publish_time":1604611563102,"_cnpm_publish_time":1604611563102,"contributors":[]},"2.0.1":{"name":"@firebase/firestore","version":"2.0.1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21","@firebase/firestore-types":"2.0.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/webchannel-wrapper":"0.4.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.13","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.1","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"2d4734ecd5d165582eedea8487849c5535a55c0e","size":4861566,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.1.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.1_1604608067443_0.0431090617809371"},"_hasShrinkwrap":false,"publish_time":1604608067732,"_cnpm_publish_time":1604608067732,"contributors":[]},"2.0.0-canary.c47ba31d0":{"name":"@firebase/firestore","version":"2.0.0-canary.c47ba31d0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.c47ba31d0","@firebase/firestore-types":"2.0.0-canary.c47ba31d0","@firebase/logger":"0.2.6-canary.c47ba31d0","@firebase/util":"0.3.3-canary.c47ba31d0","@firebase/webchannel-wrapper":"0.4.0-canary.c47ba31d0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.c47ba31d0","@firebase/app-types":"0.6.1-canary.c47ba31d0"},"devDependencies":{"@firebase/app":"0.6.12-canary.c47ba31d0","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.33.1","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.c47ba31d0","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"4ecce2b2ebca9d670a02599feb727a82fdd3866c","size":4989442,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.c47ba31d0.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.c47ba31d0_1604604062481_0.969936452372695"},"_hasShrinkwrap":false,"publish_time":1604604062712,"_cnpm_publish_time":1604604062712,"contributors":[]},"2.0.0-canary.14d023db7":{"name":"@firebase/firestore","version":"2.0.0-canary.14d023db7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.14d023db7","@firebase/firestore-types":"2.0.0-canary.14d023db7","@firebase/logger":"0.2.6-canary.14d023db7","@firebase/util":"0.3.3-canary.14d023db7","@firebase/webchannel-wrapper":"0.4.0-canary.14d023db7","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.14d023db7","@firebase/app-types":"0.6.1-canary.14d023db7"},"devDependencies":{"@firebase/app":"0.6.12-canary.14d023db7","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.14d023db7","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"556acc7e3680e4e8a30fd1fc45f68c124c2c6b54","size":4989452,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.14d023db7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.14d023db7_1604538419492_0.3825211968597233"},"_hasShrinkwrap":false,"publish_time":1604538419846,"_cnpm_publish_time":1604538419846,"contributors":[]},"2.0.0-canary.9d424f5da":{"name":"@firebase/firestore","version":"2.0.0-canary.9d424f5da","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.9d424f5da","@firebase/firestore-types":"2.0.0-canary.9d424f5da","@firebase/logger":"0.2.6-canary.9d424f5da","@firebase/util":"0.3.3-canary.9d424f5da","@firebase/webchannel-wrapper":"0.4.0-canary.9d424f5da","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.9d424f5da","@firebase/app-types":"0.6.1-canary.9d424f5da"},"devDependencies":{"@firebase/app":"0.6.12-canary.9d424f5da","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.9d424f5da","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"4113526309532bec4c98baaf4428310744f1709e","size":4988483,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.9d424f5da.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.9d424f5da_1604532432216_0.170432865253884"},"_hasShrinkwrap":false,"publish_time":1604532432513,"_cnpm_publish_time":1604532432513,"contributors":[]},"2.0.0-canary.39847b8ec":{"name":"@firebase/firestore","version":"2.0.0-canary.39847b8ec","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.39847b8ec","@firebase/firestore-types":"2.0.0-canary.39847b8ec","@firebase/logger":"0.2.6-canary.39847b8ec","@firebase/util":"0.3.3-canary.39847b8ec","@firebase/webchannel-wrapper":"0.4.0-canary.39847b8ec","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.39847b8ec","@firebase/app-types":"0.6.1-canary.39847b8ec"},"devDependencies":{"@firebase/app":"0.6.12-canary.39847b8ec","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.39847b8ec","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"b52bf5f1fdd6480a4465980ba4d4af2bbd110a74","size":4861860,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.39847b8ec.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.39847b8ec_1604518237959_0.5157316612953844"},"_hasShrinkwrap":false,"publish_time":1604518238342,"_cnpm_publish_time":1604518238342,"contributors":[]},"2.0.0-canary.86971662c":{"name":"@firebase/firestore","version":"2.0.0-canary.86971662c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.86971662c","@firebase/firestore-types":"2.0.0-canary.86971662c","@firebase/logger":"0.2.6-canary.86971662c","@firebase/util":"0.3.3-canary.86971662c","@firebase/webchannel-wrapper":"0.4.0-canary.86971662c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.86971662c","@firebase/app-types":"0.6.1-canary.86971662c"},"devDependencies":{"@firebase/app":"0.6.12-canary.86971662c","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.86971662c","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"9c3196137fafda54c3a050963d00416a1eb3bdf4","size":4861863,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.86971662c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.86971662c_1604446395564_0.5579741521055321"},"_hasShrinkwrap":false,"publish_time":1604446395864,"_cnpm_publish_time":1604446395864,"contributors":[]},"2.0.1-2020103231751":{"name":"@firebase/firestore","version":"2.0.1-2020103231751","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.21-2020103231751","@firebase/firestore-types":"2.0.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4-2020103231751","@firebase/webchannel-wrapper":"0.4.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.13-2020103231751","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.13-2020103231751","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.1-2020103231751","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"9ecc2eaaa383fb78990711a9d99a2ccb3d069cf8","size":4862018,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.1-2020103231751.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.1-2020103231751_1604446031093_0.9527776122233598"},"_hasShrinkwrap":false,"publish_time":1604446031469,"_cnpm_publish_time":1604446031469,"contributors":[]},"2.0.0-canary.007ddd1eb":{"name":"@firebase/firestore","version":"2.0.0-canary.007ddd1eb","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.007ddd1eb","@firebase/firestore-types":"2.0.0-canary.007ddd1eb","@firebase/logger":"0.2.6-canary.007ddd1eb","@firebase/util":"0.3.3-canary.007ddd1eb","@firebase/webchannel-wrapper":"0.4.0-canary.007ddd1eb","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.007ddd1eb","@firebase/app-types":"0.6.1-canary.007ddd1eb"},"devDependencies":{"@firebase/app":"0.6.12-canary.007ddd1eb","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.007ddd1eb","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"79bae97ea37ce94aa4055cde1e6e6c9b6ffa89cf","size":4861839,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.007ddd1eb.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.007ddd1eb_1604428842965_0.5777695405590453"},"_hasShrinkwrap":false,"publish_time":1604428843289,"_cnpm_publish_time":1604428843289,"contributors":[]},"2.0.0-canary.d7c6d6213":{"name":"@firebase/firestore","version":"2.0.0-canary.d7c6d6213","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.d7c6d6213","@firebase/firestore-types":"2.0.0-canary.d7c6d6213","@firebase/logger":"0.2.6-canary.d7c6d6213","@firebase/util":"0.3.3-canary.d7c6d6213","@firebase/webchannel-wrapper":"0.4.0-canary.d7c6d6213","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.d7c6d6213","@firebase/app-types":"0.6.1-canary.d7c6d6213"},"devDependencies":{"@firebase/app":"0.6.12-canary.d7c6d6213","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.d7c6d6213","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"3969f3a4806ea54d5e67f50d1e51873596478b62","size":4861839,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.d7c6d6213.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.d7c6d6213_1604424479903_0.261323639786216"},"_hasShrinkwrap":false,"publish_time":1604424480164,"_cnpm_publish_time":1604424480164,"contributors":[]},"2.0.0-canary.a74a1d167":{"name":"@firebase/firestore","version":"2.0.0-canary.a74a1d167","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.a74a1d167","@firebase/firestore-types":"2.0.0-canary.a74a1d167","@firebase/logger":"0.2.6-canary.a74a1d167","@firebase/util":"0.3.3-canary.a74a1d167","@firebase/webchannel-wrapper":"0.4.0-canary.a74a1d167","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.a74a1d167","@firebase/app-types":"0.6.1-canary.a74a1d167"},"devDependencies":{"@firebase/app":"0.6.12-canary.a74a1d167","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.a74a1d167","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"ab6fce3e9e76131804c6643f70cd798ebc6a933e","size":4861846,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.a74a1d167.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.a74a1d167_1604368768285_0.7010538438067122"},"_hasShrinkwrap":false,"publish_time":1604368768623,"_cnpm_publish_time":1604368768623,"contributors":[]},"2.0.0-canary.6ef39d4d3":{"name":"@firebase/firestore","version":"2.0.0-canary.6ef39d4d3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.6ef39d4d3","@firebase/firestore-types":"2.0.0-canary.6ef39d4d3","@firebase/logger":"0.2.6-canary.6ef39d4d3","@firebase/util":"0.3.3-canary.6ef39d4d3","@firebase/webchannel-wrapper":"0.4.0-canary.6ef39d4d3","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.6ef39d4d3","@firebase/app-types":"0.6.1-canary.6ef39d4d3"},"devDependencies":{"@firebase/app":"0.6.12-canary.6ef39d4d3","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.6ef39d4d3","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"6f085a57d6c1fbb5f813ce7290761acdf5902d33","size":4861851,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.6ef39d4d3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.6ef39d4d3_1604077804815_0.15530766075334923"},"_hasShrinkwrap":false,"publish_time":1604077805111,"_cnpm_publish_time":1604077805111,"contributors":[]},"2.0.0-canary.2ac31a1db":{"name":"@firebase/firestore","version":"2.0.0-canary.2ac31a1db","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.2ac31a1db","@firebase/firestore-types":"2.0.0-canary.2ac31a1db","@firebase/logger":"0.2.6-canary.2ac31a1db","@firebase/util":"0.3.3-canary.2ac31a1db","@firebase/webchannel-wrapper":"0.4.0-canary.2ac31a1db","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.2ac31a1db","@firebase/app-types":"0.6.1-canary.2ac31a1db"},"devDependencies":{"@firebase/app":"0.6.12-canary.2ac31a1db","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.2ac31a1db","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"2d65e2330ef0a372587f1538f9c80b66b170d574","size":4861836,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.2ac31a1db.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.2ac31a1db_1604012196292_0.775897159881362"},"_hasShrinkwrap":false,"publish_time":1604012196532,"_cnpm_publish_time":1604012196532,"contributors":[]},"2.0.0-canary.54a46f89c":{"name":"@firebase/firestore","version":"2.0.0-canary.54a46f89c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.54a46f89c","@firebase/firestore-types":"2.0.0-canary.54a46f89c","@firebase/logger":"0.2.6-canary.54a46f89c","@firebase/util":"0.3.3-canary.54a46f89c","@firebase/webchannel-wrapper":"0.4.0-canary.54a46f89c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.54a46f89c","@firebase/app-types":"0.6.1-canary.54a46f89c"},"devDependencies":{"@firebase/app":"0.6.12-canary.54a46f89c","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.54a46f89c","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"18ad1cbcd41509453402415c278490cab37dc40c","size":4861857,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.54a46f89c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.54a46f89c_1604009307683_0.2731826490456335"},"_hasShrinkwrap":false,"publish_time":1604009308177,"_cnpm_publish_time":1604009308177,"contributors":[]},"2.0.0-canary.f68ce2437":{"name":"@firebase/firestore","version":"2.0.0-canary.f68ce2437","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.f68ce2437","@firebase/firestore-types":"2.0.0-canary.f68ce2437","@firebase/logger":"0.2.6-canary.f68ce2437","@firebase/util":"0.3.3-canary.f68ce2437","@firebase/webchannel-wrapper":"0.4.0-canary.f68ce2437","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.f68ce2437","@firebase/app-types":"0.6.1-canary.f68ce2437"},"devDependencies":{"@firebase/app":"0.6.12-canary.f68ce2437","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.f68ce2437","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"c840a6525525cb05c16f67efb9c8917f096f8c33","size":4861859,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.f68ce2437.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.f68ce2437_1604006675097_0.7231377451945737"},"_hasShrinkwrap":false,"publish_time":1604006675538,"_cnpm_publish_time":1604006675538,"contributors":[]},"2.0.0-canary.3f6f5e491":{"name":"@firebase/firestore","version":"2.0.0-canary.3f6f5e491","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.3f6f5e491","@firebase/firestore-types":"2.0.0-canary.3f6f5e491","@firebase/logger":"0.2.6-canary.3f6f5e491","@firebase/util":"0.3.3-canary.3f6f5e491","@firebase/webchannel-wrapper":"0.4.0-canary.3f6f5e491","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.3f6f5e491","@firebase/app-types":"0.6.1-canary.3f6f5e491"},"devDependencies":{"@firebase/app":"0.6.12-canary.3f6f5e491","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.3f6f5e491","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"ae942eeb0c01fc8fb8ab9b4b02aea0c6ea6094b1","size":4861856,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.3f6f5e491.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.3f6f5e491_1604003021287_0.5854293912980439"},"_hasShrinkwrap":false,"publish_time":1604003021668,"_cnpm_publish_time":1604003021668,"contributors":[]},"2.0.0-canary.a7991f42f":{"name":"@firebase/firestore","version":"2.0.0-canary.a7991f42f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.a7991f42f","@firebase/firestore-types":"2.0.0-canary.a7991f42f","@firebase/logger":"0.2.6-canary.a7991f42f","@firebase/util":"0.3.3-canary.a7991f42f","@firebase/webchannel-wrapper":"0.4.0-canary.a7991f42f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.a7991f42f","@firebase/app-types":"0.6.1-canary.a7991f42f"},"devDependencies":{"@firebase/app":"0.6.12-canary.a7991f42f","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.a7991f42f","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"e14700cb4a63d32679c54bc0c4b35ba7dec5c347","size":4861855,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.a7991f42f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.a7991f42f_1604002337630_0.5878956428819377"},"_hasShrinkwrap":false,"publish_time":1604002337955,"_cnpm_publish_time":1604002337955,"contributors":[]},"2.0.0-canary.1cdd3ab34":{"name":"@firebase/firestore","version":"2.0.0-canary.1cdd3ab34","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.1cdd3ab34","@firebase/firestore-types":"2.0.0-canary.1cdd3ab34","@firebase/logger":"0.2.6-canary.1cdd3ab34","@firebase/util":"0.3.3-canary.1cdd3ab34","@firebase/webchannel-wrapper":"0.4.0-canary.1cdd3ab34","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.1cdd3ab34","@firebase/app-types":"0.6.1-canary.1cdd3ab34"},"devDependencies":{"@firebase/app":"0.6.12-canary.1cdd3ab34","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.1cdd3ab34","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"643a955b7a16afa47eb0a393b76db12f81d2c8d8","size":4861841,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.1cdd3ab34.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.1cdd3ab34_1604002119679_0.5906884635703311"},"_hasShrinkwrap":false,"publish_time":1604002120015,"_cnpm_publish_time":1604002120015,"contributors":[]},"2.0.0-canary.de5237f91":{"name":"@firebase/firestore","version":"2.0.0-canary.de5237f91","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.de5237f91","@firebase/firestore-types":"2.0.0-canary.de5237f91","@firebase/logger":"0.2.6-canary.de5237f91","@firebase/util":"0.3.3-canary.de5237f91","@firebase/webchannel-wrapper":"0.4.0-canary.de5237f91","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.de5237f91","@firebase/app-types":"0.6.1-canary.de5237f91"},"devDependencies":{"@firebase/app":"0.6.12-canary.de5237f91","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.de5237f91","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"ad29237c8f38f025c89c01545aaa6454a64a75c5","size":4861848,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.de5237f91.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.de5237f91_1603999301550_0.8357314529723214"},"_hasShrinkwrap":false,"publish_time":1603999301909,"_cnpm_publish_time":1603999301909,"contributors":[]},"2.0.0-canary.7e3846b0f":{"name":"@firebase/firestore","version":"2.0.0-canary.7e3846b0f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.7e3846b0f","@firebase/firestore-types":"2.0.0-canary.7e3846b0f","@firebase/logger":"0.2.6-canary.7e3846b0f","@firebase/util":"0.3.3-canary.7e3846b0f","@firebase/webchannel-wrapper":"0.4.0-canary.7e3846b0f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.7e3846b0f","@firebase/app-types":"0.6.1-canary.7e3846b0f"},"devDependencies":{"@firebase/app":"0.6.12-canary.7e3846b0f","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.7e3846b0f","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"c8cc341af7855262bc3c594df5bca7a29acedbbb","size":4861857,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.7e3846b0f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.7e3846b0f_1603996408962_0.4449125049961382"},"_hasShrinkwrap":false,"publish_time":1603996409340,"_cnpm_publish_time":1603996409340,"contributors":[]},"2.0.0-canary.0c602aa0a":{"name":"@firebase/firestore","version":"2.0.0-canary.0c602aa0a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.0c602aa0a","@firebase/firestore-types":"2.0.0-canary.0c602aa0a","@firebase/logger":"0.2.6-canary.0c602aa0a","@firebase/util":"0.3.3-canary.0c602aa0a","@firebase/webchannel-wrapper":"0.4.0-canary.0c602aa0a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.0c602aa0a","@firebase/app-types":"0.6.1-canary.0c602aa0a"},"devDependencies":{"@firebase/app":"0.6.12-canary.0c602aa0a","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.0c602aa0a","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"a324478b7c30c9e33b47be83f1c7682936479f88","size":4861836,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.0c602aa0a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.0c602aa0a_1603991796763_0.8779449658903087"},"_hasShrinkwrap":false,"publish_time":1603991797052,"_cnpm_publish_time":1603991797052,"contributors":[]},"2.0.0-canary.973cdfa7f":{"name":"@firebase/firestore","version":"2.0.0-canary.973cdfa7f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.973cdfa7f","@firebase/firestore-types":"2.0.0-canary.973cdfa7f","@firebase/logger":"0.2.6-canary.973cdfa7f","@firebase/util":"0.3.3-canary.973cdfa7f","@firebase/webchannel-wrapper":"0.4.0-canary.973cdfa7f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.973cdfa7f","@firebase/app-types":"0.6.1-canary.973cdfa7f"},"devDependencies":{"@firebase/app":"0.6.12-canary.973cdfa7f","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.973cdfa7f","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"4c03d5407b45fcb80d5f930377d39eb96248f384","size":4861847,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.973cdfa7f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.973cdfa7f_1603967569945_0.5527762648777907"},"_hasShrinkwrap":false,"publish_time":1603967570193,"_cnpm_publish_time":1603967570193,"contributors":[]},"2.0.0-canary.6f06d840e":{"name":"@firebase/firestore","version":"2.0.0-canary.6f06d840e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --browsers=Chrome --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.6f06d840e","@firebase/firestore-types":"2.0.0-canary.6f06d840e","@firebase/logger":"0.2.6-canary.6f06d840e","@firebase/util":"0.3.3-canary.6f06d840e","@firebase/webchannel-wrapper":"0.4.0-canary.6f06d840e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.6f06d840e","@firebase/app-types":"0.6.1-canary.6f06d840e"},"devDependencies":{"@firebase/app":"0.6.12-canary.6f06d840e","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.6f06d840e","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"353db1097dc1acfbfd21c87a62dd36d078f05a62","size":4861852,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.6f06d840e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.6f06d840e_1603930430224_0.7399118321647038"},"_hasShrinkwrap":false,"publish_time":1603930430671,"_cnpm_publish_time":1603930430671,"contributors":[]},"2.0.0-canary.878a1bff0":{"name":"@firebase/firestore","version":"2.0.0-canary.878a1bff0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.878a1bff0","@firebase/firestore-types":"2.0.0-canary.878a1bff0","@firebase/logger":"0.2.6-canary.878a1bff0","@firebase/util":"0.3.3-canary.878a1bff0","@firebase/webchannel-wrapper":"0.4.0-canary.878a1bff0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.878a1bff0","@firebase/app-types":"0.6.1-canary.878a1bff0"},"devDependencies":{"@firebase/app":"0.6.12-canary.878a1bff0","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.878a1bff0","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"7cccf0c15e01d810dee40828dc3afe87bc6d1ee7","size":4861846,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.878a1bff0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.878a1bff0_1603910267323_0.10158142480602228"},"_hasShrinkwrap":false,"publish_time":1603910267679,"_cnpm_publish_time":1603910267679,"contributors":[]},"2.0.0-canary.9c0a47f43":{"name":"@firebase/firestore","version":"2.0.0-canary.9c0a47f43","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.9c0a47f43","@firebase/firestore-types":"2.0.0-canary.9c0a47f43","@firebase/logger":"0.2.6-canary.9c0a47f43","@firebase/util":"0.3.3-canary.9c0a47f43","@firebase/webchannel-wrapper":"0.4.0-canary.9c0a47f43","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.9c0a47f43","@firebase/app-types":"0.6.1-canary.9c0a47f43"},"devDependencies":{"@firebase/app":"0.6.12-canary.9c0a47f43","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.9c0a47f43","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"05521550ecc72c4449da27b1c2a6959ea08215c7","size":4861853,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.9c0a47f43.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.9c0a47f43_1603907921002_0.8605798212549225"},"_hasShrinkwrap":false,"publish_time":1603907921336,"_cnpm_publish_time":1603907921336,"contributors":[]},"2.0.0-canary.b5e9d6ae8":{"name":"@firebase/firestore","version":"2.0.0-canary.b5e9d6ae8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.b5e9d6ae8","@firebase/firestore-types":"2.0.0-canary.b5e9d6ae8","@firebase/logger":"0.2.6-canary.b5e9d6ae8","@firebase/util":"0.3.3-canary.b5e9d6ae8","@firebase/webchannel-wrapper":"0.4.0-canary.b5e9d6ae8","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.b5e9d6ae8","@firebase/app-types":"0.6.1-canary.b5e9d6ae8"},"devDependencies":{"@firebase/app":"0.6.12-canary.b5e9d6ae8","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.b5e9d6ae8","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"27588bb85aa06483825bf17491d8b3cc8c330124","size":4861838,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.b5e9d6ae8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.b5e9d6ae8_1603905362012_0.5512694574875301"},"_hasShrinkwrap":false,"publish_time":1603905362325,"_cnpm_publish_time":1603905362325,"contributors":[]},"2.0.0-canary.8f3bb8038":{"name":"@firebase/firestore","version":"2.0.0-canary.8f3bb8038","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.8f3bb8038","@firebase/firestore-types":"2.0.0-canary.8f3bb8038","@firebase/logger":"0.2.6-canary.8f3bb8038","@firebase/util":"0.3.3-canary.8f3bb8038","@firebase/webchannel-wrapper":"0.4.0-canary.8f3bb8038","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.8f3bb8038","@firebase/app-types":"0.6.1-canary.8f3bb8038"},"devDependencies":{"@firebase/app":"0.6.12-canary.8f3bb8038","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.8f3bb8038","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"c33966de6dc90c33991fb24b840c63cbbb235fad","size":4861856,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.8f3bb8038.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.8f3bb8038_1603904492678_0.2507701181248545"},"_hasShrinkwrap":false,"publish_time":1603904492980,"_cnpm_publish_time":1603904492980,"contributors":[]},"2.0.0-canary.a8df66983":{"name":"@firebase/firestore","version":"2.0.0-canary.a8df66983","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.a8df66983","@firebase/firestore-types":"2.0.0-canary.a8df66983","@firebase/logger":"0.2.6-canary.a8df66983","@firebase/util":"0.3.3-canary.a8df66983","@firebase/webchannel-wrapper":"0.4.0-canary.a8df66983","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.a8df66983","@firebase/app-types":"0.6.1-canary.a8df66983"},"devDependencies":{"@firebase/app":"0.6.12-canary.a8df66983","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.a8df66983","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"6280d966521a1326ef90bdf49faa9b0010a309d0","size":4861856,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.a8df66983.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.a8df66983_1603904396632_0.2606259583876158"},"_hasShrinkwrap":false,"publish_time":1603904396938,"_cnpm_publish_time":1603904396938,"contributors":[]},"2.0.0-canary.8922f543c":{"name":"@firebase/firestore","version":"2.0.0-canary.8922f543c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.8922f543c","@firebase/firestore-types":"2.0.0-canary.8922f543c","@firebase/logger":"0.2.6-canary.8922f543c","@firebase/util":"0.3.3-canary.8922f543c","@firebase/webchannel-wrapper":"0.4.0-canary.8922f543c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.8922f543c","@firebase/app-types":"0.6.1-canary.8922f543c"},"devDependencies":{"@firebase/app":"0.6.12-canary.8922f543c","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.8922f543c","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"b035e565b963e7b8b6f772a54c11d7a879c147dd","size":4861856,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.8922f543c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.8922f543c_1603842207192_0.20446685424871291"},"_hasShrinkwrap":false,"publish_time":1603842207482,"_cnpm_publish_time":1603842207482,"contributors":[]},"2.0.0-canary.e0f296dd8":{"name":"@firebase/firestore","version":"2.0.0-canary.e0f296dd8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.e0f296dd8","@firebase/firestore-types":"2.0.0-canary.e0f296dd8","@firebase/logger":"0.2.6-canary.e0f296dd8","@firebase/util":"0.3.3-canary.e0f296dd8","@firebase/webchannel-wrapper":"0.4.0-canary.e0f296dd8","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.e0f296dd8","@firebase/app-types":"0.6.1-canary.e0f296dd8"},"devDependencies":{"@firebase/app":"0.6.12-canary.e0f296dd8","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.e0f296dd8","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"2a31dbdd3c59d9d4fbba9d1fcb7767813ff7b066","size":4899858,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.e0f296dd8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.e0f296dd8_1603835263513_0.49790338694208836"},"_hasShrinkwrap":false,"publish_time":1603835263789,"_cnpm_publish_time":1603835263789,"contributors":[]},"2.0.0-canary.9cf727fcc":{"name":"@firebase/firestore","version":"2.0.0-canary.9cf727fcc","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.9cf727fcc","@firebase/firestore-types":"2.0.0-canary.9cf727fcc","@firebase/logger":"0.2.6-canary.9cf727fcc","@firebase/util":"0.3.3-canary.9cf727fcc","@firebase/webchannel-wrapper":"0.4.0-canary.9cf727fcc","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.9cf727fcc","@firebase/app-types":"0.6.1-canary.9cf727fcc"},"devDependencies":{"@firebase/app":"0.6.12-canary.9cf727fcc","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.9cf727fcc","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"656188f895938bf9e703d457fec9ecf60b6f8655","size":4899802,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.9cf727fcc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.9cf727fcc_1603835222534_0.5980404379088204"},"_hasShrinkwrap":false,"publish_time":1603835222815,"_cnpm_publish_time":1603835222815,"contributors":[]},"2.0.0-canary.ab0f64357":{"name":"@firebase/firestore","version":"2.0.0-canary.ab0f64357","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.ab0f64357","@firebase/firestore-types":"2.0.0-canary.ab0f64357","@firebase/logger":"0.2.6-canary.ab0f64357","@firebase/util":"0.3.3-canary.ab0f64357","@firebase/webchannel-wrapper":"0.4.0-canary.ab0f64357","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.ab0f64357","@firebase/app-types":"0.6.1-canary.ab0f64357"},"devDependencies":{"@firebase/app":"0.6.12-canary.ab0f64357","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.ab0f64357","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"e6d046492fe1b42108ceac9902e033d689ea770c","size":4899814,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.ab0f64357.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.ab0f64357_1603834633698_0.014244122221455102"},"_hasShrinkwrap":false,"publish_time":1603834634057,"_cnpm_publish_time":1603834634057,"contributors":[]},"2.0.0-canary.8e9604f71":{"name":"@firebase/firestore","version":"2.0.0-canary.8e9604f71","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.8e9604f71","@firebase/firestore-types":"2.0.0-canary.8e9604f71","@firebase/logger":"0.2.6-canary.8e9604f71","@firebase/util":"0.3.3-canary.8e9604f71","@firebase/webchannel-wrapper":"0.4.0-canary.8e9604f71","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.8e9604f71","@firebase/app-types":"0.6.1-canary.8e9604f71"},"devDependencies":{"@firebase/app":"0.6.12-canary.8e9604f71","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.8e9604f71","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"33fc056c8ccf8262ef86541ad9d45a23664e863f","size":4896356,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.8e9604f71.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.8e9604f71_1603834456846_0.761941729235512"},"_hasShrinkwrap":false,"publish_time":1603834457287,"_cnpm_publish_time":1603834457287,"contributors":[]},"2.0.0-canary.a9ba7ba7c":{"name":"@firebase/firestore","version":"2.0.0-canary.a9ba7ba7c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.a9ba7ba7c","@firebase/firestore-types":"2.0.0-canary.a9ba7ba7c","@firebase/logger":"0.2.6-canary.a9ba7ba7c","@firebase/util":"0.3.3-canary.a9ba7ba7c","@firebase/webchannel-wrapper":"0.4.0-canary.a9ba7ba7c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.a9ba7ba7c","@firebase/app-types":"0.6.1-canary.a9ba7ba7c"},"devDependencies":{"@firebase/app":"0.6.12-canary.a9ba7ba7c","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.a9ba7ba7c","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"479027efdc5df1995979e61e728efc497573dc95","size":4896316,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.a9ba7ba7c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.a9ba7ba7c_1603747796110_0.9844950408603923"},"_hasShrinkwrap":false,"publish_time":1603747796386,"_cnpm_publish_time":1603747796386,"contributors":[]},"2.0.0-canary.519d2cf64":{"name":"@firebase/firestore","version":"2.0.0-canary.519d2cf64","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-canary.519d2cf64","@firebase/firestore-types":"2.0.0-canary.519d2cf64","@firebase/logger":"0.2.6-canary.519d2cf64","@firebase/util":"0.3.3-canary.519d2cf64","@firebase/webchannel-wrapper":"0.4.0-canary.519d2cf64","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-canary.519d2cf64","@firebase/app-types":"0.6.1-canary.519d2cf64"},"devDependencies":{"@firebase/app":"0.6.12-canary.519d2cf64","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-canary.519d2cf64","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"3dd60f7b885b13dba053c3e45475b989711db689","size":4896352,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-canary.519d2cf64.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-canary.519d2cf64_1603746894623_0.6066579834578882"},"_hasShrinkwrap":false,"publish_time":1603746894893,"_cnpm_publish_time":1603746894893,"contributors":[]},"2.0.0":{"name":"@firebase/firestore","version":"2.0.0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20","@firebase/firestore-types":"2.0.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.3","@firebase/webchannel-wrapper":"0.4.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.12","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"d12841165788da148299d73babec62bf8e16154e","size":4895960,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0_1603743276085_0.5654731312291408"},"_hasShrinkwrap":false,"publish_time":1603743276437,"_cnpm_publish_time":1603743276437,"contributors":[]},"2.0.0-2020926155854":{"name":"@firebase/firestore","version":"2.0.0-2020926155854","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-2020926155854","@firebase/firestore-types":"2.0.0-2020926155854","@firebase/logger":"0.2.6","@firebase/util":"0.3.3-2020926155854","@firebase/webchannel-wrapper":"0.4.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-2020926155854","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.12-2020926155854","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-2020926155854","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"e194b93724b58cc9f92a64409f0acf3675e50b79","size":4896365,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-2020926155854.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-2020926155854_1603728934335_0.191966487957814"},"_hasShrinkwrap":false,"publish_time":1603728934797,"_cnpm_publish_time":1603728934797,"contributors":[]},"1.18.0-canary.03e907092":{"name":"@firebase/firestore","version":"1.18.0-canary.03e907092","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.03e907092","@firebase/firestore-types":"1.14.0-canary.03e907092","@firebase/logger":"0.2.6-canary.03e907092","@firebase/util":"0.3.2-canary.03e907092","@firebase/webchannel-wrapper":"0.4.0-canary.03e907092","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.03e907092","@firebase/app-types":"0.6.1-canary.03e907092"},"devDependencies":{"@firebase/app":"0.6.11-canary.03e907092","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-canary.03e907092","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"490c3fd96cef66144936865b90a0d863a875ad26","size":4895661,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-canary.03e907092.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-canary.03e907092_1603728022223_0.043538661518339294"},"_hasShrinkwrap":false,"publish_time":1603728022587,"_cnpm_publish_time":1603728022587,"contributors":[]},"1.18.0-canary.541944bf2":{"name":"@firebase/firestore","version":"1.18.0-canary.541944bf2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.541944bf2","@firebase/firestore-types":"1.14.0-canary.541944bf2","@firebase/logger":"0.2.6-canary.541944bf2","@firebase/util":"0.3.2-canary.541944bf2","@firebase/webchannel-wrapper":"0.4.0-canary.541944bf2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.541944bf2","@firebase/app-types":"0.6.1-canary.541944bf2"},"devDependencies":{"@firebase/app":"0.6.11-canary.541944bf2","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-canary.541944bf2","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"bcc9e2880418e795846d1fc417aca67d29ddb295","size":4895656,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-canary.541944bf2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-canary.541944bf2_1603403118856_0.11505656544544274"},"_hasShrinkwrap":false,"publish_time":1603403119139,"_cnpm_publish_time":1603403119139,"contributors":[]},"1.18.0-canary.3f4cbf761":{"name":"@firebase/firestore","version":"1.18.0-canary.3f4cbf761","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.3f4cbf761","@firebase/firestore-types":"1.14.0-canary.3f4cbf761","@firebase/logger":"0.2.6-canary.3f4cbf761","@firebase/util":"0.3.2-canary.3f4cbf761","@firebase/webchannel-wrapper":"0.4.0-canary.3f4cbf761","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.3f4cbf761","@firebase/app-types":"0.6.1-canary.3f4cbf761"},"devDependencies":{"@firebase/app":"0.6.11-canary.3f4cbf761","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-canary.3f4cbf761","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"4e02c1796efbafdeb32823cc968d9535c055ce99","size":4895654,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-canary.3f4cbf761.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-canary.3f4cbf761_1603402142163_0.26345327414781017"},"_hasShrinkwrap":false,"publish_time":1603402142435,"_cnpm_publish_time":1603402142435,"contributors":[]},"1.18.0-canary.64c8d04c2":{"name":"@firebase/firestore","version":"1.18.0-canary.64c8d04c2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.64c8d04c2","@firebase/firestore-types":"1.14.0-canary.64c8d04c2","@firebase/logger":"0.2.6-canary.64c8d04c2","@firebase/util":"0.3.2-canary.64c8d04c2","@firebase/webchannel-wrapper":"0.4.0-canary.64c8d04c2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.64c8d04c2","@firebase/app-types":"0.6.1-canary.64c8d04c2"},"devDependencies":{"@firebase/app":"0.6.11-canary.64c8d04c2","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-canary.64c8d04c2","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"50276b9a4a788ed567fbdaec0cd2fcf5bdf353c6","size":4895656,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-canary.64c8d04c2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-canary.64c8d04c2_1603401415546_0.3877372395786971"},"_hasShrinkwrap":false,"publish_time":1603401415789,"_cnpm_publish_time":1603401415789,"contributors":[]},"2.0.0-2020922203858":{"name":"@firebase/firestore","version":"2.0.0-2020922203858","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.20-2020922203858","@firebase/firestore-types":"2.0.0-2020922203858","@firebase/logger":"0.2.6","@firebase/util":"0.3.3-2020922203858","@firebase/webchannel-wrapper":"0.4.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.12-2020922203858","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.12-2020922203858","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.0.0-2020922203858","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"dbe1b9d626f918d0d4391766d7f9faaebe360eb2","size":4896362,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.0.0-2020922203858.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.0.0-2020922203858_1603399541277_0.9701849781193563"},"_hasShrinkwrap":false,"publish_time":1603399541503,"_cnpm_publish_time":1603399541503,"contributors":[]},"1.18.0-canary.f4110cc5b":{"name":"@firebase/firestore","version":"1.18.0-canary.f4110cc5b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.f4110cc5b","@firebase/firestore-types":"1.14.0-canary.f4110cc5b","@firebase/logger":"0.2.6-canary.f4110cc5b","@firebase/util":"0.3.2-canary.f4110cc5b","@firebase/webchannel-wrapper":"0.4.0-canary.f4110cc5b","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.f4110cc5b","@firebase/app-types":"0.6.1-canary.f4110cc5b"},"devDependencies":{"@firebase/app":"0.6.11-canary.f4110cc5b","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-canary.f4110cc5b","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"20cf5fdec8cd8e4e2562fc90df6f086e17394274","size":4895644,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-canary.f4110cc5b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-canary.f4110cc5b_1603393312058_0.2789898362833605"},"_hasShrinkwrap":false,"publish_time":1603393312498,"_cnpm_publish_time":1603393312498,"contributors":[]},"1.18.0-canary.3e7175da5":{"name":"@firebase/firestore","version":"1.18.0-canary.3e7175da5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.3e7175da5","@firebase/firestore-types":"1.14.0-canary.3e7175da5","@firebase/logger":"0.2.6-canary.3e7175da5","@firebase/util":"0.3.2-canary.3e7175da5","@firebase/webchannel-wrapper":"0.4.0-canary.3e7175da5","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.3e7175da5","@firebase/app-types":"0.6.1-canary.3e7175da5"},"devDependencies":{"@firebase/app":"0.6.11-canary.3e7175da5","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-canary.3e7175da5","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"9d3339ffefeda87c9102b99e44a75a67bae14330","size":4895654,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-canary.3e7175da5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-canary.3e7175da5_1603390116728_0.10997857353772988"},"_hasShrinkwrap":false,"publish_time":1603390117198,"_cnpm_publish_time":1603390117198,"contributors":[]},"1.18.0-canary.7c15fb0a0":{"name":"@firebase/firestore","version":"1.18.0-canary.7c15fb0a0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.7c15fb0a0","@firebase/firestore-types":"1.14.0-canary.7c15fb0a0","@firebase/logger":"0.2.6-canary.7c15fb0a0","@firebase/util":"0.3.2-canary.7c15fb0a0","@firebase/webchannel-wrapper":"0.4.0-canary.7c15fb0a0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.7c15fb0a0","@firebase/app-types":"0.6.1-canary.7c15fb0a0"},"devDependencies":{"@firebase/app":"0.6.11-canary.7c15fb0a0","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-canary.7c15fb0a0","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"607b29c7387ea8399d93b33d52ed6899d9c8acd2","size":4895643,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-canary.7c15fb0a0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-canary.7c15fb0a0_1603319237759_0.08398911233023454"},"_hasShrinkwrap":false,"publish_time":1603319238036,"_cnpm_publish_time":1603319238036,"contributors":[]},"1.18.0-canary.602ec18e9":{"name":"@firebase/firestore","version":"1.18.0-canary.602ec18e9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.602ec18e9","@firebase/firestore-types":"1.14.0-canary.602ec18e9","@firebase/logger":"0.2.6-canary.602ec18e9","@firebase/util":"0.3.2-canary.602ec18e9","@firebase/webchannel-wrapper":"0.4.0-canary.602ec18e9","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.602ec18e9","@firebase/app-types":"0.6.1-canary.602ec18e9"},"devDependencies":{"@firebase/app":"0.6.11-canary.602ec18e9","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-canary.602ec18e9","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"cc631ddeb56025e111563274492f1547527a90b1","size":4895643,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-canary.602ec18e9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-canary.602ec18e9_1603234221095_0.07811892723037372"},"_hasShrinkwrap":false,"publish_time":1603234221423,"_cnpm_publish_time":1603234221423,"contributors":[]},"1.18.0-canary.9719635fe":{"name":"@firebase/firestore","version":"1.18.0-canary.9719635fe","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.9719635fe","@firebase/firestore-types":"1.14.0-canary.9719635fe","@firebase/logger":"0.2.6-canary.9719635fe","@firebase/util":"0.3.2-canary.9719635fe","@firebase/webchannel-wrapper":"0.4.0-canary.9719635fe","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.9719635fe","@firebase/app-types":"0.6.1-canary.9719635fe"},"devDependencies":{"@firebase/app":"0.6.11-canary.9719635fe","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-canary.9719635fe","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"358939aa422f153ea355b8e1063d749f72048d66","size":4895656,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-canary.9719635fe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-canary.9719635fe_1603231562766_0.13807939057821073"},"_hasShrinkwrap":false,"publish_time":1603231563063,"_cnpm_publish_time":1603231563063,"contributors":[]},"1.18.0-canary.b247ffa76":{"name":"@firebase/firestore","version":"1.18.0-canary.b247ffa76","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.b247ffa76","@firebase/firestore-types":"1.14.0-canary.b247ffa76","@firebase/logger":"0.2.6-canary.b247ffa76","@firebase/util":"0.3.2-canary.b247ffa76","@firebase/webchannel-wrapper":"0.4.0-canary.b247ffa76","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.b247ffa76","@firebase/app-types":"0.6.1-canary.b247ffa76"},"devDependencies":{"@firebase/app":"0.6.11-canary.b247ffa76","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-canary.b247ffa76","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"629c7c1c3a24a99881a722b56b5667672e44a688","size":4900526,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-canary.b247ffa76.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-canary.b247ffa76_1603229619612_0.04560919870775626"},"_hasShrinkwrap":false,"publish_time":1603229620030,"_cnpm_publish_time":1603229620030,"contributors":[]},"1.18.0-canary.2b06694da":{"name":"@firebase/firestore","version":"1.18.0-canary.2b06694da","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.2b06694da","@firebase/firestore-types":"1.14.0-canary.2b06694da","@firebase/logger":"0.2.6-canary.2b06694da","@firebase/util":"0.3.2-canary.2b06694da","@firebase/webchannel-wrapper":"0.4.0-canary.2b06694da","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.2b06694da","@firebase/app-types":"0.6.1-canary.2b06694da"},"devDependencies":{"@firebase/app":"0.6.11-canary.2b06694da","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-canary.2b06694da","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"0ccc5bd71e1c28d28977451209c5e06505615b7b","size":4900529,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-canary.2b06694da.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-canary.2b06694da_1603224581783_0.006628852762793569"},"_hasShrinkwrap":false,"publish_time":1603224582225,"_cnpm_publish_time":1603224582225,"contributors":[]},"1.18.0-canary.ca04eda40":{"name":"@firebase/firestore","version":"1.18.0-canary.ca04eda40","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.ca04eda40","@firebase/firestore-types":"1.14.0-canary.ca04eda40","@firebase/logger":"0.2.6-canary.ca04eda40","@firebase/util":"0.3.2-canary.ca04eda40","@firebase/webchannel-wrapper":"0.4.0-canary.ca04eda40","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.ca04eda40","@firebase/app-types":"0.6.1-canary.ca04eda40"},"devDependencies":{"@firebase/app":"0.6.11-canary.ca04eda40","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-canary.ca04eda40","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"f6838f2eb75766703f19a545ae0953fcfcf280e2","size":4900494,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-canary.ca04eda40.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-canary.ca04eda40_1603222922865_0.7861375472832077"},"_hasShrinkwrap":false,"publish_time":1603222923152,"_cnpm_publish_time":1603222923152,"contributors":[]},"1.18.0-canary.ef33328f7":{"name":"@firebase/firestore","version":"1.18.0-canary.ef33328f7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.ef33328f7","@firebase/firestore-types":"1.14.0-canary.ef33328f7","@firebase/logger":"0.2.6-canary.ef33328f7","@firebase/util":"0.3.2-canary.ef33328f7","@firebase/webchannel-wrapper":"0.4.0-canary.ef33328f7","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.ef33328f7","@firebase/app-types":"0.6.1-canary.ef33328f7"},"devDependencies":{"@firebase/app":"0.6.11-canary.ef33328f7","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-canary.ef33328f7","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"63fceefc3fcd2b1ffb7a9f8bf5568e6a1444ea30","size":4900509,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-canary.ef33328f7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-canary.ef33328f7_1603220598120_0.17976770730832747"},"_hasShrinkwrap":false,"publish_time":1603220598423,"_cnpm_publish_time":1603220598423,"contributors":[]},"1.18.0-canary.4b540f91d":{"name":"@firebase/firestore","version":"1.18.0-canary.4b540f91d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.4b540f91d","@firebase/firestore-types":"1.14.0-canary.4b540f91d","@firebase/logger":"0.2.6-canary.4b540f91d","@firebase/util":"0.3.2-canary.4b540f91d","@firebase/webchannel-wrapper":"0.4.0-canary.4b540f91d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.4b540f91d","@firebase/app-types":"0.6.1-canary.4b540f91d"},"devDependencies":{"@firebase/app":"0.6.11-canary.4b540f91d","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-canary.4b540f91d","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"c93d6b9f5cb0919b07355b7f23be4b354a98a17a","size":4900531,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-canary.4b540f91d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-canary.4b540f91d_1603217533569_0.8799747544075256"},"_hasShrinkwrap":false,"publish_time":1603217533952,"_cnpm_publish_time":1603217533952,"contributors":[]},"1.18.0-canary.a5768b0aa":{"name":"@firebase/firestore","version":"1.18.0-canary.a5768b0aa","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.a5768b0aa","@firebase/firestore-types":"1.14.0-canary.a5768b0aa","@firebase/logger":"0.2.6-canary.a5768b0aa","@firebase/util":"0.3.2-canary.a5768b0aa","@firebase/webchannel-wrapper":"0.4.0-canary.a5768b0aa","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.a5768b0aa","@firebase/app-types":"0.6.1-canary.a5768b0aa"},"devDependencies":{"@firebase/app":"0.6.11-canary.a5768b0aa","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-canary.a5768b0aa","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"1da3d939a767a3b89b7466b2e5380d4b24d94804","size":4986179,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-canary.a5768b0aa.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-canary.a5768b0aa_1603213112118_0.8403667935855685"},"_hasShrinkwrap":false,"publish_time":1603213112474,"_cnpm_publish_time":1603213112474,"contributors":[]},"1.18.0-canary.eded21827":{"name":"@firebase/firestore","version":"1.18.0-canary.eded21827","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.eded21827","@firebase/firestore-types":"1.14.0-canary.eded21827","@firebase/logger":"0.2.6-canary.eded21827","@firebase/util":"0.3.2-canary.eded21827","@firebase/webchannel-wrapper":"0.4.0-canary.eded21827","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.eded21827","@firebase/app-types":"0.6.1-canary.eded21827"},"devDependencies":{"@firebase/app":"0.6.11-canary.eded21827","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-canary.eded21827","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"7d6e2d6dc7c2b927505e7868f1ed9dc7b37a6564","size":5921546,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-canary.eded21827.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-canary.eded21827_1603167826280_0.06129298902371283"},"_hasShrinkwrap":false,"publish_time":1603167826646,"_cnpm_publish_time":1603167826646,"contributors":[]},"1.18.0-canary.b6a9bf0a1":{"name":"@firebase/firestore","version":"1.18.0-canary.b6a9bf0a1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.b6a9bf0a1","@firebase/firestore-types":"1.14.0-canary.b6a9bf0a1","@firebase/logger":"0.2.6-canary.b6a9bf0a1","@firebase/util":"0.3.2-canary.b6a9bf0a1","@firebase/webchannel-wrapper":"0.4.0-canary.b6a9bf0a1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.b6a9bf0a1","@firebase/app-types":"0.6.1-canary.b6a9bf0a1"},"devDependencies":{"@firebase/app":"0.6.11-canary.b6a9bf0a1","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-canary.b6a9bf0a1","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"76224634beffa5ed1f4a92793649bdf9de880146","size":5921617,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-canary.b6a9bf0a1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-canary.b6a9bf0a1_1603152011334_0.8157690145274983"},"_hasShrinkwrap":false,"publish_time":1603152011668,"_cnpm_publish_time":1603152011668,"contributors":[]},"1.18.0-canary.0204abfd4":{"name":"@firebase/firestore","version":"1.18.0-canary.0204abfd4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.0204abfd4","@firebase/firestore-types":"1.14.0-canary.0204abfd4","@firebase/logger":"0.2.6-canary.0204abfd4","@firebase/util":"0.3.2-canary.0204abfd4","@firebase/webchannel-wrapper":"0.4.0-canary.0204abfd4","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.0204abfd4","@firebase/app-types":"0.6.1-canary.0204abfd4"},"devDependencies":{"@firebase/app":"0.6.11-canary.0204abfd4","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-canary.0204abfd4","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"433ea4c75aaa3386f76248a1e1e8f146c173b8d4","size":5921606,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-canary.0204abfd4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-canary.0204abfd4_1603134424394_0.6041330281003787"},"_hasShrinkwrap":false,"publish_time":1603134425041,"_cnpm_publish_time":1603134425041,"contributors":[]},"1.18.0-canary.2fce62a95":{"name":"@firebase/firestore","version":"1.18.0-canary.2fce62a95","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.2fce62a95","@firebase/firestore-types":"1.14.0-canary.2fce62a95","@firebase/logger":"0.2.6-canary.2fce62a95","@firebase/util":"0.3.2-canary.2fce62a95","@firebase/webchannel-wrapper":"0.4.0-canary.2fce62a95","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.2fce62a95","@firebase/app-types":"0.6.1-canary.2fce62a95"},"devDependencies":{"@firebase/app":"0.6.11-canary.2fce62a95","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-canary.2fce62a95","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"e987662031bc19543d59e892658ece62d705509f","size":5921627,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-canary.2fce62a95.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-canary.2fce62a95_1603131481225_0.919836878411697"},"_hasShrinkwrap":false,"publish_time":1603131481666,"_cnpm_publish_time":1603131481666,"contributors":[]},"1.18.0-canary.49378bf58":{"name":"@firebase/firestore","version":"1.18.0-canary.49378bf58","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.49378bf58","@firebase/firestore-types":"1.14.0-canary.49378bf58","@firebase/logger":"0.2.6-canary.49378bf58","@firebase/util":"0.3.2-canary.49378bf58","@firebase/webchannel-wrapper":"0.4.0-canary.49378bf58","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.49378bf58","@firebase/app-types":"0.6.1-canary.49378bf58"},"devDependencies":{"@firebase/app":"0.6.11-canary.49378bf58","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-canary.49378bf58","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"b1d0cd2afee4ca3316bff239f37531949f3fa526","size":5921649,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-canary.49378bf58.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-canary.49378bf58_1603128041046_0.4434976446539214"},"_hasShrinkwrap":false,"publish_time":1603128041350,"_cnpm_publish_time":1603128041350,"contributors":[]},"1.18.0-canary.fc3bf652f":{"name":"@firebase/firestore","version":"1.18.0-canary.fc3bf652f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.fc3bf652f","@firebase/firestore-types":"1.14.0-canary.fc3bf652f","@firebase/logger":"0.2.6-canary.fc3bf652f","@firebase/util":"0.3.2-canary.fc3bf652f","@firebase/webchannel-wrapper":"0.4.0-canary.fc3bf652f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.fc3bf652f","@firebase/app-types":"0.6.1-canary.fc3bf652f"},"devDependencies":{"@firebase/app":"0.6.11-canary.fc3bf652f","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-canary.fc3bf652f","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"b48b7eaf4a502e41a44737a873d32326c2637475","size":5921630,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-canary.fc3bf652f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-canary.fc3bf652f_1603126033489_0.535264899968068"},"_hasShrinkwrap":false,"publish_time":1603126034216,"_cnpm_publish_time":1603126034216,"contributors":[]},"1.17.3-canary.7d916d905":{"name":"@firebase/firestore","version":"1.17.3-canary.7d916d905","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.7d916d905","@firebase/firestore-types":"1.13.0-canary.7d916d905","@firebase/logger":"0.2.6-canary.7d916d905","@firebase/util":"0.3.2-canary.7d916d905","@firebase/webchannel-wrapper":"0.3.0-canary.7d916d905","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.7d916d905","@firebase/app-types":"0.6.1-canary.7d916d905"},"devDependencies":{"@firebase/app":"0.6.11-canary.7d916d905","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.7d916d905","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"ddec90695d3990dfc8107d24382e392c65fa4941","size":5921384,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.7d916d905.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.7d916d905_1603125842942_0.8023824479724797"},"_hasShrinkwrap":false,"publish_time":1603125844230,"_cnpm_publish_time":1603125844230,"contributors":[]},"1.17.3-canary.959e21a11":{"name":"@firebase/firestore","version":"1.17.3-canary.959e21a11","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.959e21a11","@firebase/firestore-types":"1.13.0-canary.959e21a11","@firebase/logger":"0.2.6-canary.959e21a11","@firebase/util":"0.3.2-canary.959e21a11","@firebase/webchannel-wrapper":"0.3.0-canary.959e21a11","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.959e21a11","@firebase/app-types":"0.6.1-canary.959e21a11"},"devDependencies":{"@firebase/app":"0.6.11-canary.959e21a11","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.959e21a11","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"391e252a4d69c4c71dcbda19d2202d56f4f38f91","size":5921365,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.959e21a11.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.959e21a11_1602882411914_0.9400196157105454"},"_hasShrinkwrap":false,"publish_time":1602882412183,"_cnpm_publish_time":1602882412183,"contributors":[]},"1.17.3-canary.79b049375":{"name":"@firebase/firestore","version":"1.17.3-canary.79b049375","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.79b049375","@firebase/firestore-types":"1.13.0-canary.79b049375","@firebase/logger":"0.2.6-canary.79b049375","@firebase/util":"0.3.2-canary.79b049375","@firebase/webchannel-wrapper":"0.3.0-canary.79b049375","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.79b049375","@firebase/app-types":"0.6.1-canary.79b049375"},"devDependencies":{"@firebase/app":"0.6.11-canary.79b049375","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.79b049375","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"a252888b56e71ae28754303553bdf1a69834a6c3","size":5921396,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.79b049375.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.79b049375_1602848250213_0.7075085292982037"},"_hasShrinkwrap":false,"publish_time":1602848250533,"_cnpm_publish_time":1602848250533,"contributors":[]},"1.17.3-canary.8939aeca0":{"name":"@firebase/firestore","version":"1.17.3-canary.8939aeca0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.8939aeca0","@firebase/firestore-types":"1.13.0-canary.8939aeca0","@firebase/logger":"0.2.6-canary.8939aeca0","@firebase/util":"0.3.2-canary.8939aeca0","@firebase/webchannel-wrapper":"0.3.0-canary.8939aeca0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.8939aeca0","@firebase/app-types":"0.6.1-canary.8939aeca0"},"devDependencies":{"@firebase/app":"0.6.11-canary.8939aeca0","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.8939aeca0","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"e36be45c003f8a3634843e2719534733b62b4102","size":5916791,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.8939aeca0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.8939aeca0_1602805829180_0.6559731366244641"},"_hasShrinkwrap":false,"publish_time":1602805829512,"_cnpm_publish_time":1602805829512,"contributors":[]},"1.18.0":{"name":"@firebase/firestore","version":"1.18.0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19","@firebase/firestore-types":"1.14.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.2","@firebase/webchannel-wrapper":"0.4.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.11","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"3430e8c60d3e6be1d174b3a258838b1944c93a4d","size":5885162,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0_1602797415991_0.3875996000559656"},"_hasShrinkwrap":false,"publish_time":1602797416321,"_cnpm_publish_time":1602797416321,"contributors":[]},"1.17.3-canary.ffef32e38":{"name":"@firebase/firestore","version":"1.17.3-canary.ffef32e38","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.ffef32e38","@firebase/firestore-types":"1.13.0-canary.ffef32e38","@firebase/logger":"0.2.6-canary.ffef32e38","@firebase/util":"0.3.2-canary.ffef32e38","@firebase/webchannel-wrapper":"0.3.0-canary.ffef32e38","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.ffef32e38","@firebase/app-types":"0.6.1-canary.ffef32e38"},"devDependencies":{"@firebase/app":"0.6.11-canary.ffef32e38","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.ffef32e38","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"f0bd2282a9d29e9533c6f493fa1a705d4d54366a","size":5920862,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.ffef32e38.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.ffef32e38_1602797145328_0.9707973356322661"},"_hasShrinkwrap":false,"publish_time":1602797145680,"_cnpm_publish_time":1602797145680,"contributors":[]},"1.17.3-canary.f3554394d":{"name":"@firebase/firestore","version":"1.17.3-canary.f3554394d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.f3554394d","@firebase/firestore-types":"1.13.0-canary.f3554394d","@firebase/logger":"0.2.6-canary.f3554394d","@firebase/util":"0.3.2-canary.f3554394d","@firebase/webchannel-wrapper":"0.3.0-canary.f3554394d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.f3554394d","@firebase/app-types":"0.6.1-canary.f3554394d"},"devDependencies":{"@firebase/app":"0.6.11-canary.f3554394d","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.f3554394d","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"79d351b55af778a4a048315a3406965c33383b8a","size":5931188,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.f3554394d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.f3554394d_1602795247133_0.011692339846640865"},"_hasShrinkwrap":false,"publish_time":1602795247516,"_cnpm_publish_time":1602795247516,"contributors":[]},"1.17.3-canary.1f2292511":{"name":"@firebase/firestore","version":"1.17.3-canary.1f2292511","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.1f2292511","@firebase/firestore-types":"1.13.0-canary.1f2292511","@firebase/logger":"0.2.6-canary.1f2292511","@firebase/util":"0.3.2-canary.1f2292511","@firebase/webchannel-wrapper":"0.3.0-canary.1f2292511","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.1f2292511","@firebase/app-types":"0.6.1-canary.1f2292511"},"devDependencies":{"@firebase/app":"0.6.11-canary.1f2292511","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.1f2292511","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"9eec1070fde2b09b0a9b51376756b59785b0b8a9","size":5931174,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.1f2292511.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.1f2292511_1602790630027_0.27917930284991144"},"_hasShrinkwrap":false,"publish_time":1602790630318,"_cnpm_publish_time":1602790630318,"contributors":[]},"1.17.3-canary.d0189bdda":{"name":"@firebase/firestore","version":"1.17.3-canary.d0189bdda","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.d0189bdda","@firebase/firestore-types":"1.13.0-canary.d0189bdda","@firebase/logger":"0.2.6-canary.d0189bdda","@firebase/util":"0.3.2-canary.d0189bdda","@firebase/webchannel-wrapper":"0.3.0-canary.d0189bdda","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.d0189bdda","@firebase/app-types":"0.6.1-canary.d0189bdda"},"devDependencies":{"@firebase/app":"0.6.11-canary.d0189bdda","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.d0189bdda","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"d05c33816538649708aa699c5f094cd706be8771","size":5883616,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.d0189bdda.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.d0189bdda_1602789839903_0.4830010021749458"},"_hasShrinkwrap":false,"publish_time":1602789840183,"_cnpm_publish_time":1602789840183,"contributors":[]},"1.17.3-canary.6a8086c5b":{"name":"@firebase/firestore","version":"1.17.3-canary.6a8086c5b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.6a8086c5b","@firebase/firestore-types":"1.13.0-canary.6a8086c5b","@firebase/logger":"0.2.6-canary.6a8086c5b","@firebase/util":"0.3.2-canary.6a8086c5b","@firebase/webchannel-wrapper":"0.3.0-canary.6a8086c5b","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.6a8086c5b","@firebase/app-types":"0.6.1-canary.6a8086c5b"},"devDependencies":{"@firebase/app":"0.6.11-canary.6a8086c5b","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.6a8086c5b","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"582362b52a722c24ddd0d4a27f032e9cc22cf3a7","size":5883634,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.6a8086c5b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.6a8086c5b_1602789057060_0.00592244708940215"},"_hasShrinkwrap":false,"publish_time":1602789057345,"_cnpm_publish_time":1602789057345,"contributors":[]},"1.17.3-canary.344bd8856":{"name":"@firebase/firestore","version":"1.17.3-canary.344bd8856","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.344bd8856","@firebase/firestore-types":"1.13.0-canary.344bd8856","@firebase/logger":"0.2.6-canary.344bd8856","@firebase/util":"0.3.2-canary.344bd8856","@firebase/webchannel-wrapper":"0.3.0-canary.344bd8856","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.344bd8856","@firebase/app-types":"0.6.1-canary.344bd8856"},"devDependencies":{"@firebase/app":"0.6.11-canary.344bd8856","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.344bd8856","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"b78b86d90899a84f3728e7e38a7380034e7f51fe","size":5883650,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.344bd8856.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.344bd8856_1602781141427_0.09405408469858001"},"_hasShrinkwrap":false,"publish_time":1602781141775,"_cnpm_publish_time":1602781141775,"contributors":[]},"1.17.3-canary.2c1764dce":{"name":"@firebase/firestore","version":"1.17.3-canary.2c1764dce","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.2c1764dce","@firebase/firestore-types":"1.13.0-canary.2c1764dce","@firebase/logger":"0.2.6-canary.2c1764dce","@firebase/util":"0.3.2-canary.2c1764dce","@firebase/webchannel-wrapper":"0.3.0-canary.2c1764dce","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.2c1764dce","@firebase/app-types":"0.6.1-canary.2c1764dce"},"devDependencies":{"@firebase/app":"0.6.11-canary.2c1764dce","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.2c1764dce","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"a85117d32fa6703a5e723dfc0e326b56ab29fce7","size":5885197,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.2c1764dce.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.2c1764dce_1602719252702_0.2858579970797548"},"_hasShrinkwrap":false,"publish_time":1602719252945,"_cnpm_publish_time":1602719252945,"contributors":[]},"1.17.3-canary.add9d211d":{"name":"@firebase/firestore","version":"1.17.3-canary.add9d211d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.add9d211d","@firebase/firestore-types":"1.13.0-canary.add9d211d","@firebase/logger":"0.2.6-canary.add9d211d","@firebase/util":"0.3.2-canary.add9d211d","@firebase/webchannel-wrapper":"0.3.0-canary.add9d211d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.add9d211d","@firebase/app-types":"0.6.1-canary.add9d211d"},"devDependencies":{"@firebase/app":"0.6.11-canary.add9d211d","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.add9d211d","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"8ad02fb1338c16146983526c888ed41e00d1e8fc","size":5885175,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.add9d211d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.add9d211d_1602713421724_0.8854854299415722"},"_hasShrinkwrap":false,"publish_time":1602713422055,"_cnpm_publish_time":1602713422055,"contributors":[]},"1.17.3-canary.8f9e55992":{"name":"@firebase/firestore","version":"1.17.3-canary.8f9e55992","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.8f9e55992","@firebase/firestore-types":"1.13.0-canary.8f9e55992","@firebase/logger":"0.2.6-canary.8f9e55992","@firebase/util":"0.3.2-canary.8f9e55992","@firebase/webchannel-wrapper":"0.3.0-canary.8f9e55992","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.8f9e55992","@firebase/app-types":"0.6.1-canary.8f9e55992"},"devDependencies":{"@firebase/app":"0.6.11-canary.8f9e55992","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.8f9e55992","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"5158ac4722f3a6ef2ad17c5160ced683f9ce49a3","size":5885238,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.8f9e55992.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.8f9e55992_1602707711388_0.42097552316382303"},"_hasShrinkwrap":false,"publish_time":1602707711738,"_cnpm_publish_time":1602707711738,"contributors":[]},"1.17.3-canary.0322c1bda":{"name":"@firebase/firestore","version":"1.17.3-canary.0322c1bda","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.0322c1bda","@firebase/firestore-types":"1.13.0-canary.0322c1bda","@firebase/logger":"0.2.6-canary.0322c1bda","@firebase/util":"0.3.2-canary.0322c1bda","@firebase/webchannel-wrapper":"0.3.0-canary.0322c1bda","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.0322c1bda","@firebase/app-types":"0.6.1-canary.0322c1bda"},"devDependencies":{"@firebase/app":"0.6.11-canary.0322c1bda","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.0322c1bda","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"34ec2936fbc24a13ab8b7a5c6730bac5221aa9db","size":5885203,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.0322c1bda.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.0322c1bda_1602680859238_0.5619377450393321"},"_hasShrinkwrap":false,"publish_time":1602680859898,"_cnpm_publish_time":1602680859898,"contributors":[]},"1.18.0-20209141635":{"name":"@firebase/firestore","version":"1.18.0-20209141635","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19","@firebase/firestore-types":"1.14.0-20209141635","@firebase/logger":"0.2.6","@firebase/util":"0.3.2","@firebase/webchannel-wrapper":"0.4.0-20209141635","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.11","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-20209141635","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"abef7882d06b23d48864824ca6baa87a4c246563","size":5885405,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-20209141635.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-20209141635_1602637896878_0.7716237884699804"},"_hasShrinkwrap":false,"publish_time":1602637897257,"_cnpm_publish_time":1602637897257,"contributors":[]},"1.17.3-canary.7156eb3d2":{"name":"@firebase/firestore","version":"1.17.3-canary.7156eb3d2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.7156eb3d2","@firebase/firestore-types":"1.13.0-canary.7156eb3d2","@firebase/logger":"0.2.6-canary.7156eb3d2","@firebase/util":"0.3.2-canary.7156eb3d2","@firebase/webchannel-wrapper":"0.3.0-canary.7156eb3d2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.7156eb3d2","@firebase/app-types":"0.6.1-canary.7156eb3d2"},"devDependencies":{"@firebase/app":"0.6.11-canary.7156eb3d2","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.7156eb3d2","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"36c9c76bcb25cc39b104be7b373b2339de1f7eb5","size":5885219,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.7156eb3d2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.7156eb3d2_1602632996057_0.6537740384014552"},"_hasShrinkwrap":false,"publish_time":1602632996298,"_cnpm_publish_time":1602632996298,"contributors":[]},"1.17.3-canary.916770f3c":{"name":"@firebase/firestore","version":"1.17.3-canary.916770f3c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.916770f3c","@firebase/firestore-types":"1.13.0-canary.916770f3c","@firebase/logger":"0.2.6-canary.916770f3c","@firebase/util":"0.3.2-canary.916770f3c","@firebase/webchannel-wrapper":"0.3.0-canary.916770f3c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.916770f3c","@firebase/app-types":"0.6.1-canary.916770f3c"},"devDependencies":{"@firebase/app":"0.6.11-canary.916770f3c","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.916770f3c","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"97660b34f04a21c28d97aecf189a9b852b61b1f2","size":5885231,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.916770f3c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.916770f3c_1602631898723_0.9665591325911134"},"_hasShrinkwrap":false,"publish_time":1602631899127,"_cnpm_publish_time":1602631899127,"contributors":[]},"1.17.3-canary.00c963b1d":{"name":"@firebase/firestore","version":"1.17.3-canary.00c963b1d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.00c963b1d","@firebase/firestore-types":"1.13.0-canary.00c963b1d","@firebase/logger":"0.2.6-canary.00c963b1d","@firebase/util":"0.3.2-canary.00c963b1d","@firebase/webchannel-wrapper":"0.3.0-canary.00c963b1d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.00c963b1d","@firebase/app-types":"0.6.1-canary.00c963b1d"},"devDependencies":{"@firebase/app":"0.6.11-canary.00c963b1d","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"9.0.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.00c963b1d","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"8adfd4eacda77576c12de12eb7e427decb350f1f","size":5885214,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.00c963b1d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.00c963b1d_1602630089238_0.1198686556246471"},"_hasShrinkwrap":false,"publish_time":1602630089545,"_cnpm_publish_time":1602630089545,"contributors":[]},"1.17.3-canary.eeb1dfa4f":{"name":"@firebase/firestore","version":"1.17.3-canary.eeb1dfa4f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.eeb1dfa4f","@firebase/firestore-types":"1.13.0-canary.eeb1dfa4f","@firebase/logger":"0.2.6-canary.eeb1dfa4f","@firebase/util":"0.3.2-canary.eeb1dfa4f","@firebase/webchannel-wrapper":"0.3.0-canary.eeb1dfa4f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.eeb1dfa4f","@firebase/app-types":"0.6.1-canary.eeb1dfa4f"},"devDependencies":{"@firebase/app":"0.6.11-canary.eeb1dfa4f","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.eeb1dfa4f","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"00fac4aca76cac45fd12a3916ba84590ba778335","size":5885156,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.eeb1dfa4f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.eeb1dfa4f_1602625898476_0.9661377114694532"},"_hasShrinkwrap":false,"publish_time":1602625898780,"_cnpm_publish_time":1602625898780,"contributors":[]},"1.17.3-canary.8c0f1e22e":{"name":"@firebase/firestore","version":"1.17.3-canary.8c0f1e22e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.8c0f1e22e","@firebase/firestore-types":"1.13.0-canary.8c0f1e22e","@firebase/logger":"0.2.6-canary.8c0f1e22e","@firebase/util":"0.3.2-canary.8c0f1e22e","@firebase/webchannel-wrapper":"0.3.0-canary.8c0f1e22e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.8c0f1e22e","@firebase/app-types":"0.6.1-canary.8c0f1e22e"},"devDependencies":{"@firebase/app":"0.6.11-canary.8c0f1e22e","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.8c0f1e22e","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"33b3995b4e7b8b88ef3d103d19149465ff9d8b67","size":5885180,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.8c0f1e22e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.8c0f1e22e_1602625606207_0.9490715416047144"},"_hasShrinkwrap":false,"publish_time":1602625606668,"_cnpm_publish_time":1602625606668,"contributors":[]},"1.17.3-canary.d4966cfc2":{"name":"@firebase/firestore","version":"1.17.3-canary.d4966cfc2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.d4966cfc2","@firebase/firestore-types":"1.13.0-canary.d4966cfc2","@firebase/logger":"0.2.6-canary.d4966cfc2","@firebase/util":"0.3.2-canary.d4966cfc2","@firebase/webchannel-wrapper":"0.3.0-canary.d4966cfc2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.d4966cfc2","@firebase/app-types":"0.6.1-canary.d4966cfc2"},"devDependencies":{"@firebase/app":"0.6.11-canary.d4966cfc2","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.d4966cfc2","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"2a8b7f535be25fb78e886c5fca17cf2051ac2ed7","size":5885201,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.d4966cfc2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.d4966cfc2_1602607210119_0.3778415849936414"},"_hasShrinkwrap":false,"publish_time":1602607210452,"_cnpm_publish_time":1602607210452,"contributors":[]},"1.17.3-canary.9e92e91da":{"name":"@firebase/firestore","version":"1.17.3-canary.9e92e91da","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.9e92e91da","@firebase/firestore-types":"1.13.0-canary.9e92e91da","@firebase/logger":"0.2.6-canary.9e92e91da","@firebase/util":"0.3.2-canary.9e92e91da","@firebase/webchannel-wrapper":"0.3.0-canary.9e92e91da","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.9e92e91da","@firebase/app-types":"0.6.1-canary.9e92e91da"},"devDependencies":{"@firebase/app":"0.6.11-canary.9e92e91da","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.9e92e91da","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"70fbc93005360e57da13e2b7627b64c229d2c076","size":5885190,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.9e92e91da.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.9e92e91da_1602605866689_0.6074189060957176"},"_hasShrinkwrap":false,"publish_time":1602605867507,"_cnpm_publish_time":1602605867507,"contributors":[]},"1.17.3-canary.df27732bc":{"name":"@firebase/firestore","version":"1.17.3-canary.df27732bc","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.df27732bc","@firebase/firestore-types":"1.13.0-canary.df27732bc","@firebase/logger":"0.2.6-canary.df27732bc","@firebase/util":"0.3.2-canary.df27732bc","@firebase/webchannel-wrapper":"0.3.0-canary.df27732bc","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.df27732bc","@firebase/app-types":"0.6.1-canary.df27732bc"},"devDependencies":{"@firebase/app":"0.6.11-canary.df27732bc","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.df27732bc","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"a9c9c4faebedb467281e4e3411e17ea1b9917b81","size":5885199,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.df27732bc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.df27732bc_1602563326452_0.67275518374979"},"_hasShrinkwrap":false,"publish_time":1602563326975,"_cnpm_publish_time":1602563326975,"contributors":[]},"1.17.3-canary.3c420b0bd":{"name":"@firebase/firestore","version":"1.17.3-canary.3c420b0bd","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.3c420b0bd","@firebase/firestore-types":"1.13.0-canary.3c420b0bd","@firebase/logger":"0.2.6-canary.3c420b0bd","@firebase/util":"0.3.2-canary.3c420b0bd","@firebase/webchannel-wrapper":"0.3.0-canary.3c420b0bd","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.3c420b0bd","@firebase/app-types":"0.6.1-canary.3c420b0bd"},"devDependencies":{"@firebase/app":"0.6.11-canary.3c420b0bd","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.3c420b0bd","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"e8915abcb9beab2dd9cee65d3aa9ae4065e9f8ca","size":5885190,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.3c420b0bd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.3c420b0bd_1602539625433_0.7259930951746234"},"_hasShrinkwrap":false,"publish_time":1602539625727,"_cnpm_publish_time":1602539625727,"contributors":[]},"1.17.3-canary.cb28261e0":{"name":"@firebase/firestore","version":"1.17.3-canary.cb28261e0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.cb28261e0","@firebase/firestore-types":"1.13.0-canary.cb28261e0","@firebase/logger":"0.2.6-canary.cb28261e0","@firebase/util":"0.3.2-canary.cb28261e0","@firebase/webchannel-wrapper":"0.3.0-canary.cb28261e0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.cb28261e0","@firebase/app-types":"0.6.1-canary.cb28261e0"},"devDependencies":{"@firebase/app":"0.6.11-canary.cb28261e0","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.cb28261e0","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"a08674e80616a00fef244f4302f855f4934b0776","size":5885194,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.cb28261e0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.cb28261e0_1602534221935_0.9744576941646834"},"_hasShrinkwrap":false,"publish_time":1602534222664,"_cnpm_publish_time":1602534222664,"contributors":[]},"1.17.3-canary.79f4a5ae5":{"name":"@firebase/firestore","version":"1.17.3-canary.79f4a5ae5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.79f4a5ae5","@firebase/firestore-types":"1.13.0-canary.79f4a5ae5","@firebase/logger":"0.2.6-canary.79f4a5ae5","@firebase/util":"0.3.2-canary.79f4a5ae5","@firebase/webchannel-wrapper":"0.3.0-canary.79f4a5ae5","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.79f4a5ae5","@firebase/app-types":"0.6.1-canary.79f4a5ae5"},"devDependencies":{"@firebase/app":"0.6.11-canary.79f4a5ae5","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.79f4a5ae5","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"c67cd8f2a52f8e173a7d75a9ca04867866093935","size":5885197,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.79f4a5ae5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.79f4a5ae5_1602533269826_0.7492632230559406"},"_hasShrinkwrap":false,"publish_time":1602533270223,"_cnpm_publish_time":1602533270223,"contributors":[]},"1.17.3-canary.10f038fdc":{"name":"@firebase/firestore","version":"1.17.3-canary.10f038fdc","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.10f038fdc","@firebase/firestore-types":"1.13.0-canary.10f038fdc","@firebase/logger":"0.2.6-canary.10f038fdc","@firebase/util":"0.3.2-canary.10f038fdc","@firebase/webchannel-wrapper":"0.3.0-canary.10f038fdc","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.10f038fdc","@firebase/app-types":"0.6.1-canary.10f038fdc"},"devDependencies":{"@firebase/app":"0.6.11-canary.10f038fdc","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-canary.10f038fdc","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"2b880bbe5869b287e9959e6c4908d99f0adb105c","size":5885190,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-canary.10f038fdc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-canary.10f038fdc_1602522404390_0.16008410045379295"},"_hasShrinkwrap":false,"publish_time":1602522404784,"_cnpm_publish_time":1602522404784,"contributors":[]},"1.17.2-canary.2bea0a367":{"name":"@firebase/firestore","version":"1.17.2-canary.2bea0a367","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.2bea0a367","@firebase/firestore-types":"1.13.0-canary.2bea0a367","@firebase/logger":"0.2.6-canary.2bea0a367","@firebase/util":"0.3.2-canary.2bea0a367","@firebase/webchannel-wrapper":"0.3.0-canary.2bea0a367","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.2bea0a367","@firebase/app-types":"0.6.1-canary.2bea0a367"},"devDependencies":{"@firebase/app":"0.6.11-canary.2bea0a367","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.2bea0a367","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"b810f54af6bb694751c0dca81e1464caaf15537c","size":5885112,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.2bea0a367.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.2bea0a367_1602521950400_0.05693792385363827"},"_hasShrinkwrap":false,"publish_time":1602521950934,"_cnpm_publish_time":1602521950934,"contributors":[]},"1.17.2-canary.6f2cf64be":{"name":"@firebase/firestore","version":"1.17.2-canary.6f2cf64be","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.6f2cf64be","@firebase/firestore-types":"1.13.0-canary.6f2cf64be","@firebase/logger":"0.2.6-canary.6f2cf64be","@firebase/util":"0.3.2-canary.6f2cf64be","@firebase/webchannel-wrapper":"0.3.0-canary.6f2cf64be","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.6f2cf64be","@firebase/app-types":"0.6.1-canary.6f2cf64be"},"devDependencies":{"@firebase/app":"0.6.11-canary.6f2cf64be","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.6f2cf64be","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"4f4b814dd04d06caa90d28dafb6582b1058cc7c5","size":5884978,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.6f2cf64be.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.6f2cf64be_1602520947853_0.7779129069474062"},"_hasShrinkwrap":false,"publish_time":1602520948266,"_cnpm_publish_time":1602520948266,"contributors":[]},"1.17.2-canary.76c2d9b4f":{"name":"@firebase/firestore","version":"1.17.2-canary.76c2d9b4f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.76c2d9b4f","@firebase/firestore-types":"1.13.0-canary.76c2d9b4f","@firebase/logger":"0.2.6-canary.76c2d9b4f","@firebase/util":"0.3.2-canary.76c2d9b4f","@firebase/webchannel-wrapper":"0.3.0-canary.76c2d9b4f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.76c2d9b4f","@firebase/app-types":"0.6.1-canary.76c2d9b4f"},"devDependencies":{"@firebase/app":"0.6.11-canary.76c2d9b4f","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.76c2d9b4f","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"0c814492df6bb4dbf62db65341d639fad1baff9e","size":5884999,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.76c2d9b4f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.76c2d9b4f_1602519638165_0.44635533458707566"},"_hasShrinkwrap":false,"publish_time":1602519638635,"_cnpm_publish_time":1602519638635,"contributors":[]},"1.17.2-canary.958261bd4":{"name":"@firebase/firestore","version":"1.17.2-canary.958261bd4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.958261bd4","@firebase/firestore-types":"1.13.0-canary.958261bd4","@firebase/logger":"0.2.6-canary.958261bd4","@firebase/util":"0.3.2-canary.958261bd4","@firebase/webchannel-wrapper":"0.3.0-canary.958261bd4","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.958261bd4","@firebase/app-types":"0.6.1-canary.958261bd4"},"devDependencies":{"@firebase/app":"0.6.11-canary.958261bd4","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.958261bd4","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"b71aff53e07a03b510d976595bd291f8233756b5","size":5885012,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.958261bd4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.958261bd4_1602519530491_0.09372571433285226"},"_hasShrinkwrap":false,"publish_time":1602519530750,"_cnpm_publish_time":1602519530750,"contributors":[]},"1.17.2-canary.15d90cf8b":{"name":"@firebase/firestore","version":"1.17.2-canary.15d90cf8b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.15d90cf8b","@firebase/firestore-types":"1.13.0-canary.15d90cf8b","@firebase/logger":"0.2.6-canary.15d90cf8b","@firebase/util":"0.3.2-canary.15d90cf8b","@firebase/webchannel-wrapper":"0.3.0-canary.15d90cf8b","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.15d90cf8b","@firebase/app-types":"0.6.1-canary.15d90cf8b"},"devDependencies":{"@firebase/app":"0.6.11-canary.15d90cf8b","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.15d90cf8b","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"40c94b9d1df3f1b2a75bc88f419b0188309c2268","size":5884993,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.15d90cf8b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.15d90cf8b_1602519431950_0.5030072980706033"},"_hasShrinkwrap":false,"publish_time":1602519432182,"_cnpm_publish_time":1602519432182,"contributors":[]},"1.18.0-alpha.96ae6a5fe":{"name":"@firebase/firestore","version":"1.18.0-alpha.96ae6a5fe","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-alpha.96ae6a5fe","@firebase/firestore-types":"1.13.0-alpha.96ae6a5fe","@firebase/logger":"0.2.6-alpha.96ae6a5fe","@firebase/util":"0.3.2-alpha.96ae6a5fe","@firebase/webchannel-wrapper":"0.3.0-alpha.96ae6a5fe","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-alpha.96ae6a5fe","@firebase/app-types":"0.6.1-alpha.96ae6a5fe"},"devDependencies":{"@firebase/app":"0.6.11-alpha.96ae6a5fe","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.18.0-alpha.96ae6a5fe","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"28d90d84bd5f02cc9cf5ff9d0520a4bdc5cbd093","size":6169414,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.18.0-alpha.96ae6a5fe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.18.0-alpha.96ae6a5fe_1602393499496_0.8024823776724603"},"_hasShrinkwrap":false,"publish_time":1602393499894,"_cnpm_publish_time":1602393499894,"contributors":[]},"1.17.2-alpha.6b865e005":{"name":"@firebase/firestore","version":"1.17.2-alpha.6b865e005","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-alpha.6b865e005","@firebase/firestore-types":"1.13.0-alpha.6b865e005","@firebase/logger":"0.2.6-alpha.6b865e005","@firebase/util":"0.3.2-alpha.6b865e005","@firebase/webchannel-wrapper":"0.3.0-alpha.6b865e005","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-alpha.6b865e005","@firebase/app-types":"0.6.1-alpha.6b865e005"},"devDependencies":{"@firebase/app":"0.6.11-alpha.6b865e005","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-alpha.6b865e005","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"ab1a19e18d28ec614f41a054f552ef737ce57367","size":6169414,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-alpha.6b865e005.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-alpha.6b865e005_1602278443656_0.18274206302464568"},"_hasShrinkwrap":false,"publish_time":1602278443998,"_cnpm_publish_time":1602278443998,"contributors":[]},"1.17.2-canary.88e1f8863":{"name":"@firebase/firestore","version":"1.17.2-canary.88e1f8863","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.88e1f8863","@firebase/firestore-types":"1.13.0-canary.88e1f8863","@firebase/logger":"0.2.6-canary.88e1f8863","@firebase/util":"0.3.2-canary.88e1f8863","@firebase/webchannel-wrapper":"0.3.0-canary.88e1f8863","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.88e1f8863","@firebase/app-types":"0.6.1-canary.88e1f8863"},"devDependencies":{"@firebase/app":"0.6.11-canary.88e1f8863","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.88e1f8863","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"c51ed39f009b7a9956c1e6b1daf0317f3addd9b4","size":5885006,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.88e1f8863.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.88e1f8863_1602272828208_0.2043179725732278"},"_hasShrinkwrap":false,"publish_time":1602272828528,"_cnpm_publish_time":1602272828528,"contributors":[]},"1.17.2-alpha.01492c06e":{"name":"@firebase/firestore","version":"1.17.2-alpha.01492c06e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-alpha.01492c06e","@firebase/firestore-types":"1.13.0-alpha.01492c06e","@firebase/logger":"0.2.6-alpha.01492c06e","@firebase/util":"0.3.2-alpha.01492c06e","@firebase/webchannel-wrapper":"0.3.0-alpha.01492c06e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-alpha.01492c06e","@firebase/app-types":"0.6.1-alpha.01492c06e"},"devDependencies":{"@firebase/app":"0.6.11-alpha.01492c06e","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-alpha.01492c06e","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"95daaa04aa0a070d0cbb1b419c71ec633a4de6d6","size":6169352,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-alpha.01492c06e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-alpha.01492c06e_1602270957165_0.0982821641176661"},"_hasShrinkwrap":false,"publish_time":1602270957517,"_cnpm_publish_time":1602270957517,"contributors":[]},"1.17.2-canary.fe0ae19a9":{"name":"@firebase/firestore","version":"1.17.2-canary.fe0ae19a9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.fe0ae19a9","@firebase/firestore-types":"1.13.0-canary.fe0ae19a9","@firebase/logger":"0.2.6-canary.fe0ae19a9","@firebase/util":"0.3.2-canary.fe0ae19a9","@firebase/webchannel-wrapper":"0.3.0-canary.fe0ae19a9","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.fe0ae19a9","@firebase/app-types":"0.6.1-canary.fe0ae19a9"},"devDependencies":{"@firebase/app":"0.6.11-canary.fe0ae19a9","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.fe0ae19a9","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"6ca1298287adebe61e3030bb5ed5dc3b9024f84c","size":5884963,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.fe0ae19a9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.fe0ae19a9_1602264928192_0.1855268153826739"},"_hasShrinkwrap":false,"publish_time":1602264928555,"_cnpm_publish_time":1602264928555,"contributors":[]},"1.17.2-canary.4f997bce1":{"name":"@firebase/firestore","version":"1.17.2-canary.4f997bce1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.4f997bce1","@firebase/firestore-types":"1.13.0-canary.4f997bce1","@firebase/logger":"0.2.6-canary.4f997bce1","@firebase/util":"0.3.2-canary.4f997bce1","@firebase/webchannel-wrapper":"0.3.0-canary.4f997bce1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.4f997bce1","@firebase/app-types":"0.6.1-canary.4f997bce1"},"devDependencies":{"@firebase/app":"0.6.11-canary.4f997bce1","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.4f997bce1","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"5ee856a3b0e3fd62b3f51b73fc97496301754fd6","size":5884992,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.4f997bce1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.4f997bce1_1602202600093_0.6579719999551261"},"_hasShrinkwrap":false,"publish_time":1602202600412,"_cnpm_publish_time":1602202600412,"contributors":[]},"1.17.1-eap-auth-emulator.df41ee388":{"name":"@firebase/firestore","version":"1.17.1-eap-auth-emulator.df41ee388","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-eap-auth-emulator.df41ee388","@firebase/firestore-types":"1.13.0-eap-auth-emulator.df41ee388","@firebase/logger":"0.2.6-eap-auth-emulator.df41ee388","@firebase/util":"0.3.2-eap-auth-emulator.df41ee388","@firebase/webchannel-wrapper":"0.3.0-eap-auth-emulator.df41ee388","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-eap-auth-emulator.df41ee388","@firebase/app-types":"0.6.1-eap-auth-emulator.df41ee388"},"devDependencies":{"@firebase/app":"0.6.11-eap-auth-emulator.df41ee388","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-eap-auth-emulator.df41ee388","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"0ed86fb6f0c878d6a427ec0e3b01578db44f7336","size":5877292,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-eap-auth-emulator.df41ee388.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-eap-auth-emulator.df41ee388_1602195640126_0.2350649775906577"},"_hasShrinkwrap":false,"publish_time":1602195640501,"_cnpm_publish_time":1602195640501,"contributors":[]},"1.17.3":{"name":"@firebase/firestore","version":"1.17.3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19","@firebase/firestore-types":"1.13.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.2","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.11","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"512d9c1afdba4690aa62de0f53276cf0abbe5f51","size":5876334,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3_1602189921038_0.5196711243896133"},"_hasShrinkwrap":false,"publish_time":1602189921415,"_cnpm_publish_time":1602189921415,"contributors":[]},"1.17.1-eap-auth-emulator.8fbbe234f":{"name":"@firebase/firestore","version":"1.17.1-eap-auth-emulator.8fbbe234f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-eap-auth-emulator.8fbbe234f","@firebase/firestore-types":"1.13.0-eap-auth-emulator.8fbbe234f","@firebase/logger":"0.2.6-eap-auth-emulator.8fbbe234f","@firebase/util":"0.3.2-eap-auth-emulator.8fbbe234f","@firebase/webchannel-wrapper":"0.3.0-eap-auth-emulator.8fbbe234f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-eap-auth-emulator.8fbbe234f","@firebase/app-types":"0.6.1-eap-auth-emulator.8fbbe234f"},"devDependencies":{"@firebase/app":"0.6.11-eap-auth-emulator.8fbbe234f","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-eap-auth-emulator.8fbbe234f","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"54afdf2f41d52fac4d4c5a79e49ed04e823dba0a","size":5877286,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-eap-auth-emulator.8fbbe234f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-eap-auth-emulator.8fbbe234f_1602176861439_0.2012202028037713"},"_hasShrinkwrap":false,"publish_time":1602176861809,"_cnpm_publish_time":1602176861809,"contributors":[]},"1.17.2-canary.5af6e1c11":{"name":"@firebase/firestore","version":"1.17.2-canary.5af6e1c11","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.5af6e1c11","@firebase/firestore-types":"1.13.0-canary.5af6e1c11","@firebase/logger":"0.2.6-canary.5af6e1c11","@firebase/util":"0.3.2-canary.5af6e1c11","@firebase/webchannel-wrapper":"0.3.0-canary.5af6e1c11","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.5af6e1c11","@firebase/app-types":"0.6.1-canary.5af6e1c11"},"devDependencies":{"@firebase/app":"0.6.11-canary.5af6e1c11","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.29.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.3","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.5af6e1c11","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"7c458e5a79ceb4db74fab1ac46b8151e279aa5b4","size":5876543,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.5af6e1c11.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.5af6e1c11_1602173240667_0.7489584524374138"},"_hasShrinkwrap":false,"publish_time":1602173241065,"_cnpm_publish_time":1602173241065,"contributors":[]},"1.17.2-canary.f5d122a94":{"name":"@firebase/firestore","version":"1.17.2-canary.f5d122a94","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.f5d122a94","@firebase/firestore-types":"1.13.0-canary.f5d122a94","@firebase/logger":"0.2.6-canary.f5d122a94","@firebase/util":"0.3.2-canary.f5d122a94","@firebase/webchannel-wrapper":"0.3.0-canary.f5d122a94","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.f5d122a94","@firebase/app-types":"0.6.1-canary.f5d122a94"},"devDependencies":{"@firebase/app":"0.6.11-canary.f5d122a94","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.f5d122a94","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"3352567b9fbaaa21c4ef638648b79786aa988d6c","size":5876568,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.f5d122a94.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.f5d122a94_1602022108642_0.9811388341740237"},"_hasShrinkwrap":false,"publish_time":1602022108930,"_cnpm_publish_time":1602022108930,"contributors":[]},"1.17.3-202096215419":{"name":"@firebase/firestore","version":"1.17.3-202096215419","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19","@firebase/firestore-types":"1.13.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.2","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.11","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.3-202096215419","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"f7819ebc361a9de2d9c3c03b54efac3bad906b92","size":5876610,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.3-202096215419.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.3-202096215419_1602021708085_0.06838505898943592"},"_hasShrinkwrap":false,"publish_time":1602021708499,"_cnpm_publish_time":1602021708499,"contributors":[]},"1.17.2-canary.769f0e7af":{"name":"@firebase/firestore","version":"1.17.2-canary.769f0e7af","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.769f0e7af","@firebase/firestore-types":"1.13.0-canary.769f0e7af","@firebase/logger":"0.2.6-canary.769f0e7af","@firebase/util":"0.3.2-canary.769f0e7af","@firebase/webchannel-wrapper":"0.3.0-canary.769f0e7af","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.769f0e7af","@firebase/app-types":"0.6.1-canary.769f0e7af"},"devDependencies":{"@firebase/app":"0.6.11-canary.769f0e7af","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.769f0e7af","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"b74bf6de4683e0dd2d52828a1a8d6418919b0c71","size":5876569,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.769f0e7af.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.769f0e7af_1602003872625_0.8002401761080877"},"_hasShrinkwrap":false,"publish_time":1602003873035,"_cnpm_publish_time":1602003873035,"contributors":[]},"1.17.2-canary.0e308b623":{"name":"@firebase/firestore","version":"1.17.2-canary.0e308b623","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.0e308b623","@firebase/firestore-types":"1.13.0-canary.0e308b623","@firebase/logger":"0.2.6-canary.0e308b623","@firebase/util":"0.3.2-canary.0e308b623","@firebase/webchannel-wrapper":"0.3.0-canary.0e308b623","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.0e308b623","@firebase/app-types":"0.6.1-canary.0e308b623"},"devDependencies":{"@firebase/app":"0.6.11-canary.0e308b623","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.0e308b623","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"a577ea0f0c77f907f3e94434ba32067b96b79ba9","size":5876575,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.0e308b623.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.0e308b623_1601939982703_0.6296791748201309"},"_hasShrinkwrap":false,"publish_time":1601939983155,"_cnpm_publish_time":1601939983155,"contributors":[]},"1.17.2-canary.c49a08b29":{"name":"@firebase/firestore","version":"1.17.2-canary.c49a08b29","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.c49a08b29","@firebase/firestore-types":"1.13.0-canary.c49a08b29","@firebase/logger":"0.2.6-canary.c49a08b29","@firebase/util":"0.3.2-canary.c49a08b29","@firebase/webchannel-wrapper":"0.3.0-canary.c49a08b29","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.c49a08b29","@firebase/app-types":"0.6.1-canary.c49a08b29"},"devDependencies":{"@firebase/app":"0.6.11-canary.c49a08b29","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.c49a08b29","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"e10610ab35fd6de3c123ca55a6ff36d20260f145","size":5876551,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.c49a08b29.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.c49a08b29_1601934968661_0.6791141183739149"},"_hasShrinkwrap":false,"publish_time":1601934969114,"_cnpm_publish_time":1601934969114,"contributors":[]},"1.17.2-canary.795f31a50":{"name":"@firebase/firestore","version":"1.17.2-canary.795f31a50","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.795f31a50","@firebase/firestore-types":"1.13.0-canary.795f31a50","@firebase/logger":"0.2.6-canary.795f31a50","@firebase/util":"0.3.2-canary.795f31a50","@firebase/webchannel-wrapper":"0.3.0-canary.795f31a50","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.795f31a50","@firebase/app-types":"0.6.1-canary.795f31a50"},"devDependencies":{"@firebase/app":"0.6.11-canary.795f31a50","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.795f31a50","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"3f9003b1f4cbd388725c0c2a6ad5f5484135a3be","size":5876566,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.795f31a50.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.795f31a50_1601932585248_0.2099346505095483"},"_hasShrinkwrap":false,"publish_time":1601932585606,"_cnpm_publish_time":1601932585606,"contributors":[]},"1.17.2-canary.2b1123033":{"name":"@firebase/firestore","version":"1.17.2-canary.2b1123033","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.2b1123033","@firebase/firestore-types":"1.13.0-canary.2b1123033","@firebase/logger":"0.2.6-canary.2b1123033","@firebase/util":"0.3.2-canary.2b1123033","@firebase/webchannel-wrapper":"0.3.0-canary.2b1123033","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.2b1123033","@firebase/app-types":"0.6.1-canary.2b1123033"},"devDependencies":{"@firebase/app":"0.6.11-canary.2b1123033","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.2b1123033","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"a3327720cd59a9b6310f2c5a0ca46e1f2fbb8d72","size":5876550,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.2b1123033.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.2b1123033_1601923873477_0.5549575301164464"},"_hasShrinkwrap":false,"publish_time":1601923873865,"_cnpm_publish_time":1601923873865,"contributors":[]},"1.17.2-canary.b73ab4135":{"name":"@firebase/firestore","version":"1.17.2-canary.b73ab4135","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.b73ab4135","@firebase/firestore-types":"1.13.0-canary.b73ab4135","@firebase/logger":"0.2.6-canary.b73ab4135","@firebase/util":"0.3.2-canary.b73ab4135","@firebase/webchannel-wrapper":"0.3.0-canary.b73ab4135","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.b73ab4135","@firebase/app-types":"0.6.1-canary.b73ab4135"},"devDependencies":{"@firebase/app":"0.6.11-canary.b73ab4135","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.b73ab4135","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"bb187fdbeb04efa198b47084e2cda9b92153305d","size":5876561,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.b73ab4135.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.b73ab4135_1601686949472_0.9859107070977726"},"_hasShrinkwrap":false,"publish_time":1601686949822,"_cnpm_publish_time":1601686949822,"contributors":[]},"1.17.2-canary.0dfef5dd5":{"name":"@firebase/firestore","version":"1.17.2-canary.0dfef5dd5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.0dfef5dd5","@firebase/firestore-types":"1.13.0-canary.0dfef5dd5","@firebase/logger":"0.2.6-canary.0dfef5dd5","@firebase/util":"0.3.2-canary.0dfef5dd5","@firebase/webchannel-wrapper":"0.3.0-canary.0dfef5dd5","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.0dfef5dd5","@firebase/app-types":"0.6.1-canary.0dfef5dd5"},"devDependencies":{"@firebase/app":"0.6.11-canary.0dfef5dd5","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.0dfef5dd5","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"04d26946f6fa223dfa6431064f11b9bbc9ddf07b","size":5876540,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.0dfef5dd5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.0dfef5dd5_1601682726878_0.4865399777247974"},"_hasShrinkwrap":false,"publish_time":1601682727195,"_cnpm_publish_time":1601682727195,"contributors":[]},"1.17.2-canary.b9087b90f":{"name":"@firebase/firestore","version":"1.17.2-canary.b9087b90f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.b9087b90f","@firebase/firestore-types":"1.13.0-canary.b9087b90f","@firebase/logger":"0.2.6-canary.b9087b90f","@firebase/util":"0.3.2-canary.b9087b90f","@firebase/webchannel-wrapper":"0.3.0-canary.b9087b90f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.b9087b90f","@firebase/app-types":"0.6.1-canary.b9087b90f"},"devDependencies":{"@firebase/app":"0.6.11-canary.b9087b90f","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.b9087b90f","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"5cb9a7298a45cf4d9dad40b8eb41391205c2e3ee","size":5876543,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.b9087b90f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.b9087b90f_1601640966774_0.5290175610321959"},"_hasShrinkwrap":false,"publish_time":1601640967095,"_cnpm_publish_time":1601640967095,"contributors":[]},"1.17.2-canary.8728e1a0f":{"name":"@firebase/firestore","version":"1.17.2-canary.8728e1a0f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.8728e1a0f","@firebase/firestore-types":"1.13.0-canary.8728e1a0f","@firebase/logger":"0.2.6-canary.8728e1a0f","@firebase/util":"0.3.2-canary.8728e1a0f","@firebase/webchannel-wrapper":"0.3.0-canary.8728e1a0f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.8728e1a0f","@firebase/app-types":"0.6.1-canary.8728e1a0f"},"devDependencies":{"@firebase/app":"0.6.11-canary.8728e1a0f","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.8728e1a0f","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"ac30a915040823f4c89c1908dcf547b47bbc11c4","size":5876553,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.8728e1a0f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.8728e1a0f_1601602310217_0.7356994697746253"},"_hasShrinkwrap":false,"publish_time":1601602310608,"_cnpm_publish_time":1601602310608,"contributors":[]},"1.17.2-canary.e68c47e54":{"name":"@firebase/firestore","version":"1.17.2-canary.e68c47e54","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.e68c47e54","@firebase/firestore-types":"1.13.0-canary.e68c47e54","@firebase/logger":"0.2.6-canary.e68c47e54","@firebase/util":"0.3.2-canary.e68c47e54","@firebase/webchannel-wrapper":"0.3.0-canary.e68c47e54","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.e68c47e54","@firebase/app-types":"0.6.1-canary.e68c47e54"},"devDependencies":{"@firebase/app":"0.6.11-canary.e68c47e54","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.e68c47e54","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"532c6ef8ed55108edf0100836705f73c53d8e81c","size":5876556,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.e68c47e54.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.e68c47e54_1601599310457_0.41750579249830944"},"_hasShrinkwrap":false,"publish_time":1601599310770,"_cnpm_publish_time":1601599310770,"contributors":[]},"1.17.2-canary.b6925be1d":{"name":"@firebase/firestore","version":"1.17.2-canary.b6925be1d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.b6925be1d","@firebase/firestore-types":"1.13.0-canary.b6925be1d","@firebase/logger":"0.2.6-canary.b6925be1d","@firebase/util":"0.3.2-canary.b6925be1d","@firebase/webchannel-wrapper":"0.3.0-canary.b6925be1d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.b6925be1d","@firebase/app-types":"0.6.1-canary.b6925be1d"},"devDependencies":{"@firebase/app":"0.6.11-canary.b6925be1d","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.b6925be1d","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"0c0fa6ce6822688c18dcdb2168db19ce2be1e961","size":5877240,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.b6925be1d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.b6925be1d_1601595353305_0.2994668177478803"},"_hasShrinkwrap":false,"publish_time":1601595353602,"_cnpm_publish_time":1601595353602,"contributors":[]},"1.17.2-canary.eb663f27a":{"name":"@firebase/firestore","version":"1.17.2-canary.eb663f27a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.eb663f27a","@firebase/firestore-types":"1.13.0-canary.eb663f27a","@firebase/logger":"0.2.6-canary.eb663f27a","@firebase/util":"0.3.2-canary.eb663f27a","@firebase/webchannel-wrapper":"0.3.0-canary.eb663f27a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.eb663f27a","@firebase/app-types":"0.6.1-canary.eb663f27a"},"devDependencies":{"@firebase/app":"0.6.11-canary.eb663f27a","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.eb663f27a","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"bbbffaa6f6d568b67e5c9dc12707424c8f567eb5","size":5877236,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.eb663f27a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.eb663f27a_1601594005076_0.5188971498949493"},"_hasShrinkwrap":false,"publish_time":1601594005445,"_cnpm_publish_time":1601594005445,"contributors":[]},"1.17.2-canary.791824b48":{"name":"@firebase/firestore","version":"1.17.2-canary.791824b48","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.791824b48","@firebase/firestore-types":"1.13.0-canary.791824b48","@firebase/logger":"0.2.6-canary.791824b48","@firebase/util":"0.3.2-canary.791824b48","@firebase/webchannel-wrapper":"0.3.0-canary.791824b48","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.791824b48","@firebase/app-types":"0.6.1-canary.791824b48"},"devDependencies":{"@firebase/app":"0.6.11-canary.791824b48","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.791824b48","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"d0d349b08926175c7c912964a83015f09d016e5f","size":5877266,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.791824b48.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.791824b48_1601593114710_0.7027136932156541"},"_hasShrinkwrap":false,"publish_time":1601593115035,"_cnpm_publish_time":1601593115035,"contributors":[]},"1.17.2-canary.c20b19ef4":{"name":"@firebase/firestore","version":"1.17.2-canary.c20b19ef4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.c20b19ef4","@firebase/firestore-types":"1.13.0-canary.c20b19ef4","@firebase/logger":"0.2.6-canary.c20b19ef4","@firebase/util":"0.3.2-canary.c20b19ef4","@firebase/webchannel-wrapper":"0.3.0-canary.c20b19ef4","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.c20b19ef4","@firebase/app-types":"0.6.1-canary.c20b19ef4"},"devDependencies":{"@firebase/app":"0.6.11-canary.c20b19ef4","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-canary.c20b19ef4","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"e351cc0578f6a36d73085823ce3d9bbaf2b467d2","size":5877230,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-canary.c20b19ef4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-canary.c20b19ef4_1601592881567_0.406992891538706"},"_hasShrinkwrap":false,"publish_time":1601592881910,"_cnpm_publish_time":1601592881910,"contributors":[]},"1.17.2":{"name":"@firebase/firestore","version":"1.17.2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19","@firebase/firestore-types":"1.13.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.2","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.11","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"933db08ff741c4c46d65953fb836b85ebc52ae48","size":5872752,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2_1601585156981_0.5216636670208608"},"_hasShrinkwrap":false,"publish_time":1601585157278,"_cnpm_publish_time":1601585157278,"contributors":[]},"1.17.1-canary.332c36cb8":{"name":"@firebase/firestore","version":"1.17.1-canary.332c36cb8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.332c36cb8","@firebase/firestore-types":"1.13.0-canary.332c36cb8","@firebase/logger":"0.2.6-canary.332c36cb8","@firebase/util":"0.3.2-canary.332c36cb8","@firebase/webchannel-wrapper":"0.3.0-canary.332c36cb8","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.332c36cb8","@firebase/app-types":"0.6.1-canary.332c36cb8"},"devDependencies":{"@firebase/app":"0.6.11-canary.332c36cb8","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-canary.332c36cb8","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"1049c5e9064bbd3c9c5d0729bb8780297b0e4f46","size":5877174,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-canary.332c36cb8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-canary.332c36cb8_1601579576938_0.9917212934188893"},"_hasShrinkwrap":false,"publish_time":1601579581953,"_cnpm_publish_time":1601579581953,"contributors":[]},"1.17.1-canary.53ccf1964":{"name":"@firebase/firestore","version":"1.17.1-canary.53ccf1964","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.53ccf1964","@firebase/firestore-types":"1.13.0-canary.53ccf1964","@firebase/logger":"0.2.6-canary.53ccf1964","@firebase/util":"0.3.2-canary.53ccf1964","@firebase/webchannel-wrapper":"0.3.0-canary.53ccf1964","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.53ccf1964","@firebase/app-types":"0.6.1-canary.53ccf1964"},"devDependencies":{"@firebase/app":"0.6.11-canary.53ccf1964","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-canary.53ccf1964","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"b00846d7e34a79e79a5d66f73a2c1a8145b9ebe3","size":5877171,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-canary.53ccf1964.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-canary.53ccf1964_1601578973601_0.6481904638903078"},"_hasShrinkwrap":false,"publish_time":1601578974072,"_cnpm_publish_time":1601578974072,"contributors":[]},"1.17.1-canary.48b0b0f7c":{"name":"@firebase/firestore","version":"1.17.1-canary.48b0b0f7c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.48b0b0f7c","@firebase/firestore-types":"1.13.0-canary.48b0b0f7c","@firebase/logger":"0.2.6-canary.48b0b0f7c","@firebase/util":"0.3.2-canary.48b0b0f7c","@firebase/webchannel-wrapper":"0.3.0-canary.48b0b0f7c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.48b0b0f7c","@firebase/app-types":"0.6.1-canary.48b0b0f7c"},"devDependencies":{"@firebase/app":"0.6.11-canary.48b0b0f7c","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-canary.48b0b0f7c","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"5bd8e596df5e919dc42245f28ab248665e9bc71f","size":5877166,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-canary.48b0b0f7c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-canary.48b0b0f7c_1601577656259_0.0797986807158304"},"_hasShrinkwrap":false,"publish_time":1601577656589,"_cnpm_publish_time":1601577656589,"contributors":[]},"1.17.2-20209118324":{"name":"@firebase/firestore","version":"1.17.2-20209118324","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19","@firebase/firestore-types":"1.13.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.2","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.11","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-20209118324","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"132afd0501f24ff6cce887f046dd28663bd02723","size":5872773,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-20209118324.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-20209118324_1601577494889_0.6104448759141836"},"_hasShrinkwrap":false,"publish_time":1601577495199,"_cnpm_publish_time":1601577495199,"contributors":[]},"1.17.1-canary.a831aec9e":{"name":"@firebase/firestore","version":"1.17.1-canary.a831aec9e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.a831aec9e","@firebase/firestore-types":"1.13.0-canary.a831aec9e","@firebase/logger":"0.2.6-canary.a831aec9e","@firebase/util":"0.3.2-canary.a831aec9e","@firebase/webchannel-wrapper":"0.3.0-canary.a831aec9e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.a831aec9e","@firebase/app-types":"0.6.1-canary.a831aec9e"},"devDependencies":{"@firebase/app":"0.6.11-canary.a831aec9e","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-canary.a831aec9e","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"3c08d9d978bd599df973e159dc7ca9875993c8ff","size":5877129,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-canary.a831aec9e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-canary.a831aec9e_1601577204687_0.5585742945990364"},"_hasShrinkwrap":false,"publish_time":1601577205096,"_cnpm_publish_time":1601577205096,"contributors":[]},"1.17.1-canary.34c8693eb":{"name":"@firebase/firestore","version":"1.17.1-canary.34c8693eb","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.34c8693eb","@firebase/firestore-types":"1.13.0-canary.34c8693eb","@firebase/logger":"0.2.6-canary.34c8693eb","@firebase/util":"0.3.2-canary.34c8693eb","@firebase/webchannel-wrapper":"0.3.0-canary.34c8693eb","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.34c8693eb","@firebase/app-types":"0.6.1-canary.34c8693eb"},"devDependencies":{"@firebase/app":"0.6.11-canary.34c8693eb","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-canary.34c8693eb","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"7ede4e9b75c793bec3db4ab4689a97802a1c3a15","size":5877172,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-canary.34c8693eb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-canary.34c8693eb_1601575474104_0.5790871109163134"},"_hasShrinkwrap":false,"publish_time":1601575474551,"_cnpm_publish_time":1601575474551,"contributors":[]},"1.17.1-canary.a10c18f89":{"name":"@firebase/firestore","version":"1.17.1-canary.a10c18f89","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.a10c18f89","@firebase/firestore-types":"1.13.0-canary.a10c18f89","@firebase/logger":"0.2.6-canary.a10c18f89","@firebase/util":"0.3.2-canary.a10c18f89","@firebase/webchannel-wrapper":"0.3.0-canary.a10c18f89","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.a10c18f89","@firebase/app-types":"0.6.1-canary.a10c18f89"},"devDependencies":{"@firebase/app":"0.6.11-canary.a10c18f89","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-canary.a10c18f89","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"73c78c993fe952c5900a60a2a90fa78dcff70d67","size":5874153,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-canary.a10c18f89.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-canary.a10c18f89_1601518091875_0.980634217964133"},"_hasShrinkwrap":false,"publish_time":1601518092415,"_cnpm_publish_time":1601518092415,"contributors":[]},"1.17.1-canary.41467b53c":{"name":"@firebase/firestore","version":"1.17.1-canary.41467b53c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.41467b53c","@firebase/firestore-types":"1.13.0-canary.41467b53c","@firebase/logger":"0.2.6-canary.41467b53c","@firebase/util":"0.3.2-canary.41467b53c","@firebase/webchannel-wrapper":"0.3.0-canary.41467b53c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.41467b53c","@firebase/app-types":"0.6.1-canary.41467b53c"},"devDependencies":{"@firebase/app":"0.6.11-canary.41467b53c","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-canary.41467b53c","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"faf910a8032278fcb71451b7f36f47b8c3bed985","size":5872742,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-canary.41467b53c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-canary.41467b53c_1601511615881_0.5972464728824698"},"_hasShrinkwrap":false,"publish_time":1601511616215,"_cnpm_publish_time":1601511616215,"contributors":[]},"1.17.1-canary.38983dcfe":{"name":"@firebase/firestore","version":"1.17.1-canary.38983dcfe","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.38983dcfe","@firebase/firestore-types":"1.13.0-canary.38983dcfe","@firebase/logger":"0.2.6-canary.38983dcfe","@firebase/util":"0.3.2-canary.38983dcfe","@firebase/webchannel-wrapper":"0.3.0-canary.38983dcfe","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.38983dcfe","@firebase/app-types":"0.6.1-canary.38983dcfe"},"devDependencies":{"@firebase/app":"0.6.11-canary.38983dcfe","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-canary.38983dcfe","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"1b185be9d8272168c3086c8a11211546e9f4838c","size":5872714,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-canary.38983dcfe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-canary.38983dcfe_1601511359977_0.7474740965843947"},"_hasShrinkwrap":false,"publish_time":1601511360371,"_cnpm_publish_time":1601511360371,"contributors":[]},"0.0.800-exp.38983dcfe":{"name":"@firebase/firestore","version":"0.0.800-exp.38983dcfe","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19","@firebase/firestore-types":"1.13.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.2","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.800-exp.38983dcfe","@firebase/app-types":"0.0.800-exp.38983dcfe"},"devDependencies":{"@firebase/app":"0.6.11","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.800-exp.38983dcfe","_nodeVersion":"14.2.0","_npmVersion":"6.14.4","dist":{"shasum":"bf92efcf883fb8ebb7e4d96c96f55e38bde519d3","size":3319574,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.800-exp.38983dcfe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.800-exp.38983dcfe_1601510499348_0.47193949894657394"},"_hasShrinkwrap":false,"publish_time":1601510500095,"_cnpm_publish_time":1601510500095,"contributors":[]},"1.17.1-canary.b0da2a9f1":{"name":"@firebase/firestore","version":"1.17.1-canary.b0da2a9f1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.b0da2a9f1","@firebase/firestore-types":"1.13.0-canary.b0da2a9f1","@firebase/logger":"0.2.6-canary.b0da2a9f1","@firebase/util":"0.3.2-canary.b0da2a9f1","@firebase/webchannel-wrapper":"0.3.0-canary.b0da2a9f1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.b0da2a9f1","@firebase/app-types":"0.6.1-canary.b0da2a9f1"},"devDependencies":{"@firebase/app":"0.6.11-canary.b0da2a9f1","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-canary.b0da2a9f1","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"746ee9eb9ebac14454be045f8a243d9a0b70053d","size":5872705,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-canary.b0da2a9f1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-canary.b0da2a9f1_1601500431426_0.3210801251092774"},"_hasShrinkwrap":false,"publish_time":1601500431790,"_cnpm_publish_time":1601500431790,"contributors":[]},"1.17.1-canary.db3ce8162":{"name":"@firebase/firestore","version":"1.17.1-canary.db3ce8162","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.db3ce8162","@firebase/firestore-types":"1.13.0-canary.db3ce8162","@firebase/logger":"0.2.6-canary.db3ce8162","@firebase/util":"0.3.2-canary.db3ce8162","@firebase/webchannel-wrapper":"0.3.0-canary.db3ce8162","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.db3ce8162","@firebase/app-types":"0.6.1-canary.db3ce8162"},"devDependencies":{"@firebase/app":"0.6.11-canary.db3ce8162","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-canary.db3ce8162","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"fdec215a82595a28a22038162d540ff2f4196899","size":5872714,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-canary.db3ce8162.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-canary.db3ce8162_1601499930449_0.12781739369884004"},"_hasShrinkwrap":false,"publish_time":1601499930878,"_cnpm_publish_time":1601499930878,"contributors":[]},"0.0.800-exp.db3ce8162":{"name":"@firebase/firestore","version":"0.0.800-exp.db3ce8162","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19","@firebase/firestore-types":"1.13.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.2","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.800-exp.db3ce8162","@firebase/app-types":"0.0.800-exp.db3ce8162"},"devDependencies":{"@firebase/app":"0.6.11","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.800-exp.db3ce8162","_nodeVersion":"14.2.0","_npmVersion":"6.14.4","dist":{"shasum":"f5251208c4c77a160494c3069337d4babcf7f058","size":3319573,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.800-exp.db3ce8162.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.800-exp.db3ce8162_1601499334402_0.9050711529477513"},"_hasShrinkwrap":false,"publish_time":1601499334639,"_cnpm_publish_time":1601499334639,"contributors":[]},"1.17.1-canary.0faff4d58":{"name":"@firebase/firestore","version":"1.17.1-canary.0faff4d58","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.0faff4d58","@firebase/firestore-types":"1.13.0-canary.0faff4d58","@firebase/logger":"0.2.6-canary.0faff4d58","@firebase/util":"0.3.2-canary.0faff4d58","@firebase/webchannel-wrapper":"0.3.0-canary.0faff4d58","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.0faff4d58","@firebase/app-types":"0.6.1-canary.0faff4d58"},"devDependencies":{"@firebase/app":"0.6.11-canary.0faff4d58","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-canary.0faff4d58","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"18fec60265f6c7b2c232715d6f943b3300e67458","size":5872717,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-canary.0faff4d58.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-canary.0faff4d58_1601493712664_0.3273480350013578"},"_hasShrinkwrap":false,"publish_time":1601493713168,"_cnpm_publish_time":1601493713168,"contributors":[]},"0.0.800-exp.fe55004be":{"name":"@firebase/firestore","version":"0.0.800-exp.fe55004be","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19","@firebase/firestore-types":"1.13.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.2","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.800-exp.fe55004be","@firebase/app-types":"0.0.800-exp.fe55004be"},"devDependencies":{"@firebase/app":"0.6.11","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.800-exp.fe55004be","_nodeVersion":"14.2.0","_npmVersion":"6.14.4","dist":{"shasum":"8f27bb7fb4b1ffdee07686886aa6d0f364d26861","size":3319574,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.800-exp.fe55004be.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.800-exp.fe55004be_1601492572599_0.29727565088741903"},"_hasShrinkwrap":false,"publish_time":1601492572880,"_cnpm_publish_time":1601492572880,"contributors":[]},"1.17.1-canary.fe55004be":{"name":"@firebase/firestore","version":"1.17.1-canary.fe55004be","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.fe55004be","@firebase/firestore-types":"1.13.0-canary.fe55004be","@firebase/logger":"0.2.6-canary.fe55004be","@firebase/util":"0.3.2-canary.fe55004be","@firebase/webchannel-wrapper":"0.3.0-canary.fe55004be","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.fe55004be","@firebase/app-types":"0.6.1-canary.fe55004be"},"devDependencies":{"@firebase/app":"0.6.11-canary.fe55004be","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-canary.fe55004be","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"1b5d405b335e8f33855e43fb947e06001065ff4c","size":5872709,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-canary.fe55004be.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-canary.fe55004be_1601489885918_0.8438061481036032"},"_hasShrinkwrap":false,"publish_time":1601489886264,"_cnpm_publish_time":1601489886264,"contributors":[]},"1.17.2-2020830175047":{"name":"@firebase/firestore","version":"1.17.2-2020830175047","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19","@firebase/firestore-types":"1.13.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.2","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.11","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-2020830175047","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"5e7cd2bd57013b12d5ce8133566c172ca7cae032","size":5872805,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-2020830175047.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-2020830175047_1601488992957_0.7688235500990304"},"_hasShrinkwrap":false,"publish_time":1601488993317,"_cnpm_publish_time":1601488993317,"contributors":[]},"1.17.2-2020830171442":{"name":"@firebase/firestore","version":"1.17.2-2020830171442","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19","@firebase/firestore-types":"1.13.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.2","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.11","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-2020830171442","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"778614c396ea685923a1e1ad9a1edee9895830f3","size":5872772,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-2020830171442.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-2020830171442_1601486500146_0.8949593578512236"},"_hasShrinkwrap":false,"publish_time":1601486500465,"_cnpm_publish_time":1601486500465,"contributors":[]},"1.17.1-canary.d4db75ff8":{"name":"@firebase/firestore","version":"1.17.1-canary.d4db75ff8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.d4db75ff8","@firebase/firestore-types":"1.13.0-canary.d4db75ff8","@firebase/logger":"0.2.6-canary.d4db75ff8","@firebase/util":"0.3.2-canary.d4db75ff8","@firebase/webchannel-wrapper":"0.3.0-canary.d4db75ff8","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.d4db75ff8","@firebase/app-types":"0.6.1-canary.d4db75ff8"},"devDependencies":{"@firebase/app":"0.6.11-canary.d4db75ff8","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-canary.d4db75ff8","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"0dde31f26b3f42f8fbcd9bf4b8ab39afe10bc9f5","size":5872727,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-canary.d4db75ff8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-canary.d4db75ff8_1601483327113_0.4606315226415303"},"_hasShrinkwrap":false,"publish_time":1601483327311,"_cnpm_publish_time":1601483327311,"contributors":[]},"1.17.2-202083005649":{"name":"@firebase/firestore","version":"1.17.2-202083005649","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19","@firebase/firestore-types":"1.13.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.2","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.11","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.2-202083005649","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"b5ed1bbd9219b06187882b657755ff7324e4fb1a","size":5872794,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.2-202083005649.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.2-202083005649_1601427840273_0.6980345989467147"},"_hasShrinkwrap":false,"publish_time":1601427840702,"_cnpm_publish_time":1601427840702,"contributors":[]},"1.17.1-canary.2be43eadf":{"name":"@firebase/firestore","version":"1.17.1-canary.2be43eadf","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.2be43eadf","@firebase/firestore-types":"1.13.0-canary.2be43eadf","@firebase/logger":"0.2.6-canary.2be43eadf","@firebase/util":"0.3.2-canary.2be43eadf","@firebase/webchannel-wrapper":"0.3.0-canary.2be43eadf","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.2be43eadf","@firebase/app-types":"0.6.1-canary.2be43eadf"},"devDependencies":{"@firebase/app":"0.6.11-canary.2be43eadf","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-canary.2be43eadf","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"684b9811509a20eb613bba782b4338d857819e14","size":5872703,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-canary.2be43eadf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-canary.2be43eadf_1601424720858_0.20059822183940046"},"_hasShrinkwrap":false,"publish_time":1601424721241,"_cnpm_publish_time":1601424721241,"contributors":[]},"1.17.1-canary.7d655a816":{"name":"@firebase/firestore","version":"1.17.1-canary.7d655a816","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.7d655a816","@firebase/firestore-types":"1.13.0-canary.7d655a816","@firebase/logger":"0.2.6-canary.7d655a816","@firebase/util":"0.3.2-canary.7d655a816","@firebase/webchannel-wrapper":"0.3.0-canary.7d655a816","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.7d655a816","@firebase/app-types":"0.6.1-canary.7d655a816"},"devDependencies":{"@firebase/app":"0.6.11-canary.7d655a816","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-canary.7d655a816","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"b4f913f2110029d64fc4ca7f525c088df0ee2ea6","size":5872691,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-canary.7d655a816.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-canary.7d655a816_1601338564462_0.23763439589083157"},"_hasShrinkwrap":false,"publish_time":1601338564897,"_cnpm_publish_time":1601338564897,"contributors":[]},"1.17.1-canary.7c1c7f182":{"name":"@firebase/firestore","version":"1.17.1-canary.7c1c7f182","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.7c1c7f182","@firebase/firestore-types":"1.13.0-canary.7c1c7f182","@firebase/logger":"0.2.6-canary.7c1c7f182","@firebase/util":"0.3.2-canary.7c1c7f182","@firebase/webchannel-wrapper":"0.3.0-canary.7c1c7f182","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.7c1c7f182","@firebase/app-types":"0.6.1-canary.7c1c7f182"},"devDependencies":{"@firebase/app":"0.6.11-canary.7c1c7f182","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-canary.7c1c7f182","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"c9c0b5b7e9d2ea32eaedf321d191d22417f1fd59","size":5872682,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-canary.7c1c7f182.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-canary.7c1c7f182_1601330312177_0.30530270450876573"},"_hasShrinkwrap":false,"publish_time":1601330312594,"_cnpm_publish_time":1601330312594,"contributors":[]},"1.17.1-canary.01bb65b54":{"name":"@firebase/firestore","version":"1.17.1-canary.01bb65b54","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.01bb65b54","@firebase/firestore-types":"1.13.0-canary.01bb65b54","@firebase/logger":"0.2.6-canary.01bb65b54","@firebase/util":"0.3.2-canary.01bb65b54","@firebase/webchannel-wrapper":"0.3.0-canary.01bb65b54","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.01bb65b54","@firebase/app-types":"0.6.1-canary.01bb65b54"},"devDependencies":{"@firebase/app":"0.6.11-canary.01bb65b54","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-canary.01bb65b54","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"46d6016a45c9fbda83b4787f8049b06f17eda983","size":5798039,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-canary.01bb65b54.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-canary.01bb65b54_1601313779168_0.38524796100037983"},"_hasShrinkwrap":false,"publish_time":1601313779433,"_cnpm_publish_time":1601313779433,"contributors":[]},"1.17.1-canary.a6af7c279":{"name":"@firebase/firestore","version":"1.17.1-canary.a6af7c279","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.a6af7c279","@firebase/firestore-types":"1.13.0-canary.a6af7c279","@firebase/logger":"0.2.6-canary.a6af7c279","@firebase/util":"0.3.2-canary.a6af7c279","@firebase/webchannel-wrapper":"0.3.0-canary.a6af7c279","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.a6af7c279","@firebase/app-types":"0.6.1-canary.a6af7c279"},"devDependencies":{"@firebase/app":"0.6.11-canary.a6af7c279","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-canary.a6af7c279","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"96b4e5be58d9fc62a3c4ef9c54bbcd5c601f17b3","size":5798025,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-canary.a6af7c279.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-canary.a6af7c279_1601051117775_0.5795418247529129"},"_hasShrinkwrap":false,"publish_time":1601051118066,"_cnpm_publish_time":1601051118066,"contributors":[]},"1.17.1-canary.37590059e":{"name":"@firebase/firestore","version":"1.17.1-canary.37590059e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.37590059e","@firebase/firestore-types":"1.13.0-canary.37590059e","@firebase/logger":"0.2.6-canary.37590059e","@firebase/util":"0.3.2-canary.37590059e","@firebase/webchannel-wrapper":"0.3.0-canary.37590059e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.37590059e","@firebase/app-types":"0.6.1-canary.37590059e"},"devDependencies":{"@firebase/app":"0.6.11-canary.37590059e","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-canary.37590059e","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"061e23ffecc3528ee2d135bfa78c6b8f0b9f7d0c","size":5798041,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-canary.37590059e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-canary.37590059e_1600994398346_0.20626554805115194"},"_hasShrinkwrap":false,"publish_time":1600994398586,"_cnpm_publish_time":1600994398586,"contributors":[]},"1.17.1-canary.63d7fc805":{"name":"@firebase/firestore","version":"1.17.1-canary.63d7fc805","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.63d7fc805","@firebase/firestore-types":"1.13.0-canary.63d7fc805","@firebase/logger":"0.2.6-canary.63d7fc805","@firebase/util":"0.3.2-canary.63d7fc805","@firebase/webchannel-wrapper":"0.3.0-canary.63d7fc805","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.63d7fc805","@firebase/app-types":"0.6.1-canary.63d7fc805"},"devDependencies":{"@firebase/app":"0.6.11-canary.63d7fc805","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-canary.63d7fc805","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"04d056900ed230ef7ffb1e67c8629f298447564e","size":5798041,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-canary.63d7fc805.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-canary.63d7fc805_1600994030386_0.5098027837212611"},"_hasShrinkwrap":false,"publish_time":1600994035342,"_cnpm_publish_time":1600994035342,"contributors":[]},"0.0.800-exp.63d7fc805":{"name":"@firebase/firestore","version":"0.0.800-exp.63d7fc805","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19","@firebase/firestore-types":"1.13.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.2","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.800-exp.63d7fc805","@firebase/app-types":"0.0.800-exp.63d7fc805"},"devDependencies":{"@firebase/app":"0.6.11","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.800-exp.63d7fc805","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"5b8cad884b29855a0ee55237b6f6d5553a0d9e2f","size":8749262,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.800-exp.63d7fc805.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.800-exp.63d7fc805_1600993286719_0.8059154129529986"},"_hasShrinkwrap":false,"publish_time":1600993287171,"_cnpm_publish_time":1600993287171,"contributors":[]},"1.17.1-canary.2a18beb84":{"name":"@firebase/firestore","version":"1.17.1-canary.2a18beb84","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.2a18beb84","@firebase/firestore-types":"1.13.0-canary.2a18beb84","@firebase/logger":"0.2.6-canary.2a18beb84","@firebase/util":"0.3.2-canary.2a18beb84","@firebase/webchannel-wrapper":"0.3.0-canary.2a18beb84","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.2a18beb84","@firebase/app-types":"0.6.1-canary.2a18beb84"},"devDependencies":{"@firebase/app":"0.6.11-canary.2a18beb84","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-canary.2a18beb84","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"c45d2b25cda15e15fa0755af05889eb3e3aab54b","size":5798025,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-canary.2a18beb84.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-canary.2a18beb84_1600983879496_0.1725655427791779"},"_hasShrinkwrap":false,"publish_time":1600983879859,"_cnpm_publish_time":1600983879859,"contributors":[]},"1.17.0-canary.205421eda":{"name":"@firebase/firestore","version":"1.17.0-canary.205421eda","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.205421eda","@firebase/firestore-types":"1.13.0-canary.205421eda","@firebase/logger":"0.2.6-canary.205421eda","@firebase/util":"0.3.2-canary.205421eda","@firebase/webchannel-wrapper":"0.3.0-canary.205421eda","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.205421eda","@firebase/app-types":"0.6.1-canary.205421eda"},"devDependencies":{"@firebase/app":"0.6.11-canary.205421eda","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.205421eda","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"a3d8372dca23e9bb4926eb2966ac407f7902bc60","size":5797808,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.205421eda.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.205421eda_1600981466092_0.3791688541750331"},"_hasShrinkwrap":false,"publish_time":1600981466413,"_cnpm_publish_time":1600981466413,"contributors":[]},"1.17.1":{"name":"@firebase/firestore","version":"1.17.1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19","@firebase/firestore-types":"1.13.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.2","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.11","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"fba94eef755e48b6aa31a586311e3f0a946aafe5","size":5789328,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1_1600981432164_0.2913058086027398"},"_hasShrinkwrap":false,"publish_time":1600981432427,"_cnpm_publish_time":1600981432427,"contributors":[]},"1.17.0-canary.fff14a712":{"name":"@firebase/firestore","version":"1.17.0-canary.fff14a712","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.fff14a712","@firebase/firestore-types":"1.13.0-canary.fff14a712","@firebase/logger":"0.2.6-canary.fff14a712","@firebase/util":"0.3.2-canary.fff14a712","@firebase/webchannel-wrapper":"0.3.0-canary.fff14a712","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.fff14a712","@firebase/app-types":"0.6.1-canary.fff14a712"},"devDependencies":{"@firebase/app":"0.6.11-canary.fff14a712","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.fff14a712","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"e749099bcdf7fe55f50f627ed69cf99e8b318e24","size":5797806,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.fff14a712.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.fff14a712_1600981337819_0.5437082908118653"},"_hasShrinkwrap":false,"publish_time":1600981338162,"_cnpm_publish_time":1600981338162,"contributors":[]},"1.17.0-eap-auth-emulator.16fda4fd2":{"name":"@firebase/firestore","version":"1.17.0-eap-auth-emulator.16fda4fd2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-eap-auth-emulator.16fda4fd2","@firebase/firestore-types":"1.13.0-eap-auth-emulator.16fda4fd2","@firebase/logger":"0.2.6-eap-auth-emulator.16fda4fd2","@firebase/util":"0.3.2-eap-auth-emulator.16fda4fd2","@firebase/webchannel-wrapper":"0.3.0-eap-auth-emulator.16fda4fd2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-eap-auth-emulator.16fda4fd2","@firebase/app-types":"0.6.1-eap-auth-emulator.16fda4fd2"},"devDependencies":{"@firebase/app":"0.6.11-eap-auth-emulator.16fda4fd2","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-eap-auth-emulator.16fda4fd2","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"226fac0bdac7d83777c5dc925eca29cc83f6bcd7","size":5797984,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-eap-auth-emulator.16fda4fd2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-eap-auth-emulator.16fda4fd2_1600974166224_0.9174043026913459"},"_hasShrinkwrap":false,"publish_time":1600974166835,"_cnpm_publish_time":1600974166835,"contributors":[]},"1.17.0-canary.81c61b6cb":{"name":"@firebase/firestore","version":"1.17.0-canary.81c61b6cb","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.81c61b6cb","@firebase/firestore-types":"1.13.0-canary.81c61b6cb","@firebase/logger":"0.2.6-canary.81c61b6cb","@firebase/util":"0.3.2-canary.81c61b6cb","@firebase/webchannel-wrapper":"0.3.0-canary.81c61b6cb","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.81c61b6cb","@firebase/app-types":"0.6.1-canary.81c61b6cb"},"devDependencies":{"@firebase/app":"0.6.11-canary.81c61b6cb","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.81c61b6cb","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"75f9b28b5236e154d4cb00a3bc7fc81413b424ac","size":5797813,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.81c61b6cb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.81c61b6cb_1600973861390_0.38553554655474787"},"_hasShrinkwrap":false,"publish_time":1600973861697,"_cnpm_publish_time":1600973861697,"contributors":[]},"1.17.0-canary.b61f0d7d4":{"name":"@firebase/firestore","version":"1.17.0-canary.b61f0d7d4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.b61f0d7d4","@firebase/firestore-types":"1.13.0-canary.b61f0d7d4","@firebase/logger":"0.2.6-canary.b61f0d7d4","@firebase/util":"0.3.2-canary.b61f0d7d4","@firebase/webchannel-wrapper":"0.3.0-canary.b61f0d7d4","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.b61f0d7d4","@firebase/app-types":"0.6.1-canary.b61f0d7d4"},"devDependencies":{"@firebase/app":"0.6.11-canary.b61f0d7d4","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.b61f0d7d4","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"a971dc7b0d5f09a1673924d61395819e34aa4767","size":5797817,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.b61f0d7d4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.b61f0d7d4_1600965524324_0.450694733582486"},"_hasShrinkwrap":false,"publish_time":1600965524693,"_cnpm_publish_time":1600965524693,"contributors":[]},"1.17.0-canary.0a1181b18":{"name":"@firebase/firestore","version":"1.17.0-canary.0a1181b18","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.0a1181b18","@firebase/firestore-types":"1.13.0-canary.0a1181b18","@firebase/logger":"0.2.6-canary.0a1181b18","@firebase/util":"0.3.2-canary.0a1181b18","@firebase/webchannel-wrapper":"0.3.0-canary.0a1181b18","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.0a1181b18","@firebase/app-types":"0.6.1-canary.0a1181b18"},"devDependencies":{"@firebase/app":"0.6.11-canary.0a1181b18","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.0a1181b18","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"2bfed6aef1dc1bf2a62a66d0fea9ab82332947b1","size":5796032,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.0a1181b18.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.0a1181b18_1600910376796_0.6742317082748386"},"_hasShrinkwrap":false,"publish_time":1600910377583,"_cnpm_publish_time":1600910377583,"contributors":[]},"1.17.0-canary.0c607c992":{"name":"@firebase/firestore","version":"1.17.0-canary.0c607c992","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.0c607c992","@firebase/firestore-types":"1.13.0-canary.0c607c992","@firebase/logger":"0.2.6-canary.0c607c992","@firebase/util":"0.3.2-canary.0c607c992","@firebase/webchannel-wrapper":"0.3.0-canary.0c607c992","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.0c607c992","@firebase/app-types":"0.6.1-canary.0c607c992"},"devDependencies":{"@firebase/app":"0.6.11-canary.0c607c992","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.0c607c992","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"edd9f472b18de8263f485621df950bd509df4dbc","size":5796040,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.0c607c992.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.0c607c992_1600889068827_0.22577956992028647"},"_hasShrinkwrap":false,"publish_time":1600889069197,"_cnpm_publish_time":1600889069197,"contributors":[]},"1.17.0-canary.cddc5512f":{"name":"@firebase/firestore","version":"1.17.0-canary.cddc5512f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.cddc5512f","@firebase/firestore-types":"1.13.0-canary.cddc5512f","@firebase/logger":"0.2.6-canary.cddc5512f","@firebase/util":"0.3.2-canary.cddc5512f","@firebase/webchannel-wrapper":"0.3.0-canary.cddc5512f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.cddc5512f","@firebase/app-types":"0.6.1-canary.cddc5512f"},"devDependencies":{"@firebase/app":"0.6.11-canary.cddc5512f","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.cddc5512f","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"18d9f1d4185ddcbd5de8691192bf89197dd966f0","size":5789132,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.cddc5512f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.cddc5512f_1600886826451_0.4451590790311981"},"_hasShrinkwrap":false,"publish_time":1600886826778,"_cnpm_publish_time":1600886826778,"contributors":[]},"1.17.1-2020822235757":{"name":"@firebase/firestore","version":"1.17.1-2020822235757","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19","@firebase/firestore-types":"1.13.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.2","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.11","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.1-2020822235757","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"d13b5cfb33f7160228dbbd89b86f0953637589cd","size":5789693,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.1-2020822235757.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.1-2020822235757_1600820427564_0.5271277359234288"},"_hasShrinkwrap":false,"publish_time":1600820427878,"_cnpm_publish_time":1600820427878,"contributors":[]},"1.17.0-canary.e55e7c663":{"name":"@firebase/firestore","version":"1.17.0-canary.e55e7c663","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.e55e7c663","@firebase/firestore-types":"1.13.0-canary.e55e7c663","@firebase/logger":"0.2.6-canary.e55e7c663","@firebase/util":"0.3.2-canary.e55e7c663","@firebase/webchannel-wrapper":"0.3.0-canary.e55e7c663","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.e55e7c663","@firebase/app-types":"0.6.1-canary.e55e7c663"},"devDependencies":{"@firebase/app":"0.6.11-canary.e55e7c663","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.e55e7c663","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"da5f2a3961ce8f5a5d438fa38cb69a39c8ea5632","size":5789136,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.e55e7c663.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.e55e7c663_1600820035046_0.9633247749765841"},"_hasShrinkwrap":false,"publish_time":1600820035414,"_cnpm_publish_time":1600820035414,"contributors":[]},"1.17.0-canary.c20f63130":{"name":"@firebase/firestore","version":"1.17.0-canary.c20f63130","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.c20f63130","@firebase/firestore-types":"1.13.0-canary.c20f63130","@firebase/logger":"0.2.6-canary.c20f63130","@firebase/util":"0.3.2-canary.c20f63130","@firebase/webchannel-wrapper":"0.3.0-canary.c20f63130","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.c20f63130","@firebase/app-types":"0.6.1-canary.c20f63130"},"devDependencies":{"@firebase/app":"0.6.11-canary.c20f63130","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.c20f63130","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"e632f9935ed0cee25852854ed9ad1b7c89df260b","size":5789140,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.c20f63130.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.c20f63130_1600817154942_0.7811596797393237"},"_hasShrinkwrap":false,"publish_time":1600817155364,"_cnpm_publish_time":1600817155364,"contributors":[]},"1.17.0-canary.cb1caa0e3":{"name":"@firebase/firestore","version":"1.17.0-canary.cb1caa0e3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.cb1caa0e3","@firebase/firestore-types":"1.13.0-canary.cb1caa0e3","@firebase/logger":"0.2.6-canary.cb1caa0e3","@firebase/util":"0.3.2-canary.cb1caa0e3","@firebase/webchannel-wrapper":"0.3.0-canary.cb1caa0e3","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.cb1caa0e3","@firebase/app-types":"0.6.1-canary.cb1caa0e3"},"devDependencies":{"@firebase/app":"0.6.11-canary.cb1caa0e3","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.cb1caa0e3","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"1a6bce3d147a5683eb4781631ad3793f25ef45eb","size":5789189,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.cb1caa0e3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.cb1caa0e3_1600814284907_0.9864639724188842"},"_hasShrinkwrap":false,"publish_time":1600814285275,"_cnpm_publish_time":1600814285275,"contributors":[]},"1.17.0-canary.61ed2144d":{"name":"@firebase/firestore","version":"1.17.0-canary.61ed2144d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.61ed2144d","@firebase/firestore-types":"1.13.0-canary.61ed2144d","@firebase/logger":"0.2.6-canary.61ed2144d","@firebase/util":"0.3.2-canary.61ed2144d","@firebase/webchannel-wrapper":"0.3.0-canary.61ed2144d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.61ed2144d","@firebase/app-types":"0.6.1-canary.61ed2144d"},"devDependencies":{"@firebase/app":"0.6.11-canary.61ed2144d","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.61ed2144d","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"17d0e47d67d5799bdc9309ea8fcce73370f91f75","size":5789217,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.61ed2144d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.61ed2144d_1600807209483_0.22224415197482306"},"_hasShrinkwrap":false,"publish_time":1600807210026,"_cnpm_publish_time":1600807210026,"contributors":[]},"1.17.0-canary.9e040c14a":{"name":"@firebase/firestore","version":"1.17.0-canary.9e040c14a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.9e040c14a","@firebase/firestore-types":"1.13.0-canary.9e040c14a","@firebase/logger":"0.2.6-canary.9e040c14a","@firebase/util":"0.3.2-canary.9e040c14a","@firebase/webchannel-wrapper":"0.3.0-canary.9e040c14a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.9e040c14a","@firebase/app-types":"0.6.1-canary.9e040c14a"},"devDependencies":{"@firebase/app":"0.6.11-canary.9e040c14a","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.9e040c14a","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"d3bfa546bed4018df7beb6c02a1c23bbf20fec0e","size":5789223,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.9e040c14a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.9e040c14a_1600805207415_0.2193624041272848"},"_hasShrinkwrap":false,"publish_time":1600805207765,"_cnpm_publish_time":1600805207765,"contributors":[]},"1.17.0-canary.3f0aa7bf3":{"name":"@firebase/firestore","version":"1.17.0-canary.3f0aa7bf3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.3f0aa7bf3","@firebase/firestore-types":"1.13.0-canary.3f0aa7bf3","@firebase/logger":"0.2.6-canary.3f0aa7bf3","@firebase/util":"0.3.2-canary.3f0aa7bf3","@firebase/webchannel-wrapper":"0.3.0-canary.3f0aa7bf3","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.3f0aa7bf3","@firebase/app-types":"0.6.1-canary.3f0aa7bf3"},"devDependencies":{"@firebase/app":"0.6.11-canary.3f0aa7bf3","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.3f0aa7bf3","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"d1630d8fe15d5acd65df5847ffba454fd8029ddc","size":5789213,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.3f0aa7bf3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.3f0aa7bf3_1600801192733_0.0014489704033029405"},"_hasShrinkwrap":false,"publish_time":1600801193055,"_cnpm_publish_time":1600801193055,"contributors":[]},"1.17.0-canary.70fe23901":{"name":"@firebase/firestore","version":"1.17.0-canary.70fe23901","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.70fe23901","@firebase/firestore-types":"1.13.0-canary.70fe23901","@firebase/logger":"0.2.6-canary.70fe23901","@firebase/util":"0.3.2-canary.70fe23901","@firebase/webchannel-wrapper":"0.3.0-canary.70fe23901","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.70fe23901","@firebase/app-types":"0.6.1-canary.70fe23901"},"devDependencies":{"@firebase/app":"0.6.11-canary.70fe23901","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.70fe23901","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"59917a4c46eda203dea7f22e68067bec66aed6b0","size":5789226,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.70fe23901.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.70fe23901_1600801148090_0.03414265417967033"},"_hasShrinkwrap":false,"publish_time":1600801148433,"_cnpm_publish_time":1600801148433,"contributors":[]},"1.17.0-canary.c01a88f46":{"name":"@firebase/firestore","version":"1.17.0-canary.c01a88f46","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.c01a88f46","@firebase/firestore-types":"1.13.0-canary.c01a88f46","@firebase/logger":"0.2.6-canary.c01a88f46","@firebase/util":"0.3.2-canary.c01a88f46","@firebase/webchannel-wrapper":"0.3.0-canary.c01a88f46","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.c01a88f46","@firebase/app-types":"0.6.1-canary.c01a88f46"},"devDependencies":{"@firebase/app":"0.6.11-canary.c01a88f46","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"9.0.0","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.c01a88f46","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"7fa7fec3b8ef26d1650e5edec93418244bd6ef0e","size":5789225,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.c01a88f46.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.c01a88f46_1600800991956_0.14144461937734198"},"_hasShrinkwrap":false,"publish_time":1600800992274,"_cnpm_publish_time":1600800992274,"contributors":[]},"1.17.0-canary.b23149517":{"name":"@firebase/firestore","version":"1.17.0-canary.b23149517","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.b23149517","@firebase/firestore-types":"1.13.0-canary.b23149517","@firebase/logger":"0.2.6-canary.b23149517","@firebase/util":"0.3.2-canary.b23149517","@firebase/webchannel-wrapper":"0.3.0-canary.b23149517","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.b23149517","@firebase/app-types":"0.6.1-canary.b23149517"},"devDependencies":{"@firebase/app":"0.6.11-canary.b23149517","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.b23149517","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"4d49bc3c07583871c78d3b44ac9d04aa0248cf12","size":5789246,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.b23149517.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.b23149517_1600800312349_0.5887518784545487"},"_hasShrinkwrap":false,"publish_time":1600800312764,"_cnpm_publish_time":1600800312764,"contributors":[]},"1.17.0-canary.49d97ff38":{"name":"@firebase/firestore","version":"1.17.0-canary.49d97ff38","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.49d97ff38","@firebase/firestore-types":"1.13.0-canary.49d97ff38","@firebase/logger":"0.2.6-canary.49d97ff38","@firebase/util":"0.3.2-canary.49d97ff38","@firebase/webchannel-wrapper":"0.3.0-canary.49d97ff38","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.49d97ff38","@firebase/app-types":"0.6.1-canary.49d97ff38"},"devDependencies":{"@firebase/app":"0.6.11-canary.49d97ff38","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.49d97ff38","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"b1c91cd7a2667c4204ac1f39473e384a36620485","size":5789240,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.49d97ff38.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.49d97ff38_1600734002993_0.8276840805060046"},"_hasShrinkwrap":false,"publish_time":1600734004017,"_cnpm_publish_time":1600734004017,"contributors":[]},"1.17.0-canary.4dc8817c3":{"name":"@firebase/firestore","version":"1.17.0-canary.4dc8817c3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.4dc8817c3","@firebase/firestore-types":"1.13.0-canary.4dc8817c3","@firebase/logger":"0.2.6-canary.4dc8817c3","@firebase/util":"0.3.2-canary.4dc8817c3","@firebase/webchannel-wrapper":"0.3.0-canary.4dc8817c3","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.4dc8817c3","@firebase/app-types":"0.6.1-canary.4dc8817c3"},"devDependencies":{"@firebase/app":"0.6.11-canary.4dc8817c3","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.4dc8817c3","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"93353076ff8cdde44f80edf5488ac438444d8fee","size":5789236,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.4dc8817c3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.4dc8817c3_1600731121981_0.8086100468767168"},"_hasShrinkwrap":false,"publish_time":1600731122301,"_cnpm_publish_time":1600731122301,"contributors":[]},"1.17.0-canary.5593be665":{"name":"@firebase/firestore","version":"1.17.0-canary.5593be665","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.5593be665","@firebase/firestore-types":"1.13.0-canary.5593be665","@firebase/logger":"0.2.6-canary.5593be665","@firebase/util":"0.3.2-canary.5593be665","@firebase/webchannel-wrapper":"0.3.0-canary.5593be665","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.5593be665","@firebase/app-types":"0.6.1-canary.5593be665"},"devDependencies":{"@firebase/app":"0.6.11-canary.5593be665","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.28.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.5593be665","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"ee4376ac7b7e523bba610af53bf24d9004f313e1","size":5789081,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.5593be665.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.5593be665_1600723493037_0.10038239240703994"},"_hasShrinkwrap":false,"publish_time":1600723493321,"_cnpm_publish_time":1600723493321,"contributors":[]},"1.17.0-canary.16c6ba979":{"name":"@firebase/firestore","version":"1.17.0-canary.16c6ba979","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.16c6ba979","@firebase/firestore-types":"1.13.0-canary.16c6ba979","@firebase/logger":"0.2.6-canary.16c6ba979","@firebase/util":"0.3.2-canary.16c6ba979","@firebase/webchannel-wrapper":"0.3.0-canary.16c6ba979","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.16c6ba979","@firebase/app-types":"0.6.1-canary.16c6ba979"},"devDependencies":{"@firebase/app":"0.6.11-canary.16c6ba979","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.16c6ba979","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"c929bf8e7c6cfdb2a5dd5d5f95e9c10de5df49f3","size":5789067,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.16c6ba979.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.16c6ba979_1600721200809_0.4736118487242609"},"_hasShrinkwrap":false,"publish_time":1600721201167,"_cnpm_publish_time":1600721201167,"contributors":[]},"1.17.0-canary.7bf73797d":{"name":"@firebase/firestore","version":"1.17.0-canary.7bf73797d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.7bf73797d","@firebase/firestore-types":"1.13.0-canary.7bf73797d","@firebase/logger":"0.2.6-canary.7bf73797d","@firebase/util":"0.3.2-canary.7bf73797d","@firebase/webchannel-wrapper":"0.3.0-canary.7bf73797d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.7bf73797d","@firebase/app-types":"0.6.1-canary.7bf73797d"},"devDependencies":{"@firebase/app":"0.6.11-canary.7bf73797d","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.7bf73797d","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"12b3562f5587b5f8ad8ae1ec2465c3c501f342a9","size":5789164,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.7bf73797d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.7bf73797d_1600709048449_0.11567424500858525"},"_hasShrinkwrap":false,"publish_time":1600709048815,"_cnpm_publish_time":1600709048815,"contributors":[]},"1.17.0-canary.4c4b2d110":{"name":"@firebase/firestore","version":"1.17.0-canary.4c4b2d110","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.4c4b2d110","@firebase/firestore-types":"1.13.0-canary.4c4b2d110","@firebase/logger":"0.2.6-canary.4c4b2d110","@firebase/util":"0.3.2-canary.4c4b2d110","@firebase/webchannel-wrapper":"0.3.0-canary.4c4b2d110","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.4c4b2d110","@firebase/app-types":"0.6.1-canary.4c4b2d110"},"devDependencies":{"@firebase/app":"0.6.11-canary.4c4b2d110","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.4c4b2d110","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"7708c2bb9c7d20f4e2cb6479566e8289c49ab811","size":5789146,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.4c4b2d110.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.4c4b2d110_1600704810276_0.7003145051897139"},"_hasShrinkwrap":false,"publish_time":1600704810736,"_cnpm_publish_time":1600704810736,"contributors":[]},"1.17.0-canary.bd85ee70f":{"name":"@firebase/firestore","version":"1.17.0-canary.bd85ee70f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.bd85ee70f","@firebase/firestore-types":"1.13.0-canary.bd85ee70f","@firebase/logger":"0.2.6-canary.bd85ee70f","@firebase/util":"0.3.2-canary.bd85ee70f","@firebase/webchannel-wrapper":"0.3.0-canary.bd85ee70f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.bd85ee70f","@firebase/app-types":"0.6.1-canary.bd85ee70f"},"devDependencies":{"@firebase/app":"0.6.11-canary.bd85ee70f","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.bd85ee70f","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"783315dfe883c7454934e9241b6ab548a4c7df44","size":5789143,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.bd85ee70f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.bd85ee70f_1600491845259_0.9184661907156606"},"_hasShrinkwrap":false,"publish_time":1600491845704,"_cnpm_publish_time":1600491845704,"contributors":[]},"1.17.0-canary.0986b92c6":{"name":"@firebase/firestore","version":"1.17.0-canary.0986b92c6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.0986b92c6","@firebase/firestore-types":"1.13.0-canary.0986b92c6","@firebase/logger":"0.2.6-canary.0986b92c6","@firebase/util":"0.3.2-canary.0986b92c6","@firebase/webchannel-wrapper":"0.3.0-canary.0986b92c6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.0986b92c6","@firebase/app-types":"0.6.1-canary.0986b92c6"},"devDependencies":{"@firebase/app":"0.6.11-canary.0986b92c6","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.0986b92c6","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"b73a034980733d70a2cd2cf921f2bb9e47d6142c","size":5764656,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.0986b92c6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.0986b92c6_1600384407334_0.7727227210788388"},"_hasShrinkwrap":false,"publish_time":1600384407831,"_cnpm_publish_time":1600384407831,"contributors":[]},"1.17.0-canary.3a6e5ffbb":{"name":"@firebase/firestore","version":"1.17.0-canary.3a6e5ffbb","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.3a6e5ffbb","@firebase/firestore-types":"1.13.0-canary.3a6e5ffbb","@firebase/logger":"0.2.6-canary.3a6e5ffbb","@firebase/util":"0.3.2-canary.3a6e5ffbb","@firebase/webchannel-wrapper":"0.3.0-canary.3a6e5ffbb","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.3a6e5ffbb","@firebase/app-types":"0.6.1-canary.3a6e5ffbb"},"devDependencies":{"@firebase/app":"0.6.11-canary.3a6e5ffbb","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.3a6e5ffbb","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"b54eacdb43111b6e52b914fefcf3713e206ea15c","size":5764625,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.3a6e5ffbb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.3a6e5ffbb_1600381337851_0.8411246403138017"},"_hasShrinkwrap":false,"publish_time":1600381338215,"_cnpm_publish_time":1600381338215,"contributors":[]},"1.17.0-canary.9b6b06ad2":{"name":"@firebase/firestore","version":"1.17.0-canary.9b6b06ad2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.9b6b06ad2","@firebase/firestore-types":"1.13.0-canary.9b6b06ad2","@firebase/logger":"0.2.6-canary.9b6b06ad2","@firebase/util":"0.3.2-canary.9b6b06ad2","@firebase/webchannel-wrapper":"0.3.0-canary.9b6b06ad2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.9b6b06ad2","@firebase/app-types":"0.6.1-canary.9b6b06ad2"},"devDependencies":{"@firebase/app":"0.6.11-canary.9b6b06ad2","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-canary.9b6b06ad2","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"0e675df93a3ee03d739165b67aa3a05e7e5b082f","size":5764637,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-canary.9b6b06ad2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-canary.9b6b06ad2_1600380618255_0.34513626406398323"},"_hasShrinkwrap":false,"publish_time":1600380618627,"_cnpm_publish_time":1600380618627,"contributors":[]},"1.17.0":{"name":"@firebase/firestore","version":"1.17.0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19","@firebase/firestore-types":"1.13.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.2","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.11","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"f452b6387749d74a66173c74654fdf915a1241d4","size":5764303,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0_1600376697034_0.24266249845154797"},"_hasShrinkwrap":false,"publish_time":1600376697540,"_cnpm_publish_time":1600376697540,"contributors":[]},"1.16.7-canary.7086f4a31":{"name":"@firebase/firestore","version":"1.16.7-canary.7086f4a31","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.7086f4a31","@firebase/firestore-types":"1.12.1-canary.7086f4a31","@firebase/logger":"0.2.6-canary.7086f4a31","@firebase/util":"0.3.2-canary.7086f4a31","@firebase/webchannel-wrapper":"0.3.0-canary.7086f4a31","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.7086f4a31","@firebase/app-types":"0.6.1-canary.7086f4a31"},"devDependencies":{"@firebase/app":"0.6.11-canary.7086f4a31","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.7-canary.7086f4a31","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"bc04f2880be6645e9f42b876cd74f3d898ee0aac","size":5764367,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.7-canary.7086f4a31.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.7-canary.7086f4a31_1600374583060_0.8679407981301515"},"_hasShrinkwrap":false,"publish_time":1600374583373,"_cnpm_publish_time":1600374583373,"contributors":[]},"1.16.7-canary.d41152a2a":{"name":"@firebase/firestore","version":"1.16.7-canary.d41152a2a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.d41152a2a","@firebase/firestore-types":"1.12.1-canary.d41152a2a","@firebase/logger":"0.2.6-canary.d41152a2a","@firebase/util":"0.3.2-canary.d41152a2a","@firebase/webchannel-wrapper":"0.3.0-canary.d41152a2a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.d41152a2a","@firebase/app-types":"0.6.1-canary.d41152a2a"},"devDependencies":{"@firebase/app":"0.6.11-canary.d41152a2a","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.7-canary.d41152a2a","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"791457c3d71f77b90f2141d0ecdb5d27cada04e6","size":5764349,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.7-canary.d41152a2a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.7-canary.d41152a2a_1600367483299_0.06750125099444126"},"_hasShrinkwrap":false,"publish_time":1600367483534,"_cnpm_publish_time":1600367483534,"contributors":[]},"1.16.7-canary.ff66d8cc9":{"name":"@firebase/firestore","version":"1.16.7-canary.ff66d8cc9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.ff66d8cc9","@firebase/firestore-types":"1.12.1-canary.ff66d8cc9","@firebase/logger":"0.2.6-canary.ff66d8cc9","@firebase/util":"0.3.2-canary.ff66d8cc9","@firebase/webchannel-wrapper":"0.3.0-canary.ff66d8cc9","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.ff66d8cc9","@firebase/app-types":"0.6.1-canary.ff66d8cc9"},"devDependencies":{"@firebase/app":"0.6.11-canary.ff66d8cc9","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.7-canary.ff66d8cc9","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"00cc8047e59cc6ce6dc146f8e4843d0d0832a7ec","size":5764354,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.7-canary.ff66d8cc9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.7-canary.ff66d8cc9_1600284011826_0.9767324706837992"},"_hasShrinkwrap":false,"publish_time":1600284012168,"_cnpm_publish_time":1600284012168,"contributors":[]},"1.16.7-canary.01e9f58f9":{"name":"@firebase/firestore","version":"1.16.7-canary.01e9f58f9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.01e9f58f9","@firebase/firestore-types":"1.12.1-canary.01e9f58f9","@firebase/logger":"0.2.6-canary.01e9f58f9","@firebase/util":"0.3.2-canary.01e9f58f9","@firebase/webchannel-wrapper":"0.3.0-canary.01e9f58f9","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.01e9f58f9","@firebase/app-types":"0.6.1-canary.01e9f58f9"},"devDependencies":{"@firebase/app":"0.6.11-canary.01e9f58f9","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.7-canary.01e9f58f9","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"3f4cbf01cd9cccd0c4b87aec739cef5b54d54481","size":5764358,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.7-canary.01e9f58f9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.7-canary.01e9f58f9_1600282000154_0.7628803048056809"},"_hasShrinkwrap":false,"publish_time":1600282000582,"_cnpm_publish_time":1600282000582,"contributors":[]},"1.16.7-canary.40f958254":{"name":"@firebase/firestore","version":"1.16.7-canary.40f958254","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.40f958254","@firebase/firestore-types":"1.12.1-canary.40f958254","@firebase/logger":"0.2.6-canary.40f958254","@firebase/util":"0.3.2-canary.40f958254","@firebase/webchannel-wrapper":"0.3.0-canary.40f958254","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.40f958254","@firebase/app-types":"0.6.1-canary.40f958254"},"devDependencies":{"@firebase/app":"0.6.11-canary.40f958254","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.7-canary.40f958254","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"8a13633d3112bbdc2dce9e6fa8071096a0cb878d","size":5764378,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.7-canary.40f958254.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.7-canary.40f958254_1600281941785_0.09742917392942885"},"_hasShrinkwrap":false,"publish_time":1600281942057,"_cnpm_publish_time":1600281942057,"contributors":[]},"1.16.7-canary.07cbd42e6":{"name":"@firebase/firestore","version":"1.16.7-canary.07cbd42e6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.07cbd42e6","@firebase/firestore-types":"1.12.1-canary.07cbd42e6","@firebase/logger":"0.2.6-canary.07cbd42e6","@firebase/util":"0.3.2-canary.07cbd42e6","@firebase/webchannel-wrapper":"0.3.0-canary.07cbd42e6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.07cbd42e6","@firebase/app-types":"0.6.1-canary.07cbd42e6"},"devDependencies":{"@firebase/app":"0.6.11-canary.07cbd42e6","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.7-canary.07cbd42e6","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"4f85079e6841f81c270db1b28161294120701400","size":5764345,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.7-canary.07cbd42e6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.7-canary.07cbd42e6_1600278270294_0.174080410575989"},"_hasShrinkwrap":false,"publish_time":1600278270551,"_cnpm_publish_time":1600278270551,"contributors":[]},"1.16.7-canary.80e421900":{"name":"@firebase/firestore","version":"1.16.7-canary.80e421900","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.80e421900","@firebase/firestore-types":"1.12.1-canary.80e421900","@firebase/logger":"0.2.6-canary.80e421900","@firebase/util":"0.3.2-canary.80e421900","@firebase/webchannel-wrapper":"0.3.0-canary.80e421900","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.80e421900","@firebase/app-types":"0.6.1-canary.80e421900"},"devDependencies":{"@firebase/app":"0.6.11-canary.80e421900","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.7-canary.80e421900","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"ed81becea38df61cb7c3de976d35ab913e2e5f22","size":5764349,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.7-canary.80e421900.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.7-canary.80e421900_1600212723480_0.29808184591161213"},"_hasShrinkwrap":false,"publish_time":1600212723847,"_cnpm_publish_time":1600212723847,"contributors":[]},"1.17.0-2020815231418":{"name":"@firebase/firestore","version":"1.17.0-2020815231418","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19","@firebase/firestore-types":"1.13.0-2020815231418","@firebase/logger":"0.2.6","@firebase/util":"0.3.2","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.11","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.17.0-2020815231418","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"c9b6427a71c52bc72ea42b23f1910a594bd91203","size":5764662,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.17.0-2020815231418.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.17.0-2020815231418_1600212025001_0.20533626701043195"},"_hasShrinkwrap":false,"publish_time":1600212025365,"_cnpm_publish_time":1600212025365,"contributors":[]},"1.16.7-canary.f9004177e":{"name":"@firebase/firestore","version":"1.16.7-canary.f9004177e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.f9004177e","@firebase/firestore-types":"1.12.1-canary.f9004177e","@firebase/logger":"0.2.6-canary.f9004177e","@firebase/util":"0.3.2-canary.f9004177e","@firebase/webchannel-wrapper":"0.3.0-canary.f9004177e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.f9004177e","@firebase/app-types":"0.6.1-canary.f9004177e"},"devDependencies":{"@firebase/app":"0.6.11-canary.f9004177e","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.7-canary.f9004177e","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"4cabab06ec358b3c2509a801c6f262a5b65ba36e","size":5764340,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.7-canary.f9004177e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.7-canary.f9004177e_1600184302179_0.4600072499133323"},"_hasShrinkwrap":false,"publish_time":1600184302591,"_cnpm_publish_time":1600184302591,"contributors":[]},"1.16.7-canary.a865ae9eb":{"name":"@firebase/firestore","version":"1.16.7-canary.a865ae9eb","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.a865ae9eb","@firebase/firestore-types":"1.12.1-canary.a865ae9eb","@firebase/logger":"0.2.6-canary.a865ae9eb","@firebase/util":"0.3.2-canary.a865ae9eb","@firebase/webchannel-wrapper":"0.3.0-canary.a865ae9eb","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.a865ae9eb","@firebase/app-types":"0.6.1-canary.a865ae9eb"},"devDependencies":{"@firebase/app":"0.6.11-canary.a865ae9eb","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.7-canary.a865ae9eb","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"ebd25987ca5524176df6b4e03485388bf18737a0","size":5766513,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.7-canary.a865ae9eb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.7-canary.a865ae9eb_1600105905694_0.45447733624827213"},"_hasShrinkwrap":false,"publish_time":1600105906037,"_cnpm_publish_time":1600105906037,"contributors":[]},"1.16.7-canary.b1854ab30":{"name":"@firebase/firestore","version":"1.16.7-canary.b1854ab30","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.b1854ab30","@firebase/firestore-types":"1.12.1-canary.b1854ab30","@firebase/logger":"0.2.6-canary.b1854ab30","@firebase/util":"0.3.2-canary.b1854ab30","@firebase/webchannel-wrapper":"0.3.0-canary.b1854ab30","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.b1854ab30","@firebase/app-types":"0.6.1-canary.b1854ab30"},"devDependencies":{"@firebase/app":"0.6.11-canary.b1854ab30","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.7-canary.b1854ab30","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"84ec19baa457516ac7762b8cdcca24a6adb6a79d","size":5773425,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.7-canary.b1854ab30.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.7-canary.b1854ab30_1599866822606_0.3371357824925483"},"_hasShrinkwrap":false,"publish_time":1599866822934,"_cnpm_publish_time":1599866822934,"contributors":[]},"1.16.7-canary.e81c429ae":{"name":"@firebase/firestore","version":"1.16.7-canary.e81c429ae","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.e81c429ae","@firebase/firestore-types":"1.12.1-canary.e81c429ae","@firebase/logger":"0.2.6-canary.e81c429ae","@firebase/util":"0.3.2-canary.e81c429ae","@firebase/webchannel-wrapper":"0.3.0-canary.e81c429ae","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.e81c429ae","@firebase/app-types":"0.6.1-canary.e81c429ae"},"devDependencies":{"@firebase/app":"0.6.11-canary.e81c429ae","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.7-canary.e81c429ae","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"cfc4cae85c392b21a7defa6f47ca529d88f85d2c","size":5772253,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.7-canary.e81c429ae.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.7-canary.e81c429ae_1599858679987_0.4926077703105176"},"_hasShrinkwrap":false,"publish_time":1599858680390,"_cnpm_publish_time":1599858680390,"contributors":[]},"1.16.7-canary.35d1c0df6":{"name":"@firebase/firestore","version":"1.16.7-canary.35d1c0df6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.35d1c0df6","@firebase/firestore-types":"1.12.1-canary.35d1c0df6","@firebase/logger":"0.2.6-canary.35d1c0df6","@firebase/util":"0.3.2-canary.35d1c0df6","@firebase/webchannel-wrapper":"0.3.0-canary.35d1c0df6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.35d1c0df6","@firebase/app-types":"0.6.1-canary.35d1c0df6"},"devDependencies":{"@firebase/app":"0.6.11-canary.35d1c0df6","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.7-canary.35d1c0df6","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"1a0c5bf4f0b7522f0cc7965e29eaf1b076c5abca","size":5770519,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.7-canary.35d1c0df6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.7-canary.35d1c0df6_1599849581816_0.695968530130352"},"_hasShrinkwrap":false,"publish_time":1599849582098,"_cnpm_publish_time":1599849582098,"contributors":[]},"1.16.7-canary.4b4816703":{"name":"@firebase/firestore","version":"1.16.7-canary.4b4816703","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.4b4816703","@firebase/firestore-types":"1.12.1-canary.4b4816703","@firebase/logger":"0.2.6-canary.4b4816703","@firebase/util":"0.3.2-canary.4b4816703","@firebase/webchannel-wrapper":"0.3.0-canary.4b4816703","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.4b4816703","@firebase/app-types":"0.6.1-canary.4b4816703"},"devDependencies":{"@firebase/app":"0.6.11-canary.4b4816703","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.7-canary.4b4816703","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"1589b079ff096407ec460e49e35b4fd8e29fb36d","size":5770540,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.7-canary.4b4816703.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.7-canary.4b4816703_1599845063408_0.9186040920177836"},"_hasShrinkwrap":false,"publish_time":1599845063724,"_cnpm_publish_time":1599845063724,"contributors":[]},"1.16.7-canary.0eb18ca80":{"name":"@firebase/firestore","version":"1.16.7-canary.0eb18ca80","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-canary.0eb18ca80","@firebase/firestore-types":"1.12.1-canary.0eb18ca80","@firebase/logger":"0.2.6-canary.0eb18ca80","@firebase/util":"0.3.2-canary.0eb18ca80","@firebase/webchannel-wrapper":"0.3.0-canary.0eb18ca80","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-canary.0eb18ca80","@firebase/app-types":"0.6.1-canary.0eb18ca80"},"devDependencies":{"@firebase/app":"0.6.11-canary.0eb18ca80","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.7-canary.0eb18ca80","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"3460216b50ed1ad921e367248e33f5d994777063","size":5770515,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.7-canary.0eb18ca80.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.7-canary.0eb18ca80_1599775440508_0.9851579716642798"},"_hasShrinkwrap":false,"publish_time":1599775440969,"_cnpm_publish_time":1599775440969,"contributors":[]},"1.16.7":{"name":"@firebase/firestore","version":"1.16.7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19","@firebase/firestore-types":"1.12.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.2","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.11","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.7","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"046da8e129205538335f261b804273ec04c6df42","size":5756607,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.7_1599767417215_0.21578708619116305"},"_hasShrinkwrap":false,"publish_time":1599767417478,"_cnpm_publish_time":1599767417478,"contributors":[]},"1.16.6-canary.595dfb0df":{"name":"@firebase/firestore","version":"1.16.6-canary.595dfb0df","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.595dfb0df","@firebase/firestore-types":"1.12.1-canary.595dfb0df","@firebase/logger":"0.2.6-canary.595dfb0df","@firebase/util":"0.3.1-canary.595dfb0df","@firebase/webchannel-wrapper":"0.3.0-canary.595dfb0df","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.595dfb0df","@firebase/app-types":"0.6.1-canary.595dfb0df"},"devDependencies":{"@firebase/app":"0.6.10-canary.595dfb0df","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.6-canary.595dfb0df","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"d4a2b695c9e448acbc5479df585b1fcb3e8a3694","size":5770342,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.6-canary.595dfb0df.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.6-canary.595dfb0df_1599767192443_0.9726744534574652"},"_hasShrinkwrap":false,"publish_time":1599767192873,"_cnpm_publish_time":1599767192873,"contributors":[]},"1.16.6-canary.95ab732eb":{"name":"@firebase/firestore","version":"1.16.6-canary.95ab732eb","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.95ab732eb","@firebase/firestore-types":"1.12.1-canary.95ab732eb","@firebase/logger":"0.2.6-canary.95ab732eb","@firebase/util":"0.3.1-canary.95ab732eb","@firebase/webchannel-wrapper":"0.3.0-canary.95ab732eb","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.95ab732eb","@firebase/app-types":"0.6.1-canary.95ab732eb"},"devDependencies":{"@firebase/app":"0.6.10-canary.95ab732eb","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.6-canary.95ab732eb","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"837211cc2cd21ab3dff5144821f5eeec27fb9461","size":5770307,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.6-canary.95ab732eb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.6-canary.95ab732eb_1599693806702_0.65996401037973"},"_hasShrinkwrap":false,"publish_time":1599693807003,"_cnpm_publish_time":1599693807003,"contributors":[]},"1.16.6-canary.565004d8f":{"name":"@firebase/firestore","version":"1.16.6-canary.565004d8f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.565004d8f","@firebase/firestore-types":"1.12.1-canary.565004d8f","@firebase/logger":"0.2.6-canary.565004d8f","@firebase/util":"0.3.1-canary.565004d8f","@firebase/webchannel-wrapper":"0.3.0-canary.565004d8f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.565004d8f","@firebase/app-types":"0.6.1-canary.565004d8f"},"devDependencies":{"@firebase/app":"0.6.10-canary.565004d8f","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.6-canary.565004d8f","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"9f2227fff4332201693e61d81df12d03c0d58b0d","size":5752075,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.6-canary.565004d8f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.6-canary.565004d8f_1599691144729_0.6929258529223865"},"_hasShrinkwrap":false,"publish_time":1599691145008,"_cnpm_publish_time":1599691145008,"contributors":[]},"1.16.6-canary.0119d6677":{"name":"@firebase/firestore","version":"1.16.6-canary.0119d6677","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.0119d6677","@firebase/firestore-types":"1.12.1-canary.0119d6677","@firebase/logger":"0.2.6-canary.0119d6677","@firebase/util":"0.3.1-canary.0119d6677","@firebase/webchannel-wrapper":"0.3.0-canary.0119d6677","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.0119d6677","@firebase/app-types":"0.6.1-canary.0119d6677"},"devDependencies":{"@firebase/app":"0.6.10-canary.0119d6677","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.6-canary.0119d6677","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"ea3e6d207362addc64a0a65ce177a5fbd059cb48","size":5756813,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.6-canary.0119d6677.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.6-canary.0119d6677_1599683724744_0.5637975577318222"},"_hasShrinkwrap":false,"publish_time":1599683725162,"_cnpm_publish_time":1599683725162,"contributors":[]},"1.16.6-canary.a8ff3dbaa":{"name":"@firebase/firestore","version":"1.16.6-canary.a8ff3dbaa","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.a8ff3dbaa","@firebase/firestore-types":"1.12.1-canary.a8ff3dbaa","@firebase/logger":"0.2.6-canary.a8ff3dbaa","@firebase/util":"0.3.1-canary.a8ff3dbaa","@firebase/webchannel-wrapper":"0.3.0-canary.a8ff3dbaa","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.a8ff3dbaa","@firebase/app-types":"0.6.1-canary.a8ff3dbaa"},"devDependencies":{"@firebase/app":"0.6.10-canary.a8ff3dbaa","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.6-canary.a8ff3dbaa","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"b048f80636cc6c94adc8fa36d1619a6b5d320c10","size":5756773,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.6-canary.a8ff3dbaa.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.6-canary.a8ff3dbaa_1599673116266_0.5790339030398297"},"_hasShrinkwrap":false,"publish_time":1599673116601,"_cnpm_publish_time":1599673116601,"contributors":[]},"1.16.6-canary.3d9b5a595":{"name":"@firebase/firestore","version":"1.16.6-canary.3d9b5a595","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.3d9b5a595","@firebase/firestore-types":"1.12.1-canary.3d9b5a595","@firebase/logger":"0.2.6-canary.3d9b5a595","@firebase/util":"0.3.1-canary.3d9b5a595","@firebase/webchannel-wrapper":"0.3.0-canary.3d9b5a595","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.3d9b5a595","@firebase/app-types":"0.6.1-canary.3d9b5a595"},"devDependencies":{"@firebase/app":"0.6.10-canary.3d9b5a595","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.6-canary.3d9b5a595","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"37ca31e6c5dbb471fb7c112c31d947676d1a92a3","size":5756604,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.6-canary.3d9b5a595.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.6-canary.3d9b5a595_1599671469331_0.39202484752914724"},"_hasShrinkwrap":false,"publish_time":1599671469688,"_cnpm_publish_time":1599671469688,"contributors":[]},"1.16.6-canary.f47f9907c":{"name":"@firebase/firestore","version":"1.16.6-canary.f47f9907c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.f47f9907c","@firebase/firestore-types":"1.12.1-canary.f47f9907c","@firebase/logger":"0.2.6-canary.f47f9907c","@firebase/util":"0.3.1-canary.f47f9907c","@firebase/webchannel-wrapper":"0.3.0-canary.f47f9907c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.f47f9907c","@firebase/app-types":"0.6.1-canary.f47f9907c"},"devDependencies":{"@firebase/app":"0.6.10-canary.f47f9907c","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.6-canary.f47f9907c","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"990ce45c9b40f52c47a6dc53c643d5cb17078827","size":5756612,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.6-canary.f47f9907c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.6-canary.f47f9907c_1599610133256_0.14733547800072055"},"_hasShrinkwrap":false,"publish_time":1599610133563,"_cnpm_publish_time":1599610133563,"contributors":[]},"1.16.7-202088235442":{"name":"@firebase/firestore","version":"1.16.7-202088235442","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.19-202088235442","@firebase/firestore-types":"1.12.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.2-202088235442","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.11-202088235442","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.11-202088235442","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.7-202088235442","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"3768550f593d8c8ed222aad3c5f6f7dec4967df2","size":5756840,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.7-202088235442.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.7-202088235442_1599609739020_0.47292969422521325"},"_hasShrinkwrap":false,"publish_time":1599609739420,"_cnpm_publish_time":1599609739420,"contributors":[]},"0.0.800-exp.aca9933ee":{"name":"@firebase/firestore","version":"0.0.800-exp.aca9933ee","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18","@firebase/firestore-types":"1.12.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.1","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.800-exp.aca9933ee","@firebase/app-types":"0.0.800-exp.aca9933ee"},"devDependencies":{"@firebase/app":"0.6.10","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.800-exp.aca9933ee","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"9c9186ed1944d7ca24cb4e8ec3fb1ca1d7feeb8e","size":3105692,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.800-exp.aca9933ee.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.800-exp.aca9933ee_1598643738528_0.7271908721020477"},"_hasShrinkwrap":false,"publish_time":1598643738795,"_cnpm_publish_time":1598643738795,"contributors":[]},"1.16.6-canary.7e7081011":{"name":"@firebase/firestore","version":"1.16.6-canary.7e7081011","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.7e7081011","@firebase/firestore-types":"1.12.1-canary.7e7081011","@firebase/logger":"0.2.6-canary.7e7081011","@firebase/util":"0.3.1-canary.7e7081011","@firebase/webchannel-wrapper":"0.3.0-canary.7e7081011","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.7e7081011","@firebase/app-types":"0.6.1-canary.7e7081011"},"devDependencies":{"@firebase/app":"0.6.10-canary.7e7081011","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.6-canary.7e7081011","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"c4bb2b5a292f92a868b44ea4d1908b7e2dced49d","size":5751125,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.6-canary.7e7081011.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.6-canary.7e7081011_1598642861591_0.006946412377498268"},"_hasShrinkwrap":false,"publish_time":1598642861843,"_cnpm_publish_time":1598642861843,"contributors":[]},"1.16.6-canary.4c9cfa0cc":{"name":"@firebase/firestore","version":"1.16.6-canary.4c9cfa0cc","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.4c9cfa0cc","@firebase/firestore-types":"1.12.1-canary.4c9cfa0cc","@firebase/logger":"0.2.6-canary.4c9cfa0cc","@firebase/util":"0.3.1-canary.4c9cfa0cc","@firebase/webchannel-wrapper":"0.3.0-canary.4c9cfa0cc","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.4c9cfa0cc","@firebase/app-types":"0.6.1-canary.4c9cfa0cc"},"devDependencies":{"@firebase/app":"0.6.10-canary.4c9cfa0cc","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.6-canary.4c9cfa0cc","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"1ead7dfdb17f9dc09fdb031676a41d5f73aaccaa","size":5751088,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.6-canary.4c9cfa0cc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.6-canary.4c9cfa0cc_1598641557579_0.1558619570388664"},"_hasShrinkwrap":false,"publish_time":1598641557937,"_cnpm_publish_time":1598641557937,"contributors":[]},"1.16.6-canary.bdae2c966":{"name":"@firebase/firestore","version":"1.16.6-canary.bdae2c966","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.bdae2c966","@firebase/firestore-types":"1.12.1-canary.bdae2c966","@firebase/logger":"0.2.6-canary.bdae2c966","@firebase/util":"0.3.1-canary.bdae2c966","@firebase/webchannel-wrapper":"0.3.0-canary.bdae2c966","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.bdae2c966","@firebase/app-types":"0.6.1-canary.bdae2c966"},"devDependencies":{"@firebase/app":"0.6.10-canary.bdae2c966","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.6-canary.bdae2c966","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"7e6fcf57c3a5749e234730bed9575b8e8524b4e3","size":5751093,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.6-canary.bdae2c966.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.6-canary.bdae2c966_1598640315664_0.153557982092563"},"_hasShrinkwrap":false,"publish_time":1598640316006,"_cnpm_publish_time":1598640316006,"contributors":[]},"0.0.800-exp.bdae2c966":{"name":"@firebase/firestore","version":"0.0.800-exp.bdae2c966","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18","@firebase/firestore-types":"1.12.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.1","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.800-exp.bdae2c966","@firebase/app-types":"0.0.800-exp.bdae2c966"},"devDependencies":{"@firebase/app":"0.6.10","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.800-exp.bdae2c966","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"f866fe08b87373ec47ead217e44761a8eccd6900","size":3105693,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.800-exp.bdae2c966.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.800-exp.bdae2c966_1598639968554_0.06551374309723901"},"_hasShrinkwrap":false,"publish_time":1598639968767,"_cnpm_publish_time":1598639968767,"contributors":[]},"1.16.6-canary.8d2361299":{"name":"@firebase/firestore","version":"1.16.6-canary.8d2361299","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.8d2361299","@firebase/firestore-types":"1.12.1-canary.8d2361299","@firebase/logger":"0.2.6-canary.8d2361299","@firebase/util":"0.3.1-canary.8d2361299","@firebase/webchannel-wrapper":"0.3.0-canary.8d2361299","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.8d2361299","@firebase/app-types":"0.6.1-canary.8d2361299"},"devDependencies":{"@firebase/app":"0.6.10-canary.8d2361299","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.6-canary.8d2361299","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"32f51cb32683ec0f99b2ba4d860f0ed80f81ed98","size":5751125,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.6-canary.8d2361299.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.6-canary.8d2361299_1598637700545_0.8351117549419298"},"_hasShrinkwrap":false,"publish_time":1598637700899,"_cnpm_publish_time":1598637700899,"contributors":[]},"1.16.6-canary.249d40cb6":{"name":"@firebase/firestore","version":"1.16.6-canary.249d40cb6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.249d40cb6","@firebase/firestore-types":"1.12.1-canary.249d40cb6","@firebase/logger":"0.2.6-canary.249d40cb6","@firebase/util":"0.3.1-canary.249d40cb6","@firebase/webchannel-wrapper":"0.3.0-canary.249d40cb6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.249d40cb6","@firebase/app-types":"0.6.1-canary.249d40cb6"},"devDependencies":{"@firebase/app":"0.6.10-canary.249d40cb6","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.5","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.6-canary.249d40cb6","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"86f3f7b77176f4fa74a2d8a1a2caa92b2c9032a8","size":5751110,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.6-canary.249d40cb6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.6-canary.249d40cb6_1598634795215_0.026730222046104313"},"_hasShrinkwrap":false,"publish_time":1598634795531,"_cnpm_publish_time":1598634795531,"contributors":[]},"1.16.6-canary.0dfd51620":{"name":"@firebase/firestore","version":"1.16.6-canary.0dfd51620","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.0dfd51620","@firebase/firestore-types":"1.12.1-canary.0dfd51620","@firebase/logger":"0.2.6-canary.0dfd51620","@firebase/util":"0.3.1-canary.0dfd51620","@firebase/webchannel-wrapper":"0.3.0-canary.0dfd51620","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.0dfd51620","@firebase/app-types":"0.6.1-canary.0dfd51620"},"devDependencies":{"@firebase/app":"0.6.10-canary.0dfd51620","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.5","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.6-canary.0dfd51620","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"d13757470ede96f1b5a924e5400d29be3b89cace","size":5750339,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.6-canary.0dfd51620.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.6-canary.0dfd51620_1598577321209_0.8213864951477892"},"_hasShrinkwrap":false,"publish_time":1598577321671,"_cnpm_publish_time":1598577321671,"contributors":[]},"1.16.6-canary.f7a1a974d":{"name":"@firebase/firestore","version":"1.16.6-canary.f7a1a974d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.f7a1a974d","@firebase/firestore-types":"1.12.1-canary.f7a1a974d","@firebase/logger":"0.2.6-canary.f7a1a974d","@firebase/util":"0.3.1-canary.f7a1a974d","@firebase/webchannel-wrapper":"0.3.0-canary.f7a1a974d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.f7a1a974d","@firebase/app-types":"0.6.1-canary.f7a1a974d"},"devDependencies":{"@firebase/app":"0.6.10-canary.f7a1a974d","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.5","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.6-canary.f7a1a974d","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"2e4b835e0e2cc396efefc4d986a8a9d7e9b958f3","size":5750337,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.6-canary.f7a1a974d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.6-canary.f7a1a974d_1598576151283_0.4035292967937485"},"_hasShrinkwrap":false,"publish_time":1598576151529,"_cnpm_publish_time":1598576151529,"contributors":[]},"0.0.800-exp.f7a1a974d":{"name":"@firebase/firestore","version":"0.0.800-exp.f7a1a974d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18","@firebase/firestore-types":"1.12.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.1","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.800-exp.f7a1a974d","@firebase/app-types":"0.0.800-exp.f7a1a974d"},"devDependencies":{"@firebase/app":"0.6.10","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.5","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.800-exp.f7a1a974d","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"12a5b083e753d96ef72fb47f70a8dc123df5c428","size":3104949,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.800-exp.f7a1a974d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.800-exp.f7a1a974d_1598575773811_0.24963641710700535"},"_hasShrinkwrap":false,"publish_time":1598575774141,"_cnpm_publish_time":1598575774141,"contributors":[]},"1.16.6-canary.c4f8541f5":{"name":"@firebase/firestore","version":"1.16.6-canary.c4f8541f5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.c4f8541f5","@firebase/firestore-types":"1.12.1-canary.c4f8541f5","@firebase/logger":"0.2.6-canary.c4f8541f5","@firebase/util":"0.3.1-canary.c4f8541f5","@firebase/webchannel-wrapper":"0.3.0-canary.c4f8541f5","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.c4f8541f5","@firebase/app-types":"0.6.1-canary.c4f8541f5"},"devDependencies":{"@firebase/app":"0.6.10-canary.c4f8541f5","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.5","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.6-canary.c4f8541f5","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"9f002f40e2a31fa8b51f82bd6c65404afa7338ad","size":5750347,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.6-canary.c4f8541f5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.6-canary.c4f8541f5_1598573791335_0.5535971049888173"},"_hasShrinkwrap":false,"publish_time":1598573791685,"_cnpm_publish_time":1598573791685,"contributors":[]},"1.16.6":{"name":"@firebase/firestore","version":"1.16.6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18","@firebase/firestore-types":"1.12.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.1","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.10","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.5","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.6","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"a38d02b525cb19a12b28d580403c20cc215a2330","size":5704397,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.6_1598572272423_0.8307883324823075"},"_hasShrinkwrap":false,"publish_time":1598572272916,"_cnpm_publish_time":1598572272916,"contributors":[]},"1.16.5-canary.b0a75acb0":{"name":"@firebase/firestore","version":"1.16.5-canary.b0a75acb0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.b0a75acb0","@firebase/firestore-types":"1.12.0-canary.b0a75acb0","@firebase/logger":"0.2.6-canary.b0a75acb0","@firebase/util":"0.3.1-canary.b0a75acb0","@firebase/webchannel-wrapper":"0.3.0-canary.b0a75acb0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.b0a75acb0","@firebase/app-types":"0.6.1-canary.b0a75acb0"},"devDependencies":{"@firebase/app":"0.6.10-canary.b0a75acb0","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.5","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.5-canary.b0a75acb0","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"5bbc33e030f75283d7310eb3bdf176ea773fa2df","size":5750178,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.5-canary.b0a75acb0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.5-canary.b0a75acb0_1598558186575_0.22102013746198312"},"_hasShrinkwrap":false,"publish_time":1598558186905,"_cnpm_publish_time":1598558186905,"contributors":[]},"1.16.5-canary.fee4e8bb7":{"name":"@firebase/firestore","version":"1.16.5-canary.fee4e8bb7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.fee4e8bb7","@firebase/firestore-types":"1.12.0-canary.fee4e8bb7","@firebase/logger":"0.2.6-canary.fee4e8bb7","@firebase/util":"0.3.1-canary.fee4e8bb7","@firebase/webchannel-wrapper":"0.3.0-canary.fee4e8bb7","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.fee4e8bb7","@firebase/app-types":"0.6.1-canary.fee4e8bb7"},"devDependencies":{"@firebase/app":"0.6.10-canary.fee4e8bb7","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.5","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.5-canary.fee4e8bb7","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"d2079bb9cbc5b84f1fa4b6dee8970ce5970793f0","size":5743874,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.5-canary.fee4e8bb7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.5-canary.fee4e8bb7_1598555175643_0.3870590703873693"},"_hasShrinkwrap":false,"publish_time":1598555175948,"_cnpm_publish_time":1598555175948,"contributors":[]},"1.16.5-canary.70537a61e":{"name":"@firebase/firestore","version":"1.16.5-canary.70537a61e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.70537a61e","@firebase/firestore-types":"1.12.0-canary.70537a61e","@firebase/logger":"0.2.6-canary.70537a61e","@firebase/util":"0.3.1-canary.70537a61e","@firebase/webchannel-wrapper":"0.3.0-canary.70537a61e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.70537a61e","@firebase/app-types":"0.6.1-canary.70537a61e"},"devDependencies":{"@firebase/app":"0.6.10-canary.70537a61e","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.5","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.5-canary.70537a61e","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"7871111246188884cedb9156c5e6662e816c4896","size":5742697,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.5-canary.70537a61e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.5-canary.70537a61e_1598551809174_0.1461105200166617"},"_hasShrinkwrap":false,"publish_time":1598551809445,"_cnpm_publish_time":1598551809445,"contributors":[]},"1.16.5-canary.29bac5e88":{"name":"@firebase/firestore","version":"1.16.5-canary.29bac5e88","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.29bac5e88","@firebase/firestore-types":"1.12.0-canary.29bac5e88","@firebase/logger":"0.2.6-canary.29bac5e88","@firebase/util":"0.3.1-canary.29bac5e88","@firebase/webchannel-wrapper":"0.3.0-canary.29bac5e88","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.29bac5e88","@firebase/app-types":"0.6.1-canary.29bac5e88"},"devDependencies":{"@firebase/app":"0.6.10-canary.29bac5e88","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.5","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.5-canary.29bac5e88","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"83710b8484fe0c2b1a9234ebfe4afc5dc7217666","size":5742693,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.5-canary.29bac5e88.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.5-canary.29bac5e88_1598548470366_0.023706073344168077"},"_hasShrinkwrap":false,"publish_time":1598548470638,"_cnpm_publish_time":1598548470638,"contributors":[]},"1.16.5-canary.1a82549a7":{"name":"@firebase/firestore","version":"1.16.5-canary.1a82549a7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.1a82549a7","@firebase/firestore-types":"1.12.0-canary.1a82549a7","@firebase/logger":"0.2.6-canary.1a82549a7","@firebase/util":"0.3.1-canary.1a82549a7","@firebase/webchannel-wrapper":"0.3.0-canary.1a82549a7","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.1a82549a7","@firebase/app-types":"0.6.1-canary.1a82549a7"},"devDependencies":{"@firebase/app":"0.6.10-canary.1a82549a7","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.5","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.5-canary.1a82549a7","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"113b6aec32f35943aeafd689065542d21bd034b2","size":5708769,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.5-canary.1a82549a7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.5-canary.1a82549a7_1598547628644_0.299455697993813"},"_hasShrinkwrap":false,"publish_time":1598547629058,"_cnpm_publish_time":1598547629058,"contributors":[]},"1.16.5-canary.e22a2957e":{"name":"@firebase/firestore","version":"1.16.5-canary.e22a2957e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.e22a2957e","@firebase/firestore-types":"1.12.0-canary.e22a2957e","@firebase/logger":"0.2.6-canary.e22a2957e","@firebase/util":"0.3.1-canary.e22a2957e","@firebase/webchannel-wrapper":"0.3.0-canary.e22a2957e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.e22a2957e","@firebase/app-types":"0.6.1-canary.e22a2957e"},"devDependencies":{"@firebase/app":"0.6.10-canary.e22a2957e","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.5","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.5-canary.e22a2957e","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"2832c6dce7c4754bfe775739098287274e5b273b","size":5708812,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.5-canary.e22a2957e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.5-canary.e22a2957e_1598522747487_0.7036368544465148"},"_hasShrinkwrap":false,"publish_time":1598522747808,"_cnpm_publish_time":1598522747808,"contributors":[]},"1.16.5-canary.da1c7df79":{"name":"@firebase/firestore","version":"1.16.5-canary.da1c7df79","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.da1c7df79","@firebase/firestore-types":"1.12.0-canary.da1c7df79","@firebase/logger":"0.2.6-canary.da1c7df79","@firebase/util":"0.3.1-canary.da1c7df79","@firebase/webchannel-wrapper":"0.3.0-canary.da1c7df79","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.da1c7df79","@firebase/app-types":"0.6.1-canary.da1c7df79"},"devDependencies":{"@firebase/app":"0.6.10-canary.da1c7df79","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.5","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.5-canary.da1c7df79","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"49359efd8a6165fed3ada1675be7692248405349","size":5704608,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.5-canary.da1c7df79.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.5-canary.da1c7df79_1598468726171_0.7732507560607678"},"_hasShrinkwrap":false,"publish_time":1598468726439,"_cnpm_publish_time":1598468726439,"contributors":[]},"1.16.6-202072605451":{"name":"@firebase/firestore","version":"1.16.6-202072605451","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18","@firebase/firestore-types":"1.12.1-202072605451","@firebase/logger":"0.2.6","@firebase/util":"0.3.1","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.10","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.5","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.6-202072605451","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"0ba10b6ed0cc1753d51b50fafbe1d7d3b048e5cc","size":5704758,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.6-202072605451.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.6-202072605451_1598403732495_0.6487278205024805"},"_hasShrinkwrap":false,"publish_time":1598403733365,"_cnpm_publish_time":1598403733365,"contributors":[]},"1.16.5-canary.44c91e5b8":{"name":"@firebase/firestore","version":"1.16.5-canary.44c91e5b8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.44c91e5b8","@firebase/firestore-types":"1.12.0-canary.44c91e5b8","@firebase/logger":"0.2.6-canary.44c91e5b8","@firebase/util":"0.3.1-canary.44c91e5b8","@firebase/webchannel-wrapper":"0.3.0-canary.44c91e5b8","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.44c91e5b8","@firebase/app-types":"0.6.1-canary.44c91e5b8"},"devDependencies":{"@firebase/app":"0.6.10-canary.44c91e5b8","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.5","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"7.0.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.5-canary.44c91e5b8","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"652cf859c5bfc85a46e2a88b73609c34c132603d","size":5704627,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.5-canary.44c91e5b8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.5-canary.44c91e5b8_1598400230411_0.12559515600950144"},"_hasShrinkwrap":false,"publish_time":1598400230751,"_cnpm_publish_time":1598400230751,"contributors":[]},"1.16.5-canary.0d0686392":{"name":"@firebase/firestore","version":"1.16.5-canary.0d0686392","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.0d0686392","@firebase/firestore-types":"1.12.0-canary.0d0686392","@firebase/logger":"0.2.6-canary.0d0686392","@firebase/util":"0.3.1-canary.0d0686392","@firebase/webchannel-wrapper":"0.3.0-canary.0d0686392","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.0d0686392","@firebase/app-types":"0.6.1-canary.0d0686392"},"devDependencies":{"@firebase/app":"0.6.10-canary.0d0686392","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.5","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.5-canary.0d0686392","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"fd3fe76ada48d60dbcd9e8f6c33e6d6ec26ea529","size":5704722,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.5-canary.0d0686392.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.5-canary.0d0686392_1598397516181_0.1947149353576778"},"_hasShrinkwrap":false,"publish_time":1598397516517,"_cnpm_publish_time":1598397516517,"contributors":[]},"1.16.5-canary.57739ae2b":{"name":"@firebase/firestore","version":"1.16.5-canary.57739ae2b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.57739ae2b","@firebase/firestore-types":"1.12.0-canary.57739ae2b","@firebase/logger":"0.2.6-canary.57739ae2b","@firebase/util":"0.3.1-canary.57739ae2b","@firebase/webchannel-wrapper":"0.3.0-canary.57739ae2b","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.57739ae2b","@firebase/app-types":"0.6.1-canary.57739ae2b"},"devDependencies":{"@firebase/app":"0.6.10-canary.57739ae2b","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.5","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"4.0.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.5-canary.57739ae2b","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"7d2cba1113d377e40ea5a24f622d170d56b5da40","size":5704712,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.5-canary.57739ae2b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.5-canary.57739ae2b_1598391147827_0.7846580560269674"},"_hasShrinkwrap":false,"publish_time":1598391148091,"_cnpm_publish_time":1598391148091,"contributors":[]},"1.16.5-canary.05b56061c":{"name":"@firebase/firestore","version":"1.16.5-canary.05b56061c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.05b56061c","@firebase/firestore-types":"1.12.0-canary.05b56061c","@firebase/logger":"0.2.6-canary.05b56061c","@firebase/util":"0.3.1-canary.05b56061c","@firebase/webchannel-wrapper":"0.3.0-canary.05b56061c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.05b56061c","@firebase/app-types":"0.6.1-canary.05b56061c"},"devDependencies":{"@firebase/app":"0.6.10-canary.05b56061c","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.5","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.5-canary.05b56061c","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"742a11e7c9d93f6e5636ae0bf639694a660819c1","size":5704716,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.5-canary.05b56061c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.5-canary.05b56061c_1598389811420_0.13785086194786111"},"_hasShrinkwrap":false,"publish_time":1598389811691,"_cnpm_publish_time":1598389811691,"contributors":[]},"1.16.5-canary.c0f2be022":{"name":"@firebase/firestore","version":"1.16.5-canary.c0f2be022","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.c0f2be022","@firebase/firestore-types":"1.12.0-canary.c0f2be022","@firebase/logger":"0.2.6-canary.c0f2be022","@firebase/util":"0.3.1-canary.c0f2be022","@firebase/webchannel-wrapper":"0.3.0-canary.c0f2be022","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.c0f2be022","@firebase/app-types":"0.6.1-canary.c0f2be022"},"devDependencies":{"@firebase/app":"0.6.10-canary.c0f2be022","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.26.5","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.2","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.5-canary.c0f2be022","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"52030adefcff73515267cff0d4c089e00efe9db2","size":5704696,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.5-canary.c0f2be022.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.5-canary.c0f2be022_1598383088878_0.6912467360478434"},"_hasShrinkwrap":false,"publish_time":1598383089121,"_cnpm_publish_time":1598383089121,"contributors":[]},"1.16.5-canary.978faa60a":{"name":"@firebase/firestore","version":"1.16.5-canary.978faa60a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.978faa60a","@firebase/firestore-types":"1.12.0-canary.978faa60a","@firebase/logger":"0.2.6-canary.978faa60a","@firebase/util":"0.3.1-canary.978faa60a","@firebase/webchannel-wrapper":"0.3.0-canary.978faa60a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.978faa60a","@firebase/app-types":"0.6.1-canary.978faa60a"},"devDependencies":{"@firebase/app":"0.6.10-canary.978faa60a","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.5-canary.978faa60a","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"a0a9b7aefe860733be8811c6fd9d3704250ca498","size":5704582,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.5-canary.978faa60a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.5-canary.978faa60a_1598381525900_0.47649738814528186"},"_hasShrinkwrap":false,"publish_time":1598381526257,"_cnpm_publish_time":1598381526257,"contributors":[]},"1.16.5-canary.ccb171663":{"name":"@firebase/firestore","version":"1.16.5-canary.ccb171663","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.ccb171663","@firebase/firestore-types":"1.12.0-canary.ccb171663","@firebase/logger":"0.2.6-canary.ccb171663","@firebase/util":"0.3.1-canary.ccb171663","@firebase/webchannel-wrapper":"0.3.0-canary.ccb171663","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.ccb171663","@firebase/app-types":"0.6.1-canary.ccb171663"},"devDependencies":{"@firebase/app":"0.6.10-canary.ccb171663","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.5-canary.ccb171663","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"894ac3486e99a5dfac62e7e7eef93d42a895b597","size":5704565,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.5-canary.ccb171663.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.5-canary.ccb171663_1598381260400_0.0036026531537256545"},"_hasShrinkwrap":false,"publish_time":1598381260702,"_cnpm_publish_time":1598381260702,"contributors":[]},"1.16.5-canary.4623bbd17":{"name":"@firebase/firestore","version":"1.16.5-canary.4623bbd17","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.4623bbd17","@firebase/firestore-types":"1.12.0-canary.4623bbd17","@firebase/logger":"0.2.6-canary.4623bbd17","@firebase/util":"0.3.1-canary.4623bbd17","@firebase/webchannel-wrapper":"0.3.0-canary.4623bbd17","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.4623bbd17","@firebase/app-types":"0.6.1-canary.4623bbd17"},"devDependencies":{"@firebase/app":"0.6.10-canary.4623bbd17","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.5-canary.4623bbd17","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"02d2910e74b3ff2f997d61ed57c3d2c3e918530c","size":5704587,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.5-canary.4623bbd17.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.5-canary.4623bbd17_1598381173915_0.444928699016347"},"_hasShrinkwrap":false,"publish_time":1598381174202,"_cnpm_publish_time":1598381174202,"contributors":[]},"1.16.5-canary.9611fd739":{"name":"@firebase/firestore","version":"1.16.5-canary.9611fd739","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.9611fd739","@firebase/firestore-types":"1.12.0-canary.9611fd739","@firebase/logger":"0.2.6-canary.9611fd739","@firebase/util":"0.3.1-canary.9611fd739","@firebase/webchannel-wrapper":"0.3.0-canary.9611fd739","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.9611fd739","@firebase/app-types":"0.6.1-canary.9611fd739"},"devDependencies":{"@firebase/app":"0.6.10-canary.9611fd739","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.5-canary.9611fd739","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"6cfc922944d6c4508d980ec16fde2a15234c68f6","size":5704591,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.5-canary.9611fd739.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.5-canary.9611fd739_1598380880992_0.09494314444670793"},"_hasShrinkwrap":false,"publish_time":1598380881365,"_cnpm_publish_time":1598380881365,"contributors":[]},"1.16.4-canary.fa5104fb2":{"name":"@firebase/firestore","version":"1.16.4-canary.fa5104fb2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.fa5104fb2","@firebase/firestore-types":"1.12.0-canary.fa5104fb2","@firebase/logger":"0.2.6-canary.fa5104fb2","@firebase/util":"0.3.1-canary.fa5104fb2","@firebase/webchannel-wrapper":"0.3.0-canary.fa5104fb2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.fa5104fb2","@firebase/app-types":"0.6.1-canary.fa5104fb2"},"devDependencies":{"@firebase/app":"0.6.10-canary.fa5104fb2","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.4-canary.fa5104fb2","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"50d4d90961562ecde77bb713e8d9dd647c3bc35c","size":5704370,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.4-canary.fa5104fb2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.4-canary.fa5104fb2_1598294664151_0.5431160950618652"},"_hasShrinkwrap":false,"publish_time":1598294664406,"_cnpm_publish_time":1598294664406,"contributors":[]},"1.16.4-canary.d3cd75b1f":{"name":"@firebase/firestore","version":"1.16.4-canary.d3cd75b1f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.d3cd75b1f","@firebase/firestore-types":"1.12.0-canary.d3cd75b1f","@firebase/logger":"0.2.6-canary.d3cd75b1f","@firebase/util":"0.3.1-canary.d3cd75b1f","@firebase/webchannel-wrapper":"0.3.0-canary.d3cd75b1f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.d3cd75b1f","@firebase/app-types":"0.6.1-canary.d3cd75b1f"},"devDependencies":{"@firebase/app":"0.6.10-canary.d3cd75b1f","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.4-canary.d3cd75b1f","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"eb26553306d88ec8ecf4602fbc31ca87f792add6","size":5704380,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.4-canary.d3cd75b1f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.4-canary.d3cd75b1f_1598046773095_0.7808078589096292"},"_hasShrinkwrap":false,"publish_time":1598046773395,"_cnpm_publish_time":1598046773395,"contributors":[]},"1.16.4-canary.1508a0e4c":{"name":"@firebase/firestore","version":"1.16.4-canary.1508a0e4c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.1508a0e4c","@firebase/firestore-types":"1.12.0-canary.1508a0e4c","@firebase/logger":"0.2.6-canary.1508a0e4c","@firebase/util":"0.3.1-canary.1508a0e4c","@firebase/webchannel-wrapper":"0.3.0-canary.1508a0e4c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.1508a0e4c","@firebase/app-types":"0.6.1-canary.1508a0e4c"},"devDependencies":{"@firebase/app":"0.6.10-canary.1508a0e4c","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.4-canary.1508a0e4c","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"25cfb4e5e3c99ff07e8a880e057edf2a5e3c311b","size":5704377,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.4-canary.1508a0e4c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.4-canary.1508a0e4c_1598029836090_0.009832571640901788"},"_hasShrinkwrap":false,"publish_time":1598029836332,"_cnpm_publish_time":1598029836332,"contributors":[]},"1.16.5":{"name":"@firebase/firestore","version":"1.16.5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18","@firebase/firestore-types":"1.12.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.1","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.5","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"b80b63f18bd70cc101f66c5e0a79dce93f036384","size":5695231,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.5_1597957587364_0.6066740660762606"},"_hasShrinkwrap":false,"publish_time":1597957587904,"_cnpm_publish_time":1597957587904,"contributors":[]},"1.16.4-canary.8d3aca79d":{"name":"@firebase/firestore","version":"1.16.4-canary.8d3aca79d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.8d3aca79d","@firebase/firestore-types":"1.12.0-canary.8d3aca79d","@firebase/logger":"0.2.6-canary.8d3aca79d","@firebase/util":"0.3.1-canary.8d3aca79d","@firebase/webchannel-wrapper":"0.3.0-canary.8d3aca79d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.8d3aca79d","@firebase/app-types":"0.6.1-canary.8d3aca79d"},"devDependencies":{"@firebase/app":"0.6.10-canary.8d3aca79d","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.4-canary.8d3aca79d","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"7f55f4a66f3e4603569de80b3bacb7190f8fd6a8","size":5704376,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.4-canary.8d3aca79d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.4-canary.8d3aca79d_1597946844603_0.6466773621029747"},"_hasShrinkwrap":false,"publish_time":1597946845043,"_cnpm_publish_time":1597946845043,"contributors":[]},"1.16.4-canary.ccbcadce1":{"name":"@firebase/firestore","version":"1.16.4-canary.ccbcadce1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.ccbcadce1","@firebase/firestore-types":"1.12.0-canary.ccbcadce1","@firebase/logger":"0.2.6-canary.ccbcadce1","@firebase/util":"0.3.1-canary.ccbcadce1","@firebase/webchannel-wrapper":"0.3.0-canary.ccbcadce1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.ccbcadce1","@firebase/app-types":"0.6.1-canary.ccbcadce1"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.4-canary.ccbcadce1","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"fe8bfe8066af87a2c72b1d54efcdb7f542aef293","size":5704344,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.4-canary.ccbcadce1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.4-canary.ccbcadce1_1597945855589_0.8464505724980655"},"_hasShrinkwrap":false,"publish_time":1597945855944,"_cnpm_publish_time":1597945855944,"contributors":[]},"1.16.4-canary.3b26db427":{"name":"@firebase/firestore","version":"1.16.4-canary.3b26db427","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.3b26db427","@firebase/firestore-types":"1.12.0-canary.3b26db427","@firebase/logger":"0.2.6-canary.3b26db427","@firebase/util":"0.3.1-canary.3b26db427","@firebase/webchannel-wrapper":"0.3.0-canary.3b26db427","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.3b26db427","@firebase/app-types":"0.6.1-canary.3b26db427"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.4-canary.3b26db427","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"d29af4bb9528560efe210b1b99b10317807b612a","size":5704404,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.4-canary.3b26db427.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.4-canary.3b26db427_1597931750833_0.5311482175084088"},"_hasShrinkwrap":false,"publish_time":1597931760480,"_cnpm_publish_time":1597931760480,"contributors":[]},"1.16.4-canary.05f800282":{"name":"@firebase/firestore","version":"1.16.4-canary.05f800282","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.05f800282","@firebase/firestore-types":"1.12.0-canary.05f800282","@firebase/logger":"0.2.6-canary.05f800282","@firebase/util":"0.3.1-canary.05f800282","@firebase/webchannel-wrapper":"0.3.0-canary.05f800282","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.05f800282","@firebase/app-types":"0.6.1-canary.05f800282"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.4-canary.05f800282","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"d797dd635c3fcc6ccdc16eec5bdaa06da5cb6903","size":5698335,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.4-canary.05f800282.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.4-canary.05f800282_1597881180495_0.2074719576487729"},"_hasShrinkwrap":false,"publish_time":1597881180773,"_cnpm_publish_time":1597881180773,"contributors":[]},"1.16.4-canary.d03c5ad6f":{"name":"@firebase/firestore","version":"1.16.4-canary.d03c5ad6f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.d03c5ad6f","@firebase/firestore-types":"1.12.0-canary.d03c5ad6f","@firebase/logger":"0.2.6-canary.d03c5ad6f","@firebase/util":"0.3.1-canary.d03c5ad6f","@firebase/webchannel-wrapper":"0.3.0-canary.d03c5ad6f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.d03c5ad6f","@firebase/app-types":"0.6.1-canary.d03c5ad6f"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.4-canary.d03c5ad6f","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"a59a4f539dcd32c150422a1de3b8dcfea770058c","size":5698314,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.4-canary.d03c5ad6f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.4-canary.d03c5ad6f_1597871163267_0.13743506631487645"},"_hasShrinkwrap":false,"publish_time":1597871163583,"_cnpm_publish_time":1597871163583,"contributors":[]},"1.16.4-canary.46ef5d72b":{"name":"@firebase/firestore","version":"1.16.4-canary.46ef5d72b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.46ef5d72b","@firebase/firestore-types":"1.12.0-canary.46ef5d72b","@firebase/logger":"0.2.6-canary.46ef5d72b","@firebase/util":"0.3.1-canary.46ef5d72b","@firebase/webchannel-wrapper":"0.3.0-canary.46ef5d72b","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.46ef5d72b","@firebase/app-types":"0.6.1-canary.46ef5d72b"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.4-canary.46ef5d72b","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"fa12ef189600b8b9284ca199a2e211242804ecdb","size":5698327,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.4-canary.46ef5d72b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.4-canary.46ef5d72b_1597863511302_0.8984467267919707"},"_hasShrinkwrap":false,"publish_time":1597863511591,"_cnpm_publish_time":1597863511591,"contributors":[]},"1.16.4-canary.8c5d52251":{"name":"@firebase/firestore","version":"1.16.4-canary.8c5d52251","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.8c5d52251","@firebase/firestore-types":"1.12.0-canary.8c5d52251","@firebase/logger":"0.2.6-canary.8c5d52251","@firebase/util":"0.3.1-canary.8c5d52251","@firebase/webchannel-wrapper":"0.3.0-canary.8c5d52251","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.8c5d52251","@firebase/app-types":"0.6.1-canary.8c5d52251"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.4-canary.8c5d52251","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"c5220f69067a543c77dbecbe97e3a2843cf307d1","size":5698338,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.4-canary.8c5d52251.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.4-canary.8c5d52251_1597861841949_0.08532753835958506"},"_hasShrinkwrap":false,"publish_time":1597861842324,"_cnpm_publish_time":1597861842324,"contributors":[]},"1.16.5-202071902151":{"name":"@firebase/firestore","version":"1.16.5-202071902151","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18","@firebase/firestore-types":"1.12.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.1","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.5-202071902151","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"1086c84ef8609bafcf4e8107142fd8c36b57fc23","size":5695690,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.5-202071902151.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.5-202071902151_1597796844020_0.0970375944538886"},"_hasShrinkwrap":false,"publish_time":1597796844357,"_cnpm_publish_time":1597796844357,"contributors":[]},"1.16.4-canary.f8f37388a":{"name":"@firebase/firestore","version":"1.16.4-canary.f8f37388a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.f8f37388a","@firebase/firestore-types":"1.12.0-canary.f8f37388a","@firebase/logger":"0.2.6-canary.f8f37388a","@firebase/util":"0.3.1-canary.f8f37388a","@firebase/webchannel-wrapper":"0.3.0-canary.f8f37388a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.f8f37388a","@firebase/app-types":"0.6.1-canary.f8f37388a"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.4-canary.f8f37388a","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"5b8e64bcfd049b3f5123c18aa73f7c0178286866","size":5695522,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.4-canary.f8f37388a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.4-canary.f8f37388a_1597793208494_0.5257972576428538"},"_hasShrinkwrap":false,"publish_time":1597793208822,"_cnpm_publish_time":1597793208822,"contributors":[]},"1.16.4-canary.6a95ae14c":{"name":"@firebase/firestore","version":"1.16.4-canary.6a95ae14c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-canary.6a95ae14c","@firebase/firestore-types":"1.12.0-canary.6a95ae14c","@firebase/logger":"0.2.6-canary.6a95ae14c","@firebase/util":"0.3.1-canary.6a95ae14c","@firebase/webchannel-wrapper":"0.3.0-canary.6a95ae14c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-canary.6a95ae14c","@firebase/app-types":"0.6.1-canary.6a95ae14c"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.4-canary.6a95ae14c","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"4e56d1a431a62fb25760f8e8180c2a3413bc83f9","size":5675047,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.4-canary.6a95ae14c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.4-canary.6a95ae14c_1597369704306_0.18711798752988962"},"_hasShrinkwrap":false,"publish_time":1597369704560,"_cnpm_publish_time":1597369704560,"contributors":[]},"1.16.4":{"name":"@firebase/firestore","version":"1.16.4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18","@firebase/firestore-types":"1.12.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.1","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.4","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"29cb121f5686cab6e310bf16a1094f06f3678385","size":5672066,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.4_1597352205085_0.892907609551925"},"_hasShrinkwrap":false,"publish_time":1597352205586,"_cnpm_publish_time":1597352205586,"contributors":[]},"1.16.3-canary.c8495f52a":{"name":"@firebase/firestore","version":"1.16.3-canary.c8495f52a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.c8495f52a","@firebase/firestore-types":"1.12.0-canary.c8495f52a","@firebase/logger":"0.2.6-canary.c8495f52a","@firebase/util":"0.3.0-canary.c8495f52a","@firebase/webchannel-wrapper":"0.3.0-canary.c8495f52a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.c8495f52a","@firebase/app-types":"0.6.1-canary.c8495f52a"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.3-canary.c8495f52a","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"a00f91559d97022c44d4d11ab64b2aba43809209","size":5672537,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.3-canary.c8495f52a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.3-canary.c8495f52a_1597340844189_0.2032574387596262"},"_hasShrinkwrap":false,"publish_time":1597340844481,"_cnpm_publish_time":1597340844481,"contributors":[]},"1.16.3-canary.980c7d539":{"name":"@firebase/firestore","version":"1.16.3-canary.980c7d539","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.980c7d539","@firebase/firestore-types":"1.12.0-canary.980c7d539","@firebase/logger":"0.2.6-canary.980c7d539","@firebase/util":"0.3.0-canary.980c7d539","@firebase/webchannel-wrapper":"0.3.0-canary.980c7d539","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.980c7d539","@firebase/app-types":"0.6.1-canary.980c7d539"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.3-canary.980c7d539","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"6fd683bc2c70539b3be086489be60539fb541fb3","size":5672158,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.3-canary.980c7d539.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.3-canary.980c7d539_1597315595085_0.8289469286784865"},"_hasShrinkwrap":false,"publish_time":1597315595375,"_cnpm_publish_time":1597315595375,"contributors":[]},"1.16.3-canary.5d4d18234":{"name":"@firebase/firestore","version":"1.16.3-canary.5d4d18234","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.5d4d18234","@firebase/firestore-types":"1.12.0-canary.5d4d18234","@firebase/logger":"0.2.6-canary.5d4d18234","@firebase/util":"0.3.0-canary.5d4d18234","@firebase/webchannel-wrapper":"0.3.0-canary.5d4d18234","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.5d4d18234","@firebase/app-types":"0.6.1-canary.5d4d18234"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.3-canary.5d4d18234","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"1cfb5a4515092ee825ad3408aad2078143f55ce3","size":5672156,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.3-canary.5d4d18234.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.3-canary.5d4d18234_1597281686484_0.2914227403988172"},"_hasShrinkwrap":false,"publish_time":1597281686830,"_cnpm_publish_time":1597281686830,"contributors":[]},"1.16.3-canary.d4721c53a":{"name":"@firebase/firestore","version":"1.16.3-canary.d4721c53a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.d4721c53a","@firebase/firestore-types":"1.12.0-canary.d4721c53a","@firebase/logger":"0.2.6-canary.d4721c53a","@firebase/util":"0.3.0-canary.d4721c53a","@firebase/webchannel-wrapper":"0.3.0-canary.d4721c53a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.d4721c53a","@firebase/app-types":"0.6.1-canary.d4721c53a"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.3-canary.d4721c53a","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"79672349bba6c654f8994556a09cfd6dd377f9ff","size":5672288,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.3-canary.d4721c53a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.3-canary.d4721c53a_1597269577897_0.9118488019234801"},"_hasShrinkwrap":false,"publish_time":1597269578172,"_cnpm_publish_time":1597269578172,"contributors":[]},"1.16.3-canary.5b87b591":{"name":"@firebase/firestore","version":"1.16.3-canary.5b87b591","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.5b87b591","@firebase/firestore-types":"1.12.0-canary.5b87b591","@firebase/logger":"0.2.6-canary.5b87b591","@firebase/util":"0.3.0-canary.5b87b591","@firebase/webchannel-wrapper":"0.3.0-canary.5b87b591","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.5b87b591","@firebase/app-types":"0.6.1-canary.5b87b591"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.3-canary.5b87b591","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"2a9b37ce66efd5280b35d70bfb788ec324b683b7","size":5672256,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.3-canary.5b87b591.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.3-canary.5b87b591_1597193681227_0.6049508803394563"},"_hasShrinkwrap":false,"publish_time":1597193681543,"_cnpm_publish_time":1597193681543,"contributors":[]},"1.16.3-canary.4ea2b6bc":{"name":"@firebase/firestore","version":"1.16.3-canary.4ea2b6bc","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.4ea2b6bc","@firebase/firestore-types":"1.12.0-canary.4ea2b6bc","@firebase/logger":"0.2.6-canary.4ea2b6bc","@firebase/util":"0.3.0-canary.4ea2b6bc","@firebase/webchannel-wrapper":"0.3.0-canary.4ea2b6bc","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.4ea2b6bc","@firebase/app-types":"0.6.1-canary.4ea2b6bc"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.3-canary.4ea2b6bc","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"1a7922e72656b49094246214331ac4f9fdae6dd1","size":5672223,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.3-canary.4ea2b6bc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.3-canary.4ea2b6bc_1597186443415_0.2023606516333587"},"_hasShrinkwrap":false,"publish_time":1597186443666,"_cnpm_publish_time":1597186443666,"contributors":[]},"1.16.4-202071122108":{"name":"@firebase/firestore","version":"1.16.4-202071122108","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.18-202071122108","@firebase/firestore-types":"1.12.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.1-202071122108","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.10-202071122108","@firebase/app-types":"0.x"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.4-202071122108","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"acd1c5999c2f094d9e7223dcebc3774b8da16620","size":5672538,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.4-202071122108.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.4-202071122108_1597185069898_0.9796534392977525"},"_hasShrinkwrap":false,"publish_time":1597185070445,"_cnpm_publish_time":1597185070445,"contributors":[]},"1.16.3-canary.e8b0098a":{"name":"@firebase/firestore","version":"1.16.3-canary.e8b0098a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.e8b0098a","@firebase/firestore-types":"1.12.0-canary.e8b0098a","@firebase/logger":"0.2.6-canary.e8b0098a","@firebase/util":"0.3.0-canary.e8b0098a","@firebase/webchannel-wrapper":"0.3.0-canary.e8b0098a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.e8b0098a","@firebase/app-types":"0.6.1-canary.e8b0098a"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.3-canary.e8b0098a","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"d9d690018017f8a064d5065c07f46828e17fd267","size":5672203,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.3-canary.e8b0098a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.3-canary.e8b0098a_1597184651579_0.344238865557424"},"_hasShrinkwrap":false,"publish_time":1597184651899,"_cnpm_publish_time":1597184651899,"contributors":[]},"1.16.3-canary.bbc6d7e6":{"name":"@firebase/firestore","version":"1.16.3-canary.bbc6d7e6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.bbc6d7e6","@firebase/firestore-types":"1.12.0-canary.bbc6d7e6","@firebase/logger":"0.2.6-canary.bbc6d7e6","@firebase/util":"0.3.0-canary.bbc6d7e6","@firebase/webchannel-wrapper":"0.3.0-canary.bbc6d7e6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.bbc6d7e6","@firebase/app-types":"0.6.1-canary.bbc6d7e6"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.3-canary.bbc6d7e6","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"2c770342a27f00205af88307af29dadf12d69c68","size":5672228,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.3-canary.bbc6d7e6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.3-canary.bbc6d7e6_1597184411159_0.2906856807652485"},"_hasShrinkwrap":false,"publish_time":1597184411607,"_cnpm_publish_time":1597184411607,"contributors":[]},"1.16.3-canary.e96559f5":{"name":"@firebase/firestore","version":"1.16.3-canary.e96559f5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.e96559f5","@firebase/firestore-types":"1.12.0-canary.e96559f5","@firebase/logger":"0.2.6-canary.e96559f5","@firebase/util":"0.3.0-canary.e96559f5","@firebase/webchannel-wrapper":"0.3.0-canary.e96559f5","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.e96559f5","@firebase/app-types":"0.6.1-canary.e96559f5"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.3-canary.e96559f5","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"15066b45faddee6d1c1021a10be1accc9c327e59","size":5672060,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.3-canary.e96559f5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.3-canary.e96559f5_1597180417677_0.07667713279116839"},"_hasShrinkwrap":false,"publish_time":1597180432971,"_cnpm_publish_time":1597180432971,"contributors":[]},"1.16.3-canary.e1d37efe":{"name":"@firebase/firestore","version":"1.16.3-canary.e1d37efe","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.e1d37efe","@firebase/firestore-types":"1.12.0-canary.e1d37efe","@firebase/logger":"0.2.6-canary.e1d37efe","@firebase/util":"0.3.0-canary.e1d37efe","@firebase/webchannel-wrapper":"0.3.0-canary.e1d37efe","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.e1d37efe","@firebase/app-types":"0.6.1-canary.e1d37efe"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.3-canary.e1d37efe","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"919b7f6756b60b23559f876c608fc7832f1dcaa2","size":5671998,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.3-canary.e1d37efe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.3-canary.e1d37efe_1597165525234_0.4013672636600423"},"_hasShrinkwrap":false,"publish_time":1597165525595,"_cnpm_publish_time":1597165525595,"contributors":[]},"1.16.3-canary.d3f25079":{"name":"@firebase/firestore","version":"1.16.3-canary.d3f25079","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.d3f25079","@firebase/firestore-types":"1.12.0-canary.d3f25079","@firebase/logger":"0.2.6-canary.d3f25079","@firebase/util":"0.3.0-canary.d3f25079","@firebase/webchannel-wrapper":"0.3.0-canary.d3f25079","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.d3f25079","@firebase/app-types":"0.6.1-canary.d3f25079"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.3-canary.d3f25079","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"63bbb80b3c4b1e08ad717f250d1d2f82b208e58d","size":5672061,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.3-canary.d3f25079.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.3-canary.d3f25079_1597096257946_0.16164301615369636"},"_hasShrinkwrap":false,"publish_time":1597096258343,"_cnpm_publish_time":1597096258343,"contributors":[]},"1.16.3-canary.90203ebd":{"name":"@firebase/firestore","version":"1.16.3-canary.90203ebd","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:prod":"node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence:prod":"node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.90203ebd","@firebase/firestore-types":"1.12.0-canary.90203ebd","@firebase/logger":"0.2.6-canary.90203ebd","@firebase/util":"0.3.0-canary.90203ebd","@firebase/webchannel-wrapper":"0.3.0-canary.90203ebd","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.90203ebd","@firebase/app-types":"0.6.1-canary.90203ebd"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.3-canary.90203ebd","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"24fa2e9879d131662e89d336241f941bb1671d6f","size":5674558,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.3-canary.90203ebd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.3-canary.90203ebd_1597095802819_0.3330651435037859"},"_hasShrinkwrap":false,"publish_time":1597095803073,"_cnpm_publish_time":1597095803073,"contributors":[]},"1.16.3-canary.68995c24":{"name":"@firebase/firestore","version":"1.16.3-canary.68995c24","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator  --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.68995c24","@firebase/firestore-types":"1.12.0-canary.68995c24","@firebase/logger":"0.2.6-canary.68995c24","@firebase/util":"0.3.0-canary.68995c24","@firebase/webchannel-wrapper":"0.3.0-canary.68995c24","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.68995c24","@firebase/app-types":"0.6.1-canary.68995c24"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.3-canary.68995c24","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"7ded3b693735830c89c77756ce2ab627a391b49f","size":5674591,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.3-canary.68995c24.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.3-canary.68995c24_1597070098978_0.5438598820378397"},"_hasShrinkwrap":false,"publish_time":1597070099298,"_cnpm_publish_time":1597070099298,"contributors":[]},"1.16.3-canary.2c37560f":{"name":"@firebase/firestore","version":"1.16.3-canary.2c37560f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator  --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.2c37560f","@firebase/firestore-types":"1.12.0-canary.2c37560f","@firebase/logger":"0.2.6-canary.2c37560f","@firebase/util":"0.3.0-canary.2c37560f","@firebase/webchannel-wrapper":"0.3.0-canary.2c37560f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.2c37560f","@firebase/app-types":"0.6.1-canary.2c37560f"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.3-canary.2c37560f","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"7097af750981956842475ba202c24a5753d8a8f8","size":5674343,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.3-canary.2c37560f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.3-canary.2c37560f_1596858537724_0.09611357206813964"},"_hasShrinkwrap":false,"publish_time":1596858538015,"_cnpm_publish_time":1596858538015,"contributors":[]},"1.16.2-canary.3e653c7f":{"name":"@firebase/firestore","version":"1.16.2-canary.3e653c7f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator  --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.3e653c7f","@firebase/firestore-types":"1.12.0-canary.3e653c7f","@firebase/logger":"0.2.6-canary.3e653c7f","@firebase/util":"0.3.0-canary.3e653c7f","@firebase/webchannel-wrapper":"0.2.41-canary.3e653c7f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.3e653c7f","@firebase/app-types":"0.6.1-canary.3e653c7f"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.2-canary.3e653c7f","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"4251f0f7b01b774b170ef63960c10adf4bb43586","size":5674283,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.2-canary.3e653c7f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.2-canary.3e653c7f_1596847467736_0.6772948258038163"},"_hasShrinkwrap":false,"publish_time":1596847468068,"_cnpm_publish_time":1596847468068,"contributors":[]},"1.16.2-canary.30553df0":{"name":"@firebase/firestore","version":"1.16.2-canary.30553df0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator  --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.30553df0","@firebase/firestore-types":"1.12.0-canary.30553df0","@firebase/logger":"0.2.6-canary.30553df0","@firebase/util":"0.3.0-canary.30553df0","@firebase/webchannel-wrapper":"0.2.41-canary.30553df0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.30553df0","@firebase/app-types":"0.6.1-canary.30553df0"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.2-canary.30553df0","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"e0974b1ca9932b67914d22727b204bb0b4a7e883","size":5674280,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.2-canary.30553df0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.2-canary.30553df0_1596847101463_0.9536427204078388"},"_hasShrinkwrap":false,"publish_time":1596847101964,"_cnpm_publish_time":1596847101964,"contributors":[]},"0.0.800-exp.f1299756c":{"name":"@firebase/firestore","version":"0.0.800-exp.f1299756c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator  --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)"},"main":"dist/exp/index.node.umd.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17","@firebase/firestore-types":"1.12.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.0","@firebase/webchannel-wrapper":"0.2.41","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.0.800-exp.f1299756c","@firebase/app-types":"0.0.800-exp.f1299756c"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.800-exp.f1299756c","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"57c406279ae869e4e6341c5d8061a380f73cb6e4","size":8592953,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.800-exp.f1299756c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.800-exp.f1299756c_1596838886135_0.7084349592066357"},"_hasShrinkwrap":false,"publish_time":1596838886544,"_cnpm_publish_time":1596838886544,"contributors":[]},"1.16.2-canary.f1299756":{"name":"@firebase/firestore","version":"1.16.2-canary.f1299756","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator  --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.f1299756","@firebase/firestore-types":"1.12.0-canary.f1299756","@firebase/logger":"0.2.6-canary.f1299756","@firebase/util":"0.3.0-canary.f1299756","@firebase/webchannel-wrapper":"0.2.41-canary.f1299756","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.f1299756","@firebase/app-types":"0.6.1-canary.f1299756"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.2-canary.f1299756","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"da84a3d55cab3258ca8728c56282a3616986b1ae","size":5674288,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.2-canary.f1299756.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.2-canary.f1299756_1596838005269_0.13233738361544733"},"_hasShrinkwrap":false,"publish_time":1596838005540,"_cnpm_publish_time":1596838005540,"contributors":[]},"1.16.3":{"name":"@firebase/firestore","version":"1.16.3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator  --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17","@firebase/firestore-types":"1.12.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.0","@firebase/webchannel-wrapper":"0.3.0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.3","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"95481119d14298e7b7fddd119a2ce98c6e465d4f","size":5655099,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.3_1596745787917_0.9275276360091533"},"_hasShrinkwrap":false,"publish_time":1596745788403,"_cnpm_publish_time":1596745788403,"contributors":[]},"1.16.2-canary.36be62a8":{"name":"@firebase/firestore","version":"1.16.2-canary.36be62a8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator  --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.36be62a8","@firebase/firestore-types":"1.12.0-canary.36be62a8","@firebase/logger":"0.2.6-canary.36be62a8","@firebase/util":"0.3.0-canary.36be62a8","@firebase/webchannel-wrapper":"0.2.41-canary.36be62a8","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.36be62a8","@firebase/app-types":"0.6.1-canary.36be62a8"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.2-canary.36be62a8","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"fc77f5eacbb34cd17503035f3db7afb7ea280aa1","size":5674294,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.2-canary.36be62a8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.2-canary.36be62a8_1596674248912_0.1153704455526936"},"_hasShrinkwrap":false,"publish_time":1596674249233,"_cnpm_publish_time":1596674249233,"contributors":[]},"1.16.2-canary.cf3401d1":{"name":"@firebase/firestore","version":"1.16.2-canary.cf3401d1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator  --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.cf3401d1","@firebase/firestore-types":"1.12.0-canary.cf3401d1","@firebase/logger":"0.2.6-canary.cf3401d1","@firebase/util":"0.3.0-canary.cf3401d1","@firebase/webchannel-wrapper":"0.2.41-canary.cf3401d1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.cf3401d1","@firebase/app-types":"0.6.1-canary.cf3401d1"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.2-canary.cf3401d1","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"f1c0ca7d346df4a621f5ca31d16325db768278b2","size":5674507,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.2-canary.cf3401d1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.2-canary.cf3401d1_1596673027206_0.33675873827465574"},"_hasShrinkwrap":false,"publish_time":1596673027698,"_cnpm_publish_time":1596673027698,"contributors":[]},"1.16.2-canary.2a0d254f":{"name":"@firebase/firestore","version":"1.16.2-canary.2a0d254f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator  --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.2a0d254f","@firebase/firestore-types":"1.12.0-canary.2a0d254f","@firebase/logger":"0.2.6-canary.2a0d254f","@firebase/util":"0.3.0-canary.2a0d254f","@firebase/webchannel-wrapper":"0.2.41-canary.2a0d254f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.2a0d254f","@firebase/app-types":"0.6.1-canary.2a0d254f"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.2-canary.2a0d254f","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"92c39ee64ceb67abf79f84b1a1bac0457148d505","size":5655435,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.2-canary.2a0d254f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.2-canary.2a0d254f_1596651905231_0.24647947246905688"},"_hasShrinkwrap":false,"publish_time":1596651905551,"_cnpm_publish_time":1596651905551,"contributors":[]},"1.16.2-canary.7f9b3d96":{"name":"@firebase/firestore","version":"1.16.2-canary.7f9b3d96","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator  --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.7f9b3d96","@firebase/firestore-types":"1.12.0-canary.7f9b3d96","@firebase/logger":"0.2.6-canary.7f9b3d96","@firebase/util":"0.3.0-canary.7f9b3d96","@firebase/webchannel-wrapper":"0.2.41-canary.7f9b3d96","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.7f9b3d96","@firebase/app-types":"0.6.1-canary.7f9b3d96"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.2-canary.7f9b3d96","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"89ed68a33e47fc843527f174ca402afe7bb31a31","size":5655447,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.2-canary.7f9b3d96.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.2-canary.7f9b3d96_1596584058360_0.9535577238614985"},"_hasShrinkwrap":false,"publish_time":1596584058735,"_cnpm_publish_time":1596584058735,"contributors":[]},"1.16.3-20207421553":{"name":"@firebase/firestore","version":"1.16.3-20207421553","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator  --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17","@firebase/firestore-types":"1.12.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.0","@firebase/webchannel-wrapper":"0.3.0-20207421553","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.7"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.3-20207421553","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"59f96e0d269da10bbdfd3c19169e5c2790545cee","size":5655552,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.3-20207421553.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.3-20207421553_1596578558934_0.6138963812884017"},"_hasShrinkwrap":false,"publish_time":1596578559333,"_cnpm_publish_time":1596578559333,"contributors":[]},"1.16.3-20206291717":{"name":"@firebase/firestore","version":"1.16.3-20206291717","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --main=lite/index.ts  'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17","@firebase/firestore-types":"1.12.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.0","@firebase/webchannel-wrapper":"0.3.0-20206291717","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.3-20206291717","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"0c89fb5d48c0f85e7e0be3ff306ec30c25fbd4ec","size":5649612,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.3-20206291717.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.3-20206291717_1595985253947_0.6864535546112078"},"_hasShrinkwrap":false,"publish_time":1595985255056,"_cnpm_publish_time":1595985255056,"contributors":[]},"1.16.2-canary.217dca9a":{"name":"@firebase/firestore","version":"1.16.2-canary.217dca9a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --main=lite/index.ts  'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.217dca9a","@firebase/firestore-types":"1.12.0-canary.217dca9a","@firebase/logger":"0.2.6-canary.217dca9a","@firebase/util":"0.3.0-canary.217dca9a","@firebase/webchannel-wrapper":"0.2.41-canary.217dca9a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.217dca9a","@firebase/app-types":"0.6.1-canary.217dca9a"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.2-canary.217dca9a","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"6b40c5a1f0787bce862ec43737fa94e66f3c7131","size":5637496,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.2-canary.217dca9a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.2-canary.217dca9a_1595982746084_0.7246718322444272"},"_hasShrinkwrap":false,"publish_time":1595982746396,"_cnpm_publish_time":1595982746396,"contributors":[]},"1.16.2-canary.acfedd2f":{"name":"@firebase/firestore","version":"1.16.2-canary.acfedd2f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --main=lite/index.ts  'lite/test/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts","test:exp:persistence":"node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.acfedd2f","@firebase/firestore-types":"1.12.0-canary.acfedd2f","@firebase/logger":"0.2.6-canary.acfedd2f","@firebase/util":"0.3.0-canary.acfedd2f","@firebase/webchannel-wrapper":"0.2.41-canary.acfedd2f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.acfedd2f","@firebase/app-types":"0.6.1-canary.acfedd2f"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.1","rollup":"2.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"6.1.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.2-canary.acfedd2f","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"03146c865114e221523015dacf2251c5878aa275","size":5649511,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.2-canary.acfedd2f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.2-canary.acfedd2f_1595981861792_0.9396368036139395"},"_hasShrinkwrap":false,"publish_time":1595981862153,"_cnpm_publish_time":1595981862153,"contributors":[]},"1.16.2-canary.c1cc4281":{"name":"@firebase/firestore","version":"1.16.2-canary.c1cc4281","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '{,!(dist)}/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --require ts-node/register --file lite/index.ts --config ../../config/mocharc.node.js","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --file exp/index.ts --config ../../config/mocharc.node.js","test:exp:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --require ts-node/register --require exp/index.ts --require test/util/node_persistence.ts  --config ../../config/mocharc.node.js","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.c1cc4281","@firebase/firestore-types":"1.12.0-canary.c1cc4281","@firebase/logger":"0.2.6-canary.c1cc4281","@firebase/util":"0.3.0-canary.c1cc4281","@firebase/webchannel-wrapper":"0.2.41-canary.c1cc4281","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.c1cc4281","@firebase/app-types":"0.6.1-canary.c1cc4281"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.2-canary.c1cc4281","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"25fffbd09e548834512f419383b83c5d4f03c711","size":5643785,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.2-canary.c1cc4281.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.2-canary.c1cc4281_1595631018687_0.8551028204883628"},"_hasShrinkwrap":false,"publish_time":1595631019038,"_cnpm_publish_time":1595631019038,"contributors":[]},"1.16.2-canary.1a630ba6":{"name":"@firebase/firestore","version":"1.16.2-canary.1a630ba6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '{,!(dist)}/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --require ts-node/register --file lite/index.ts --config ../../config/mocharc.node.js","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --file exp/index.ts --config ../../config/mocharc.node.js","test:exp:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --require ts-node/register --require exp/index.ts --require test/util/node_persistence.ts  --config ../../config/mocharc.node.js","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.1a630ba6","@firebase/firestore-types":"1.12.0-canary.1a630ba6","@firebase/logger":"0.2.6-canary.1a630ba6","@firebase/util":"0.3.0-canary.1a630ba6","@firebase/webchannel-wrapper":"0.2.41-canary.1a630ba6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.1a630ba6","@firebase/app-types":"0.6.1-canary.1a630ba6"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.2-canary.1a630ba6","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"0a88baeb2b67a2843f6c78eb4b89b0c1b204c1d7","size":5643778,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.2-canary.1a630ba6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.2-canary.1a630ba6_1595627957656_0.5353829309214639"},"_hasShrinkwrap":false,"publish_time":1595627957920,"_cnpm_publish_time":1595627957920,"contributors":[]},"1.16.2-canary.26c5bebe":{"name":"@firebase/firestore","version":"1.16.2-canary.26c5bebe","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '{,!(dist)}/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --require ts-node/register --file lite/index.ts --config ../../config/mocharc.node.js","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --file exp/index.ts --config ../../config/mocharc.node.js","test:exp:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --require ts-node/register --require exp/index.ts --require test/util/node_persistence.ts  --config ../../config/mocharc.node.js","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-canary.26c5bebe","@firebase/firestore-types":"1.12.0-canary.26c5bebe","@firebase/logger":"0.2.6-canary.26c5bebe","@firebase/util":"0.3.0-canary.26c5bebe","@firebase/webchannel-wrapper":"0.2.41-canary.26c5bebe","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-canary.26c5bebe","@firebase/app-types":"0.6.1-canary.26c5bebe"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.2-canary.26c5bebe","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"3a2928dc736da18f9d881b4825992116cb77f091","size":5643043,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.2-canary.26c5bebe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.2-canary.26c5bebe_1595626577736_0.7680565864825641"},"_hasShrinkwrap":false,"publish_time":1595626578021,"_cnpm_publish_time":1595626578021,"contributors":[]},"1.16.1-canary.1d7ee969":{"name":"@firebase/firestore","version":"1.16.1-canary.1d7ee969","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '{,!(dist)}/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --require ts-node/register --file lite/index.ts --config ../../config/mocharc.node.js","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --file exp/index.ts --config ../../config/mocharc.node.js","test:exp:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --require ts-node/register --require exp/index.ts --require test/util/node_persistence.ts  --config ../../config/mocharc.node.js","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.1d7ee969","@firebase/firestore-types":"1.12.0-canary.1d7ee969","@firebase/logger":"0.2.6-canary.1d7ee969","@firebase/util":"0.2.50-canary.1d7ee969","@firebase/webchannel-wrapper":"0.2.41-canary.1d7ee969","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.1d7ee969","@firebase/app-types":"0.6.1-canary.1d7ee969"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.1-canary.1d7ee969","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"330caec7f2e730a27f1422a82937b19e23204f19","size":5643870,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.1-canary.1d7ee969.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.1-canary.1d7ee969_1595613817493_0.7493018385579666"},"_hasShrinkwrap":false,"publish_time":1595613817750,"_cnpm_publish_time":1595613817750,"contributors":[]},"1.16.2":{"name":"@firebase/firestore","version":"1.16.2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '{,!(dist)}/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --require ts-node/register --file lite/index.ts --config ../../config/mocharc.node.js","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --file exp/index.ts --config ../../config/mocharc.node.js","test:exp:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --require ts-node/register --require exp/index.ts --require test/util/node_persistence.ts  --config ../../config/mocharc.node.js","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17","@firebase/firestore-types":"1.12.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.0","@firebase/webchannel-wrapper":"0.2.41","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.2","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"66eedeefab569331efc1ad9ab49a8f1c867a9163","size":5638882,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.2_1595567767451_0.3183900755319826"},"_hasShrinkwrap":false,"publish_time":1595567767736,"_cnpm_publish_time":1595567767736,"contributors":[]},"1.16.2-20206244562":{"name":"@firebase/firestore","version":"1.16.2-20206244562","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '{,!(dist)}/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --require ts-node/register --file lite/index.ts --config ../../config/mocharc.node.js","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --single-run --lite --auto-watch","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --file exp/index.ts --config ../../config/mocharc.node.js","test:exp:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --require ts-node/register --require exp/index.ts --require test/util/node_persistence.ts  --config ../../config/mocharc.node.js","test:exp:browser":"karma start --single-run --exp","test:exp:browser:debug":"karma start --single-run --exp --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.17-20206244562","@firebase/firestore-types":"1.12.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.0-20206244562","@firebase/webchannel-wrapper":"0.2.41","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.9-20206244562","@firebase/app-types":"0.x"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.2-20206244562","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"f66b4cf9ab41b9924b090fc9fe7a1e93d078362d","size":5639302,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.2-20206244562.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.2-20206244562_1595567120684_0.5761458614008206"},"_hasShrinkwrap":false,"publish_time":1595567120951,"_cnpm_publish_time":1595567120951,"contributors":[]},"1.16.1-canary.6af4c277":{"name":"@firebase/firestore","version":"1.16.1-canary.6af4c277","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:lite":"yarn prebuild","prebuild:exp":"yarn prebuild","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --file exp/index.ts --config ../../config/mocharc.node.js","test:exp:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --require ts-node/register --require exp/index.ts --require test/util/node_persistence.ts  --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified test:exp","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.6af4c277","@firebase/firestore-types":"1.12.0-canary.6af4c277","@firebase/logger":"0.2.6-canary.6af4c277","@firebase/util":"0.2.50-canary.6af4c277","@firebase/webchannel-wrapper":"0.2.41-canary.6af4c277","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.6af4c277","@firebase/app-types":"0.6.1-canary.6af4c277"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.1-canary.6af4c277","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"fe3c604c6ba1b47cf2df9d2da1302bf4ec68ac7b","size":5643680,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.1-canary.6af4c277.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.1-canary.6af4c277_1595401429610_0.7618549314245553"},"_hasShrinkwrap":false,"publish_time":1595401429884,"_cnpm_publish_time":1595401429884,"contributors":[]},"1.16.1-canary.c2829cde":{"name":"@firebase/firestore","version":"1.16.1-canary.c2829cde","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:lite":"yarn prebuild","prebuild:exp":"yarn prebuild","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --file exp/index.ts --config ../../config/mocharc.node.js","test:exp:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --require ts-node/register --require exp/index.ts --require test/util/node_persistence.ts  --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified test:exp","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.c2829cde","@firebase/firestore-types":"1.12.0-canary.c2829cde","@firebase/logger":"0.2.6-canary.c2829cde","@firebase/util":"0.2.50-canary.c2829cde","@firebase/webchannel-wrapper":"0.2.41-canary.c2829cde","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.c2829cde","@firebase/app-types":"0.6.1-canary.c2829cde"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.1-canary.c2829cde","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"3d9e56e908391784367540f0c8b402417aa68b76","size":5643699,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.1-canary.c2829cde.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.1-canary.c2829cde_1595397232240_0.8825946318958391"},"_hasShrinkwrap":false,"publish_time":1595397232659,"_cnpm_publish_time":1595397232659,"contributors":[]},"1.16.1-canary.eb44f4a9":{"name":"@firebase/firestore","version":"1.16.1-canary.eb44f4a9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:lite":"yarn prebuild","prebuild:exp":"yarn prebuild","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --file exp/index.ts --config ../../config/mocharc.node.js","test:exp:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --require ts-node/register --require exp/index.ts --require test/util/node_persistence.ts  --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified test:exp","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.eb44f4a9","@firebase/firestore-types":"1.12.0-canary.eb44f4a9","@firebase/logger":"0.2.6-canary.eb44f4a9","@firebase/util":"0.2.50-canary.eb44f4a9","@firebase/webchannel-wrapper":"0.2.41-canary.eb44f4a9","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.eb44f4a9","@firebase/app-types":"0.6.1-canary.eb44f4a9"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.1-canary.eb44f4a9","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"01b6217ef993320cda1ac5cd4ff42565f7a2ca00","size":5644983,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.1-canary.eb44f4a9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.1-canary.eb44f4a9_1595305097463_0.14391386150098628"},"_hasShrinkwrap":false,"publish_time":1595305097828,"_cnpm_publish_time":1595305097828,"contributors":[]},"1.16.1-canary.cf8696e2":{"name":"@firebase/firestore","version":"1.16.1-canary.cf8696e2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:lite":"yarn prebuild","prebuild:exp":"yarn prebuild","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --file exp/index.ts --config ../../config/mocharc.node.js","test:exp:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --require ts-node/register --require exp/index.ts --require test/util/node_persistence.ts  --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified test:exp","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.cf8696e2","@firebase/firestore-types":"1.12.0-canary.cf8696e2","@firebase/logger":"0.2.6-canary.cf8696e2","@firebase/util":"0.2.50-canary.cf8696e2","@firebase/webchannel-wrapper":"0.2.41-canary.cf8696e2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.cf8696e2","@firebase/app-types":"0.6.1-canary.cf8696e2"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.1-canary.cf8696e2","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"34902e244c438eb4331eebba48fa8ecc4dfd635c","size":5627861,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.1-canary.cf8696e2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.1-canary.cf8696e2_1595298716048_0.30137514611893046"},"_hasShrinkwrap":false,"publish_time":1595298716344,"_cnpm_publish_time":1595298716344,"contributors":[]},"1.16.1-canary.7d5678be":{"name":"@firebase/firestore","version":"1.16.1-canary.7d5678be","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:lite":"yarn prebuild","prebuild:exp":"yarn prebuild","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --file exp/index.ts --config ../../config/mocharc.node.js","test:exp:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --require ts-node/register --require exp/index.ts --require test/util/node_persistence.ts  --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified test:exp","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.7d5678be","@firebase/firestore-types":"1.12.0-canary.7d5678be","@firebase/logger":"0.2.6-canary.7d5678be","@firebase/util":"0.2.50-canary.7d5678be","@firebase/webchannel-wrapper":"0.2.41-canary.7d5678be","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.7d5678be","@firebase/app-types":"0.6.1-canary.7d5678be"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.1-canary.7d5678be","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"5cbfa1075435e2acc36bb4bf45b0889ad66c00e3","size":5622592,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.1-canary.7d5678be.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.1-canary.7d5678be_1595284093433_0.025489074125767397"},"_hasShrinkwrap":false,"publish_time":1595284093735,"_cnpm_publish_time":1595284093735,"contributors":[]},"1.16.1-canary.d4341186":{"name":"@firebase/firestore","version":"1.16.1-canary.d4341186","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --file exp/index.ts --config ../../config/mocharc.node.js","test:exp:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --require ts-node/register --require exp/index.ts --require test/util/node_persistence.ts  --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified test:exp","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.d4341186","@firebase/firestore-types":"1.12.0-canary.d4341186","@firebase/logger":"0.2.6-canary.d4341186","@firebase/util":"0.2.50-canary.d4341186","@firebase/webchannel-wrapper":"0.2.41-canary.d4341186","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.d4341186","@firebase/app-types":"0.6.1-canary.d4341186"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.1-canary.d4341186","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"2472c3ac0598f2fb37813d17e4ee4fb07a636e19","size":5660182,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.1-canary.d4341186.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.1-canary.d4341186_1595039612419_0.08839605674110418"},"_hasShrinkwrap":false,"publish_time":1595039612749,"_cnpm_publish_time":1595039612749,"contributors":[]},"1.16.1-canary.ea699fac":{"name":"@firebase/firestore","version":"1.16.1-canary.ea699fac","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test:exp:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --require ts-node/register --require exp/index.node.ts --require test/util/node_persistence.ts  --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified test:exp","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.ea699fac","@firebase/firestore-types":"1.12.0-canary.ea699fac","@firebase/logger":"0.2.6-canary.ea699fac","@firebase/util":"0.2.50-canary.ea699fac","@firebase/webchannel-wrapper":"0.2.41-canary.ea699fac","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.ea699fac","@firebase/app-types":"0.6.1-canary.ea699fac"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.1-canary.ea699fac","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"e0517ae70503481c8fd71edda1af0a7385b2a03e","size":5660215,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.1-canary.ea699fac.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.1-canary.ea699fac_1594970118323_0.6077524582607792"},"_hasShrinkwrap":false,"publish_time":1594970118667,"_cnpm_publish_time":1594970118667,"contributors":[]},"1.16.1-canary.a875bbe0":{"name":"@firebase/firestore","version":"1.16.1-canary.a875bbe0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.a875bbe0","@firebase/firestore-types":"1.12.0-canary.a875bbe0","@firebase/logger":"0.2.6-canary.a875bbe0","@firebase/util":"0.2.50-canary.a875bbe0","@firebase/webchannel-wrapper":"0.2.41-canary.a875bbe0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.a875bbe0","@firebase/app-types":"0.6.1-canary.a875bbe0"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.1-canary.a875bbe0","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"661189e7a55c634a21f0e046b2825b3cd25a25a5","size":5659628,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.1-canary.a875bbe0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.1-canary.a875bbe0_1594952407318_0.255073107959517"},"_hasShrinkwrap":false,"publish_time":1594952407750,"_cnpm_publish_time":1594952407750,"contributors":[]},"1.16.1-canary.6d11f7f5":{"name":"@firebase/firestore","version":"1.16.1-canary.6d11f7f5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.6d11f7f5","@firebase/firestore-types":"1.12.0-canary.6d11f7f5","@firebase/logger":"0.2.6-canary.6d11f7f5","@firebase/util":"0.2.50-canary.6d11f7f5","@firebase/webchannel-wrapper":"0.2.41-canary.6d11f7f5","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.6d11f7f5","@firebase/app-types":"0.6.1-canary.6d11f7f5"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.1-canary.6d11f7f5","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"078f76ddee47bdd15be28f93b0df55ab2e2c11df","size":5659934,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.1-canary.6d11f7f5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.1-canary.6d11f7f5_1594949512879_0.27880772521646935"},"_hasShrinkwrap":false,"publish_time":1594949513151,"_cnpm_publish_time":1594949513151,"contributors":[]},"1.16.1-canary.65568139":{"name":"@firebase/firestore","version":"1.16.1-canary.65568139","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.65568139","@firebase/firestore-types":"1.12.0-canary.65568139","@firebase/logger":"0.2.6-canary.65568139","@firebase/util":"0.2.50-canary.65568139","@firebase/webchannel-wrapper":"0.2.41-canary.65568139","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.65568139","@firebase/app-types":"0.6.1-canary.65568139"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.1-canary.65568139","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"71c4b70f7231554fd530ff800cfc856e117757ab","size":5659950,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.1-canary.65568139.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.1-canary.65568139_1594942276791_0.7938006585767694"},"_hasShrinkwrap":false,"publish_time":1594942277042,"_cnpm_publish_time":1594942277042,"contributors":[]},"1.16.0-canary.5b7d812a":{"name":"@firebase/firestore","version":"1.16.0-canary.5b7d812a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.5b7d812a","@firebase/firestore-types":"1.12.0-canary.5b7d812a","@firebase/logger":"0.2.6-canary.5b7d812a","@firebase/util":"0.2.50-canary.5b7d812a","@firebase/webchannel-wrapper":"0.2.41-canary.5b7d812a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.5b7d812a","@firebase/app-types":"0.6.1-canary.5b7d812a"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.0-canary.5b7d812a","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"3865797b1e2db5e87ae3e8984cc8af611a847454","size":5659681,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.0-canary.5b7d812a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.0-canary.5b7d812a_1594940073041_0.6608946172932988"},"_hasShrinkwrap":false,"publish_time":1594940073285,"_cnpm_publish_time":1594940073285,"contributors":[]},"1.16.0-canary.38a12bb9":{"name":"@firebase/firestore","version":"1.16.0-canary.38a12bb9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.38a12bb9","@firebase/firestore-types":"1.12.0-canary.38a12bb9","@firebase/logger":"0.2.6-canary.38a12bb9","@firebase/util":"0.2.50-canary.38a12bb9","@firebase/webchannel-wrapper":"0.2.41-canary.38a12bb9","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.38a12bb9","@firebase/app-types":"0.6.1-canary.38a12bb9"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.0-canary.38a12bb9","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"656b31e8e49ebdec200bb5729947f7363fd8d3e3","size":5659701,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.0-canary.38a12bb9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.0-canary.38a12bb9_1594937829832_0.531064082941971"},"_hasShrinkwrap":false,"publish_time":1594937830099,"_cnpm_publish_time":1594937830099,"contributors":[]},"1.16.1":{"name":"@firebase/firestore","version":"1.16.1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16","@firebase/firestore-types":"1.12.0","@firebase/logger":"0.2.6","@firebase/util":"0.2.50","@firebase/webchannel-wrapper":"0.2.41","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.1","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"ddf4e357b4d847abe6a57a89d3e2d5b950339176","size":5659728,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.1_1594937371482_0.6830787699741871"},"_hasShrinkwrap":false,"publish_time":1594937371853,"_cnpm_publish_time":1594937371853,"contributors":[]},"1.16.0-canary.6d5b4cc3":{"name":"@firebase/firestore","version":"1.16.0-canary.6d5b4cc3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.6d5b4cc3","@firebase/firestore-types":"1.12.0-canary.6d5b4cc3","@firebase/logger":"0.2.6-canary.6d5b4cc3","@firebase/util":"0.2.50-canary.6d5b4cc3","@firebase/webchannel-wrapper":"0.2.41-canary.6d5b4cc3","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.6d5b4cc3","@firebase/app-types":"0.6.1-canary.6d5b4cc3"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.0-canary.6d5b4cc3","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"c9b480e5263186c95782c1384de6a281fcf44d50","size":5659700,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.0-canary.6d5b4cc3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.0-canary.6d5b4cc3_1594921457805_0.14027738916397792"},"_hasShrinkwrap":false,"publish_time":1594921458107,"_cnpm_publish_time":1594921458107,"contributors":[]},"1.16.1-2020615181619":{"name":"@firebase/firestore","version":"1.16.1-2020615181619","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16","@firebase/firestore-types":"1.12.0","@firebase/logger":"0.2.6","@firebase/util":"0.2.50","@firebase/webchannel-wrapper":"0.2.41","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.1-2020615181619","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"c8b217a63faef35c37e87ae3b0c13dd7d53f2f7c","size":5659911,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.1-2020615181619.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.1-2020615181619_1594838991086_0.677829805420276"},"_hasShrinkwrap":false,"publish_time":1594838991624,"_cnpm_publish_time":1594838991624,"contributors":[]},"1.16.0-canary.b6145466":{"name":"@firebase/firestore","version":"1.16.0-canary.b6145466","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.b6145466","@firebase/firestore-types":"1.12.0-canary.b6145466","@firebase/logger":"0.2.6-canary.b6145466","@firebase/util":"0.2.50-canary.b6145466","@firebase/webchannel-wrapper":"0.2.41-canary.b6145466","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.b6145466","@firebase/app-types":"0.6.1-canary.b6145466"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.0-canary.b6145466","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"9b2dd019d25327f95d906f0f448ef13dfe2aa8ce","size":5659681,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.0-canary.b6145466.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.0-canary.b6145466_1594838905799_0.46169921561769733"},"_hasShrinkwrap":false,"publish_time":1594838906149,"_cnpm_publish_time":1594838906149,"contributors":[]},"1.16.0-canary.28438f60":{"name":"@firebase/firestore","version":"1.16.0-canary.28438f60","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.28438f60","@firebase/firestore-types":"1.12.0-canary.28438f60","@firebase/logger":"0.2.6-canary.28438f60","@firebase/util":"0.2.50-canary.28438f60","@firebase/webchannel-wrapper":"0.2.41-canary.28438f60","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.28438f60","@firebase/app-types":"0.6.1-canary.28438f60"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.0-canary.28438f60","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"275ecee0764aba5e013d7dba9612a305e41eb19b","size":5659682,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.0-canary.28438f60.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.0-canary.28438f60_1594834077640_0.7037167135364262"},"_hasShrinkwrap":false,"publish_time":1594834077973,"_cnpm_publish_time":1594834077973,"contributors":[]},"1.16.0-canary.c2b737b2":{"name":"@firebase/firestore","version":"1.16.0-canary.c2b737b2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.c2b737b2","@firebase/firestore-types":"1.12.0-canary.c2b737b2","@firebase/logger":"0.2.6-canary.c2b737b2","@firebase/util":"0.2.50-canary.c2b737b2","@firebase/webchannel-wrapper":"0.2.41-canary.c2b737b2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.c2b737b2","@firebase/app-types":"0.6.1-canary.c2b737b2"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.0-canary.c2b737b2","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"613718bd0692adb1593576de1ff513ee4752b7b8","size":5659635,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.0-canary.c2b737b2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.0-canary.c2b737b2_1594762625731_0.10445553546830655"},"_hasShrinkwrap":false,"publish_time":1594762626105,"_cnpm_publish_time":1594762626105,"contributors":[]},"1.16.0-canary.b07f822b":{"name":"@firebase/firestore","version":"1.16.0-canary.b07f822b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.b07f822b","@firebase/firestore-types":"1.12.0-canary.b07f822b","@firebase/logger":"0.2.6-canary.b07f822b","@firebase/util":"0.2.50-canary.b07f822b","@firebase/webchannel-wrapper":"0.2.41-canary.b07f822b","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.b07f822b","@firebase/app-types":"0.6.1-canary.b07f822b"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.0-canary.b07f822b","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"502dd32a6051705c5da077791d5918402f1aa36b","size":5659647,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.0-canary.b07f822b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.0-canary.b07f822b_1594404483010_0.0802435274124167"},"_hasShrinkwrap":false,"publish_time":1594404483330,"_cnpm_publish_time":1594404483330,"contributors":[]},"1.16.0-canary.f46bc247":{"name":"@firebase/firestore","version":"1.16.0-canary.f46bc247","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.f46bc247","@firebase/firestore-types":"1.12.0-canary.f46bc247","@firebase/logger":"0.2.6-canary.f46bc247","@firebase/util":"0.2.50-canary.f46bc247","@firebase/webchannel-wrapper":"0.2.41-canary.f46bc247","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.f46bc247","@firebase/app-types":"0.6.1-canary.f46bc247"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.0-canary.f46bc247","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"7767b7dbc794c436568cff3e27b5d77dc78d36b1","size":5659684,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.0-canary.f46bc247.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.0-canary.f46bc247_1594354538145_0.7610817931936074"},"_hasShrinkwrap":false,"publish_time":1594354538438,"_cnpm_publish_time":1594354538438,"contributors":[]},"1.16.0-canary.31cb0f1d":{"name":"@firebase/firestore","version":"1.16.0-canary.31cb0f1d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.31cb0f1d","@firebase/firestore-types":"1.12.0-canary.31cb0f1d","@firebase/logger":"0.2.6-canary.31cb0f1d","@firebase/util":"0.2.50-canary.31cb0f1d","@firebase/webchannel-wrapper":"0.2.41-canary.31cb0f1d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.31cb0f1d","@firebase/app-types":"0.6.1-canary.31cb0f1d"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.0-canary.31cb0f1d","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"b6ecf625d13e8fbca1b5645632caca42282d0457","size":5659684,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.0-canary.31cb0f1d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.0-canary.31cb0f1d_1594352553289_0.5385208180816807"},"_hasShrinkwrap":false,"publish_time":1594352553751,"_cnpm_publish_time":1594352553751,"contributors":[]},"1.16.0-canary.ee5ec1eb":{"name":"@firebase/firestore","version":"1.16.0-canary.ee5ec1eb","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.ee5ec1eb","@firebase/firestore-types":"1.12.0-canary.ee5ec1eb","@firebase/logger":"0.2.6-canary.ee5ec1eb","@firebase/util":"0.2.50-canary.ee5ec1eb","@firebase/webchannel-wrapper":"0.2.41-canary.ee5ec1eb","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.ee5ec1eb","@firebase/app-types":"0.6.1-canary.ee5ec1eb"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.21.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.2","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.1","ts-node":"8.10.2","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.0-canary.ee5ec1eb","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"eb73cad6f52fc7d19652fae82ae16e69d7caba20","size":5659644,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.0-canary.ee5ec1eb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.0-canary.ee5ec1eb_1594352330725_0.8155707054364059"},"_hasShrinkwrap":false,"publish_time":1594352331332,"_cnpm_publish_time":1594352331332,"contributors":[]},"1.16.0-canary.d7735c98":{"name":"@firebase/firestore","version":"1.16.0-canary.d7735c98","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.d7735c98","@firebase/firestore-types":"1.12.0-canary.d7735c98","@firebase/logger":"0.2.6-canary.d7735c98","@firebase/util":"0.2.50-canary.d7735c98","@firebase/webchannel-wrapper":"0.2.41-canary.d7735c98","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.d7735c98","@firebase/app-types":"0.6.1-canary.d7735c98"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.0-canary.d7735c98","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"5b1f21804f5b842fc102fb490fd6be92be185b17","size":5659692,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.0-canary.d7735c98.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.0-canary.d7735c98_1594347391116_0.19695828161003837"},"_hasShrinkwrap":false,"publish_time":1594347391499,"_cnpm_publish_time":1594347391499,"contributors":[]},"1.16.0-canary.023d729a":{"name":"@firebase/firestore","version":"1.16.0-canary.023d729a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.023d729a","@firebase/firestore-types":"1.12.0-canary.023d729a","@firebase/logger":"0.2.6-canary.023d729a","@firebase/util":"0.2.50-canary.023d729a","@firebase/webchannel-wrapper":"0.2.41-canary.023d729a","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.023d729a","@firebase/app-types":"0.6.1-canary.023d729a"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.0-canary.023d729a","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"c13383c8511b6f9ab14269465194e8e91db5ae96","size":5659694,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.0-canary.023d729a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.0-canary.023d729a_1594347325874_0.03920900943412842"},"_hasShrinkwrap":false,"publish_time":1594347326239,"_cnpm_publish_time":1594347326239,"contributors":[]},"1.16.0-canary.7d5ccb20":{"name":"@firebase/firestore","version":"1.16.0-canary.7d5ccb20","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.7d5ccb20","@firebase/firestore-types":"1.12.0-canary.7d5ccb20","@firebase/logger":"0.2.6-canary.7d5ccb20","@firebase/util":"0.2.50-canary.7d5ccb20","@firebase/webchannel-wrapper":"0.2.41-canary.7d5ccb20","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.7d5ccb20","@firebase/app-types":"0.6.1-canary.7d5ccb20"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.6"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.0-canary.7d5ccb20","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"fbe694d2b928be801c8f9074948050175a2581a3","size":5659687,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.0-canary.7d5ccb20.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.0-canary.7d5ccb20_1594347231369_0.4742106986127439"},"_hasShrinkwrap":false,"publish_time":1594347231694,"_cnpm_publish_time":1594347231694,"contributors":[]},"1.16.0-canary.3c21efe4":{"name":"@firebase/firestore","version":"1.16.0-canary.3c21efe4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.3c21efe4","@firebase/firestore-types":"1.12.0-canary.3c21efe4","@firebase/logger":"0.2.6-canary.3c21efe4","@firebase/util":"0.2.50-canary.3c21efe4","@firebase/webchannel-wrapper":"0.2.41-canary.3c21efe4","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.3c21efe4","@firebase/app-types":"0.6.1-canary.3c21efe4"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.0-canary.3c21efe4","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"ea8f98c229930c4c1b84434243799052d6ae3ce7","size":5659661,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.0-canary.3c21efe4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.0-canary.3c21efe4_1594336631961_0.651772111259882"},"_hasShrinkwrap":false,"publish_time":1594336632227,"_cnpm_publish_time":1594336632227,"contributors":[]},"1.16.0-canary.23891b20":{"name":"@firebase/firestore","version":"1.16.0-canary.23891b20","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-canary.23891b20","@firebase/firestore-types":"1.12.0-canary.23891b20","@firebase/logger":"0.2.6-canary.23891b20","@firebase/util":"0.2.50-canary.23891b20","@firebase/webchannel-wrapper":"0.2.41-canary.23891b20","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-canary.23891b20","@firebase/app-types":"0.6.1-canary.23891b20"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.0-canary.23891b20","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"5fd8bcf004f13b2b9aa6148e0eeae8a2b655a4a9","size":5659697,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.0-canary.23891b20.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.0-canary.23891b20_1594333281204_0.22140029630915903"},"_hasShrinkwrap":false,"publish_time":1594333281467,"_cnpm_publish_time":1594333281467,"contributors":[]},"1.16.0":{"name":"@firebase/firestore","version":"1.16.0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16","@firebase/firestore-types":"1.12.0","@firebase/logger":"0.2.6","@firebase/util":"0.2.50","@firebase/webchannel-wrapper":"0.2.41","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"39e698d1e6d5c406d822537e29b7f350525247a8","size":5644275,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.0_1594327342841_0.4693165719216901"},"_hasShrinkwrap":false,"publish_time":1594327343217,"_cnpm_publish_time":1594327343217,"contributors":[]},"1.15.5-canary.9c409ea7":{"name":"@firebase/firestore","version":"1.15.5-canary.9c409ea7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.9c409ea7","@firebase/firestore-types":"1.11.0-canary.9c409ea7","@firebase/logger":"0.2.5-canary.9c409ea7","@firebase/util":"0.2.50-canary.9c409ea7","@firebase/webchannel-wrapper":"0.2.41-canary.9c409ea7","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.9c409ea7","@firebase/app-types":"0.6.1-canary.9c409ea7"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.9c409ea7","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"b207d0bdf30baeeb88f10012c3df83b793f867dc","size":5659169,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.9c409ea7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.9c409ea7_1594324183185_0.5115188291000383"},"_hasShrinkwrap":false,"publish_time":1594324189661,"_cnpm_publish_time":1594324189661,"contributors":[]},"1.15.5-canary.308f020d":{"name":"@firebase/firestore","version":"1.15.5-canary.308f020d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.308f020d","@firebase/firestore-types":"1.11.0-canary.308f020d","@firebase/logger":"0.2.5-canary.308f020d","@firebase/util":"0.2.50-canary.308f020d","@firebase/webchannel-wrapper":"0.2.41-canary.308f020d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.308f020d","@firebase/app-types":"0.6.1-canary.308f020d"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.308f020d","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"15de20651462228b941d3dc98e21db3d07ee8d1b","size":5659152,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.308f020d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.308f020d_1594323535987_0.9673315353819902"},"_hasShrinkwrap":false,"publish_time":1594323536267,"_cnpm_publish_time":1594323536267,"contributors":[]},"1.15.5-canary.1c6ca04f":{"name":"@firebase/firestore","version":"1.15.5-canary.1c6ca04f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.1c6ca04f","@firebase/firestore-types":"1.11.0-canary.1c6ca04f","@firebase/logger":"0.2.5-canary.1c6ca04f","@firebase/util":"0.2.50-canary.1c6ca04f","@firebase/webchannel-wrapper":"0.2.41-canary.1c6ca04f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.1c6ca04f","@firebase/app-types":"0.6.1-canary.1c6ca04f"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.1c6ca04f","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"22faedbbf28ce4b9bdb7bb24b553fd5bd9bb755c","size":5659162,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.1c6ca04f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.1c6ca04f_1594323353520_0.39680495890714296"},"_hasShrinkwrap":false,"publish_time":1594323353821,"_cnpm_publish_time":1594323353821,"contributors":[]},"1.15.5-canary.d1a86e6d":{"name":"@firebase/firestore","version":"1.15.5-canary.d1a86e6d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.d1a86e6d","@firebase/firestore-types":"1.11.0-canary.d1a86e6d","@firebase/logger":"0.2.5-canary.d1a86e6d","@firebase/util":"0.2.50-canary.d1a86e6d","@firebase/webchannel-wrapper":"0.2.41-canary.d1a86e6d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.d1a86e6d","@firebase/app-types":"0.6.1-canary.d1a86e6d"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.d1a86e6d","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"fa600864e95a569e33e7378879e9d7d76d892109","size":5659164,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.d1a86e6d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.d1a86e6d_1594323319382_0.43901206335371734"},"_hasShrinkwrap":false,"publish_time":1594323319699,"_cnpm_publish_time":1594323319699,"contributors":[]},"1.15.5-canary.ce168bd9":{"name":"@firebase/firestore","version":"1.15.5-canary.ce168bd9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.ce168bd9","@firebase/firestore-types":"1.11.0-canary.ce168bd9","@firebase/logger":"0.2.5-canary.ce168bd9","@firebase/util":"0.2.50-canary.ce168bd9","@firebase/webchannel-wrapper":"0.2.41-canary.ce168bd9","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.ce168bd9","@firebase/app-types":"0.6.1-canary.ce168bd9"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.ce168bd9","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"1763e7250a0b05692584262db3f54e0f3a11a6cd","size":5659158,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.ce168bd9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.ce168bd9_1594323261640_0.2634125730008863"},"_hasShrinkwrap":false,"publish_time":1594323261917,"_cnpm_publish_time":1594323261917,"contributors":[]},"1.15.5-canary.4fc68ef9":{"name":"@firebase/firestore","version":"1.15.5-canary.4fc68ef9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.4fc68ef9","@firebase/firestore-types":"1.11.0-canary.4fc68ef9","@firebase/logger":"0.2.5-canary.4fc68ef9","@firebase/util":"0.2.50-canary.4fc68ef9","@firebase/webchannel-wrapper":"0.2.41-canary.4fc68ef9","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.4fc68ef9","@firebase/app-types":"0.6.1-canary.4fc68ef9"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.4fc68ef9","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"93b6b7c98acd70e10a0b618675b4de1643d9823a","size":5659284,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.4fc68ef9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.4fc68ef9_1594276753648_0.9277719197102239"},"_hasShrinkwrap":false,"publish_time":1594276754000,"_cnpm_publish_time":1594276754000,"contributors":[]},"1.15.5-canary.9b53ec89":{"name":"@firebase/firestore","version":"1.15.5-canary.9b53ec89","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.9b53ec89","@firebase/firestore-types":"1.11.0-canary.9b53ec89","@firebase/logger":"0.2.5-canary.9b53ec89","@firebase/util":"0.2.50-canary.9b53ec89","@firebase/webchannel-wrapper":"0.2.41-canary.9b53ec89","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.9b53ec89","@firebase/app-types":"0.6.1-canary.9b53ec89"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.9b53ec89","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"de178fadb871bd0d403ac48cdf7cf38fff8f9996","size":5658928,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.9b53ec89.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.9b53ec89_1594273563135_0.7706612066475984"},"_hasShrinkwrap":false,"publish_time":1594273563445,"_cnpm_publish_time":1594273563445,"contributors":[]},"1.15.5-canary.5a355360":{"name":"@firebase/firestore","version":"1.15.5-canary.5a355360","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.5a355360","@firebase/firestore-types":"1.11.0-canary.5a355360","@firebase/logger":"0.2.5-canary.5a355360","@firebase/util":"0.2.50-canary.5a355360","@firebase/webchannel-wrapper":"0.2.41-canary.5a355360","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.5a355360","@firebase/app-types":"0.6.1-canary.5a355360"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.5a355360","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"ceb7ba7bf31b754d9c92105d94650869f7225c8a","size":5657573,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.5a355360.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.5a355360_1594269281772_0.6414593326067024"},"_hasShrinkwrap":false,"publish_time":1594269282201,"_cnpm_publish_time":1594269282201,"contributors":[]},"1.15.5-canary.6f266bf1":{"name":"@firebase/firestore","version":"1.15.5-canary.6f266bf1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.6f266bf1","@firebase/firestore-types":"1.11.0-canary.6f266bf1","@firebase/logger":"0.2.5-canary.6f266bf1","@firebase/util":"0.2.50-canary.6f266bf1","@firebase/webchannel-wrapper":"0.2.41-canary.6f266bf1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.6f266bf1","@firebase/app-types":"0.6.1-canary.6f266bf1"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.6f266bf1","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"27699595bde260901054c58a0e09f3686413c96d","size":5650303,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.6f266bf1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.6f266bf1_1594260227957_0.07567640407955589"},"_hasShrinkwrap":false,"publish_time":1594260228236,"_cnpm_publish_time":1594260228236,"contributors":[]},"1.15.5-canary.989cb756":{"name":"@firebase/firestore","version":"1.15.5-canary.989cb756","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.989cb756","@firebase/firestore-types":"1.11.0-canary.989cb756","@firebase/logger":"0.2.5-canary.989cb756","@firebase/util":"0.2.50-canary.989cb756","@firebase/webchannel-wrapper":"0.2.41-canary.989cb756","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.989cb756","@firebase/app-types":"0.6.1-canary.989cb756"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.989cb756","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"adc4073e18e93efdc40f53e64246acc0440aec5b","size":5648570,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.989cb756.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.989cb756_1594162153962_0.08388760991829836"},"_hasShrinkwrap":false,"publish_time":1594162154271,"_cnpm_publish_time":1594162154271,"contributors":[]},"1.16.0-202067221036":{"name":"@firebase/firestore","version":"1.16.0-202067221036","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.16-202067221036","@firebase/firestore-types":"1.12.0-202067221036","@firebase/logger":"0.2.6-202067221036","@firebase/util":"0.2.50","@firebase/webchannel-wrapper":"0.2.41","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.8-202067221036","@firebase/app-types":"0.x"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.16.0-202067221036","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"26d5e9caa020596eab2e434ffebdb08761f1ed1c","size":5644443,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.16.0-202067221036.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.16.0-202067221036_1594160271485_0.7695906553096987"},"_hasShrinkwrap":false,"publish_time":1594160271816,"_cnpm_publish_time":1594160271816,"contributors":[]},"1.15.5-canary.f8d1b3d7":{"name":"@firebase/firestore","version":"1.15.5-canary.f8d1b3d7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.f8d1b3d7","@firebase/firestore-types":"1.11.0-canary.f8d1b3d7","@firebase/logger":"0.2.5-canary.f8d1b3d7","@firebase/util":"0.2.50-canary.f8d1b3d7","@firebase/webchannel-wrapper":"0.2.41-canary.f8d1b3d7","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.f8d1b3d7","@firebase/app-types":"0.6.1-canary.f8d1b3d7"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.f8d1b3d7","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"0555156b11089e14a1491970a5095f5e69e42d1a","size":5648550,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.f8d1b3d7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.f8d1b3d7_1594154696546_0.8312883677408376"},"_hasShrinkwrap":false,"publish_time":1594154696780,"_cnpm_publish_time":1594154696780,"contributors":[]},"1.15.5-canary.bb740836":{"name":"@firebase/firestore","version":"1.15.5-canary.bb740836","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.bb740836","@firebase/firestore-types":"1.11.0-canary.bb740836","@firebase/logger":"0.2.5-canary.bb740836","@firebase/util":"0.2.50-canary.bb740836","@firebase/webchannel-wrapper":"0.2.41-canary.bb740836","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.bb740836","@firebase/app-types":"0.6.1-canary.bb740836"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.bb740836","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"b994cdf5851b212408552abba13f178ee1b56c01","size":5647673,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.bb740836.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.bb740836_1594152930215_0.9703878064380318"},"_hasShrinkwrap":false,"publish_time":1594152930776,"_cnpm_publish_time":1594152930776,"contributors":[]},"1.15.5-canary.26767cd9":{"name":"@firebase/firestore","version":"1.15.5-canary.26767cd9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.26767cd9","@firebase/firestore-types":"1.11.0-canary.26767cd9","@firebase/logger":"0.2.5-canary.26767cd9","@firebase/util":"0.2.50-canary.26767cd9","@firebase/webchannel-wrapper":"0.2.41-canary.26767cd9","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.26767cd9","@firebase/app-types":"0.6.1-canary.26767cd9"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.26767cd9","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"3bf00553c092d58215b15bde0e2783869b19def2","size":5647668,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.26767cd9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.26767cd9_1594148407424_0.644062694505598"},"_hasShrinkwrap":false,"publish_time":1594148407787,"_cnpm_publish_time":1594148407787,"contributors":[]},"1.15.5-canary.064cf2e5":{"name":"@firebase/firestore","version":"1.15.5-canary.064cf2e5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.064cf2e5","@firebase/firestore-types":"1.11.0-canary.064cf2e5","@firebase/logger":"0.2.5-canary.064cf2e5","@firebase/util":"0.2.50-canary.064cf2e5","@firebase/webchannel-wrapper":"0.2.41-canary.064cf2e5","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.064cf2e5","@firebase/app-types":"0.6.1-canary.064cf2e5"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.064cf2e5","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"f4e219f3b7d7524dda59a247030681e5540dc54e","size":5647609,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.064cf2e5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.064cf2e5_1594078208445_0.854513133696793"},"_hasShrinkwrap":false,"publish_time":1594078208737,"_cnpm_publish_time":1594078208737,"contributors":[]},"1.15.5-canary.c7aa053d":{"name":"@firebase/firestore","version":"1.15.5-canary.c7aa053d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.c7aa053d","@firebase/firestore-types":"1.11.0-canary.c7aa053d","@firebase/logger":"0.2.5-canary.c7aa053d","@firebase/util":"0.2.50-canary.c7aa053d","@firebase/webchannel-wrapper":"0.2.41-canary.c7aa053d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.c7aa053d","@firebase/app-types":"0.6.1-canary.c7aa053d"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.c7aa053d","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"3f9b7b1c3f52b8b8e1636373e4654ebd7010bf5d","size":5648047,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.c7aa053d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.c7aa053d_1594075520850_0.060851798425854975"},"_hasShrinkwrap":false,"publish_time":1594075521153,"_cnpm_publish_time":1594075521153,"contributors":[]},"1.15.5-canary.469c8bdf":{"name":"@firebase/firestore","version":"1.15.5-canary.469c8bdf","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.469c8bdf","@firebase/firestore-types":"1.11.0-canary.469c8bdf","@firebase/logger":"0.2.5-canary.469c8bdf","@firebase/util":"0.2.50-canary.469c8bdf","@firebase/webchannel-wrapper":"0.2.41-canary.469c8bdf","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.469c8bdf","@firebase/app-types":"0.6.1-canary.469c8bdf"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.469c8bdf","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"a5d90aa16ab105ab27d38a33dbb56222f69838d8","size":5625918,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.469c8bdf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.469c8bdf_1594074618781_0.5559324031089676"},"_hasShrinkwrap":false,"publish_time":1594074619064,"_cnpm_publish_time":1594074619064,"contributors":[]},"1.15.5-canary.ee1892d6":{"name":"@firebase/firestore","version":"1.15.5-canary.ee1892d6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.ee1892d6","@firebase/firestore-types":"1.11.0-canary.ee1892d6","@firebase/logger":"0.2.5-canary.ee1892d6","@firebase/util":"0.2.50-canary.ee1892d6","@firebase/webchannel-wrapper":"0.2.41-canary.ee1892d6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.ee1892d6","@firebase/app-types":"0.6.1-canary.ee1892d6"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.ee1892d6","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"3a71e11631fba10afb2adf52f79f1176d3879aba","size":5625915,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.ee1892d6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.ee1892d6_1594061043197_0.39609652129411765"},"_hasShrinkwrap":false,"publish_time":1594061043505,"_cnpm_publish_time":1594061043505,"contributors":[]},"1.15.5-canary.992432e0":{"name":"@firebase/firestore","version":"1.15.5-canary.992432e0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.992432e0","@firebase/firestore-types":"1.11.0-canary.992432e0","@firebase/logger":"0.2.5-canary.992432e0","@firebase/util":"0.2.50-canary.992432e0","@firebase/webchannel-wrapper":"0.2.41-canary.992432e0","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.992432e0","@firebase/app-types":"0.6.1-canary.992432e0"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.992432e0","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"fc734dce2ae0a1baf0d90f9dca9db0a0310abc58","size":5625921,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.992432e0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.992432e0_1594057674182_0.2694717447645947"},"_hasShrinkwrap":false,"publish_time":1594057674715,"_cnpm_publish_time":1594057674715,"contributors":[]},"1.15.5-canary.fc17a3cf":{"name":"@firebase/firestore","version":"1.15.5-canary.fc17a3cf","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.fc17a3cf","@firebase/firestore-types":"1.11.0-canary.fc17a3cf","@firebase/logger":"0.2.5-canary.fc17a3cf","@firebase/util":"0.2.50-canary.fc17a3cf","@firebase/webchannel-wrapper":"0.2.41-canary.fc17a3cf","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.fc17a3cf","@firebase/app-types":"0.6.1-canary.fc17a3cf"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.fc17a3cf","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"82a25ccce76cd7646f56758df3c4591a0ab80021","size":5625905,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.fc17a3cf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.fc17a3cf_1593715477691_0.8471170421084855"},"_hasShrinkwrap":false,"publish_time":1593715477962,"_cnpm_publish_time":1593715477962,"contributors":[]},"1.15.5-canary.0c8b011b":{"name":"@firebase/firestore","version":"1.15.5-canary.0c8b011b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.0c8b011b","@firebase/firestore-types":"1.11.0-canary.0c8b011b","@firebase/logger":"0.2.5-canary.0c8b011b","@firebase/util":"0.2.50-canary.0c8b011b","@firebase/webchannel-wrapper":"0.2.41-canary.0c8b011b","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.0c8b011b","@firebase/app-types":"0.6.1-canary.0c8b011b"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.0c8b011b","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"3ffa3515fb0c702c97e91590334f82bb9e947a84","size":5620310,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.0c8b011b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.0c8b011b_1593623568430_0.11476825481550423"},"_hasShrinkwrap":false,"publish_time":1593623568796,"_cnpm_publish_time":1593623568796,"contributors":[]},"1.15.5-canary.877c060c":{"name":"@firebase/firestore","version":"1.15.5-canary.877c060c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.877c060c","@firebase/firestore-types":"1.11.0-canary.877c060c","@firebase/logger":"0.2.5-canary.877c060c","@firebase/util":"0.2.50-canary.877c060c","@firebase/webchannel-wrapper":"0.2.41-canary.877c060c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.877c060c","@firebase/app-types":"0.6.1-canary.877c060c"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.877c060c","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"cd3989c3c6a58d90c257db19391aed56ab449355","size":5620499,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.877c060c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.877c060c_1593557935942_0.1877845839359944"},"_hasShrinkwrap":false,"publish_time":1593557936210,"_cnpm_publish_time":1593557936210,"contributors":[]},"1.15.5-canary.dd1e63ce":{"name":"@firebase/firestore","version":"1.15.5-canary.dd1e63ce","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.dd1e63ce","@firebase/firestore-types":"1.11.0-canary.dd1e63ce","@firebase/logger":"0.2.5-canary.dd1e63ce","@firebase/util":"0.2.50-canary.dd1e63ce","@firebase/webchannel-wrapper":"0.2.41-canary.dd1e63ce","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.dd1e63ce","@firebase/app-types":"0.6.1-canary.dd1e63ce"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.dd1e63ce","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"ea80acc9c256d3576410e57259fab14cf8f4b960","size":4731317,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.dd1e63ce.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.dd1e63ce_1593557724390_0.48321102962255336"},"_hasShrinkwrap":false,"publish_time":1593557724810,"_cnpm_publish_time":1593557724810,"contributors":[]},"1.15.5-canary.a754645e":{"name":"@firebase/firestore","version":"1.15.5-canary.a754645e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.node.esm2017.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.a754645e","@firebase/firestore-types":"1.11.0-canary.a754645e","@firebase/logger":"0.2.5-canary.a754645e","@firebase/util":"0.2.50-canary.a754645e","@firebase/webchannel-wrapper":"0.2.41-canary.a754645e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.a754645e","@firebase/app-types":"0.6.1-canary.a754645e"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.9.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.a754645e","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"bab72da60f576749606b22eafbdc3fbfb6e01339","size":5620891,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.a754645e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.a754645e_1593557685952_0.6422708059689115"},"_hasShrinkwrap":false,"publish_time":1593557686295,"_cnpm_publish_time":1593557686295,"contributors":[]},"1.15.5-canary.982acf91":{"name":"@firebase/firestore","version":"1.15.5-canary.982acf91","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.982acf91","@firebase/firestore-types":"1.11.0-canary.982acf91","@firebase/logger":"0.2.5-canary.982acf91","@firebase/util":"0.2.50-canary.982acf91","@firebase/webchannel-wrapper":"0.2.41-canary.982acf91","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.982acf91","@firebase/app-types":"0.6.1-canary.982acf91"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.982acf91","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"4c2a65fc87e43d723c923d2fae1c28d779c4d440","size":4731143,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.982acf91.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.982acf91_1593553121449_0.9959591901776137"},"_hasShrinkwrap":false,"publish_time":1593553121682,"_cnpm_publish_time":1593553121682,"contributors":[]},"1.15.5-canary.c3cd471b":{"name":"@firebase/firestore","version":"1.15.5-canary.c3cd471b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.c3cd471b","@firebase/firestore-types":"1.11.0-canary.c3cd471b","@firebase/logger":"0.2.5-canary.c3cd471b","@firebase/util":"0.2.50-canary.c3cd471b","@firebase/webchannel-wrapper":"0.2.41-canary.c3cd471b","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.c3cd471b","@firebase/app-types":"0.6.1-canary.c3cd471b"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.c3cd471b","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"1aaff523acc2121877d1cef6f0ccd5926c80bf03","size":4729406,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.c3cd471b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.c3cd471b_1593542569447_0.969303395811123"},"_hasShrinkwrap":false,"publish_time":1593542569652,"_cnpm_publish_time":1593542569652,"contributors":[]},"1.15.5-canary.2ab5a175":{"name":"@firebase/firestore","version":"1.15.5-canary.2ab5a175","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.2ab5a175","@firebase/firestore-types":"1.11.0-canary.2ab5a175","@firebase/logger":"0.2.5-canary.2ab5a175","@firebase/util":"0.2.50-canary.2ab5a175","@firebase/webchannel-wrapper":"0.2.41-canary.2ab5a175","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.2ab5a175","@firebase/app-types":"0.6.1-canary.2ab5a175"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.2ab5a175","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"fba10d08117247fe2039db24c2f1884fada91097","size":4726599,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.2ab5a175.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.2ab5a175_1593538584961_0.1419697859772937"},"_hasShrinkwrap":false,"publish_time":1593538585181,"_cnpm_publish_time":1593538585181,"contributors":[]},"1.15.5-canary.fe85035e":{"name":"@firebase/firestore","version":"1.15.5-canary.fe85035e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.fe85035e","@firebase/firestore-types":"1.11.0-canary.fe85035e","@firebase/logger":"0.2.5-canary.fe85035e","@firebase/util":"0.2.50-canary.fe85035e","@firebase/webchannel-wrapper":"0.2.41-canary.fe85035e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.fe85035e","@firebase/app-types":"0.6.1-canary.fe85035e"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.fe85035e","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"1fb3b2ba58309c76dec6867e7f6d25bd68dca0af","size":4726566,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.fe85035e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.fe85035e_1593538332532_0.6856793645300439"},"_hasShrinkwrap":false,"publish_time":1593538332888,"_cnpm_publish_time":1593538332888,"contributors":[]},"1.15.5-canary.f54abc25":{"name":"@firebase/firestore","version":"1.15.5-canary.f54abc25","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.f54abc25","@firebase/firestore-types":"1.11.0-canary.f54abc25","@firebase/logger":"0.2.5-canary.f54abc25","@firebase/util":"0.2.50-canary.f54abc25","@firebase/webchannel-wrapper":"0.2.41-canary.f54abc25","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.f54abc25","@firebase/app-types":"0.6.1-canary.f54abc25"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.f54abc25","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"ee9adc8186a134802da3d00789235403f499603f","size":4726587,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.f54abc25.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.f54abc25_1593492691605_0.7951256749560194"},"_hasShrinkwrap":false,"publish_time":1593492691889,"_cnpm_publish_time":1593492691889,"contributors":[]},"1.15.5-canary.fe2bd0f1":{"name":"@firebase/firestore","version":"1.15.5-canary.fe2bd0f1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.fe2bd0f1","@firebase/firestore-types":"1.11.0-canary.fe2bd0f1","@firebase/logger":"0.2.5-canary.fe2bd0f1","@firebase/util":"0.2.50-canary.fe2bd0f1","@firebase/webchannel-wrapper":"0.2.41-canary.fe2bd0f1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.fe2bd0f1","@firebase/app-types":"0.6.1-canary.fe2bd0f1"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.fe2bd0f1","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"012ae80f3f9c51e3e08cfe90dfd24c57ffa2d07c","size":4726232,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.fe2bd0f1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.fe2bd0f1_1593481171556_0.5760942300542686"},"_hasShrinkwrap":false,"publish_time":1593481171860,"_cnpm_publish_time":1593481171860,"contributors":[]},"1.15.5-canary.d0bc885b":{"name":"@firebase/firestore","version":"1.15.5-canary.d0bc885b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'lite/**/*.ts' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.d0bc885b","@firebase/firestore-types":"1.11.0-canary.d0bc885b","@firebase/logger":"0.2.5-canary.d0bc885b","@firebase/util":"0.2.50-canary.d0bc885b","@firebase/webchannel-wrapper":"0.2.41-canary.d0bc885b","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.d0bc885b","@firebase/app-types":"0.6.1-canary.d0bc885b"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.d0bc885b","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"7139c03533a789591899e470b2a6936a2dbb5f28","size":4726242,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.d0bc885b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.d0bc885b_1593477798969_0.04379158111278314"},"_hasShrinkwrap":false,"publish_time":1593477799281,"_cnpm_publish_time":1593477799281,"contributors":[]},"1.15.5-canary.17c628eb":{"name":"@firebase/firestore","version":"1.15.5-canary.17c628eb","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.17c628eb","@firebase/firestore-types":"1.11.0-canary.17c628eb","@firebase/logger":"0.2.5-canary.17c628eb","@firebase/util":"0.2.50-canary.17c628eb","@firebase/webchannel-wrapper":"0.2.41-canary.17c628eb","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.17c628eb","@firebase/app-types":"0.6.1-canary.17c628eb"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.17c628eb","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"fff716e8e2d660d9c9b6e0d114a33118cbf1c868","size":4727394,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.17c628eb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.17c628eb_1593218588629_0.8862242782635288"},"_hasShrinkwrap":false,"publish_time":1593218589015,"_cnpm_publish_time":1593218589015,"contributors":[]},"1.15.5-canary.9e204e77":{"name":"@firebase/firestore","version":"1.15.5-canary.9e204e77","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.9e204e77","@firebase/firestore-types":"1.11.0-canary.9e204e77","@firebase/logger":"0.2.5-canary.9e204e77","@firebase/util":"0.2.50-canary.9e204e77","@firebase/webchannel-wrapper":"0.2.41-canary.9e204e77","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.9e204e77","@firebase/app-types":"0.6.1-canary.9e204e77"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.9e204e77","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"97ce23cef05d7b44527514e4b56889c161559f02","size":4727395,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.9e204e77.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.9e204e77_1593217188533_0.8117777632228882"},"_hasShrinkwrap":false,"publish_time":1593217188853,"_cnpm_publish_time":1593217188853,"contributors":[]},"1.15.5-canary.e90304c8":{"name":"@firebase/firestore","version":"1.15.5-canary.e90304c8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.e90304c8","@firebase/firestore-types":"1.11.0-canary.e90304c8","@firebase/logger":"0.2.5-canary.e90304c8","@firebase/util":"0.2.50-canary.e90304c8","@firebase/webchannel-wrapper":"0.2.41-canary.e90304c8","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.e90304c8","@firebase/app-types":"0.6.1-canary.e90304c8"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.e90304c8","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"f66b9cf31775d943a785da00f9a5b633d19c855f","size":4729653,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.e90304c8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.e90304c8_1593214406788_0.2700347011913351"},"_hasShrinkwrap":false,"publish_time":1593214407166,"_cnpm_publish_time":1593214407166,"contributors":[]},"1.15.5-canary.c38fc717":{"name":"@firebase/firestore","version":"1.15.5-canary.c38fc717","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.c38fc717","@firebase/firestore-types":"1.11.0-canary.c38fc717","@firebase/logger":"0.2.5-canary.c38fc717","@firebase/util":"0.2.50-canary.c38fc717","@firebase/webchannel-wrapper":"0.2.41-canary.c38fc717","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.c38fc717","@firebase/app-types":"0.6.1-canary.c38fc717"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.c38fc717","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"fc6be1a29ad42a0fc7b599de979f617a40d81237","size":4746057,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.c38fc717.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.c38fc717_1593212583038_0.7269281984726419"},"_hasShrinkwrap":false,"publish_time":1593212583395,"_cnpm_publish_time":1593212583395,"contributors":[]},"1.15.5-canary.a4ff036c":{"name":"@firebase/firestore","version":"1.15.5-canary.a4ff036c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.a4ff036c","@firebase/firestore-types":"1.11.0-canary.a4ff036c","@firebase/logger":"0.2.5-canary.a4ff036c","@firebase/util":"0.2.50-canary.a4ff036c","@firebase/webchannel-wrapper":"0.2.41-canary.a4ff036c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.a4ff036c","@firebase/app-types":"0.6.1-canary.a4ff036c"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.a4ff036c","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"f319c38124ea3970b2ea9e9fcf011ceb50527e3e","size":4746163,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.a4ff036c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.a4ff036c_1593211113258_0.6760175092254774"},"_hasShrinkwrap":false,"publish_time":1593211113708,"_cnpm_publish_time":1593211113708,"contributors":[]},"1.15.5-canary.3d43b009":{"name":"@firebase/firestore","version":"1.15.5-canary.3d43b009","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.3d43b009","@firebase/firestore-types":"1.11.0-canary.3d43b009","@firebase/logger":"0.2.5-canary.3d43b009","@firebase/util":"0.2.50-canary.3d43b009","@firebase/webchannel-wrapper":"0.2.41-canary.3d43b009","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.3d43b009","@firebase/app-types":"0.6.1-canary.3d43b009"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.3d43b009","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"88006f11288662ae8c2a0bf90e800ce6bbdc5287","size":4746177,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.3d43b009.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.3d43b009_1593209197989_0.8639094732833701"},"_hasShrinkwrap":false,"publish_time":1593209198305,"_cnpm_publish_time":1593209198305,"contributors":[]},"1.15.5-canary.ddbe2180":{"name":"@firebase/firestore","version":"1.15.5-canary.ddbe2180","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.ddbe2180","@firebase/firestore-types":"1.11.0-canary.ddbe2180","@firebase/logger":"0.2.5-canary.ddbe2180","@firebase/util":"0.2.50-canary.ddbe2180","@firebase/webchannel-wrapper":"0.2.41-canary.ddbe2180","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.ddbe2180","@firebase/app-types":"0.6.1-canary.ddbe2180"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.ddbe2180","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"09b1e691568f14661e9c477117ac5b9440881195","size":4735216,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.ddbe2180.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.ddbe2180_1593204118875_0.5331747028976572"},"_hasShrinkwrap":false,"publish_time":1593204119174,"_cnpm_publish_time":1593204119174,"contributors":[]},"1.15.5-canary.8e0c0360":{"name":"@firebase/firestore","version":"1.15.5-canary.8e0c0360","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.8e0c0360","@firebase/firestore-types":"1.11.0-canary.8e0c0360","@firebase/logger":"0.2.5-canary.8e0c0360","@firebase/util":"0.2.50-canary.8e0c0360","@firebase/webchannel-wrapper":"0.2.41-canary.8e0c0360","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.8e0c0360","@firebase/app-types":"0.6.1-canary.8e0c0360"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.8e0c0360","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"768d2e20b7eec143f18cc87f0118aaa28a8dadec","size":4731059,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.8e0c0360.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.8e0c0360_1593191230271_0.007448247094713922"},"_hasShrinkwrap":false,"publish_time":1593191230466,"_cnpm_publish_time":1593191230466,"contributors":[]},"1.15.5-canary.64d9ab6b":{"name":"@firebase/firestore","version":"1.15.5-canary.64d9ab6b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-canary.64d9ab6b","@firebase/firestore-types":"1.11.0-canary.64d9ab6b","@firebase/logger":"0.2.5-canary.64d9ab6b","@firebase/util":"0.2.50-canary.64d9ab6b","@firebase/webchannel-wrapper":"0.2.41-canary.64d9ab6b","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.7-canary.64d9ab6b","@firebase/app-types":"0.6.1-canary.64d9ab6b"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-canary.64d9ab6b","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"d066f40fe1c24a78dcd34746c72f5604a6328f87","size":4734013,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-canary.64d9ab6b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-canary.64d9ab6b_1593134608676_0.1352330585628132"},"_hasShrinkwrap":false,"publish_time":1593134609026,"_cnpm_publish_time":1593134609026,"contributors":[]},"1.15.5":{"name":"@firebase/firestore","version":"1.15.5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15","@firebase/firestore-types":"1.11.0","@firebase/logger":"0.2.5","@firebase/util":"0.2.50","@firebase/webchannel-wrapper":"0.2.41","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"6268fc69d9ac069c121f542bdd2f1f735a62a7a9","size":4731969,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5_1593126695917_0.2658275478405483"},"_hasShrinkwrap":false,"publish_time":1593126696221,"_cnpm_publish_time":1593126696221,"contributors":[]},"1.15.4-canary.4edfe226":{"name":"@firebase/firestore","version":"1.15.4-canary.4edfe226","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.14-canary.4edfe226","@firebase/firestore-types":"1.11.0-canary.4edfe226","@firebase/logger":"0.2.5-canary.4edfe226","@firebase/util":"0.2.49-canary.4edfe226","@firebase/webchannel-wrapper":"0.2.41-canary.4edfe226","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.6-canary.4edfe226","@firebase/app-types":"0.6.1-canary.4edfe226"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.4-canary.4edfe226","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"28158b964aa3d746cb581b76656696e975ffc325","size":4734006,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.4-canary.4edfe226.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.4-canary.4edfe226_1593119690145_0.6543435168770568"},"_hasShrinkwrap":false,"publish_time":1593119690747,"_cnpm_publish_time":1593119690747,"contributors":[]},"1.15.4-canary.590c9a44":{"name":"@firebase/firestore","version":"1.15.4-canary.590c9a44","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.14-canary.590c9a44","@firebase/firestore-types":"1.11.0-canary.590c9a44","@firebase/logger":"0.2.5-canary.590c9a44","@firebase/util":"0.2.49-canary.590c9a44","@firebase/webchannel-wrapper":"0.2.41-canary.590c9a44","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.6-canary.590c9a44","@firebase/app-types":"0.6.1-canary.590c9a44"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.4-canary.590c9a44","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"c222fbef41fbc10281e62aaa22c08d35d75fbf1d","size":4734017,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.4-canary.590c9a44.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.4-canary.590c9a44_1593109204663_0.14873968151857642"},"_hasShrinkwrap":false,"publish_time":1593109204948,"_cnpm_publish_time":1593109204948,"contributors":[]},"1.15.4-canary.fa70d0a3":{"name":"@firebase/firestore","version":"1.15.4-canary.fa70d0a3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.14-canary.fa70d0a3","@firebase/firestore-types":"1.11.0-canary.fa70d0a3","@firebase/logger":"0.2.5-canary.fa70d0a3","@firebase/util":"0.2.49-canary.fa70d0a3","@firebase/webchannel-wrapper":"0.2.41-canary.fa70d0a3","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.6-canary.fa70d0a3","@firebase/app-types":"0.6.1-canary.fa70d0a3"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.4-canary.fa70d0a3","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"97c5d5738800dc8b3b044ba6ec125bfa7c7b494e","size":4734016,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.4-canary.fa70d0a3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.4-canary.fa70d0a3_1593107018829_0.14467788470469767"},"_hasShrinkwrap":false,"publish_time":1593107019134,"_cnpm_publish_time":1593107019134,"contributors":[]},"1.15.4-canary.04874c97":{"name":"@firebase/firestore","version":"1.15.4-canary.04874c97","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.14-canary.04874c97","@firebase/firestore-types":"1.11.0-canary.04874c97","@firebase/logger":"0.2.5-canary.04874c97","@firebase/util":"0.2.49-canary.04874c97","@firebase/webchannel-wrapper":"0.2.41-canary.04874c97","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.6-canary.04874c97","@firebase/app-types":"0.6.1-canary.04874c97"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.4-canary.04874c97","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"c976be1f0412f5eddb3c40998bb54b5fc34ce86c","size":4734023,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.4-canary.04874c97.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.4-canary.04874c97_1593045408416_0.5428656108397825"},"_hasShrinkwrap":false,"publish_time":1593045408687,"_cnpm_publish_time":1593045408687,"contributors":[]},"1.15.4-canary.c436bcc6":{"name":"@firebase/firestore","version":"1.15.4-canary.c436bcc6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite && yarn build:exp","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.14-canary.c436bcc6","@firebase/firestore-types":"1.11.0-canary.c436bcc6","@firebase/logger":"0.2.5-canary.c436bcc6","@firebase/util":"0.2.49-canary.c436bcc6","@firebase/webchannel-wrapper":"0.2.41-canary.c436bcc6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.6-canary.c436bcc6","@firebase/app-types":"0.6.1-canary.c436bcc6"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.4-canary.c436bcc6","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"b402550203bf668a9a77320bd64820524f1d8aff","size":4729456,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.4-canary.c436bcc6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.4-canary.c436bcc6_1593031876571_0.5881656147780567"},"_hasShrinkwrap":false,"publish_time":1593031876924,"_cnpm_publish_time":1593031876924,"contributors":[]},"1.15.4-canary.a1081c61":{"name":"@firebase/firestore","version":"1.15.4-canary.a1081c61","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.14-canary.a1081c61","@firebase/firestore-types":"1.11.0-canary.a1081c61","@firebase/logger":"0.2.5-canary.a1081c61","@firebase/util":"0.2.49-canary.a1081c61","@firebase/webchannel-wrapper":"0.2.41-canary.a1081c61","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.6-canary.a1081c61","@firebase/app-types":"0.6.1-canary.a1081c61"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.4-canary.a1081c61","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"5acc3b861dcb5d23e4806ae2ba75344c833a8325","size":4729503,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.4-canary.a1081c61.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.4-canary.a1081c61_1593029634722_0.3446206776759284"},"_hasShrinkwrap":false,"publish_time":1593029635005,"_cnpm_publish_time":1593029635005,"contributors":[]},"1.15.4-canary.b27974af":{"name":"@firebase/firestore","version":"1.15.4-canary.b27974af","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.14-canary.b27974af","@firebase/firestore-types":"1.11.0-canary.b27974af","@firebase/logger":"0.2.5-canary.b27974af","@firebase/util":"0.2.49-canary.b27974af","@firebase/webchannel-wrapper":"0.2.41-canary.b27974af","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.6-canary.b27974af","@firebase/app-types":"0.6.1-canary.b27974af"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.4-canary.b27974af","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"e661d8e023554fbbe4c57c0c83a0b8bc1392815f","size":4719271,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.4-canary.b27974af.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.4-canary.b27974af_1593026694543_0.24935716870441027"},"_hasShrinkwrap":false,"publish_time":1593026694835,"_cnpm_publish_time":1593026694835,"contributors":[]},"1.15.4-canary.9bac5bcc":{"name":"@firebase/firestore","version":"1.15.4-canary.9bac5bcc","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.14-canary.9bac5bcc","@firebase/firestore-types":"1.11.0-canary.9bac5bcc","@firebase/logger":"0.2.5-canary.9bac5bcc","@firebase/util":"0.2.49-canary.9bac5bcc","@firebase/webchannel-wrapper":"0.2.41-canary.9bac5bcc","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.6-canary.9bac5bcc","@firebase/app-types":"0.6.1-canary.9bac5bcc"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.4-canary.9bac5bcc","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"38a45d7e8dff7379b39508d7a6aff3626ce53dfd","size":4720060,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.4-canary.9bac5bcc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.4-canary.9bac5bcc_1593026447334_0.578182196013904"},"_hasShrinkwrap":false,"publish_time":1593026447533,"_cnpm_publish_time":1593026447533,"contributors":[]},"1.15.4-canary.1791a9be":{"name":"@firebase/firestore","version":"1.15.4-canary.1791a9be","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.14-canary.1791a9be","@firebase/firestore-types":"1.11.0-canary.1791a9be","@firebase/logger":"0.2.5-canary.1791a9be","@firebase/util":"0.2.49-canary.1791a9be","@firebase/webchannel-wrapper":"0.2.41-canary.1791a9be","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.6-canary.1791a9be","@firebase/app-types":"0.6.1-canary.1791a9be"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.4-canary.1791a9be","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"f2f15a6f76d5ccec4caa1f25b4712dd3ffefbfc9","size":4721856,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.4-canary.1791a9be.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.4-canary.1791a9be_1593019307524_0.6704919420310504"},"_hasShrinkwrap":false,"publish_time":1593019307889,"_cnpm_publish_time":1593019307889,"contributors":[]},"1.15.4-canary.9cf49f74":{"name":"@firebase/firestore","version":"1.15.4-canary.9cf49f74","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.14-canary.9cf49f74","@firebase/firestore-types":"1.11.0-canary.9cf49f74","@firebase/logger":"0.2.5-canary.9cf49f74","@firebase/util":"0.2.49-canary.9cf49f74","@firebase/webchannel-wrapper":"0.2.41-canary.9cf49f74","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.6-canary.9cf49f74","@firebase/app-types":"0.6.1-canary.9cf49f74"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.4-canary.9cf49f74","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"0a0695917414f864212a88eeb1760d90ace48ba8","size":4724072,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.4-canary.9cf49f74.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.4-canary.9cf49f74_1593018379231_0.12190940566312358"},"_hasShrinkwrap":false,"publish_time":1593018379513,"_cnpm_publish_time":1593018379513,"contributors":[]},"1.15.4-canary.5de3ec66":{"name":"@firebase/firestore","version":"1.15.4-canary.5de3ec66","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.14-canary.5de3ec66","@firebase/firestore-types":"1.11.0-canary.5de3ec66","@firebase/logger":"0.2.5-canary.5de3ec66","@firebase/util":"0.2.49-canary.5de3ec66","@firebase/webchannel-wrapper":"0.2.41-canary.5de3ec66","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.6-canary.5de3ec66","@firebase/app-types":"0.6.1-canary.5de3ec66"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.4-canary.5de3ec66","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"cf7f560877024206c844964422d17c3d694f98b0","size":4737176,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.4-canary.5de3ec66.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.4-canary.5de3ec66_1592956140507_0.27288517566793336"},"_hasShrinkwrap":false,"publish_time":1592956140763,"_cnpm_publish_time":1592956140763,"contributors":[]},"1.15.5-0":{"name":"@firebase/firestore","version":"1.15.5-0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.15-0","@firebase/firestore-types":"1.11.0","@firebase/logger":"0.2.5","@firebase/util":"0.2.50-0","@firebase/webchannel-wrapper":"0.2.41","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.5-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"4bdb1df717aa677d4b66f840bb72c45852070ff1","size":4732003,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.5-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.5-0_1592955132892_0.0290201660046141"},"_hasShrinkwrap":false,"publish_time":1592955133249,"_cnpm_publish_time":1592955133249,"contributors":[]},"1.15.4-canary.acd89ee4":{"name":"@firebase/firestore","version":"1.15.4-canary.acd89ee4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.14-canary.acd89ee4","@firebase/firestore-types":"1.11.0-canary.acd89ee4","@firebase/logger":"0.2.5-canary.acd89ee4","@firebase/util":"0.2.49-canary.acd89ee4","@firebase/webchannel-wrapper":"0.2.41-canary.acd89ee4","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.6-canary.acd89ee4","@firebase/app-types":"0.6.1-canary.acd89ee4"},"devDependencies":{"@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.4-canary.acd89ee4","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"ead774d62d823db497bfd48bca32ea8d75bdc20c","size":4737162,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.4-canary.acd89ee4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.4-canary.acd89ee4_1592947284950_0.4911280834457403"},"_hasShrinkwrap":false,"publish_time":1592947285224,"_cnpm_publish_time":1592947285224,"contributors":[]},"1.15.4-canary.71f94f14":{"name":"@firebase/firestore","version":"1.15.4-canary.71f94f14","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.14-canary.71f94f14","@firebase/firestore-types":"1.11.0-canary.71f94f14","@firebase/logger":"0.2.5-canary.71f94f14","@firebase/util":"0.2.49-canary.71f94f14","@firebase/webchannel-wrapper":"0.2.41-canary.71f94f14","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.6-canary.71f94f14","@firebase/app-types":"0.6.1-canary.71f94f14"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.71f94f14","@firebase/app-types-exp":"0.0.800-canary.71f94f14","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.4-canary.71f94f14","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"f4e38cec9a866ba1709c57bb89390213fff2d431","size":4735262,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.4-canary.71f94f14.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.4-canary.71f94f14_1592856714583_0.1411752146178571"},"_hasShrinkwrap":false,"publish_time":1592856714890,"_cnpm_publish_time":1592856714890,"contributors":[]},"1.15.3-canary.23e89711":{"name":"@firebase/firestore","version":"1.15.3-canary.23e89711","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.14-canary.23e89711","@firebase/firestore-types":"1.11.0-canary.23e89711","@firebase/logger":"0.2.5-canary.23e89711","@firebase/util":"0.2.49-canary.23e89711","@firebase/webchannel-wrapper":"0.2.41-canary.23e89711","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.6-canary.23e89711","@firebase/app-types":"0.6.1-canary.23e89711"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.23e89711","@firebase/app-types-exp":"0.0.800-canary.23e89711","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.3-canary.23e89711","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"db9a508243c7519ca45cf4b18301c408a1a9b38c","size":4735660,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.3-canary.23e89711.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.3-canary.23e89711_1592852966555_0.6966889245104086"},"_hasShrinkwrap":false,"publish_time":1592852967520,"_cnpm_publish_time":1592852967520,"contributors":[]},"1.15.4":{"name":"@firebase/firestore","version":"1.15.4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.14","@firebase/firestore-types":"1.11.0","@firebase/logger":"0.2.5","@firebase/util":"0.2.49","@firebase/webchannel-wrapper":"0.2.41","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app-exp":"0.x","@firebase/app-types-exp":"0.x","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.4","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"686d547068832925dfc6e43f69837c32f1fb79a5","size":4750360,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.4_1592850626017_0.49092305561801997"},"_hasShrinkwrap":false,"publish_time":1592850626321,"_cnpm_publish_time":1592850626321,"contributors":[]},"1.15.4-0":{"name":"@firebase/firestore","version":"1.15.4-0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.14","@firebase/firestore-types":"1.11.0","@firebase/logger":"0.2.5","@firebase/util":"0.2.49","@firebase/webchannel-wrapper":"0.2.41","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app-exp":"0.x","@firebase/app-types-exp":"0.x","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.4-0","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"1d0904695ef019c323dcbb1bfce3f9349f1d7f1f","size":4750368,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.4-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.4-0_1592693877093_0.794485269128218"},"_hasShrinkwrap":false,"publish_time":1592693877335,"_cnpm_publish_time":1592693877335,"contributors":[]},"1.15.3-canary.d470f49d":{"name":"@firebase/firestore","version":"1.15.3-canary.d470f49d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.14-canary.d470f49d","@firebase/firestore-types":"1.11.0-canary.d470f49d","@firebase/logger":"0.2.5-canary.d470f49d","@firebase/util":"0.2.49-canary.d470f49d","@firebase/webchannel-wrapper":"0.2.41-canary.d470f49d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.6-canary.d470f49d","@firebase/app-types":"0.6.1-canary.d470f49d"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.d470f49d","@firebase/app-types-exp":"0.0.800-canary.d470f49d","@rollup/plugin-alias":"3.1.1","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.3-canary.d470f49d","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"ee1e14455a1e35f36522f9997e720bf7ae311b3c","size":5617016,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.3-canary.d470f49d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.3-canary.d470f49d_1592618028121_0.3831785094974436"},"_hasShrinkwrap":false,"publish_time":1592618028403,"_cnpm_publish_time":1592618028403,"contributors":[]},"1.15.3":{"name":"@firebase/firestore","version":"1.15.3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.14","@firebase/firestore-types":"1.11.0","@firebase/logger":"0.2.5","@firebase/util":"0.2.49","@firebase/webchannel-wrapper":"0.2.41","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app-exp":"0.x","@firebase/app-types-exp":"0.x","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.3","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"34446efceb9a10b0974342337bc7aa2e273ecc78","size":5643202,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.3_1592601977928_0.012099631340458217"},"_hasShrinkwrap":false,"publish_time":1592601978165,"_cnpm_publish_time":1592601978165,"contributors":[]},"1.15.3-0":{"name":"@firebase/firestore","version":"1.15.3-0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.14","@firebase/firestore-types":"1.11.0","@firebase/logger":"0.2.5","@firebase/util":"0.2.49","@firebase/webchannel-wrapper":"0.2.41","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app-exp":"0.x","@firebase/app-types-exp":"0.x","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.3-0","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"53a7777372190c2c2236f561f04ae92625e2b40b","size":5643235,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.3-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.3-0_1592586247700_0.8493705256941555"},"_hasShrinkwrap":false,"publish_time":1592586247884,"_cnpm_publish_time":1592586247884,"contributors":[]},"1.15.2-canary.246ed9d6":{"name":"@firebase/firestore","version":"1.15.2-canary.246ed9d6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.14-canary.246ed9d6","@firebase/firestore-types":"1.11.0-canary.246ed9d6","@firebase/logger":"0.2.5-canary.246ed9d6","@firebase/util":"0.2.49-canary.246ed9d6","@firebase/webchannel-wrapper":"0.2.41-canary.246ed9d6","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.6.6-canary.246ed9d6","@firebase/app-types":"0.6.1-canary.246ed9d6"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.246ed9d6","@firebase/app-types-exp":"0.0.800-canary.246ed9d6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.2-canary.246ed9d6","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"1a4fc49926f83fe6ecec061d494f9f431f7ba19f","size":5643450,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.2-canary.246ed9d6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.2-canary.246ed9d6_1592586125442_0.9144512042688198"},"_hasShrinkwrap":false,"publish_time":1592586125678,"_cnpm_publish_time":1592586125678,"contributors":[]},"1.15.2":{"name":"@firebase/firestore","version":"1.15.2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.14","@firebase/firestore-types":"1.11.0","@firebase/logger":"0.2.5","@firebase/util":"0.2.49","@firebase/webchannel-wrapper":"0.2.41","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app-exp":"0.x","@firebase/app-types-exp":"0.x","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.2","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"c0686a19a3ba60a608245ee108d5ed661bd7c8e4","size":5643164,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.2_1592517190743_0.8636561558474458"},"_hasShrinkwrap":false,"publish_time":1592517191020,"_cnpm_publish_time":1592517191020,"contributors":[]},"1.15.2-0":{"name":"@firebase/firestore","version":"1.15.2-0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","pregendeps:lite":"yarn build:lite","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","react-native":"dist/index.rn.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.14-0","@firebase/firestore-types":"1.11.0","@firebase/logger":"0.2.5","@firebase/util":"0.2.49-0","@firebase/webchannel-wrapper":"0.2.41","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","tslib":"^1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app-exp":"0.x","@firebase/app-types-exp":"0.x","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.2-0","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"e2a2640b85472d7ba98621224973e7e09bb40fff","size":5643205,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.2-0_1592422115098_0.008384237445335563"},"_hasShrinkwrap":false,"publish_time":1592422115414,"_cnpm_publish_time":1592422115414,"contributors":[]},"1.15.1":{"name":"@firebase/firestore","version":"1.15.1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.13","@firebase/firestore-types":"1.11.0","@firebase/logger":"0.2.5","@firebase/util":"0.2.48","@firebase/webchannel-wrapper":"0.2.41","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app-exp":"0.x","@firebase/app-types-exp":"0.x","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"8a306fb0042bc2c321ff45745828d0ad5ef49237","size":4738919,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.1_1591909625991_0.10845142573661781"},"_hasShrinkwrap":false,"publish_time":1591909626253,"_cnpm_publish_time":1591909626253,"contributors":[]},"1.15.1-0":{"name":"@firebase/firestore","version":"1.15.1-0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.13","@firebase/firestore-types":"1.11.0","@firebase/logger":"0.2.5","@firebase/util":"0.2.48","@firebase/webchannel-wrapper":"0.2.41","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app-exp":"0.x","@firebase/app-types-exp":"0.x","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.1-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"c43d902185205cf2d09ed6794cbde3af7edf3e23","size":4738947,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.1-0_1591744104108_0.3408342626311718"},"_hasShrinkwrap":false,"publish_time":1591744104372,"_cnpm_publish_time":1591744104372,"contributors":[]},"1.15.0-canary.1e3721c5":{"name":"@firebase/firestore","version":"1.15.0-canary.1e3721c5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.13-canary.1e3721c5","@firebase/firestore-types":"1.11.0-canary.1e3721c5","@firebase/logger":"0.2.5-canary.1e3721c5","@firebase/util":"0.2.48-canary.1e3721c5","@firebase/webchannel-wrapper":"0.2.41-canary.1e3721c5","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.5-canary.1e3721c5","@firebase/app-types":"0.6.1-canary.1e3721c5"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.1e3721c5","@firebase/app-types-exp":"0.0.800-canary.1e3721c5","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.0-canary.1e3721c5","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"cf80eff184361b2353c4038bfc7f50eebcf81b3d","size":4745738,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.0-canary.1e3721c5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.0-canary.1e3721c5_1591654181016_0.3283196109018163"},"_hasShrinkwrap":false,"publish_time":1591654181304,"_cnpm_publish_time":1591654181304,"contributors":[]},"1.15.0-canary.59d45d6e":{"name":"@firebase/firestore","version":"1.15.0-canary.59d45d6e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.13-canary.59d45d6e","@firebase/firestore-types":"1.11.0-canary.59d45d6e","@firebase/logger":"0.2.5-canary.59d45d6e","@firebase/util":"0.2.48-canary.59d45d6e","@firebase/webchannel-wrapper":"0.2.41-canary.59d45d6e","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.5-canary.59d45d6e","@firebase/app-types":"0.6.1-canary.59d45d6e"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.59d45d6e","@firebase/app-types-exp":"0.0.800-canary.59d45d6e","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.0-canary.59d45d6e","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"a0ef17549dad0fad262b88d0a15219f05f03628f","size":4745719,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.0-canary.59d45d6e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.0-canary.59d45d6e_1591645464740_0.45218047223607605"},"_hasShrinkwrap":false,"publish_time":1591645465047,"_cnpm_publish_time":1591645465047,"contributors":[]},"1.15.0-canary.68768d62":{"name":"@firebase/firestore","version":"1.15.0-canary.68768d62","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.13-canary.68768d62","@firebase/firestore-types":"1.11.0-canary.68768d62","@firebase/logger":"0.2.5-canary.68768d62","@firebase/util":"0.2.48-canary.68768d62","@firebase/webchannel-wrapper":"0.2.41-canary.68768d62","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.5-canary.68768d62","@firebase/app-types":"0.6.1-canary.68768d62"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.68768d62","@firebase/app-types-exp":"0.0.800-canary.68768d62","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.0-canary.68768d62","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"c16369d3eb43cb0c90ff9426655b48c194b02eb4","size":4745720,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.0-canary.68768d62.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.0-canary.68768d62_1591640085850_0.8582002786643017"},"_hasShrinkwrap":false,"publish_time":1591640086167,"_cnpm_publish_time":1591640086167,"contributors":[]},"1.15.0-canary.b011da84":{"name":"@firebase/firestore","version":"1.15.0-canary.b011da84","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.13-canary.b011da84","@firebase/firestore-types":"1.11.0-canary.b011da84","@firebase/logger":"0.2.5-canary.b011da84","@firebase/util":"0.2.48-canary.b011da84","@firebase/webchannel-wrapper":"0.2.41-canary.b011da84","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.5-canary.b011da84","@firebase/app-types":"0.6.1-canary.b011da84"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.b011da84","@firebase/app-types-exp":"0.0.800-canary.b011da84","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.0-canary.b011da84","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"13277ce4f41bba8d880d7cf16d5cb70cb207cfc4","size":4745471,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.0-canary.b011da84.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.0-canary.b011da84_1591637073662_0.663355615548467"},"_hasShrinkwrap":false,"publish_time":1591637073938,"_cnpm_publish_time":1591637073938,"contributors":[]},"1.15.0-canary.6651efd3":{"name":"@firebase/firestore","version":"1.15.0-canary.6651efd3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.13-canary.6651efd3","@firebase/firestore-types":"1.11.0-canary.6651efd3","@firebase/logger":"0.2.5-canary.6651efd3","@firebase/util":"0.2.48-canary.6651efd3","@firebase/webchannel-wrapper":"0.2.41-canary.6651efd3","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.5-canary.6651efd3","@firebase/app-types":"0.6.1-canary.6651efd3"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.6651efd3","@firebase/app-types-exp":"0.0.800-canary.6651efd3","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.0-canary.6651efd3","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"bd733b4f2e9a8771bbb00d30ed4730934cd01396","size":4745482,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.0-canary.6651efd3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.0-canary.6651efd3_1591636939544_0.35696237912476003"},"_hasShrinkwrap":false,"publish_time":1591636939839,"_cnpm_publish_time":1591636939839,"contributors":[]},"1.15.0-canary.df36a245":{"name":"@firebase/firestore","version":"1.15.0-canary.df36a245","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.13-canary.df36a245","@firebase/firestore-types":"1.11.0-canary.df36a245","@firebase/logger":"0.2.5-canary.df36a245","@firebase/util":"0.2.48-canary.df36a245","@firebase/webchannel-wrapper":"0.2.41-canary.df36a245","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.5-canary.df36a245","@firebase/app-types":"0.6.1-canary.df36a245"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.df36a245","@firebase/app-types-exp":"0.0.800-canary.df36a245","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.0-canary.df36a245","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"00f0c9718de4bd737a2eeb2e4951fe2096232e8e","size":4744855,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.0-canary.df36a245.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.0-canary.df36a245_1591571303909_0.677465756627718"},"_hasShrinkwrap":false,"publish_time":1591571304227,"_cnpm_publish_time":1591571304227,"contributors":[]},"1.15.0-canary.0fac7bdc":{"name":"@firebase/firestore","version":"1.15.0-canary.0fac7bdc","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.13-canary.0fac7bdc","@firebase/firestore-types":"1.11.0-canary.0fac7bdc","@firebase/logger":"0.2.5-canary.0fac7bdc","@firebase/util":"0.2.48-canary.0fac7bdc","@firebase/webchannel-wrapper":"0.2.41-canary.0fac7bdc","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.5-canary.0fac7bdc","@firebase/app-types":"0.6.1-canary.0fac7bdc"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.0fac7bdc","@firebase/app-types-exp":"0.0.800-canary.0fac7bdc","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.0-canary.0fac7bdc","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"090ed1b8dd02e79ff7d86ce993523b6dd1dc9a9b","size":4744786,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.0-canary.0fac7bdc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.0-canary.0fac7bdc_1591381076902_0.9717901720191653"},"_hasShrinkwrap":false,"publish_time":1591381077165,"_cnpm_publish_time":1591381077165,"contributors":[]},"1.15.0-canary.0abf211d":{"name":"@firebase/firestore","version":"1.15.0-canary.0abf211d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.13-canary.0abf211d","@firebase/firestore-types":"1.11.0-canary.0abf211d","@firebase/logger":"0.2.5-canary.0abf211d","@firebase/util":"0.2.48-canary.0abf211d","@firebase/webchannel-wrapper":"0.2.41-canary.0abf211d","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.5-canary.0abf211d","@firebase/app-types":"0.6.1-canary.0abf211d"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.0abf211d","@firebase/app-types-exp":"0.0.800-canary.0abf211d","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.0-canary.0abf211d","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"d43a7464ee57238fa2d796806842d619335df8ce","size":4744453,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.0-canary.0abf211d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.0-canary.0abf211d_1591378310119_0.11254663760223749"},"_hasShrinkwrap":false,"publish_time":1591378310421,"_cnpm_publish_time":1591378310421,"contributors":[]},"1.15.0-canary.6cd5ed1d":{"name":"@firebase/firestore","version":"1.15.0-canary.6cd5ed1d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.13-canary.6cd5ed1d","@firebase/firestore-types":"1.11.0-canary.6cd5ed1d","@firebase/logger":"0.2.5-canary.6cd5ed1d","@firebase/util":"0.2.48-canary.6cd5ed1d","@firebase/webchannel-wrapper":"0.2.41-canary.6cd5ed1d","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.5-canary.6cd5ed1d","@firebase/app-types":"0.6.1-canary.6cd5ed1d"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.6cd5ed1d","@firebase/app-types-exp":"0.0.800-canary.6cd5ed1d","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.0-canary.6cd5ed1d","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"eab1c75f825f4fba65da628e746bdd80542c9763","size":4744684,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.0-canary.6cd5ed1d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.0-canary.6cd5ed1d_1591377510939_0.024353069642816694"},"_hasShrinkwrap":false,"publish_time":1591377511290,"_cnpm_publish_time":1591377511290,"contributors":[]},"1.15.0-canary.5cf39ab8":{"name":"@firebase/firestore","version":"1.15.0-canary.5cf39ab8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.13-canary.5cf39ab8","@firebase/firestore-types":"1.11.0-canary.5cf39ab8","@firebase/logger":"0.2.5-canary.5cf39ab8","@firebase/util":"0.2.48-canary.5cf39ab8","@firebase/webchannel-wrapper":"0.2.41-canary.5cf39ab8","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.5-canary.5cf39ab8","@firebase/app-types":"0.6.1-canary.5cf39ab8"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.5cf39ab8","@firebase/app-types-exp":"0.0.800-canary.5cf39ab8","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.0-canary.5cf39ab8","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"591c340046955270b464f854fe8c06772ab9e572","size":4744292,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.0-canary.5cf39ab8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.0-canary.5cf39ab8_1591336587450_0.11484337855028515"},"_hasShrinkwrap":false,"publish_time":1591336587833,"_cnpm_publish_time":1591336587833,"contributors":[]},"1.15.0-canary.27d42867":{"name":"@firebase/firestore","version":"1.15.0-canary.27d42867","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.13-canary.27d42867","@firebase/firestore-types":"1.11.0-canary.27d42867","@firebase/logger":"0.2.5-canary.27d42867","@firebase/util":"0.2.48-canary.27d42867","@firebase/webchannel-wrapper":"0.2.41-canary.27d42867","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.5-canary.27d42867","@firebase/app-types":"0.6.1-canary.27d42867"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.27d42867","@firebase/app-types-exp":"0.0.800-canary.27d42867","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.0-canary.27d42867","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"c30057b03e57d59d95fb09cfc89d48120e2c929e","size":4742309,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.0-canary.27d42867.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.0-canary.27d42867_1591329193192_0.04492125763200838"},"_hasShrinkwrap":false,"publish_time":1591329193493,"_cnpm_publish_time":1591329193493,"contributors":[]},"1.15.0-canary.2c66c4e2":{"name":"@firebase/firestore","version":"1.15.0-canary.2c66c4e2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.13-canary.2c66c4e2","@firebase/firestore-types":"1.11.0-canary.2c66c4e2","@firebase/logger":"0.2.5-canary.2c66c4e2","@firebase/util":"0.2.48-canary.2c66c4e2","@firebase/webchannel-wrapper":"0.2.41-canary.2c66c4e2","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.5-canary.2c66c4e2","@firebase/app-types":"0.6.1-canary.2c66c4e2"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.2c66c4e2","@firebase/app-types-exp":"0.0.800-canary.2c66c4e2","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.0-canary.2c66c4e2","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"bf4a5dae4fe3457bf86cf00b91bd421e04e2ce4e","size":4742261,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.0-canary.2c66c4e2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.0-canary.2c66c4e2_1591322281133_0.5437244462671891"},"_hasShrinkwrap":false,"publish_time":1591322281451,"_cnpm_publish_time":1591322281451,"contributors":[]},"1.15.0-canary.3af49b4b":{"name":"@firebase/firestore","version":"1.15.0-canary.3af49b4b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.13-canary.3af49b4b","@firebase/firestore-types":"1.11.0-canary.3af49b4b","@firebase/logger":"0.2.5-canary.3af49b4b","@firebase/util":"0.2.48-canary.3af49b4b","@firebase/webchannel-wrapper":"0.2.41-canary.3af49b4b","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.5-canary.3af49b4b","@firebase/app-types":"0.6.1-canary.3af49b4b"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.3af49b4b","@firebase/app-types-exp":"0.0.800-canary.3af49b4b","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.0-canary.3af49b4b","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"339603c46c47a0d739cf5662edaf67985f971c19","size":4742176,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.0-canary.3af49b4b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.0-canary.3af49b4b_1591319877031_0.6748475832568006"},"_hasShrinkwrap":false,"publish_time":1591319877324,"_cnpm_publish_time":1591319877324,"contributors":[]},"1.15.0-canary.239bea37":{"name":"@firebase/firestore","version":"1.15.0-canary.239bea37","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.13-canary.239bea37","@firebase/firestore-types":"1.11.0-canary.239bea37","@firebase/logger":"0.2.5-canary.239bea37","@firebase/util":"0.2.48-canary.239bea37","@firebase/webchannel-wrapper":"0.2.41-canary.239bea37","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.5-canary.239bea37","@firebase/app-types":"0.6.1-canary.239bea37"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.239bea37","@firebase/app-types-exp":"0.0.800-canary.239bea37","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.0-canary.239bea37","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"c6ec28edd64e8a10ded1cccb82efb5775cb59606","size":4742831,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.0-canary.239bea37.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.0-canary.239bea37_1591317379648_0.9182085165092249"},"_hasShrinkwrap":false,"publish_time":1591317379942,"_cnpm_publish_time":1591317379942,"contributors":[]},"1.14.6-canary.94f3c34f":{"name":"@firebase/firestore","version":"1.14.6-canary.94f3c34f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.12-canary.94f3c34f","@firebase/firestore-types":"1.10.3-canary.94f3c34f","@firebase/logger":"0.2.4-canary.94f3c34f","@firebase/util":"0.2.47-canary.94f3c34f","@firebase/webchannel-wrapper":"0.2.41-canary.94f3c34f","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.4-canary.94f3c34f","@firebase/app-types":"0.6.1-canary.94f3c34f"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.94f3c34f","@firebase/app-types-exp":"0.0.800-canary.94f3c34f","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.6-canary.94f3c34f","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"115611b7fad6c275ea07b1187f307487c9c29beb","size":4742832,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.6-canary.94f3c34f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.6-canary.94f3c34f_1591316783491_0.7939372283053052"},"_hasShrinkwrap":false,"publish_time":1591316783742,"_cnpm_publish_time":1591316783742,"contributors":[]},"1.14.6-canary.1b0230ec":{"name":"@firebase/firestore","version":"1.14.6-canary.1b0230ec","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.12-canary.1b0230ec","@firebase/firestore-types":"1.10.3-canary.1b0230ec","@firebase/logger":"0.2.4-canary.1b0230ec","@firebase/util":"0.2.47-canary.1b0230ec","@firebase/webchannel-wrapper":"0.2.41-canary.1b0230ec","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.4-canary.1b0230ec","@firebase/app-types":"0.6.1-canary.1b0230ec"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.1b0230ec","@firebase/app-types-exp":"0.0.800-canary.1b0230ec","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.6-canary.1b0230ec","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"c478c9264960b031cba570485d3bc3f5cf35f42a","size":4742693,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.6-canary.1b0230ec.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.6-canary.1b0230ec_1591315359899_0.12593314947079448"},"_hasShrinkwrap":false,"publish_time":1591315360454,"_cnpm_publish_time":1591315360454,"contributors":[]},"1.14.6-canary.3c61f243":{"name":"@firebase/firestore","version":"1.14.6-canary.3c61f243","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.12-canary.3c61f243","@firebase/firestore-types":"1.10.3-canary.3c61f243","@firebase/logger":"0.2.4-canary.3c61f243","@firebase/util":"0.2.47-canary.3c61f243","@firebase/webchannel-wrapper":"0.2.41-canary.3c61f243","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.4-canary.3c61f243","@firebase/app-types":"0.6.1-canary.3c61f243"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.3c61f243","@firebase/app-types-exp":"0.0.800-canary.3c61f243","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.6-canary.3c61f243","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"1062fe1263d954081dda3f556cd69cdbfc87e690","size":4742087,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.6-canary.3c61f243.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.6-canary.3c61f243_1591314294600_0.26714737286433743"},"_hasShrinkwrap":false,"publish_time":1591314294930,"_cnpm_publish_time":1591314294930,"contributors":[]},"1.15.0":{"name":"@firebase/firestore","version":"1.15.0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.13","@firebase/firestore-types":"1.11.0","@firebase/logger":"0.2.5","@firebase/util":"0.2.48","@firebase/webchannel-wrapper":"0.2.41","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app-exp":"0.x","@firebase/app-types-exp":"0.x","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"e8dfd87655d28765ee9ff43d53757637be27faed","size":4732176,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.0_1591313457882_0.8585865113207125"},"_hasShrinkwrap":false,"publish_time":1591313458178,"_cnpm_publish_time":1591313458178,"contributors":[]},"1.15.0-0":{"name":"@firebase/firestore","version":"1.15.0-0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.13-0","@firebase/firestore-types":"1.11.0-0","@firebase/logger":"0.2.5-0","@firebase/util":"0.2.48-0","@firebase/webchannel-wrapper":"0.2.41","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app-exp":"0.x","@firebase/app-types-exp":"0.x","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.15.0-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"daaac266b1b17c243e110b1203f74024ee13cbde","size":4732206,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.15.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.15.0-0_1591217641016_0.4940661080668889"},"_hasShrinkwrap":false,"publish_time":1591217641356,"_cnpm_publish_time":1591217641356,"contributors":[]},"1.14.6-canary.0395a1d2":{"name":"@firebase/firestore","version":"1.14.6-canary.0395a1d2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.12-canary.0395a1d2","@firebase/firestore-types":"1.10.3-canary.0395a1d2","@firebase/logger":"0.2.4-canary.0395a1d2","@firebase/util":"0.2.47-canary.0395a1d2","@firebase/webchannel-wrapper":"0.2.41-canary.0395a1d2","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.4-canary.0395a1d2","@firebase/app-types":"0.6.1-canary.0395a1d2"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.0395a1d2","@firebase/app-types-exp":"0.0.800-canary.0395a1d2","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.6-canary.0395a1d2","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"5c6e4f0f93cbdbbb298acfba832e6581f9be4fa6","size":4739778,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.6-canary.0395a1d2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.6-canary.0395a1d2_1591216863604_0.531333751067999"},"_hasShrinkwrap":false,"publish_time":1591216863802,"_cnpm_publish_time":1591216863802,"contributors":[]},"1.14.6-canary.c049186f":{"name":"@firebase/firestore","version":"1.14.6-canary.c049186f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","prebuild:release":"yarn prebuild","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite","build:release":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","pretest:lite":"yarn build:lite","test:lite":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js","prepare":"yarn build:release"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.12-canary.c049186f","@firebase/firestore-types":"1.10.3-canary.c049186f","@firebase/logger":"0.2.4-canary.c049186f","@firebase/util":"0.2.47-canary.c049186f","@firebase/webchannel-wrapper":"0.2.41-canary.c049186f","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.4-canary.c049186f","@firebase/app-types":"0.6.1-canary.c049186f"},"devDependencies":{"@firebase/app-exp":"0.0.800-canary.c049186f","@firebase/app-types-exp":"0.0.800-canary.c049186f","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.6-canary.c049186f","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"4986b4977a87d9f1916bcc78bbd5e29fabb54ac8","size":4738798,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.6-canary.c049186f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.6-canary.c049186f_1591215776826_0.5137015409880865"},"_hasShrinkwrap":false,"publish_time":1591215777081,"_cnpm_publish_time":1591215777081,"contributors":[]},"1.14.6":{"name":"@firebase/firestore","version":"1.14.6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.12","@firebase/firestore-types":"1.10.3","@firebase/logger":"0.2.4","@firebase/util":"0.2.47","@firebase/webchannel-wrapper":"0.2.41","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.6","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"40a23bcdaa94b78e723d4e2ff3e14320bf250486","size":4726032,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.6_1590773782194_0.8721076978816091"},"_hasShrinkwrap":false,"publish_time":1590773782444,"_cnpm_publish_time":1590773782444,"contributors":[]},"1.14.5-canary.0d6f14eb":{"name":"@firebase/firestore","version":"1.14.5-canary.0d6f14eb","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.12-canary.0d6f14eb","@firebase/firestore-types":"1.10.2-canary.0d6f14eb","@firebase/logger":"0.2.4-canary.0d6f14eb","@firebase/util":"0.2.47-canary.0d6f14eb","@firebase/webchannel-wrapper":"0.2.41-canary.0d6f14eb","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.4-canary.0d6f14eb","@firebase/app-types":"0.6.1-canary.0d6f14eb"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.5-canary.0d6f14eb","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"abb16b440c76aa94d6e4d7fdfb0649bbcd00230d","size":4736816,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.5-canary.0d6f14eb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.5-canary.0d6f14eb_1590696708448_0.23738900964877163"},"_hasShrinkwrap":false,"publish_time":1590696708764,"_cnpm_publish_time":1590696708764,"contributors":[]},"1.14.5-canary.7de1a7c1":{"name":"@firebase/firestore","version":"1.14.5-canary.7de1a7c1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.12-canary.7de1a7c1","@firebase/firestore-types":"1.10.2-canary.7de1a7c1","@firebase/logger":"0.2.4-canary.7de1a7c1","@firebase/util":"0.2.47-canary.7de1a7c1","@firebase/webchannel-wrapper":"0.2.41-canary.7de1a7c1","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.4-canary.7de1a7c1","@firebase/app-types":"0.6.1-canary.7de1a7c1"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.5-canary.7de1a7c1","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"01edf16846aab389500a426c12d30e9c69dcd07d","size":4736814,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.5-canary.7de1a7c1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.5-canary.7de1a7c1_1590693834216_0.4541692689290171"},"_hasShrinkwrap":false,"publish_time":1590693834493,"_cnpm_publish_time":1590693834493,"contributors":[]},"1.14.5-canary.ec1471cf":{"name":"@firebase/firestore","version":"1.14.5-canary.ec1471cf","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.12-canary.ec1471cf","@firebase/firestore-types":"1.10.2-canary.ec1471cf","@firebase/logger":"0.2.4-canary.ec1471cf","@firebase/util":"0.2.47-canary.ec1471cf","@firebase/webchannel-wrapper":"0.2.41-canary.ec1471cf","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.4-canary.ec1471cf","@firebase/app-types":"0.6.1-canary.ec1471cf"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.5-canary.ec1471cf","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"0948968e2e48ccbf95a3bf470afb348123c99000","size":4736348,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.5-canary.ec1471cf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.5-canary.ec1471cf_1590688531409_0.7413017607910821"},"_hasShrinkwrap":false,"publish_time":1590688531654,"_cnpm_publish_time":1590688531654,"contributors":[]},"1.14.5-canary.963fd1fa":{"name":"@firebase/firestore","version":"1.14.5-canary.963fd1fa","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.12-canary.963fd1fa","@firebase/firestore-types":"1.10.2-canary.963fd1fa","@firebase/logger":"0.2.4-canary.963fd1fa","@firebase/util":"0.2.47-canary.963fd1fa","@firebase/webchannel-wrapper":"0.2.41-canary.963fd1fa","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.4-canary.963fd1fa","@firebase/app-types":"0.6.1-canary.963fd1fa"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.5-canary.963fd1fa","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"06bb5f10ded4802735211d99ff4a1195ac9591ec","size":4732637,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.5-canary.963fd1fa.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.5-canary.963fd1fa_1590688456413_0.22367376293276076"},"_hasShrinkwrap":false,"publish_time":1590688456856,"_cnpm_publish_time":1590688456856,"contributors":[]},"1.14.5-canary.b41d0ae1":{"name":"@firebase/firestore","version":"1.14.5-canary.b41d0ae1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.12-canary.b41d0ae1","@firebase/firestore-types":"1.10.2-canary.b41d0ae1","@firebase/logger":"0.2.4-canary.b41d0ae1","@firebase/util":"0.2.47-canary.b41d0ae1","@firebase/webchannel-wrapper":"0.2.41-canary.b41d0ae1","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.4-canary.b41d0ae1","@firebase/app-types":"0.6.1-canary.b41d0ae1"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.5-canary.b41d0ae1","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"b8cdaf515d198281671b0332a30f926bd528febc","size":4732639,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.5-canary.b41d0ae1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.5-canary.b41d0ae1_1590688060543_0.8475886464845075"},"_hasShrinkwrap":false,"publish_time":1590688060776,"_cnpm_publish_time":1590688060776,"contributors":[]},"1.14.5-canary.67adfb2c":{"name":"@firebase/firestore","version":"1.14.5-canary.67adfb2c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.12-canary.67adfb2c","@firebase/firestore-types":"1.10.2-canary.67adfb2c","@firebase/logger":"0.2.4-canary.67adfb2c","@firebase/util":"0.2.47-canary.67adfb2c","@firebase/webchannel-wrapper":"0.2.41-canary.67adfb2c","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.4-canary.67adfb2c","@firebase/app-types":"0.6.1-canary.67adfb2c"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.5-canary.67adfb2c","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"bb113166a251ab77f2611d3c0d8d77d0944d707e","size":4733128,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.5-canary.67adfb2c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.5-canary.67adfb2c_1590617394091_0.8763867162171024"},"_hasShrinkwrap":false,"publish_time":1590617394387,"_cnpm_publish_time":1590617394387,"contributors":[]},"1.14.5-canary.24c1ee90":{"name":"@firebase/firestore","version":"1.14.5-canary.24c1ee90","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.12-canary.24c1ee90","@firebase/firestore-types":"1.10.2-canary.24c1ee90","@firebase/logger":"0.2.4-canary.24c1ee90","@firebase/util":"0.2.47-canary.24c1ee90","@firebase/webchannel-wrapper":"0.2.41-canary.24c1ee90","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.4-canary.24c1ee90","@firebase/app-types":"0.6.1-canary.24c1ee90"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.5-canary.24c1ee90","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"e290590705e19763951fb9e5ab7fa06d6396aebc","size":4733127,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.5-canary.24c1ee90.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.5-canary.24c1ee90_1590615011666_0.7133520251239864"},"_hasShrinkwrap":false,"publish_time":1590615011992,"_cnpm_publish_time":1590615011992,"contributors":[]},"1.14.5-canary.ef5fb1b9":{"name":"@firebase/firestore","version":"1.14.5-canary.ef5fb1b9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.12-canary.ef5fb1b9","@firebase/firestore-types":"1.10.2-canary.ef5fb1b9","@firebase/logger":"0.2.4-canary.ef5fb1b9","@firebase/util":"0.2.47-canary.ef5fb1b9","@firebase/webchannel-wrapper":"0.2.41-canary.ef5fb1b9","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.4-canary.ef5fb1b9","@firebase/app-types":"0.6.1-canary.ef5fb1b9"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.5-canary.ef5fb1b9","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"9845fa7d3a526ad913b10cf270731c9c81b823d8","size":4732954,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.5-canary.ef5fb1b9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.5-canary.ef5fb1b9_1590609435896_0.8375574490455828"},"_hasShrinkwrap":false,"publish_time":1590609436139,"_cnpm_publish_time":1590609436139,"contributors":[]},"1.14.6-0":{"name":"@firebase/firestore","version":"1.14.6-0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.12","@firebase/firestore-types":"1.10.3-0","@firebase/logger":"0.2.4","@firebase/util":"0.2.47","@firebase/webchannel-wrapper":"0.2.41","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.6-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"906f2bbdd13f2b55f957e17022a32b59a85e3c5b","size":4726061,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.6-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.6-0_1590534423056_0.2952391297393808"},"_hasShrinkwrap":false,"publish_time":1590534423301,"_cnpm_publish_time":1590534423301,"contributors":[]},"1.14.5-canary.230cd489":{"name":"@firebase/firestore","version":"1.14.5-canary.230cd489","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.12-canary.230cd489","@firebase/firestore-types":"1.10.2-canary.230cd489","@firebase/logger":"0.2.4-canary.230cd489","@firebase/util":"0.2.47-canary.230cd489","@firebase/webchannel-wrapper":"0.2.41-canary.230cd489","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.4-canary.230cd489","@firebase/app-types":"0.6.1-canary.230cd489"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.5-canary.230cd489","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"3b789998022df12db9c5775748c4e4b325d092d0","size":4731389,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.5-canary.230cd489.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.5-canary.230cd489_1590530288481_0.3747336053580441"},"_hasShrinkwrap":false,"publish_time":1590530288783,"_cnpm_publish_time":1590530288783,"contributors":[]},"1.14.4-canary.ea2fcf55":{"name":"@firebase/firestore","version":"1.14.4-canary.ea2fcf55","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.ea2fcf55","@firebase/firestore-types":"1.10.1-canary.ea2fcf55","@firebase/logger":"0.2.3-canary.ea2fcf55","@firebase/util":"0.2.46-canary.ea2fcf55","@firebase/webchannel-wrapper":"0.2.40-canary.ea2fcf55","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.ea2fcf55","@firebase/app-types":"0.6.0-canary.ea2fcf55"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.4-canary.ea2fcf55","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"71e5ff7b35b797a8d54e4796670a340ba427cbd9","size":4731378,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.4-canary.ea2fcf55.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.4-canary.ea2fcf55_1590529518932_0.5772914409003833"},"_hasShrinkwrap":false,"publish_time":1590529519207,"_cnpm_publish_time":1590529519207,"contributors":[]},"1.14.4-canary.5ffa43b5":{"name":"@firebase/firestore","version":"1.14.4-canary.5ffa43b5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.5ffa43b5","@firebase/firestore-types":"1.10.1-canary.5ffa43b5","@firebase/logger":"0.2.3-canary.5ffa43b5","@firebase/util":"0.2.46-canary.5ffa43b5","@firebase/webchannel-wrapper":"0.2.40-canary.5ffa43b5","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.5ffa43b5","@firebase/app-types":"0.6.0-canary.5ffa43b5"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.4-canary.5ffa43b5","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"abf48989aaa2da540d5c1b1332695ed256c177ce","size":4732355,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.4-canary.5ffa43b5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.4-canary.5ffa43b5_1590514598714_0.9223977603554172"},"_hasShrinkwrap":false,"publish_time":1590514598955,"_cnpm_publish_time":1590514598955,"contributors":[]},"1.14.4-canary.4e86d019":{"name":"@firebase/firestore","version":"1.14.4-canary.4e86d019","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.4e86d019","@firebase/firestore-types":"1.10.1-canary.4e86d019","@firebase/logger":"0.2.3-canary.4e86d019","@firebase/util":"0.2.46-canary.4e86d019","@firebase/webchannel-wrapper":"0.2.40-canary.4e86d019","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.4e86d019","@firebase/app-types":"0.6.0-canary.4e86d019"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.4-canary.4e86d019","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"ccb81ecf467fe44e7e14966e3422287a6d640740","size":4732347,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.4-canary.4e86d019.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.4-canary.4e86d019_1590107526245_0.7607462297672609"},"_hasShrinkwrap":false,"publish_time":1590107526480,"_cnpm_publish_time":1590107526480,"contributors":[]},"1.14.5":{"name":"@firebase/firestore","version":"1.14.5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.12","@firebase/firestore-types":"1.10.2","@firebase/logger":"0.2.4","@firebase/util":"0.2.47","@firebase/webchannel-wrapper":"0.2.41","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.5","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"0d7526ab8bec3e45726daad3c7c34b6aa09a71e2","size":4722126,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.5_1590096191822_0.6673428474085874"},"_hasShrinkwrap":false,"publish_time":1590096192915,"_cnpm_publish_time":1590096192915,"contributors":[]},"1.14.4-canary.babdcfdd":{"name":"@firebase/firestore","version":"1.14.4-canary.babdcfdd","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.babdcfdd","@firebase/firestore-types":"1.10.1-canary.babdcfdd","@firebase/logger":"0.2.3-canary.babdcfdd","@firebase/util":"0.2.46-canary.babdcfdd","@firebase/webchannel-wrapper":"0.2.40-canary.babdcfdd","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.babdcfdd","@firebase/app-types":"0.6.0-canary.babdcfdd"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.4-canary.babdcfdd","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"922b7f874a457dcc59ca86d0904852a825065d29","size":4732337,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.4-canary.babdcfdd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.4-canary.babdcfdd_1590083693193_0.45371358809638207"},"_hasShrinkwrap":false,"publish_time":1590083693492,"_cnpm_publish_time":1590083693492,"contributors":[]},"1.14.4-canary.4a70e17f":{"name":"@firebase/firestore","version":"1.14.4-canary.4a70e17f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.4a70e17f","@firebase/firestore-types":"1.10.1-canary.4a70e17f","@firebase/logger":"0.2.3-canary.4a70e17f","@firebase/util":"0.2.46-canary.4a70e17f","@firebase/webchannel-wrapper":"0.2.40-canary.4a70e17f","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.4a70e17f","@firebase/app-types":"0.6.0-canary.4a70e17f"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.4-canary.4a70e17f","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"5ab405deee3cb3e5b01bb507d40137ce5f18cafc","size":4733241,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.4-canary.4a70e17f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.4-canary.4a70e17f_1590006727625_0.9718329546083626"},"_hasShrinkwrap":false,"publish_time":1590006727886,"_cnpm_publish_time":1590006727886,"contributors":[]},"1.14.4-canary.76726387":{"name":"@firebase/firestore","version":"1.14.4-canary.76726387","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.76726387","@firebase/firestore-types":"1.10.1-canary.76726387","@firebase/logger":"0.2.3-canary.76726387","@firebase/util":"0.2.46-canary.76726387","@firebase/webchannel-wrapper":"0.2.40-canary.76726387","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.76726387","@firebase/app-types":"0.6.0-canary.76726387"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.4-canary.76726387","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"dd4b0d5744b697932264fc8022e0c62cee56c589","size":4727108,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.4-canary.76726387.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.4-canary.76726387_1589955201480_0.573511011909329"},"_hasShrinkwrap":false,"publish_time":1589955201731,"_cnpm_publish_time":1589955201731,"contributors":[]},"1.14.4-canary.75ff9b29":{"name":"@firebase/firestore","version":"1.14.4-canary.75ff9b29","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.75ff9b29","@firebase/firestore-types":"1.10.1-canary.75ff9b29","@firebase/logger":"0.2.3-canary.75ff9b29","@firebase/util":"0.2.46-canary.75ff9b29","@firebase/webchannel-wrapper":"0.2.40-canary.75ff9b29","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.75ff9b29","@firebase/app-types":"0.6.0-canary.75ff9b29"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.4-canary.75ff9b29","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"424b46c42c6fe51152c567b33aa3764c2b5ae9dd","size":4727077,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.4-canary.75ff9b29.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.4-canary.75ff9b29_1589932126240_0.8884072821121105"},"_hasShrinkwrap":false,"publish_time":1589932126600,"_cnpm_publish_time":1589932126600,"contributors":[]},"1.14.5-0":{"name":"@firebase/firestore","version":"1.14.5-0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.12-0","@firebase/firestore-types":"1.10.2-0","@firebase/logger":"0.2.4-0","@firebase/util":"0.2.47-0","@firebase/webchannel-wrapper":"0.2.41-0","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.5-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"be1ea29dc3af4e3745273d279e5693ffa542b24b","size":4722155,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.5-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.5-0_1589931308261_0.16532347120233082"},"_hasShrinkwrap":false,"publish_time":1589931308532,"_cnpm_publish_time":1589931308532,"contributors":[]},"1.14.3-canary.3de5763b":{"name":"@firebase/firestore","version":"1.14.3-canary.3de5763b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.3de5763b","@firebase/firestore-types":"1.10.1-canary.3de5763b","@firebase/logger":"0.2.3-canary.3de5763b","@firebase/util":"0.2.46-canary.3de5763b","@firebase/webchannel-wrapper":"0.2.40-canary.3de5763b","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.3de5763b","@firebase/app-types":"0.6.0-canary.3de5763b"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.3-canary.3de5763b","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"94ed0edcf094646f3413426d3a02ebf274fe644d","size":4726949,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.3-canary.3de5763b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.3-canary.3de5763b_1589829356304_0.3799553726842375"},"_hasShrinkwrap":false,"publish_time":1589829356714,"_cnpm_publish_time":1589829356714,"contributors":[]},"1.14.3-canary.fb900595":{"name":"@firebase/firestore","version":"1.14.3-canary.fb900595","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.fb900595","@firebase/firestore-types":"1.10.1-canary.fb900595","@firebase/logger":"0.2.3-canary.fb900595","@firebase/util":"0.2.46-canary.fb900595","@firebase/webchannel-wrapper":"0.2.40-canary.fb900595","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.fb900595","@firebase/app-types":"0.6.0-canary.fb900595"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.3-canary.fb900595","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"39316a3bddcbb9ec81b5381626318c75dcdc4740","size":4722951,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.3-canary.fb900595.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.3-canary.fb900595_1589824947839_0.4199914121706452"},"_hasShrinkwrap":false,"publish_time":1589824948252,"_cnpm_publish_time":1589824948252,"contributors":[]},"1.14.3-canary.ac215cf8":{"name":"@firebase/firestore","version":"1.14.3-canary.ac215cf8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.ac215cf8","@firebase/firestore-types":"1.10.1-canary.ac215cf8","@firebase/logger":"0.2.3-canary.ac215cf8","@firebase/util":"0.2.46-canary.ac215cf8","@firebase/webchannel-wrapper":"0.2.40-canary.ac215cf8","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.ac215cf8","@firebase/app-types":"0.6.0-canary.ac215cf8"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.3-canary.ac215cf8","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"cf25f31a1fcd3557c4dc6887675be6c64e34044a","size":4679901,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.3-canary.ac215cf8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.3-canary.ac215cf8_1589581301119_0.27196871962721736"},"_hasShrinkwrap":false,"publish_time":1589581301415,"_cnpm_publish_time":1589581301415,"contributors":[]},"1.14.4":{"name":"@firebase/firestore","version":"1.14.4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11","@firebase/firestore-types":"1.10.1","@firebase/logger":"0.2.3","@firebase/util":"0.2.46","@firebase/webchannel-wrapper":"0.2.40","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.4","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"091aa990dbd8bf1e90fdd29f21098f1ef80fddbd","size":4781945,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.4_1589496819659_0.32422953830706747"},"_hasShrinkwrap":false,"publish_time":1589496820032,"_cnpm_publish_time":1589496820032,"contributors":[]},"1.14.3-canary.94ee69a8":{"name":"@firebase/firestore","version":"1.14.3-canary.94ee69a8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'exp/**/*.ts' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","pregendeps:exp":"yarn build:exp","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp/index.d.ts --bundle ./dist/exp/index.js --output ./exp/test/deps/dependencies.json","pretest:exp":"yarn build:exp","test:exp":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'exp/test/**/*.test.ts' --file exp/index.node.ts --config ../../config/mocharc.node.js","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","exp":"dist/exp/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.94ee69a8","@firebase/firestore-types":"1.10.1-canary.94ee69a8","@firebase/logger":"0.2.3-canary.94ee69a8","@firebase/util":"0.2.46-canary.94ee69a8","@firebase/webchannel-wrapper":"0.2.40-canary.94ee69a8","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.94ee69a8","@firebase/app-types":"0.6.0-canary.94ee69a8"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.3-canary.94ee69a8","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"b4869d680a070537db4cd2088ce1c6205f7bab44","size":4679912,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.3-canary.94ee69a8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.3-canary.94ee69a8_1589493347889_0.05705172817964321"},"_hasShrinkwrap":false,"publish_time":1589493348192,"_cnpm_publish_time":1589493348192,"contributors":[]},"1.14.3-canary.ab2e73d6":{"name":"@firebase/firestore","version":"1.14.3-canary.ab2e73d6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.ab2e73d6","@firebase/firestore-types":"1.10.1-canary.ab2e73d6","@firebase/logger":"0.2.3-canary.ab2e73d6","@firebase/util":"0.2.46-canary.ab2e73d6","@firebase/webchannel-wrapper":"0.2.40-canary.ab2e73d6","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.ab2e73d6","@firebase/app-types":"0.6.0-canary.ab2e73d6"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.3-canary.ab2e73d6","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"aa6db83e6ca41c4ca57d364f369ec3dcb40246aa","size":4729315,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.3-canary.ab2e73d6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.3-canary.ab2e73d6_1589487055422_0.03897819565090188"},"_hasShrinkwrap":false,"publish_time":1589487055707,"_cnpm_publish_time":1589487055707,"contributors":[]},"1.14.3-canary.759b8775":{"name":"@firebase/firestore","version":"1.14.3-canary.759b8775","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.759b8775","@firebase/firestore-types":"1.10.1-canary.759b8775","@firebase/logger":"0.2.3-canary.759b8775","@firebase/util":"0.2.46-canary.759b8775","@firebase/webchannel-wrapper":"0.2.40-canary.759b8775","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.759b8775","@firebase/app-types":"0.6.0-canary.759b8775"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.3-canary.759b8775","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"ab35a05e4d8c094c891a4d16eb5bc719add84f09","size":4728679,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.3-canary.759b8775.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.3-canary.759b8775_1589479384235_0.9043024784788538"},"_hasShrinkwrap":false,"publish_time":1589479384496,"_cnpm_publish_time":1589479384496,"contributors":[]},"1.14.3-canary.f3f1b173":{"name":"@firebase/firestore","version":"1.14.3-canary.f3f1b173","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.f3f1b173","@firebase/firestore-types":"1.10.1-canary.f3f1b173","@firebase/logger":"0.2.3-canary.f3f1b173","@firebase/util":"0.2.46-canary.f3f1b173","@firebase/webchannel-wrapper":"0.2.40-canary.f3f1b173","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.f3f1b173","@firebase/app-types":"0.6.0-canary.f3f1b173"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.3-canary.f3f1b173","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"4cc55911f8c7c48185bca2e59b1b8396dd91baa3","size":4723955,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.3-canary.f3f1b173.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.3-canary.f3f1b173_1589424079006_0.7013549931265564"},"_hasShrinkwrap":false,"publish_time":1589424079496,"_cnpm_publish_time":1589424079496,"contributors":[]},"1.14.3-canary.2261bcd0":{"name":"@firebase/firestore","version":"1.14.3-canary.2261bcd0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.2261bcd0","@firebase/firestore-types":"1.10.1-canary.2261bcd0","@firebase/logger":"0.2.3-canary.2261bcd0","@firebase/util":"0.2.46-canary.2261bcd0","@firebase/webchannel-wrapper":"0.2.40-canary.2261bcd0","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.2261bcd0","@firebase/app-types":"0.6.0-canary.2261bcd0"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.3-canary.2261bcd0","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"64b026639e6ae830b3d681a124e40d6d120863fc","size":4723755,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.3-canary.2261bcd0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.3-canary.2261bcd0_1589412489281_0.908196817768619"},"_hasShrinkwrap":false,"publish_time":1589412489603,"_cnpm_publish_time":1589412489603,"contributors":[]},"1.14.3-canary.20a094f5":{"name":"@firebase/firestore","version":"1.14.3-canary.20a094f5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.20a094f5","@firebase/firestore-types":"1.10.1-canary.20a094f5","@firebase/logger":"0.2.3-canary.20a094f5","@firebase/util":"0.2.46-canary.20a094f5","@firebase/webchannel-wrapper":"0.2.40-canary.20a094f5","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.20a094f5","@firebase/app-types":"0.6.0-canary.20a094f5"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.3-canary.20a094f5","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"a95e202c1e615c2c3da47a53551fcda1a36931b6","size":4723959,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.3-canary.20a094f5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.3-canary.20a094f5_1589412451095_0.3800876758378253"},"_hasShrinkwrap":false,"publish_time":1589412451416,"_cnpm_publish_time":1589412451416,"contributors":[]},"1.14.3-canary.3960fda2":{"name":"@firebase/firestore","version":"1.14.3-canary.3960fda2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.3960fda2","@firebase/firestore-types":"1.10.1-canary.3960fda2","@firebase/logger":"0.2.3-canary.3960fda2","@firebase/util":"0.2.46-canary.3960fda2","@firebase/webchannel-wrapper":"0.2.40-canary.3960fda2","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.3960fda2","@firebase/app-types":"0.6.0-canary.3960fda2"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.3-canary.3960fda2","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"a6b9889388075bc127714019a72acd70ea82d630","size":4723758,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.3-canary.3960fda2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.3-canary.3960fda2_1589410055038_0.10611629319770399"},"_hasShrinkwrap":false,"publish_time":1589410055304,"_cnpm_publish_time":1589410055304,"contributors":[]},"1.14.3-canary.8e2fd913":{"name":"@firebase/firestore","version":"1.14.3-canary.8e2fd913","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.8e2fd913","@firebase/firestore-types":"1.10.1-canary.8e2fd913","@firebase/logger":"0.2.3-canary.8e2fd913","@firebase/util":"0.2.46-canary.8e2fd913","@firebase/webchannel-wrapper":"0.2.40-canary.8e2fd913","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.8e2fd913","@firebase/app-types":"0.6.0-canary.8e2fd913"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.3-canary.8e2fd913","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"8d29c6cf1ef8e97aae41b746908997ab319cfec0","size":4722607,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.3-canary.8e2fd913.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.3-canary.8e2fd913_1589409833998_0.1199492371084121"},"_hasShrinkwrap":false,"publish_time":1589409834296,"_cnpm_publish_time":1589409834296,"contributors":[]},"1.14.3-canary.54c7872d":{"name":"@firebase/firestore","version":"1.14.3-canary.54c7872d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.54c7872d","@firebase/firestore-types":"1.10.1-canary.54c7872d","@firebase/logger":"0.2.3-canary.54c7872d","@firebase/util":"0.2.46-canary.54c7872d","@firebase/webchannel-wrapper":"0.2.40-canary.54c7872d","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.54c7872d","@firebase/app-types":"0.6.0-canary.54c7872d"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.3-canary.54c7872d","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"b73c9aa4034f11cfa34aac7255fc5829148d3fad","size":4721296,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.3-canary.54c7872d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.3-canary.54c7872d_1589401980871_0.9233380655312526"},"_hasShrinkwrap":false,"publish_time":1589401981163,"_cnpm_publish_time":1589401981163,"contributors":[]},"1.14.3-canary.425dfb1c":{"name":"@firebase/firestore","version":"1.14.3-canary.425dfb1c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.425dfb1c","@firebase/firestore-types":"1.10.1-canary.425dfb1c","@firebase/logger":"0.2.3-canary.425dfb1c","@firebase/util":"0.2.46-canary.425dfb1c","@firebase/webchannel-wrapper":"0.2.40-canary.425dfb1c","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.425dfb1c","@firebase/app-types":"0.6.0-canary.425dfb1c"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.3-canary.425dfb1c","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"c07612c8a8a33f33453b7f081636d08a4a4082a1","size":4721287,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.3-canary.425dfb1c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.3-canary.425dfb1c_1589397095821_0.29881374672693006"},"_hasShrinkwrap":false,"publish_time":1589397096127,"_cnpm_publish_time":1589397096127,"contributors":[]},"1.14.4-0":{"name":"@firebase/firestore","version":"1.14.4-0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11","@firebase/firestore-types":"1.10.1","@firebase/logger":"0.2.3","@firebase/util":"0.2.46","@firebase/webchannel-wrapper":"0.2.40","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.4-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"0dcd0e27a6564ea28bea979c09e43fe9505e4322","size":4781960,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.4-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.4-0_1589334331562_0.006174217586129682"},"_hasShrinkwrap":false,"publish_time":1589334331877,"_cnpm_publish_time":1589334331877,"contributors":[]},"1.14.3-canary.094074cc":{"name":"@firebase/firestore","version":"1.14.3-canary.094074cc","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.094074cc","@firebase/firestore-types":"1.10.1-canary.094074cc","@firebase/logger":"0.2.3-canary.094074cc","@firebase/util":"0.2.46-canary.094074cc","@firebase/webchannel-wrapper":"0.2.40-canary.094074cc","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.094074cc","@firebase/app-types":"0.6.0-canary.094074cc"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.3-canary.094074cc","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"936338d5a06242afd2fa19af3b0b649f2d171822","size":4720833,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.3-canary.094074cc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.3-canary.094074cc_1589333982107_0.593070664377364"},"_hasShrinkwrap":false,"publish_time":1589333982359,"_cnpm_publish_time":1589333982359,"contributors":[]},"1.14.3-canary.74621b7e":{"name":"@firebase/firestore","version":"1.14.3-canary.74621b7e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.74621b7e","@firebase/firestore-types":"1.10.1-canary.74621b7e","@firebase/logger":"0.2.3-canary.74621b7e","@firebase/util":"0.2.46-canary.74621b7e","@firebase/webchannel-wrapper":"0.2.40-canary.74621b7e","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.74621b7e","@firebase/app-types":"0.6.0-canary.74621b7e"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.3-canary.74621b7e","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"e669b49afb83d62b61e913f65775291fddbc66e5","size":4720229,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.3-canary.74621b7e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.3-canary.74621b7e_1589264632165_0.6145284082248357"},"_hasShrinkwrap":false,"publish_time":1589264632440,"_cnpm_publish_time":1589264632440,"contributors":[]},"1.14.3-canary.a57dac5a":{"name":"@firebase/firestore","version":"1.14.3-canary.a57dac5a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-canary.a57dac5a","@firebase/firestore-types":"1.10.1-canary.a57dac5a","@firebase/logger":"0.2.3-canary.a57dac5a","@firebase/util":"0.2.46-canary.a57dac5a","@firebase/webchannel-wrapper":"0.2.40-canary.a57dac5a","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.3-canary.a57dac5a","@firebase/app-types":"0.6.0-canary.a57dac5a"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.3-canary.a57dac5a","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"8b404a462c9e9796ef86898e5c1a1531d22d805a","size":4725640,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.3-canary.a57dac5a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.3-canary.a57dac5a_1588902240714_0.9722808010842876"},"_hasShrinkwrap":false,"publish_time":1588902241016,"_cnpm_publish_time":1588902241016,"contributors":[]},"1.14.2-canary.141a6161":{"name":"@firebase/firestore","version":"1.14.2-canary.141a6161","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.141a6161","@firebase/firestore-types":"1.10.1-canary.141a6161","@firebase/logger":"0.2.2-canary.141a6161","@firebase/util":"0.2.45-canary.141a6161","@firebase/webchannel-wrapper":"0.2.39-canary.141a6161","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.141a6161","@firebase/app-types":"0.6.0-canary.141a6161"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.141a6161","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"81ed5db5f6d971962178f1a9e320a2ee540172a6","size":4725633,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.141a6161.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.141a6161_1588901478355_0.8812091638193769"},"_hasShrinkwrap":false,"publish_time":1588901478594,"_cnpm_publish_time":1588901478594,"contributors":[]},"1.14.3":{"name":"@firebase/firestore","version":"1.14.3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11","@firebase/firestore-types":"1.10.1","@firebase/logger":"0.2.3","@firebase/util":"0.2.46","@firebase/webchannel-wrapper":"0.2.40","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.3","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"675e0c26db056eee140e06bb17ecc91f21cc4390","size":4787849,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.3_1588896468565_0.6016494332396505"},"_hasShrinkwrap":false,"publish_time":1588896468863,"_cnpm_publish_time":1588896468863,"contributors":[]},"1.14.3-0":{"name":"@firebase/firestore","version":"1.14.3-0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.11-0","@firebase/firestore-types":"1.10.1","@firebase/logger":"0.2.3-0","@firebase/util":"0.2.46-0","@firebase/webchannel-wrapper":"0.2.40-0","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.3-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"82b8ea37a57dbd56be2775784358562d1cdf79b7","size":4787860,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.3-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.3-0_1588890105629_0.8507149919743118"},"_hasShrinkwrap":false,"publish_time":1588890106175,"_cnpm_publish_time":1588890106175,"contributors":[]},"1.14.2-canary.f9c6ddec":{"name":"@firebase/firestore","version":"1.14.2-canary.f9c6ddec","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.f9c6ddec","@firebase/firestore-types":"1.10.1-canary.f9c6ddec","@firebase/logger":"0.2.2-canary.f9c6ddec","@firebase/util":"0.2.45-canary.f9c6ddec","@firebase/webchannel-wrapper":"0.2.39-canary.f9c6ddec","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.f9c6ddec","@firebase/app-types":"0.6.0-canary.f9c6ddec"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.f9c6ddec","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"478192d739d38d36ca045957140fd2e54fd1eea3","size":4727096,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.f9c6ddec.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.f9c6ddec_1588888555318_0.26740062295891653"},"_hasShrinkwrap":false,"publish_time":1588888555567,"_cnpm_publish_time":1588888555567,"contributors":[]},"1.14.2-canary.631a0ec5":{"name":"@firebase/firestore","version":"1.14.2-canary.631a0ec5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.631a0ec5","@firebase/firestore-types":"1.10.1-canary.631a0ec5","@firebase/logger":"0.2.2-canary.631a0ec5","@firebase/util":"0.2.45-canary.631a0ec5","@firebase/webchannel-wrapper":"0.2.39-canary.631a0ec5","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.631a0ec5","@firebase/app-types":"0.6.0-canary.631a0ec5"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.631a0ec5","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"81fc7c472aabc0be2f08f6707b80585cf12dd47b","size":4715055,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.631a0ec5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.631a0ec5_1588875787228_0.22622407272551315"},"_hasShrinkwrap":false,"publish_time":1588875787644,"_cnpm_publish_time":1588875787644,"contributors":[]},"1.14.2-canary.8143c836":{"name":"@firebase/firestore","version":"1.14.2-canary.8143c836","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.8143c836","@firebase/firestore-types":"1.10.1-canary.8143c836","@firebase/logger":"0.2.2-canary.8143c836","@firebase/util":"0.2.45-canary.8143c836","@firebase/webchannel-wrapper":"0.2.39-canary.8143c836","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.8143c836","@firebase/app-types":"0.6.0-canary.8143c836"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.8143c836","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"d917b7f8a7f349c219c793ce043d37555a72adb2","size":4704977,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.8143c836.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.8143c836_1588809175882_0.48583687519650853"},"_hasShrinkwrap":false,"publish_time":1588809176149,"_cnpm_publish_time":1588809176149,"contributors":[]},"1.14.2-canary.575b3fe8":{"name":"@firebase/firestore","version":"1.14.2-canary.575b3fe8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.575b3fe8","@firebase/firestore-types":"1.10.1-canary.575b3fe8","@firebase/logger":"0.2.2-canary.575b3fe8","@firebase/util":"0.2.45-canary.575b3fe8","@firebase/webchannel-wrapper":"0.2.39-canary.575b3fe8","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.575b3fe8","@firebase/app-types":"0.6.0-canary.575b3fe8"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.575b3fe8","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"764a2fb5449ad2b9af657c05b0b86c7feed4096e","size":4704978,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.575b3fe8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.575b3fe8_1588784046427_0.1944935874932503"},"_hasShrinkwrap":false,"publish_time":1588784046719,"_cnpm_publish_time":1588784046719,"contributors":[]},"1.14.2-canary.e67affba":{"name":"@firebase/firestore","version":"1.14.2-canary.e67affba","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.e67affba","@firebase/firestore-types":"1.10.1-canary.e67affba","@firebase/logger":"0.2.2-canary.e67affba","@firebase/util":"0.2.45-canary.e67affba","@firebase/webchannel-wrapper":"0.2.39-canary.e67affba","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.e67affba","@firebase/app-types":"0.6.0-canary.e67affba"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.e67affba","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"51e5f12f4d2bafd51e1e18ca66850691b07ed7d7","size":4705252,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.e67affba.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.e67affba_1588783865613_0.965580909400656"},"_hasShrinkwrap":false,"publish_time":1588783865912,"_cnpm_publish_time":1588783865912,"contributors":[]},"1.14.2-canary.88778032":{"name":"@firebase/firestore","version":"1.14.2-canary.88778032","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.88778032","@firebase/firestore-types":"1.10.1-canary.88778032","@firebase/logger":"0.2.2-canary.88778032","@firebase/util":"0.2.45-canary.88778032","@firebase/webchannel-wrapper":"0.2.39-canary.88778032","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.88778032","@firebase/app-types":"0.6.0-canary.88778032"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.88778032","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"148280379ea00063167e9e98cdaa5034e63399c6","size":4710334,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.88778032.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.88778032_1588743849111_0.6240767578333615"},"_hasShrinkwrap":false,"publish_time":1588743849351,"_cnpm_publish_time":1588743849351,"contributors":[]},"1.14.2-canary.fd12d771":{"name":"@firebase/firestore","version":"1.14.2-canary.fd12d771","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.fd12d771","@firebase/firestore-types":"1.10.1-canary.fd12d771","@firebase/logger":"0.2.2-canary.fd12d771","@firebase/util":"0.2.45-canary.fd12d771","@firebase/webchannel-wrapper":"0.2.39-canary.fd12d771","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.fd12d771","@firebase/app-types":"0.6.0-canary.fd12d771"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.fd12d771","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"d851e45f7a5087964b95484a06ad96f5d7b3b59f","size":4708713,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.fd12d771.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.fd12d771_1588722566838_0.9540677670081448"},"_hasShrinkwrap":false,"publish_time":1588722567131,"_cnpm_publish_time":1588722567131,"contributors":[]},"1.14.2-canary.76ba2ea3":{"name":"@firebase/firestore","version":"1.14.2-canary.76ba2ea3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.76ba2ea3","@firebase/firestore-types":"1.10.1-canary.76ba2ea3","@firebase/logger":"0.2.2-canary.76ba2ea3","@firebase/util":"0.2.45-canary.76ba2ea3","@firebase/webchannel-wrapper":"0.2.39-canary.76ba2ea3","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.76ba2ea3","@firebase/app-types":"0.6.0-canary.76ba2ea3"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.76ba2ea3","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"a719d96823a6f47d31a300624f95f110a077e9e2","size":4708075,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.76ba2ea3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.76ba2ea3_1588712573732_0.8711648419943954"},"_hasShrinkwrap":false,"publish_time":1588712574116,"_cnpm_publish_time":1588712574116,"contributors":[]},"1.14.2-canary.3ccd70a6":{"name":"@firebase/firestore","version":"1.14.2-canary.3ccd70a6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.3ccd70a6","@firebase/firestore-types":"1.10.1-canary.3ccd70a6","@firebase/logger":"0.2.2-canary.3ccd70a6","@firebase/util":"0.2.45-canary.3ccd70a6","@firebase/webchannel-wrapper":"0.2.39-canary.3ccd70a6","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.3ccd70a6","@firebase/app-types":"0.6.0-canary.3ccd70a6"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.3ccd70a6","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"3e70f3cfdd6c064239e356e44bcd668b45debf2e","size":4706760,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.3ccd70a6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.3ccd70a6_1588707097202_0.10012261238292686"},"_hasShrinkwrap":false,"publish_time":1588707097519,"_cnpm_publish_time":1588707097519,"contributors":[]},"1.14.2-canary.da3582bb":{"name":"@firebase/firestore","version":"1.14.2-canary.da3582bb","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.da3582bb","@firebase/firestore-types":"1.10.1-canary.da3582bb","@firebase/logger":"0.2.2-canary.da3582bb","@firebase/util":"0.2.45-canary.da3582bb","@firebase/webchannel-wrapper":"0.2.39-canary.da3582bb","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.da3582bb","@firebase/app-types":"0.6.0-canary.da3582bb"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.da3582bb","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"3ddb366edfefa823b75c7d20e5c0494cde18aed1","size":4707283,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.da3582bb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.da3582bb_1588636486848_0.621339268742324"},"_hasShrinkwrap":false,"publish_time":1588636487086,"_cnpm_publish_time":1588636487086,"contributors":[]},"1.14.2-canary.39013c9e":{"name":"@firebase/firestore","version":"1.14.2-canary.39013c9e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.39013c9e","@firebase/firestore-types":"1.10.1-canary.39013c9e","@firebase/logger":"0.2.2-canary.39013c9e","@firebase/util":"0.2.45-canary.39013c9e","@firebase/webchannel-wrapper":"0.2.39-canary.39013c9e","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.39013c9e","@firebase/app-types":"0.6.0-canary.39013c9e"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.9.0","rollup":"2.7.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.1","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.10.1","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.39013c9e","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"ef9f6a678707ddd0f5bacc363ddd35dc21d180c4","size":4608147,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.39013c9e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.39013c9e_1588635894593_0.2267785087795351"},"_hasShrinkwrap":false,"publish_time":1588635894902,"_cnpm_publish_time":1588635894902,"contributors":[]},"1.14.2-canary.df44d12e":{"name":"@firebase/firestore","version":"1.14.2-canary.df44d12e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.df44d12e","@firebase/firestore-types":"1.10.1-canary.df44d12e","@firebase/logger":"0.2.2-canary.df44d12e","@firebase/util":"0.2.45-canary.df44d12e","@firebase/webchannel-wrapper":"0.2.39-canary.df44d12e","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.df44d12e","@firebase/app-types":"0.6.0-canary.df44d12e"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.df44d12e","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"f549539744611299b6646d6111a0cf6421e90d3d","size":4608140,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.df44d12e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.df44d12e_1588613262603_0.493009720208089"},"_hasShrinkwrap":false,"publish_time":1588613262875,"_cnpm_publish_time":1588613262875,"contributors":[]},"1.14.2-canary.96cd91dd":{"name":"@firebase/firestore","version":"1.14.2-canary.96cd91dd","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.96cd91dd","@firebase/firestore-types":"1.10.1-canary.96cd91dd","@firebase/logger":"0.2.2-canary.96cd91dd","@firebase/util":"0.2.45-canary.96cd91dd","@firebase/webchannel-wrapper":"0.2.39-canary.96cd91dd","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.96cd91dd","@firebase/app-types":"0.6.0-canary.96cd91dd"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.96cd91dd","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"ac33f43eeb6db604c7b3c53d398b3873fde239b8","size":4608155,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.96cd91dd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.96cd91dd_1588376154584_0.6903000455499997"},"_hasShrinkwrap":false,"publish_time":1588376154814,"_cnpm_publish_time":1588376154814,"contributors":[]},"1.14.2-canary.ba5a37ce":{"name":"@firebase/firestore","version":"1.14.2-canary.ba5a37ce","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.ba5a37ce","@firebase/firestore-types":"1.10.1-canary.ba5a37ce","@firebase/logger":"0.2.2-canary.ba5a37ce","@firebase/util":"0.2.45-canary.ba5a37ce","@firebase/webchannel-wrapper":"0.2.39-canary.ba5a37ce","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.ba5a37ce","@firebase/app-types":"0.6.0-canary.ba5a37ce"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.ba5a37ce","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"31adfe9f05401a42fd498a2f58a61fb9108f32d0","size":4611345,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.ba5a37ce.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.ba5a37ce_1588373909477_0.8505097287714232"},"_hasShrinkwrap":false,"publish_time":1588373909766,"_cnpm_publish_time":1588373909766,"contributors":[]},"1.14.2-canary.ff533874":{"name":"@firebase/firestore","version":"1.14.2-canary.ff533874","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.ff533874","@firebase/firestore-types":"1.10.1-canary.ff533874","@firebase/logger":"0.2.2-canary.ff533874","@firebase/util":"0.2.45-canary.ff533874","@firebase/webchannel-wrapper":"0.2.39-canary.ff533874","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.ff533874","@firebase/app-types":"0.6.0-canary.ff533874"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.ff533874","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"e49b819e1b8620fd3213bb0df4eeb2b97d02b4f3","size":4611367,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.ff533874.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.ff533874_1588365596835_0.756467782621477"},"_hasShrinkwrap":false,"publish_time":1588365597162,"_cnpm_publish_time":1588365597162,"contributors":[]},"1.14.2-canary.e03614c7":{"name":"@firebase/firestore","version":"1.14.2-canary.e03614c7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.e03614c7","@firebase/firestore-types":"1.10.1-canary.e03614c7","@firebase/logger":"0.2.2-canary.e03614c7","@firebase/util":"0.2.45-canary.e03614c7","@firebase/webchannel-wrapper":"0.2.39-canary.e03614c7","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.e03614c7","@firebase/app-types":"0.6.0-canary.e03614c7"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.e03614c7","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"efbd24a2201fc5f6bed23977708e56e2c1285bf8","size":4609156,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.e03614c7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.e03614c7_1588298525969_0.7852912205911329"},"_hasShrinkwrap":false,"publish_time":1588298526273,"_cnpm_publish_time":1588298526273,"contributors":[]},"1.14.2-canary.a6e9d5b4":{"name":"@firebase/firestore","version":"1.14.2-canary.a6e9d5b4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.a6e9d5b4","@firebase/firestore-types":"1.10.1-canary.a6e9d5b4","@firebase/logger":"0.2.2-canary.a6e9d5b4","@firebase/util":"0.2.45-canary.a6e9d5b4","@firebase/webchannel-wrapper":"0.2.39-canary.a6e9d5b4","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.a6e9d5b4","@firebase/app-types":"0.6.0-canary.a6e9d5b4"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.a6e9d5b4","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"a7cc49be8e18b80fd6b9cf02754009966babb325","size":4606913,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.a6e9d5b4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.a6e9d5b4_1588197646693_0.6147350536577272"},"_hasShrinkwrap":false,"publish_time":1588197647084,"_cnpm_publish_time":1588197647084,"contributors":[]},"1.14.2-canary.04d4f972":{"name":"@firebase/firestore","version":"1.14.2-canary.04d4f972","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.04d4f972","@firebase/firestore-types":"1.10.1-canary.04d4f972","@firebase/logger":"0.2.2-canary.04d4f972","@firebase/util":"0.2.45-canary.04d4f972","@firebase/webchannel-wrapper":"0.2.39-canary.04d4f972","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.04d4f972","@firebase/app-types":"0.6.0-canary.04d4f972"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.04d4f972","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"c641de8945f2a06574503127b112825c4f70c1d5","size":4606914,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.04d4f972.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.04d4f972_1588017119054_0.9150289588499341"},"_hasShrinkwrap":false,"publish_time":1588017119433,"_cnpm_publish_time":1588017119433,"contributors":[]},"1.14.2-canary.ccb9bf9d":{"name":"@firebase/firestore","version":"1.14.2-canary.ccb9bf9d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.ccb9bf9d","@firebase/firestore-types":"1.10.1-canary.ccb9bf9d","@firebase/logger":"0.2.2-canary.ccb9bf9d","@firebase/util":"0.2.45-canary.ccb9bf9d","@firebase/webchannel-wrapper":"0.2.39-canary.ccb9bf9d","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.ccb9bf9d","@firebase/app-types":"0.6.0-canary.ccb9bf9d"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.ccb9bf9d","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"b0befa6ec4ff0ce8b8cecf04fcc2ab538e4dff50","size":4606888,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.ccb9bf9d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.ccb9bf9d_1588010071379_0.21044888478302304"},"_hasShrinkwrap":false,"publish_time":1588010071687,"_cnpm_publish_time":1588010071687,"contributors":[]},"1.14.2-canary.be5bb4b2":{"name":"@firebase/firestore","version":"1.14.2-canary.be5bb4b2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.be5bb4b2","@firebase/firestore-types":"1.10.1-canary.be5bb4b2","@firebase/logger":"0.2.2-canary.be5bb4b2","@firebase/util":"0.2.45-canary.be5bb4b2","@firebase/webchannel-wrapper":"0.2.39-canary.be5bb4b2","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.be5bb4b2","@firebase/app-types":"0.6.0-canary.be5bb4b2"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.be5bb4b2","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"95a6a3ccb542dfb1dbf69b652895dbc622660e37","size":4606512,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.be5bb4b2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.be5bb4b2_1588007767131_0.7281128297809778"},"_hasShrinkwrap":false,"publish_time":1588007767416,"_cnpm_publish_time":1588007767416,"contributors":[]},"1.14.2-canary.8c369580":{"name":"@firebase/firestore","version":"1.14.2-canary.8c369580","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.8c369580","@firebase/firestore-types":"1.10.1-canary.8c369580","@firebase/logger":"0.2.2-canary.8c369580","@firebase/util":"0.2.45-canary.8c369580","@firebase/webchannel-wrapper":"0.2.39-canary.8c369580","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.8c369580","@firebase/app-types":"0.6.0-canary.8c369580"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.8c369580","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"9e822ffa34f99873280355a6cfab77535d113f08","size":4606490,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.8c369580.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.8c369580_1587770433634_0.2605995035820874"},"_hasShrinkwrap":false,"publish_time":1587770433942,"_cnpm_publish_time":1587770433942,"contributors":[]},"1.14.2-canary.d92d67b2":{"name":"@firebase/firestore","version":"1.14.2-canary.d92d67b2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.d92d67b2","@firebase/firestore-types":"1.10.1-canary.d92d67b2","@firebase/logger":"0.2.2-canary.d92d67b2","@firebase/util":"0.2.45-canary.d92d67b2","@firebase/webchannel-wrapper":"0.2.39-canary.d92d67b2","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.d92d67b2","@firebase/app-types":"0.6.0-canary.d92d67b2"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.d92d67b2","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"f236483f49c914e268cbd275b41f4a063dfe4068","size":4598593,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.d92d67b2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.d92d67b2_1587754663977_0.7747737618612041"},"_hasShrinkwrap":false,"publish_time":1587754664414,"_cnpm_publish_time":1587754664414,"contributors":[]},"1.14.2-canary.74870c7a":{"name":"@firebase/firestore","version":"1.14.2-canary.74870c7a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.74870c7a","@firebase/firestore-types":"1.10.1-canary.74870c7a","@firebase/logger":"0.2.2-canary.74870c7a","@firebase/util":"0.2.45-canary.74870c7a","@firebase/webchannel-wrapper":"0.2.39-canary.74870c7a","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.74870c7a","@firebase/app-types":"0.6.0-canary.74870c7a"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.74870c7a","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"0b095cebc7ade0bfb994eb7887661cde0d725dd8","size":4598603,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.74870c7a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.74870c7a_1587688417425_0.4053543714295269"},"_hasShrinkwrap":false,"publish_time":1587688417839,"_cnpm_publish_time":1587688417839,"contributors":[]},"1.14.2-canary.5d25a623":{"name":"@firebase/firestore","version":"1.14.2-canary.5d25a623","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.5d25a623","@firebase/firestore-types":"1.10.1-canary.5d25a623","@firebase/logger":"0.2.2-canary.5d25a623","@firebase/util":"0.2.45-canary.5d25a623","@firebase/webchannel-wrapper":"0.2.39-canary.5d25a623","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.5d25a623","@firebase/app-types":"0.6.0-canary.5d25a623"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-canary.5d25a623","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"0fa5e90c1d5e2f731c74b85e35ff40b56096551f","size":4598599,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-canary.5d25a623.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-canary.5d25a623_1587687181885_0.28552712222095766"},"_hasShrinkwrap":false,"publish_time":1587687182231,"_cnpm_publish_time":1587687182231,"contributors":[]},"1.14.2":{"name":"@firebase/firestore","version":"1.14.2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10","@firebase/firestore-types":"1.10.1","@firebase/logger":"0.2.2","@firebase/util":"0.2.45","@firebase/webchannel-wrapper":"0.2.39","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"c31123079cbc9a03228ea193081b2f1c217c2993","size":4672538,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2_1587684162834_0.8662034545895241"},"_hasShrinkwrap":false,"publish_time":1587684163296,"_cnpm_publish_time":1587684163296,"contributors":[]},"1.14.1-canary.fe4971f1":{"name":"@firebase/firestore","version":"1.14.1-canary.fe4971f1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.fe4971f1","@firebase/firestore-types":"1.10.1-canary.fe4971f1","@firebase/logger":"0.2.2-canary.fe4971f1","@firebase/util":"0.2.45-canary.fe4971f1","@firebase/webchannel-wrapper":"0.2.39-canary.fe4971f1","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.fe4971f1","@firebase/app-types":"0.6.0-canary.fe4971f1"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.1-canary.fe4971f1","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"5f7d9124cea468f4118849263976d2a83da71285","size":4598596,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.1-canary.fe4971f1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.1-canary.fe4971f1_1587681570772_0.25967522754514505"},"_hasShrinkwrap":false,"publish_time":1587681571064,"_cnpm_publish_time":1587681571064,"contributors":[]},"1.14.1-canary.1ae13d1f":{"name":"@firebase/firestore","version":"1.14.1-canary.1ae13d1f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.1ae13d1f","@firebase/firestore-types":"1.10.1-canary.1ae13d1f","@firebase/logger":"0.2.2-canary.1ae13d1f","@firebase/util":"0.2.45-canary.1ae13d1f","@firebase/webchannel-wrapper":"0.2.39-canary.1ae13d1f","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.1ae13d1f","@firebase/app-types":"0.6.0-canary.1ae13d1f"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.1-canary.1ae13d1f","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"cc8ca0478a8443247a489e454091980d7daf1587","size":4598589,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.1-canary.1ae13d1f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.1-canary.1ae13d1f_1587666979085_0.04813191455014665"},"_hasShrinkwrap":false,"publish_time":1587666979627,"_cnpm_publish_time":1587666979627,"contributors":[]},"1.14.1-canary.4ad57332":{"name":"@firebase/firestore","version":"1.14.1-canary.4ad57332","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.4ad57332","@firebase/firestore-types":"1.10.1-canary.4ad57332","@firebase/logger":"0.2.2-canary.4ad57332","@firebase/util":"0.2.45-canary.4ad57332","@firebase/webchannel-wrapper":"0.2.39-canary.4ad57332","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.4ad57332","@firebase/app-types":"0.6.0-canary.4ad57332"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.1-canary.4ad57332","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"634e50ee5e21ee4f0a94d3521e3441d17552f439","size":4601136,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.1-canary.4ad57332.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.1-canary.4ad57332_1587665242712_0.14261684081971193"},"_hasShrinkwrap":false,"publish_time":1587665242977,"_cnpm_publish_time":1587665242977,"contributors":[]},"1.14.1-canary.ce070106":{"name":"@firebase/firestore","version":"1.14.1-canary.ce070106","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.ce070106","@firebase/firestore-types":"1.10.1-canary.ce070106","@firebase/logger":"0.2.2-canary.ce070106","@firebase/util":"0.2.45-canary.ce070106","@firebase/webchannel-wrapper":"0.2.39-canary.ce070106","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.ce070106","@firebase/app-types":"0.6.0-canary.ce070106"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.1-canary.ce070106","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"65dfc47e4b845ba525f5ea6d0dc1f7175869dbd2","size":4615000,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.1-canary.ce070106.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.1-canary.ce070106_1587664272492_0.38743265515672953"},"_hasShrinkwrap":false,"publish_time":1587664272896,"_cnpm_publish_time":1587664272896,"contributors":[]},"1.14.1-canary.16938c0e":{"name":"@firebase/firestore","version":"1.14.1-canary.16938c0e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.16938c0e","@firebase/firestore-types":"1.10.1-canary.16938c0e","@firebase/logger":"0.2.2-canary.16938c0e","@firebase/util":"0.2.45-canary.16938c0e","@firebase/webchannel-wrapper":"0.2.39-canary.16938c0e","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.16938c0e","@firebase/app-types":"0.6.0-canary.16938c0e"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.1-canary.16938c0e","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"445d73f0529ad8b702940471028926f7c8c8d9a5","size":4613820,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.1-canary.16938c0e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.1-canary.16938c0e_1587585475162_0.19495586892753125"},"_hasShrinkwrap":false,"publish_time":1587585475456,"_cnpm_publish_time":1587585475456,"contributors":[]},"1.14.1-canary.a98a7664":{"name":"@firebase/firestore","version":"1.14.1-canary.a98a7664","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.a98a7664","@firebase/firestore-types":"1.10.1-canary.a98a7664","@firebase/logger":"0.2.2-canary.a98a7664","@firebase/util":"0.2.45-canary.a98a7664","@firebase/webchannel-wrapper":"0.2.39-canary.a98a7664","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.a98a7664","@firebase/app-types":"0.6.0-canary.a98a7664"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.1-canary.a98a7664","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"c4371ff47ac396a0ba488f73d128f86bc3979621","size":4613832,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.1-canary.a98a7664.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.1-canary.a98a7664_1587575633671_0.19664340505131794"},"_hasShrinkwrap":false,"publish_time":1587575633930,"_cnpm_publish_time":1587575633930,"contributors":[]},"1.14.1-canary.f23120e5":{"name":"@firebase/firestore","version":"1.14.1-canary.f23120e5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.f23120e5","@firebase/firestore-types":"1.10.1-canary.f23120e5","@firebase/logger":"0.2.2-canary.f23120e5","@firebase/util":"0.2.45-canary.f23120e5","@firebase/webchannel-wrapper":"0.2.39-canary.f23120e5","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.f23120e5","@firebase/app-types":"0.6.0-canary.f23120e5"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.1-canary.f23120e5","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"1f8aa8f91b991433273a354a979e8b1208566694","size":4613818,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.1-canary.f23120e5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.1-canary.f23120e5_1587515221902_0.980793820708177"},"_hasShrinkwrap":false,"publish_time":1587515222258,"_cnpm_publish_time":1587515222258,"contributors":[]},"1.14.2-0":{"name":"@firebase/firestore","version":"1.14.2-0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10","@firebase/firestore-types":"1.10.1","@firebase/logger":"0.2.2","@firebase/util":"0.2.45","@firebase/webchannel-wrapper":"0.2.39","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.2-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"898292b190c9ca8c5b12780a31c159605d32fe5b","size":4672561,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.2-0_1587512391979_0.7221622634716027"},"_hasShrinkwrap":false,"publish_time":1587512392272,"_cnpm_publish_time":1587512392272,"contributors":[]},"1.14.1-canary.9acd35f6":{"name":"@firebase/firestore","version":"1.14.1-canary.9acd35f6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-canary.9acd35f6","@firebase/firestore-types":"1.10.1-canary.9acd35f6","@firebase/logger":"0.2.2-canary.9acd35f6","@firebase/util":"0.2.45-canary.9acd35f6","@firebase/webchannel-wrapper":"0.2.39-canary.9acd35f6","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.2-canary.9acd35f6","@firebase/app-types":"0.6.0-canary.9acd35f6"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.1-canary.9acd35f6","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"e57209e85c4200210934149cf8d61c846a843696","size":4613822,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.1-canary.9acd35f6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.1-canary.9acd35f6_1587507967690_0.28187625952360484"},"_hasShrinkwrap":false,"publish_time":1587507968018,"_cnpm_publish_time":1587507968018,"contributors":[]},"1.14.0-canary.18fb16b7":{"name":"@firebase/firestore","version":"1.14.0-canary.18fb16b7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.18fb16b7","@firebase/firestore-types":"1.10.1-canary.18fb16b7","@firebase/logger":"0.2.1-canary.18fb16b7","@firebase/util":"0.2.44-canary.18fb16b7","@firebase/webchannel-wrapper":"0.2.38-canary.18fb16b7","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.18fb16b7","@firebase/app-types":"0.6.0-canary.18fb16b7"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.18fb16b7","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"38414fb7501a18ad6229d13381f9939cf0cbe4ff","size":4613823,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.18fb16b7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.18fb16b7_1587492727990_0.6978983061020152"},"_hasShrinkwrap":false,"publish_time":1587492728295,"_cnpm_publish_time":1587492728295,"contributors":[]},"1.14.0-canary.5a60243b":{"name":"@firebase/firestore","version":"1.14.0-canary.5a60243b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.5a60243b","@firebase/firestore-types":"1.10.1-canary.5a60243b","@firebase/logger":"0.2.1-canary.5a60243b","@firebase/util":"0.2.44-canary.5a60243b","@firebase/webchannel-wrapper":"0.2.38-canary.5a60243b","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.5a60243b","@firebase/app-types":"0.6.0-canary.5a60243b"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.5a60243b","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"c6be91d8d97533bcbd16db20c3fac9c4867c5421","size":4613827,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.5a60243b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.5a60243b_1587439500989_0.7907015255595649"},"_hasShrinkwrap":false,"publish_time":1587439501328,"_cnpm_publish_time":1587439501328,"contributors":[]},"1.14.0-canary.a36b51b4":{"name":"@firebase/firestore","version":"1.14.0-canary.a36b51b4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.a36b51b4","@firebase/firestore-types":"1.10.1-canary.a36b51b4","@firebase/logger":"0.2.1-canary.a36b51b4","@firebase/util":"0.2.44-canary.a36b51b4","@firebase/webchannel-wrapper":"0.2.38-canary.a36b51b4","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.a36b51b4","@firebase/app-types":"0.6.0-canary.a36b51b4"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.a36b51b4","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"4b21d0e1d9c1c4369ccf63a8436421c3b04af4b7","size":4633373,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.a36b51b4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.a36b51b4_1587434644362_0.2238731522684052"},"_hasShrinkwrap":false,"publish_time":1587434644668,"_cnpm_publish_time":1587434644668,"contributors":[]},"1.14.0-canary.0601283c":{"name":"@firebase/firestore","version":"1.14.0-canary.0601283c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.0601283c","@firebase/firestore-types":"1.10.1-canary.0601283c","@firebase/logger":"0.2.1-canary.0601283c","@firebase/util":"0.2.44-canary.0601283c","@firebase/webchannel-wrapper":"0.2.38-canary.0601283c","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.0601283c","@firebase/app-types":"0.6.0-canary.0601283c"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.0601283c","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"8a61878cdde3f8fb21fb4574d7f61099b0eff852","size":4629003,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.0601283c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.0601283c_1587430741418_0.19678992038241838"},"_hasShrinkwrap":false,"publish_time":1587430741722,"_cnpm_publish_time":1587430741722,"contributors":[]},"1.14.0-canary.6cfb268e":{"name":"@firebase/firestore","version":"1.14.0-canary.6cfb268e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.6cfb268e","@firebase/firestore-types":"1.10.1-canary.6cfb268e","@firebase/logger":"0.2.1-canary.6cfb268e","@firebase/util":"0.2.44-canary.6cfb268e","@firebase/webchannel-wrapper":"0.2.38-canary.6cfb268e","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.6cfb268e","@firebase/app-types":"0.6.0-canary.6cfb268e"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.6cfb268e","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"58b8764cb6b567b0bcfaef506a19c8c89cd43a95","size":4629003,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.6cfb268e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.6cfb268e_1587429122294_0.9798136360062333"},"_hasShrinkwrap":false,"publish_time":1587429122590,"_cnpm_publish_time":1587429122590,"contributors":[]},"1.14.0-canary.ed9a7be7":{"name":"@firebase/firestore","version":"1.14.0-canary.ed9a7be7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.ed9a7be7","@firebase/firestore-types":"1.10.1-canary.ed9a7be7","@firebase/logger":"0.2.1-canary.ed9a7be7","@firebase/util":"0.2.44-canary.ed9a7be7","@firebase/webchannel-wrapper":"0.2.38-canary.ed9a7be7","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.ed9a7be7","@firebase/app-types":"0.6.0-canary.ed9a7be7"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.ed9a7be7","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"bbf9ec2198c635393235d096ade37cef3421c208","size":4627653,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.ed9a7be7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.ed9a7be7_1587426106995_0.9477130380045204"},"_hasShrinkwrap":false,"publish_time":1587426107366,"_cnpm_publish_time":1587426107366,"contributors":[]},"1.14.0-canary.d7c9ed40":{"name":"@firebase/firestore","version":"1.14.0-canary.d7c9ed40","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.d7c9ed40","@firebase/firestore-types":"1.10.1-canary.d7c9ed40","@firebase/logger":"0.2.1-canary.d7c9ed40","@firebase/util":"0.2.44-canary.d7c9ed40","@firebase/webchannel-wrapper":"0.2.38-canary.d7c9ed40","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.d7c9ed40","@firebase/app-types":"0.6.0-canary.d7c9ed40"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.d7c9ed40","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"c00071abc5f1e91c0d3dba9288c752bb8aa80c1f","size":4627651,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.d7c9ed40.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.d7c9ed40_1587422653036_0.5748695302837716"},"_hasShrinkwrap":false,"publish_time":1587422653346,"_cnpm_publish_time":1587422653346,"contributors":[]},"1.14.0-canary.fc3d5396":{"name":"@firebase/firestore","version":"1.14.0-canary.fc3d5396","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.fc3d5396","@firebase/firestore-types":"1.10.1-canary.fc3d5396","@firebase/logger":"0.2.1-canary.fc3d5396","@firebase/util":"0.2.44-canary.fc3d5396","@firebase/webchannel-wrapper":"0.2.38-canary.fc3d5396","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.fc3d5396","@firebase/app-types":"0.6.0-canary.fc3d5396"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.fc3d5396","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"35457d4d63d834c3856b99b6aa70d14253e685a6","size":4624715,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.fc3d5396.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.fc3d5396_1587421162917_0.6005760575387373"},"_hasShrinkwrap":false,"publish_time":1587421163262,"_cnpm_publish_time":1587421163262,"contributors":[]},"1.14.0-canary.98c25234":{"name":"@firebase/firestore","version":"1.14.0-canary.98c25234","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.98c25234","@firebase/firestore-types":"1.10.1-canary.98c25234","@firebase/logger":"0.2.1-canary.98c25234","@firebase/util":"0.2.44-canary.98c25234","@firebase/webchannel-wrapper":"0.2.38-canary.98c25234","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.98c25234","@firebase/app-types":"0.6.0-canary.98c25234"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.98c25234","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"5b56067d8600c570bcc05715351a5acf0bb1f6af","size":4636200,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.98c25234.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.98c25234_1587418652561_0.45419225985842737"},"_hasShrinkwrap":false,"publish_time":1587418652927,"_cnpm_publish_time":1587418652927,"contributors":[]},"1.14.0-canary.1562bb71":{"name":"@firebase/firestore","version":"1.14.0-canary.1562bb71","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.1562bb71","@firebase/firestore-types":"1.10.1-canary.1562bb71","@firebase/logger":"0.2.1-canary.1562bb71","@firebase/util":"0.2.44-canary.1562bb71","@firebase/webchannel-wrapper":"0.2.38-canary.1562bb71","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.1562bb71","@firebase/app-types":"0.6.0-canary.1562bb71"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.1562bb71","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"a331fb902289597e9e0c0bbaf53662555d323dc2","size":4635965,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.1562bb71.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.1562bb71_1587413776546_0.02717786587597093"},"_hasShrinkwrap":false,"publish_time":1587413776806,"_cnpm_publish_time":1587413776806,"contributors":[]},"1.14.0-canary.7396d48d":{"name":"@firebase/firestore","version":"1.14.0-canary.7396d48d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.7396d48d","@firebase/firestore-types":"1.10.1-canary.7396d48d","@firebase/logger":"0.2.1-canary.7396d48d","@firebase/util":"0.2.44-canary.7396d48d","@firebase/webchannel-wrapper":"0.2.38-canary.7396d48d","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.7396d48d","@firebase/app-types":"0.6.0-canary.7396d48d"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.7396d48d","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"892f74b3d040b8163576e621cc5da512a7a586bb","size":4636202,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.7396d48d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.7396d48d_1587413619424_0.9047576615987851"},"_hasShrinkwrap":false,"publish_time":1587413619784,"_cnpm_publish_time":1587413619784,"contributors":[]},"1.14.0-canary.507da7ab":{"name":"@firebase/firestore","version":"1.14.0-canary.507da7ab","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.507da7ab","@firebase/firestore-types":"1.10.1-canary.507da7ab","@firebase/logger":"0.2.1-canary.507da7ab","@firebase/util":"0.2.44-canary.507da7ab","@firebase/webchannel-wrapper":"0.2.38-canary.507da7ab","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.507da7ab","@firebase/app-types":"0.6.0-canary.507da7ab"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.507da7ab","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"2421ff831a8c83fcafe8c305a335dd5cf7e96b0e","size":4639903,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.507da7ab.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.507da7ab_1587407869536_0.5833235525816207"},"_hasShrinkwrap":false,"publish_time":1587407869902,"_cnpm_publish_time":1587407869902,"contributors":[]},"1.14.0-canary.b107e040":{"name":"@firebase/firestore","version":"1.14.0-canary.b107e040","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.b107e040","@firebase/firestore-types":"1.10.1-canary.b107e040","@firebase/logger":"0.2.1-canary.b107e040","@firebase/util":"0.2.44-canary.b107e040","@firebase/webchannel-wrapper":"0.2.38-canary.b107e040","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.b107e040","@firebase/app-types":"0.6.0-canary.b107e040"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.b107e040","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"093eb52e6fe9de9971112a8f958545c6bb0c2967","size":4639723,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.b107e040.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.b107e040_1587407794747_0.07951377996863318"},"_hasShrinkwrap":false,"publish_time":1587407795031,"_cnpm_publish_time":1587407795031,"contributors":[]},"1.14.0-canary.537350ee":{"name":"@firebase/firestore","version":"1.14.0-canary.537350ee","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.537350ee","@firebase/firestore-types":"1.10.1-canary.537350ee","@firebase/logger":"0.2.1-canary.537350ee","@firebase/util":"0.2.44-canary.537350ee","@firebase/webchannel-wrapper":"0.2.38-canary.537350ee","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.537350ee","@firebase/app-types":"0.6.0-canary.537350ee"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.537350ee","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"b77baebd4007bcbfff312586c2d80716cd145936","size":4637572,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.537350ee.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.537350ee_1587162234398_0.32151950877466806"},"_hasShrinkwrap":false,"publish_time":1587162234821,"_cnpm_publish_time":1587162234821,"contributors":[]},"1.14.1":{"name":"@firebase/firestore","version":"1.14.1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10","@firebase/firestore-types":"1.10.1","@firebase/logger":"0.2.2","@firebase/util":"0.2.45","@firebase/webchannel-wrapper":"0.2.39","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"36eb7dd4d9ee34d9d89d055b334b94669ab149b6","size":4682889,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.1_1587070214877_0.23724407043154594"},"_hasShrinkwrap":false,"publish_time":1587070215295,"_cnpm_publish_time":1587070215295,"contributors":[]},"1.14.0-canary.c3f34dce":{"name":"@firebase/firestore","version":"1.14.0-canary.c3f34dce","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.c3f34dce","@firebase/firestore-types":"1.10.1-canary.c3f34dce","@firebase/logger":"0.2.1-canary.c3f34dce","@firebase/util":"0.2.44-canary.c3f34dce","@firebase/webchannel-wrapper":"0.2.38-canary.c3f34dce","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.c3f34dce","@firebase/app-types":"0.6.0-canary.c3f34dce"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.c3f34dce","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"47f97abba8619c2fb698fd9c3b83eef345d6abb1","size":4637570,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.c3f34dce.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.c3f34dce_1587066413524_0.8492388811357694"},"_hasShrinkwrap":false,"publish_time":1587066413895,"_cnpm_publish_time":1587066413895,"contributors":[]},"1.14.0-canary.294bed48":{"name":"@firebase/firestore","version":"1.14.0-canary.294bed48","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.294bed48","@firebase/firestore-types":"1.10.1-canary.294bed48","@firebase/logger":"0.2.1-canary.294bed48","@firebase/util":"0.2.44-canary.294bed48","@firebase/webchannel-wrapper":"0.2.38-canary.294bed48","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.294bed48","@firebase/app-types":"0.6.0-canary.294bed48"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.294bed48","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"b9d8ac3b3f4b6b969a071cfeb0fa47e3d8d1b1ca","size":4637584,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.294bed48.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.294bed48_1587060549250_0.32296109174082055"},"_hasShrinkwrap":false,"publish_time":1587060549861,"_cnpm_publish_time":1587060549861,"contributors":[]},"1.14.0-canary.77cb1838":{"name":"@firebase/firestore","version":"1.14.0-canary.77cb1838","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.77cb1838","@firebase/firestore-types":"1.10.1-canary.77cb1838","@firebase/logger":"0.2.1-canary.77cb1838","@firebase/util":"0.2.44-canary.77cb1838","@firebase/webchannel-wrapper":"0.2.38-canary.77cb1838","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.77cb1838","@firebase/app-types":"0.6.0-canary.77cb1838"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.77cb1838","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"3fc205366c02a0c96bb992331f8e924d195786a0","size":4637587,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.77cb1838.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.77cb1838_1586990069279_0.1618821433533495"},"_hasShrinkwrap":false,"publish_time":1586990069599,"_cnpm_publish_time":1586990069599,"contributors":[]},"1.14.0-canary.a82af58b":{"name":"@firebase/firestore","version":"1.14.0-canary.a82af58b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.a82af58b","@firebase/firestore-types":"1.10.1-canary.a82af58b","@firebase/logger":"0.2.1-canary.a82af58b","@firebase/util":"0.2.44-canary.a82af58b","@firebase/webchannel-wrapper":"0.2.38-canary.a82af58b","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.a82af58b","@firebase/app-types":"0.6.0-canary.a82af58b"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.a82af58b","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"b159cad324501e23c1f6e7b34d9acf7e2ae00a3b","size":4637577,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.a82af58b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.a82af58b_1586989564752_0.07354454416276801"},"_hasShrinkwrap":false,"publish_time":1586989565245,"_cnpm_publish_time":1586989565245,"contributors":[]},"1.14.0-canary.daf63c2c":{"name":"@firebase/firestore","version":"1.14.0-canary.daf63c2c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.daf63c2c","@firebase/firestore-types":"1.10.1-canary.daf63c2c","@firebase/logger":"0.2.1-canary.daf63c2c","@firebase/util":"0.2.44-canary.daf63c2c","@firebase/webchannel-wrapper":"0.2.38-canary.daf63c2c","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.daf63c2c","@firebase/app-types":"0.6.0-canary.daf63c2c"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.daf63c2c","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"482b8ecc0b36a4b8362af523e3db17d2213b2605","size":4623519,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.daf63c2c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.daf63c2c_1586979994721_0.9717765664098659"},"_hasShrinkwrap":false,"publish_time":1586979995055,"_cnpm_publish_time":1586979995055,"contributors":[]},"1.14.0-canary.afa7bf93":{"name":"@firebase/firestore","version":"1.14.0-canary.afa7bf93","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.afa7bf93","@firebase/firestore-types":"1.10.1-canary.afa7bf93","@firebase/logger":"0.2.1-canary.afa7bf93","@firebase/util":"0.2.44-canary.afa7bf93","@firebase/webchannel-wrapper":"0.2.38-canary.afa7bf93","@grpc/grpc-js":"0.7.5","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.afa7bf93","@firebase/app-types":"0.6.0-canary.afa7bf93"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.afa7bf93","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"9dd2b6ab70f067cf22580cc9ab2538e8c608bad1","size":4623520,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.afa7bf93.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.afa7bf93_1586979890540_0.3799985217876123"},"_hasShrinkwrap":false,"publish_time":1586979890949,"_cnpm_publish_time":1586979890949,"contributors":[]},"1.14.1-0":{"name":"@firebase/firestore","version":"1.14.1-0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.10-0","@firebase/firestore-types":"1.10.1","@firebase/logger":"0.2.2-0","@firebase/util":"0.2.45-0","@firebase/webchannel-wrapper":"0.2.39-0","@grpc/grpc-js":"0.8.1","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.6.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.27.0","ts-node":"8.8.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.1-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"0c2809c1fdafd10d9ed8992f1b92e6ed1fac0bb3","size":4682922,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.1-0_1586979498639_0.46188829749753535"},"_hasShrinkwrap":false,"publish_time":1586979499116,"_cnpm_publish_time":1586979499116,"contributors":[]},"1.14.0-canary.21193108":{"name":"@firebase/firestore","version":"1.14.0-canary.21193108","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.21193108","@firebase/firestore-types":"1.10.1-canary.21193108","@firebase/logger":"0.2.1-canary.21193108","@firebase/util":"0.2.44-canary.21193108","@firebase/webchannel-wrapper":"0.2.38-canary.21193108","@grpc/grpc-js":"0.7.5","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.21193108","@firebase/app-types":"0.6.0-canary.21193108"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.21193108","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"56bc04eddf206419f754e787ac23ac798d8b2600","size":4623530,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.21193108.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.21193108_1586974373373_0.5202405501701057"},"_hasShrinkwrap":false,"publish_time":1586974373887,"_cnpm_publish_time":1586974373887,"contributors":[]},"1.14.0-canary.92aa3852":{"name":"@firebase/firestore","version":"1.14.0-canary.92aa3852","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.92aa3852","@firebase/firestore-types":"1.10.1-canary.92aa3852","@firebase/logger":"0.2.1-canary.92aa3852","@firebase/util":"0.2.44-canary.92aa3852","@firebase/webchannel-wrapper":"0.2.38-canary.92aa3852","@grpc/grpc-js":"0.7.5","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.92aa3852","@firebase/app-types":"0.6.0-canary.92aa3852"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.92aa3852","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"bdebda52a9d75e42f504d677c9aae90da98f728e","size":4623528,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.92aa3852.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.92aa3852_1586916645702_0.9895997379537336"},"_hasShrinkwrap":false,"publish_time":1586916645991,"_cnpm_publish_time":1586916645991,"contributors":[]},"1.14.0-canary.d61625f1":{"name":"@firebase/firestore","version":"1.14.0-canary.d61625f1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.d61625f1","@firebase/firestore-types":"1.10.1-canary.d61625f1","@firebase/logger":"0.2.1-canary.d61625f1","@firebase/util":"0.2.44-canary.d61625f1","@firebase/webchannel-wrapper":"0.2.38-canary.d61625f1","@grpc/grpc-js":"0.7.5","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.d61625f1","@firebase/app-types":"0.6.0-canary.d61625f1"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.d61625f1","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"724325157c8acedceedef5e4b07cb903fd52b77e","size":4623527,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.d61625f1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.d61625f1_1586916161646_0.7791241124609589"},"_hasShrinkwrap":false,"publish_time":1586916161983,"_cnpm_publish_time":1586916161983,"contributors":[]},"1.14.0-canary.bbb34331":{"name":"@firebase/firestore","version":"1.14.0-canary.bbb34331","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.bbb34331","@firebase/firestore-types":"1.10.1-canary.bbb34331","@firebase/logger":"0.2.1-canary.bbb34331","@firebase/util":"0.2.44-canary.bbb34331","@firebase/webchannel-wrapper":"0.2.38-canary.bbb34331","@grpc/grpc-js":"0.7.5","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.bbb34331","@firebase/app-types":"0.6.0-canary.bbb34331"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.bbb34331","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"d992f0bc5023fb18ffddaaf58854c8fb100abed2","size":4623528,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.bbb34331.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.bbb34331_1586912804228_0.7584160845903136"},"_hasShrinkwrap":false,"publish_time":1586912804642,"_cnpm_publish_time":1586912804642,"contributors":[]},"1.14.0-canary.f0a0dc96":{"name":"@firebase/firestore","version":"1.14.0-canary.f0a0dc96","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.f0a0dc96","@firebase/firestore-types":"1.10.1-canary.f0a0dc96","@firebase/logger":"0.2.1-canary.f0a0dc96","@firebase/util":"0.2.44-canary.f0a0dc96","@firebase/webchannel-wrapper":"0.2.38-canary.f0a0dc96","@grpc/grpc-js":"0.7.5","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.f0a0dc96","@firebase/app-types":"0.6.0-canary.f0a0dc96"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.f0a0dc96","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"1aa79944dbe8061d2cd0651fd981ab7da2f34b95","size":4623521,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.f0a0dc96.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.f0a0dc96_1586904331850_0.9492191645721433"},"_hasShrinkwrap":false,"publish_time":1586904332239,"_cnpm_publish_time":1586904332239,"contributors":[]},"1.14.0-canary.ce41a642":{"name":"@firebase/firestore","version":"1.14.0-canary.ce41a642","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.ce41a642","@firebase/firestore-types":"1.10.1-canary.ce41a642","@firebase/logger":"0.2.1-canary.ce41a642","@firebase/util":"0.2.44-canary.ce41a642","@firebase/webchannel-wrapper":"0.2.38-canary.ce41a642","@grpc/grpc-js":"0.7.5","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.ce41a642","@firebase/app-types":"0.6.0-canary.ce41a642"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.ce41a642","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"6bc0fc6adc5911830337e07a8f3a75e5b2f41f5a","size":4623520,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.ce41a642.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.ce41a642_1586903525101_0.7692100294369923"},"_hasShrinkwrap":false,"publish_time":1586903525372,"_cnpm_publish_time":1586903525372,"contributors":[]},"1.14.0-canary.7f69b704":{"name":"@firebase/firestore","version":"1.14.0-canary.7f69b704","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.7f69b704","@firebase/firestore-types":"1.10.1-canary.7f69b704","@firebase/logger":"0.2.1-canary.7f69b704","@firebase/util":"0.2.44-canary.7f69b704","@firebase/webchannel-wrapper":"0.2.38-canary.7f69b704","@grpc/grpc-js":"0.7.5","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.7f69b704","@firebase/app-types":"0.6.0-canary.7f69b704"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.7f69b704","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"be751d87208d457c42f8525bb6651689c81d34c5","size":4623530,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.7f69b704.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.7f69b704_1586816406848_0.45798921447663465"},"_hasShrinkwrap":false,"publish_time":1586816407252,"_cnpm_publish_time":1586816407252,"contributors":[]},"1.14.0-canary.0cad04b7":{"name":"@firebase/firestore","version":"1.14.0-canary.0cad04b7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.0cad04b7","@firebase/firestore-types":"1.10.1-canary.0cad04b7","@firebase/logger":"0.2.1-canary.0cad04b7","@firebase/util":"0.2.44-canary.0cad04b7","@firebase/webchannel-wrapper":"0.2.38-canary.0cad04b7","@grpc/grpc-js":"0.7.5","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.0cad04b7","@firebase/app-types":"0.6.0-canary.0cad04b7"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-canary.0cad04b7","_nodeVersion":"10.20.0","_npmVersion":"6.14.4","dist":{"shasum":"0572699ab62ca2723a02a797c1e9e4d688f69fa6","size":4623517,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-canary.0cad04b7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-canary.0cad04b7_1586477810286_0.05767286132401783"},"_hasShrinkwrap":false,"publish_time":1586477810575,"_cnpm_publish_time":1586477810575,"contributors":[]},"1.13.1-canary.bc39eb5b":{"name":"@firebase/firestore","version":"1.13.1-canary.bc39eb5b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.bc39eb5b","@firebase/firestore-types":"1.10.1-canary.bc39eb5b","@firebase/logger":"0.2.1-canary.bc39eb5b","@firebase/util":"0.2.44-canary.bc39eb5b","@firebase/webchannel-wrapper":"0.2.38-canary.bc39eb5b","@grpc/grpc-js":"0.7.5","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.bc39eb5b","@firebase/app-types":"0.6.0-canary.bc39eb5b"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.1-canary.bc39eb5b","_nodeVersion":"10.20.0","_npmVersion":"6.14.4","dist":{"shasum":"60f3ffdc340dbc58956e4b6932e1a89766148d19","size":4623521,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.1-canary.bc39eb5b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.1-canary.bc39eb5b_1586474700377_0.3346860406219474"},"_hasShrinkwrap":false,"publish_time":1586474700767,"_cnpm_publish_time":1586474700767,"contributors":[]},"1.14.0":{"name":"@firebase/firestore","version":"1.14.0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9","@firebase/firestore-types":"1.10.1","@firebase/logger":"0.2.1","@firebase/util":"0.2.44","@firebase/webchannel-wrapper":"0.2.38","@grpc/grpc-js":"0.7.5","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"28d81327fe22dc88ed127962c1f5d622cc0cdf8a","size":4676878,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0_1586473299384_0.19203155260943028"},"_hasShrinkwrap":false,"publish_time":1586473299700,"_cnpm_publish_time":1586473299700,"contributors":[]},"1.13.1-canary.ce3addba":{"name":"@firebase/firestore","version":"1.13.1-canary.ce3addba","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.ce3addba","@firebase/firestore-types":"1.10.1-canary.ce3addba","@firebase/logger":"0.2.1-canary.ce3addba","@firebase/util":"0.2.44-canary.ce3addba","@firebase/webchannel-wrapper":"0.2.38-canary.ce3addba","@grpc/grpc-js":"0.7.5","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.ce3addba","@firebase/app-types":"0.6.0-canary.ce3addba"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.1-canary.ce3addba","_nodeVersion":"10.20.0","_npmVersion":"6.14.4","dist":{"shasum":"ab055203c178c700552334fd44b6639d8c5154a7","size":4623510,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.1-canary.ce3addba.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.1-canary.ce3addba_1586470048479_0.5075480784129602"},"_hasShrinkwrap":false,"publish_time":1586470048963,"_cnpm_publish_time":1586470048963,"contributors":[]},"1.14.0-0":{"name":"@firebase/firestore","version":"1.14.0-0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9","@firebase/firestore-types":"1.10.1","@firebase/logger":"0.2.1","@firebase/util":"0.2.44","@firebase/webchannel-wrapper":"0.2.38","@grpc/grpc-js":"0.7.5","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.14.0-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"81d9b3f9c4e48da387af89ea58b56e458706a888","size":4676896,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.14.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.14.0-0_1586458965573_0.5442907205625198"},"_hasShrinkwrap":false,"publish_time":1586458965936,"_cnpm_publish_time":1586458965936,"contributors":[]},"1.13.1-canary.7e63eb52":{"name":"@firebase/firestore","version":"1.13.1-canary.7e63eb52","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.7e63eb52","@firebase/firestore-types":"1.10.1-canary.7e63eb52","@firebase/logger":"0.2.1-canary.7e63eb52","@firebase/util":"0.2.44-canary.7e63eb52","@firebase/webchannel-wrapper":"0.2.38-canary.7e63eb52","@grpc/grpc-js":"0.7.5","@grpc/proto-loader":"^0.5.0","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.7e63eb52","@firebase/app-types":"0.6.0-canary.7e63eb52"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.1-canary.7e63eb52","_nodeVersion":"10.20.0","_npmVersion":"6.14.4","dist":{"shasum":"5d9522112e58bb4349b991bf6dfe7e5b1e175cff","size":4618600,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.1-canary.7e63eb52.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.1-canary.7e63eb52_1586457148507_0.046448184414262794"},"_hasShrinkwrap":false,"publish_time":1586457148872,"_cnpm_publish_time":1586457148872,"contributors":[]},"1.13.1-canary.60c8b89c":{"name":"@firebase/firestore","version":"1.13.1-canary.60c8b89c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.60c8b89c","@firebase/firestore-types":"1.10.1-canary.60c8b89c","@firebase/logger":"0.2.1-canary.60c8b89c","@firebase/util":"0.2.44-canary.60c8b89c","@firebase/webchannel-wrapper":"0.2.38-canary.60c8b89c","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.60c8b89c","@firebase/app-types":"0.6.0-canary.60c8b89c"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.1-canary.60c8b89c","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"dbf4feaa987087529314d9e9080de0d7c77dc22b","size":4684268,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.1-canary.60c8b89c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.1-canary.60c8b89c_1585957846974_0.7784245721222083"},"_hasShrinkwrap":false,"publish_time":1585957847333,"_cnpm_publish_time":1585957847333,"contributors":[]},"1.13.1-canary.437c4041":{"name":"@firebase/firestore","version":"1.13.1-canary.437c4041","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-canary.437c4041","@firebase/firestore-types":"1.10.1-canary.437c4041","@firebase/logger":"0.2.1-canary.437c4041","@firebase/util":"0.2.44-canary.437c4041","@firebase/webchannel-wrapper":"0.2.38-canary.437c4041","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.1-canary.437c4041","@firebase/app-types":"0.6.0-canary.437c4041"},"devDependencies":{"@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.1-canary.437c4041","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"8daab2d62dd8cc05d9389365dfc1e67e8fc7777f","size":4684157,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.1-canary.437c4041.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.1-canary.437c4041_1585941241847_0.7131237925273453"},"_hasShrinkwrap":false,"publish_time":1585941242178,"_cnpm_publish_time":1585941242178,"contributors":[]},"1.13.1":{"name":"@firebase/firestore","version":"1.13.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9","@firebase/firestore-types":"1.10.1","@firebase/logger":"0.2.1","@firebase/util":"0.2.44","@firebase/webchannel-wrapper":"0.2.38","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"272485845ec9796c52237b57d81ce9943553b95e","size":3886893,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.1_1585863705837_0.6920645111961232"},"_hasShrinkwrap":false,"publish_time":1585863706145,"_cnpm_publish_time":1585863706145,"contributors":[]},"1.13.0-canary.7b17e03b":{"name":"@firebase/firestore","version":"1.13.0-canary.7b17e03b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.7b17e03b","@firebase/firestore-types":"1.10.1-canary.7b17e03b","@firebase/logger":"0.2.0-canary.7b17e03b","@firebase/util":"0.2.43-canary.7b17e03b","@firebase/webchannel-wrapper":"0.2.38-canary.7b17e03b","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.7b17e03b","@firebase/app-types":"0.6.0-canary.7b17e03b"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.0-canary.7b17e03b","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"e53f1320c06aa6d4b07546542eaad28404deecb7","size":4692126,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.0-canary.7b17e03b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.0-canary.7b17e03b_1585852465401_0.15072939959490217"},"_hasShrinkwrap":false,"publish_time":1585852465759,"_cnpm_publish_time":1585852465759,"contributors":[]},"1.13.0-canary.e0629330":{"name":"@firebase/firestore","version":"1.13.0-canary.e0629330","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","main-esm2017":"dist/index.node.esm2017.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.e0629330","@firebase/firestore-types":"1.10.1-canary.e0629330","@firebase/logger":"0.2.0-canary.e0629330","@firebase/util":"0.2.43-canary.e0629330","@firebase/webchannel-wrapper":"0.2.38-canary.e0629330","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.e0629330","@firebase/app-types":"0.6.0-canary.e0629330"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.0-canary.e0629330","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"ef244e5a0d5b0627085402e2f192dffaae7afed2","size":4692124,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.0-canary.e0629330.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.0-canary.e0629330_1585786088507_0.726917399342154"},"_hasShrinkwrap":false,"publish_time":1585786088995,"_cnpm_publish_time":1585786088995,"contributors":[]},"1.13.0-canary.aab78f9d":{"name":"@firebase/firestore","version":"1.13.0-canary.aab78f9d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.aab78f9d","@firebase/firestore-types":"1.10.1-canary.aab78f9d","@firebase/logger":"0.2.0-canary.aab78f9d","@firebase/util":"0.2.43-canary.aab78f9d","@firebase/webchannel-wrapper":"0.2.38-canary.aab78f9d","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.aab78f9d","@firebase/app-types":"0.6.0-canary.aab78f9d"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.0-canary.aab78f9d","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"4b5cca1ba9da026b3c2c63dc67f97da58dbd0ed0","size":3828270,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.0-canary.aab78f9d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.0-canary.aab78f9d_1585692896312_0.8612186144396687"},"_hasShrinkwrap":false,"publish_time":1585692896693,"_cnpm_publish_time":1585692896693,"contributors":[]},"1.13.1-0":{"name":"@firebase/firestore","version":"1.13.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.9-0","@firebase/firestore-types":"1.10.1","@firebase/logger":"0.2.1-0","@firebase/util":"0.2.44-0","@firebase/webchannel-wrapper":"0.2.38","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.1-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"dbf2cfa590a64c2a83aa54d784c9edc89fce3b3e","size":3886906,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.1-0_1585691592829_0.5431701906228463"},"_hasShrinkwrap":false,"publish_time":1585691593166,"_cnpm_publish_time":1585691593166,"contributors":[]},"1.13.0-canary.8e70e4a0":{"name":"@firebase/firestore","version":"1.13.0-canary.8e70e4a0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.8e70e4a0","@firebase/firestore-types":"1.10.1-canary.8e70e4a0","@firebase/logger":"0.2.0-canary.8e70e4a0","@firebase/util":"0.2.43-canary.8e70e4a0","@firebase/webchannel-wrapper":"0.2.38-canary.8e70e4a0","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.8e70e4a0","@firebase/app-types":"0.6.0-canary.8e70e4a0"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.0-canary.8e70e4a0","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"0113f8d3c246585dc2f12898dd891f47e60cb19b","size":3828268,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.0-canary.8e70e4a0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.0-canary.8e70e4a0_1585685190535_0.002929212577042817"},"_hasShrinkwrap":false,"publish_time":1585685190838,"_cnpm_publish_time":1585685190838,"contributors":[]},"1.13.0-canary.50de3fb1":{"name":"@firebase/firestore","version":"1.13.0-canary.50de3fb1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.50de3fb1","@firebase/firestore-types":"1.10.1-canary.50de3fb1","@firebase/logger":"0.2.0-canary.50de3fb1","@firebase/util":"0.2.43-canary.50de3fb1","@firebase/webchannel-wrapper":"0.2.38-canary.50de3fb1","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.50de3fb1","@firebase/app-types":"0.6.0-canary.50de3fb1"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.0-canary.50de3fb1","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"55bec6fc8cbca768c3bcae222d6db48ecfa62f5a","size":3834851,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.0-canary.50de3fb1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.0-canary.50de3fb1_1585611644725_0.035656852272911266"},"_hasShrinkwrap":false,"publish_time":1585611645002,"_cnpm_publish_time":1585611645002,"contributors":[]},"1.13.0-canary.5f587224":{"name":"@firebase/firestore","version":"1.13.0-canary.5f587224","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.5f587224","@firebase/firestore-types":"1.10.1-canary.5f587224","@firebase/logger":"0.2.0-canary.5f587224","@firebase/util":"0.2.43-canary.5f587224","@firebase/webchannel-wrapper":"0.2.38-canary.5f587224","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.5f587224","@firebase/app-types":"0.6.0-canary.5f587224"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.0-canary.5f587224","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"372ad215898b6f0c2a00d304f23c88cbb018febc","size":3834851,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.0-canary.5f587224.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.0-canary.5f587224_1585609191863_0.44475588902240415"},"_hasShrinkwrap":false,"publish_time":1585609192176,"_cnpm_publish_time":1585609192176,"contributors":[]},"1.13.0-canary.6cff2f4e":{"name":"@firebase/firestore","version":"1.13.0-canary.6cff2f4e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.6cff2f4e","@firebase/firestore-types":"1.10.1-canary.6cff2f4e","@firebase/logger":"0.2.0-canary.6cff2f4e","@firebase/util":"0.2.43-canary.6cff2f4e","@firebase/webchannel-wrapper":"0.2.38-canary.6cff2f4e","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.6cff2f4e","@firebase/app-types":"0.6.0-canary.6cff2f4e"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.0-canary.6cff2f4e","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"e71c12965c7e88eeb2f644b339fe9c80da9fb29e","size":3837874,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.0-canary.6cff2f4e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.0-canary.6cff2f4e_1585603102868_0.5115135184312645"},"_hasShrinkwrap":false,"publish_time":1585603103121,"_cnpm_publish_time":1585603103121,"contributors":[]},"1.13.0-canary.353f5caa":{"name":"@firebase/firestore","version":"1.13.0-canary.353f5caa","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.353f5caa","@firebase/firestore-types":"1.10.1-canary.353f5caa","@firebase/logger":"0.2.0-canary.353f5caa","@firebase/util":"0.2.43-canary.353f5caa","@firebase/webchannel-wrapper":"0.2.38-canary.353f5caa","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.353f5caa","@firebase/app-types":"0.6.0-canary.353f5caa"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.0-canary.353f5caa","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"26116ba6bbaf9c2c9e5ce72c070d9e16fd60b90f","size":3849981,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.0-canary.353f5caa.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.0-canary.353f5caa_1585597487843_0.002938815020618657"},"_hasShrinkwrap":false,"publish_time":1585597488198,"_cnpm_publish_time":1585597488198,"contributors":[]},"1.13.0-canary.74b06f51":{"name":"@firebase/firestore","version":"1.13.0-canary.74b06f51","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.74b06f51","@firebase/firestore-types":"1.10.1-canary.74b06f51","@firebase/logger":"0.2.0-canary.74b06f51","@firebase/util":"0.2.43-canary.74b06f51","@firebase/webchannel-wrapper":"0.2.38-canary.74b06f51","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.74b06f51","@firebase/app-types":"0.6.0-canary.74b06f51"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.0-canary.74b06f51","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"22b2ca2ea7d8e9660d4734163891232ed6205a33","size":3848477,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.0-canary.74b06f51.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.0-canary.74b06f51_1585596012785_0.8271938474858083"},"_hasShrinkwrap":false,"publish_time":1585596013067,"_cnpm_publish_time":1585596013067,"contributors":[]},"1.13.0-canary.735f7c72":{"name":"@firebase/firestore","version":"1.13.0-canary.735f7c72","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.735f7c72","@firebase/firestore-types":"1.10.1-canary.735f7c72","@firebase/logger":"0.2.0-canary.735f7c72","@firebase/util":"0.2.43-canary.735f7c72","@firebase/webchannel-wrapper":"0.2.38-canary.735f7c72","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.735f7c72","@firebase/app-types":"0.6.0-canary.735f7c72"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.0-canary.735f7c72","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"7b94b50ba14713a96ff08d5b971cf258a73612fd","size":3840343,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.0-canary.735f7c72.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.0-canary.735f7c72_1585595643775_0.028533004524105676"},"_hasShrinkwrap":false,"publish_time":1585595644055,"_cnpm_publish_time":1585595644055,"contributors":[]},"1.13.0-canary.049118af":{"name":"@firebase/firestore","version":"1.13.0-canary.049118af","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.049118af","@firebase/firestore-types":"1.10.1-canary.049118af","@firebase/logger":"0.2.0-canary.049118af","@firebase/util":"0.2.43-canary.049118af","@firebase/webchannel-wrapper":"0.2.38-canary.049118af","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.049118af","@firebase/app-types":"0.6.0-canary.049118af"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.0-canary.049118af","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"cc84c9e46c7eef177a7ecba5183ae113a926066c","size":3840345,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.0-canary.049118af.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.0-canary.049118af_1585592932316_0.15143514033220273"},"_hasShrinkwrap":false,"publish_time":1585592932784,"_cnpm_publish_time":1585592932784,"contributors":[]},"1.13.0-canary.bd85150b":{"name":"@firebase/firestore","version":"1.13.0-canary.bd85150b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.bd85150b","@firebase/firestore-types":"1.10.1-canary.bd85150b","@firebase/logger":"0.2.0-canary.bd85150b","@firebase/util":"0.2.43-canary.bd85150b","@firebase/webchannel-wrapper":"0.2.38-canary.bd85150b","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.bd85150b","@firebase/app-types":"0.6.0-canary.bd85150b"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.0-canary.bd85150b","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"417a4ded00f25ef8847bce5b70a423670931c727","size":3840345,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.0-canary.bd85150b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.0-canary.bd85150b_1585545417278_0.8484641925879304"},"_hasShrinkwrap":false,"publish_time":1585545417612,"_cnpm_publish_time":1585545417612,"contributors":[]},"1.13.0-canary.1d7f06ca":{"name":"@firebase/firestore","version":"1.13.0-canary.1d7f06ca","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.1d7f06ca","@firebase/firestore-types":"1.10.1-canary.1d7f06ca","@firebase/logger":"0.2.0-canary.1d7f06ca","@firebase/util":"0.2.43-canary.1d7f06ca","@firebase/webchannel-wrapper":"0.2.38-canary.1d7f06ca","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.1d7f06ca","@firebase/app-types":"0.6.0-canary.1d7f06ca"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.0-canary.1d7f06ca","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"d2e9772ba58977cacf9663cb7faea7741db82d6e","size":3840325,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.0-canary.1d7f06ca.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.0-canary.1d7f06ca_1585356033280_0.22060521068423888"},"_hasShrinkwrap":false,"publish_time":1585356033570,"_cnpm_publish_time":1585356033570,"contributors":[]},"1.13.0-canary.e9fed6d7":{"name":"@firebase/firestore","version":"1.13.0-canary.e9fed6d7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.e9fed6d7","@firebase/firestore-types":"1.10.1-canary.e9fed6d7","@firebase/logger":"0.2.0-canary.e9fed6d7","@firebase/util":"0.2.43-canary.e9fed6d7","@firebase/webchannel-wrapper":"0.2.38-canary.e9fed6d7","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.e9fed6d7","@firebase/app-types":"0.6.0-canary.e9fed6d7"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.0-canary.e9fed6d7","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"940377c2a5bd0a9a070ed01cdca44469e94d105a","size":3840325,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.0-canary.e9fed6d7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.0-canary.e9fed6d7_1585335150827_0.5628678715906059"},"_hasShrinkwrap":false,"publish_time":1585335151184,"_cnpm_publish_time":1585335151184,"contributors":[]},"1.13.0-canary.228b0474":{"name":"@firebase/firestore","version":"1.13.0-canary.228b0474","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.228b0474","@firebase/firestore-types":"1.10.1-canary.228b0474","@firebase/logger":"0.2.0-canary.228b0474","@firebase/util":"0.2.43-canary.228b0474","@firebase/webchannel-wrapper":"0.2.38-canary.228b0474","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.228b0474","@firebase/app-types":"0.6.0-canary.228b0474"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.0-canary.228b0474","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"04526de33771b65c1e40a604fab3d9c5b1d0a2c8","size":3843710,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.0-canary.228b0474.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.0-canary.228b0474_1585329017942_0.600922833739453"},"_hasShrinkwrap":false,"publish_time":1585329018373,"_cnpm_publish_time":1585329018373,"contributors":[]},"1.12.2-canary.e7b230cf":{"name":"@firebase/firestore","version":"1.12.2-canary.e7b230cf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.e7b230cf","@firebase/firestore-types":"1.10.1-canary.e7b230cf","@firebase/logger":"0.2.0-canary.e7b230cf","@firebase/util":"0.2.43-canary.e7b230cf","@firebase/webchannel-wrapper":"0.2.38-canary.e7b230cf","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.e7b230cf","@firebase/app-types":"0.6.0-canary.e7b230cf"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.2-canary.e7b230cf","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"6493e15d73369d1862b60cdae2183d508e1ceffc","size":3843701,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.2-canary.e7b230cf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.2-canary.e7b230cf_1585270461020_0.4713507736458469"},"_hasShrinkwrap":false,"publish_time":1585270461269,"_cnpm_publish_time":1585270461269,"contributors":[]},"1.13.0":{"name":"@firebase/firestore","version":"1.13.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8","@firebase/firestore-types":"1.10.1","@firebase/logger":"0.2.0","@firebase/util":"0.2.43","@firebase/webchannel-wrapper":"0.2.38","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"2638f25b2a3d19cb891a6b334a0dc14aefef5a34","size":3887681,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.0_1585266888346_0.3623930850572623"},"_hasShrinkwrap":false,"publish_time":1585266888612,"_cnpm_publish_time":1585266888612,"contributors":[]},"1.12.2-canary.17e3e616":{"name":"@firebase/firestore","version":"1.12.2-canary.17e3e616","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.17e3e616","@firebase/firestore-types":"1.10.1-canary.17e3e616","@firebase/logger":"0.2.0-canary.17e3e616","@firebase/util":"0.2.43-canary.17e3e616","@firebase/webchannel-wrapper":"0.2.38-canary.17e3e616","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.17e3e616","@firebase/app-types":"0.6.0-canary.17e3e616"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.2-canary.17e3e616","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"393d7ef5eeb433aaf31499b8c5ce6e46d67d1a3f","size":3843702,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.2-canary.17e3e616.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.2-canary.17e3e616_1585251832074_0.28145550650923745"},"_hasShrinkwrap":false,"publish_time":1585251832546,"_cnpm_publish_time":1585251832546,"contributors":[]},"1.12.2-canary.faa9fc62":{"name":"@firebase/firestore","version":"1.12.2-canary.faa9fc62","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,firestore}' --include-dependencies build","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.faa9fc62","@firebase/firestore-types":"1.10.1-canary.faa9fc62","@firebase/logger":"0.2.0-canary.faa9fc62","@firebase/util":"0.2.43-canary.faa9fc62","@firebase/webchannel-wrapper":"0.2.38-canary.faa9fc62","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.faa9fc62","@firebase/app-types":"0.6.0-canary.faa9fc62"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.2-canary.faa9fc62","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"078da8785c45f4c86df166ce12ac692d92df7db2","size":3843698,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.2-canary.faa9fc62.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.2-canary.faa9fc62_1585251713530_0.6286410544315932"},"_hasShrinkwrap":false,"publish_time":1585251713779,"_cnpm_publish_time":1585251713779,"contributors":[]},"1.12.2-canary.0d0bdc10":{"name":"@firebase/firestore","version":"1.12.2-canary.0d0bdc10","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.0d0bdc10","@firebase/firestore-types":"1.10.1-canary.0d0bdc10","@firebase/logger":"0.2.0-canary.0d0bdc10","@firebase/util":"0.2.43-canary.0d0bdc10","@firebase/webchannel-wrapper":"0.2.38-canary.0d0bdc10","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.0d0bdc10","@firebase/app-types":"0.6.0-canary.0d0bdc10"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.2-canary.0d0bdc10","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"d320dc727296dac0ee8bd3103465ec2720bf166f","size":3828916,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.2-canary.0d0bdc10.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.2-canary.0d0bdc10_1585098663461_0.3336673664199328"},"_hasShrinkwrap":false,"publish_time":1585098663751,"_cnpm_publish_time":1585098663751,"contributors":[]},"1.13.0-1":{"name":"@firebase/firestore","version":"1.13.0-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8","@firebase/firestore-types":"1.10.1","@firebase/logger":"0.2.0","@firebase/util":"0.2.43","@firebase/webchannel-wrapper":"0.2.38","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.0-1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"7acc97aaa941231e962e0e5b02f19149b5481fc0","size":3887692,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.0-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.0-1_1585097695453_0.010647337711642946"},"_hasShrinkwrap":false,"publish_time":1585097695741,"_cnpm_publish_time":1585097695741,"contributors":[]},"1.12.2-canary.f954d2f2":{"name":"@firebase/firestore","version":"1.12.2-canary.f954d2f2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.f954d2f2","@firebase/firestore-types":"1.10.1-canary.f954d2f2","@firebase/logger":"0.2.0-canary.f954d2f2","@firebase/util":"0.2.43-canary.f954d2f2","@firebase/webchannel-wrapper":"0.2.38-canary.f954d2f2","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.f954d2f2","@firebase/app-types":"0.6.0-canary.f954d2f2"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.2-canary.f954d2f2","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"f69cc9e8a2ddd756e3d5e65c9389798b6d245266","size":3828932,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.2-canary.f954d2f2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.2-canary.f954d2f2_1585097089746_0.02016217692121125"},"_hasShrinkwrap":false,"publish_time":1585097089996,"_cnpm_publish_time":1585097089996,"contributors":[]},"1.13.0-0":{"name":"@firebase/firestore","version":"1.13.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8","@firebase/firestore-types":"1.10.1","@firebase/logger":"0.2.0","@firebase/util":"0.2.43","@firebase/webchannel-wrapper":"0.2.38","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.13.0-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"a3f8a6f45166a1a9d676fad853150ae56b72b2b6","size":3887691,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.13.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.13.0-0_1585092637465_0.063766709071861"},"_hasShrinkwrap":false,"publish_time":1585092637690,"_cnpm_publish_time":1585092637690,"contributors":[]},"1.12.2-canary.1eada4e9":{"name":"@firebase/firestore","version":"1.12.2-canary.1eada4e9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.1eada4e9","@firebase/firestore-types":"1.10.1-canary.1eada4e9","@firebase/logger":"0.2.0-canary.1eada4e9","@firebase/util":"0.2.43-canary.1eada4e9","@firebase/webchannel-wrapper":"0.2.38-canary.1eada4e9","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.1eada4e9","@firebase/app-types":"0.6.0-canary.1eada4e9"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.2-canary.1eada4e9","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"9e386482f4a5dfebc0ea32fa394db651b53d962f","size":3828918,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.2-canary.1eada4e9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.2-canary.1eada4e9_1585089877611_0.1181733869172723"},"_hasShrinkwrap":false,"publish_time":1585089877861,"_cnpm_publish_time":1585089877861,"contributors":[]},"1.12.2-canary.ef445722":{"name":"@firebase/firestore","version":"1.12.2-canary.ef445722","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.ef445722","@firebase/firestore-types":"1.10.1-canary.ef445722","@firebase/logger":"0.2.0-canary.ef445722","@firebase/util":"0.2.43-canary.ef445722","@firebase/webchannel-wrapper":"0.2.38-canary.ef445722","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.ef445722","@firebase/app-types":"0.6.0-canary.ef445722"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.2-canary.ef445722","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"8c52b31c73d215c304846171c5f1bf5295a49003","size":3828933,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.2-canary.ef445722.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.2-canary.ef445722_1585076921170_0.4014599720838392"},"_hasShrinkwrap":false,"publish_time":1585076921471,"_cnpm_publish_time":1585076921471,"contributors":[]},"1.12.2-canary.1de36ed4":{"name":"@firebase/firestore","version":"1.12.2-canary.1de36ed4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.1de36ed4","@firebase/firestore-types":"1.10.1-canary.1de36ed4","@firebase/logger":"0.2.0-canary.1de36ed4","@firebase/util":"0.2.43-canary.1de36ed4","@firebase/webchannel-wrapper":"0.2.38-canary.1de36ed4","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.1de36ed4","@firebase/app-types":"0.6.0-canary.1de36ed4"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.2-canary.1de36ed4","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"5ae336bee8fae9c6d21bae85cdf297c7e4842b92","size":3828912,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.2-canary.1de36ed4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.2-canary.1de36ed4_1585074229758_0.7447071931524829"},"_hasShrinkwrap":false,"publish_time":1585074230040,"_cnpm_publish_time":1585074230040,"contributors":[]},"1.12.2-canary.2c8c9403":{"name":"@firebase/firestore","version":"1.12.2-canary.2c8c9403","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.2c8c9403","@firebase/firestore-types":"1.10.1-canary.2c8c9403","@firebase/logger":"0.2.0-canary.2c8c9403","@firebase/util":"0.2.43-canary.2c8c9403","@firebase/webchannel-wrapper":"0.2.38-canary.2c8c9403","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.2c8c9403","@firebase/app-types":"0.6.0-canary.2c8c9403"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.2-canary.2c8c9403","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"bad576ff275e5f939af83f692bcb81ed6164eeb5","size":3828914,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.2-canary.2c8c9403.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.2-canary.2c8c9403_1585069848958_0.4257359432531431"},"_hasShrinkwrap":false,"publish_time":1585069849320,"_cnpm_publish_time":1585069849320,"contributors":[]},"1.12.2-canary.afaf9825":{"name":"@firebase/firestore","version":"1.12.2-canary.afaf9825","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.afaf9825","@firebase/firestore-types":"1.10.1-canary.afaf9825","@firebase/logger":"0.2.0-canary.afaf9825","@firebase/util":"0.2.43-canary.afaf9825","@firebase/webchannel-wrapper":"0.2.38-canary.afaf9825","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.afaf9825","@firebase/app-types":"0.6.0-canary.afaf9825"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.2-canary.afaf9825","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"b8509eceb911656ecac1f5f6ec1bc4cf83e0f7ef","size":3828917,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.2-canary.afaf9825.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.2-canary.afaf9825_1585007811131_0.13802171666872698"},"_hasShrinkwrap":false,"publish_time":1585007811447,"_cnpm_publish_time":1585007811447,"contributors":[]},"1.12.2-canary.a85f81db":{"name":"@firebase/firestore","version":"1.12.2-canary.a85f81db","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.a85f81db","@firebase/firestore-types":"1.10.1-canary.a85f81db","@firebase/logger":"0.2.0-canary.a85f81db","@firebase/util":"0.2.43-canary.a85f81db","@firebase/webchannel-wrapper":"0.2.38-canary.a85f81db","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.a85f81db","@firebase/app-types":"0.6.0-canary.a85f81db"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.2-canary.a85f81db","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"c9d2619091437db30aa3a1e38b8ed138fc706f33","size":3716119,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.2-canary.a85f81db.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.2-canary.a85f81db_1584757522780_0.6107678526209712"},"_hasShrinkwrap":false,"publish_time":1584757523037,"_cnpm_publish_time":1584757523037,"contributors":[]},"1.12.2-canary.216eb639":{"name":"@firebase/firestore","version":"1.12.2-canary.216eb639","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.216eb639","@firebase/firestore-types":"1.10.1-canary.216eb639","@firebase/logger":"0.2.0-canary.216eb639","@firebase/util":"0.2.43-canary.216eb639","@firebase/webchannel-wrapper":"0.2.38-canary.216eb639","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.216eb639","@firebase/app-types":"0.6.0-canary.216eb639"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.2-canary.216eb639","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"5e5a6ea28e622ed2f74f75a17b17ce70733a91d2","size":3712212,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.2-canary.216eb639.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.2-canary.216eb639_1584739873461_0.7448956384333894"},"_hasShrinkwrap":false,"publish_time":1584739873828,"_cnpm_publish_time":1584739873828,"contributors":[]},"1.12.2-canary.9200feb9":{"name":"@firebase/firestore","version":"1.12.2-canary.9200feb9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.9200feb9","@firebase/firestore-types":"1.10.1-canary.9200feb9","@firebase/logger":"0.2.0-canary.9200feb9","@firebase/util":"0.2.43-canary.9200feb9","@firebase/webchannel-wrapper":"0.2.38-canary.9200feb9","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.9200feb9","@firebase/app-types":"0.6.0-canary.9200feb9"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.2-canary.9200feb9","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"6ab23243ee4b7e682002ebd9d16544b34438106c","size":3714377,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.2-canary.9200feb9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.2-canary.9200feb9_1584722777226_0.9529665741721294"},"_hasShrinkwrap":false,"publish_time":1584722777644,"_cnpm_publish_time":1584722777644,"contributors":[]},"1.12.2-canary.cbc191d0":{"name":"@firebase/firestore","version":"1.12.2-canary.cbc191d0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.ts' '*.js' 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-canary.cbc191d0","@firebase/firestore-types":"1.10.1-canary.cbc191d0","@firebase/logger":"0.2.0-canary.cbc191d0","@firebase/util":"0.2.43-canary.cbc191d0","@firebase/webchannel-wrapper":"0.2.38-canary.cbc191d0","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.6.0-canary.cbc191d0","@firebase/app-types":"0.6.0-canary.cbc191d0"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.2-canary.cbc191d0","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"4467c705d673d49033610efc4d6f6e986ef26bb2","size":3740585,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.2-canary.cbc191d0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.2-canary.cbc191d0_1584655782121_0.7976123388319496"},"_hasShrinkwrap":false,"publish_time":1584655782386,"_cnpm_publish_time":1584655782386,"contributors":[]},"1.12.2":{"name":"@firebase/firestore","version":"1.12.2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8","@firebase/firestore-types":"1.10.1","@firebase/logger":"0.2.0","@firebase/util":"0.2.43","@firebase/webchannel-wrapper":"0.2.38","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.2","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"2688c9ef726eed8078bd92414c00b052ae167e03","size":2269151,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.2_1584650580309_0.6998667338492677"},"_hasShrinkwrap":false,"publish_time":1584650580524,"_cnpm_publish_time":1584650580524,"contributors":[]},"1.12.1-canary.c8bebeb5":{"name":"@firebase/firestore","version":"1.12.1-canary.c8bebeb5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.7-canary.c8bebeb5","@firebase/firestore-types":"1.10.1-canary.c8bebeb5","@firebase/logger":"0.1.37-canary.c8bebeb5","@firebase/util":"0.2.42-canary.c8bebeb5","@firebase/webchannel-wrapper":"0.2.37-canary.c8bebeb5","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.5.6-canary.c8bebeb5","@firebase/app-types":"0.5.3-canary.c8bebeb5"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.1-canary.c8bebeb5","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"eb822570bdee626a4c47ae4cd5c6735e928a1c71","size":2212400,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.1-canary.c8bebeb5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.1-canary.c8bebeb5_1584550296174_0.8335932601865248"},"_hasShrinkwrap":false,"publish_time":1584550296509,"_cnpm_publish_time":1584550296509,"contributors":[]},"1.12.2-0":{"name":"@firebase/firestore","version":"1.12.2-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.8-0","@firebase/firestore-types":"1.10.1","@firebase/logger":"0.2.0-0","@firebase/util":"0.2.43-0","@firebase/webchannel-wrapper":"0.2.38-0","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.9","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.3.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.2-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"0451ed42393357290132c208ce4d98b02bd09efc","size":2269166,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.2-0_1584481204205_0.3738827809231353"},"_hasShrinkwrap":false,"publish_time":1584481204404,"_cnpm_publish_time":1584481204404,"contributors":[]},"1.12.1-canary.420c6261":{"name":"@firebase/firestore","version":"1.12.1-canary.420c6261","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.7-canary.420c6261","@firebase/firestore-types":"1.10.1-canary.420c6261","@firebase/logger":"0.1.37-canary.420c6261","@firebase/util":"0.2.42-canary.420c6261","@firebase/webchannel-wrapper":"0.2.37-canary.420c6261","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.5.6-canary.420c6261","@firebase/app-types":"0.5.3-canary.420c6261"},"devDependencies":{"protobufjs":"6.8.8","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.2.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.1-canary.420c6261","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"3fc4cc1cdfa6e7bff83938eb537014059bf713a4","size":2212403,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.1-canary.420c6261.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.1-canary.420c6261_1584477373739_0.2007295628371839"},"_hasShrinkwrap":false,"publish_time":1584477373923,"_cnpm_publish_time":1584477373923,"contributors":[]},"1.12.1-canary.4f1f3034":{"name":"@firebase/firestore","version":"1.12.1-canary.4f1f3034","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.7-canary.4f1f3034","@firebase/firestore-types":"1.10.1-canary.4f1f3034","@firebase/logger":"0.1.37-canary.4f1f3034","@firebase/util":"0.2.42-canary.4f1f3034","@firebase/webchannel-wrapper":"0.2.37-canary.4f1f3034","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.5.6-canary.4f1f3034","@firebase/app-types":"0.5.3-canary.4f1f3034"},"devDependencies":{"protobufjs":"6.8.8","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.2.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.1-canary.4f1f3034","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"37ff61a793a13af948c6a6e8b4f258afdd6deeb1","size":2212401,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.1-canary.4f1f3034.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.1-canary.4f1f3034_1584473182609_0.08512829333123983"},"_hasShrinkwrap":false,"publish_time":1584473182835,"_cnpm_publish_time":1584473182835,"contributors":[]},"1.12.1-canary.a90acfa4":{"name":"@firebase/firestore","version":"1.12.1-canary.a90acfa4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.7-canary.a90acfa4","@firebase/firestore-types":"1.10.1-canary.a90acfa4","@firebase/logger":"0.1.37-canary.a90acfa4","@firebase/util":"0.2.42-canary.a90acfa4","@firebase/webchannel-wrapper":"0.2.37-canary.a90acfa4","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.5.6-canary.a90acfa4","@firebase/app-types":"0.5.3-canary.a90acfa4"},"devDependencies":{"protobufjs":"6.8.8","rollup":"2.0.6","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.2.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.1-canary.a90acfa4","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"fee1d651a267ce0f1757e5ec214cbe007fbd2785","size":2211014,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.1-canary.a90acfa4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.1-canary.a90acfa4_1584471043343_0.7517312194199346"},"_hasShrinkwrap":false,"publish_time":1584471043583,"_cnpm_publish_time":1584471043583,"contributors":[]},"1.12.1-canary.4277e4c5":{"name":"@firebase/firestore","version":"1.12.1-canary.4277e4c5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.7-canary.4277e4c5","@firebase/firestore-types":"1.10.1-canary.4277e4c5","@firebase/logger":"0.1.37-canary.4277e4c5","@firebase/util":"0.2.42-canary.4277e4c5","@firebase/webchannel-wrapper":"0.2.37-canary.4277e4c5","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.5.6-canary.4277e4c5","@firebase/app-types":"0.5.3-canary.4277e4c5"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.32.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.2.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.1-canary.4277e4c5","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"4020e4c0bc28cebe53df584a3bd82b3b0adf73a2","size":2214228,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.1-canary.4277e4c5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.1-canary.4277e4c5_1584127130464_0.5220022877939496"},"_hasShrinkwrap":false,"publish_time":1584127130717,"_cnpm_publish_time":1584127130717,"contributors":[]},"1.12.1-canary.000316f6":{"name":"@firebase/firestore","version":"1.12.1-canary.000316f6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.7-canary.000316f6","@firebase/firestore-types":"1.10.1-canary.000316f6","@firebase/logger":"0.1.37-canary.000316f6","@firebase/util":"0.2.42-canary.000316f6","@firebase/webchannel-wrapper":"0.2.37-canary.000316f6","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.5.6-canary.000316f6","@firebase/app-types":"0.5.3-canary.000316f6"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.32.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.2.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.1-canary.000316f6","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"88aa1fa4b6b31bab97266180ef12587e3661a8c4","size":2214220,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.1-canary.000316f6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.1-canary.000316f6_1584120569763_0.2864968079162098"},"_hasShrinkwrap":false,"publish_time":1584120569977,"_cnpm_publish_time":1584120569977,"contributors":[]},"1.12.1":{"name":"@firebase/firestore","version":"1.12.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.7","@firebase/firestore-types":"1.10.1","@firebase/logger":"0.1.37","@firebase/util":"0.2.42","@firebase/webchannel-wrapper":"0.2.37","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.32.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.2.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"72ec12bfa756e74952e61d7a8e81a53f27363c87","size":2271103,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.1_1584065031754_0.6463693654076039"},"_hasShrinkwrap":false,"publish_time":1584065032002,"_cnpm_publish_time":1584065032002,"contributors":[]},"1.12.1-2":{"name":"@firebase/firestore","version":"1.12.1-2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.7-2","@firebase/firestore-types":"1.10.1-2","@firebase/logger":"0.1.37-2","@firebase/util":"0.2.42-2","@firebase/webchannel-wrapper":"0.2.37-2","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.32.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.2.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.1-2","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"017846137b5b25da16e34f64e2be94a838fae70b","size":2271111,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.1-2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.1-2_1584062391967_0.05773073785293992"},"_hasShrinkwrap":false,"publish_time":1584062392223,"_cnpm_publish_time":1584062392223,"contributors":[]},"1.12.0-canary.b1aa52b3":{"name":"@firebase/firestore","version":"1.12.0-canary.b1aa52b3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.6-canary.b1aa52b3","@firebase/firestore-types":"1.10.0-canary.b1aa52b3","@firebase/logger":"0.1.36-canary.b1aa52b3","@firebase/util":"0.2.41-canary.b1aa52b3","@firebase/webchannel-wrapper":"0.2.36-canary.b1aa52b3","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.5.5-canary.b1aa52b3","@firebase/app-types":"0.5.2-canary.b1aa52b3"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.32.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.2.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.0-canary.b1aa52b3","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"fa306589c19b77e4fe6f7aed8db8eb4cc81438b3","size":2214218,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.0-canary.b1aa52b3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.0-canary.b1aa52b3_1584062067296_0.3784024803774044"},"_hasShrinkwrap":false,"publish_time":1584062067594,"_cnpm_publish_time":1584062067594,"contributors":[]},"1.12.1-1":{"name":"@firebase/firestore","version":"1.12.1-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.7-1","@firebase/firestore-types":"1.10.1-1","@firebase/logger":"0.1.37-1","@firebase/util":"0.2.42-1","@firebase/webchannel-wrapper":"0.2.37-1","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.32.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.2.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.1-1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"3adbee93be7cd4513188b13be488f862407e3463","size":2271111,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.1-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.1-1_1584049940778_0.3539491353323734"},"_hasShrinkwrap":false,"publish_time":1584049941036,"_cnpm_publish_time":1584049941036,"contributors":[]},"1.12.0-canary.f86f9540":{"name":"@firebase/firestore","version":"1.12.0-canary.f86f9540","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.6-canary.f86f9540","@firebase/firestore-types":"1.10.0-canary.f86f9540","@firebase/logger":"0.1.36-canary.f86f9540","@firebase/util":"0.2.41-canary.f86f9540","@firebase/webchannel-wrapper":"0.2.36-canary.f86f9540","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.5.5-canary.f86f9540","@firebase/app-types":"0.5.2-canary.f86f9540"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.32.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.2.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.0-canary.f86f9540","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"8e7486afe1144ef43e642684297f716eaf313103","size":2214221,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.0-canary.f86f9540.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.0-canary.f86f9540_1584049760370_0.38047003994660966"},"_hasShrinkwrap":false,"publish_time":1584049760513,"_cnpm_publish_time":1584049760513,"contributors":[]},"1.12.0-canary.aa04416d":{"name":"@firebase/firestore","version":"1.12.0-canary.aa04416d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.6-canary.aa04416d","@firebase/firestore-types":"1.10.0-canary.aa04416d","@firebase/logger":"0.1.36-canary.aa04416d","@firebase/util":"0.2.41-canary.aa04416d","@firebase/webchannel-wrapper":"0.2.36-canary.aa04416d","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.5.5-canary.aa04416d","@firebase/app-types":"0.5.2-canary.aa04416d"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.32.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.2.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.0-canary.aa04416d","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"2d7c5e5f4c3d23dab04c02896552c95f9724ed39","size":2214220,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.0-canary.aa04416d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.0-canary.aa04416d_1584039498626_0.21884895910884872"},"_hasShrinkwrap":false,"publish_time":1584039498858,"_cnpm_publish_time":1584039498858,"contributors":[]},"1.12.1-0":{"name":"@firebase/firestore","version":"1.12.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.7-0","@firebase/firestore-types":"1.10.1-0","@firebase/logger":"0.1.37-0","@firebase/util":"0.2.42-0","@firebase/webchannel-wrapper":"0.2.37-0","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.32.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.2.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.1-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"467ab441369dc4674c181d2865b1c4d5d3f0b88b","size":2271110,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.1-0_1583890756348_0.8132971877863844"},"_hasShrinkwrap":false,"publish_time":1583890756568,"_cnpm_publish_time":1583890756568,"contributors":[]},"1.12.0-canary.90b5f044":{"name":"@firebase/firestore","version":"1.12.0-canary.90b5f044","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.6-canary.90b5f044","@firebase/firestore-types":"1.10.0-canary.90b5f044","@firebase/logger":"0.1.36-canary.90b5f044","@firebase/util":"0.2.41-canary.90b5f044","@firebase/webchannel-wrapper":"0.2.36-canary.90b5f044","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.5.5-canary.90b5f044","@firebase/app-types":"0.5.2-canary.90b5f044"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.32.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.2.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.0-canary.90b5f044","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"bc49080242f30d7df4d78db407d71bf59bfee413","size":2214224,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.0-canary.90b5f044.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.0-canary.90b5f044_1583873838252_0.042151982710723734"},"_hasShrinkwrap":false,"publish_time":1583873838488,"_cnpm_publish_time":1583873838488,"contributors":[]},"1.12.0-canary.9d593bc7":{"name":"@firebase/firestore","version":"1.12.0-canary.9d593bc7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.6-canary.9d593bc7","@firebase/firestore-types":"1.10.0-canary.9d593bc7","@firebase/logger":"0.1.36-canary.9d593bc7","@firebase/util":"0.2.41-canary.9d593bc7","@firebase/webchannel-wrapper":"0.2.36-canary.9d593bc7","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.11.1"},"peerDependencies":{"@firebase/app":"0.5.5-canary.9d593bc7","@firebase/app-types":"0.5.2-canary.9d593bc7"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.32.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.2.0","rollup-plugin-typescript2":"0.26.0","ts-node":"8.6.2","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.0-canary.9d593bc7","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"b75ee0e93ab39239735e2b3bd1994824297f2fd2","size":2214223,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.0-canary.9d593bc7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.0-canary.9d593bc7_1583793468601_0.92626593153686"},"_hasShrinkwrap":false,"publish_time":1583793468754,"_cnpm_publish_time":1583793468754,"contributors":[]},"1.12.0-canary.b4274472":{"name":"@firebase/firestore","version":"1.12.0-canary.b4274472","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.6-canary.b4274472","@firebase/firestore-types":"1.10.0-canary.b4274472","@firebase/logger":"0.1.36-canary.b4274472","@firebase/util":"0.2.41-canary.b4274472","@firebase/webchannel-wrapper":"0.2.36-canary.b4274472","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.5-canary.b4274472","@firebase/app-types":"0.5.2-canary.b4274472"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.0-canary.b4274472","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"1c22ea504dfc6ab0921c6e5b3da7d9ba3adbd865","size":2216140,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.0-canary.b4274472.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.0-canary.b4274472_1583773197573_0.7436882329375196"},"_hasShrinkwrap":false,"publish_time":1583773197836,"_cnpm_publish_time":1583773197836,"contributors":[]},"1.11.2-canary.43c67ac3":{"name":"@firebase/firestore","version":"1.11.2-canary.43c67ac3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.6-canary.43c67ac3","@firebase/firestore-types":"1.9.2-canary.43c67ac3","@firebase/logger":"0.1.36-canary.43c67ac3","@firebase/util":"0.2.41-canary.43c67ac3","@firebase/webchannel-wrapper":"0.2.36-canary.43c67ac3","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.5-canary.43c67ac3","@firebase/app-types":"0.5.2-canary.43c67ac3"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.8.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.11.2-canary.43c67ac3","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"939b728459447627386dbd97bbe2114d32f56770","size":2215601,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.11.2-canary.43c67ac3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.11.2-canary.43c67ac3_1583535343056_0.9134244539485938"},"_hasShrinkwrap":false,"publish_time":1583535343318,"_cnpm_publish_time":1583535343318,"contributors":[]},"1.12.0":{"name":"@firebase/firestore","version":"1.12.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.6","@firebase/firestore-types":"1.10.0","@firebase/logger":"0.1.36","@firebase/util":"0.2.41","@firebase/webchannel-wrapper":"0.2.36","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.8.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"98fe0adfa94d79ebf9489f118789cff68ac2790f","size":2288396,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.0_1583443810413_0.35049432497286004"},"_hasShrinkwrap":false,"publish_time":1583443810868,"_cnpm_publish_time":1583443810868,"contributors":[]},"1.11.2-canary.ac255706":{"name":"@firebase/firestore","version":"1.11.2-canary.ac255706","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.6-canary.ac255706","@firebase/firestore-types":"1.9.2-canary.ac255706","@firebase/logger":"0.1.36-canary.ac255706","@firebase/util":"0.2.41-canary.ac255706","@firebase/webchannel-wrapper":"0.2.36-canary.ac255706","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.5-canary.ac255706","@firebase/app-types":"0.5.2-canary.ac255706"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.8.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.11.2-canary.ac255706","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"65b735b02570e224d231f04bc5be6f6463a13324","size":2215602,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.11.2-canary.ac255706.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.11.2-canary.ac255706_1583282967804_0.6136325628350923"},"_hasShrinkwrap":false,"publish_time":1583282968099,"_cnpm_publish_time":1583282968099,"contributors":[]},"1.12.0-0":{"name":"@firebase/firestore","version":"1.12.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.6","@firebase/firestore-types":"1.10.0-0","@firebase/logger":"0.1.36","@firebase/util":"0.2.41","@firebase/webchannel-wrapper":"0.2.36","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.8.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.12.0-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"74d3800ba6744704ead8ee99adf3b5c6e13ea87f","size":2288382,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.12.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.12.0-0_1583269269740_0.7589158073164075"},"_hasShrinkwrap":false,"publish_time":1583269269948,"_cnpm_publish_time":1583269269948,"contributors":[]},"1.11.2-canary.fcbd8a99":{"name":"@firebase/firestore","version":"1.11.2-canary.fcbd8a99","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.6-canary.fcbd8a99","@firebase/firestore-types":"1.9.2-canary.fcbd8a99","@firebase/logger":"0.1.36-canary.fcbd8a99","@firebase/util":"0.2.41-canary.fcbd8a99","@firebase/webchannel-wrapper":"0.2.36-canary.fcbd8a99","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.5-canary.fcbd8a99","@firebase/app-types":"0.5.2-canary.fcbd8a99"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.8.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.11.2-canary.fcbd8a99","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"dee6e890572b15768ce97ea1d439d55c240d4f2d","size":2231452,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.11.2-canary.fcbd8a99.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.11.2-canary.fcbd8a99_1583179343762_0.7495933838734394"},"_hasShrinkwrap":false,"publish_time":1583179344100,"_cnpm_publish_time":1583179344100,"contributors":[]},"1.11.2-canary.f24ddc45":{"name":"@firebase/firestore","version":"1.11.2-canary.f24ddc45","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.6-canary.f24ddc45","@firebase/firestore-types":"1.9.2-canary.f24ddc45","@firebase/logger":"0.1.36-canary.f24ddc45","@firebase/util":"0.2.41-canary.f24ddc45","@firebase/webchannel-wrapper":"0.2.36-canary.f24ddc45","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.5-canary.f24ddc45","@firebase/app-types":"0.5.2-canary.f24ddc45"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.8.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.11.2-canary.f24ddc45","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"c38aedfe7fdcaaf3e59bc4a097ff0048a53a8c6f","size":2231453,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.11.2-canary.f24ddc45.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.11.2-canary.f24ddc45_1583177370845_0.8864145411747564"},"_hasShrinkwrap":false,"publish_time":1583177371201,"_cnpm_publish_time":1583177371201,"contributors":[]},"1.11.2-canary.488e7f40":{"name":"@firebase/firestore","version":"1.11.2-canary.488e7f40","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.6-canary.488e7f40","@firebase/firestore-types":"1.9.2-canary.488e7f40","@firebase/logger":"0.1.36-canary.488e7f40","@firebase/util":"0.2.41-canary.488e7f40","@firebase/webchannel-wrapper":"0.2.36-canary.488e7f40","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.5-canary.488e7f40","@firebase/app-types":"0.5.2-canary.488e7f40"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.8.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.11.2-canary.488e7f40","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"a1e1f72c0f7210dc23c9f77127d113fea403e467","size":2228647,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.11.2-canary.488e7f40.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.11.2-canary.488e7f40_1583176838222_0.23546631648277705"},"_hasShrinkwrap":false,"publish_time":1583176838427,"_cnpm_publish_time":1583176838427,"contributors":[]},"1.11.2-canary.6fdc6e1c":{"name":"@firebase/firestore","version":"1.11.2-canary.6fdc6e1c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.6-canary.6fdc6e1c","@firebase/firestore-types":"1.9.2-canary.6fdc6e1c","@firebase/logger":"0.1.36-canary.6fdc6e1c","@firebase/util":"0.2.41-canary.6fdc6e1c","@firebase/webchannel-wrapper":"0.2.36-canary.6fdc6e1c","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.5-canary.6fdc6e1c","@firebase/app-types":"0.5.2-canary.6fdc6e1c"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.8.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.11.2-canary.6fdc6e1c","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"5ce9852b8e5ab665d36cec9958994f86e08be718","size":2228641,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.11.2-canary.6fdc6e1c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.11.2-canary.6fdc6e1c_1582932014570_0.2879864727083876"},"_hasShrinkwrap":false,"publish_time":1582932014894,"_cnpm_publish_time":1582932014894,"contributors":[]},"1.11.2-canary.3679e87c":{"name":"@firebase/firestore","version":"1.11.2-canary.3679e87c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.6-canary.3679e87c","@firebase/firestore-types":"1.9.2-canary.3679e87c","@firebase/logger":"0.1.36-canary.3679e87c","@firebase/util":"0.2.41-canary.3679e87c","@firebase/webchannel-wrapper":"0.2.36-canary.3679e87c","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.5-canary.3679e87c","@firebase/app-types":"0.5.2-canary.3679e87c"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.8.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.11.2-canary.3679e87c","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"47ca6657dae923a85c22a575c32a4332df9e0e2d","size":2229525,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.11.2-canary.3679e87c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.11.2-canary.3679e87c_1582928644687_0.3276350303497113"},"_hasShrinkwrap":false,"publish_time":1582928644880,"_cnpm_publish_time":1582928644880,"contributors":[]},"1.11.2-canary.e7beb86a":{"name":"@firebase/firestore","version":"1.11.2-canary.e7beb86a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.6-canary.e7beb86a","@firebase/firestore-types":"1.9.2-canary.e7beb86a","@firebase/logger":"0.1.36-canary.e7beb86a","@firebase/util":"0.2.41-canary.e7beb86a","@firebase/webchannel-wrapper":"0.2.36-canary.e7beb86a","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.5-canary.e7beb86a","@firebase/app-types":"0.5.2-canary.e7beb86a"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.8.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.11.2-canary.e7beb86a","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"0433c83442431f66f8b86992ac8aa7b29066b704","size":2229521,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.11.2-canary.e7beb86a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.11.2-canary.e7beb86a_1582919597776_0.576640325734874"},"_hasShrinkwrap":false,"publish_time":1582919598004,"_cnpm_publish_time":1582919598004,"contributors":[]},"1.11.2":{"name":"@firebase/firestore","version":"1.11.2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.6","@firebase/firestore-types":"1.9.2","@firebase/logger":"0.1.36","@firebase/util":"0.2.41","@firebase/webchannel-wrapper":"0.2.36","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.8.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.11.2","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"c51afaface0e65cce9ace63a97d939fafb012e49","size":2286285,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.11.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.11.2_1582849852041_0.6279197307837778"},"_hasShrinkwrap":false,"publish_time":1582849852291,"_cnpm_publish_time":1582849852291,"contributors":[]},"1.11.2-2":{"name":"@firebase/firestore","version":"1.11.2-2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.6-0","@firebase/firestore-types":"1.9.2-0","@firebase/logger":"0.1.36-0","@firebase/util":"0.2.41-0","@firebase/webchannel-wrapper":"0.2.36-2","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.8.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.11.2-2","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"00a90a9f4206588f4b5116c817891114ecc2cecd","size":2286312,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.11.2-2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.11.2-2_1582845589548_0.2351061489361661"},"_hasShrinkwrap":false,"publish_time":1582845589739,"_cnpm_publish_time":1582845589739,"contributors":[]},"1.11.1-canary.cb01df49":{"name":"@firebase/firestore","version":"1.11.1-canary.cb01df49","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5-canary.cb01df49","@firebase/firestore-types":"1.9.1-canary.cb01df49","@firebase/logger":"0.1.35-canary.cb01df49","@firebase/util":"0.2.40-canary.cb01df49","@firebase/webchannel-wrapper":"0.2.35-canary.cb01df49","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.4-canary.cb01df49","@firebase/app-types":"0.5.1-canary.cb01df49"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.8.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.11.1-canary.cb01df49","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"83c056e70e66cc947330fcded4188a03e608edcd","size":2229519,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.11.1-canary.cb01df49.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.11.1-canary.cb01df49_1582845033030_0.7020066072447777"},"_hasShrinkwrap":false,"publish_time":1582845033244,"_cnpm_publish_time":1582845033244,"contributors":[]},"1.11.1-canary.9ed9b55b":{"name":"@firebase/firestore","version":"1.11.1-canary.9ed9b55b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5-canary.9ed9b55b","@firebase/firestore-types":"1.9.1-canary.9ed9b55b","@firebase/logger":"0.1.35-canary.9ed9b55b","@firebase/util":"0.2.40-canary.9ed9b55b","@firebase/webchannel-wrapper":"0.2.35-canary.9ed9b55b","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.4-canary.9ed9b55b","@firebase/app-types":"0.5.1-canary.9ed9b55b"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.8.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.11.1-canary.9ed9b55b","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"8dfca51b807c4fc4b1b16f5a94dc57588104a575","size":2230714,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.11.1-canary.9ed9b55b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.11.1-canary.9ed9b55b_1582843486890_0.030866435836707895"},"_hasShrinkwrap":false,"publish_time":1582843487134,"_cnpm_publish_time":1582843487134,"contributors":[]},"1.11.1-canary.ddab5212":{"name":"@firebase/firestore","version":"1.11.1-canary.ddab5212","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5-canary.ddab5212","@firebase/firestore-types":"1.9.1-canary.ddab5212","@firebase/logger":"0.1.35-canary.ddab5212","@firebase/util":"0.2.40-canary.ddab5212","@firebase/webchannel-wrapper":"0.2.35-canary.ddab5212","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.4-canary.ddab5212","@firebase/app-types":"0.5.1-canary.ddab5212"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.8.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.11.1-canary.ddab5212","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"22fc470d0a520be9fd74f5a422671ffa73245aff","size":2230704,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.11.1-canary.ddab5212.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.11.1-canary.ddab5212_1582841014275_0.43313826580778425"},"_hasShrinkwrap":false,"publish_time":1582841014465,"_cnpm_publish_time":1582841014465,"contributors":[]},"1.11.1-canary.ef7dabcb":{"name":"@firebase/firestore","version":"1.11.1-canary.ef7dabcb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5-canary.ef7dabcb","@firebase/firestore-types":"1.9.1-canary.ef7dabcb","@firebase/logger":"0.1.35-canary.ef7dabcb","@firebase/util":"0.2.40-canary.ef7dabcb","@firebase/webchannel-wrapper":"0.2.35-canary.ef7dabcb","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.4-canary.ef7dabcb","@firebase/app-types":"0.5.1-canary.ef7dabcb"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.8.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.11.1-canary.ef7dabcb","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"243b3d3f72abf4e131e4bff75fbc71bf01ecd17d","size":2230708,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.11.1-canary.ef7dabcb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.11.1-canary.ef7dabcb_1582840081917_0.4581107150763062"},"_hasShrinkwrap":false,"publish_time":1582840082112,"_cnpm_publish_time":1582840082112,"contributors":[]},"1.11.1-canary.872ffe1e":{"name":"@firebase/firestore","version":"1.11.1-canary.872ffe1e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5-canary.872ffe1e","@firebase/firestore-types":"1.9.1-canary.872ffe1e","@firebase/logger":"0.1.35-canary.872ffe1e","@firebase/util":"0.2.40-canary.872ffe1e","@firebase/webchannel-wrapper":"0.2.35-canary.872ffe1e","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.4-canary.872ffe1e","@firebase/app-types":"0.5.1-canary.872ffe1e"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.11.1-canary.872ffe1e","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"dcf3f19af63c176975606b1a5bbe6f060c9fb2f0","size":2230711,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.11.1-canary.872ffe1e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.11.1-canary.872ffe1e_1582756395475_0.37496824586074995"},"_hasShrinkwrap":false,"publish_time":1582756395673,"_cnpm_publish_time":1582756395673,"contributors":[]},"1.11.2-1":{"name":"@firebase/firestore","version":"1.11.2-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5","@firebase/firestore-types":"1.9.1","@firebase/logger":"0.1.35","@firebase/util":"0.2.40","@firebase/webchannel-wrapper":"0.2.36-1","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.5.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.11.2-1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"a333fd3c8d42fcd46efb2472286b750f71791db3","size":2287757,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.11.2-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.11.2-1_1582743963662_0.1743539032721353"},"_hasShrinkwrap":false,"publish_time":1582743963916,"_cnpm_publish_time":1582743963916,"contributors":[]},"1.11.2-0":{"name":"@firebase/firestore","version":"1.11.2-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5","@firebase/firestore-types":"1.9.1","@firebase/logger":"0.1.35","@firebase/util":"0.2.40","@firebase/webchannel-wrapper":"0.2.36-0","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.11.2-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"7701e89f5fc28c760ebf2f53d196323465d03198","size":2347987,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.11.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.11.2-0_1582673905729_0.6373392130934679"},"_hasShrinkwrap":false,"publish_time":1582673905941,"_cnpm_publish_time":1582673905941,"contributors":[]},"1.11.1":{"name":"@firebase/firestore","version":"1.11.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5","@firebase/firestore-types":"1.9.1","@firebase/logger":"0.1.35","@firebase/util":"0.2.40","@firebase/webchannel-wrapper":"0.2.35","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.11.1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"71e8904329a5eeebef29dc5a66818e47e043670f","size":2346319,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.11.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.11.1_1582320340506_0.9200844804259714"},"_hasShrinkwrap":false,"publish_time":1582320340776,"_cnpm_publish_time":1582320340776,"contributors":[]},"1.11.1-0":{"name":"@firebase/firestore","version":"1.11.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5","@firebase/firestore-types":"1.9.1","@firebase/logger":"0.1.35","@firebase/util":"0.2.40","@firebase/webchannel-wrapper":"0.2.35","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.11.1-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"528b7651ad96a29e03ab4f671c11c270df43e035","size":2346327,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.11.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.11.1-0_1582313429934_0.21813922081288073"},"_hasShrinkwrap":false,"publish_time":1582313430161,"_cnpm_publish_time":1582313430161,"contributors":[]},"1.11.0-canary.fe06e91f":{"name":"@firebase/firestore","version":"1.11.0-canary.fe06e91f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5-canary.fe06e91f","@firebase/firestore-types":"1.9.1-canary.fe06e91f","@firebase/logger":"0.1.35-canary.fe06e91f","@firebase/util":"0.2.40-canary.fe06e91f","@firebase/webchannel-wrapper":"0.2.35-canary.fe06e91f","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.4-canary.fe06e91f","@firebase/app-types":"0.5.1-canary.fe06e91f"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.11.0-canary.fe06e91f","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"da027469b4ea8b6a92040ff25bbc6829a33d41eb","size":2290354,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.11.0-canary.fe06e91f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.11.0-canary.fe06e91f_1582312712048_0.6625648883337809"},"_hasShrinkwrap":false,"publish_time":1582312712351,"_cnpm_publish_time":1582312712351,"contributors":[]},"1.11.0":{"name":"@firebase/firestore","version":"1.11.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5","@firebase/firestore-types":"1.9.1","@firebase/logger":"0.1.35","@firebase/util":"0.2.40","@firebase/webchannel-wrapper":"0.2.35","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.11.0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"ed8c71fe2f586e3d2211c75a2faec798c709b86e","size":1889747,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.11.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.11.0_1582236072552_0.9846329933171625"},"_hasShrinkwrap":false,"publish_time":1582236072738,"_cnpm_publish_time":1582236072738,"contributors":[]},"1.10.2-canary.2919c0ab":{"name":"@firebase/firestore","version":"1.10.2-canary.2919c0ab","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5-canary.2919c0ab","@firebase/firestore-types":"1.9.1-canary.2919c0ab","@firebase/logger":"0.1.35-canary.2919c0ab","@firebase/util":"0.2.40-canary.2919c0ab","@firebase/webchannel-wrapper":"0.2.35-canary.2919c0ab","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.4-canary.2919c0ab","@firebase/app-types":"0.5.1-canary.2919c0ab"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.10.2-canary.2919c0ab","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"e20507055a867ba69be78edddf774be11a869f99","size":1832643,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.10.2-canary.2919c0ab.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.10.2-canary.2919c0ab_1582223616595_0.6949001530262777"},"_hasShrinkwrap":false,"publish_time":1582223616889,"_cnpm_publish_time":1582223616889,"contributors":[]},"1.10.2-canary.4c2f8d1a":{"name":"@firebase/firestore","version":"1.10.2-canary.4c2f8d1a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5-canary.4c2f8d1a","@firebase/firestore-types":"1.9.1-canary.4c2f8d1a","@firebase/logger":"0.1.35-canary.4c2f8d1a","@firebase/util":"0.2.40-canary.4c2f8d1a","@firebase/webchannel-wrapper":"0.2.35-canary.4c2f8d1a","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.4-canary.4c2f8d1a","@firebase/app-types":"0.5.1-canary.4c2f8d1a"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.10.2-canary.4c2f8d1a","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"32cf3fc6cb54028d3bb3d55d3a08c843b3136136","size":1830188,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.10.2-canary.4c2f8d1a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.10.2-canary.4c2f8d1a_1582178747246_0.5638634368274584"},"_hasShrinkwrap":false,"publish_time":1582178747525,"_cnpm_publish_time":1582178747525,"contributors":[]},"1.10.2-canary.1a7ef723":{"name":"@firebase/firestore","version":"1.10.2-canary.1a7ef723","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5-canary.1a7ef723","@firebase/firestore-types":"1.9.1-canary.1a7ef723","@firebase/logger":"0.1.35-canary.1a7ef723","@firebase/util":"0.2.40-canary.1a7ef723","@firebase/webchannel-wrapper":"0.2.35-canary.1a7ef723","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.4-canary.1a7ef723","@firebase/app-types":"0.5.1-canary.1a7ef723"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.10.2-canary.1a7ef723","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"75150a81caf061cb3f4005eaf055afc7dc8dbe32","size":1830654,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.10.2-canary.1a7ef723.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.10.2-canary.1a7ef723_1582174986499_0.4339359436956989"},"_hasShrinkwrap":false,"publish_time":1582174986746,"_cnpm_publish_time":1582174986746,"contributors":[]},"1.10.2-canary.55026153":{"name":"@firebase/firestore","version":"1.10.2-canary.55026153","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5-canary.55026153","@firebase/firestore-types":"1.9.1-canary.55026153","@firebase/logger":"0.1.35-canary.55026153","@firebase/util":"0.2.40-canary.55026153","@firebase/webchannel-wrapper":"0.2.35-canary.55026153","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.4-canary.55026153","@firebase/app-types":"0.5.1-canary.55026153"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.10.2-canary.55026153","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"29c26030a75a92c90afc037d6be96762ca8494cc","size":1830658,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.10.2-canary.55026153.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.10.2-canary.55026153_1582162741450_0.634860022908035"},"_hasShrinkwrap":false,"publish_time":1582162741678,"_cnpm_publish_time":1582162741678,"contributors":[]},"1.10.2-canary.d2b37c11":{"name":"@firebase/firestore","version":"1.10.2-canary.d2b37c11","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5-canary.d2b37c11","@firebase/firestore-types":"1.9.1-canary.d2b37c11","@firebase/logger":"0.1.35-canary.d2b37c11","@firebase/util":"0.2.40-canary.d2b37c11","@firebase/webchannel-wrapper":"0.2.35-canary.d2b37c11","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.4-canary.d2b37c11","@firebase/app-types":"0.5.1-canary.d2b37c11"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.10.2-canary.d2b37c11","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"7eb19504af24a0dfaefc09ae106abc4c4f1d5fe3","size":1831268,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.10.2-canary.d2b37c11.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.10.2-canary.d2b37c11_1582160222240_0.029706956353948488"},"_hasShrinkwrap":false,"publish_time":1582160222613,"_cnpm_publish_time":1582160222613,"contributors":[]},"1.10.2-canary.20ab129c":{"name":"@firebase/firestore","version":"1.10.2-canary.20ab129c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5-canary.20ab129c","@firebase/firestore-types":"1.9.1-canary.20ab129c","@firebase/logger":"0.1.35-canary.20ab129c","@firebase/util":"0.2.40-canary.20ab129c","@firebase/webchannel-wrapper":"0.2.35-canary.20ab129c","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.4-canary.20ab129c","@firebase/app-types":"0.5.1-canary.20ab129c"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.10.2-canary.20ab129c","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"ab4396937d4cad18ee8413a7dfeed280b071ecad","size":1831753,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.10.2-canary.20ab129c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.10.2-canary.20ab129c_1582157630291_0.29581090352661765"},"_hasShrinkwrap":false,"publish_time":1582157630573,"_cnpm_publish_time":1582157630573,"contributors":[]},"1.11.0-0":{"name":"@firebase/firestore","version":"1.11.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5","@firebase/firestore-types":"1.9.1","@firebase/logger":"0.1.35","@firebase/util":"0.2.40","@firebase/webchannel-wrapper":"0.2.35","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.11.0-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"84a7cacc11d0fa543ae0fa5267ad9919b8508a1d","size":1889755,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.11.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.11.0-0_1582139667310_0.6735643130502615"},"_hasShrinkwrap":false,"publish_time":1582139667527,"_cnpm_publish_time":1582139667527,"contributors":[]},"1.10.2-canary.261bbd54":{"name":"@firebase/firestore","version":"1.10.2-canary.261bbd54","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5-canary.261bbd54","@firebase/firestore-types":"1.9.1-canary.261bbd54","@firebase/logger":"0.1.35-canary.261bbd54","@firebase/util":"0.2.40-canary.261bbd54","@firebase/webchannel-wrapper":"0.2.35-canary.261bbd54","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.4-canary.261bbd54","@firebase/app-types":"0.5.1-canary.261bbd54"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.10.2-canary.261bbd54","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"0e6c086da3acc106431b621019949b46551f6198","size":1831783,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.10.2-canary.261bbd54.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.10.2-canary.261bbd54_1582083986058_0.8464047462810673"},"_hasShrinkwrap":false,"publish_time":1582083986287,"_cnpm_publish_time":1582083986287,"contributors":[]},"1.10.1-canary.eb4fe34a":{"name":"@firebase/firestore","version":"1.10.1-canary.eb4fe34a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5-canary.eb4fe34a","@firebase/firestore-types":"1.9.1-canary.eb4fe34a","@firebase/logger":"0.1.35-canary.eb4fe34a","@firebase/util":"0.2.40-canary.eb4fe34a","@firebase/webchannel-wrapper":"0.2.35-canary.eb4fe34a","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.4-canary.eb4fe34a","@firebase/app-types":"0.5.1-canary.eb4fe34a"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.10.1-canary.eb4fe34a","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"ab3750b967a2fd72342d601ca5fae968ff3820fb","size":3594989,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.10.1-canary.eb4fe34a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.10.1-canary.eb4fe34a_1582069814137_0.3323878469804131"},"_hasShrinkwrap":false,"publish_time":1582069814428,"_cnpm_publish_time":1582069814428,"contributors":[]},"1.10.1-canary.b40d71e3":{"name":"@firebase/firestore","version":"1.10.1-canary.b40d71e3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5-canary.b40d71e3","@firebase/firestore-types":"1.9.1-canary.b40d71e3","@firebase/logger":"0.1.35-canary.b40d71e3","@firebase/util":"0.2.40-canary.b40d71e3","@firebase/webchannel-wrapper":"0.2.35-canary.b40d71e3","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.4-canary.b40d71e3","@firebase/app-types":"0.5.1-canary.b40d71e3"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.10.1-canary.b40d71e3","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"533c939e9173d51d3bb6afd396c2e3a5f2189104","size":3594993,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.10.1-canary.b40d71e3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.10.1-canary.b40d71e3_1582069411556_0.20757079928232658"},"_hasShrinkwrap":false,"publish_time":1582069411815,"_cnpm_publish_time":1582069411815,"contributors":[]},"1.10.1-canary.fde23149":{"name":"@firebase/firestore","version":"1.10.1-canary.fde23149","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5-canary.fde23149","@firebase/firestore-types":"1.9.1-canary.fde23149","@firebase/logger":"0.1.35-canary.fde23149","@firebase/util":"0.2.40-canary.fde23149","@firebase/webchannel-wrapper":"0.2.35-canary.fde23149","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.4-canary.fde23149","@firebase/app-types":"0.5.1-canary.fde23149"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.10.1-canary.fde23149","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"c8868f43e7b28f60a2b8ffd4a84dbb8db36b82df","size":3594996,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.10.1-canary.fde23149.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.10.1-canary.fde23149_1581637736332_0.501586421857185"},"_hasShrinkwrap":false,"publish_time":1581637736547,"_cnpm_publish_time":1581637736547,"contributors":[]},"1.10.2":{"name":"@firebase/firestore","version":"1.10.2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5","@firebase/firestore-types":"1.9.1","@firebase/logger":"0.1.35","@firebase/util":"0.2.40","@firebase/webchannel-wrapper":"0.2.35","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.10.2","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"1a950d50f176edc5eca060d1df165e016e450f7c","size":3648899,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.10.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.10.2_1581632121298_0.42773865446889436"},"_hasShrinkwrap":false,"publish_time":1581632121591,"_cnpm_publish_time":1581632121591,"contributors":[]},"1.10.1-canary.2af214af":{"name":"@firebase/firestore","version":"1.10.1-canary.2af214af","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5-canary.2af214af","@firebase/firestore-types":"1.9.1-canary.2af214af","@firebase/logger":"0.1.35-canary.2af214af","@firebase/util":"0.2.40-canary.2af214af","@firebase/webchannel-wrapper":"0.2.35-canary.2af214af","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.4-canary.2af214af","@firebase/app-types":"0.5.1-canary.2af214af"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.10.1-canary.2af214af","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"17e5af1d1c1ce44fb51a7bc9bce21c357c471a32","size":3594708,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.10.1-canary.2af214af.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.10.1-canary.2af214af_1581607766675_0.12296904510025142"},"_hasShrinkwrap":false,"publish_time":1581607766912,"_cnpm_publish_time":1581607766912,"contributors":[]},"1.10.1-canary.41132fa7":{"name":"@firebase/firestore","version":"1.10.1-canary.41132fa7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5-canary.41132fa7","@firebase/firestore-types":"1.9.1-canary.41132fa7","@firebase/logger":"0.1.35-canary.41132fa7","@firebase/util":"0.2.40-canary.41132fa7","@firebase/webchannel-wrapper":"0.2.35-canary.41132fa7","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.4-canary.41132fa7","@firebase/app-types":"0.5.1-canary.41132fa7"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.10.1-canary.41132fa7","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"a142906e6e560a3c06ca18e20a584fb63d0a9d89","size":3593936,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.10.1-canary.41132fa7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.10.1-canary.41132fa7_1581547363587_0.2718911610723205"},"_hasShrinkwrap":false,"publish_time":1581547363843,"_cnpm_publish_time":1581547363843,"contributors":[]},"1.10.2-0":{"name":"@firebase/firestore","version":"1.10.2-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5","@firebase/firestore-types":"1.9.1","@firebase/logger":"0.1.35","@firebase/util":"0.2.40","@firebase/webchannel-wrapper":"0.2.35","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.10.2-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"0176e8b34bbe9abdb76ba4dae6dc089139cd172c","size":3648893,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.10.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.10.2-0_1581467495461_0.4120967051037636"},"_hasShrinkwrap":false,"publish_time":1581467495847,"_cnpm_publish_time":1581467495847,"contributors":[]},"1.10.1-canary.eb614f0e":{"name":"@firebase/firestore","version":"1.10.1-canary.eb614f0e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5-canary.eb614f0e","@firebase/firestore-types":"1.9.1-canary.eb614f0e","@firebase/logger":"0.1.35-canary.eb614f0e","@firebase/util":"0.2.40-canary.eb614f0e","@firebase/webchannel-wrapper":"0.2.35-canary.eb614f0e","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.4-canary.eb614f0e","@firebase/app-types":"0.5.1-canary.eb614f0e"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.10.1-canary.eb614f0e","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"97537ebc5ebc11ae5b68184704223784828301da","size":3593938,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.10.1-canary.eb614f0e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.10.1-canary.eb614f0e_1581377181397_0.914058328841499"},"_hasShrinkwrap":false,"publish_time":1581377181679,"_cnpm_publish_time":1581377181679,"contributors":[]},"1.10.1":{"name":"@firebase/firestore","version":"1.10.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5","@firebase/firestore-types":"1.9.1","@firebase/logger":"0.1.35","@firebase/util":"0.2.40","@firebase/webchannel-wrapper":"0.2.35","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.10.1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"d00ccf1f6f356e2ba0bafee71a09646cebbfa86f","size":3648417,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.10.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.10.1_1581030837841_0.07117525914210043"},"_hasShrinkwrap":false,"publish_time":1581030838198,"_cnpm_publish_time":1581030838198,"contributors":[]},"1.10.1-0":{"name":"@firebase/firestore","version":"1.10.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.5-0","@firebase/firestore-types":"1.9.1-0","@firebase/logger":"0.1.35-0","@firebase/util":"0.2.40-0","@firebase/webchannel-wrapper":"0.2.35","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.10.1-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"b232beb9f38613f6925ece62b8593fb5d3121c1c","size":3648413,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.10.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.10.1-0_1580855720665_0.2130834401646129"},"_hasShrinkwrap":false,"publish_time":1580855720900,"_cnpm_publish_time":1580855720900,"contributors":[]},"1.9.3-canary.689711a1":{"name":"@firebase/firestore","version":"1.9.3-canary.689711a1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.1.3-canary.689711a1","@firebase/firestore-types":"1.9.0-canary.689711a1","@firebase/logger":"0.1.34-canary.689711a1","@firebase/util":"0.2.38-canary.689711a1","@firebase/webchannel-wrapper":"0.2.35-canary.689711a1","@grpc/proto-loader":"^0.5.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.2-canary.689711a1","@firebase/app-types":"0.5.0-canary.689711a1"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","ts-node":"8.5.4","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.3-canary.689711a1","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"ed32291f541e5e6a17c5a1656690668e6dfa1b0a","size":3593457,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.3-canary.689711a1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.3-canary.689711a1_1580854707400_0.24397469440001784"},"_hasShrinkwrap":false,"publish_time":1580854707815,"_cnpm_publish_time":1580854707815,"contributors":[]},"1.9.3-canary.e6cb0c26":{"name":"@firebase/firestore","version":"1.9.3-canary.e6cb0c26","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.e6cb0c26","@firebase/logger":"0.1.34-canary.e6cb0c26","@firebase/webchannel-wrapper":"0.2.35-canary.e6cb0c26","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.38-canary.e6cb0c26","@firebase/component":"0.1.3-canary.e6cb0c26","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.2-canary.e6cb0c26","@firebase/app-types":"0.5.0-canary.e6cb0c26"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.5"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.3-canary.e6cb0c26","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"b878c9b951007394931d9c1e113b35037d9a3d72","size":3593451,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.3-canary.e6cb0c26.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.3-canary.e6cb0c26_1580849008319_0.7640236415306847"},"_hasShrinkwrap":false,"publish_time":1580849008559,"_cnpm_publish_time":1580849008559,"contributors":[]},"1.9.3-canary.c5b79b6a":{"name":"@firebase/firestore","version":"1.9.3-canary.c5b79b6a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.c5b79b6a","@firebase/logger":"0.1.34-canary.c5b79b6a","@firebase/webchannel-wrapper":"0.2.35-canary.c5b79b6a","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.38-canary.c5b79b6a","@firebase/component":"0.1.3-canary.c5b79b6a","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.2-canary.c5b79b6a","@firebase/app-types":"0.5.0-canary.c5b79b6a"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.3-canary.c5b79b6a","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"b09feb131e567de1947d53e765c4c2f1cbe092bc","size":3593958,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.3-canary.c5b79b6a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.3-canary.c5b79b6a_1580509701328_0.6240653965722731"},"_hasShrinkwrap":false,"publish_time":1580509701619,"_cnpm_publish_time":1580509701619,"contributors":[]},"1.9.3-canary.8d8dac4d":{"name":"@firebase/firestore","version":"1.9.3-canary.8d8dac4d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.8d8dac4d","@firebase/logger":"0.1.34-canary.8d8dac4d","@firebase/webchannel-wrapper":"0.2.35-canary.8d8dac4d","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.38-canary.8d8dac4d","@firebase/component":"0.1.3-canary.8d8dac4d","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.2-canary.8d8dac4d","@firebase/app-types":"0.5.0-canary.8d8dac4d"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.3-canary.8d8dac4d","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"dc31fc3ee04d53e7891a44bbeb7d3ca551f63676","size":3592846,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.3-canary.8d8dac4d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.3-canary.8d8dac4d_1580423588310_0.773489525416067"},"_hasShrinkwrap":false,"publish_time":1580423588574,"_cnpm_publish_time":1580423588574,"contributors":[]},"1.10.0":{"name":"@firebase/firestore","version":"1.10.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0","@firebase/logger":"0.1.34","@firebase/webchannel-wrapper":"0.2.35","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.39","@firebase/component":"0.1.4","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.10.0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"e630b3091cae1b60e3239a83c8b7be9a5132bcc1","size":3647784,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.10.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.10.0_1580417765768_0.18373659384217045"},"_hasShrinkwrap":false,"publish_time":1580417766087,"_cnpm_publish_time":1580417766087,"contributors":[]},"1.10.0-0":{"name":"@firebase/firestore","version":"1.10.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0","@firebase/logger":"0.1.34","@firebase/webchannel-wrapper":"0.2.35","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.39-1","@firebase/component":"0.1.4-1","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.10.0-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"61c0a1eb1926fd1e13bdec4b2559a5bd6b68bb18","size":3647798,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.10.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.10.0-0_1580413578403_0.41209721928981224"},"_hasShrinkwrap":false,"publish_time":1580413578704,"_cnpm_publish_time":1580413578704,"contributors":[]},"1.9.3-canary.cf185193":{"name":"@firebase/firestore","version":"1.9.3-canary.cf185193","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.cf185193","@firebase/logger":"0.1.34-canary.cf185193","@firebase/webchannel-wrapper":"0.2.35-canary.cf185193","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.38-canary.cf185193","@firebase/component":"0.1.3-canary.cf185193","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.2-canary.cf185193","@firebase/app-types":"0.5.0-canary.cf185193"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.3-canary.cf185193","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"2966bc7270929d6dfc150c2343d11b2f5aaed1e8","size":3592850,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.3-canary.cf185193.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.3-canary.cf185193_1580336159170_0.6282929796710952"},"_hasShrinkwrap":false,"publish_time":1580336159451,"_cnpm_publish_time":1580336159451,"contributors":[]},"1.9.4-0":{"name":"@firebase/firestore","version":"1.9.4-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0","@firebase/logger":"0.1.34","@firebase/webchannel-wrapper":"0.2.35","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.39-0","@firebase/component":"0.1.4-0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.4-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"58e290192601156a5f31f94ee6f0e34656e7d390","size":3647825,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.4-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.4-0_1580249619810_0.3367983782597601"},"_hasShrinkwrap":false,"publish_time":1580249620036,"_cnpm_publish_time":1580249620036,"contributors":[]},"1.9.3-canary.295a545d":{"name":"@firebase/firestore","version":"1.9.3-canary.295a545d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.295a545d","@firebase/logger":"0.1.34-canary.295a545d","@firebase/webchannel-wrapper":"0.2.35-canary.295a545d","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.38-canary.295a545d","@firebase/component":"0.1.3-canary.295a545d","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.2-canary.295a545d","@firebase/app-types":"0.5.0-canary.295a545d"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.3-canary.295a545d","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"46e95a7e1f0f1ab0927ce4e7bbafc2905a5022cc","size":3592851,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.3-canary.295a545d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.3-canary.295a545d_1580244410052_0.5229947738894831"},"_hasShrinkwrap":false,"publish_time":1580244410535,"_cnpm_publish_time":1580244410535,"contributors":[]},"1.9.3-canary.878c5016":{"name":"@firebase/firestore","version":"1.9.3-canary.878c5016","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.878c5016","@firebase/logger":"0.1.34-canary.878c5016","@firebase/webchannel-wrapper":"0.2.35-canary.878c5016","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.38-canary.878c5016","@firebase/component":"0.1.3-canary.878c5016","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.2-canary.878c5016","@firebase/app-types":"0.5.0-canary.878c5016"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.3-canary.878c5016","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"3c118d676c9937b2f83986d4f56c5824cfbdc481","size":3594613,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.3-canary.878c5016.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.3-canary.878c5016_1580172504337_0.09534749237135243"},"_hasShrinkwrap":false,"publish_time":1580172504722,"_cnpm_publish_time":1580172504722,"contributors":[]},"1.9.3-canary.7d27807f":{"name":"@firebase/firestore","version":"1.9.3-canary.7d27807f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.7d27807f","@firebase/logger":"0.1.34-canary.7d27807f","@firebase/webchannel-wrapper":"0.2.35-canary.7d27807f","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.38-canary.7d27807f","@firebase/component":"0.1.3-canary.7d27807f","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.2-canary.7d27807f","@firebase/app-types":"0.5.0-canary.7d27807f"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.3-canary.7d27807f","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"b2e9546bd74d231f80ce7a8229d5096395ae96d6","size":3596616,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.3-canary.7d27807f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.3-canary.7d27807f_1580155851803_0.775424101530785"},"_hasShrinkwrap":false,"publish_time":1580155852190,"_cnpm_publish_time":1580155852190,"contributors":[]},"1.9.3-canary.d4ddeaf3":{"name":"@firebase/firestore","version":"1.9.3-canary.d4ddeaf3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.d4ddeaf3","@firebase/logger":"0.1.34-canary.d4ddeaf3","@firebase/webchannel-wrapper":"0.2.35-canary.d4ddeaf3","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.38-canary.d4ddeaf3","@firebase/component":"0.1.3-canary.d4ddeaf3","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.2-canary.d4ddeaf3","@firebase/app-types":"0.5.0-canary.d4ddeaf3"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.3-canary.d4ddeaf3","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"408b111738d2a46549124efe023c4e77883e0dc1","size":3596604,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.3-canary.d4ddeaf3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.3-canary.d4ddeaf3_1579907955733_0.1453279215038441"},"_hasShrinkwrap":false,"publish_time":1579907956216,"_cnpm_publish_time":1579907956216,"contributors":[]},"1.9.3-canary.12f9b9b3":{"name":"@firebase/firestore","version":"1.9.3-canary.12f9b9b3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.12f9b9b3","@firebase/logger":"0.1.34-canary.12f9b9b3","@firebase/webchannel-wrapper":"0.2.35-canary.12f9b9b3","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.38-canary.12f9b9b3","@firebase/component":"0.1.3-canary.12f9b9b3","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.2-canary.12f9b9b3","@firebase/app-types":"0.5.0-canary.12f9b9b3"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.3-canary.12f9b9b3","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"545095fa3f357018e36169ea7631aae9495b5115","size":3596615,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.3-canary.12f9b9b3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.3-canary.12f9b9b3_1579892592515_0.7251025459809273"},"_hasShrinkwrap":false,"publish_time":1579892592807,"_cnpm_publish_time":1579892592807,"contributors":[]},"1.9.3-canary.df0f9c32":{"name":"@firebase/firestore","version":"1.9.3-canary.df0f9c32","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.df0f9c32","@firebase/logger":"0.1.34-canary.df0f9c32","@firebase/webchannel-wrapper":"0.2.35-canary.df0f9c32","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.38-canary.df0f9c32","@firebase/component":"0.1.3-canary.df0f9c32","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.2-canary.df0f9c32","@firebase/app-types":"0.5.0-canary.df0f9c32"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.3-canary.df0f9c32","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"976629be9a973aaeb7862f148ba5dbeb0d95388e","size":3596609,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.3-canary.df0f9c32.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.3-canary.df0f9c32_1579813508927_0.27660186806620835"},"_hasShrinkwrap":false,"publish_time":1579813509195,"_cnpm_publish_time":1579813509195,"contributors":[]},"1.9.3-canary.ee57d26c":{"name":"@firebase/firestore","version":"1.9.3-canary.ee57d26c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.ee57d26c","@firebase/logger":"0.1.34-canary.ee57d26c","@firebase/webchannel-wrapper":"0.2.35-canary.ee57d26c","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.38-canary.ee57d26c","@firebase/component":"0.1.3-canary.ee57d26c","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.2-canary.ee57d26c","@firebase/app-types":"0.5.0-canary.ee57d26c"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.3-canary.ee57d26c","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"5ec82be758e5168e9a2ef44f76da173788eb982e","size":3596611,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.3-canary.ee57d26c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.3-canary.ee57d26c_1579801896814_0.288622074701506"},"_hasShrinkwrap":false,"publish_time":1579801897137,"_cnpm_publish_time":1579801897137,"contributors":[]},"1.9.3-canary.d9bf41c5":{"name":"@firebase/firestore","version":"1.9.3-canary.d9bf41c5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.d9bf41c5","@firebase/logger":"0.1.34-canary.d9bf41c5","@firebase/webchannel-wrapper":"0.2.35-canary.d9bf41c5","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.38-canary.d9bf41c5","@firebase/component":"0.1.3-canary.d9bf41c5","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.2-canary.d9bf41c5","@firebase/app-types":"0.5.0-canary.d9bf41c5"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.3-canary.d9bf41c5","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"510b3535a9e96e095370de8c194ec838d0daba54","size":3596611,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.3-canary.d9bf41c5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.3-canary.d9bf41c5_1579800061968_0.19873840117084018"},"_hasShrinkwrap":false,"publish_time":1579800062195,"_cnpm_publish_time":1579800062195,"contributors":[]},"1.9.3-canary.5fb352a9":{"name":"@firebase/firestore","version":"1.9.3-canary.5fb352a9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.5fb352a9","@firebase/logger":"0.1.34-canary.5fb352a9","@firebase/webchannel-wrapper":"0.2.35-canary.5fb352a9","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.38-canary.5fb352a9","@firebase/component":"0.1.3-canary.5fb352a9","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.2-canary.5fb352a9","@firebase/app-types":"0.5.0-canary.5fb352a9"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.3-canary.5fb352a9","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"8962a7dce3afb8543748f1187249e4515252bb4c","size":3593590,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.3-canary.5fb352a9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.3-canary.5fb352a9_1579731919996_0.7482085709419097"},"_hasShrinkwrap":false,"publish_time":1579731920382,"_cnpm_publish_time":1579731920382,"contributors":[]},"1.9.3-canary.5042f724":{"name":"@firebase/firestore","version":"1.9.3-canary.5042f724","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.5042f724","@firebase/logger":"0.1.34-canary.5042f724","@firebase/webchannel-wrapper":"0.2.35-canary.5042f724","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.38-canary.5042f724","@firebase/component":"0.1.3-canary.5042f724","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.2-canary.5042f724","@firebase/app-types":"0.5.0-canary.5042f724"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.3-canary.5042f724","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"6b4494d1c65a5c03e6dd7671448330029f0147c2","size":3588898,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.3-canary.5042f724.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.3-canary.5042f724_1579717398556_0.23673881972826383"},"_hasShrinkwrap":false,"publish_time":1579717398801,"_cnpm_publish_time":1579717398801,"contributors":[]},"1.9.3-canary.38876ff9":{"name":"@firebase/firestore","version":"1.9.3-canary.38876ff9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.38876ff9","@firebase/logger":"0.1.34-canary.38876ff9","@firebase/webchannel-wrapper":"0.2.35-canary.38876ff9","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.38-canary.38876ff9","@firebase/component":"0.1.3-canary.38876ff9","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.2-canary.38876ff9","@firebase/app-types":"0.5.0-canary.38876ff9"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.3-canary.38876ff9","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"3d0b39145f9a0f9a1e60961811a3887377fb7240","size":3586820,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.3-canary.38876ff9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.3-canary.38876ff9_1579715761710_0.3717820733927817"},"_hasShrinkwrap":false,"publish_time":1579715762113,"_cnpm_publish_time":1579715762113,"contributors":[]},"1.9.3-canary.83fed17e":{"name":"@firebase/firestore","version":"1.9.3-canary.83fed17e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.83fed17e","@firebase/logger":"0.1.34-canary.83fed17e","@firebase/webchannel-wrapper":"0.2.35-canary.83fed17e","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.38-canary.83fed17e","@firebase/component":"0.1.3-canary.83fed17e","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.2-canary.83fed17e","@firebase/app-types":"0.5.0-canary.83fed17e"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.3-canary.83fed17e","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"e897e1e467b0f083c9ba317bb2d3f1758e9ab320","size":3586734,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.3-canary.83fed17e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.3-canary.83fed17e_1579714660319_0.545646534460223"},"_hasShrinkwrap":false,"publish_time":1579714660686,"_cnpm_publish_time":1579714660686,"contributors":[]},"1.9.3-canary.01da30b0":{"name":"@firebase/firestore","version":"1.9.3-canary.01da30b0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.01da30b0","@firebase/logger":"0.1.34-canary.01da30b0","@firebase/webchannel-wrapper":"0.2.35-canary.01da30b0","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.38-canary.01da30b0","@firebase/component":"0.1.3-canary.01da30b0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.2-canary.01da30b0","@firebase/app-types":"0.5.0-canary.01da30b0"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.3-canary.01da30b0","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"b8937a42e822965361d437f5485c8d926c8fe3d1","size":3586733,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.3-canary.01da30b0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.3-canary.01da30b0_1579649577571_0.4129952849498002"},"_hasShrinkwrap":false,"publish_time":1579649577815,"_cnpm_publish_time":1579649577815,"contributors":[]},"1.9.2-canary.cfa8a5f0":{"name":"@firebase/firestore","version":"1.9.2-canary.cfa8a5f0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.cfa8a5f0","@firebase/logger":"0.1.33-canary.cfa8a5f0","@firebase/webchannel-wrapper":"0.2.34-canary.cfa8a5f0","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.37-canary.cfa8a5f0","@firebase/component":"0.1.2-canary.cfa8a5f0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.1-canary.cfa8a5f0","@firebase/app-types":"0.5.0-canary.cfa8a5f0"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.2-canary.cfa8a5f0","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"ce9ccba36a96c37276b90e5cd6536df22015bcae","size":3586737,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.2-canary.cfa8a5f0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.2-canary.cfa8a5f0_1579641129982_0.3820859376846666"},"_hasShrinkwrap":false,"publish_time":1579641130311,"_cnpm_publish_time":1579641130311,"contributors":[]},"1.9.3":{"name":"@firebase/firestore","version":"1.9.3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0","@firebase/logger":"0.1.34","@firebase/webchannel-wrapper":"0.2.35","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.38","@firebase/component":"0.1.3","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.3","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"be386bbad6030987b847603b9b16cab07f6fae24","size":3642030,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.3_1579214186830_0.9243121138597046"},"_hasShrinkwrap":false,"publish_time":1579214187144,"_cnpm_publish_time":1579214187144,"contributors":[]},"1.9.2-canary.9a1a8693":{"name":"@firebase/firestore","version":"1.9.2-canary.9a1a8693","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.9a1a8693","@firebase/logger":"0.1.33-canary.9a1a8693","@firebase/webchannel-wrapper":"0.2.34-canary.9a1a8693","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.37-canary.9a1a8693","@firebase/component":"0.1.2-canary.9a1a8693","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.1-canary.9a1a8693","@firebase/app-types":"0.5.0-canary.9a1a8693"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.2-canary.9a1a8693","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"2ba33cb4e80095d8243d617a54f3a8059752ca52","size":2328442,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.2-canary.9a1a8693.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.2-canary.9a1a8693_1579133563279_0.33237359130845134"},"_hasShrinkwrap":false,"publish_time":1579133563471,"_cnpm_publish_time":1579133563471,"contributors":[]},"1.9.3-0":{"name":"@firebase/firestore","version":"1.9.3-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0","@firebase/logger":"0.1.34-0","@firebase/webchannel-wrapper":"0.2.35-0","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.38-0","@firebase/component":"0.1.3-0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.3-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"8d0f249530285e604699ec246bed67f766b3e3b8","size":3642066,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.3-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.3-0_1579041991033_0.4104726420160365"},"_hasShrinkwrap":false,"publish_time":1579041991292,"_cnpm_publish_time":1579041991292,"contributors":[]},"1.9.2-canary.00e77c1":{"name":"@firebase/firestore","version":"1.9.2-canary.00e77c1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"prebuild":"tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ","build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","browserMinified":"dist/index.cjs.min.js","module":"dist/index.esm.js","moduleMinified":"dist/index.esm.min.js","esm2017":"dist/index.esm2017.js","esm2017Minified":"dist/index.esm2017.min.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.00e77c1","@firebase/logger":"0.1.33-canary.00e77c1","@firebase/webchannel-wrapper":"0.2.34-canary.00e77c1","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.37-canary.00e77c1","@firebase/component":"0.1.2-canary.00e77c1","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.1-canary.00e77c1","@firebase/app-types":"0.5.0-canary.00e77c1"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-json":"4.0.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-terser":"5.1.3","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.2-canary.00e77c1","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"0b582519d0375e07d9479ddd2f230647be29043d","size":3586475,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.2-canary.00e77c1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.2-canary.00e77c1_1578959905764_0.7152535798301991"},"_hasShrinkwrap":false,"publish_time":1578959906076,"_cnpm_publish_time":1578959906076,"contributors":[]},"1.9.2-canary.903abce":{"name":"@firebase/firestore","version":"1.9.2-canary.903abce","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.903abce","@firebase/logger":"0.1.33-canary.903abce","@firebase/webchannel-wrapper":"0.2.34-canary.903abce","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.37-canary.903abce","@firebase/component":"0.1.2-canary.903abce","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.1-canary.903abce","@firebase/app-types":"0.5.0-canary.903abce"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.2-canary.903abce","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"ed69305614128ec453a9db8cb14f7f88ff9faf27","size":2328441,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.2-canary.903abce.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.2-canary.903abce_1578708772552_0.07746517625661209"},"_hasShrinkwrap":false,"publish_time":1578708772746,"_cnpm_publish_time":1578708772746,"contributors":[]},"1.9.2-canary.6ef51fe":{"name":"@firebase/firestore","version":"1.9.2-canary.6ef51fe","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.6ef51fe","@firebase/logger":"0.1.33-canary.6ef51fe","@firebase/webchannel-wrapper":"0.2.34-canary.6ef51fe","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.37-canary.6ef51fe","@firebase/component":"0.1.2-canary.6ef51fe","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.1-canary.6ef51fe","@firebase/app-types":"0.5.0-canary.6ef51fe"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.2-canary.6ef51fe","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"65abfb6299546547c450fd64ca68efeb3423681b","size":2328442,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.2-canary.6ef51fe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.2-canary.6ef51fe_1578615413067_0.5676635679849238"},"_hasShrinkwrap":false,"publish_time":1578615413365,"_cnpm_publish_time":1578615413365,"contributors":[]},"1.9.2-canary.7058a53":{"name":"@firebase/firestore","version":"1.9.2-canary.7058a53","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.7058a53","@firebase/logger":"0.1.33-canary.7058a53","@firebase/webchannel-wrapper":"0.2.34-canary.7058a53","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.37-canary.7058a53","@firebase/component":"0.1.2-canary.7058a53","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.1-canary.7058a53","@firebase/app-types":"0.5.0-canary.7058a53"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.2-canary.7058a53","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"0eb342f061a212b2e21b149811a6f870fff54988","size":2328418,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.2-canary.7058a53.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.2-canary.7058a53_1578612392427_0.007264781026322886"},"_hasShrinkwrap":false,"publish_time":1578612392706,"_cnpm_publish_time":1578612392706,"contributors":[]},"1.9.2":{"name":"@firebase/firestore","version":"1.9.2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0","@firebase/logger":"0.1.33","@firebase/webchannel-wrapper":"0.2.34","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.37","@firebase/component":"0.1.2","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.2","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"d9fa07e4d972710de4a3ec068ef02156a97fa21f","size":2319803,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.2_1578607412695_0.858101607501645"},"_hasShrinkwrap":false,"publish_time":1578607412949,"_cnpm_publish_time":1578607412949,"contributors":[]},"1.9.1-canary.18a93e2":{"name":"@firebase/firestore","version":"1.9.1-canary.18a93e2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.18a93e2","@firebase/logger":"0.1.33-canary.18a93e2","@firebase/webchannel-wrapper":"0.2.34-canary.18a93e2","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-canary.18a93e2","@firebase/component":"0.1.1-canary.18a93e2","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.0-canary.18a93e2","@firebase/app-types":"0.5.0-canary.18a93e2"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.1-canary.18a93e2","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"e9c215dc4f5d4107d0c342201fbeb29142851b98","size":2328415,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.1-canary.18a93e2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.1-canary.18a93e2_1578607085045_0.1180233659803791"},"_hasShrinkwrap":false,"publish_time":1578607085232,"_cnpm_publish_time":1578607085232,"contributors":[]},"1.9.1-canary.e9bf41c":{"name":"@firebase/firestore","version":"1.9.1-canary.e9bf41c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.e9bf41c","@firebase/logger":"0.1.33-canary.e9bf41c","@firebase/webchannel-wrapper":"0.2.34-canary.e9bf41c","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-canary.e9bf41c","@firebase/component":"0.1.1-canary.e9bf41c","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.0-canary.e9bf41c","@firebase/app-types":"0.5.0-canary.e9bf41c"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.1-canary.e9bf41c","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"8d210704db6f6a0cdebc80aed9eb53226039bd47","size":2328414,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.1-canary.e9bf41c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.1-canary.e9bf41c_1578606798123_0.9137865962307214"},"_hasShrinkwrap":false,"publish_time":1578606798319,"_cnpm_publish_time":1578606798319,"contributors":[]},"1.9.1-canary.f7bf249":{"name":"@firebase/firestore","version":"1.9.1-canary.f7bf249","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.f7bf249","@firebase/logger":"0.1.33-canary.f7bf249","@firebase/webchannel-wrapper":"0.2.34-canary.f7bf249","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-canary.f7bf249","@firebase/component":"0.1.1-canary.f7bf249","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.0-canary.f7bf249","@firebase/app-types":"0.5.0-canary.f7bf249"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.1-canary.f7bf249","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"88b5952b46a6ce8cb6354d8b33989fa267f84445","size":2328418,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.1-canary.f7bf249.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.1-canary.f7bf249_1578574657998_0.1650538463211102"},"_hasShrinkwrap":false,"publish_time":1578574658156,"_cnpm_publish_time":1578574658156,"contributors":[]},"1.9.1-canary.2092cce":{"name":"@firebase/firestore","version":"1.9.1-canary.2092cce","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.2092cce","@firebase/logger":"0.1.33-canary.2092cce","@firebase/webchannel-wrapper":"0.2.34-canary.2092cce","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-canary.2092cce","@firebase/component":"0.1.1-canary.2092cce","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.0-canary.2092cce","@firebase/app-types":"0.5.0-canary.2092cce"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.1-canary.2092cce","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"f4dd0728feedd6ca94605191dfc74594d0a729ec","size":2328415,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.1-canary.2092cce.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.1-canary.2092cce_1578567377264_0.3150934003863759"},"_hasShrinkwrap":false,"publish_time":1578567377511,"_cnpm_publish_time":1578567377511,"contributors":[]},"1.9.1-canary.9c28e7b":{"name":"@firebase/firestore","version":"1.9.1-canary.9c28e7b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.9c28e7b","@firebase/logger":"0.1.33-canary.9c28e7b","@firebase/webchannel-wrapper":"0.2.34-canary.9c28e7b","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-canary.9c28e7b","@firebase/component":"0.1.1-canary.9c28e7b","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.0-canary.9c28e7b","@firebase/app-types":"0.5.0-canary.9c28e7b"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.1-canary.9c28e7b","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"dca04f669394eeb749c59bd626a69ee14ba63849","size":2328416,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.1-canary.9c28e7b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.1-canary.9c28e7b_1578537523360_0.03329619777260895"},"_hasShrinkwrap":false,"publish_time":1578537523557,"_cnpm_publish_time":1578537523557,"contributors":[]},"1.9.1-canary.689f035":{"name":"@firebase/firestore","version":"1.9.1-canary.689f035","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.689f035","@firebase/logger":"0.1.33-canary.689f035","@firebase/webchannel-wrapper":"0.2.34-canary.689f035","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-canary.689f035","@firebase/component":"0.1.1-canary.689f035","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.0-canary.689f035","@firebase/app-types":"0.5.0-canary.689f035"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.28.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.1-canary.689f035","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"2cf6b1439c86b221e11ae822fb486ee5e25f9379","size":2328420,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.1-canary.689f035.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.1-canary.689f035_1578533297716_0.49945084933597905"},"_hasShrinkwrap":false,"publish_time":1578533297925,"_cnpm_publish_time":1578533297925,"contributors":[]},"1.9.1-canary.885e0b3":{"name":"@firebase/firestore","version":"1.9.1-canary.885e0b3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.885e0b3","@firebase/logger":"0.1.33-canary.885e0b3","@firebase/webchannel-wrapper":"0.2.34-canary.885e0b3","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-canary.885e0b3","@firebase/component":"0.1.1-canary.885e0b3","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.0-canary.885e0b3","@firebase/app-types":"0.5.0-canary.885e0b3"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.1-canary.885e0b3","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"70ac85439a23ceeb07edd94b7a01cabcfc4d78a3","size":2327454,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.1-canary.885e0b3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.1-canary.885e0b3_1578497135068_0.6607654668281187"},"_hasShrinkwrap":false,"publish_time":1578497135307,"_cnpm_publish_time":1578497135307,"contributors":[]},"1.9.1-canary.8504da9":{"name":"@firebase/firestore","version":"1.9.1-canary.8504da9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.8504da9","@firebase/logger":"0.1.33-canary.8504da9","@firebase/webchannel-wrapper":"0.2.34-canary.8504da9","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-canary.8504da9","@firebase/component":"0.1.1-canary.8504da9","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.0-canary.8504da9","@firebase/app-types":"0.5.0-canary.8504da9"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.1-canary.8504da9","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"be872885e8862a4b0eba102496981b580e602b78","size":2325003,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.1-canary.8504da9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.1-canary.8504da9_1578443658322_0.26109047747800607"},"_hasShrinkwrap":false,"publish_time":1578443658590,"_cnpm_publish_time":1578443658590,"contributors":[]},"1.9.2-0":{"name":"@firebase/firestore","version":"1.9.2-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0","@firebase/logger":"0.1.33","@firebase/webchannel-wrapper":"0.2.34","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.37-0","@firebase/component":"0.1.2-0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.2-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"8017ef2d8f8ca5c7ac141e699554a33a5043799b","size":2319817,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.2-0_1578441929538_0.19026124697426283"},"_hasShrinkwrap":false,"publish_time":1578441929707,"_cnpm_publish_time":1578441929707,"contributors":[]},"1.9.1-canary.24d74bd":{"name":"@firebase/firestore","version":"1.9.1-canary.24d74bd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.24d74bd","@firebase/logger":"0.1.33-canary.24d74bd","@firebase/webchannel-wrapper":"0.2.34-canary.24d74bd","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-canary.24d74bd","@firebase/component":"0.1.1-canary.24d74bd","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.0-canary.24d74bd","@firebase/app-types":"0.5.0-canary.24d74bd"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.1-canary.24d74bd","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"e7bd1b740cc42e411d312027f76fa0a8dbc26a83","size":2325003,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.1-canary.24d74bd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.1-canary.24d74bd_1578405121951_0.2163460615827555"},"_hasShrinkwrap":false,"publish_time":1578405122156,"_cnpm_publish_time":1578405122156,"contributors":[]},"1.9.1-canary.f8d2cc5":{"name":"@firebase/firestore","version":"1.9.1-canary.f8d2cc5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.f8d2cc5","@firebase/logger":"0.1.33-canary.f8d2cc5","@firebase/webchannel-wrapper":"0.2.34-canary.f8d2cc5","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-canary.f8d2cc5","@firebase/component":"0.1.1-canary.f8d2cc5","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.0-canary.f8d2cc5","@firebase/app-types":"0.5.0-canary.f8d2cc5"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.1-canary.f8d2cc5","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"e5f307b137afdb5134f97f7be11ea1a73c915b59","size":2325002,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.1-canary.f8d2cc5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.1-canary.f8d2cc5_1578349406135_0.2359146008236921"},"_hasShrinkwrap":false,"publish_time":1578349406335,"_cnpm_publish_time":1578349406335,"contributors":[]},"1.9.1-canary.265fa50":{"name":"@firebase/firestore","version":"1.9.1-canary.265fa50","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.265fa50","@firebase/logger":"0.1.33-canary.265fa50","@firebase/webchannel-wrapper":"0.2.34-canary.265fa50","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-canary.265fa50","@firebase/component":"0.1.1-canary.265fa50","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.0-canary.265fa50","@firebase/app-types":"0.5.0-canary.265fa50"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.1-canary.265fa50","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"d7dfd5dfc47ca27aecdb8e8241807a93e3ec87ed","size":2325004,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.1-canary.265fa50.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.1-canary.265fa50_1578344070949_0.4620101657085183"},"_hasShrinkwrap":false,"publish_time":1578344071176,"_cnpm_publish_time":1578344071176,"contributors":[]},"1.9.1-canary.6104c68":{"name":"@firebase/firestore","version":"1.9.1-canary.6104c68","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.6104c68","@firebase/logger":"0.1.33-canary.6104c68","@firebase/webchannel-wrapper":"0.2.34-canary.6104c68","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-canary.6104c68","@firebase/component":"0.1.1-canary.6104c68","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.0-canary.6104c68","@firebase/app-types":"0.5.0-canary.6104c68"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.1-canary.6104c68","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"05db05cf0bc7202a0ca1a0a1b2cfe8c4ecb911a2","size":2325002,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.1-canary.6104c68.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.1-canary.6104c68_1578337872385_0.36118704160839776"},"_hasShrinkwrap":false,"publish_time":1578337872573,"_cnpm_publish_time":1578337872573,"contributors":[]},"1.9.1-canary.af162f9":{"name":"@firebase/firestore","version":"1.9.1-canary.af162f9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.af162f9","@firebase/logger":"0.1.33-canary.af162f9","@firebase/webchannel-wrapper":"0.2.34-canary.af162f9","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-canary.af162f9","@firebase/component":"0.1.1-canary.af162f9","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.0-canary.af162f9","@firebase/app-types":"0.5.0-canary.af162f9"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.1-canary.af162f9","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"a4b8fa7f82acf498f4051f3f6f063074faaae12d","size":2325001,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.1-canary.af162f9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.1-canary.af162f9_1578075060686_0.8624459876742383"},"_hasShrinkwrap":false,"publish_time":1578075060964,"_cnpm_publish_time":1578075060964,"contributors":[]},"1.9.1-canary.7250d25":{"name":"@firebase/firestore","version":"1.9.1-canary.7250d25","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test:manual)","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.7250d25","@firebase/logger":"0.1.33-canary.7250d25","@firebase/webchannel-wrapper":"0.2.34-canary.7250d25","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-canary.7250d25","@firebase/component":"0.1.1-canary.7250d25","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.0-canary.7250d25","@firebase/app-types":"0.5.0-canary.7250d25"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.1-canary.7250d25","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"db1824a35b9a61d98d3ff7f3ccfb76d472550298","size":2325004,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.1-canary.7250d25.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.1-canary.7250d25_1577441005388_0.6585718436414689"},"_hasShrinkwrap":false,"publish_time":1577441005540,"_cnpm_publish_time":1577441005540,"contributors":[]},"1.9.1-canary.94cf316":{"name":"@firebase/firestore","version":"1.9.1-canary.94cf316","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.94cf316","@firebase/logger":"0.1.33-canary.94cf316","@firebase/webchannel-wrapper":"0.2.34-canary.94cf316","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-canary.94cf316","@firebase/component":"0.1.1-canary.94cf316","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.0-canary.94cf316","@firebase/app-types":"0.5.0-canary.94cf316"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.1-canary.94cf316","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"24e54aef9f5406c3a5de91054b2a034cbc213e43","size":2324966,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.1-canary.94cf316.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.1-canary.94cf316_1577438077638_0.5878258007292105"},"_hasShrinkwrap":false,"publish_time":1577438077903,"_cnpm_publish_time":1577438077903,"contributors":[]},"1.9.1-canary.e4d0455":{"name":"@firebase/firestore","version":"1.9.1-canary.e4d0455","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.e4d0455","@firebase/logger":"0.1.33-canary.e4d0455","@firebase/webchannel-wrapper":"0.2.34-canary.e4d0455","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-canary.e4d0455","@firebase/component":"0.1.1-canary.e4d0455","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.0-canary.e4d0455","@firebase/app-types":"0.5.0-canary.e4d0455"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.1-canary.e4d0455","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"318e7830feea39562dccfd1eade263f54110b55c","size":2324870,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.1-canary.e4d0455.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.1-canary.e4d0455_1577134363325_0.3553303627468567"},"_hasShrinkwrap":false,"publish_time":1577134363580,"_cnpm_publish_time":1577134363580,"contributors":[]},"1.9.1-canary.88734fd":{"name":"@firebase/firestore","version":"1.9.1-canary.88734fd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.88734fd","@firebase/logger":"0.1.33-canary.88734fd","@firebase/webchannel-wrapper":"0.2.34-canary.88734fd","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-canary.88734fd","@firebase/component":"0.1.1-canary.88734fd","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.0-canary.88734fd","@firebase/app-types":"0.5.0-canary.88734fd"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.1-canary.88734fd","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"ec82ca814d962f93d93b483c14b427dd3782f365","size":2324872,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.1-canary.88734fd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.1-canary.88734fd_1576877548111_0.6331783762106116"},"_hasShrinkwrap":false,"publish_time":1576877548294,"_cnpm_publish_time":1576877548294,"contributors":[]},"1.9.1-canary.984c1e4":{"name":"@firebase/firestore","version":"1.9.1-canary.984c1e4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.984c1e4","@firebase/logger":"0.1.33-canary.984c1e4","@firebase/webchannel-wrapper":"0.2.34-canary.984c1e4","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-canary.984c1e4","@firebase/component":"0.1.1-canary.984c1e4","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.0-canary.984c1e4","@firebase/app-types":"0.5.0-canary.984c1e4"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.1-canary.984c1e4","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"06b820a05e5f7508c442d60f864f32101709be25","size":2324871,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.1-canary.984c1e4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.1-canary.984c1e4_1576868717077_0.09436189679352802"},"_hasShrinkwrap":false,"publish_time":1576868717443,"_cnpm_publish_time":1576868717443,"contributors":[]},"1.9.1-canary.9d28b4a":{"name":"@firebase/firestore","version":"1.9.1-canary.9d28b4a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.9d28b4a","@firebase/logger":"0.1.33-canary.9d28b4a","@firebase/webchannel-wrapper":"0.2.34-canary.9d28b4a","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-canary.9d28b4a","@firebase/component":"0.1.1-canary.9d28b4a","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.0-canary.9d28b4a","@firebase/app-types":"0.5.0-canary.9d28b4a"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.1-canary.9d28b4a","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"b6bbf4ce86c36ab43c1a8f95715a2768ef29ad3f","size":2324337,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.1-canary.9d28b4a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.1-canary.9d28b4a_1576811190521_0.8262111740358695"},"_hasShrinkwrap":false,"publish_time":1576811190722,"_cnpm_publish_time":1576811190722,"contributors":[]},"1.9.1-canary.37b98e9":{"name":"@firebase/firestore","version":"1.9.1-canary.37b98e9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.37b98e9","@firebase/logger":"0.1.33-canary.37b98e9","@firebase/webchannel-wrapper":"0.2.34-canary.37b98e9","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-canary.37b98e9","@firebase/component":"0.1.1-canary.37b98e9","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.0-canary.37b98e9","@firebase/app-types":"0.5.0-canary.37b98e9"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.1-canary.37b98e9","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"5b92bf3f95ca0d7c7350d2d943905552fc2930cc","size":2324336,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.1-canary.37b98e9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.1-canary.37b98e9_1576809687985_0.9482248107760753"},"_hasShrinkwrap":false,"publish_time":1576809688304,"_cnpm_publish_time":1576809688304,"contributors":[]},"1.9.1":{"name":"@firebase/firestore","version":"1.9.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0","@firebase/logger":"0.1.33","@firebase/webchannel-wrapper":"0.2.34","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36","@firebase/component":"0.1.1","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"bef0f8617aed7416de5ac842583a2ffafea07eeb","size":2319125,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.1_1576710832445_0.9790534316327839"},"_hasShrinkwrap":false,"publish_time":1576710832640,"_cnpm_publish_time":1576710832640,"contributors":[]},"1.9.1-0":{"name":"@firebase/firestore","version":"1.9.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0","@firebase/logger":"0.1.33","@firebase/webchannel-wrapper":"0.2.34","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36","@firebase/component":"0.1.1","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.1-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"5e6b381c574833bedcc161085b3c8d7940e4d045","size":2319127,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.1-0_1576633811805_0.3007821178481178"},"_hasShrinkwrap":false,"publish_time":1576633812025,"_cnpm_publish_time":1576633812025,"contributors":[]},"1.9.0-canary.7bb33dc":{"name":"@firebase/firestore","version":"1.9.0-canary.7bb33dc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-canary.7bb33dc","@firebase/logger":"0.1.33-canary.7bb33dc","@firebase/webchannel-wrapper":"0.2.34-canary.7bb33dc","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-canary.7bb33dc","@firebase/component":"0.1.1-canary.7bb33dc","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.5.0-canary.7bb33dc","@firebase/app-types":"0.5.0-canary.7bb33dc"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.0-canary.7bb33dc","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"a038c5f9ba384c7d907a3d0fbe401715cef57a11","size":2324330,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.0-canary.7bb33dc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.0-canary.7bb33dc_1576633439680_0.6746582597069997"},"_hasShrinkwrap":false,"publish_time":1576633439879,"_cnpm_publish_time":1576633439879,"contributors":[]},"1.8.1-canary.bb1f4de":{"name":"@firebase/firestore","version":"1.8.1-canary.bb1f4de","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.1-canary.bb1f4de","@firebase/logger":"0.1.32-canary.bb1f4de","@firebase/webchannel-wrapper":"0.2.33-canary.bb1f4de","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.35-canary.bb1f4de","@firebase/component":"0.1.0-canary.bb1f4de","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.26-canary.bb1f4de","@firebase/app-types":"0.4.9-canary.bb1f4de"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.1-canary.bb1f4de","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"489c0112d2c5469419aeaf51cd7cfe4c3c2f901e","size":2324332,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.1-canary.bb1f4de.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.1-canary.bb1f4de_1576214399145_0.5902534505280363"},"_hasShrinkwrap":false,"publish_time":1576214399344,"_cnpm_publish_time":1576214399344,"contributors":[]},"1.8.1-canary.19c34c6":{"name":"@firebase/firestore","version":"1.8.1-canary.19c34c6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.1-canary.19c34c6","@firebase/logger":"0.1.32-canary.19c34c6","@firebase/webchannel-wrapper":"0.2.33-canary.19c34c6","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.35-canary.19c34c6","@firebase/component":"0.1.0-canary.19c34c6","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.26-canary.19c34c6","@firebase/app-types":"0.4.9-canary.19c34c6"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.1-canary.19c34c6","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"42f8dba00c3ebd9bc75a6ff496e40332a7452fcb","size":2322019,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.1-canary.19c34c6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.1-canary.19c34c6_1576196527511_0.5334713882514648"},"_hasShrinkwrap":false,"publish_time":1576196527774,"_cnpm_publish_time":1576196527774,"contributors":[]},"1.9.0":{"name":"@firebase/firestore","version":"1.9.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0","@firebase/logger":"0.1.33","@firebase/webchannel-wrapper":"0.2.34","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36","@firebase/component":"0.1.1","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"ee6727d7c670500ce22016956ac3d87494c58b57","size":2316876,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.0_1576186734739_0.28312795986878303"},"_hasShrinkwrap":false,"publish_time":1576186735087,"_cnpm_publish_time":1576186735087,"contributors":[]},"1.9.0-1":{"name":"@firebase/firestore","version":"1.9.0-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-1","@firebase/logger":"0.1.33-1","@firebase/webchannel-wrapper":"0.2.34-1","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-1","@firebase/component":"0.1.1-1","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.0-1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"328b9af0eceb0a11337341e3afdb87b62f382362","size":2316896,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.0-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.0-1_1576184284089_0.5797135308563421"},"_hasShrinkwrap":false,"publish_time":1576184284523,"_cnpm_publish_time":1576184284523,"contributors":[]},"1.8.1-canary.4905036":{"name":"@firebase/firestore","version":"1.8.1-canary.4905036","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.1-canary.4905036","@firebase/logger":"0.1.32-canary.4905036","@firebase/webchannel-wrapper":"0.2.33-canary.4905036","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.35-canary.4905036","@firebase/component":"0.1.0-canary.4905036","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.26-canary.4905036","@firebase/app-types":"0.4.9-canary.4905036"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.1-canary.4905036","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"2dd2e76c168ba70c921a46b47dad60ded5f4f2db","size":2322022,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.1-canary.4905036.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.1-canary.4905036_1576181171905_0.9980271233236226"},"_hasShrinkwrap":false,"publish_time":1576181172236,"_cnpm_publish_time":1576181172236,"contributors":[]},"1.8.1-canary.627bce6":{"name":"@firebase/firestore","version":"1.8.1-canary.627bce6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.1-canary.627bce6","@firebase/logger":"0.1.32-canary.627bce6","@firebase/webchannel-wrapper":"0.2.33-canary.627bce6","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.35-canary.627bce6","@firebase/component":"0.1.0-canary.627bce6","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.26-canary.627bce6","@firebase/app-types":"0.4.9-canary.627bce6"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.1-canary.627bce6","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"c789a71874bfb4aac142fb4e1f42a408c206d0bd","size":2322018,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.1-canary.627bce6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.1-canary.627bce6_1576179141760_0.7156895685701348"},"_hasShrinkwrap":false,"publish_time":1576179141953,"_cnpm_publish_time":1576179141953,"contributors":[]},"1.9.0-0":{"name":"@firebase/firestore","version":"1.9.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.9.0-0","@firebase/logger":"0.1.33-0","@firebase/webchannel-wrapper":"0.2.34-0","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.36-0","@firebase/component":"0.1.1-0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.9.0-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"f4c6fa62f4a86d7b6b91dac1c52b27b907787f93","size":2316896,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.9.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.9.0-0_1576019535300_0.5623971667906533"},"_hasShrinkwrap":false,"publish_time":1576019535548,"_cnpm_publish_time":1576019535548,"contributors":[]},"1.8.1-canary.2ceec15":{"name":"@firebase/firestore","version":"1.8.1-canary.2ceec15","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.1-canary.2ceec15","@firebase/logger":"0.1.32-canary.2ceec15","@firebase/webchannel-wrapper":"0.2.33-canary.2ceec15","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.35-canary.2ceec15","@firebase/component":"0.1.0-canary.2ceec15","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.26-canary.2ceec15","@firebase/app-types":"0.4.9-canary.2ceec15"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.9","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.1-canary.2ceec15","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"ed8df02dc7bac3689bc19080ce051987fa7d8aad","size":2322016,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.1-canary.2ceec15.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.1-canary.2ceec15_1576016075373_0.36520996325503874"},"_hasShrinkwrap":false,"publish_time":1576016075654,"_cnpm_publish_time":1576016075654,"contributors":[]},"1.8.1-canary.33388ae":{"name":"@firebase/firestore","version":"1.8.1-canary.33388ae","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.1-canary.33388ae","@firebase/logger":"0.1.32-canary.33388ae","@firebase/webchannel-wrapper":"0.2.33-canary.33388ae","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.35-canary.33388ae","@firebase/component":"0.1.0-canary.33388ae","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.26-canary.33388ae","@firebase/app-types":"0.4.9-canary.33388ae"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.1-canary.33388ae","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"b7fe9b33fcd5fe40c6b94b1fe3e6413783bb101c","size":2322016,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.1-canary.33388ae.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.1-canary.33388ae_1576011600131_0.6227255102198013"},"_hasShrinkwrap":false,"publish_time":1576011600290,"_cnpm_publish_time":1576011600290,"contributors":[]},"1.8.1-canary.85c9f48":{"name":"@firebase/firestore","version":"1.8.1-canary.85c9f48","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.1-canary.85c9f48","@firebase/logger":"0.1.32-canary.85c9f48","@firebase/webchannel-wrapper":"0.2.33-canary.85c9f48","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.35-canary.85c9f48","@firebase/component":"0.1.0-canary.85c9f48","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.26-canary.85c9f48","@firebase/app-types":"0.4.9-canary.85c9f48"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.1-canary.85c9f48","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"1ff0ae1d68f372022cf683d8627423e89f1bb51f","size":2321618,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.1-canary.85c9f48.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.1-canary.85c9f48_1576008852054_0.36816906446234543"},"_hasShrinkwrap":false,"publish_time":1576008852291,"_cnpm_publish_time":1576008852291,"contributors":[]},"1.8.1-canary.f0fc426":{"name":"@firebase/firestore","version":"1.8.1-canary.f0fc426","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.1-canary.f0fc426","@firebase/logger":"0.1.32-canary.f0fc426","@firebase/webchannel-wrapper":"0.2.33-canary.f0fc426","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.35-canary.f0fc426","@firebase/component":"0.1.0-canary.f0fc426","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.26-canary.f0fc426","@firebase/app-types":"0.4.9-canary.f0fc426"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.1-canary.f0fc426","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"ba5377a313b5e2f14c1b1c400ff5579bfc756c1d","size":2321619,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.1-canary.f0fc426.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.1-canary.f0fc426_1576007091861_0.5603477252124622"},"_hasShrinkwrap":false,"publish_time":1576007092149,"_cnpm_publish_time":1576007092149,"contributors":[]},"1.8.1-canary.ff8f854":{"name":"@firebase/firestore","version":"1.8.1-canary.ff8f854","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.1-canary.ff8f854","@firebase/logger":"0.1.32-canary.ff8f854","@firebase/webchannel-wrapper":"0.2.33-canary.ff8f854","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.35-canary.ff8f854","@firebase/component":"0.1.0-canary.ff8f854","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.26-canary.ff8f854","@firebase/app-types":"0.4.9-canary.ff8f854"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.1-canary.ff8f854","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"cab766cee73f1c1ba9f7e357f9e39cde8e7e0e43","size":2321619,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.1-canary.ff8f854.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.1-canary.ff8f854_1576001425000_0.16518447855492036"},"_hasShrinkwrap":false,"publish_time":1576001425341,"_cnpm_publish_time":1576001425341,"contributors":[]},"1.8.1-canary.5a880c6":{"name":"@firebase/firestore","version":"1.8.1-canary.5a880c6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.1-canary.5a880c6","@firebase/logger":"0.1.32-canary.5a880c6","@firebase/webchannel-wrapper":"0.2.33-canary.5a880c6","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.35-canary.5a880c6","@firebase/component":"0.1.0-canary.5a880c6","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.26-canary.5a880c6","@firebase/app-types":"0.4.9-canary.5a880c6"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.1-canary.5a880c6","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"1d3d00795ef0aa1796bb54a1fb09cb703a8ed1cb","size":2321619,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.1-canary.5a880c6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.1-canary.5a880c6_1575941740790_0.9197724890663352"},"_hasShrinkwrap":false,"publish_time":1575941740974,"_cnpm_publish_time":1575941740974,"contributors":[]},"1.8.1-canary.d1f2693":{"name":"@firebase/firestore","version":"1.8.1-canary.d1f2693","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.1-canary.d1f2693","@firebase/logger":"0.1.32-canary.d1f2693","@firebase/webchannel-wrapper":"0.2.33-canary.d1f2693","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.35-canary.d1f2693","@firebase/component":"0.1.0-canary.d1f2693","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.26-canary.d1f2693","@firebase/app-types":"0.4.9-canary.d1f2693"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.1-canary.d1f2693","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"589d04a84d25d6bdb616361332c9709a3ddf6c0f","size":2321616,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.1-canary.d1f2693.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.1-canary.d1f2693_1575940899743_0.9109064832978959"},"_hasShrinkwrap":false,"publish_time":1575940899969,"_cnpm_publish_time":1575940899969,"contributors":[]},"1.8.1-canary.0fa9d3a":{"name":"@firebase/firestore","version":"1.8.1-canary.0fa9d3a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.1-canary.0fa9d3a","@firebase/logger":"0.1.32-canary.0fa9d3a","@firebase/webchannel-wrapper":"0.2.33-canary.0fa9d3a","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.35-canary.0fa9d3a","@firebase/component":"0.1.0-canary.0fa9d3a","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.26-canary.0fa9d3a","@firebase/app-types":"0.4.9-canary.0fa9d3a"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.1-canary.0fa9d3a","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"18d60e71217d0c86dfa9d5c192e9dca2eeae7b88","size":2315360,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.1-canary.0fa9d3a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.1-canary.0fa9d3a_1575645223786_0.034886070184148466"},"_hasShrinkwrap":false,"publish_time":1575645223999,"_cnpm_publish_time":1575645223999,"contributors":[]},"1.8.1-canary.91e40c1":{"name":"@firebase/firestore","version":"1.8.1-canary.91e40c1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.1-canary.91e40c1","@firebase/logger":"0.1.32-canary.91e40c1","@firebase/webchannel-wrapper":"0.2.33-canary.91e40c1","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.35-canary.91e40c1","@firebase/component":"0.1.0-canary.91e40c1","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.26-canary.91e40c1","@firebase/app-types":"0.4.9-canary.91e40c1"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.1-canary.91e40c1","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"0a8711c7f4a92d1ca1d66bd3ba5a92127a8c1bfc","size":2315360,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.1-canary.91e40c1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.1-canary.91e40c1_1575637731687_0.8295879676083711"},"_hasShrinkwrap":false,"publish_time":1575637731901,"_cnpm_publish_time":1575637731901,"contributors":[]},"1.8.1-canary.4efa70e":{"name":"@firebase/firestore","version":"1.8.1-canary.4efa70e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.1-canary.4efa70e","@firebase/logger":"0.1.32-canary.4efa70e","@firebase/webchannel-wrapper":"0.2.33-canary.4efa70e","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.35-canary.4efa70e","@firebase/component":"0.1.0-canary.4efa70e","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.26-canary.4efa70e","@firebase/app-types":"0.4.9-canary.4efa70e"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.1-canary.4efa70e","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"6c9f0058a7e159690593b7d4f96487dd58e8be5c","size":2315360,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.1-canary.4efa70e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.1-canary.4efa70e_1575600429839_0.9953233232454566"},"_hasShrinkwrap":false,"publish_time":1575600430040,"_cnpm_publish_time":1575600430040,"contributors":[]},"1.8.1-canary.7eaaa33":{"name":"@firebase/firestore","version":"1.8.1-canary.7eaaa33","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.1-canary.7eaaa33","@firebase/logger":"0.1.32-canary.7eaaa33","@firebase/webchannel-wrapper":"0.2.33-canary.7eaaa33","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.35-canary.7eaaa33","@firebase/component":"0.1.0-canary.7eaaa33","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.26-canary.7eaaa33","@firebase/app-types":"0.4.9-canary.7eaaa33"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.1-canary.7eaaa33","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"827ae0793a60270a0f25e109391242e7d056e58d","size":2315359,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.1-canary.7eaaa33.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.1-canary.7eaaa33_1575600087188_0.2058417224103084"},"_hasShrinkwrap":false,"publish_time":1575600087374,"_cnpm_publish_time":1575600087374,"contributors":[]},"1.8.1-canary.6fe6c06":{"name":"@firebase/firestore","version":"1.8.1-canary.6fe6c06","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.1-canary.6fe6c06","@firebase/logger":"0.1.32-canary.6fe6c06","@firebase/webchannel-wrapper":"0.2.33-canary.6fe6c06","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.35-canary.6fe6c06","@firebase/component":"0.1.0-canary.6fe6c06","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.26-canary.6fe6c06","@firebase/app-types":"0.4.9-canary.6fe6c06"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.1-canary.6fe6c06","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"6600f0d318d8974e5b58ec77b4346ac90d60451d","size":2315359,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.1-canary.6fe6c06.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.1-canary.6fe6c06_1575598488225_0.8734154731641239"},"_hasShrinkwrap":false,"publish_time":1575598488458,"_cnpm_publish_time":1575598488458,"contributors":[]},"1.8.1":{"name":"@firebase/firestore","version":"1.8.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.1","@firebase/logger":"0.1.32","@firebase/webchannel-wrapper":"0.2.33","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.35","@firebase/component":"0.1.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"9784d94a3987d3551f9608c9ec6153136b4fb605","size":2308880,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.1_1575593957154_0.24894016616774706"},"_hasShrinkwrap":false,"publish_time":1575593957361,"_cnpm_publish_time":1575593957361,"contributors":[]},"1.8.0-canary.b1ca46d":{"name":"@firebase/firestore","version":"1.8.0-canary.b1ca46d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.0-canary.b1ca46d","@firebase/logger":"0.1.31-canary.b1ca46d","@firebase/webchannel-wrapper":"0.2.32-canary.b1ca46d","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.34-canary.b1ca46d","@firebase/component":"0.1.0-canary.b1ca46d","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.25-canary.b1ca46d","@firebase/app-types":"0.4.8-canary.b1ca46d"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.0-canary.b1ca46d","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"65c7a82ca5c7856491b8a42ee997e51e8f605381","size":2315244,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.0-canary.b1ca46d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.0-canary.b1ca46d_1575590581130_0.3987620936145655"},"_hasShrinkwrap":false,"publish_time":1575590581408,"_cnpm_publish_time":1575590581408,"contributors":[]},"1.8.0-canary.6480d7f":{"name":"@firebase/firestore","version":"1.8.0-canary.6480d7f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.0-canary.6480d7f","@firebase/logger":"0.1.31-canary.6480d7f","@firebase/webchannel-wrapper":"0.2.32-canary.6480d7f","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.34-canary.6480d7f","@firebase/component":"0.1.0-canary.6480d7f","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.25-canary.6480d7f","@firebase/app-types":"0.4.8-canary.6480d7f"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.0-canary.6480d7f","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"2d8862563d9283af030b5ae2d3a5944ff6c84967","size":2315245,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.0-canary.6480d7f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.0-canary.6480d7f_1575512913544_0.3904254312448052"},"_hasShrinkwrap":false,"publish_time":1575512913778,"_cnpm_publish_time":1575512913778,"contributors":[]},"1.8.0-canary.81730ba":{"name":"@firebase/firestore","version":"1.8.0-canary.81730ba","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.0-canary.81730ba","@firebase/logger":"0.1.31-canary.81730ba","@firebase/webchannel-wrapper":"0.2.32-canary.81730ba","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.34-canary.81730ba","@firebase/component":"0.1.0-canary.81730ba","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.25-canary.81730ba","@firebase/app-types":"0.4.8-canary.81730ba"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.0-canary.81730ba","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"b2055fd85d082389c1edb69b840a50a4d28b976d","size":2314647,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.0-canary.81730ba.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.0-canary.81730ba_1575421089682_0.28323422268644527"},"_hasShrinkwrap":false,"publish_time":1575421089871,"_cnpm_publish_time":1575421089871,"contributors":[]},"1.8.1-1":{"name":"@firebase/firestore","version":"1.8.1-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.1-1","@firebase/logger":"0.1.32-1","@firebase/webchannel-wrapper":"0.2.33-1","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.35-1","@firebase/component":"0.1.0-0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.1-1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"6d6b51ae8ddd83445ca24037531a4553c21a015f","size":2308885,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.1-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.1-1_1575415009069_0.5708231552802012"},"_hasShrinkwrap":false,"publish_time":1575415009339,"_cnpm_publish_time":1575415009339,"contributors":[]},"1.8.0-canary.fe11de0":{"name":"@firebase/firestore","version":"1.8.0-canary.fe11de0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.0-canary.fe11de0","@firebase/logger":"0.1.31-canary.fe11de0","@firebase/webchannel-wrapper":"0.2.32-canary.fe11de0","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.34-canary.fe11de0","@firebase/component":"0.1.0-canary.fe11de0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.25-canary.fe11de0","@firebase/app-types":"0.4.8-canary.fe11de0"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.0-canary.fe11de0","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"b4009191b550f527bffbc89a4bbb134fed19d605","size":2314813,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.0-canary.fe11de0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.0-canary.fe11de0_1575414659832_0.0004969510143695288"},"_hasShrinkwrap":false,"publish_time":1575414660052,"_cnpm_publish_time":1575414660052,"contributors":[]},"1.8.0-canary.e4a987e":{"name":"@firebase/firestore","version":"1.8.0-canary.e4a987e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.0-canary.e4a987e","@firebase/logger":"0.1.31-canary.e4a987e","@firebase/webchannel-wrapper":"0.2.32-canary.e4a987e","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.34-canary.e4a987e","@firebase/component":"0.1.0-canary.e4a987e","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.25-canary.e4a987e","@firebase/app-types":"0.4.8-canary.e4a987e"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.0-canary.e4a987e","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"45e997202dfb09ab81e5c1e4b56f6b5c05cae94f","size":2314813,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.0-canary.e4a987e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.0-canary.e4a987e_1575413096383_0.35282458977883113"},"_hasShrinkwrap":false,"publish_time":1575413096571,"_cnpm_publish_time":1575413096571,"contributors":[]},"1.8.1-0":{"name":"@firebase/firestore","version":"1.8.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.1-0","@firebase/logger":"0.1.32-0","@firebase/webchannel-wrapper":"0.2.33-0","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.35-0","@firebase/component":"0.1.0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.1-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"b6b2b400525d3f42921253493148d3b925f6f382","size":2308883,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.1-0_1575403867541_0.423818708571859"},"_hasShrinkwrap":false,"publish_time":1575403867724,"_cnpm_publish_time":1575403867724,"contributors":[]},"1.8.0-canary.a547892":{"name":"@firebase/firestore","version":"1.8.0-canary.a547892","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.0-canary.a547892","@firebase/logger":"0.1.31-canary.a547892","@firebase/webchannel-wrapper":"0.2.32-canary.a547892","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.34-canary.a547892","@firebase/component":"0.1.0-canary.a547892","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.25-canary.a547892","@firebase/app-types":"0.4.8-canary.a547892"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.0-canary.a547892","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"a4711d3906537e72a95ed13d518c48ac647507d7","size":2314813,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.0-canary.a547892.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.0-canary.a547892_1575324233570_0.9954882398761351"},"_hasShrinkwrap":false,"publish_time":1575324233819,"_cnpm_publish_time":1575324233819,"contributors":[]},"1.8.0-canary.9b8ef59":{"name":"@firebase/firestore","version":"1.8.0-canary.9b8ef59","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.0-canary.9b8ef59","@firebase/logger":"0.1.31-canary.9b8ef59","@firebase/webchannel-wrapper":"0.2.32-canary.9b8ef59","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.34-canary.9b8ef59","@firebase/component":"0.1.0-canary.9b8ef59","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.25-canary.9b8ef59","@firebase/app-types":"0.4.8-canary.9b8ef59"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.0-canary.9b8ef59","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"248b7e37c8aace43c351237e405af2f0e9abea02","size":2315527,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.0-canary.9b8ef59.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.0-canary.9b8ef59_1575303004936_0.13301902138046318"},"_hasShrinkwrap":false,"publish_time":1575303005178,"_cnpm_publish_time":1575303005178,"contributors":[]},"1.8.0-canary.4313496":{"name":"@firebase/firestore","version":"1.8.0-canary.4313496","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.0-canary.4313496","@firebase/logger":"0.1.31-canary.4313496","@firebase/webchannel-wrapper":"0.2.32-canary.4313496","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.34-canary.4313496","@firebase/component":"0.1.0-canary.4313496","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.25-canary.4313496","@firebase/app-types":"0.4.8-canary.4313496"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.0-canary.4313496","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"15104503aad38ead1e03f107bb9537e34eaae1f1","size":2315527,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.0-canary.4313496.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.0-canary.4313496_1574903128608_0.832382049158416"},"_hasShrinkwrap":false,"publish_time":1574903128964,"_cnpm_publish_time":1574903128964,"contributors":[]},"1.8.0-canary.d1cd07d":{"name":"@firebase/firestore","version":"1.8.0-canary.d1cd07d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.0-canary.d1cd07d","@firebase/logger":"0.1.31-canary.d1cd07d","@firebase/webchannel-wrapper":"0.2.32-canary.d1cd07d","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.34-canary.d1cd07d","@firebase/component":"0.1.0-canary.d1cd07d","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.25-canary.d1cd07d","@firebase/app-types":"0.4.8-canary.d1cd07d"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.0-canary.d1cd07d","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"9fdf1a0b7e3efa7d9c8e21fba11332786876440d","size":2315526,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.0-canary.d1cd07d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.0-canary.d1cd07d_1574901309884_0.530007439832282"},"_hasShrinkwrap":false,"publish_time":1574901310081,"_cnpm_publish_time":1574901310081,"contributors":[]},"1.8.0-canary.57a0f2b":{"name":"@firebase/firestore","version":"1.8.0-canary.57a0f2b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.0-canary.57a0f2b","@firebase/logger":"0.1.31-canary.57a0f2b","@firebase/webchannel-wrapper":"0.2.32-canary.57a0f2b","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.34-canary.57a0f2b","@firebase/component":"0.1.0-canary.57a0f2b","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.25-canary.57a0f2b","@firebase/app-types":"0.4.8-canary.57a0f2b"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.0-canary.57a0f2b","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"22ded59ef01015befbf7027027a449ac9d4c80f9","size":2315529,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.0-canary.57a0f2b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.0-canary.57a0f2b_1574801126033_0.7264601134086766"},"_hasShrinkwrap":false,"publish_time":1574801126227,"_cnpm_publish_time":1574801126227,"contributors":[]},"1.8.0-canary.ae31905":{"name":"@firebase/firestore","version":"1.8.0-canary.ae31905","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.0-canary.ae31905","@firebase/logger":"0.1.31-canary.ae31905","@firebase/webchannel-wrapper":"0.2.32-canary.ae31905","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.34-canary.ae31905","@firebase/component":"0.1.0-canary.ae31905","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.25-canary.ae31905","@firebase/app-types":"0.4.8-canary.ae31905"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.0-canary.ae31905","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"2ee1dd3a69613c2e986b65f9873aeba92e050be6","size":2314880,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.0-canary.ae31905.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.0-canary.ae31905_1574799158269_0.8229477234489746"},"_hasShrinkwrap":false,"publish_time":1574799158458,"_cnpm_publish_time":1574799158458,"contributors":[]},"1.8.0-canary.ba2ff35":{"name":"@firebase/firestore","version":"1.8.0-canary.ba2ff35","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.0-canary.ba2ff35","@firebase/logger":"0.1.31-canary.ba2ff35","@firebase/webchannel-wrapper":"0.2.32-canary.ba2ff35","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.34-canary.ba2ff35","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.25-canary.ba2ff35","@firebase/app-types":"0.4.8-canary.ba2ff35"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.0-canary.ba2ff35","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"a16824d2e583fbc5f9d56e8534ac25c3525b8c51","size":2312479,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.0-canary.ba2ff35.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.0-canary.ba2ff35_1574734657126_0.9662280503008678"},"_hasShrinkwrap":false,"publish_time":1574734657330,"_cnpm_publish_time":1574734657330,"contributors":[]},"1.8.0-canary.638aba6":{"name":"@firebase/firestore","version":"1.8.0-canary.638aba6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.0-canary.638aba6","@firebase/logger":"0.1.31-canary.638aba6","@firebase/webchannel-wrapper":"0.2.32-canary.638aba6","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.34-canary.638aba6","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.25-canary.638aba6","@firebase/app-types":"0.4.8-canary.638aba6"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.0-canary.638aba6","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"174fe0422e89b37012d1758df2f50f19afb57928","size":2312478,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.0-canary.638aba6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.0-canary.638aba6_1574468275438_0.5858458472594794"},"_hasShrinkwrap":false,"publish_time":1574468275763,"_cnpm_publish_time":1574468275763,"contributors":[]},"1.8.0-canary.ba1932f":{"name":"@firebase/firestore","version":"1.8.0-canary.ba1932f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.0-canary.ba1932f","@firebase/logger":"0.1.31-canary.ba1932f","@firebase/webchannel-wrapper":"0.2.32-canary.ba1932f","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.34-canary.ba1932f","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.25-canary.ba1932f","@firebase/app-types":"0.4.8-canary.ba1932f"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.0-canary.ba1932f","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"202c88d45150c718c5ff6ceaa392d7775bae004d","size":2312479,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.0-canary.ba1932f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.0-canary.ba1932f_1574383149730_0.9055358020056103"},"_hasShrinkwrap":false,"publish_time":1574383150029,"_cnpm_publish_time":1574383150029,"contributors":[]},"1.7.1-canary.aeeaa14":{"name":"@firebase/firestore","version":"1.7.1-canary.aeeaa14","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.7.0-canary.aeeaa14","@firebase/logger":"0.1.30-canary.aeeaa14","@firebase/webchannel-wrapper":"0.2.31-canary.aeeaa14","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.33-canary.aeeaa14","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.24-canary.aeeaa14","@firebase/app-types":"0.4.7-canary.aeeaa14"},"devDependencies":{"protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.7.1-canary.aeeaa14","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"0ddcc58085b1e7f7aff33a9367c5a2876be744f6","size":2312476,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.7.1-canary.aeeaa14.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.7.1-canary.aeeaa14_1574378363386_0.01661179605053298"},"_hasShrinkwrap":false,"publish_time":1574378363560,"_cnpm_publish_time":1574378363560,"contributors":[]},"1.8.0":{"name":"@firebase/firestore","version":"1.8.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.0","@firebase/logger":"0.1.31","@firebase/webchannel-wrapper":"0.2.32","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.34","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.5","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.19.1","protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.5.2","tslint":"5.20.1","typescript":"3.7.2","webpack":"4.41.2","yargs":"14.2.1","eslint":"6.6.0","@typescript-eslint/parser":"2.7.0","@typescript-eslint/eslint-plugin":"2.7.0","@typescript-eslint/eslint-plugin-tslint":"2.7.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"16fc09cb2a871115997de700a77b1e1c72ef44f3","size":2306957,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.0_1574378101560_0.29108510487586514"},"_hasShrinkwrap":false,"publish_time":1574378101764,"_cnpm_publish_time":1574378101764,"contributors":[]},"1.8.0-0":{"name":"@firebase/firestore","version":"1.8.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.8.0-0","@firebase/logger":"0.1.31-0","@firebase/webchannel-wrapper":"0.2.32-0","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.34-0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.5","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.19.1","protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.5.2","tslint":"5.20.1","typescript":"3.7.2","webpack":"4.41.2","yargs":"14.2.1","eslint":"6.6.0","@typescript-eslint/parser":"2.7.0","@typescript-eslint/eslint-plugin":"2.7.0","@typescript-eslint/eslint-plugin-tslint":"2.7.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.8.0-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"8e04f406fa857929befbba310d39f8be71ead38f","size":2306960,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.8.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.8.0-0_1574225986402_0.1359085693918196"},"_hasShrinkwrap":false,"publish_time":1574225986810,"_cnpm_publish_time":1574225986810,"contributors":[]},"1.7.1-canary.542240d":{"name":"@firebase/firestore","version":"1.7.1-canary.542240d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.7.0-canary.542240d","@firebase/logger":"0.1.30-canary.542240d","@firebase/webchannel-wrapper":"0.2.31-canary.542240d","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.33-canary.542240d","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.24-canary.542240d","@firebase/app-types":"0.4.7-canary.542240d"},"devDependencies":{"@types/chai":"4.2.5","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.19.1","protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.5.2","tslint":"5.20.1","typescript":"3.7.2","webpack":"4.41.2","yargs":"14.2.1","eslint":"6.6.0","@typescript-eslint/parser":"2.7.0","@typescript-eslint/eslint-plugin":"2.7.0","@typescript-eslint/eslint-plugin-tslint":"2.7.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.7.1-canary.542240d","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"58a3ae3a375c24447a6725a5c8774899e72756fa","size":2312794,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.7.1-canary.542240d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.7.1-canary.542240d_1574113305884_0.8133765831339865"},"_hasShrinkwrap":false,"publish_time":1574113306074,"_cnpm_publish_time":1574113306074,"contributors":[]},"1.7.1-canary.6959d19":{"name":"@firebase/firestore","version":"1.7.1-canary.6959d19","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.7.0-canary.6959d19","@firebase/logger":"0.1.30-canary.6959d19","@firebase/webchannel-wrapper":"0.2.31-canary.6959d19","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.33-canary.6959d19","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.24-canary.6959d19","@firebase/app-types":"0.4.7-canary.6959d19"},"devDependencies":{"@types/chai":"4.2.5","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.19.1","protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.5.2","tslint":"5.20.1","typescript":"3.7.2","webpack":"4.41.2","yargs":"14.2.1","eslint":"6.6.0","@typescript-eslint/parser":"2.7.0","@typescript-eslint/eslint-plugin":"2.7.0","@typescript-eslint/eslint-plugin-tslint":"2.7.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.7.1-canary.6959d19","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"1ac09d7ff4ef10d037cd312e1ed611eeb9f58d83","size":2312832,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.7.1-canary.6959d19.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.7.1-canary.6959d19_1574109802001_0.06330359989354317"},"_hasShrinkwrap":false,"publish_time":1574109802266,"_cnpm_publish_time":1574109802266,"contributors":[]},"1.7.1-canary.23cf05d":{"name":"@firebase/firestore","version":"1.7.1-canary.23cf05d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.7.0-canary.23cf05d","@firebase/logger":"0.1.30-canary.23cf05d","@firebase/webchannel-wrapper":"0.2.31-canary.23cf05d","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.33-canary.23cf05d","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.24-canary.23cf05d","@firebase/app-types":"0.4.7-canary.23cf05d"},"devDependencies":{"@types/chai":"4.2.5","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.19.1","protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.5.2","tslint":"5.20.1","typescript":"3.7.2","webpack":"4.41.2","yargs":"14.2.1","eslint":"6.6.0","@typescript-eslint/parser":"2.7.0","@typescript-eslint/eslint-plugin":"2.7.0","@typescript-eslint/eslint-plugin-tslint":"2.7.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.7.1-canary.23cf05d","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"ea85b60fc287137ff9606ceab4324c850cbcf3c3","size":2312832,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.7.1-canary.23cf05d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.7.1-canary.23cf05d_1574108441750_0.7320004416474364"},"_hasShrinkwrap":false,"publish_time":1574108441949,"_cnpm_publish_time":1574108441949,"contributors":[]},"1.7.1-canary.8da5ed0":{"name":"@firebase/firestore","version":"1.7.1-canary.8da5ed0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.7.0-canary.8da5ed0","@firebase/logger":"0.1.30-canary.8da5ed0","@firebase/webchannel-wrapper":"0.2.31-canary.8da5ed0","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.33-canary.8da5ed0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.24-canary.8da5ed0","@firebase/app-types":"0.4.7-canary.8da5ed0"},"devDependencies":{"@types/chai":"4.2.5","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.19.1","protobufjs":"6.8.8","rollup":"1.27.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.5.2","tslint":"5.20.1","typescript":"3.7.2","webpack":"4.41.2","yargs":"14.2.1","eslint":"6.6.0","@typescript-eslint/parser":"2.7.0","@typescript-eslint/eslint-plugin":"2.7.0","@typescript-eslint/eslint-plugin-tslint":"2.7.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.7.1-canary.8da5ed0","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"2ef6b28fe2af540bee892d4720c1ad7217bfa3ad","size":2312830,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.7.1-canary.8da5ed0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.7.1-canary.8da5ed0_1574103750739_0.387049049716399"},"_hasShrinkwrap":false,"publish_time":1574103750901,"_cnpm_publish_time":1574103750901,"contributors":[]},"1.7.1-canary.86971ea":{"name":"@firebase/firestore","version":"1.7.1-canary.86971ea","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.7.0-canary.86971ea","@firebase/logger":"0.1.30-canary.86971ea","@firebase/webchannel-wrapper":"0.2.31-canary.86971ea","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.33-canary.86971ea","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.24-canary.86971ea","@firebase/app-types":"0.4.7-canary.86971ea"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.1","typescript":"3.7.2","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.1","@typescript-eslint/eslint-plugin":"2.6.1","@typescript-eslint/eslint-plugin-tslint":"2.6.1","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.7.1-canary.86971ea","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"b2d380d4d52ef4473df885c13dce69aa987363bc","size":2312830,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.7.1-canary.86971ea.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.7.1-canary.86971ea_1574099951523_0.7490134657900758"},"_hasShrinkwrap":false,"publish_time":1574099951732,"_cnpm_publish_time":1574099951732,"contributors":[]},"1.7.1-canary.9ccc3dc":{"name":"@firebase/firestore","version":"1.7.1-canary.9ccc3dc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.7.0-canary.9ccc3dc","@firebase/logger":"0.1.30-canary.9ccc3dc","@firebase/webchannel-wrapper":"0.2.31-canary.9ccc3dc","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.33-canary.9ccc3dc","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.24-canary.9ccc3dc","@firebase/app-types":"0.4.7-canary.9ccc3dc"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.1","typescript":"3.7.2","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.1","@typescript-eslint/eslint-plugin":"2.6.1","@typescript-eslint/eslint-plugin-tslint":"2.6.1","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.7.1-canary.9ccc3dc","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"89a04a1e297f26159bf529a804edff1c2ce1a51f","size":2312829,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.7.1-canary.9ccc3dc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.7.1-canary.9ccc3dc_1573863235169_0.12227279873168495"},"_hasShrinkwrap":false,"publish_time":1573863235409,"_cnpm_publish_time":1573863235409,"contributors":[]},"1.7.1-canary.2389143":{"name":"@firebase/firestore","version":"1.7.1-canary.2389143","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.7.0-canary.2389143","@firebase/logger":"0.1.30-canary.2389143","@firebase/webchannel-wrapper":"0.2.31-canary.2389143","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.33-canary.2389143","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.24-canary.2389143","@firebase/app-types":"0.4.7-canary.2389143"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.1","typescript":"3.7.2","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.1","@typescript-eslint/eslint-plugin":"2.6.1","@typescript-eslint/eslint-plugin-tslint":"2.6.1","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.7.1-canary.2389143","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"83b7db04623f1b61b290edcd3e117bc5f2fedbb0","size":2312831,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.7.1-canary.2389143.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.7.1-canary.2389143_1573860949587_0.2566294966376865"},"_hasShrinkwrap":false,"publish_time":1573860949803,"_cnpm_publish_time":1573860949803,"contributors":[]},"1.7.1-canary.379e192":{"name":"@firebase/firestore","version":"1.7.1-canary.379e192","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.7.0-canary.379e192","@firebase/logger":"0.1.30-canary.379e192","@firebase/webchannel-wrapper":"0.2.31-canary.379e192","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.33-canary.379e192","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.24-canary.379e192","@firebase/app-types":"0.4.7-canary.379e192"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.1","typescript":"3.7.2","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.1","@typescript-eslint/eslint-plugin":"2.6.1","@typescript-eslint/eslint-plugin-tslint":"2.6.1","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.7.1-canary.379e192","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"90907e55bf7f33f39c9b47f3046284b76788ba57","size":2312830,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.7.1-canary.379e192.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.7.1-canary.379e192_1573860680915_0.7175904474555863"},"_hasShrinkwrap":false,"publish_time":1573860681145,"_cnpm_publish_time":1573860681145,"contributors":[]},"1.7.1-canary.d89e7b3":{"name":"@firebase/firestore","version":"1.7.1-canary.d89e7b3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.7.0-canary.d89e7b3","@firebase/logger":"0.1.30-canary.d89e7b3","@firebase/webchannel-wrapper":"0.2.31-canary.d89e7b3","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.33-canary.d89e7b3","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.24-canary.d89e7b3","@firebase/app-types":"0.4.7-canary.d89e7b3"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.1","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.1","@typescript-eslint/eslint-plugin":"2.6.1","@typescript-eslint/eslint-plugin-tslint":"2.6.1","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.7.1-canary.d89e7b3","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"d948eea844d88298d99368c3a56f9b29b16f7c02","size":2312728,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.7.1-canary.d89e7b3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.7.1-canary.d89e7b3_1573778833041_0.1421426480376906"},"_hasShrinkwrap":false,"publish_time":1573778833253,"_cnpm_publish_time":1573778833253,"contributors":[]},"1.7.1":{"name":"@firebase/firestore","version":"1.7.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.7.0","@firebase/logger":"0.1.30","@firebase/webchannel-wrapper":"0.2.31","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.33","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.1","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.1","@typescript-eslint/eslint-plugin":"2.6.1","@typescript-eslint/eslint-plugin-tslint":"2.6.1","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.7.1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"ca9f941abbdc01bd132a63f97f009c12fbde3a04","size":2292213,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.7.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.7.1_1573767957185_0.30590750752772466"},"_hasShrinkwrap":false,"publish_time":1573767957360,"_cnpm_publish_time":1573767957360,"contributors":[]},"1.7.0-canary.9574013":{"name":"@firebase/firestore","version":"1.7.0-canary.9574013","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.7.0-canary.9574013","@firebase/logger":"0.1.29-canary.9574013","@firebase/webchannel-wrapper":"0.2.30-canary.9574013","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.32-canary.9574013","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.23-canary.9574013","@firebase/app-types":"0.4.7-canary.9574013"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.1","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.1","@typescript-eslint/eslint-plugin":"2.6.1","@typescript-eslint/eslint-plugin-tslint":"2.6.1","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.7.0-canary.9574013","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"47c3ae25c29687c909b1afac799169f126c8d032","size":2312726,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.7.0-canary.9574013.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.7.0-canary.9574013_1573758760087_0.08985927127399518"},"_hasShrinkwrap":false,"publish_time":1573758760354,"_cnpm_publish_time":1573758760354,"contributors":[]},"1.7.0-canary.cfaedf4":{"name":"@firebase/firestore","version":"1.7.0-canary.cfaedf4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.7.0-canary.cfaedf4","@firebase/logger":"0.1.29-canary.cfaedf4","@firebase/webchannel-wrapper":"0.2.30-canary.cfaedf4","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.32-canary.cfaedf4","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.23-canary.cfaedf4","@firebase/app-types":"0.4.7-canary.cfaedf4"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.1","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.1","@typescript-eslint/eslint-plugin":"2.6.1","@typescript-eslint/eslint-plugin-tslint":"2.6.1","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.7.0-canary.cfaedf4","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"85f963f495101a0819a919e5dd871a7b6877f6ec","size":2297489,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.7.0-canary.cfaedf4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.7.0-canary.cfaedf4_1573689987101_0.7597833617771341"},"_hasShrinkwrap":false,"publish_time":1573689987426,"_cnpm_publish_time":1573689987426,"contributors":[]},"1.7.0-canary.8b1d680":{"name":"@firebase/firestore","version":"1.7.0-canary.8b1d680","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.7.0-canary.8b1d680","@firebase/logger":"0.1.29-canary.8b1d680","@firebase/webchannel-wrapper":"0.2.30-canary.8b1d680","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.32-canary.8b1d680","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.23-canary.8b1d680","@firebase/app-types":"0.4.7-canary.8b1d680"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.1","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.1","@typescript-eslint/eslint-plugin":"2.6.1","@typescript-eslint/eslint-plugin-tslint":"2.6.1","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.7.0-canary.8b1d680","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"9a35449ed83ed14f2eab642b1f94ae1df3615792","size":2297490,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.7.0-canary.8b1d680.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.7.0-canary.8b1d680_1573674572873_0.11691562832520486"},"_hasShrinkwrap":false,"publish_time":1573674573109,"_cnpm_publish_time":1573674573109,"contributors":[]},"1.7.1-0":{"name":"@firebase/firestore","version":"1.7.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.7.0","@firebase/logger":"0.1.30-0","@firebase/webchannel-wrapper":"0.2.31-0","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.33-0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.1","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.1","@typescript-eslint/eslint-plugin":"2.6.1","@typescript-eslint/eslint-plugin-tslint":"2.6.1","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.7.1-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"bd86883653da0d15b5e48dadf2d93c60727015c6","size":2292218,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.7.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.7.1-0_1573674562904_0.42724456700872326"},"_hasShrinkwrap":false,"publish_time":1573674563067,"_cnpm_publish_time":1573674563067,"contributors":[]},"1.6.4-canary.c34f9a5":{"name":"@firebase/firestore","version":"1.6.4-canary.c34f9a5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.c34f9a5","@firebase/logger":"0.1.28-canary.c34f9a5","@firebase/webchannel-wrapper":"0.2.29-canary.c34f9a5","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.31-canary.c34f9a5","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.22-canary.c34f9a5","@firebase/app-types":"0.4.7-canary.c34f9a5"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.1","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.1","@typescript-eslint/eslint-plugin":"2.6.1","@typescript-eslint/eslint-plugin-tslint":"2.6.1","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.4-canary.c34f9a5","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"e27a157d6c725756f6469042b23cc877d409308a","size":2297498,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.4-canary.c34f9a5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.4-canary.c34f9a5_1573598334700_0.9477197025107411"},"_hasShrinkwrap":false,"publish_time":1573598334880,"_cnpm_publish_time":1573598334880,"contributors":[]},"1.6.4-canary.988017f":{"name":"@firebase/firestore","version":"1.6.4-canary.988017f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.988017f","@firebase/logger":"0.1.28-canary.988017f","@firebase/webchannel-wrapper":"0.2.29-canary.988017f","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.31-canary.988017f","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.22-canary.988017f","@firebase/app-types":"0.4.7-canary.988017f"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.1","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.1","@typescript-eslint/eslint-plugin":"2.6.1","@typescript-eslint/eslint-plugin-tslint":"2.6.1","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.4-canary.988017f","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"c1e530dcd79cc0992c2bae5271a4ff9c0b3aded1","size":2297496,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.4-canary.988017f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.4-canary.988017f_1573502080078_0.25065984188018575"},"_hasShrinkwrap":false,"publish_time":1573502080330,"_cnpm_publish_time":1573502080330,"contributors":[]},"1.6.4-canary.14b2878":{"name":"@firebase/firestore","version":"1.6.4-canary.14b2878","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.14b2878","@firebase/logger":"0.1.28-canary.14b2878","@firebase/webchannel-wrapper":"0.2.29-canary.14b2878","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.31-canary.14b2878","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.22-canary.14b2878","@firebase/app-types":"0.4.7-canary.14b2878"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.1","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.1","@typescript-eslint/eslint-plugin":"2.6.1","@typescript-eslint/eslint-plugin-tslint":"2.6.1","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.4-canary.14b2878","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"729ba820c8a4ca299b288c8ba09f70c44420e698","size":2297497,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.4-canary.14b2878.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.4-canary.14b2878_1573265783443_0.3235680321007064"},"_hasShrinkwrap":false,"publish_time":1573265783648,"_cnpm_publish_time":1573265783648,"contributors":[]},"1.6.4-canary.ed4b147":{"name":"@firebase/firestore","version":"1.6.4-canary.ed4b147","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.ed4b147","@firebase/logger":"0.1.28-canary.ed4b147","@firebase/webchannel-wrapper":"0.2.29-canary.ed4b147","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.31-canary.ed4b147","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.22-canary.ed4b147","@firebase/app-types":"0.4.7-canary.ed4b147"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.1","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.1","@typescript-eslint/eslint-plugin":"2.6.1","@typescript-eslint/eslint-plugin-tslint":"2.6.1","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.4-canary.ed4b147","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"95cde59ad6f91e652f4eb1e5148099d3ef57b45f","size":2294934,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.4-canary.ed4b147.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.4-canary.ed4b147_1573250809923_0.12265016177755661"},"_hasShrinkwrap":false,"publish_time":1573250810134,"_cnpm_publish_time":1573250810134,"contributors":[]},"1.6.4-canary.efc0a78":{"name":"@firebase/firestore","version":"1.6.4-canary.efc0a78","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.efc0a78","@firebase/logger":"0.1.28-canary.efc0a78","@firebase/webchannel-wrapper":"0.2.29-canary.efc0a78","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.31-canary.efc0a78","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.22-canary.efc0a78","@firebase/app-types":"0.4.7-canary.efc0a78"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.1","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.1","@typescript-eslint/eslint-plugin":"2.6.1","@typescript-eslint/eslint-plugin-tslint":"2.6.1","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.4-canary.efc0a78","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"eec83a9992dcf3b3764ef18b4400a11f2471cf21","size":2294932,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.4-canary.efc0a78.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.4-canary.efc0a78_1573238677153_0.9594907902442105"},"_hasShrinkwrap":false,"publish_time":1573238677484,"_cnpm_publish_time":1573238677484,"contributors":[]},"1.6.4-canary.4d23f9c":{"name":"@firebase/firestore","version":"1.6.4-canary.4d23f9c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.4d23f9c","@firebase/logger":"0.1.28-canary.4d23f9c","@firebase/webchannel-wrapper":"0.2.29-canary.4d23f9c","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.31-canary.4d23f9c","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.22-canary.4d23f9c","@firebase/app-types":"0.4.7-canary.4d23f9c"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.1","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.1","@typescript-eslint/eslint-plugin":"2.6.1","@typescript-eslint/eslint-plugin-tslint":"2.6.1","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.4-canary.4d23f9c","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"9b62a74d1ab7ac523f6ba6df92ab23035eb5a87b","size":2294933,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.4-canary.4d23f9c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.4-canary.4d23f9c_1573238582998_0.7360241303469028"},"_hasShrinkwrap":false,"publish_time":1573238583202,"_cnpm_publish_time":1573238583202,"contributors":[]},"1.7.0":{"name":"@firebase/firestore","version":"1.7.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.7.0","@firebase/logger":"0.1.29","@firebase/webchannel-wrapper":"0.2.30","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.32","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.0","@typescript-eslint/eslint-plugin":"2.6.0","@typescript-eslint/eslint-plugin-tslint":"2.6.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.7.0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"d0ebaa6c9c7fbee2ed0faa71923f6954813e1465","size":2289722,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.7.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.7.0_1573168086011_0.14702540181052037"},"_hasShrinkwrap":false,"publish_time":1573168086274,"_cnpm_publish_time":1573168086274,"contributors":[]},"1.7.0-0":{"name":"@firebase/firestore","version":"1.7.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.7.0-0","@firebase/logger":"0.1.29-0","@firebase/webchannel-wrapper":"0.2.30-0","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.32-0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.0","@typescript-eslint/eslint-plugin":"2.6.0","@typescript-eslint/eslint-plugin-tslint":"2.6.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.7.0-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"38b887bd75eb4ddcb26b8f8fa7328a1a65d6a41a","size":2289723,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.7.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.7.0-0_1572997069414_0.040236034093937834"},"_hasShrinkwrap":false,"publish_time":1572997069632,"_cnpm_publish_time":1572997069632,"contributors":[]},"1.6.4-canary.331f9d0":{"name":"@firebase/firestore","version":"1.6.4-canary.331f9d0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.331f9d0","@firebase/logger":"0.1.28-canary.331f9d0","@firebase/webchannel-wrapper":"0.2.29-canary.331f9d0","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.31-canary.331f9d0","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.22-canary.331f9d0","@firebase/app-types":"0.4.7-canary.331f9d0"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.0","@typescript-eslint/eslint-plugin":"2.6.0","@typescript-eslint/eslint-plugin-tslint":"2.6.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.4-canary.331f9d0","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"8303aced2dbbea3c2ffaefdc25f766617dd76c97","size":2294932,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.4-canary.331f9d0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.4-canary.331f9d0_1572983007399_0.6205566235684017"},"_hasShrinkwrap":false,"publish_time":1572983007623,"_cnpm_publish_time":1572983007623,"contributors":[]},"1.6.4-canary.332250d":{"name":"@firebase/firestore","version":"1.6.4-canary.332250d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.332250d","@firebase/logger":"0.1.28-canary.332250d","@firebase/webchannel-wrapper":"0.2.29-canary.332250d","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.31-canary.332250d","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.22-canary.332250d","@firebase/app-types":"0.4.7-canary.332250d"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.0","@typescript-eslint/eslint-plugin":"2.6.0","@typescript-eslint/eslint-plugin-tslint":"2.6.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.4-canary.332250d","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"693ed59aa684ba6e8870cb349ffc5d70632ae20d","size":2294131,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.4-canary.332250d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.4-canary.332250d_1572896010932_0.9713962130432856"},"_hasShrinkwrap":false,"publish_time":1572896011130,"_cnpm_publish_time":1572896011130,"contributors":[]},"1.6.3-canary.ba4eebb":{"name":"@firebase/firestore","version":"1.6.3-canary.ba4eebb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.ba4eebb","@firebase/logger":"0.1.28-canary.ba4eebb","@firebase/webchannel-wrapper":"0.2.29-canary.ba4eebb","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.31-canary.ba4eebb","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.21-canary.ba4eebb","@firebase/app-types":"0.4.6-canary.ba4eebb"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.0","@typescript-eslint/eslint-plugin":"2.6.0","@typescript-eslint/eslint-plugin-tslint":"2.6.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.3-canary.ba4eebb","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"adfee66aecd3407bbb9c957c38ab122a08ad3d63","size":2294131,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.3-canary.ba4eebb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.3-canary.ba4eebb_1572889273932_0.7967254605148149"},"_hasShrinkwrap":false,"publish_time":1572889274098,"_cnpm_publish_time":1572889274098,"contributors":[]},"1.6.3-canary.3323467":{"name":"@firebase/firestore","version":"1.6.3-canary.3323467","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.3323467","@firebase/logger":"0.1.28-canary.3323467","@firebase/webchannel-wrapper":"0.2.29-canary.3323467","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.31-canary.3323467","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.21-canary.3323467","@firebase/app-types":"0.4.6-canary.3323467"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.0","@typescript-eslint/eslint-plugin":"2.6.0","@typescript-eslint/eslint-plugin-tslint":"2.6.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.3-canary.3323467","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"ae36cc0993533108d5be818a70fd1d0a75544fdb","size":2294345,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.3-canary.3323467.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.3-canary.3323467_1572663312502_0.9295491786644849"},"_hasShrinkwrap":false,"publish_time":1572663312865,"_cnpm_publish_time":1572663312865,"contributors":[]},"1.6.3-canary.ad9dc8d":{"name":"@firebase/firestore","version":"1.6.3-canary.ad9dc8d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.ad9dc8d","@firebase/logger":"0.1.28-canary.ad9dc8d","@firebase/webchannel-wrapper":"0.2.29-canary.ad9dc8d","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.31-canary.ad9dc8d","grpc":"1.24.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.21-canary.ad9dc8d","@firebase/app-types":"0.4.6-canary.ad9dc8d"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.26.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.6.0","@typescript-eslint/parser":"2.6.0","@typescript-eslint/eslint-plugin":"2.6.0","@typescript-eslint/eslint-plugin-tslint":"2.6.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.3-canary.ad9dc8d","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"726036573b096661661dd34370abc007b90d9d5a","size":2274948,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.3-canary.ad9dc8d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.3-canary.ad9dc8d_1572663019946_0.15465683346338488"},"_hasShrinkwrap":false,"publish_time":1572663020227,"_cnpm_publish_time":1572663020227,"contributors":[]},"1.6.3-canary.ce867b0":{"name":"@firebase/firestore","version":"1.6.3-canary.ce867b0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.ce867b0","@firebase/logger":"0.1.28-canary.ce867b0","@firebase/webchannel-wrapper":"0.2.29-canary.ce867b0","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.31-canary.ce867b0","grpc":"1.24.1","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.21-canary.ce867b0","@firebase/app-types":"0.4.6-canary.ce867b0"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.25.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.5.0","@typescript-eslint/eslint-plugin":"2.5.0","@typescript-eslint/eslint-plugin-tslint":"2.5.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.3-canary.ce867b0","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"471dbf137654ad914d6c24ca8d2e0d5a9a805eff","size":2274947,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.3-canary.ce867b0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.3-canary.ce867b0_1572566554701_0.8519576717894999"},"_hasShrinkwrap":false,"publish_time":1572566554959,"_cnpm_publish_time":1572566554959,"contributors":[]},"1.6.3-canary.cf2be75":{"name":"@firebase/firestore","version":"1.6.3-canary.cf2be75","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.cf2be75","@firebase/logger":"0.1.28-canary.cf2be75","@firebase/webchannel-wrapper":"0.2.29-canary.cf2be75","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.31-canary.cf2be75","grpc":"1.24.1","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.21-canary.cf2be75","@firebase/app-types":"0.4.6-canary.cf2be75"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.25.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.5.0","@typescript-eslint/eslint-plugin":"2.5.0","@typescript-eslint/eslint-plugin-tslint":"2.5.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.3-canary.cf2be75","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"392958484bd3cc6872459165fbccd8d18c120265","size":2275211,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.3-canary.cf2be75.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.3-canary.cf2be75_1572560219984_0.08773423765059918"},"_hasShrinkwrap":false,"publish_time":1572560220231,"_cnpm_publish_time":1572560220231,"contributors":[]},"1.6.4":{"name":"@firebase/firestore","version":"1.6.4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2","@firebase/logger":"0.1.28","@firebase/webchannel-wrapper":"0.2.29","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.31","grpc":"1.24.1","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.25.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.5.0","@typescript-eslint/eslint-plugin":"2.5.0","@typescript-eslint/eslint-plugin-tslint":"2.5.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.4","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"0f7664c5bcc1af0326cc56541aac7d4d23d7e9fb","size":2268983,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.4_1572554942125_0.5243538418720384"},"_hasShrinkwrap":false,"publish_time":1572554942393,"_cnpm_publish_time":1572554942393,"contributors":[]},"1.6.3-canary.34884f2":{"name":"@firebase/firestore","version":"1.6.3-canary.34884f2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.34884f2","@firebase/logger":"0.1.28-canary.34884f2","@firebase/webchannel-wrapper":"0.2.29-canary.34884f2","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.31-canary.34884f2","grpc":"1.24.1","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.21-canary.34884f2","@firebase/app-types":"0.4.6-canary.34884f2"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.25.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.5.0","@typescript-eslint/eslint-plugin":"2.5.0","@typescript-eslint/eslint-plugin-tslint":"2.5.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.3-canary.34884f2","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"ab5904addc54e255052711015342871a242d82e2","size":2274137,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.3-canary.34884f2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.3-canary.34884f2_1572485246193_0.2862259224299166"},"_hasShrinkwrap":false,"publish_time":1572485246380,"_cnpm_publish_time":1572485246380,"contributors":[]},"1.6.3-canary.68101ee":{"name":"@firebase/firestore","version":"1.6.3-canary.68101ee","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.68101ee","@firebase/logger":"0.1.28-canary.68101ee","@firebase/webchannel-wrapper":"0.2.29-canary.68101ee","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.31-canary.68101ee","grpc":"1.24.1","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.21-canary.68101ee","@firebase/app-types":"0.4.6-canary.68101ee"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.25.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.5.0","@typescript-eslint/eslint-plugin":"2.5.0","@typescript-eslint/eslint-plugin-tslint":"2.5.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.3-canary.68101ee","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"51c7708e3004c43e05054194240577a7b0bbbc0b","size":2274135,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.3-canary.68101ee.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.3-canary.68101ee_1572480298119_0.9157319837816984"},"_hasShrinkwrap":false,"publish_time":1572480298403,"_cnpm_publish_time":1572480298403,"contributors":[]},"1.6.4-0":{"name":"@firebase/firestore","version":"1.6.4-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2","@firebase/logger":"0.1.28","@firebase/webchannel-wrapper":"0.2.29","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.31","grpc":"1.24.1","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.25.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.5.0","@typescript-eslint/eslint-plugin":"2.5.0","@typescript-eslint/eslint-plugin-tslint":"2.5.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.4-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"fa239df15d292ce007a5ba271c87537c17ea7da6","size":2268984,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.4-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.4-0_1572477980114_0.8565892588796207"},"_hasShrinkwrap":false,"publish_time":1572477980373,"_cnpm_publish_time":1572477980373,"contributors":[]},"1.6.3-canary.94ffe75":{"name":"@firebase/firestore","version":"1.6.3-canary.94ffe75","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.94ffe75","@firebase/logger":"0.1.28-canary.94ffe75","@firebase/webchannel-wrapper":"0.2.29-canary.94ffe75","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.31-canary.94ffe75","grpc":"1.24.1","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.21-canary.94ffe75","@firebase/app-types":"0.4.6-canary.94ffe75"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.25.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.5.0","@typescript-eslint/eslint-plugin":"2.5.0","@typescript-eslint/eslint-plugin-tslint":"2.5.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.3-canary.94ffe75","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"520a04aadbf8d1e740e2c6fa37f7b9184bac9641","size":2272824,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.3-canary.94ffe75.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.3-canary.94ffe75_1572357616576_0.7021549215191194"},"_hasShrinkwrap":false,"publish_time":1572357616860,"_cnpm_publish_time":1572357616860,"contributors":[]},"1.6.3-canary.344d063":{"name":"@firebase/firestore","version":"1.6.3-canary.344d063","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.344d063","@firebase/logger":"0.1.28-canary.344d063","@firebase/webchannel-wrapper":"0.2.29-canary.344d063","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.31-canary.344d063","grpc":"1.24.1","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.21-canary.344d063","@firebase/app-types":"0.4.6-canary.344d063"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.25.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.5.0","@typescript-eslint/eslint-plugin":"2.5.0","@typescript-eslint/eslint-plugin-tslint":"2.5.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.3-canary.344d063","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"8672bc456048d826e932a44e74a24cc4e0efda8a","size":2272822,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.3-canary.344d063.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.3-canary.344d063_1572276538951_0.42945941412044375"},"_hasShrinkwrap":false,"publish_time":1572276539166,"_cnpm_publish_time":1572276539166,"contributors":[]},"1.6.3-canary.b236a06":{"name":"@firebase/firestore","version":"1.6.3-canary.b236a06","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.b236a06","@firebase/logger":"0.1.28-canary.b236a06","@firebase/webchannel-wrapper":"0.2.29-canary.b236a06","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.31-canary.b236a06","grpc":"1.24.1","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.21-canary.b236a06","@firebase/app-types":"0.4.6-canary.b236a06"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.25.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.5.0","@typescript-eslint/eslint-plugin":"2.5.0","@typescript-eslint/eslint-plugin-tslint":"2.5.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.3-canary.b236a06","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"7aa4d4c8bcbdb6b3194756c1f71c045c8429b311","size":2272825,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.3-canary.b236a06.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.3-canary.b236a06_1572029016763_0.8775831055591656"},"_hasShrinkwrap":false,"publish_time":1572029016986,"_cnpm_publish_time":1572029016986,"contributors":[]},"1.6.2-canary.3cf7842":{"name":"@firebase/firestore","version":"1.6.2-canary.3cf7842","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.3cf7842","@firebase/logger":"0.1.27-canary.3cf7842","@firebase/webchannel-wrapper":"0.2.28-canary.3cf7842","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.30-canary.3cf7842","grpc":"1.24.1","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.20-canary.3cf7842","@firebase/app-types":"0.4.6-canary.3cf7842"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.25.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.5.0","@typescript-eslint/eslint-plugin":"2.5.0","@typescript-eslint/eslint-plugin-tslint":"2.5.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.2-canary.3cf7842","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"2f3de58a97f24ce6a7f47b279dd3a97c5302c851","size":2272821,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.2-canary.3cf7842.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.2-canary.3cf7842_1571975345331_0.4353705428485435"},"_hasShrinkwrap":false,"publish_time":1571975345596,"_cnpm_publish_time":1571975345596,"contributors":[]},"1.6.2-canary.d873562":{"name":"@firebase/firestore","version":"1.6.2-canary.d873562","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.d873562","@firebase/logger":"0.1.27-canary.d873562","@firebase/webchannel-wrapper":"0.2.28-canary.d873562","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.30-canary.d873562","grpc":"1.24.1","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.20-canary.d873562","@firebase/app-types":"0.4.6-canary.d873562"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.25.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.5.0","@typescript-eslint/eslint-plugin":"2.5.0","@typescript-eslint/eslint-plugin-tslint":"2.5.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.2-canary.d873562","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"d41571efa6cd77fcc9946f46f9089afc1f2bf804","size":2272819,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.2-canary.d873562.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.2-canary.d873562_1571960233843_0.9126571408182533"},"_hasShrinkwrap":false,"publish_time":1571960234002,"_cnpm_publish_time":1571960234002,"contributors":[]},"1.6.3":{"name":"@firebase/firestore","version":"1.6.3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2","@firebase/logger":"0.1.28","@firebase/webchannel-wrapper":"0.2.29","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.31","grpc":"1.24.1","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.25.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.5.0","@typescript-eslint/eslint-plugin":"2.5.0","@typescript-eslint/eslint-plugin-tslint":"2.5.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.3","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"bf37fcf57fc21e8f475fd8228803f4e4e10dd8c1","size":2267527,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.3_1571960209231_0.058276710815099"},"_hasShrinkwrap":false,"publish_time":1571960209416,"_cnpm_publish_time":1571960209416,"contributors":[]},"1.6.2-canary.d7e93f1":{"name":"@firebase/firestore","version":"1.6.2-canary.d7e93f1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.d7e93f1","@firebase/logger":"0.1.27-canary.d7e93f1","@firebase/webchannel-wrapper":"0.2.28-canary.d7e93f1","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.30-canary.d7e93f1","grpc":"1.24.1","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.20-canary.d7e93f1","@firebase/app-types":"0.4.6-canary.d7e93f1"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.25.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.5.0","@typescript-eslint/eslint-plugin":"2.5.0","@typescript-eslint/eslint-plugin-tslint":"2.5.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.2-canary.d7e93f1","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"7bebee80e5dd9ed1a8da3756c3b1682f0887cef6","size":2272819,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.2-canary.d7e93f1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.2-canary.d7e93f1_1571960044874_0.23415154666399873"},"_hasShrinkwrap":false,"publish_time":1571960045045,"_cnpm_publish_time":1571960045045,"contributors":[]},"1.6.3-1":{"name":"@firebase/firestore","version":"1.6.3-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2","@firebase/logger":"0.1.28-0","@firebase/webchannel-wrapper":"0.2.29-0","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.31-0","grpc":"1.24.1","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.4","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.25.2","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.2","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.5.0","@typescript-eslint/eslint-plugin":"2.5.0","@typescript-eslint/eslint-plugin-tslint":"2.5.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.3-1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"0a618aa0db6ed53da0f039eb8f603b144354a921","size":2267535,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.3-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.3-1_1571957607684_0.6963132129084841"},"_hasShrinkwrap":false,"publish_time":1571957608058,"_cnpm_publish_time":1571957608058,"contributors":[]},"1.6.2-canary.5a30f33":{"name":"@firebase/firestore","version":"1.6.2-canary.5a30f33","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.5a30f33","@firebase/logger":"0.1.27-canary.5a30f33","@firebase/webchannel-wrapper":"0.2.28-canary.5a30f33","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.30-canary.5a30f33","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.20-canary.5a30f33","@firebase/app-types":"0.4.6-canary.5a30f33"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.23.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.1","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.4.0","@typescript-eslint/eslint-plugin":"2.4.0","@typescript-eslint/eslint-plugin-tslint":"2.4.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.2-canary.5a30f33","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"521652fbe9ff455969c31141415ea7de91dd68df","size":2272865,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.2-canary.5a30f33.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.2-canary.5a30f33_1571941965895_0.6417720963675446"},"_hasShrinkwrap":false,"publish_time":1571941966123,"_cnpm_publish_time":1571941966123,"contributors":[]},"1.6.2-canary.320d613":{"name":"@firebase/firestore","version":"1.6.2-canary.320d613","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.320d613","@firebase/logger":"0.1.27-canary.320d613","@firebase/webchannel-wrapper":"0.2.28-canary.320d613","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.30-canary.320d613","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.20-canary.320d613","@firebase/app-types":"0.4.6-canary.320d613"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.23.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.1","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.4.0","@typescript-eslint/eslint-plugin":"2.4.0","@typescript-eslint/eslint-plugin-tslint":"2.4.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.2-canary.320d613","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"7eb216a8e6d34997426df2ea7353787b6e4c059e","size":2272866,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.2-canary.320d613.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.2-canary.320d613_1571867709360_0.1320916920225259"},"_hasShrinkwrap":false,"publish_time":1571867709557,"_cnpm_publish_time":1571867709557,"contributors":[]},"1.6.2-canary.3ea6f38":{"name":"@firebase/firestore","version":"1.6.2-canary.3ea6f38","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-canary.3ea6f38","@firebase/logger":"0.1.27-canary.3ea6f38","@firebase/webchannel-wrapper":"0.2.28-canary.3ea6f38","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.30-canary.3ea6f38","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.20-canary.3ea6f38","@firebase/app-types":"0.4.6-canary.3ea6f38"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.23.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.1","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.4.0","@typescript-eslint/eslint-plugin":"2.4.0","@typescript-eslint/eslint-plugin-tslint":"2.4.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.2-canary.3ea6f38","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"e16d33e79ec675b3693cb2b31055c7f267975096","size":2272865,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.2-canary.3ea6f38.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.2-canary.3ea6f38_1571785725009_0.07181810856708415"},"_hasShrinkwrap":false,"publish_time":1571785725277,"_cnpm_publish_time":1571785725277,"contributors":[]},"1.6.1-canary.d5eacb6":{"name":"@firebase/firestore","version":"1.6.1-canary.d5eacb6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.1-canary.d5eacb6","@firebase/logger":"0.1.26-canary.d5eacb6","@firebase/webchannel-wrapper":"0.2.27-canary.d5eacb6","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.29-canary.d5eacb6","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.19-canary.d5eacb6","@firebase/app-types":"0.4.5-canary.d5eacb6"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.23.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.1","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.4.0","@typescript-eslint/eslint-plugin":"2.4.0","@typescript-eslint/eslint-plugin-tslint":"2.4.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.1-canary.d5eacb6","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"7c6f1a55c2814a0462ac762439aceebc7359190d","size":2272864,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.1-canary.d5eacb6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.1-canary.d5eacb6_1571781459362_0.5936057412217954"},"_hasShrinkwrap":false,"publish_time":1571781459659,"_cnpm_publish_time":1571781459659,"contributors":[]},"1.6.3-0":{"name":"@firebase/firestore","version":"1.6.3-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2","@firebase/logger":"0.1.27","@firebase/webchannel-wrapper":"0.2.28","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.30","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.23.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.1","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.4.0","@typescript-eslint/eslint-plugin":"2.4.0","@typescript-eslint/eslint-plugin-tslint":"2.4.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.3-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"dc5fc7c5a04efdd62b0db5ed5a5631184084fa94","size":2267571,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.3-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.3-0_1571780889111_0.4715373017680544"},"_hasShrinkwrap":false,"publish_time":1571780889306,"_cnpm_publish_time":1571780889306,"contributors":[]},"1.6.1-canary.3264492":{"name":"@firebase/firestore","version":"1.6.1-canary.3264492","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.1-canary.3264492","@firebase/logger":"0.1.26-canary.3264492","@firebase/webchannel-wrapper":"0.2.27-canary.3264492","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.29-canary.3264492","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.19-canary.3264492","@firebase/app-types":"0.4.5-canary.3264492"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.23.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.1","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.4.0","@typescript-eslint/eslint-plugin":"2.4.0","@typescript-eslint/eslint-plugin-tslint":"2.4.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.1-canary.3264492","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"ab62e22187e1a5fcd4646b7e97fa37807a568463","size":2269103,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.1-canary.3264492.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.1-canary.3264492_1571707221974_0.6703516630239406"},"_hasShrinkwrap":false,"publish_time":1571707222172,"_cnpm_publish_time":1571707222172,"contributors":[]},"1.6.1-canary.4ecd58e":{"name":"@firebase/firestore","version":"1.6.1-canary.4ecd58e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.1-canary.4ecd58e","@firebase/logger":"0.1.26-canary.4ecd58e","@firebase/webchannel-wrapper":"0.2.27-canary.4ecd58e","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.29-canary.4ecd58e","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.19-canary.4ecd58e","@firebase/app-types":"0.4.5-canary.4ecd58e"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.23.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.1","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.4.0","@typescript-eslint/eslint-plugin":"2.4.0","@typescript-eslint/eslint-plugin-tslint":"2.4.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.1-canary.4ecd58e","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"308bc2b5d0a9321a2d6845dc01f854a6417c609b","size":2270007,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.1-canary.4ecd58e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.1-canary.4ecd58e_1571377269011_0.9358899467538748"},"_hasShrinkwrap":false,"publish_time":1571377269195,"_cnpm_publish_time":1571377269195,"contributors":[]},"1.6.1-canary.c35bc8f":{"name":"@firebase/firestore","version":"1.6.1-canary.c35bc8f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.1-canary.c35bc8f","@firebase/logger":"0.1.26-canary.c35bc8f","@firebase/webchannel-wrapper":"0.2.27-canary.c35bc8f","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.29-canary.c35bc8f","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.19-canary.c35bc8f","@firebase/app-types":"0.4.5-canary.c35bc8f"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.23.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.1","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.4.0","@typescript-eslint/eslint-plugin":"2.4.0","@typescript-eslint/eslint-plugin-tslint":"2.4.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.1-canary.c35bc8f","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"b56a7431fa639d295e0f330f8bc0443f69203aa8","size":2270009,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.1-canary.c35bc8f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.1-canary.c35bc8f_1571355847843_0.6503850371301896"},"_hasShrinkwrap":false,"publish_time":1571355848028,"_cnpm_publish_time":1571355848028,"contributors":[]},"1.6.1-canary.07cd70d":{"name":"@firebase/firestore","version":"1.6.1-canary.07cd70d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.1-canary.07cd70d","@firebase/logger":"0.1.26-canary.07cd70d","@firebase/webchannel-wrapper":"0.2.27-canary.07cd70d","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.29-canary.07cd70d","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.19-canary.07cd70d","@firebase/app-types":"0.4.5-canary.07cd70d"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.23.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.1","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.4.0","@typescript-eslint/eslint-plugin":"2.4.0","@typescript-eslint/eslint-plugin-tslint":"2.4.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.1-canary.07cd70d","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"d315390e691ba6b561a65e4685093d2684eba378","size":2270082,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.1-canary.07cd70d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.1-canary.07cd70d_1571348756303_0.5154853549134815"},"_hasShrinkwrap":false,"publish_time":1571348756532,"_cnpm_publish_time":1571348756532,"contributors":[]},"1.6.1-canary.0cec349":{"name":"@firebase/firestore","version":"1.6.1-canary.0cec349","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.1-canary.0cec349","@firebase/logger":"0.1.26-canary.0cec349","@firebase/webchannel-wrapper":"0.2.27-canary.0cec349","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.29-canary.0cec349","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.19-canary.0cec349","@firebase/app-types":"0.4.5-canary.0cec349"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.23.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.1","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.4.0","@typescript-eslint/eslint-plugin":"2.4.0","@typescript-eslint/eslint-plugin-tslint":"2.4.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.1-canary.0cec349","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"8a681c6650a46b6bd86c08cd3629f1bb3b64dfde","size":2270082,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.1-canary.0cec349.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.1-canary.0cec349_1571340362901_0.7284829777313195"},"_hasShrinkwrap":false,"publish_time":1571340363087,"_cnpm_publish_time":1571340363087,"contributors":[]},"1.6.2":{"name":"@firebase/firestore","version":"1.6.2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2","@firebase/logger":"0.1.27","@firebase/webchannel-wrapper":"0.2.28","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.30","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.23.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.1","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.4.0","@typescript-eslint/eslint-plugin":"2.4.0","@typescript-eslint/eslint-plugin-tslint":"2.4.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.2","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"e5c30408ca6c8fbc02bbb42d98f7c10ec7e663db","size":2270052,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.2_1571252654890_0.06759215257309625"},"_hasShrinkwrap":false,"publish_time":1571252655101,"_cnpm_publish_time":1571252655101,"contributors":[]},"1.6.1-canary.b21b946":{"name":"@firebase/firestore","version":"1.6.1-canary.b21b946","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.1-canary.b21b946","@firebase/logger":"0.1.26-canary.b21b946","@firebase/webchannel-wrapper":"0.2.27-canary.b21b946","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.29-canary.b21b946","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.19-canary.b21b946","@firebase/app-types":"0.4.5-canary.b21b946"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.23.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.1","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.4.0","@typescript-eslint/eslint-plugin":"2.4.0","@typescript-eslint/eslint-plugin-tslint":"2.4.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.1-canary.b21b946","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"83a4d086688f36e47326eeb41a54f38723c70ada","size":2270083,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.1-canary.b21b946.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.1-canary.b21b946_1571175465461_0.09324526302084801"},"_hasShrinkwrap":false,"publish_time":1571175465697,"_cnpm_publish_time":1571175465697,"contributors":[]},"1.6.2-0":{"name":"@firebase/firestore","version":"1.6.2-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.2-0","@firebase/logger":"0.1.27-0","@firebase/webchannel-wrapper":"0.2.28-0","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.30-0","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.23.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.1","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.4.0","@typescript-eslint/eslint-plugin":"2.4.0","@typescript-eslint/eslint-plugin-tslint":"2.4.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.2-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"e57bf0df2c941fdf893bb03ed94ab7f141e40740","size":2270055,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.2-0_1571174452870_0.5640548305228934"},"_hasShrinkwrap":false,"publish_time":1571174453084,"_cnpm_publish_time":1571174453084,"contributors":[]},"1.6.1-canary.9da3892":{"name":"@firebase/firestore","version":"1.6.1-canary.9da3892","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.1-canary.9da3892","@firebase/logger":"0.1.26-canary.9da3892","@firebase/webchannel-wrapper":"0.2.27-canary.9da3892","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.29-canary.9da3892","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.19-canary.9da3892","@firebase/app-types":"0.4.5-canary.9da3892"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.23.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.4","webpack":"4.41.1","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.4.0","@typescript-eslint/eslint-plugin":"2.4.0","@typescript-eslint/eslint-plugin-tslint":"2.4.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.1-canary.9da3892","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"fbcc5229a14672435145ad565ad13fa519d8697d","size":2251058,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.1-canary.9da3892.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.1-canary.9da3892_1571166859061_0.41302975003464804"},"_hasShrinkwrap":false,"publish_time":1571166859298,"_cnpm_publish_time":1571166859298,"contributors":[]},"1.6.1-canary.e6926fd":{"name":"@firebase/firestore","version":"1.6.1-canary.e6926fd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.1-canary.e6926fd","@firebase/logger":"0.1.26-canary.e6926fd","@firebase/webchannel-wrapper":"0.2.27-canary.e6926fd","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.29-canary.e6926fd","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.19-canary.e6926fd","@firebase/app-types":"0.4.5-canary.e6926fd"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.23.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.3","webpack":"4.41.1","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.4.0","@typescript-eslint/eslint-plugin":"2.4.0","@typescript-eslint/eslint-plugin-tslint":"2.4.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.1-canary.e6926fd","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"44662500cd573c93716788d836b4b44c5cfe95ad","size":2251057,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.1-canary.e6926fd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.1-canary.e6926fd_1571097221728_0.5546321007648638"},"_hasShrinkwrap":false,"publish_time":1571097221926,"_cnpm_publish_time":1571097221926,"contributors":[]},"1.6.1-canary.81d49bb":{"name":"@firebase/firestore","version":"1.6.1-canary.81d49bb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.1-canary.81d49bb","@firebase/logger":"0.1.26-canary.81d49bb","@firebase/webchannel-wrapper":"0.2.27-canary.81d49bb","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.29-canary.81d49bb","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.19-canary.81d49bb","@firebase/app-types":"0.4.5-canary.81d49bb"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.23.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.3","webpack":"4.41.1","yargs":"14.2.0","eslint":"6.5.1","@typescript-eslint/parser":"2.4.0","@typescript-eslint/eslint-plugin":"2.4.0","@typescript-eslint/eslint-plugin-tslint":"2.4.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.1-canary.81d49bb","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"ee9cc6076a786243c8d6e694e88a8a40bb0d7ce4","size":2251058,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.1-canary.81d49bb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.1-canary.81d49bb_1571091666699_0.7589583066792072"},"_hasShrinkwrap":false,"publish_time":1571091666944,"_cnpm_publish_time":1571091666944,"contributors":[]},"1.6.0-canary.3eb29cb":{"name":"@firebase/firestore","version":"1.6.0-canary.3eb29cb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.0-canary.3eb29cb","@firebase/logger":"0.1.25-canary.3eb29cb","@firebase/webchannel-wrapper":"0.2.26-canary.3eb29cb","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.3eb29cb","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.3eb29cb","@firebase/app-types":"0.4.4-canary.3eb29cb"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.3","webpack":"4.41.0","yargs":"14.0.0","eslint":"6.5.1","@typescript-eslint/parser":"2.3.2","@typescript-eslint/eslint-plugin":"2.3.2","@typescript-eslint/eslint-plugin-tslint":"2.3.2","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.0-canary.3eb29cb","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"5a3a935a641d07a6f6b5d001a14219f8b435806f","size":2251057,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.0-canary.3eb29cb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.0-canary.3eb29cb_1570744365902_0.6286230799265651"},"_hasShrinkwrap":false,"publish_time":1570744366146,"_cnpm_publish_time":1570744366146,"contributors":[]},"1.6.1":{"name":"@firebase/firestore","version":"1.6.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.1","@firebase/logger":"0.1.26","@firebase/webchannel-wrapper":"0.2.27","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.29","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.3","webpack":"4.41.0","yargs":"14.0.0","eslint":"6.5.1","@typescript-eslint/parser":"2.3.2","@typescript-eslint/eslint-plugin":"2.3.2","@typescript-eslint/eslint-plugin-tslint":"2.3.2","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"0943a022f71e76e7b1c0fe049eed9d327f009848","size":2248895,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.1_1570733689903_0.38341330810469576"},"_hasShrinkwrap":false,"publish_time":1570733690171,"_cnpm_publish_time":1570733690171,"contributors":[]},"1.6.1-0":{"name":"@firebase/firestore","version":"1.6.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.1-0","@firebase/logger":"0.1.26-0","@firebase/webchannel-wrapper":"0.2.27-0","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.29-0","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.3","webpack":"4.41.0","yargs":"14.0.0","eslint":"6.5.1","@typescript-eslint/parser":"2.3.2","@typescript-eslint/eslint-plugin":"2.3.2","@typescript-eslint/eslint-plugin-tslint":"2.3.2","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.1-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"eb3efa501d2da1b39576a9b0bd72e82dbc7666f7","size":2248899,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.1-0_1570652482480_0.9758678039915563"},"_hasShrinkwrap":false,"publish_time":1570652483015,"_cnpm_publish_time":1570652483015,"contributors":[]},"1.6.0-canary.8c2bbc3":{"name":"@firebase/firestore","version":"1.6.0-canary.8c2bbc3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.0-canary.8c2bbc3","@firebase/logger":"0.1.25-canary.8c2bbc3","@firebase/webchannel-wrapper":"0.2.26-canary.8c2bbc3","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.8c2bbc3","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.8c2bbc3","@firebase/app-types":"0.4.4-canary.8c2bbc3"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.3","webpack":"4.41.0","yargs":"14.0.0","eslint":"6.5.1","@typescript-eslint/parser":"2.3.2","@typescript-eslint/eslint-plugin":"2.3.2","@typescript-eslint/eslint-plugin-tslint":"2.3.2","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.0-canary.8c2bbc3","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"1e53d79dd0a1436ff12367fe449a99766446fbf7","size":2248905,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.0-canary.8c2bbc3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.0-canary.8c2bbc3_1570643953746_0.5963149428470427"},"_hasShrinkwrap":false,"publish_time":1570643953934,"_cnpm_publish_time":1570643953934,"contributors":[]},"1.6.0-canary.9fcd221":{"name":"@firebase/firestore","version":"1.6.0-canary.9fcd221","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.0-canary.9fcd221","@firebase/logger":"0.1.25-canary.9fcd221","@firebase/webchannel-wrapper":"0.2.26-canary.9fcd221","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.9fcd221","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.9fcd221","@firebase/app-types":"0.4.4-canary.9fcd221"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.3","webpack":"4.41.0","yargs":"14.0.0","eslint":"6.5.1","@typescript-eslint/parser":"2.3.2","@typescript-eslint/eslint-plugin":"2.3.2","@typescript-eslint/eslint-plugin-tslint":"2.3.2","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.0-canary.9fcd221","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"9a0d7615b8dc35435840bc0264530164a393701c","size":2248909,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.0-canary.9fcd221.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.0-canary.9fcd221_1570238752283_0.4555247806617053"},"_hasShrinkwrap":false,"publish_time":1570238752596,"_cnpm_publish_time":1570238752596,"contributors":[]},"1.5.4-canary.ed769e8":{"name":"@firebase/firestore","version":"1.5.4-canary.ed769e8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.ed769e8","@firebase/logger":"0.1.25-canary.ed769e8","@firebase/webchannel-wrapper":"0.2.26-canary.ed769e8","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.ed769e8","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.ed769e8","@firebase/app-types":"0.4.4-canary.ed769e8"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"5.0.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.23.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.6.3","webpack":"4.41.0","yargs":"14.0.0","eslint":"6.5.1","@typescript-eslint/parser":"2.3.2","@typescript-eslint/eslint-plugin":"2.3.2","@typescript-eslint/eslint-plugin-tslint":"2.3.2","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-canary.ed769e8","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"93e45900700bf61b749e974b28b38176d67a439c","size":2248906,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-canary.ed769e8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-canary.ed769e8_1570233685110_0.24313386273408888"},"_hasShrinkwrap":false,"publish_time":1570233685314,"_cnpm_publish_time":1570233685314,"contributors":[]},"1.5.4-canary.983f88f":{"name":"@firebase/firestore","version":"1.5.4-canary.983f88f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.983f88f","@firebase/logger":"0.1.25-canary.983f88f","@firebase/webchannel-wrapper":"0.2.26-canary.983f88f","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.983f88f","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.983f88f","@firebase/app-types":"0.4.4-canary.983f88f"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.22.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.5.3","webpack":"4.41.0","yargs":"14.0.0","eslint":"6.5.1","@typescript-eslint/parser":"2.3.2","@typescript-eslint/eslint-plugin":"2.3.2","@typescript-eslint/eslint-plugin-tslint":"2.3.2","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-canary.983f88f","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cdaff811bdc8afa3d65e9972744833aceda48d87","size":2248984,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-canary.983f88f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-canary.983f88f_1570148973854_0.32143125908871006"},"_hasShrinkwrap":false,"publish_time":1570148974153,"_cnpm_publish_time":1570148974153,"contributors":[]},"1.5.4-canary.29c0b37":{"name":"@firebase/firestore","version":"1.5.4-canary.29c0b37","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.29c0b37","@firebase/logger":"0.1.25-canary.29c0b37","@firebase/webchannel-wrapper":"0.2.26-canary.29c0b37","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.29c0b37","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.29c0b37","@firebase/app-types":"0.4.4-canary.29c0b37"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.22.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.5.3","webpack":"4.41.0","yargs":"14.0.0","eslint":"6.5.1","@typescript-eslint/parser":"2.3.2","@typescript-eslint/eslint-plugin":"2.3.2","@typescript-eslint/eslint-plugin-tslint":"2.3.2","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-canary.29c0b37","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3dae5c06f12a57cfb807f82e8abefbd3be7d1dbd","size":2248983,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-canary.29c0b37.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-canary.29c0b37_1570143307848_0.18813055430203462"},"_hasShrinkwrap":false,"publish_time":1570143308105,"_cnpm_publish_time":1570143308105,"contributors":[]},"1.6.0":{"name":"@firebase/firestore","version":"1.6.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.0","@firebase/logger":"0.1.25","@firebase/webchannel-wrapper":"0.2.26","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"941fbae48e501ec700861193b7ea2c03ddcef898","size":2207486,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.0_1570135528244_0.28937179516185263"},"_hasShrinkwrap":false,"publish_time":1570135528429,"_cnpm_publish_time":1570135528429,"contributors":[]},"1.5.4-canary.bd5ce34":{"name":"@firebase/firestore","version":"1.5.4-canary.bd5ce34","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.bd5ce34","@firebase/logger":"0.1.25-canary.bd5ce34","@firebase/webchannel-wrapper":"0.2.26-canary.bd5ce34","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.bd5ce34","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.bd5ce34","@firebase/app-types":"0.4.4-canary.bd5ce34"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.22.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.5.3","webpack":"4.41.0","yargs":"14.0.0","eslint":"6.5.1","@typescript-eslint/parser":"2.3.2","@typescript-eslint/eslint-plugin":"2.3.2","@typescript-eslint/eslint-plugin-tslint":"2.3.2","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-canary.bd5ce34","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1f5a645eb8ccf653ebcc481253f501aed1446c90","size":2248835,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-canary.bd5ce34.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-canary.bd5ce34_1570061393663_0.789773661108339"},"_hasShrinkwrap":false,"publish_time":1570061393926,"_cnpm_publish_time":1570061393926,"contributors":[]},"1.5.4-canary.fe530be":{"name":"@firebase/firestore","version":"1.5.4-canary.fe530be","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.fe530be","@firebase/logger":"0.1.25-canary.fe530be","@firebase/webchannel-wrapper":"0.2.26-canary.fe530be","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.fe530be","grpc":"1.24.0","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.fe530be","@firebase/app-types":"0.4.4-canary.fe530be"},"devDependencies":{"@types/chai":"4.2.3","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.5.0","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.7.1","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.22.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","tslint":"5.20.0","typescript":"3.5.3","webpack":"4.41.0","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.3.2","@typescript-eslint/eslint-plugin":"2.3.2","@typescript-eslint/eslint-plugin-tslint":"2.3.2","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-canary.fe530be","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"99e8d535ec5c7aa3f272bb396593e31a0d7416b2","size":2248608,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-canary.fe530be.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-canary.fe530be_1570043701797_0.5349998797533997"},"_hasShrinkwrap":false,"publish_time":1570043702122,"_cnpm_publish_time":1570043702122,"contributors":[]},"1.5.4-canary.5beb23c":{"name":"@firebase/firestore","version":"1.5.4-canary.5beb23c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.5beb23c","@firebase/logger":"0.1.25-canary.5beb23c","@firebase/webchannel-wrapper":"0.2.26-canary.5beb23c","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.5beb23c","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.5beb23c","@firebase/app-types":"0.4.4-canary.5beb23c"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-canary.5beb23c","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8398fe7b06edbd7e8f0d13e33b6d34200a63e8d2","size":2232188,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-canary.5beb23c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-canary.5beb23c_1570040612304_0.276804379343055"},"_hasShrinkwrap":false,"publish_time":1570040612664,"_cnpm_publish_time":1570040612664,"contributors":[]},"1.5.4-canary.a308f0f":{"name":"@firebase/firestore","version":"1.5.4-canary.a308f0f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.a308f0f","@firebase/logger":"0.1.25-canary.a308f0f","@firebase/webchannel-wrapper":"0.2.26-canary.a308f0f","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.a308f0f","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.a308f0f","@firebase/app-types":"0.4.4-canary.a308f0f"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-canary.a308f0f","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fc06c586953241431eeb2488891ccbebb19358b0","size":2207751,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-canary.a308f0f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-canary.a308f0f_1570040399242_0.20600941348703983"},"_hasShrinkwrap":false,"publish_time":1570040399487,"_cnpm_publish_time":1570040399487,"contributors":[]},"1.5.4-canary.fdd73ca":{"name":"@firebase/firestore","version":"1.5.4-canary.fdd73ca","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.fdd73ca","@firebase/logger":"0.1.25-canary.fdd73ca","@firebase/webchannel-wrapper":"0.2.26-canary.fdd73ca","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.fdd73ca","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.fdd73ca","@firebase/app-types":"0.4.4-canary.fdd73ca"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-canary.fdd73ca","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d5d72a5b600de4973d2d55a54e6bcf49b3885366","size":2207751,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-canary.fdd73ca.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-canary.fdd73ca_1570039843105_0.8998173853067204"},"_hasShrinkwrap":false,"publish_time":1570039843328,"_cnpm_publish_time":1570039843328,"contributors":[]},"1.5.4-canary.fa0e63d":{"name":"@firebase/firestore","version":"1.5.4-canary.fa0e63d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.fa0e63d","@firebase/logger":"0.1.25-canary.fa0e63d","@firebase/webchannel-wrapper":"0.2.26-canary.fa0e63d","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.fa0e63d","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.fa0e63d","@firebase/app-types":"0.4.4-canary.fa0e63d"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-canary.fa0e63d","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"964f1629b0fb34aa80c9a65c2cc0c6864f87af63","size":2207510,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-canary.fa0e63d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-canary.fa0e63d_1569973562219_0.6890528580304158"},"_hasShrinkwrap":false,"publish_time":1569973562407,"_cnpm_publish_time":1569973562407,"contributors":[]},"1.5.4-canary.3a6995b":{"name":"@firebase/firestore","version":"1.5.4-canary.3a6995b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.3a6995b","@firebase/logger":"0.1.25-canary.3a6995b","@firebase/webchannel-wrapper":"0.2.26-canary.3a6995b","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.3a6995b","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.3a6995b","@firebase/app-types":"0.4.4-canary.3a6995b"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-canary.3a6995b","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f12ef4a65b0681685fdbd3a3482ca6a133478f0a","size":2207511,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-canary.3a6995b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-canary.3a6995b_1569968950553_0.19664787049124866"},"_hasShrinkwrap":false,"publish_time":1569968950760,"_cnpm_publish_time":1569968950760,"contributors":[]},"1.6.0-0":{"name":"@firebase/firestore","version":"1.6.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.6.0-0","@firebase/logger":"0.1.25","@firebase/webchannel-wrapper":"0.2.26","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.6.0-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"81be886b74cc635fce46bd09d1c08e514a8c06ea","size":2207488,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.6.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.6.0-0_1569967308464_0.3530887716705686"},"_hasShrinkwrap":false,"publish_time":1569967308688,"_cnpm_publish_time":1569967308688,"contributors":[]},"1.5.4-canary.9be8285":{"name":"@firebase/firestore","version":"1.5.4-canary.9be8285","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.9be8285","@firebase/logger":"0.1.25-canary.9be8285","@firebase/webchannel-wrapper":"0.2.26-canary.9be8285","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.9be8285","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.9be8285","@firebase/app-types":"0.4.4-canary.9be8285"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-canary.9be8285","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6890fd8febee00ea06d3c47deeb38ddae7d6e0ad","size":2207512,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-canary.9be8285.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-canary.9be8285_1569961596914_0.8075572417501331"},"_hasShrinkwrap":false,"publish_time":1569961597123,"_cnpm_publish_time":1569961597123,"contributors":[]},"1.5.4-canary.6e377fe":{"name":"@firebase/firestore","version":"1.5.4-canary.6e377fe","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.6e377fe","@firebase/logger":"0.1.25-canary.6e377fe","@firebase/webchannel-wrapper":"0.2.26-canary.6e377fe","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.6e377fe","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.6e377fe","@firebase/app-types":"0.4.4-canary.6e377fe"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-canary.6e377fe","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"68a9b9e513cf175070be4a08474cbae7bbc8383a","size":2207228,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-canary.6e377fe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-canary.6e377fe_1569959542783_0.16028615006491287"},"_hasShrinkwrap":false,"publish_time":1569959542957,"_cnpm_publish_time":1569959542957,"contributors":[]},"1.5.4-canary.78adfdb":{"name":"@firebase/firestore","version":"1.5.4-canary.78adfdb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.78adfdb","@firebase/logger":"0.1.25-canary.78adfdb","@firebase/webchannel-wrapper":"0.2.26-canary.78adfdb","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.78adfdb","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.78adfdb","@firebase/app-types":"0.4.4-canary.78adfdb"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-canary.78adfdb","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"64342301a2a35f01c229b55c7a1c9c134878f63f","size":2207227,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-canary.78adfdb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-canary.78adfdb_1569955032494_0.308429207120098"},"_hasShrinkwrap":false,"publish_time":1569955032743,"_cnpm_publish_time":1569955032743,"contributors":[]},"1.5.4-canary.c36aa82":{"name":"@firebase/firestore","version":"1.5.4-canary.c36aa82","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.c36aa82","@firebase/logger":"0.1.25-canary.c36aa82","@firebase/webchannel-wrapper":"0.2.26-canary.c36aa82","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.c36aa82","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.c36aa82","@firebase/app-types":"0.4.4-canary.c36aa82"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-canary.c36aa82","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a62b3f1a3658efb05497caac833edb2f6990c11f","size":2207227,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-canary.c36aa82.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-canary.c36aa82_1569954480170_0.5704812196097078"},"_hasShrinkwrap":false,"publish_time":1569954480402,"_cnpm_publish_time":1569954480402,"contributors":[]},"1.5.4-canary.458db5f":{"name":"@firebase/firestore","version":"1.5.4-canary.458db5f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.458db5f","@firebase/logger":"0.1.25-canary.458db5f","@firebase/webchannel-wrapper":"0.2.26-canary.458db5f","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.458db5f","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.458db5f","@firebase/app-types":"0.4.4-canary.458db5f"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-canary.458db5f","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"205c1138a3b79696a854722e8d36b420d048b1bb","size":2207227,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-canary.458db5f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-canary.458db5f_1569948828001_0.08322968088826865"},"_hasShrinkwrap":false,"publish_time":1569948828224,"_cnpm_publish_time":1569948828224,"contributors":[]},"1.5.4-canary.d63371f":{"name":"@firebase/firestore","version":"1.5.4-canary.d63371f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.d63371f","@firebase/logger":"0.1.25-canary.d63371f","@firebase/webchannel-wrapper":"0.2.26-canary.d63371f","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.d63371f","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.d63371f","@firebase/app-types":"0.4.4-canary.d63371f"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-canary.d63371f","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"958297054b139c12e03a92a65618afb568072cf6","size":2207227,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-canary.d63371f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-canary.d63371f_1569897886668_0.7875569673578517"},"_hasShrinkwrap":false,"publish_time":1569897886884,"_cnpm_publish_time":1569897886884,"contributors":[]},"1.5.4-canary.37d150b":{"name":"@firebase/firestore","version":"1.5.4-canary.37d150b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.37d150b","@firebase/logger":"0.1.25-canary.37d150b","@firebase/webchannel-wrapper":"0.2.26-canary.37d150b","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.37d150b","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.37d150b","@firebase/app-types":"0.4.4-canary.37d150b"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-canary.37d150b","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a5ff91bd44f18acb7099b3fdfe1eb08a9b40c6bf","size":2207227,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-canary.37d150b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-canary.37d150b_1569890584115_0.294971246797215"},"_hasShrinkwrap":false,"publish_time":1569890584375,"_cnpm_publish_time":1569890584375,"contributors":[]},"1.5.4-canary.84c1583":{"name":"@firebase/firestore","version":"1.5.4-canary.84c1583","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.84c1583","@firebase/logger":"0.1.25-canary.84c1583","@firebase/webchannel-wrapper":"0.2.26-canary.84c1583","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.84c1583","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.84c1583","@firebase/app-types":"0.4.4-canary.84c1583"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-canary.84c1583","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"56e10a185e00ed6ce9c2bc6923b942d773363258","size":2207227,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-canary.84c1583.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-canary.84c1583_1569888984294_0.453619203619666"},"_hasShrinkwrap":false,"publish_time":1569888984620,"_cnpm_publish_time":1569888984620,"contributors":[]},"1.5.4-canary.e8a3920":{"name":"@firebase/firestore","version":"1.5.4-canary.e8a3920","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.e8a3920","@firebase/logger":"0.1.25-canary.e8a3920","@firebase/webchannel-wrapper":"0.2.26-canary.e8a3920","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.e8a3920","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.e8a3920","@firebase/app-types":"0.4.4-canary.e8a3920"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-canary.e8a3920","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"61ebe356f02bfa099c255b574ffc398730e71301","size":2207229,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-canary.e8a3920.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-canary.e8a3920_1569872333052_0.9721639870592416"},"_hasShrinkwrap":false,"publish_time":1569872333312,"_cnpm_publish_time":1569872333312,"contributors":[]},"1.5.4-canary.c9dbf19":{"name":"@firebase/firestore","version":"1.5.4-canary.c9dbf19","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.c9dbf19","@firebase/logger":"0.1.25-canary.c9dbf19","@firebase/webchannel-wrapper":"0.2.26-canary.c9dbf19","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.c9dbf19","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.c9dbf19","@firebase/app-types":"0.4.4-canary.c9dbf19"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-canary.c9dbf19","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a792c6f2f8325e4a6d55902eb668dd010950672c","size":2206289,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-canary.c9dbf19.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-canary.c9dbf19_1569650295299_0.7382576995169827"},"_hasShrinkwrap":false,"publish_time":1569650295520,"_cnpm_publish_time":1569650295520,"contributors":[]},"1.5.4-canary.012e3a5":{"name":"@firebase/firestore","version":"1.5.4-canary.012e3a5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.012e3a5","@firebase/logger":"0.1.25-canary.012e3a5","@firebase/webchannel-wrapper":"0.2.26-canary.012e3a5","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.012e3a5","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.012e3a5","@firebase/app-types":"0.4.4-canary.012e3a5"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-canary.012e3a5","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"75ce684f05e208a8cdd63ac4427e6681b098fe54","size":2207565,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-canary.012e3a5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-canary.012e3a5_1569645119319_0.6258988524336728"},"_hasShrinkwrap":false,"publish_time":1569645119609,"_cnpm_publish_time":1569645119609,"contributors":[]},"1.5.4-canary.b4ee745":{"name":"@firebase/firestore","version":"1.5.4-canary.b4ee745","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.b4ee745","@firebase/logger":"0.1.25-canary.b4ee745","@firebase/webchannel-wrapper":"0.2.26-canary.b4ee745","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.b4ee745","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.18-canary.b4ee745","@firebase/app-types":"0.4.4-canary.b4ee745"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-canary.b4ee745","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"83e94e5d115a728b5da743941b2737ce81cde52d","size":2207566,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-canary.b4ee745.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-canary.b4ee745_1569455075889_0.5622551996924148"},"_hasShrinkwrap":false,"publish_time":1569455076115,"_cnpm_publish_time":1569455076115,"contributors":[]},"1.5.4":{"name":"@firebase/firestore","version":"1.5.4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0","@firebase/logger":"0.1.25","@firebase/webchannel-wrapper":"0.2.26","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"43728c66d0a1846f33cad147cfc0003cbd9f580b","size":2207570,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4_1569445565633_0.4430963566094548"},"_hasShrinkwrap":false,"publish_time":1569445565843,"_cnpm_publish_time":1569445565843,"contributors":[]},"1.5.4-0":{"name":"@firebase/firestore","version":"1.5.4-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0","@firebase/logger":"0.1.25","@firebase/webchannel-wrapper":"0.2.26","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.4-0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"35edc36d1d50220faf37e1b044875fae57a7c925","size":2207573,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.4-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.4-0_1569444266084_0.22630327639738446"},"_hasShrinkwrap":false,"publish_time":1569444266327,"_cnpm_publish_time":1569444266327,"contributors":[]},"1.5.3-canary.2b412d7c":{"name":"@firebase/firestore","version":"1.5.3-canary.2b412d7c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.2b412d7c","@firebase/logger":"0.1.25-canary.2b412d7c","@firebase/webchannel-wrapper":"0.2.26-canary.2b412d7c","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.2b412d7c","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.17-canary.2b412d7c","@firebase/app-types":"0.4.3-canary.2b412d7c"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.3-canary.2b412d7c","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"1bc124e0908bc9f62322c548f8602a2fc8dc5322","size":2207570,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.3-canary.2b412d7c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.3-canary.2b412d7c_1569442945366_0.4673623104576057"},"_hasShrinkwrap":false,"publish_time":1569442945542,"_cnpm_publish_time":1569442945542,"contributors":[]},"1.5.3-canary.2b412d7":{"name":"@firebase/firestore","version":"1.5.3-canary.2b412d7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.2b412d7","@firebase/logger":"0.1.25-canary.2b412d7","@firebase/webchannel-wrapper":"0.2.26-canary.2b412d7","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.2b412d7","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.17-canary.2b412d7","@firebase/app-types":"0.4.3-canary.2b412d7"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.3-canary.2b412d7","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"edcee40d2cba816acf93b994725f0372af32a1e9","size":2207567,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.3-canary.2b412d7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.3-canary.2b412d7_1569442542762_0.0696471518247721"},"_hasShrinkwrap":false,"publish_time":1569442542942,"_cnpm_publish_time":1569442542942,"contributors":[]},"1.5.3-canary.fd35262":{"name":"@firebase/firestore","version":"1.5.3-canary.fd35262","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.fd35262","@firebase/logger":"0.1.25-canary.fd35262","@firebase/webchannel-wrapper":"0.2.26-canary.fd35262","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.fd35262","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.17-canary.fd35262","@firebase/app-types":"0.4.3-canary.fd35262"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.3-canary.fd35262","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6593cf0ee721b334e08d9387dfb1686046432682","size":2207567,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.3-canary.fd35262.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.3-canary.fd35262_1569440348956_0.014408354307542837"},"_hasShrinkwrap":false,"publish_time":1569440349147,"_cnpm_publish_time":1569440349147,"contributors":[]},"1.5.3-canary.806aabb":{"name":"@firebase/firestore","version":"1.5.3-canary.806aabb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.806aabb","@firebase/logger":"0.1.25-canary.806aabb","@firebase/webchannel-wrapper":"0.2.26-canary.806aabb","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-canary.806aabb","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.17-canary.806aabb","@firebase/app-types":"0.4.3-canary.806aabb"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.3-canary.806aabb","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"81457b10a8e184a473f886b28a29bd1f3ed1265b","size":2207567,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.3-canary.806aabb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.3-canary.806aabb_1569015000638_0.35085719521383996"},"_hasShrinkwrap":false,"publish_time":1569015000836,"_cnpm_publish_time":1569015000836,"contributors":[]},"1.5.3":{"name":"@firebase/firestore","version":"1.5.3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0","@firebase/logger":"0.1.25","@firebase/webchannel-wrapper":"0.2.26","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.3","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"657bae6b83e17c2eb8f1d0ebe431896a5313b79b","size":2207570,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.3_1568927355040_0.23256499534653008"},"_hasShrinkwrap":false,"publish_time":1568927355255,"_cnpm_publish_time":1568927355255,"contributors":[]},"1.5.2-canary.4f1f378":{"name":"@firebase/firestore","version":"1.5.2-canary.4f1f378","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.4f1f378","@firebase/logger":"0.1.24-canary.4f1f378","@firebase/webchannel-wrapper":"0.2.26-canary.4f1f378","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.27-canary.4f1f378","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.16-canary.4f1f378","@firebase/app-types":"0.4.3-canary.4f1f378"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.2-canary.4f1f378","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ffb795eaf887843c8f69a1d69abc75bd5482d9c8","size":2207566,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.2-canary.4f1f378.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.2-canary.4f1f378_1568858046110_0.17951210688500385"},"_hasShrinkwrap":false,"publish_time":1568858046292,"_cnpm_publish_time":1568858046292,"contributors":[]},"1.5.3-1":{"name":"@firebase/firestore","version":"1.5.3-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0","@firebase/logger":"0.1.25-1","@firebase/webchannel-wrapper":"0.2.26","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-1","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.3-1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"3ab8e1102d0244afe2c87af6c6351e8425aed7cd","size":2207576,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.3-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.3-1_1568855404171_0.555158533831952"},"_hasShrinkwrap":false,"publish_time":1568855404422,"_cnpm_publish_time":1568855404422,"contributors":[]},"1.5.2-canary.353fc52":{"name":"@firebase/firestore","version":"1.5.2-canary.353fc52","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.353fc52","@firebase/logger":"0.1.24-canary.353fc52","@firebase/webchannel-wrapper":"0.2.26-canary.353fc52","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.27-canary.353fc52","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.16-canary.353fc52","@firebase/app-types":"0.4.3-canary.353fc52"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.2-canary.353fc52","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ee53b233073e745fa5bee6ff88fb411851d3e121","size":2207566,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.2-canary.353fc52.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.2-canary.353fc52_1568837096015_0.6870977845043111"},"_hasShrinkwrap":false,"publish_time":1568837096249,"_cnpm_publish_time":1568837096249,"contributors":[]},"1.5.3-0":{"name":"@firebase/firestore","version":"1.5.3-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0","@firebase/logger":"0.1.25-0","@firebase/webchannel-wrapper":"0.2.26","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.28-0","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.3-0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"4d7d934de0df19e46014c8fbd27f3416e5293272","size":2207576,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.3-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.3-0_1568765893731_0.7767317221342063"},"_hasShrinkwrap":false,"publish_time":1568765893921,"_cnpm_publish_time":1568765893921,"contributors":[]},"1.5.2-canary.e24b1f4":{"name":"@firebase/firestore","version":"1.5.2-canary.e24b1f4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.e24b1f4","@firebase/logger":"0.1.24-canary.e24b1f4","@firebase/webchannel-wrapper":"0.2.26-canary.e24b1f4","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.27-canary.e24b1f4","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.16-canary.e24b1f4","@firebase/app-types":"0.4.3-canary.e24b1f4"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.2-canary.e24b1f4","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f218aa86cc1db6ba4dca8e7fce5d25cf6d6f5071","size":2207567,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.2-canary.e24b1f4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.2-canary.e24b1f4_1568683410748_0.19759319420108223"},"_hasShrinkwrap":false,"publish_time":1568683411080,"_cnpm_publish_time":1568683411080,"contributors":[]},"1.5.2-canary.372c0c5":{"name":"@firebase/firestore","version":"1.5.2-canary.372c0c5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.372c0c5","@firebase/logger":"0.1.24-canary.372c0c5","@firebase/webchannel-wrapper":"0.2.26-canary.372c0c5","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.27-canary.372c0c5","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.16-canary.372c0c5","@firebase/app-types":"0.4.3-canary.372c0c5"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.2-canary.372c0c5","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9b1f0222c380c2e744e0160a3b1fe44ff0730398","size":2205400,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.2-canary.372c0c5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.2-canary.372c0c5_1568678059144_0.3383286351018935"},"_hasShrinkwrap":false,"publish_time":1568678059351,"_cnpm_publish_time":1568678059351,"contributors":[]},"1.5.2-canary.2195e9a":{"name":"@firebase/firestore","version":"1.5.2-canary.2195e9a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.2195e9a","@firebase/logger":"0.1.24-canary.2195e9a","@firebase/webchannel-wrapper":"0.2.26-canary.2195e9a","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.27-canary.2195e9a","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.16-canary.2195e9a","@firebase/app-types":"0.4.3-canary.2195e9a"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.2-canary.2195e9a","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b4368a04d91288e41c1a85a199b9196c0bffa747","size":2205400,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.2-canary.2195e9a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.2-canary.2195e9a_1568659691685_0.26133272332066193"},"_hasShrinkwrap":false,"publish_time":1568659691909,"_cnpm_publish_time":1568659691909,"contributors":[]},"1.5.1-canary.4016987":{"name":"@firebase/firestore","version":"1.5.1-canary.4016987","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.4016987","@firebase/logger":"0.1.24-canary.4016987","@firebase/webchannel-wrapper":"0.2.26-canary.4016987","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.27-canary.4016987","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.16-canary.4016987","@firebase/app-types":"0.4.3-canary.4016987"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.1-canary.4016987","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b8d89f6ee208d535ab81d27ef36c85f99e244658","size":2205400,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.1-canary.4016987.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.1-canary.4016987_1568336779958_0.12424514474546045"},"_hasShrinkwrap":false,"publish_time":1568336780248,"_cnpm_publish_time":1568336780248,"contributors":[]},"1.5.2":{"name":"@firebase/firestore","version":"1.5.2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0","@firebase/logger":"0.1.24","@firebase/webchannel-wrapper":"0.2.26","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.27","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.2","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"798c6ef541ee982d473d58d0df440bc0381c5f80","size":2205437,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.2_1568321369508_0.4508357865752217"},"_hasShrinkwrap":false,"publish_time":1568321377167,"_cnpm_publish_time":1568321377167,"contributors":[]},"1.5.1-canary.20e8a07":{"name":"@firebase/firestore","version":"1.5.1-canary.20e8a07","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.20e8a07","@firebase/logger":"0.1.24-canary.20e8a07","@firebase/webchannel-wrapper":"0.2.26-canary.20e8a07","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.27-canary.20e8a07","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.16-canary.20e8a07","@firebase/app-types":"0.4.3-canary.20e8a07"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.1-canary.20e8a07","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ff8f404b6b77aa683b59581a6de004ed9df1e9f6","size":2205444,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.1-canary.20e8a07.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.1-canary.20e8a07_1568312836334_0.13443428205246577"},"_hasShrinkwrap":false,"publish_time":1568312836690,"_cnpm_publish_time":1568312836690,"contributors":[]},"1.5.1-canary.d0bb1b1":{"name":"@firebase/firestore","version":"1.5.1-canary.d0bb1b1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.d0bb1b1","@firebase/logger":"0.1.24-canary.d0bb1b1","@firebase/webchannel-wrapper":"0.2.26-canary.d0bb1b1","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.27-canary.d0bb1b1","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.16-canary.d0bb1b1","@firebase/app-types":"0.4.3-canary.d0bb1b1"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.1-canary.d0bb1b1","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"45008c868b51505e8c86c22c38010b1e03450e2c","size":2205450,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.1-canary.d0bb1b1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.1-canary.d0bb1b1_1568233224023_0.5326239803810038"},"_hasShrinkwrap":false,"publish_time":1568233224244,"_cnpm_publish_time":1568233224244,"contributors":[]},"1.5.2-0":{"name":"@firebase/firestore","version":"1.5.2-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0","@firebase/logger":"0.1.24","@firebase/webchannel-wrapper":"0.2.26","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.27","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.2-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"4520cbc765e7dc040628c750da6feea5b464a546","size":2205445,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.2-0_1568152836553_0.009392459394824249"},"_hasShrinkwrap":false,"publish_time":1568152836754,"_cnpm_publish_time":1568152836754,"contributors":[]},"1.5.1-canary.64b1924":{"name":"@firebase/firestore","version":"1.5.1-canary.64b1924","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.64b1924","@firebase/logger":"0.1.24-canary.64b1924","@firebase/webchannel-wrapper":"0.2.26-canary.64b1924","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.27-canary.64b1924","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.16-canary.64b1924","@firebase/app-types":"0.4.3-canary.64b1924"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.1-canary.64b1924","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"46c5fdb9b9983070b091a01f7a0adc090e58d21b","size":2205451,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.1-canary.64b1924.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.1-canary.64b1924_1568065337080_0.5611251952240754"},"_hasShrinkwrap":false,"publish_time":1568065337236,"_cnpm_publish_time":1568065337236,"contributors":[]},"1.5.0-canary.9ae44f6":{"name":"@firebase/firestore","version":"1.5.0-canary.9ae44f6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.9ae44f6","@firebase/logger":"0.1.23-canary.9ae44f6","@firebase/webchannel-wrapper":"0.2.25-canary.9ae44f6","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.26-canary.9ae44f6","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.15-canary.9ae44f6","@firebase/app-types":"0.4.3-canary.9ae44f6"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.0-canary.9ae44f6","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1498cb98d69b540c84ca8c806f822d34f33c685d","size":2194905,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.0-canary.9ae44f6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.0-canary.9ae44f6_1567727746712_0.11273596452121848"},"_hasShrinkwrap":false,"publish_time":1567727746914,"_cnpm_publish_time":1567727746914,"contributors":[]},"1.5.1":{"name":"@firebase/firestore","version":"1.5.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0","@firebase/logger":"0.1.24","@firebase/webchannel-wrapper":"0.2.26","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.27","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"b494662a68d208d678449460f73437a378fe6167","size":2195403,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.1_1567725534976_0.820723015975044"},"_hasShrinkwrap":false,"publish_time":1567725535172,"_cnpm_publish_time":1567725535172,"contributors":[]},"1.5.0-canary.4ccd09e":{"name":"@firebase/firestore","version":"1.5.0-canary.4ccd09e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.4ccd09e","@firebase/logger":"0.1.23-canary.4ccd09e","@firebase/webchannel-wrapper":"0.2.25-canary.4ccd09e","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.26-canary.4ccd09e","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.15-canary.4ccd09e","@firebase/app-types":"0.4.3-canary.4ccd09e"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.0-canary.4ccd09e","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4ecfbb6f47aac5180e9a3c352a5cda1ff2e23b79","size":2195424,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.0-canary.4ccd09e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.0-canary.4ccd09e_1567706577878_0.6428297887205277"},"_hasShrinkwrap":false,"publish_time":1567706578156,"_cnpm_publish_time":1567706578156,"contributors":[]},"1.5.0-canary.5037a7f":{"name":"@firebase/firestore","version":"1.5.0-canary.5037a7f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.5037a7f","@firebase/logger":"0.1.23-canary.5037a7f","@firebase/webchannel-wrapper":"0.2.25-canary.5037a7f","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.26-canary.5037a7f","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.15-canary.5037a7f","@firebase/app-types":"0.4.3-canary.5037a7f"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.0-canary.5037a7f","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2bd386a64be6736ca96cabc09f7a09e4b75427b7","size":2195424,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.0-canary.5037a7f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.0-canary.5037a7f_1567652505829_0.4408917423213039"},"_hasShrinkwrap":false,"publish_time":1567652506057,"_cnpm_publish_time":1567652506057,"contributors":[]},"1.5.0-canary.0bc9069":{"name":"@firebase/firestore","version":"1.5.0-canary.0bc9069","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.0bc9069","@firebase/logger":"0.1.23-canary.0bc9069","@firebase/webchannel-wrapper":"0.2.25-canary.0bc9069","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.26-canary.0bc9069","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.15-canary.0bc9069","@firebase/app-types":"0.4.3-canary.0bc9069"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.0-canary.0bc9069","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"680d8198ab9e6b06e4844902749f3a3d2b346470","size":2195424,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.0-canary.0bc9069.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.0-canary.0bc9069_1567638083681_0.7742557837718644"},"_hasShrinkwrap":false,"publish_time":1567638083979,"_cnpm_publish_time":1567638083979,"contributors":[]},"1.5.0-canary.e3d7408":{"name":"@firebase/firestore","version":"1.5.0-canary.e3d7408","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.e3d7408","@firebase/logger":"0.1.23-canary.e3d7408","@firebase/webchannel-wrapper":"0.2.25-canary.e3d7408","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.26-canary.e3d7408","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.15-canary.e3d7408","@firebase/app-types":"0.4.3-canary.e3d7408"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.0-canary.e3d7408","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f717e09ca51082550cba35022c96f24a778a21af","size":2195425,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.0-canary.e3d7408.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.0-canary.e3d7408_1567558008875_0.8178286851616183"},"_hasShrinkwrap":false,"publish_time":1567558009106,"_cnpm_publish_time":1567558009106,"contributors":[]},"1.5.1-1":{"name":"@firebase/firestore","version":"1.5.1-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0","@firebase/logger":"0.1.24-1","@firebase/webchannel-wrapper":"0.2.26-1","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.27-1","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.1-1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"7d88c59a98d15af3256cede74de6441cb9b1acc1","size":2195404,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.1-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.1-1_1567555426338_0.3733092424563522"},"_hasShrinkwrap":false,"publish_time":1567555426515,"_cnpm_publish_time":1567555426515,"contributors":[]},"1.5.1-0":{"name":"@firebase/firestore","version":"1.5.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0","@firebase/logger":"0.1.24-0","@firebase/webchannel-wrapper":"0.2.26-0","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.27-0","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.1-0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"334992d51155bf928e7d6a170a65ecaf600cee77","size":2195531,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.1-0_1567548215166_0.46684832787444375"},"_hasShrinkwrap":false,"publish_time":1567548215325,"_cnpm_publish_time":1567548215325,"contributors":[]},"1.5.0-canary.611cc9d":{"name":"@firebase/firestore","version":"1.5.0-canary.611cc9d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-canary.611cc9d","@firebase/logger":"0.1.23-canary.611cc9d","@firebase/webchannel-wrapper":"0.2.25-canary.611cc9d","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.26-canary.611cc9d","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.15-canary.611cc9d","@firebase/app-types":"0.4.3-canary.611cc9d"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.0-canary.611cc9d","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8f21e7c24670a843997278cb5106f5e0ee2a7194","size":2195528,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.0-canary.611cc9d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.0-canary.611cc9d_1567206639950_0.1156892859112364"},"_hasShrinkwrap":false,"publish_time":1567206640101,"_cnpm_publish_time":1567206640101,"contributors":[]},"1.5.0":{"name":"@firebase/firestore","version":"1.5.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0","@firebase/logger":"0.1.23","@firebase/webchannel-wrapper":"0.2.25","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.26","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"01e7e8c669e358836ee2fd536898e3efb915d06a","size":2204213,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.0_1567115665740_0.1946531231567481"},"_hasShrinkwrap":false,"publish_time":1567115665974,"_cnpm_publish_time":1567115665974,"contributors":[]},"1.4.12-canary.58c8352":{"name":"@firebase/firestore","version":"1.4.12-canary.58c8352","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.58c8352","@firebase/logger":"0.1.23-canary.58c8352","@firebase/webchannel-wrapper":"0.2.25-canary.58c8352","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.26-canary.58c8352","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.15-canary.58c8352","@firebase/app-types":"0.4.3-canary.58c8352"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.23.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"2.0.0","@typescript-eslint/eslint-plugin":"2.0.0","@typescript-eslint/eslint-plugin-tslint":"2.0.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.12-canary.58c8352","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0b94cd53da64cff3c8d759a10cdd4f58b10c2b9d","size":2195534,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.12-canary.58c8352.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.12-canary.58c8352_1567113847752_0.26419423367797035"},"_hasShrinkwrap":false,"publish_time":1567113848022,"_cnpm_publish_time":1567113848022,"contributors":[]},"1.4.12-canary.f03eb7c":{"name":"@firebase/firestore","version":"1.4.12-canary.f03eb7c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.f03eb7c","@firebase/logger":"0.1.23-canary.f03eb7c","@firebase/webchannel-wrapper":"0.2.25-canary.f03eb7c","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.26-canary.f03eb7c","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.15-canary.f03eb7c","@firebase/app-types":"0.4.3-canary.f03eb7c"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.23.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"14.0.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.12-canary.f03eb7c","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c40da9db1ddd825ac6376e4a4d40475955da0db8","size":2195525,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.12-canary.f03eb7c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.12-canary.f03eb7c_1567102252825_0.6465668037431247"},"_hasShrinkwrap":false,"publish_time":1567102252984,"_cnpm_publish_time":1567102252984,"contributors":[]},"1.4.12-canary.c851936":{"name":"@firebase/firestore","version":"1.4.12-canary.c851936","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.c851936","@firebase/logger":"0.1.23-canary.c851936","@firebase/webchannel-wrapper":"0.2.25-canary.c851936","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.26-canary.c851936","grpc":"1.23.3","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.15-canary.c851936","@firebase/app-types":"0.4.3-canary.c851936"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.20.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.23.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.19.0","typescript":"3.5.3","webpack":"4.39.3","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.12-canary.c851936","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f01a52184a0deafe0d385538f131dc2054732ffc","size":2189128,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.12-canary.c851936.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.12-canary.c851936_1567038271435_0.6163651088465041"},"_hasShrinkwrap":false,"publish_time":1567038271638,"_cnpm_publish_time":1567038271638,"contributors":[]},"1.4.12-canary.7f2e961":{"name":"@firebase/firestore","version":"1.4.12-canary.7f2e961","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.7f2e961","@firebase/logger":"0.1.23-canary.7f2e961","@firebase/webchannel-wrapper":"0.2.25-canary.7f2e961","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.26-canary.7f2e961","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.15-canary.7f2e961","@firebase/app-types":"0.4.3-canary.7f2e961"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.12-canary.7f2e961","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cce7256d6a7f89646d4de9dcd6b0e8acf3bc1d9c","size":2204239,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.12-canary.7f2e961.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.12-canary.7f2e961_1567036123942_0.6678147140363668"},"_hasShrinkwrap":false,"publish_time":1567036124115,"_cnpm_publish_time":1567036124115,"contributors":[]},"1.5.0-0":{"name":"@firebase/firestore","version":"1.5.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.5.0-0","@firebase/logger":"0.1.23","@firebase/webchannel-wrapper":"0.2.25","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.26","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.5.0-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"7962471e3e202c7c1122caf2761b0986d4acb4bd","size":2204215,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.5.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.5.0-0_1566942117095_0.9831094222334904"},"_hasShrinkwrap":false,"publish_time":1566942117277,"_cnpm_publish_time":1566942117277,"contributors":[]},"1.4.12-canary.e010f29":{"name":"@firebase/firestore","version":"1.4.12-canary.e010f29","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.e010f29","@firebase/logger":"0.1.23-canary.e010f29","@firebase/webchannel-wrapper":"0.2.25-canary.e010f29","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.26-canary.e010f29","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.15-canary.e010f29","@firebase/app-types":"0.4.3-canary.e010f29"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.12-canary.e010f29","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dfe1ca908e7211aec837b84c704faf27365410cf","size":2204238,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.12-canary.e010f29.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.12-canary.e010f29_1566935669854_0.2796061340383882"},"_hasShrinkwrap":false,"publish_time":1566935670069,"_cnpm_publish_time":1566935670069,"contributors":[]},"1.4.12":{"name":"@firebase/firestore","version":"1.4.12","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4","@firebase/logger":"0.1.23","@firebase/webchannel-wrapper":"0.2.25","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.26","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.12","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"3e0dba9e17a673c67ad0b01824e7df000ffcc53d","size":2209742,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.12.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.12_1566601567107_0.6368065353677075"},"_hasShrinkwrap":false,"publish_time":1566601567358,"_cnpm_publish_time":1566601567358,"contributors":[]},"1.4.11-canary.57c1895":{"name":"@firebase/firestore","version":"1.4.11-canary.57c1895","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.57c1895","@firebase/logger":"0.1.23-canary.57c1895","@firebase/webchannel-wrapper":"0.2.25-canary.57c1895","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.26-canary.57c1895","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.15-canary.57c1895","@firebase/app-types":"0.4.3-canary.57c1895"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.11-canary.57c1895","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cca11e325121eb6a897841d49c0e6c622fa882e6","size":2209735,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.11-canary.57c1895.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.11-canary.57c1895_1566600330754_0.49553702019048784"},"_hasShrinkwrap":false,"publish_time":1566600331000,"_cnpm_publish_time":1566600331000,"contributors":[]},"1.4.10-canary.89f90c9":{"name":"@firebase/firestore","version":"1.4.10-canary.89f90c9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.89f90c9","@firebase/logger":"0.1.22-canary.89f90c9","@firebase/webchannel-wrapper":"0.2.24-canary.89f90c9","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.89f90c9","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.89f90c9","@firebase/app-types":"0.4.3-canary.89f90c9"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.10-canary.89f90c9","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7800a8dd2d0697b5eea6dc5b569a35a9a23b27ee","size":2209733,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.10-canary.89f90c9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.10-canary.89f90c9_1566600312711_0.5423113894577789"},"_hasShrinkwrap":false,"publish_time":1566600313001,"_cnpm_publish_time":1566600313001,"contributors":[]},"1.4.12-0":{"name":"@firebase/firestore","version":"1.4.12-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4","@firebase/logger":"0.1.23","@firebase/webchannel-wrapper":"0.2.25","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.26","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.12-0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"6b10e5b49f74a567eebcefe23cb05d32ce5a5ab1","size":2209742,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.12-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.12-0_1566599041900_0.4589792453011179"},"_hasShrinkwrap":false,"publish_time":1566599042171,"_cnpm_publish_time":1566599042171,"contributors":[]},"1.4.11":{"name":"@firebase/firestore","version":"1.4.11","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4","@firebase/logger":"0.1.23","@firebase/webchannel-wrapper":"0.2.25","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.26","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.11","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"e1aeb8d7ade776b4040d3ed19f0e3387fb16d2fa","size":2213695,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.11.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.11_1566512743429_0.6488754987349714"},"_hasShrinkwrap":false,"publish_time":1566512743652,"_cnpm_publish_time":1566512743652,"contributors":[]},"1.4.10-canary.919bcbd":{"name":"@firebase/firestore","version":"1.4.10-canary.919bcbd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.919bcbd","@firebase/logger":"0.1.22-canary.919bcbd","@firebase/webchannel-wrapper":"0.2.24-canary.919bcbd","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.919bcbd","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.919bcbd","@firebase/app-types":"0.4.3-canary.919bcbd"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.10-canary.919bcbd","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4689c60422e41458c930c087201e049ce2cb540d","size":2209733,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.10-canary.919bcbd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.10-canary.919bcbd_1566498548705_0.7686836577128722"},"_hasShrinkwrap":false,"publish_time":1566498548903,"_cnpm_publish_time":1566498548903,"contributors":[]},"1.4.10-canary.1dbf3bc":{"name":"@firebase/firestore","version":"1.4.10-canary.1dbf3bc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.1dbf3bc","@firebase/logger":"0.1.22-canary.1dbf3bc","@firebase/webchannel-wrapper":"0.2.24-canary.1dbf3bc","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.1dbf3bc","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.1dbf3bc","@firebase/app-types":"0.4.3-canary.1dbf3bc"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.10-canary.1dbf3bc","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3fad41667b3ace947f185becb4bd34486acfbbc7","size":2213691,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.10-canary.1dbf3bc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.10-canary.1dbf3bc_1566427208231_0.9374846624548265"},"_hasShrinkwrap":false,"publish_time":1566427208428,"_cnpm_publish_time":1566427208428,"contributors":[]},"1.4.10-canary.716bf5b":{"name":"@firebase/firestore","version":"1.4.10-canary.716bf5b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.716bf5b","@firebase/logger":"0.1.22-canary.716bf5b","@firebase/webchannel-wrapper":"0.2.24-canary.716bf5b","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.716bf5b","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.716bf5b","@firebase/app-types":"0.4.3-canary.716bf5b"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.10-canary.716bf5b","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"065351c4fd018300cad80f4748d2753dd098cf5c","size":2213693,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.10-canary.716bf5b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.10-canary.716bf5b_1566425194570_0.07405411584893407"},"_hasShrinkwrap":false,"publish_time":1566425194800,"_cnpm_publish_time":1566425194800,"contributors":[]},"1.4.11-0":{"name":"@firebase/firestore","version":"1.4.11-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4","@firebase/logger":"0.1.23-0","@firebase/webchannel-wrapper":"0.2.25-0","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.26-0","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.11-0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"d7ab182a07bfc5abf61b216cca41997190c9eb4d","size":2213697,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.11-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.11-0_1566408939198_0.5993784321241487"},"_hasShrinkwrap":false,"publish_time":1566408939514,"_cnpm_publish_time":1566408939514,"contributors":[]},"1.4.10-canary.2708307":{"name":"@firebase/firestore","version":"1.4.10-canary.2708307","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.2708307","@firebase/logger":"0.1.22-canary.2708307","@firebase/webchannel-wrapper":"0.2.24-canary.2708307","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.2708307","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.2708307","@firebase/app-types":"0.4.3-canary.2708307"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.10-canary.2708307","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c54c3a32aa47ac449898f1dd80a2ed49efb2ae45","size":2213694,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.10-canary.2708307.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.10-canary.2708307_1566326116793_0.5452140446893141"},"_hasShrinkwrap":false,"publish_time":1566326116994,"_cnpm_publish_time":1566326116994,"contributors":[]},"1.4.10-canary.4d0d246":{"name":"@firebase/firestore","version":"1.4.10-canary.4d0d246","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.4d0d246","@firebase/logger":"0.1.22-canary.4d0d246","@firebase/webchannel-wrapper":"0.2.24-canary.4d0d246","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.4d0d246","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.4d0d246","@firebase/app-types":"0.4.3-canary.4d0d246"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.10-canary.4d0d246","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3351682c4af53da60aebaa7779c145c366020cfd","size":2213693,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.10-canary.4d0d246.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.10-canary.4d0d246_1566325403656_0.57407406427444"},"_hasShrinkwrap":false,"publish_time":1566325403871,"_cnpm_publish_time":1566325403871,"contributors":[]},"1.4.10-canary.394ea1b":{"name":"@firebase/firestore","version":"1.4.10-canary.394ea1b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.394ea1b","@firebase/logger":"0.1.22-canary.394ea1b","@firebase/webchannel-wrapper":"0.2.24-canary.394ea1b","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.394ea1b","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.394ea1b","@firebase/app-types":"0.4.3-canary.394ea1b"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.10-canary.394ea1b","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fc404052056b29a89c76904769601f4db2f05223","size":2213693,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.10-canary.394ea1b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.10-canary.394ea1b_1566262814496_0.47181383537550126"},"_hasShrinkwrap":false,"publish_time":1566262814689,"_cnpm_publish_time":1566262814689,"contributors":[]},"1.4.10-canary.c8abbaa":{"name":"@firebase/firestore","version":"1.4.10-canary.c8abbaa","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.c8abbaa","@firebase/logger":"0.1.22-canary.c8abbaa","@firebase/webchannel-wrapper":"0.2.24-canary.c8abbaa","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.c8abbaa","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.c8abbaa","@firebase/app-types":"0.4.3-canary.c8abbaa"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.10-canary.c8abbaa","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"47c70d674524f90d2ae58ac2eb674b2cc610f133","size":2213676,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.10-canary.c8abbaa.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.10-canary.c8abbaa_1566239641892_0.6918378688847124"},"_hasShrinkwrap":false,"publish_time":1566239642267,"_cnpm_publish_time":1566239642267,"contributors":[]},"1.4.9-canary.06bad3e":{"name":"@firebase/firestore","version":"1.4.9-canary.06bad3e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.06bad3e","@firebase/logger":"0.1.22-canary.06bad3e","@firebase/webchannel-wrapper":"0.2.24-canary.06bad3e","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.06bad3e","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.06bad3e","@firebase/app-types":"0.4.3-canary.06bad3e"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9-canary.06bad3e","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f7d1179515c19049350c50a90c81029a379cc5a7","size":2213676,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9-canary.06bad3e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9-canary.06bad3e_1565985069066_0.2473585095025319"},"_hasShrinkwrap":false,"publish_time":1565985069255,"_cnpm_publish_time":1565985069255,"contributors":[]},"1.4.9-canary.7ab25c6":{"name":"@firebase/firestore","version":"1.4.9-canary.7ab25c6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.7ab25c6","@firebase/logger":"0.1.22-canary.7ab25c6","@firebase/webchannel-wrapper":"0.2.24-canary.7ab25c6","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.7ab25c6","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.7ab25c6","@firebase/app-types":"0.4.3-canary.7ab25c6"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9-canary.7ab25c6","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6b06800d61c4dacae0e5693ef42c56df50a2e8e8","size":2213676,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9-canary.7ab25c6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9-canary.7ab25c6_1565968923881_0.318535805852622"},"_hasShrinkwrap":false,"publish_time":1565968924078,"_cnpm_publish_time":1565968924078,"contributors":[]},"1.4.9-canary.ceee0d7":{"name":"@firebase/firestore","version":"1.4.9-canary.ceee0d7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.ceee0d7","@firebase/logger":"0.1.22-canary.ceee0d7","@firebase/webchannel-wrapper":"0.2.24-canary.ceee0d7","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.ceee0d7","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.ceee0d7","@firebase/app-types":"0.4.3-canary.ceee0d7"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9-canary.ceee0d7","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0f42db8f1bb0540a990287f49590812732081482","size":2213676,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9-canary.ceee0d7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9-canary.ceee0d7_1565968645951_0.22931380984078475"},"_hasShrinkwrap":false,"publish_time":1565968646170,"_cnpm_publish_time":1565968646170,"contributors":[]},"1.4.9-canary.2907439":{"name":"@firebase/firestore","version":"1.4.9-canary.2907439","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.2907439","@firebase/logger":"0.1.22-canary.2907439","@firebase/webchannel-wrapper":"0.2.24-canary.2907439","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.2907439","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.2907439","@firebase/app-types":"0.4.3-canary.2907439"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9-canary.2907439","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0ac6c21fe27ad6a7bdd339cf598c16fbf2716168","size":2213677,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9-canary.2907439.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9-canary.2907439_1565924984280_0.23424857145901634"},"_hasShrinkwrap":false,"publish_time":1565924984634,"_cnpm_publish_time":1565924984634,"contributors":[]},"1.4.10":{"name":"@firebase/firestore","version":"1.4.10","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4","@firebase/logger":"0.1.22","@firebase/webchannel-wrapper":"0.2.24","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.10","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"b3bb0798b3a5113472e0d827132545000fd74339","size":2199683,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.10.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.10_1565904620903_0.16611868245959882"},"_hasShrinkwrap":false,"publish_time":1565904621125,"_cnpm_publish_time":1565904621125,"contributors":[]},"1.4.9-canary.cacb48e":{"name":"@firebase/firestore","version":"1.4.9-canary.cacb48e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.cacb48e","@firebase/logger":"0.1.22-canary.cacb48e","@firebase/webchannel-wrapper":"0.2.24-canary.cacb48e","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.cacb48e","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.cacb48e","@firebase/app-types":"0.4.3-canary.cacb48e"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9-canary.cacb48e","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0b28f8e54ed7157ed9b31d8cba5c869c338d3c0d","size":2213246,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9-canary.cacb48e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9-canary.cacb48e_1565896779657_0.5048745209190195"},"_hasShrinkwrap":false,"publish_time":1565896779832,"_cnpm_publish_time":1565896779832,"contributors":[]},"1.4.9-canary.132eef6":{"name":"@firebase/firestore","version":"1.4.9-canary.132eef6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.132eef6","@firebase/logger":"0.1.22-canary.132eef6","@firebase/webchannel-wrapper":"0.2.24-canary.132eef6","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.132eef6","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.132eef6","@firebase/app-types":"0.4.3-canary.132eef6"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9-canary.132eef6","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d9b1cfd46374fb5f0816f3d06c54f4d5821848b7","size":2217946,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9-canary.132eef6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9-canary.132eef6_1565895370063_0.9050427683117168"},"_hasShrinkwrap":false,"publish_time":1565895370286,"_cnpm_publish_time":1565895370286,"contributors":[]},"1.4.9-canary.f18b0fb":{"name":"@firebase/firestore","version":"1.4.9-canary.f18b0fb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.f18b0fb","@firebase/logger":"0.1.22-canary.f18b0fb","@firebase/webchannel-wrapper":"0.2.24-canary.f18b0fb","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.f18b0fb","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.f18b0fb","@firebase/app-types":"0.4.3-canary.f18b0fb"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9-canary.f18b0fb","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"47c574d8db7b00e43e64e5f64b71a2e082564dc4","size":2218004,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9-canary.f18b0fb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9-canary.f18b0fb_1565890621307_0.12791611319693574"},"_hasShrinkwrap":false,"publish_time":1565890621539,"_cnpm_publish_time":1565890621539,"contributors":[]},"1.4.9-canary.0eeb71f":{"name":"@firebase/firestore","version":"1.4.9-canary.0eeb71f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.0eeb71f","@firebase/logger":"0.1.22-canary.0eeb71f","@firebase/webchannel-wrapper":"0.2.24-canary.0eeb71f","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.0eeb71f","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.0eeb71f","@firebase/app-types":"0.4.3-canary.0eeb71f"},"devDependencies":{"@types/chai":"4.2.0","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.4","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.2","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9-canary.0eeb71f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d8bdabb61f31f5435f1634a6d91d493326c82386","size":2206551,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9-canary.0eeb71f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9-canary.0eeb71f_1565746169181_0.6708600043526829"},"_hasShrinkwrap":false,"publish_time":1565746169336,"_cnpm_publish_time":1565746169336,"contributors":[]},"1.4.9-canary.c822e78":{"name":"@firebase/firestore","version":"1.4.9-canary.c822e78","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.c822e78","@firebase/logger":"0.1.22-canary.c822e78","@firebase/webchannel-wrapper":"0.2.24-canary.c822e78","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.c822e78","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.c822e78","@firebase/app-types":"0.4.3-canary.c822e78"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9-canary.c822e78","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5d0353a5bb9d2e7b0a48df71b5ffbf7d08b62002","size":2206555,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9-canary.c822e78.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9-canary.c822e78_1565743524879_0.02270582075644767"},"_hasShrinkwrap":false,"publish_time":1565743525176,"_cnpm_publish_time":1565743525176,"contributors":[]},"1.4.10-0":{"name":"@firebase/firestore","version":"1.4.10-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4","@firebase/logger":"0.1.22","@firebase/webchannel-wrapper":"0.2.24","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.10-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"075c13e1307073bccf47d7d0757c62c300e208d5","size":2199687,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.10-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.10-0_1565735150668_0.326025179322714"},"_hasShrinkwrap":false,"publish_time":1565735150875,"_cnpm_publish_time":1565735150875,"contributors":[]},"1.4.9-canary.1674abf":{"name":"@firebase/firestore","version":"1.4.9-canary.1674abf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.1674abf","@firebase/logger":"0.1.22-canary.1674abf","@firebase/webchannel-wrapper":"0.2.24-canary.1674abf","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.1674abf","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.1674abf","@firebase/app-types":"0.4.3-canary.1674abf"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9-canary.1674abf","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fe2fa7da22f162d0e9183adfdce99bdbb854cf3e","size":2199697,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9-canary.1674abf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9-canary.1674abf_1565727048100_0.36477955088455905"},"_hasShrinkwrap":false,"publish_time":1565727048278,"_cnpm_publish_time":1565727048278,"contributors":[]},"1.4.9-canary.56cbbfd":{"name":"@firebase/firestore","version":"1.4.9-canary.56cbbfd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.56cbbfd","@firebase/logger":"0.1.22-canary.56cbbfd","@firebase/webchannel-wrapper":"0.2.24-canary.56cbbfd","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.56cbbfd","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.56cbbfd","@firebase/app-types":"0.4.3-canary.56cbbfd"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9-canary.56cbbfd","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"db71f0fe29e6fdcc43230c31ed1d8bffdfe4402e","size":2199696,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9-canary.56cbbfd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9-canary.56cbbfd_1565650287854_0.25528373632738544"},"_hasShrinkwrap":false,"publish_time":1565650288042,"_cnpm_publish_time":1565650288042,"contributors":[]},"1.4.9-canary.a20dbea":{"name":"@firebase/firestore","version":"1.4.9-canary.a20dbea","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.a20dbea","@firebase/logger":"0.1.22-canary.a20dbea","@firebase/webchannel-wrapper":"0.2.24-canary.a20dbea","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.a20dbea","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.a20dbea","@firebase/app-types":"0.4.3-canary.a20dbea"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9-canary.a20dbea","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1cd0bc24c6d0e6660d0f673c4a19207fa4af5d3c","size":2196940,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9-canary.a20dbea.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9-canary.a20dbea_1565646996796_0.5973549538861056"},"_hasShrinkwrap":false,"publish_time":1565646996966,"_cnpm_publish_time":1565646996966,"contributors":[]},"1.4.9-canary.e4eea3f":{"name":"@firebase/firestore","version":"1.4.9-canary.e4eea3f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.e4eea3f","@firebase/logger":"0.1.22-canary.e4eea3f","@firebase/webchannel-wrapper":"0.2.24-canary.e4eea3f","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.e4eea3f","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.e4eea3f","@firebase/app-types":"0.4.3-canary.e4eea3f"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9-canary.e4eea3f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4ea8d53bef797793be1716d9b172627a964c9d12","size":2196940,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9-canary.e4eea3f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9-canary.e4eea3f_1565402347399_0.4689159334317863"},"_hasShrinkwrap":false,"publish_time":1565402347593,"_cnpm_publish_time":1565402347593,"contributors":[]},"1.4.9-canary.4ebedd0":{"name":"@firebase/firestore","version":"1.4.9-canary.4ebedd0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.4ebedd0","@firebase/logger":"0.1.22-canary.4ebedd0","@firebase/webchannel-wrapper":"0.2.24-canary.4ebedd0","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.4ebedd0","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.4ebedd0","@firebase/app-types":"0.4.3-canary.4ebedd0"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9-canary.4ebedd0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d7ec7edb8e030e35459d4555073a6586c8ffae03","size":2196938,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9-canary.4ebedd0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9-canary.4ebedd0_1565396104492_0.17148585390418591"},"_hasShrinkwrap":false,"publish_time":1565396104710,"_cnpm_publish_time":1565396104710,"contributors":[]},"1.4.9-canary.3f9e8e8":{"name":"@firebase/firestore","version":"1.4.9-canary.3f9e8e8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.3f9e8e8","@firebase/logger":"0.1.22-canary.3f9e8e8","@firebase/webchannel-wrapper":"0.2.24-canary.3f9e8e8","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.3f9e8e8","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.3f9e8e8","@firebase/app-types":"0.4.3-canary.3f9e8e8"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9-canary.3f9e8e8","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"40f45c6ead2722548bfadf8fb9eeb5990a73c403","size":2196942,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9-canary.3f9e8e8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9-canary.3f9e8e8_1565384950426_0.36176386786120274"},"_hasShrinkwrap":false,"publish_time":1565384950627,"_cnpm_publish_time":1565384950627,"contributors":[]},"1.4.9-canary.140d352":{"name":"@firebase/firestore","version":"1.4.9-canary.140d352","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.140d352","@firebase/logger":"0.1.22-canary.140d352","@firebase/webchannel-wrapper":"0.2.24-canary.140d352","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.140d352","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.140d352","@firebase/app-types":"0.4.3-canary.140d352"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9-canary.140d352","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8a9eeb2835c7a4e703a8895a066cfc1cdcdc8cc0","size":2196966,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9-canary.140d352.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9-canary.140d352_1565378823585_0.28328161281715025"},"_hasShrinkwrap":false,"publish_time":1565378823794,"_cnpm_publish_time":1565378823794,"contributors":[]},"1.4.9-canary.10b6233":{"name":"@firebase/firestore","version":"1.4.9-canary.10b6233","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.10b6233","@firebase/logger":"0.1.22-canary.10b6233","@firebase/webchannel-wrapper":"0.2.24-canary.10b6233","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.10b6233","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.10b6233","@firebase/app-types":"0.4.3-canary.10b6233"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9-canary.10b6233","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5e48e90f493e294dae5f8b7b323beb1385bc2469","size":2196966,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9-canary.10b6233.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9-canary.10b6233_1565378122604_0.8301320227395212"},"_hasShrinkwrap":false,"publish_time":1565378122812,"_cnpm_publish_time":1565378122812,"contributors":[]},"1.4.9-canary.903dad8":{"name":"@firebase/firestore","version":"1.4.9-canary.903dad8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.903dad8","@firebase/logger":"0.1.22-canary.903dad8","@firebase/webchannel-wrapper":"0.2.24-canary.903dad8","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.903dad8","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.903dad8","@firebase/app-types":"0.4.3-canary.903dad8"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9-canary.903dad8","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"24d083a5ac0bda7d4ed55ebd6561e7a99bb3cc1e","size":2196966,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9-canary.903dad8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9-canary.903dad8_1565377312922_0.7220509958659733"},"_hasShrinkwrap":false,"publish_time":1565377313141,"_cnpm_publish_time":1565377313141,"contributors":[]},"1.4.9-canary.8a33cae":{"name":"@firebase/firestore","version":"1.4.9-canary.8a33cae","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.8a33cae","@firebase/logger":"0.1.22-canary.8a33cae","@firebase/webchannel-wrapper":"0.2.24-canary.8a33cae","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.8a33cae","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.8a33cae","@firebase/app-types":"0.4.3-canary.8a33cae"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9-canary.8a33cae","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"55e6a545896021fc9cffd432e41acbdb6ad91b74","size":2196965,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9-canary.8a33cae.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9-canary.8a33cae_1565374973369_0.07499904358324239"},"_hasShrinkwrap":false,"publish_time":1565374973557,"_cnpm_publish_time":1565374973557,"contributors":[]},"1.4.9-canary.fb6d4aa":{"name":"@firebase/firestore","version":"1.4.9-canary.fb6d4aa","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.fb6d4aa","@firebase/logger":"0.1.22-canary.fb6d4aa","@firebase/webchannel-wrapper":"0.2.24-canary.fb6d4aa","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.fb6d4aa","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.fb6d4aa","@firebase/app-types":"0.4.3-canary.fb6d4aa"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9-canary.fb6d4aa","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a116d5b5721a39ab7ae60716bec7772427cb6432","size":2196965,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9-canary.fb6d4aa.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9-canary.fb6d4aa_1565361461847_0.5329052809926564"},"_hasShrinkwrap":false,"publish_time":1565361462104,"_cnpm_publish_time":1565361462104,"contributors":[]},"1.4.9-canary.89ead88":{"name":"@firebase/firestore","version":"1.4.9-canary.89ead88","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.89ead88","@firebase/logger":"0.1.22-canary.89ead88","@firebase/webchannel-wrapper":"0.2.24-canary.89ead88","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-canary.89ead88","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.14-canary.89ead88","@firebase/app-types":"0.4.3-canary.89ead88"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9-canary.89ead88","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c5b1d7c2ab30fd089c9a1eef0012e2e442318144","size":2196966,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9-canary.89ead88.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9-canary.89ead88_1565312872709_0.844021139349834"},"_hasShrinkwrap":false,"publish_time":1565312872900,"_cnpm_publish_time":1565312872900,"contributors":[]},"1.4.9":{"name":"@firebase/firestore","version":"1.4.9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4","@firebase/logger":"0.1.22","@firebase/webchannel-wrapper":"0.2.24","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"5b4704309c92d527f8848fbfd6ba67287436e1ca","size":2188336,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9_1565308067970_0.2759677867198296"},"_hasShrinkwrap":false,"publish_time":1565308068140,"_cnpm_publish_time":1565308068140,"contributors":[]},"1.4.8-canary.1807984":{"name":"@firebase/firestore","version":"1.4.8-canary.1807984","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.1807984","@firebase/logger":"0.1.21-canary.1807984","@firebase/webchannel-wrapper":"0.2.23-canary.1807984","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.24-canary.1807984","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.13-canary.1807984","@firebase/app-types":"0.4.3-canary.1807984"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.8-canary.1807984","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c613f4434389c84b1dd93afea1cdae9ff2320366","size":2196967,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.8-canary.1807984.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.8-canary.1807984_1565305155977_0.02250452886363008"},"_hasShrinkwrap":false,"publish_time":1565305156170,"_cnpm_publish_time":1565305156170,"contributors":[]},"1.4.8-canary.b1758c4":{"name":"@firebase/firestore","version":"1.4.8-canary.b1758c4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.b1758c4","@firebase/logger":"0.1.21-canary.b1758c4","@firebase/webchannel-wrapper":"0.2.23-canary.b1758c4","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.24-canary.b1758c4","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.13-canary.b1758c4","@firebase/app-types":"0.4.3-canary.b1758c4"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.8-canary.b1758c4","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ee9721308d8df0138ad9638d22400cf29dffe892","size":2196967,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.8-canary.b1758c4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.8-canary.b1758c4_1565214539352_0.6994430942840584"},"_hasShrinkwrap":false,"publish_time":1565214539592,"_cnpm_publish_time":1565214539592,"contributors":[]},"1.4.8-canary.862f41a":{"name":"@firebase/firestore","version":"1.4.8-canary.862f41a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.862f41a","@firebase/logger":"0.1.21-canary.862f41a","@firebase/webchannel-wrapper":"0.2.23-canary.862f41a","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.24-canary.862f41a","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.13-canary.862f41a","@firebase/app-types":"0.4.3-canary.862f41a"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.8-canary.862f41a","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"610f232296aaa4d3c999a7911533e1700ed488b9","size":2196966,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.8-canary.862f41a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.8-canary.862f41a_1565214468078_0.8480874739102264"},"_hasShrinkwrap":false,"publish_time":1565214468269,"_cnpm_publish_time":1565214468269,"contributors":[]},"1.4.8-canary.80d0846":{"name":"@firebase/firestore","version":"1.4.8-canary.80d0846","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.80d0846","@firebase/logger":"0.1.21-canary.80d0846","@firebase/webchannel-wrapper":"0.2.23-canary.80d0846","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.24-canary.80d0846","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.13-canary.80d0846","@firebase/app-types":"0.4.3-canary.80d0846"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.8-canary.80d0846","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"34b2043aa7369fa088a66678952c84634c4ab25d","size":2196966,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.8-canary.80d0846.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.8-canary.80d0846_1565194841437_0.17347915647692402"},"_hasShrinkwrap":false,"publish_time":1565194841640,"_cnpm_publish_time":1565194841640,"contributors":[]},"1.4.9-0":{"name":"@firebase/firestore","version":"1.4.9-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4","@firebase/logger":"0.1.22-0","@firebase/webchannel-wrapper":"0.2.24-0","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.25-0","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.9-0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"2ac10872834da0473ec0b9515fe02e9887fbf6de","size":2188340,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.9-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.9-0_1565125947367_0.3691442747583613"},"_hasShrinkwrap":false,"publish_time":1565125947675,"_cnpm_publish_time":1565125947675,"contributors":[]},"1.4.8-canary.7a2403a":{"name":"@firebase/firestore","version":"1.4.8-canary.7a2403a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.7a2403a","@firebase/logger":"0.1.21-canary.7a2403a","@firebase/webchannel-wrapper":"0.2.23-canary.7a2403a","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.24-canary.7a2403a","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.13-canary.7a2403a","@firebase/app-types":"0.4.3-canary.7a2403a"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.19.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.39.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.8-canary.7a2403a","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1dbe5a58c1e95b0144add91f774f4dd60d1e2071","size":2188327,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.8-canary.7a2403a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.8-canary.7a2403a_1565122160073_0.4833469622797042"},"_hasShrinkwrap":false,"publish_time":1565122160301,"_cnpm_publish_time":1565122160301,"contributors":[]},"1.4.8-canary.4eabca0":{"name":"@firebase/firestore","version":"1.4.8-canary.4eabca0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.4eabca0","@firebase/logger":"0.1.21-canary.4eabca0","@firebase/webchannel-wrapper":"0.2.23-canary.4eabca0","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.24-canary.4eabca0","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.13-canary.4eabca0","@firebase/app-types":"0.4.3-canary.4eabca0"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.38.0","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.8-canary.4eabca0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"281e5bbeb7632f8d03e35117a0dfa0f44a0571aa","size":2188324,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.8-canary.4eabca0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.8-canary.4eabca0_1565118818741_0.07102139000203889"},"_hasShrinkwrap":false,"publish_time":1565118819022,"_cnpm_publish_time":1565118819022,"contributors":[]},"1.4.8-canary.fc1f1bc":{"name":"@firebase/firestore","version":"1.4.8-canary.fc1f1bc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.fc1f1bc","@firebase/logger":"0.1.21-canary.fc1f1bc","@firebase/webchannel-wrapper":"0.2.23-canary.fc1f1bc","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.24-canary.fc1f1bc","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.13-canary.fc1f1bc","@firebase/app-types":"0.4.3-canary.fc1f1bc"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.38.0","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.8-canary.fc1f1bc","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5504752636009a9b29755ca954933e11deb452c5","size":2188325,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.8-canary.fc1f1bc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.8-canary.fc1f1bc_1565049717826_0.6764201435575126"},"_hasShrinkwrap":false,"publish_time":1565049718041,"_cnpm_publish_time":1565049718041,"contributors":[]},"1.4.8-canary.3c3ddb4":{"name":"@firebase/firestore","version":"1.4.8-canary.3c3ddb4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.3c3ddb4","@firebase/logger":"0.1.21-canary.3c3ddb4","@firebase/webchannel-wrapper":"0.2.23-canary.3c3ddb4","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.24-canary.3c3ddb4","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.13-canary.3c3ddb4","@firebase/app-types":"0.4.3-canary.3c3ddb4"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.38.0","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.8-canary.3c3ddb4","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"295d76ee99877c21a79fc63afbd7a3576c3919a4","size":2188326,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.8-canary.3c3ddb4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.8-canary.3c3ddb4_1564787362972_0.5089454176492334"},"_hasShrinkwrap":false,"publish_time":1564787363148,"_cnpm_publish_time":1564787363148,"contributors":[]},"1.4.8":{"name":"@firebase/firestore","version":"1.4.8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4","@firebase/logger":"0.1.21","@firebase/webchannel-wrapper":"0.2.23","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.24","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.38.0","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.8","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"a17ee01463b546a2adfb2162a0613c74d0a25208","size":2188335,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.8_1564691290928_0.7822636252434843"},"_hasShrinkwrap":false,"publish_time":1564691291270,"_cnpm_publish_time":1564691291270,"contributors":[]},"1.4.8-0":{"name":"@firebase/firestore","version":"1.4.8-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4","@firebase/logger":"0.1.21-0","@firebase/webchannel-wrapper":"0.2.23","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.24-0","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.38.0","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.8-0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"b5846fcde28d8a0fa8adbfb56b9b111afefa741b","size":2188341,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.8-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.8-0_1564685953972_0.02922204076556767"},"_hasShrinkwrap":false,"publish_time":1564685954172,"_cnpm_publish_time":1564685954172,"contributors":[]},"1.4.7-canary.41a2717":{"name":"@firebase/firestore","version":"1.4.7-canary.41a2717","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.41a2717","@firebase/logger":"0.1.20-canary.41a2717","@firebase/webchannel-wrapper":"0.2.23-canary.41a2717","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.23-canary.41a2717","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.12-canary.41a2717","@firebase/app-types":"0.4.2-canary.41a2717"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.38.0","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.7-canary.41a2717","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1883bf40d9a6beecaad266747fe0300405125f0f","size":2188324,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.7-canary.41a2717.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.7-canary.41a2717_1564612542880_0.07821640212074432"},"_hasShrinkwrap":false,"publish_time":1564612543128,"_cnpm_publish_time":1564612543128,"contributors":[]},"1.4.7-canary.576b00f":{"name":"@firebase/firestore","version":"1.4.7-canary.576b00f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.576b00f","@firebase/logger":"0.1.20-canary.576b00f","@firebase/webchannel-wrapper":"0.2.23-canary.576b00f","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.23-canary.576b00f","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.12-canary.576b00f","@firebase/app-types":"0.4.2-canary.576b00f"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.38.0","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.7-canary.576b00f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a75709c870f643a6f6b239a5da42f212bee7138a","size":2187750,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.7-canary.576b00f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.7-canary.576b00f_1564610708782_0.7271628247551098"},"_hasShrinkwrap":false,"publish_time":1564610709002,"_cnpm_publish_time":1564610709002,"contributors":[]},"1.4.7-canary.80ae4d1":{"name":"@firebase/firestore","version":"1.4.7-canary.80ae4d1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.80ae4d1","@firebase/logger":"0.1.20-canary.80ae4d1","@firebase/webchannel-wrapper":"0.2.23-canary.80ae4d1","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.23-canary.80ae4d1","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.12-canary.80ae4d1","@firebase/app-types":"0.4.2-canary.80ae4d1"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.38.0","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.7-canary.80ae4d1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a0c9ca323a944f43c5f19d3af44a91124c141aa0","size":2187749,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.7-canary.80ae4d1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.7-canary.80ae4d1_1564425862666_0.20651784987685673"},"_hasShrinkwrap":false,"publish_time":1564425862887,"_cnpm_publish_time":1564425862887,"contributors":[]},"1.4.7-canary.8271edf":{"name":"@firebase/firestore","version":"1.4.7-canary.8271edf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.8271edf","@firebase/logger":"0.1.20-canary.8271edf","@firebase/webchannel-wrapper":"0.2.23-canary.8271edf","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.23-canary.8271edf","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.12-canary.8271edf","@firebase/app-types":"0.4.2-canary.8271edf"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.38.0","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.13.0","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/eslint-plugin-tslint":"1.13.0","eslint-plugin-import":"2.18.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.7-canary.8271edf","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c6071bc3d09e62ca9b6fb1bac019e457810c9f8c","size":2187750,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.7-canary.8271edf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.7-canary.8271edf_1564170884249_0.994219813031165"},"_hasShrinkwrap":false,"publish_time":1564170884460,"_cnpm_publish_time":1564170884460,"contributors":[]},"1.4.7":{"name":"@firebase/firestore","version":"1.4.7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4","@firebase/logger":"0.1.20","@firebase/webchannel-wrapper":"0.2.23","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.23","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.36.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.1"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.7","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"d72910ff3a272967ebed8c64d54dacdc65cb3f93","size":2187756,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.7_1564165618038_0.3508069801607525"},"_hasShrinkwrap":false,"publish_time":1564165618334,"_cnpm_publish_time":1564165618334,"contributors":[]},"1.4.6-canary.12c908f":{"name":"@firebase/firestore","version":"1.4.6-canary.12c908f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.12c908f","@firebase/logger":"0.1.20-canary.12c908f","@firebase/webchannel-wrapper":"0.2.23-canary.12c908f","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.23-canary.12c908f","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.12-canary.12c908f","@firebase/app-types":"0.4.2-canary.12c908f"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.36.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.1"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.6-canary.12c908f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8d4c4a9e513d2202ded4a4f13a60a95bda8bf2a3","size":2187752,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.6-canary.12c908f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.6-canary.12c908f_1564164674246_0.470666678090536"},"_hasShrinkwrap":false,"publish_time":1564164674418,"_cnpm_publish_time":1564164674418,"contributors":[]},"1.4.7-0":{"name":"@firebase/firestore","version":"1.4.7-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4","@firebase/logger":"0.1.20","@firebase/webchannel-wrapper":"0.2.23","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.23","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.36.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.1"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.7-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"de716fac838c6e63b4823f70e5ca6a2a72ce729e","size":2187763,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.7-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.7-0_1564163378107_0.7630347257119943"},"_hasShrinkwrap":false,"publish_time":1564163378292,"_cnpm_publish_time":1564163378292,"contributors":[]},"1.4.6-canary.28c33a1":{"name":"@firebase/firestore","version":"1.4.6-canary.28c33a1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.28c33a1","@firebase/logger":"0.1.20-canary.28c33a1","@firebase/webchannel-wrapper":"0.2.23-canary.28c33a1","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.23-canary.28c33a1","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.12-canary.28c33a1","@firebase/app-types":"0.4.2-canary.28c33a1"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.36.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.1"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.6-canary.28c33a1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c0598a07838c759d19104aeed2b97f18fcb9d29f","size":2187753,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.6-canary.28c33a1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.6-canary.28c33a1_1564096719705_0.48408994338013733"},"_hasShrinkwrap":false,"publish_time":1564096719906,"_cnpm_publish_time":1564096719906,"contributors":[]},"1.4.6-canary.568f923":{"name":"@firebase/firestore","version":"1.4.6-canary.568f923","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.568f923","@firebase/logger":"0.1.20-canary.568f923","@firebase/webchannel-wrapper":"0.2.23-canary.568f923","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.23-canary.568f923","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.12-canary.568f923","@firebase/app-types":"0.4.2-canary.568f923"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.36.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.1"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.6-canary.568f923","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"43f3a5cea79ec2f9715da0387d7d2d83d9bfb640","size":2185948,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.6-canary.568f923.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.6-canary.568f923_1564094926599_0.4799175954611856"},"_hasShrinkwrap":false,"publish_time":1564094926830,"_cnpm_publish_time":1564094926830,"contributors":[]},"1.4.6-canary.4d23d58":{"name":"@firebase/firestore","version":"1.4.6-canary.4d23d58","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-canary.4d23d58","@firebase/logger":"0.1.20-canary.4d23d58","@firebase/webchannel-wrapper":"0.2.23-canary.4d23d58","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.23-canary.4d23d58","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.12-canary.4d23d58","@firebase/app-types":"0.4.2-canary.4d23d58"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.36.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.1"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.6-canary.4d23d58","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b3829c5e2fce4f2af14dc53156effb30a8d43369","size":2185948,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.6-canary.4d23d58.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.6-canary.4d23d58_1564093487204_0.6130051707281452"},"_hasShrinkwrap":false,"publish_time":1564093487410,"_cnpm_publish_time":1564093487410,"contributors":[]},"1.4.6":{"name":"@firebase/firestore","version":"1.4.6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4","@firebase/logger":"0.1.20","@firebase/webchannel-wrapper":"0.2.23","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.23","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.36.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.1"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.6","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"96f06018ef7b7d1feb0b8bb5062b21b0bc397569","size":2186309,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.6_1564088792215_0.007799207299272748"},"_hasShrinkwrap":false,"publish_time":1564088792478,"_cnpm_publish_time":1564088792478,"contributors":[]},"1.4.5-canary.bccc8a5":{"name":"@firebase/firestore","version":"1.4.5-canary.bccc8a5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.3-canary.bccc8a5","@firebase/logger":"0.1.19-canary.bccc8a5","@firebase/webchannel-wrapper":"0.2.22-canary.bccc8a5","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.22-canary.bccc8a5","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.11-canary.bccc8a5","@firebase/app-types":"0.4.1-canary.bccc8a5"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.36.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.1"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.5-canary.bccc8a5","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"50f51f677302cc75347c974e82569c547e7f67d8","size":2185948,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.5-canary.bccc8a5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.5-canary.bccc8a5_1564000309481_0.5346491919349714"},"_hasShrinkwrap":false,"publish_time":1564000309677,"_cnpm_publish_time":1564000309677,"contributors":[]},"1.4.5-canary.13cdd14":{"name":"@firebase/firestore","version":"1.4.5-canary.13cdd14","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.3-canary.13cdd14","@firebase/logger":"0.1.19-canary.13cdd14","@firebase/webchannel-wrapper":"0.2.22-canary.13cdd14","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.22-canary.13cdd14","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.11-canary.13cdd14","@firebase/app-types":"0.4.1-canary.13cdd14"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.36.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.1"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.5-canary.13cdd14","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b80ab80975da43a3b8f202c4519ecdee16e9ef49","size":2186006,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.5-canary.13cdd14.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.5-canary.13cdd14_1563994706117_0.8546312353584304"},"_hasShrinkwrap":false,"publish_time":1563994706345,"_cnpm_publish_time":1563994706345,"contributors":[]},"1.4.6-0":{"name":"@firebase/firestore","version":"1.4.6-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.4-0","@firebase/logger":"0.1.20-0","@firebase/webchannel-wrapper":"0.2.23-0","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.23-0","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.36.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.1"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.6-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"1b003f5b76515f95ed0b232d941876ae1a2c468c","size":2186311,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.6-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.6-0_1563920962906_0.06321518355708"},"_hasShrinkwrap":false,"publish_time":1563920963139,"_cnpm_publish_time":1563920963139,"contributors":[]},"1.4.5-canary.5c919b2":{"name":"@firebase/firestore","version":"1.4.5-canary.5c919b2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.3-canary.5c919b2","@firebase/logger":"0.1.19-canary.5c919b2","@firebase/webchannel-wrapper":"0.2.22-canary.5c919b2","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.22-canary.5c919b2","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.11-canary.5c919b2","@firebase/app-types":"0.4.1-canary.5c919b2"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.36.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.1"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.5-canary.5c919b2","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ef64badbfc7fb869bd365e1781cfb535ac11a776","size":2186325,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.5-canary.5c919b2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.5-canary.5c919b2_1563584875699_0.35808797785951874"},"_hasShrinkwrap":false,"publish_time":1563584875881,"_cnpm_publish_time":1563584875881,"contributors":[]},"1.4.5-canary.22fcb8a":{"name":"@firebase/firestore","version":"1.4.5-canary.22fcb8a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.3-canary.22fcb8a","@firebase/logger":"0.1.19-canary.22fcb8a","@firebase/webchannel-wrapper":"0.2.22-canary.22fcb8a","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.22-canary.22fcb8a","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.11-canary.22fcb8a","@firebase/app-types":"0.4.1-canary.22fcb8a"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.36.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.1"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.5-canary.22fcb8a","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e4d07f76da18b7bfa0e02407223bc24fd1a7578c","size":2186322,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.5-canary.22fcb8a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.5-canary.22fcb8a_1563577784641_0.518962143548914"},"_hasShrinkwrap":false,"publish_time":1563577785021,"_cnpm_publish_time":1563577785021,"contributors":[]},"1.4.5-canary.e988015":{"name":"@firebase/firestore","version":"1.4.5-canary.e988015","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.3-canary.e988015","@firebase/logger":"0.1.19-canary.e988015","@firebase/webchannel-wrapper":"0.2.22-canary.e988015","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.22-canary.e988015","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.11-canary.e988015","@firebase/app-types":"0.4.1-canary.e988015"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.36.1","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.1"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.5-canary.e988015","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fc7aa9cd979995a1f6d3ea1d137f08162234ac54","size":2186325,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.5-canary.e988015.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.5-canary.e988015_1563576442831_0.6085865650412521"},"_hasShrinkwrap":false,"publish_time":1563576443083,"_cnpm_publish_time":1563576443083,"contributors":[]},"1.4.5-canary.e5a6d31":{"name":"@firebase/firestore","version":"1.4.5-canary.e5a6d31","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.3-canary.e5a6d31","@firebase/logger":"0.1.19-canary.e5a6d31","@firebase/webchannel-wrapper":"0.2.22-canary.e5a6d31","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.22-canary.e5a6d31","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.11-canary.e5a6d31","@firebase/app-types":"0.4.1-canary.e5a6d31"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.5-canary.e5a6d31","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d60c2fe197d7debc01e6cbb5d928db7eb7b6b091","size":2186323,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.5-canary.e5a6d31.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.5-canary.e5a6d31_1563563851873_0.18271146013623385"},"_hasShrinkwrap":false,"publish_time":1563563852118,"_cnpm_publish_time":1563563852118,"contributors":[]},"1.4.5-canary.ab9f264":{"name":"@firebase/firestore","version":"1.4.5-canary.ab9f264","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.3-canary.ab9f264","@firebase/logger":"0.1.19-canary.ab9f264","@firebase/webchannel-wrapper":"0.2.22-canary.ab9f264","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.22-canary.ab9f264","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.11-canary.ab9f264","@firebase/app-types":"0.4.1-canary.ab9f264"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.5-canary.ab9f264","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0148a18298422d1affb87f9d888b33ef01d97d0c","size":2186228,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.5-canary.ab9f264.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.5-canary.ab9f264_1563499774571_0.3162126938552192"},"_hasShrinkwrap":false,"publish_time":1563499775296,"_cnpm_publish_time":1563499775296,"contributors":[]},"1.4.4-canary.f2d96d8":{"name":"@firebase/firestore","version":"1.4.4-canary.f2d96d8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.f2d96d8","@firebase/logger":"0.1.18-canary.f2d96d8","@firebase/webchannel-wrapper":"0.2.21-canary.f2d96d8","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.f2d96d8","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.f2d96d8","@firebase/app-types":"0.4.0-canary.f2d96d8"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.f2d96d8","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"56a126d7b0b7c51e5770dbd938add2d947585592","size":2186226,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.f2d96d8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.f2d96d8_1563498463827_0.9615879196638102"},"_hasShrinkwrap":false,"publish_time":1563498464068,"_cnpm_publish_time":1563498464068,"contributors":[]},"1.4.5":{"name":"@firebase/firestore","version":"1.4.5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.3","@firebase/logger":"0.1.19","@firebase/webchannel-wrapper":"0.2.22","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.22","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.5","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"09f2cb08ce55ae5e5a4925ac05d87e6b95f3547f","size":2201609,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.5_1563495746569_0.9002518805049682"},"_hasShrinkwrap":false,"publish_time":1563495746781,"_cnpm_publish_time":1563495746781,"contributors":[]},"1.4.4-canary.9173c90":{"name":"@firebase/firestore","version":"1.4.4-canary.9173c90","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.9173c90","@firebase/logger":"0.1.18-canary.9173c90","@firebase/webchannel-wrapper":"0.2.21-canary.9173c90","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.9173c90","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.9173c90","@firebase/app-types":"0.4.0-canary.9173c90"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.9173c90","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a7a5f291c7e108cd952438fa17941898db0acad9","size":2200112,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.9173c90.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.9173c90_1563477348932_0.9049890735293751"},"_hasShrinkwrap":false,"publish_time":1563477349098,"_cnpm_publish_time":1563477349098,"contributors":[]},"1.4.4-canary.663f3e9":{"name":"@firebase/firestore","version":"1.4.4-canary.663f3e9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.663f3e9","@firebase/logger":"0.1.18-canary.663f3e9","@firebase/webchannel-wrapper":"0.2.21-canary.663f3e9","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.663f3e9","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.663f3e9","@firebase/app-types":"0.4.0-canary.663f3e9"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.663f3e9","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0639c2b8205b97c293d68271a10c0682dae7590a","size":2201631,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.663f3e9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.663f3e9_1563472628621_0.9987383558885057"},"_hasShrinkwrap":false,"publish_time":1563472628804,"_cnpm_publish_time":1563472628804,"contributors":[]},"1.4.4-canary.59d5bca":{"name":"@firebase/firestore","version":"1.4.4-canary.59d5bca","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.59d5bca","@firebase/logger":"0.1.18-canary.59d5bca","@firebase/webchannel-wrapper":"0.2.21-canary.59d5bca","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.59d5bca","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.59d5bca","@firebase/app-types":"0.4.0-canary.59d5bca"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.59d5bca","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"edc2374dd8f0a43cc4fa2fe68c20d5217eafb3fd","size":2201631,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.59d5bca.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.59d5bca_1563392830883_0.37515207646166293"},"_hasShrinkwrap":false,"publish_time":1563392831054,"_cnpm_publish_time":1563392831054,"contributors":[]},"1.4.4-canary.22caf9f":{"name":"@firebase/firestore","version":"1.4.4-canary.22caf9f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.22caf9f","@firebase/logger":"0.1.18-canary.22caf9f","@firebase/webchannel-wrapper":"0.2.21-canary.22caf9f","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.22caf9f","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.22caf9f","@firebase/app-types":"0.4.0-canary.22caf9f"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.22caf9f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"527dbbd81c1efb9b457bad7534afdcb6ee10c896","size":2201631,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.22caf9f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.22caf9f_1563327457698_0.9672222402655104"},"_hasShrinkwrap":false,"publish_time":1563327457934,"_cnpm_publish_time":1563327457934,"contributors":[]},"1.4.4-canary.6196a50":{"name":"@firebase/firestore","version":"1.4.4-canary.6196a50","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.6196a50","@firebase/logger":"0.1.18-canary.6196a50","@firebase/webchannel-wrapper":"0.2.21-canary.6196a50","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.6196a50","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.6196a50","@firebase/app-types":"0.4.0-canary.6196a50"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.6196a50","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c60f680cb6212df1f70280ef2593491db62a22a8","size":2201591,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.6196a50.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.6196a50_1563326632941_0.14223148676213948"},"_hasShrinkwrap":false,"publish_time":1563326633160,"_cnpm_publish_time":1563326633160,"contributors":[]},"1.4.4-canary.62b4680":{"name":"@firebase/firestore","version":"1.4.4-canary.62b4680","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.62b4680","@firebase/logger":"0.1.18-canary.62b4680","@firebase/webchannel-wrapper":"0.2.21-canary.62b4680","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.62b4680","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.62b4680","@firebase/app-types":"0.4.0-canary.62b4680"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.62b4680","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f13e019fa6723f65fdaada9b4961d228b60664a5","size":2201591,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.62b4680.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.62b4680_1563325381830_0.9179193866284332"},"_hasShrinkwrap":false,"publish_time":1563325382090,"_cnpm_publish_time":1563325382090,"contributors":[]},"1.4.5-0":{"name":"@firebase/firestore","version":"1.4.5-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.3-0","@firebase/logger":"0.1.19-0","@firebase/webchannel-wrapper":"0.2.22-0","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.22-0","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.5-0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"788e4b03c4e35dd0b6caaa22887aa2f47903634b","size":2201583,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.5-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.5-0_1563324886105_0.12026330024544363"},"_hasShrinkwrap":false,"publish_time":1563324886284,"_cnpm_publish_time":1563324886284,"contributors":[]},"1.4.4-canary.c9a881e":{"name":"@firebase/firestore","version":"1.4.4-canary.c9a881e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:travis","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:prod":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:node:persistence:prod":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.c9a881e","@firebase/logger":"0.1.18-canary.c9a881e","@firebase/webchannel-wrapper":"0.2.21-canary.c9a881e","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.c9a881e","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.c9a881e","@firebase/app-types":"0.4.0-canary.c9a881e"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.c9a881e","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cea6c689a3448b00a9bb3faba6b24f3d40345290","size":2201591,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.c9a881e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.c9a881e_1563314723351_0.6072287111968073"},"_hasShrinkwrap":false,"publish_time":1563314723577,"_cnpm_publish_time":1563314723577,"contributors":[]},"1.4.4-canary.c8bbad8":{"name":"@firebase/firestore","version":"1.4.4-canary.c8bbad8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.c8bbad8","@firebase/logger":"0.1.18-canary.c8bbad8","@firebase/webchannel-wrapper":"0.2.21-canary.c8bbad8","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.c8bbad8","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.c8bbad8","@firebase/app-types":"0.4.0-canary.c8bbad8"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.17.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.3.0","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.c8bbad8","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3d7c919d0ff2b8e8d5a2c582fd10e39e1828bc60","size":2201544,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.c8bbad8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.c8bbad8_1563299974434_0.019900908621207858"},"_hasShrinkwrap":false,"publish_time":1563299974630,"_cnpm_publish_time":1563299974630,"contributors":[]},"1.4.4-canary.8032d55":{"name":"@firebase/firestore","version":"1.4.4-canary.8032d55","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.8032d55","@firebase/logger":"0.1.18-canary.8032d55","@firebase/webchannel-wrapper":"0.2.21-canary.8032d55","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.8032d55","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.8032d55","@firebase/app-types":"0.4.0-canary.8032d55"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.16.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.2.4","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.8032d55","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9f07ba980f5b36437eaca9d5e0ad2b577b671986","size":2201544,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.8032d55.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.8032d55_1563298917084_0.9868712560250392"},"_hasShrinkwrap":false,"publish_time":1563298917321,"_cnpm_publish_time":1563298917321,"contributors":[]},"1.4.4-canary.5d676e1":{"name":"@firebase/firestore","version":"1.4.4-canary.5d676e1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.5d676e1","@firebase/logger":"0.1.18-canary.5d676e1","@firebase/webchannel-wrapper":"0.2.21-canary.5d676e1","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.5d676e1","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.5d676e1","@firebase/app-types":"0.4.0-canary.5d676e1"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.16.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.2.4","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.5d676e1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"51680180dd622d634aa9ffbf42c944214be8bc3a","size":2201795,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.5d676e1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.5d676e1_1563295205330_0.3951009483688972"},"_hasShrinkwrap":false,"publish_time":1563295205502,"_cnpm_publish_time":1563295205502,"contributors":[]},"1.4.4-canary.3c8f85d":{"name":"@firebase/firestore","version":"1.4.4-canary.3c8f85d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.3c8f85d","@firebase/logger":"0.1.18-canary.3c8f85d","@firebase/webchannel-wrapper":"0.2.21-canary.3c8f85d","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.3c8f85d","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.3c8f85d","@firebase/app-types":"0.4.0-canary.3c8f85d"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.16.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.2.4","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.3c8f85d","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c37e402f6a6ca316e91ab6c9e12b7343f1b3ea71","size":2201827,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.3c8f85d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.3c8f85d_1563234324729_0.16695348448146596"},"_hasShrinkwrap":false,"publish_time":1563234324959,"_cnpm_publish_time":1563234324959,"contributors":[]},"1.4.4-canary.444c3ae":{"name":"@firebase/firestore","version":"1.4.4-canary.444c3ae","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.444c3ae","@firebase/logger":"0.1.18-canary.444c3ae","@firebase/webchannel-wrapper":"0.2.21-canary.444c3ae","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.444c3ae","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.444c3ae","@firebase/app-types":"0.4.0-canary.444c3ae"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.16.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.2.4","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.444c3ae","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dffc58eff4d9dbc3506a4c00c733d110121e50dc","size":2201826,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.444c3ae.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.444c3ae_1563215531573_0.30405641351152624"},"_hasShrinkwrap":false,"publish_time":1563215531840,"_cnpm_publish_time":1563215531840,"contributors":[]},"1.4.4-canary.a899e7d":{"name":"@firebase/firestore","version":"1.4.4-canary.a899e7d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.a899e7d","@firebase/logger":"0.1.18-canary.a899e7d","@firebase/webchannel-wrapper":"0.2.21-canary.a899e7d","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.a899e7d","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.a899e7d","@firebase/app-types":"0.4.0-canary.a899e7d"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.16.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.2.4","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.a899e7d","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"540b62586c199c067cc2d239bd53c7f36c86f824","size":2201827,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.a899e7d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.a899e7d_1563215348938_0.8052441863619026"},"_hasShrinkwrap":false,"publish_time":1563215349133,"_cnpm_publish_time":1563215349133,"contributors":[]},"1.4.4-canary.01ff95f":{"name":"@firebase/firestore","version":"1.4.4-canary.01ff95f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.01ff95f","@firebase/logger":"0.1.18-canary.01ff95f","@firebase/webchannel-wrapper":"0.2.21-canary.01ff95f","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.01ff95f","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.01ff95f","@firebase/app-types":"0.4.0-canary.01ff95f"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.16.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.2.4","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.01ff95f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"74a07e3e49a8e927d4bb1aeb10e46e7575c03594","size":2201825,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.01ff95f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.01ff95f_1563215288614_0.28728252588226133"},"_hasShrinkwrap":false,"publish_time":1563215288821,"_cnpm_publish_time":1563215288821,"contributors":[]},"1.4.4-canary.ce9f754":{"name":"@firebase/firestore","version":"1.4.4-canary.ce9f754","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.ce9f754","@firebase/logger":"0.1.18-canary.ce9f754","@firebase/webchannel-wrapper":"0.2.21-canary.ce9f754","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.ce9f754","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.ce9f754","@firebase/app-types":"0.4.0-canary.ce9f754"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.16.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.2.4","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.ce9f754","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"163a8b70604751a3e6fcef73f2b354d133485ba7","size":2201825,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.ce9f754.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.ce9f754_1563213242159_0.6312625634732771"},"_hasShrinkwrap":false,"publish_time":1563213242382,"_cnpm_publish_time":1563213242382,"contributors":[]},"1.4.4-canary.7533694":{"name":"@firebase/firestore","version":"1.4.4-canary.7533694","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.7533694","@firebase/logger":"0.1.18-canary.7533694","@firebase/webchannel-wrapper":"0.2.21-canary.7533694","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.7533694","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.7533694","@firebase/app-types":"0.4.0-canary.7533694"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.16.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.2.4","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.7533694","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1b0135fb9a6d5e580269162f520262ebf961c689","size":2201825,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.7533694.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.7533694_1563211597805_0.8512065673183229"},"_hasShrinkwrap":false,"publish_time":1563211598076,"_cnpm_publish_time":1563211598076,"contributors":[]},"1.4.4-canary.271476b":{"name":"@firebase/firestore","version":"1.4.4-canary.271476b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.271476b","@firebase/logger":"0.1.18-canary.271476b","@firebase/webchannel-wrapper":"0.2.21-canary.271476b","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.271476b","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.271476b","@firebase/app-types":"0.4.0-canary.271476b"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.16.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.2.4","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.271476b","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d5dae161237ffad082dd5f39e6d80128c869de29","size":2201497,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.271476b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.271476b_1562981382257_0.9891197337062556"},"_hasShrinkwrap":false,"publish_time":1562981382483,"_cnpm_publish_time":1562981382483,"contributors":[]},"1.4.4-canary.4e3ebca":{"name":"@firebase/firestore","version":"1.4.4-canary.4e3ebca","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.4e3ebca","@firebase/logger":"0.1.18-canary.4e3ebca","@firebase/webchannel-wrapper":"0.2.21-canary.4e3ebca","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.4e3ebca","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.4e3ebca","@firebase/app-types":"0.4.0-canary.4e3ebca"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.16.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.2.4","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.4e3ebca","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"988f3942a45cf42fc4ec1846f0b73103697c1b92","size":2201496,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.4e3ebca.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.4e3ebca_1562980430293_0.4122405409098997"},"_hasShrinkwrap":false,"publish_time":1562980430492,"_cnpm_publish_time":1562980430492,"contributors":[]},"1.4.4-canary.f635457":{"name":"@firebase/firestore","version":"1.4.4-canary.f635457","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.f635457","@firebase/logger":"0.1.18-canary.f635457","@firebase/webchannel-wrapper":"0.2.21-canary.f635457","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.f635457","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.f635457","@firebase/app-types":"0.4.0-canary.f635457"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.16.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"5.2.0","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.2.4","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.f635457","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6b9d62e20a6ab9e531b520602174560d34509617","size":2200669,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.f635457.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.f635457_1562976701574_0.9891387716194713"},"_hasShrinkwrap":false,"publish_time":1562976701840,"_cnpm_publish_time":1562976701840,"contributors":[]},"1.4.4-canary.e294ecb":{"name":"@firebase/firestore","version":"1.4.4-canary.e294ecb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.e294ecb","@firebase/logger":"0.1.18-canary.e294ecb","@firebase/webchannel-wrapper":"0.2.21-canary.e294ecb","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.e294ecb","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.e294ecb","@firebase/app-types":"0.4.0-canary.e294ecb"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.16.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.4","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.2.4","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.e294ecb","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f0eb0f67585ae0fffb3fde2d3ecd876305d2b236","size":2200670,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.e294ecb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.e294ecb_1562975677184_0.9797165302816542"},"_hasShrinkwrap":false,"publish_time":1562975677401,"_cnpm_publish_time":1562975677401,"contributors":[]},"1.4.4-canary.b8535ea":{"name":"@firebase/firestore","version":"1.4.4-canary.b8535ea","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.b8535ea","@firebase/logger":"0.1.18-canary.b8535ea","@firebase/webchannel-wrapper":"0.2.21-canary.b8535ea","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.b8535ea","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.b8535ea","@firebase/app-types":"0.4.0-canary.b8535ea"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.16.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.4","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.2.4","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.b8535ea","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dacbac9801fa2300463abd72be12c747397bd405","size":2200671,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.b8535ea.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.b8535ea_1562975474202_0.4147133709988713"},"_hasShrinkwrap":false,"publish_time":1562975474485,"_cnpm_publish_time":1562975474485,"contributors":[]},"1.4.4-canary.7ab551f":{"name":"@firebase/firestore","version":"1.4.4-canary.7ab551f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.7ab551f","@firebase/logger":"0.1.18-canary.7ab551f","@firebase/webchannel-wrapper":"0.2.21-canary.7ab551f","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.7ab551f","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.7ab551f","@firebase/app-types":"0.4.0-canary.7ab551f"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.16.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.4","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.2.4","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.7ab551f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"21b594f65169317714c33ed8e6e335e0889ef12e","size":2200671,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.7ab551f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.7ab551f_1562974631821_0.657639321205655"},"_hasShrinkwrap":false,"publish_time":1562974631991,"_cnpm_publish_time":1562974631991,"contributors":[]},"1.4.4-canary.e507448":{"name":"@firebase/firestore","version":"1.4.4-canary.e507448","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.e507448","@firebase/logger":"0.1.18-canary.e507448","@firebase/webchannel-wrapper":"0.2.21-canary.e507448","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.e507448","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.e507448","@firebase/app-types":"0.4.0-canary.e507448"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"4.0.2","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.16.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.4","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.2.4","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.e507448","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3ef549950a1c9a74f8cb35558d31af38f4350eda","size":2200672,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.e507448.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.e507448_1562974525826_0.40380333678699465"},"_hasShrinkwrap":false,"publish_time":1562974526045,"_cnpm_publish_time":1562974526045,"contributors":[]},"1.4.4-canary.37c13b3":{"name":"@firebase/firestore","version":"1.4.4-canary.37c13b3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.37c13b3","@firebase/logger":"0.1.18-canary.37c13b3","@firebase/webchannel-wrapper":"0.2.21-canary.37c13b3","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.37c13b3","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.37c13b3","@firebase/app-types":"0.4.0-canary.37c13b3"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.16.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.4","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.2.4","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.37c13b3","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7943ce87a462b48f44463937a54609e81a13a17a","size":2200677,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.37c13b3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.37c13b3_1562972747198_0.6342445975853332"},"_hasShrinkwrap":false,"publish_time":1562972747659,"_cnpm_publish_time":1562972747659,"contributors":[]},"1.4.4-canary.0bc236f":{"name":"@firebase/firestore","version":"1.4.4-canary.0bc236f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.0bc236f","@firebase/logger":"0.1.18-canary.0bc236f","@firebase/webchannel-wrapper":"0.2.21-canary.0bc236f","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.0bc236f","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.0bc236f","@firebase/app-types":"0.4.0-canary.0bc236f"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.16.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.4","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.2.4","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.0bc236f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c12c08a5a72d1448ddac14c7cfc74198bb2aea50","size":2200677,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.0bc236f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.0bc236f_1562970892804_0.8349372235213433"},"_hasShrinkwrap":false,"publish_time":1562970892979,"_cnpm_publish_time":1562970892979,"contributors":[]},"1.4.4-canary.493fe52":{"name":"@firebase/firestore","version":"1.4.4-canary.493fe52","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.493fe52","@firebase/logger":"0.1.18-canary.493fe52","@firebase/webchannel-wrapper":"0.2.21-canary.493fe52","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.493fe52","grpc":"1.22.2","tslib":"1.10.0"},"peerDependencies":{"@firebase/app":"0.4.10-canary.493fe52","@firebase/app-types":"0.4.0-canary.493fe52"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.7","@types/sinon":"7.0.13","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","prettier":"1.18.2","protobufjs":"6.8.8","rollup":"1.16.7","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.4","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.3.0","tslint":"5.18.0","typescript":"3.5.3","webpack":"4.35.3","yargs":"13.2.4","eslint":"5.16.0","@typescript-eslint/parser":"1.12.0","@typescript-eslint/eslint-plugin":"1.12.0","@typescript-eslint/eslint-plugin-tslint":"1.12.0","eslint-plugin-import":"2.18.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.493fe52","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c2254aa6ed5af0240421c8ca18099223e9891ef8","size":2200677,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.493fe52.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.493fe52_1562966907870_0.2479596068898453"},"_hasShrinkwrap":false,"publish_time":1562966908072,"_cnpm_publish_time":1562966908072,"contributors":[]},"1.4.4-canary.5ff1c6d":{"name":"@firebase/firestore","version":"1.4.4-canary.5ff1c6d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.5ff1c6d","@firebase/logger":"0.1.18-canary.5ff1c6d","@firebase/webchannel-wrapper":"0.2.21-canary.5ff1c6d","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.5ff1c6d","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.10-canary.5ff1c6d","@firebase/app-types":"0.4.0-canary.5ff1c6d"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.5ff1c6d","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8a2267423347ce4ce1d979433fda2361b715b14d","size":2200502,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.5ff1c6d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.5ff1c6d_1562958670306_0.3031889489804678"},"_hasShrinkwrap":false,"publish_time":1562958670514,"_cnpm_publish_time":1562958670514,"contributors":[]},"1.4.4-canary.0d2e108":{"name":"@firebase/firestore","version":"1.4.4-canary.0d2e108","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.0d2e108","@firebase/logger":"0.1.18-canary.0d2e108","@firebase/webchannel-wrapper":"0.2.21-canary.0d2e108","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.0d2e108","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.10-canary.0d2e108","@firebase/app-types":"0.4.0-canary.0d2e108"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.0d2e108","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9f9678f71f90c8d27b034004003adc5f2bf77117","size":2200500,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.0d2e108.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.0d2e108_1562937295781_0.7706428944717927"},"_hasShrinkwrap":false,"publish_time":1562937296011,"_cnpm_publish_time":1562937296011,"contributors":[]},"1.4.4-canary.fb5c762":{"name":"@firebase/firestore","version":"1.4.4-canary.fb5c762","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-canary.fb5c762","@firebase/logger":"0.1.18-canary.fb5c762","@firebase/webchannel-wrapper":"0.2.21-canary.fb5c762","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-canary.fb5c762","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.10-canary.fb5c762","@firebase/app-types":"0.4.0-canary.fb5c762"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-canary.fb5c762","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3b69685029150c1e51099fa19cadbde0e7654c90","size":2197219,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-canary.fb5c762.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-canary.fb5c762_1562890387632_0.922825093526392"},"_hasShrinkwrap":false,"publish_time":1562890387928,"_cnpm_publish_time":1562890387928,"contributors":[]},"1.4.4":{"name":"@firebase/firestore","version":"1.4.4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2","@firebase/logger":"0.1.18","@firebase/webchannel-wrapper":"0.2.21","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"8a56b35eff14a514bd13af8131577c4ee473d90a","size":2197193,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4_1562880565634_0.11893208729050997"},"_hasShrinkwrap":false,"publish_time":1562880565855,"_cnpm_publish_time":1562880565855,"contributors":[]},"1.4.3-canary.ed17a58":{"name":"@firebase/firestore","version":"1.4.3-canary.ed17a58","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.ed17a58","@firebase/logger":"0.1.17-canary.ed17a58","@firebase/webchannel-wrapper":"0.2.21-canary.ed17a58","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.20-canary.ed17a58","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.9-canary.ed17a58","@firebase/app-types":"0.4.0-canary.ed17a58"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.3-canary.ed17a58","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"207d6c79daf63e97565cce3466fd1353015ad0a0","size":2197220,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.3-canary.ed17a58.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.3-canary.ed17a58_1562806670101_0.34283401323998364"},"_hasShrinkwrap":false,"publish_time":1562806670311,"_cnpm_publish_time":1562806670311,"contributors":[]},"1.4.4-1":{"name":"@firebase/firestore","version":"1.4.4-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-1","@firebase/logger":"0.1.18-1","@firebase/webchannel-wrapper":"0.2.21","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-1","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-1","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"71548fee628e0bc5a6e81fd3d6e736baceedf222","size":2197192,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-1_1562721596072_0.48638554856296734"},"_hasShrinkwrap":false,"publish_time":1562721596302,"_cnpm_publish_time":1562721596302,"contributors":[]},"1.4.3-canary.a83f557":{"name":"@firebase/firestore","version":"1.4.3-canary.a83f557","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.a83f557","@firebase/logger":"0.1.17-canary.a83f557","@firebase/webchannel-wrapper":"0.2.21-canary.a83f557","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.20-canary.a83f557","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.9-canary.a83f557","@firebase/app-types":"0.4.0-canary.a83f557"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.3-canary.a83f557","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"621648690ed00296f0486f0f7d7f99b97cfe57de","size":2197220,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.3-canary.a83f557.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.3-canary.a83f557_1562721522001_0.41766880835833664"},"_hasShrinkwrap":false,"publish_time":1562721522240,"_cnpm_publish_time":1562721522240,"contributors":[]},"1.4.3-canary.7773700":{"name":"@firebase/firestore","version":"1.4.3-canary.7773700","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.7773700","@firebase/logger":"0.1.17-canary.7773700","@firebase/webchannel-wrapper":"0.2.21-canary.7773700","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.20-canary.7773700","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.9-canary.7773700","@firebase/app-types":"0.4.0-canary.7773700"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.3-canary.7773700","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cecf8e2bf9e71abb63472ebf7240325caa8dec05","size":2197220,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.3-canary.7773700.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.3-canary.7773700_1562719438876_0.057012059608411825"},"_hasShrinkwrap":false,"publish_time":1562719439031,"_cnpm_publish_time":1562719439031,"contributors":[]},"1.4.3-canary.b3376e2":{"name":"@firebase/firestore","version":"1.4.3-canary.b3376e2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.b3376e2","@firebase/logger":"0.1.17-canary.b3376e2","@firebase/webchannel-wrapper":"0.2.21-canary.b3376e2","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.20-canary.b3376e2","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.9-canary.b3376e2","@firebase/app-types":"0.4.0-canary.b3376e2"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.3-canary.b3376e2","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"135d003a9de86f67551d9bfd5fff637488ce1e0d","size":2197222,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.3-canary.b3376e2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.3-canary.b3376e2_1562714047061_0.06227664197924798"},"_hasShrinkwrap":false,"publish_time":1562714047315,"_cnpm_publish_time":1562714047315,"contributors":[]},"1.4.4-0":{"name":"@firebase/firestore","version":"1.4.4-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.2-0","@firebase/logger":"0.1.18-0","@firebase/webchannel-wrapper":"0.2.21","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.21-0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.4-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"130b3ed0d2a9a3534d915b483fbd4965e083f2fa","size":2197192,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.4-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.4-0_1562712651119_0.1540098409063433"},"_hasShrinkwrap":false,"publish_time":1562712651377,"_cnpm_publish_time":1562712651377,"contributors":[]},"1.4.3-canary.6a15cd7":{"name":"@firebase/firestore","version":"1.4.3-canary.6a15cd7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.6a15cd7","@firebase/logger":"0.1.17-canary.6a15cd7","@firebase/webchannel-wrapper":"0.2.21-canary.6a15cd7","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.20-canary.6a15cd7","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.9-canary.6a15cd7","@firebase/app-types":"0.4.0-canary.6a15cd7"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.3-canary.6a15cd7","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d7c502277f7c7e6115d1fdfff8eed53bc2899ee7","size":2197219,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.3-canary.6a15cd7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.3-canary.6a15cd7_1562635775639_0.2722847455308819"},"_hasShrinkwrap":false,"publish_time":1562635775953,"_cnpm_publish_time":1562635775953,"contributors":[]},"1.4.3-canary.ca8d829":{"name":"@firebase/firestore","version":"1.4.3-canary.ca8d829","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.ca8d829","@firebase/logger":"0.1.17-canary.ca8d829","@firebase/webchannel-wrapper":"0.2.21-canary.ca8d829","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.20-canary.ca8d829","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.9-canary.ca8d829","@firebase/app-types":"0.4.0-canary.ca8d829"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.3-canary.ca8d829","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"72d58b164c9e23518db3715389c8e823fb4e5f3c","size":2194991,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.3-canary.ca8d829.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.3-canary.ca8d829_1562609426265_0.22627689003026563"},"_hasShrinkwrap":false,"publish_time":1562609426429,"_cnpm_publish_time":1562609426429,"contributors":[]},"1.4.3-canary.fc5a87c":{"name":"@firebase/firestore","version":"1.4.3-canary.fc5a87c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.fc5a87c","@firebase/logger":"0.1.17-canary.fc5a87c","@firebase/webchannel-wrapper":"0.2.21-canary.fc5a87c","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.20-canary.fc5a87c","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.9-canary.fc5a87c","@firebase/app-types":"0.4.0-canary.fc5a87c"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.3-canary.fc5a87c","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"30702542621f34e9a277795a0e986e9478dcd424","size":2194990,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.3-canary.fc5a87c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.3-canary.fc5a87c_1562176781642_0.7628354173188547"},"_hasShrinkwrap":false,"publish_time":1562176781864,"_cnpm_publish_time":1562176781864,"contributors":[]},"1.4.3-canary.f2f6eef":{"name":"@firebase/firestore","version":"1.4.3-canary.f2f6eef","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.f2f6eef","@firebase/logger":"0.1.17-canary.f2f6eef","@firebase/webchannel-wrapper":"0.2.21-canary.f2f6eef","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.20-canary.f2f6eef","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.9-canary.f2f6eef","@firebase/app-types":"0.4.0-canary.f2f6eef"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.3-canary.f2f6eef","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"16b5dd52a2cd1e9e8b79ed71cb8709e22b778700","size":2194991,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.3-canary.f2f6eef.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.3-canary.f2f6eef_1562173751463_0.6831315397860587"},"_hasShrinkwrap":false,"publish_time":1562173751675,"_cnpm_publish_time":1562173751675,"contributors":[]},"1.4.3-canary.e8900fe":{"name":"@firebase/firestore","version":"1.4.3-canary.e8900fe","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.e8900fe","@firebase/logger":"0.1.17-canary.e8900fe","@firebase/webchannel-wrapper":"0.2.21-canary.e8900fe","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.20-canary.e8900fe","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.9-canary.e8900fe","@firebase/app-types":"0.4.0-canary.e8900fe"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.3-canary.e8900fe","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"492af1dcc94d647399fcf7a339c3b078c302576a","size":2191887,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.3-canary.e8900fe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.3-canary.e8900fe_1562073955145_0.5321398565132334"},"_hasShrinkwrap":false,"publish_time":1562073955333,"_cnpm_publish_time":1562073955333,"contributors":[]},"1.4.3-canary.634f84d":{"name":"@firebase/firestore","version":"1.4.3-canary.634f84d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.634f84d","@firebase/logger":"0.1.17-canary.634f84d","@firebase/webchannel-wrapper":"0.2.21-canary.634f84d","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.20-canary.634f84d","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.9-canary.634f84d","@firebase/app-types":"0.4.0-canary.634f84d"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.3-canary.634f84d","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d92c3bb3f84e94e76e935db5184980305c032794","size":2191884,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.3-canary.634f84d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.3-canary.634f84d_1562028861042_0.012098764133962048"},"_hasShrinkwrap":false,"publish_time":1562028861230,"_cnpm_publish_time":1562028861230,"contributors":[]},"1.4.3-canary.1b1827c":{"name":"@firebase/firestore","version":"1.4.3-canary.1b1827c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.1b1827c","@firebase/logger":"0.1.17-canary.1b1827c","@firebase/webchannel-wrapper":"0.2.21-canary.1b1827c","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.20-canary.1b1827c","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.9-canary.1b1827c","@firebase/app-types":"0.4.0-canary.1b1827c"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.3-canary.1b1827c","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"86064ae3d9ecaf27f1278fe62865d337ec526f7a","size":2191885,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.3-canary.1b1827c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.3-canary.1b1827c_1562009863174_0.1346405249182432"},"_hasShrinkwrap":false,"publish_time":1562009863567,"_cnpm_publish_time":1562009863567,"contributors":[]},"1.4.2-canary.c24ecf3":{"name":"@firebase/firestore","version":"1.4.2-canary.c24ecf3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.c24ecf3","@firebase/logger":"0.1.17-canary.c24ecf3","@firebase/webchannel-wrapper":"0.2.21-canary.c24ecf3","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.20-canary.c24ecf3","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.8-canary.c24ecf3","@firebase/app-types":"0.4.0-canary.c24ecf3"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.2-canary.c24ecf3","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4f25e5a8ff30be13ca5b8ce41df994aff16f156c","size":2191888,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.2-canary.c24ecf3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.2-canary.c24ecf3_1562005961574_0.8375019498407239"},"_hasShrinkwrap":false,"publish_time":1562005961757,"_cnpm_publish_time":1562005961757,"contributors":[]},"1.4.2-canary.2348a25":{"name":"@firebase/firestore","version":"1.4.2-canary.2348a25","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.2348a25","@firebase/logger":"0.1.17-canary.2348a25","@firebase/webchannel-wrapper":"0.2.21-canary.2348a25","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.20-canary.2348a25","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.8-canary.2348a25","@firebase/app-types":"0.4.0-canary.2348a25"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.2-canary.2348a25","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0f2b8647089f5120a3ed96731a8059adf3514e01","size":2191886,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.2-canary.2348a25.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.2-canary.2348a25_1562005160043_0.28640160322923713"},"_hasShrinkwrap":false,"publish_time":1562005160178,"_cnpm_publish_time":1562005160178,"contributors":[]},"1.4.2-canary.be8940f":{"name":"@firebase/firestore","version":"1.4.2-canary.be8940f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.be8940f","@firebase/logger":"0.1.17-canary.be8940f","@firebase/webchannel-wrapper":"0.2.21-canary.be8940f","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.20-canary.be8940f","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.8-canary.be8940f","@firebase/app-types":"0.4.0-canary.be8940f"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.2-canary.be8940f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"af0869f00027d1c610542bdecab644a08902e2ad","size":2191889,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.2-canary.be8940f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.2-canary.be8940f_1561762880970_0.23528556320310012"},"_hasShrinkwrap":false,"publish_time":1561762881154,"_cnpm_publish_time":1561762881154,"contributors":[]},"1.4.2-canary.43f0036":{"name":"@firebase/firestore","version":"1.4.2-canary.43f0036","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.43f0036","@firebase/logger":"0.1.17-canary.43f0036","@firebase/webchannel-wrapper":"0.2.21-canary.43f0036","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.20-canary.43f0036","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.8-canary.43f0036","@firebase/app-types":"0.4.0-canary.43f0036"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.2-canary.43f0036","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d81a8b4ab8ce073c46f127ffdf1dbdfc75e37e48","size":2191945,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.2-canary.43f0036.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.2-canary.43f0036_1561682190446_0.6010685362789798"},"_hasShrinkwrap":false,"publish_time":1561682190745,"_cnpm_publish_time":1561682190745,"contributors":[]},"1.4.3":{"name":"@firebase/firestore","version":"1.4.3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1","@firebase/logger":"0.1.17","@firebase/webchannel-wrapper":"0.2.21","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.3","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"28225d15bd15dc568a4618461a14743009d3d941","size":2174652,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.3_1561679484627_0.2403898403792124"},"_hasShrinkwrap":false,"publish_time":1561679484829,"_cnpm_publish_time":1561679484829,"contributors":[]},"1.4.2-canary.99ba995":{"name":"@firebase/firestore","version":"1.4.2-canary.99ba995","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.99ba995","@firebase/logger":"0.1.17-canary.99ba995","@firebase/webchannel-wrapper":"0.2.21-canary.99ba995","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.20-canary.99ba995","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.8-canary.99ba995","@firebase/app-types":"0.4.0-canary.99ba995"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.2-canary.99ba995","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dcc0523f15f4ba6741b49cbd76ba0863bf88616e","size":2177485,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.2-canary.99ba995.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.2-canary.99ba995_1561611284001_0.7600615140156832"},"_hasShrinkwrap":false,"publish_time":1561611284226,"_cnpm_publish_time":1561611284226,"contributors":[]},"1.4.2-canary.1d96622":{"name":"@firebase/firestore","version":"1.4.2-canary.1d96622","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.1d96622","@firebase/logger":"0.1.17-canary.1d96622","@firebase/webchannel-wrapper":"0.2.21-canary.1d96622","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.20-canary.1d96622","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.8-canary.1d96622","@firebase/app-types":"0.4.0-canary.1d96622"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.2-canary.1d96622","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3d4bc0cca5de40592727879bb79b888641598573","size":2177485,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.2-canary.1d96622.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.2-canary.1d96622_1561593462551_0.4803815002128726"},"_hasShrinkwrap":false,"publish_time":1561593462865,"_cnpm_publish_time":1561593462865,"contributors":[]},"1.4.2-canary.7043422":{"name":"@firebase/firestore","version":"1.4.2-canary.7043422","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.7043422","@firebase/logger":"0.1.17-canary.7043422","@firebase/webchannel-wrapper":"0.2.21-canary.7043422","@grpc/proto-loader":"^0.5.0","@firebase/util":"0.2.20-canary.7043422","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.8-canary.7043422","@firebase/app-types":"0.4.0-canary.7043422"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2","eslint-plugin-import":"2.17.3"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.2-canary.7043422","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7f048fc35712271cb852e3d640c4102815c83022","size":2177485,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.2-canary.7043422.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.2-canary.7043422_1561577827744_0.07763812813567039"},"_hasShrinkwrap":false,"publish_time":1561577827948,"_cnpm_publish_time":1561577827948,"contributors":[]},"1.4.3-0":{"name":"@firebase/firestore","version":"1.4.3-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1","@firebase/logger":"0.1.17","@firebase/webchannel-wrapper":"0.2.21","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.3-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"c4c990fc9c86f42ce3db08fba569dc860610324e","size":2174627,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.3-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.3-0_1561570272154_0.17286477657310617"},"_hasShrinkwrap":false,"publish_time":1561570272351,"_cnpm_publish_time":1561570272351,"contributors":[]},"1.4.2-canary.15a32c6":{"name":"@firebase/firestore","version":"1.4.2-canary.15a32c6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.15a32c6","@firebase/logger":"0.1.17-canary.15a32c6","@firebase/webchannel-wrapper":"0.2.21-canary.15a32c6","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.8-canary.15a32c6","@firebase/app-types":"0.4.0-canary.15a32c6"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.2-canary.15a32c6","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8f275d6d14478a05c7ac93b7eadb793e589c744e","size":2174652,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.2-canary.15a32c6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.2-canary.15a32c6_1561506577261_0.16921094456098307"},"_hasShrinkwrap":false,"publish_time":1561506577423,"_cnpm_publish_time":1561506577423,"contributors":[]},"1.4.2-canary.56414e8":{"name":"@firebase/firestore","version":"1.4.2-canary.56414e8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.56414e8","@firebase/logger":"0.1.17-canary.56414e8","@firebase/webchannel-wrapper":"0.2.21-canary.56414e8","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.8-canary.56414e8","@firebase/app-types":"0.4.0-canary.56414e8"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.2-canary.56414e8","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"87afab647492dbcaa14c7f777d7309187c15e5f1","size":2174651,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.2-canary.56414e8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.2-canary.56414e8_1561504735439_0.8284503541359394"},"_hasShrinkwrap":false,"publish_time":1561504735656,"_cnpm_publish_time":1561504735656,"contributors":[]},"1.4.2-canary.6ef1355":{"name":"@firebase/firestore","version":"1.4.2-canary.6ef1355","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.6ef1355","@firebase/logger":"0.1.17-canary.6ef1355","@firebase/webchannel-wrapper":"0.2.21-canary.6ef1355","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.7-canary.6ef1355","@firebase/app-types":"0.4.0-canary.6ef1355"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.2-canary.6ef1355","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1415e4647d09d23b271788523687192467742e52","size":2174648,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.2-canary.6ef1355.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.2-canary.6ef1355_1561497735357_0.9300985436964724"},"_hasShrinkwrap":false,"publish_time":1561497735613,"_cnpm_publish_time":1561497735613,"contributors":[]},"1.4.2-canary.ea3adf1":{"name":"@firebase/firestore","version":"1.4.2-canary.ea3adf1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.ea3adf1","@firebase/logger":"0.1.17-canary.ea3adf1","@firebase/webchannel-wrapper":"0.2.21-canary.ea3adf1","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.7-canary.ea3adf1","@firebase/app-types":"0.4.0-canary.ea3adf1"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.2-canary.ea3adf1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"93ae618617f2cdb003e5d80b63e6a3cc038740c2","size":2174647,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.2-canary.ea3adf1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.2-canary.ea3adf1_1561495935000_0.45887561865141846"},"_hasShrinkwrap":false,"publish_time":1561495935198,"_cnpm_publish_time":1561495935198,"contributors":[]},"1.4.2-canary.9bb7e70":{"name":"@firebase/firestore","version":"1.4.2-canary.9bb7e70","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.9bb7e70","@firebase/logger":"0.1.17-canary.9bb7e70","@firebase/webchannel-wrapper":"0.2.21-canary.9bb7e70","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.7-canary.9bb7e70","@firebase/app-types":"0.4.0-canary.9bb7e70"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.2-canary.9bb7e70","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"45c469ccf84c4f70e00074e3727d2443fabd14d2","size":2174647,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.2-canary.9bb7e70.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.2-canary.9bb7e70_1561434995812_0.5761658426229606"},"_hasShrinkwrap":false,"publish_time":1561434995971,"_cnpm_publish_time":1561434995971,"contributors":[]},"1.4.2-canary.95cbd6f":{"name":"@firebase/firestore","version":"1.4.2-canary.95cbd6f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.95cbd6f","@firebase/logger":"0.1.17-canary.95cbd6f","@firebase/webchannel-wrapper":"0.2.21-canary.95cbd6f","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.7-canary.95cbd6f","@firebase/app-types":"0.4.0-canary.95cbd6f"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.2-canary.95cbd6f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ff89c06877def67a1f01581fc6178ac75ade3087","size":2174505,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.2-canary.95cbd6f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.2-canary.95cbd6f_1561421814806_0.9157819932394322"},"_hasShrinkwrap":false,"publish_time":1561421815143,"_cnpm_publish_time":1561421815143,"contributors":[]},"1.4.2-canary.728f4f5":{"name":"@firebase/firestore","version":"1.4.2-canary.728f4f5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.728f4f5","@firebase/logger":"0.1.17-canary.728f4f5","@firebase/webchannel-wrapper":"0.2.21-canary.728f4f5","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.7-canary.728f4f5","@firebase/app-types":"0.4.0-canary.728f4f5"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.2-canary.728f4f5","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b8d2d572293716520ec2faa208560dc3339bee34","size":2174503,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.2-canary.728f4f5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.2-canary.728f4f5_1561415627279_0.6081424637246973"},"_hasShrinkwrap":false,"publish_time":1561415627498,"_cnpm_publish_time":1561415627498,"contributors":[]},"1.4.2-canary.c919b45":{"name":"@firebase/firestore","version":"1.4.2-canary.c919b45","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.c919b45","@firebase/logger":"0.1.17-canary.c919b45","@firebase/webchannel-wrapper":"0.2.21-canary.c919b45","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.7-canary.c919b45","@firebase/app-types":"0.4.0-canary.c919b45"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.2-canary.c919b45","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"12342a77c757425231ab671397f68e328360d565","size":2174503,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.2-canary.c919b45.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.2-canary.c919b45_1561400963328_0.1182742998833628"},"_hasShrinkwrap":false,"publish_time":1561400963502,"_cnpm_publish_time":1561400963502,"contributors":[]},"1.4.1-canary.cbdc789":{"name":"@firebase/firestore","version":"1.4.1-canary.cbdc789","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.cbdc789","@firebase/logger":"0.1.17-canary.cbdc789","@firebase/webchannel-wrapper":"0.2.21-canary.cbdc789","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.6-canary.cbdc789","@firebase/app-types":"0.4.0-canary.cbdc789"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.1-canary.cbdc789","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4e527b7e0fd12b77843a1fcc088e1ebe0f8737bb","size":2174502,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.1-canary.cbdc789.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.1-canary.cbdc789_1561159964231_0.8948747865251157"},"_hasShrinkwrap":false,"publish_time":1561159964405,"_cnpm_publish_time":1561159964405,"contributors":[]},"1.4.2":{"name":"@firebase/firestore","version":"1.4.2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1","@firebase/logger":"0.1.17","@firebase/webchannel-wrapper":"0.2.21","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.2","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"0e9a08718c52f6990a0ddd91635f9e2d347b5501","size":2174473,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.2_1561158818319_0.31736198425402984"},"_hasShrinkwrap":false,"publish_time":1561158818530,"_cnpm_publish_time":1561158818530,"contributors":[]},"1.4.2-0":{"name":"@firebase/firestore","version":"1.4.2-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1","@firebase/logger":"0.1.17","@firebase/webchannel-wrapper":"0.2.21","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.2-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"5105e5ed16f8deb407d299a5d9b838f6d8798c14","size":2174485,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.2-0_1561157829263_0.4060384066254765"},"_hasShrinkwrap":false,"publish_time":1561157829466,"_cnpm_publish_time":1561157829466,"contributors":[]},"1.4.1-canary.74a397a":{"name":"@firebase/firestore","version":"1.4.1-canary.74a397a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.74a397a","@firebase/logger":"0.1.17-canary.74a397a","@firebase/webchannel-wrapper":"0.2.21-canary.74a397a","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.6-canary.74a397a","@firebase/app-types":"0.4.0-canary.74a397a"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.1-canary.74a397a","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"173e500533229f4cfb6a12d97c7683f8471f01e8","size":2174502,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.1-canary.74a397a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.1-canary.74a397a_1561132728173_0.8284271837680413"},"_hasShrinkwrap":false,"publish_time":1561132728460,"_cnpm_publish_time":1561132728460,"contributors":[]},"1.4.1-canary.3caea2b":{"name":"@firebase/firestore","version":"1.4.1-canary.3caea2b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-canary.3caea2b","@firebase/logger":"0.1.17-canary.3caea2b","@firebase/webchannel-wrapper":"0.2.21-canary.3caea2b","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.6-canary.3caea2b","@firebase/app-types":"0.4.0-canary.3caea2b"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.1-canary.3caea2b","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4ee3109cbfd8814894d1d495c179ec62f2603eec","size":2174375,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.1-canary.3caea2b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.1-canary.3caea2b_1561073643277_0.4100113811167887"},"_hasShrinkwrap":false,"publish_time":1561073643520,"_cnpm_publish_time":1561073643520,"contributors":[]},"1.4.1":{"name":"@firebase/firestore","version":"1.4.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1","@firebase/logger":"0.1.17","@firebase/webchannel-wrapper":"0.2.21","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.1","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"27709ed117ab9f04ef453b4165a950893cbd4205","size":2173963,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.1_1561068073708_0.731473316348948"},"_hasShrinkwrap":false,"publish_time":1561068073956,"_cnpm_publish_time":1561068073956,"contributors":[]},"1.4.0-canary.32cb0e1":{"name":"@firebase/firestore","version":"1.4.0-canary.32cb0e1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.0-canary.32cb0e1","@firebase/logger":"0.1.16-canary.32cb0e1","@firebase/webchannel-wrapper":"0.2.20-canary.32cb0e1","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.5-canary.32cb0e1","@firebase/app-types":"0.4.0-canary.32cb0e1"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.0-canary.32cb0e1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0337482391e9051ad208953ff545e68d7c8a91a8","size":2174375,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.0-canary.32cb0e1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.0-canary.32cb0e1_1561054136075_0.017119347518972594"},"_hasShrinkwrap":false,"publish_time":1561054136365,"_cnpm_publish_time":1561054136365,"contributors":[]},"1.4.0-canary.7a52f75":{"name":"@firebase/firestore","version":"1.4.0-canary.7a52f75","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.0-canary.7a52f75","@firebase/logger":"0.1.16-canary.7a52f75","@firebase/webchannel-wrapper":"0.2.20-canary.7a52f75","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.5-canary.7a52f75","@firebase/app-types":"0.4.0-canary.7a52f75"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.0-canary.7a52f75","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"404c54453308b277b6804c7396cb8d098f7730a1","size":2173964,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.0-canary.7a52f75.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.0-canary.7a52f75_1560968493400_0.616863864984821"},"_hasShrinkwrap":false,"publish_time":1560968493628,"_cnpm_publish_time":1560968493628,"contributors":[]},"1.4.0-canary.ae2698f":{"name":"@firebase/firestore","version":"1.4.0-canary.ae2698f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.0-canary.ae2698f","@firebase/logger":"0.1.16-canary.ae2698f","@firebase/webchannel-wrapper":"0.2.20-canary.ae2698f","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.5-canary.ae2698f","@firebase/app-types":"0.4.0-canary.ae2698f"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.0-canary.ae2698f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2009dfa64b0cab80be2711d4bd1f509a083e4d4a","size":2173982,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.0-canary.ae2698f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.0-canary.ae2698f_1560962087080_0.7158490506242208"},"_hasShrinkwrap":false,"publish_time":1560962087268,"_cnpm_publish_time":1560962087268,"contributors":[]},"1.4.1-0":{"name":"@firebase/firestore","version":"1.4.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.1-0","@firebase/logger":"0.1.17-0","@firebase/webchannel-wrapper":"0.2.21-0","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.1-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"af03fcd07ce889e4d26cc853915e3cf5899337f5","size":2173967,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.1-0_1560898778006_0.7442167899397609"},"_hasShrinkwrap":false,"publish_time":1560898778340,"_cnpm_publish_time":1560898778340,"contributors":[]},"1.4.0-canary.5856b9d":{"name":"@firebase/firestore","version":"1.4.0-canary.5856b9d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.0-canary.5856b9d","@firebase/logger":"0.1.16-canary.5856b9d","@firebase/webchannel-wrapper":"0.2.20-canary.5856b9d","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.5-canary.5856b9d","@firebase/app-types":"0.4.0-canary.5856b9d"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.0-canary.5856b9d","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1129d2a13c106a8cbef6757d7cb643ba6da52512","size":2173982,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.0-canary.5856b9d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.0-canary.5856b9d_1560887186598_0.8649783019105635"},"_hasShrinkwrap":false,"publish_time":1560887186797,"_cnpm_publish_time":1560887186797,"contributors":[]},"1.4.0-canary.dce78ca":{"name":"@firebase/firestore","version":"1.4.0-canary.dce78ca","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.0-canary.dce78ca","@firebase/logger":"0.1.16-canary.dce78ca","@firebase/webchannel-wrapper":"0.2.20-canary.dce78ca","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.5-canary.dce78ca","@firebase/app-types":"0.4.0-canary.dce78ca"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.0-canary.dce78ca","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8357619da3a6610f6633c293f8e8977f3363f9d5","size":2173982,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.0-canary.dce78ca.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.0-canary.dce78ca_1560876807197_0.5501944716260947"},"_hasShrinkwrap":false,"publish_time":1560876807372,"_cnpm_publish_time":1560876807372,"contributors":[]},"1.4.0-canary.7866e22":{"name":"@firebase/firestore","version":"1.4.0-canary.7866e22","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.0-canary.7866e22","@firebase/logger":"0.1.16-canary.7866e22","@firebase/webchannel-wrapper":"0.2.20-canary.7866e22","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.5-canary.7866e22","@firebase/app-types":"0.4.0-canary.7866e22"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.0-canary.7866e22","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9c38d13ec7f0e484d476366f8cd614b7601b9e15","size":2173982,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.0-canary.7866e22.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.0-canary.7866e22_1560811075416_0.1396498448786394"},"_hasShrinkwrap":false,"publish_time":1560811075664,"_cnpm_publish_time":1560811075664,"contributors":[]},"1.4.0-canary.9f109f8":{"name":"@firebase/firestore","version":"1.4.0-canary.9f109f8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.0-canary.9f109f8","@firebase/logger":"0.1.16-canary.9f109f8","@firebase/webchannel-wrapper":"0.2.20-canary.9f109f8","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.5-canary.9f109f8","@firebase/app-types":"0.4.0-canary.9f109f8"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.0-canary.9f109f8","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fcaa532396790ba67309ddb972918a7713bf3f6c","size":2168758,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.0-canary.9f109f8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.0-canary.9f109f8_1560553371760_0.5305834865295629"},"_hasShrinkwrap":false,"publish_time":1560553372447,"_cnpm_publish_time":1560553372447,"contributors":[]},"1.4.0-canary.ba19625":{"name":"@firebase/firestore","version":"1.4.0-canary.ba19625","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.0-canary.ba19625","@firebase/logger":"0.1.16-canary.ba19625","@firebase/webchannel-wrapper":"0.2.20-canary.ba19625","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.5-canary.ba19625","@firebase/app-types":"0.4.0-canary.ba19625"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.0-canary.ba19625","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b6e0ce1df047e028dc4f0e1847dece0943e8b281","size":2168757,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.0-canary.ba19625.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.0-canary.ba19625_1560536027924_0.63628143418702"},"_hasShrinkwrap":false,"publish_time":1560536028169,"_cnpm_publish_time":1560536028169,"contributors":[]},"1.3.5-canary.c55d1e9":{"name":"@firebase/firestore","version":"1.3.5-canary.c55d1e9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.c55d1e9","@firebase/logger":"0.1.15-canary.c55d1e9","@firebase/webchannel-wrapper":"0.2.20-canary.c55d1e9","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.4-canary.c55d1e9","@firebase/app-types":"0.4.0-canary.c55d1e9"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.5-canary.c55d1e9","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"04dc0fc9b203600ab6e0991e812adab6b7e24511","size":2168766,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.5-canary.c55d1e9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.5-canary.c55d1e9_1560534390220_0.915192207526677"},"_hasShrinkwrap":false,"publish_time":1560534390471,"_cnpm_publish_time":1560534390471,"contributors":[]},"1.3.5-canary.fb45cd6":{"name":"@firebase/firestore","version":"1.3.5-canary.fb45cd6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.fb45cd6","@firebase/logger":"0.1.15-canary.fb45cd6","@firebase/webchannel-wrapper":"0.2.20-canary.fb45cd6","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.4-canary.fb45cd6","@firebase/app-types":"0.4.0-canary.fb45cd6"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.5-canary.fb45cd6","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ed9564535828682ca5b8bb3cb9edb07664b46ad5","size":2168766,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.5-canary.fb45cd6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.5-canary.fb45cd6_1560477829634_0.4066711685536597"},"_hasShrinkwrap":false,"publish_time":1560477829868,"_cnpm_publish_time":1560477829868,"contributors":[]},"1.4.0":{"name":"@firebase/firestore","version":"1.4.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.4.0","@firebase/logger":"0.1.16","@firebase/webchannel-wrapper":"0.2.20","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.9.0","@typescript-eslint/eslint-plugin":"1.9.0","@typescript-eslint/eslint-plugin-tslint":"1.9.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"250204063111df318caf0bba7be2665420761c6b","size":2160445,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.0_1560462904732_0.46096956361898034"},"_hasShrinkwrap":false,"publish_time":1560462904979,"_cnpm_publish_time":1560462904979,"contributors":[]},"1.3.5-canary.5511cbd":{"name":"@firebase/firestore","version":"1.3.5-canary.5511cbd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.5511cbd","@firebase/logger":"0.1.15-canary.5511cbd","@firebase/webchannel-wrapper":"0.2.20-canary.5511cbd","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.4-canary.5511cbd","@firebase/app-types":"0.4.0-canary.5511cbd"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.5-canary.5511cbd","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"95a16d48c70f0d471056cb0b201c616f92bb5c72","size":2168766,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.5-canary.5511cbd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.5-canary.5511cbd_1560447826721_0.8673130889814138"},"_hasShrinkwrap":false,"publish_time":1560447826975,"_cnpm_publish_time":1560447826975,"contributors":[]},"1.3.5-canary.b91f690":{"name":"@firebase/firestore","version":"1.3.5-canary.b91f690","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.b91f690","@firebase/logger":"0.1.15-canary.b91f690","@firebase/webchannel-wrapper":"0.2.20-canary.b91f690","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.4-canary.b91f690","@firebase/app-types":"0.4.0-canary.b91f690"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.5-canary.b91f690","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"519f425308dcaf2ae258f810750f84fbfeb222b0","size":2168765,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.5-canary.b91f690.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.5-canary.b91f690_1560369123029_0.6966573196131556"},"_hasShrinkwrap":false,"publish_time":1560369123264,"_cnpm_publish_time":1560369123264,"contributors":[]},"1.3.5-canary.9678bf9":{"name":"@firebase/firestore","version":"1.3.5-canary.9678bf9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.9678bf9","@firebase/logger":"0.1.15-canary.9678bf9","@firebase/webchannel-wrapper":"0.2.20-canary.9678bf9","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.4-canary.9678bf9","@firebase/app-types":"0.4.0-canary.9678bf9"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.5-canary.9678bf9","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9ad27a575d7fd29139a747edaefc0b91f36fdd5c","size":2168767,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.5-canary.9678bf9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.5-canary.9678bf9_1560367538315_0.5793629896479995"},"_hasShrinkwrap":false,"publish_time":1560367538501,"_cnpm_publish_time":1560367538501,"contributors":[]},"1.3.5-canary.dd098c6":{"name":"@firebase/firestore","version":"1.3.5-canary.dd098c6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.dd098c6","@firebase/logger":"0.1.15-canary.dd098c6","@firebase/webchannel-wrapper":"0.2.20-canary.dd098c6","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.4-canary.dd098c6","@firebase/app-types":"0.4.0-canary.dd098c6"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.10.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/eslint-plugin-tslint":"1.10.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.5-canary.dd098c6","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"41e6048a07d011ad34b58c02c8a5816fdeb0a0aa","size":2161346,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.5-canary.dd098c6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.5-canary.dd098c6_1560365979304_0.15899371040748855"},"_hasShrinkwrap":false,"publish_time":1560365979486,"_cnpm_publish_time":1560365979486,"contributors":[]},"1.3.5-canary.fd5a31a":{"name":"@firebase/firestore","version":"1.3.5-canary.fd5a31a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.fd5a31a","@firebase/logger":"0.1.15-canary.fd5a31a","@firebase/webchannel-wrapper":"0.2.20-canary.fd5a31a","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.4-canary.fd5a31a","@firebase/app-types":"0.4.0-canary.fd5a31a"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.9.0","@typescript-eslint/eslint-plugin":"1.9.0","@typescript-eslint/eslint-plugin-tslint":"1.9.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.5-canary.fd5a31a","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ef523880f917ff93ec8490c9ee60fc71f73ece00","size":2161342,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.5-canary.fd5a31a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.5-canary.fd5a31a_1560345280801_0.09207057685078612"},"_hasShrinkwrap":false,"publish_time":1560345281013,"_cnpm_publish_time":1560345281013,"contributors":[]},"1.3.5-canary.99e6cc8":{"name":"@firebase/firestore","version":"1.3.5-canary.99e6cc8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:emulator","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.99e6cc8","@firebase/logger":"0.1.15-canary.99e6cc8","@firebase/webchannel-wrapper":"0.2.20-canary.99e6cc8","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.4-canary.99e6cc8","@firebase/app-types":"0.4.0-canary.99e6cc8"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","find-free-port":"2.0.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.9.0","@typescript-eslint/eslint-plugin":"1.9.0","@typescript-eslint/eslint-plugin-tslint":"1.9.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.5-canary.99e6cc8","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"271f9316697c2431b09bb5f67cd7d151b080bf59","size":2161344,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.5-canary.99e6cc8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.5-canary.99e6cc8_1560298760292_0.7597685829727701"},"_hasShrinkwrap":false,"publish_time":1560298760528,"_cnpm_publish_time":1560298760528,"contributors":[]},"1.3.5-canary.73f1076":{"name":"@firebase/firestore","version":"1.3.5-canary.73f1076","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.73f1076","@firebase/logger":"0.1.15-canary.73f1076","@firebase/webchannel-wrapper":"0.2.20-canary.73f1076","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.4-canary.73f1076","@firebase/app-types":"0.4.0-canary.73f1076"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.9.0","@typescript-eslint/eslint-plugin":"1.9.0","@typescript-eslint/eslint-plugin-tslint":"1.9.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.5-canary.73f1076","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e9bafefbb73ff86fa3b893fce2b8f260ee32d5a0","size":2160442,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.5-canary.73f1076.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.5-canary.73f1076_1560289219753_0.5042046486956933"},"_hasShrinkwrap":false,"publish_time":1560289219962,"_cnpm_publish_time":1560289219962,"contributors":[]},"1.4.0-0":{"name":"@firebase/firestore","version":"1.4.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.1-0","@firebase/logger":"0.1.16-0","@firebase/webchannel-wrapper":"0.2.20","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.9.0","@typescript-eslint/eslint-plugin":"1.9.0","@typescript-eslint/eslint-plugin-tslint":"1.9.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.4.0-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"36b10a98d19f478cd1506de84a40c2a8c2b5b421","size":2160453,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.4.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.4.0-0_1560288025947_0.6196424817287953"},"_hasShrinkwrap":false,"publish_time":1560288026194,"_cnpm_publish_time":1560288026194,"contributors":[]},"1.3.5-canary.021a38c":{"name":"@firebase/firestore","version":"1.3.5-canary.021a38c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.021a38c","@firebase/logger":"0.1.15-canary.021a38c","@firebase/webchannel-wrapper":"0.2.20-canary.021a38c","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.4-canary.021a38c","@firebase/app-types":"0.4.0-canary.021a38c"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.9.0","@typescript-eslint/eslint-plugin":"1.9.0","@typescript-eslint/eslint-plugin-tslint":"1.9.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.5-canary.021a38c","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c1cb64af85577b41aaa0b5ee1df8dc5452673810","size":2160440,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.5-canary.021a38c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.5-canary.021a38c_1560211554194_0.3298846975352949"},"_hasShrinkwrap":false,"publish_time":1560211554409,"_cnpm_publish_time":1560211554409,"contributors":[]},"1.3.5-canary.76539be":{"name":"@firebase/firestore","version":"1.3.5-canary.76539be","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.76539be","@firebase/logger":"0.1.15-canary.76539be","@firebase/webchannel-wrapper":"0.2.20-canary.76539be","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.4-canary.76539be","@firebase/app-types":"0.4.0-canary.76539be"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.9.0","@typescript-eslint/eslint-plugin":"1.9.0","@typescript-eslint/eslint-plugin-tslint":"1.9.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.5-canary.76539be","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f22cf2637ace649509bf1e9a385d38b8da3dd2a6","size":2160706,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.5-canary.76539be.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.5-canary.76539be_1560201724872_0.45779775681637513"},"_hasShrinkwrap":false,"publish_time":1560201725107,"_cnpm_publish_time":1560201725107,"contributors":[]},"1.3.5-canary.6673a92":{"name":"@firebase/firestore","version":"1.3.5-canary.6673a92","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.6673a92","@firebase/logger":"0.1.15-canary.6673a92","@firebase/webchannel-wrapper":"0.2.20-canary.6673a92","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.4-canary.6673a92","@firebase/app-types":"0.4.0-canary.6673a92"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.9.0","@typescript-eslint/eslint-plugin":"1.9.0","@typescript-eslint/eslint-plugin-tslint":"1.9.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.5-canary.6673a92","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d4f33e6c4f4b009413b9158cd4d31dfc6d4d0f05","size":2160706,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.5-canary.6673a92.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.5-canary.6673a92_1560178729113_0.07967127375739746"},"_hasShrinkwrap":false,"publish_time":1560178729369,"_cnpm_publish_time":1560178729369,"contributors":[]},"1.3.5-canary.d164cac":{"name":"@firebase/firestore","version":"1.3.5-canary.d164cac","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.d164cac","@firebase/logger":"0.1.15-canary.d164cac","@firebase/webchannel-wrapper":"0.2.20-canary.d164cac","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.4-canary.d164cac","@firebase/app-types":"0.4.0-canary.d164cac"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.9.0","@typescript-eslint/eslint-plugin":"1.9.0","@typescript-eslint/eslint-plugin-tslint":"1.9.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.5-canary.d164cac","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"313e4228c03388d121a71b88be8315742e634257","size":2155801,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.5-canary.d164cac.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.5-canary.d164cac_1559940261392_0.32001489439408637"},"_hasShrinkwrap":false,"publish_time":1559940261645,"_cnpm_publish_time":1559940261645,"contributors":[]},"1.3.5-canary.15fee3b":{"name":"@firebase/firestore","version":"1.3.5-canary.15fee3b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.15fee3b","@firebase/logger":"0.1.15-canary.15fee3b","@firebase/webchannel-wrapper":"0.2.20-canary.15fee3b","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.4-canary.15fee3b","@firebase/app-types":"0.4.0-canary.15fee3b"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.9.0","@typescript-eslint/eslint-plugin":"1.9.0","@typescript-eslint/eslint-plugin-tslint":"1.9.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.5-canary.15fee3b","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c682e0d4aa67e088096dac327bf20c105867de9c","size":2155799,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.5-canary.15fee3b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.5-canary.15fee3b_1559933442743_0.021637216414929883"},"_hasShrinkwrap":false,"publish_time":1559933442969,"_cnpm_publish_time":1559933442969,"contributors":[]},"1.3.5-canary.5686479":{"name":"@firebase/firestore","version":"1.3.5-canary.5686479","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.5686479","@firebase/logger":"0.1.15-canary.5686479","@firebase/webchannel-wrapper":"0.2.20-canary.5686479","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.4-canary.5686479","@firebase/app-types":"0.4.0-canary.5686479"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.9.0","@typescript-eslint/eslint-plugin":"1.9.0","@typescript-eslint/eslint-plugin-tslint":"1.9.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.5-canary.5686479","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7625baadca24dd7a1fe52ed6a2088905b5bbb5b6","size":2155801,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.5-canary.5686479.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.5-canary.5686479_1559874199399_0.07505647798880632"},"_hasShrinkwrap":false,"publish_time":1559874199660,"_cnpm_publish_time":1559874199660,"contributors":[]},"1.3.5-canary.ce8ecb9":{"name":"@firebase/firestore","version":"1.3.5-canary.ce8ecb9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.ce8ecb9","@firebase/logger":"0.1.15-canary.ce8ecb9","@firebase/webchannel-wrapper":"0.2.20-canary.ce8ecb9","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.4-canary.ce8ecb9","@firebase/app-types":"0.4.0-canary.ce8ecb9"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.9.0","@typescript-eslint/eslint-plugin":"1.9.0","@typescript-eslint/eslint-plugin-tslint":"1.9.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.5-canary.ce8ecb9","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cb1506e004f83f7379d35df1ee879385872f6ea8","size":2155789,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.5-canary.ce8ecb9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.5-canary.ce8ecb9_1559864342096_0.8290554250091311"},"_hasShrinkwrap":false,"publish_time":1559864342366,"_cnpm_publish_time":1559864342366,"contributors":[]},"1.3.5":{"name":"@firebase/firestore","version":"1.3.5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0","@firebase/logger":"0.1.15","@firebase/webchannel-wrapper":"0.2.20","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.5","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"e2009013466c08c973ae0b78a03c4d533294ac41","size":2155719,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.5_1559855098543_0.3684154427312505"},"_hasShrinkwrap":false,"publish_time":1559855098793,"_cnpm_publish_time":1559855098793,"contributors":[]},"1.3.4-canary.039f06b":{"name":"@firebase/firestore","version":"1.3.4-canary.039f06b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.039f06b","@firebase/logger":"0.1.14-canary.039f06b","@firebase/webchannel-wrapper":"0.2.20-canary.039f06b","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.3-canary.039f06b","@firebase/app-types":"0.4.0-canary.039f06b"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.9.0","@typescript-eslint/eslint-plugin":"1.9.0","@typescript-eslint/eslint-plugin-tslint":"1.9.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.4-canary.039f06b","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c3cd83ba4f0073157f7dcf1ecbb671fc9cbf95ac","size":2155785,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.4-canary.039f06b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.4-canary.039f06b_1559846024019_0.4417103753667315"},"_hasShrinkwrap":false,"publish_time":1559846024166,"_cnpm_publish_time":1559846024166,"contributors":[]},"1.3.4-canary.ee61062":{"name":"@firebase/firestore","version":"1.3.4-canary.ee61062","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.ee61062","@firebase/logger":"0.1.14-canary.ee61062","@firebase/webchannel-wrapper":"0.2.20-canary.ee61062","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.3-canary.ee61062","@firebase/app-types":"0.4.0-canary.ee61062"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.9.0","@typescript-eslint/eslint-plugin":"1.9.0","@typescript-eslint/eslint-plugin-tslint":"1.9.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.4-canary.ee61062","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"178fe52ae372759c24729d65d4930388c6b1d50a","size":2155785,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.4-canary.ee61062.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.4-canary.ee61062_1559770784414_0.6617145393207595"},"_hasShrinkwrap":false,"publish_time":1559770784796,"_cnpm_publish_time":1559770784796,"contributors":[]},"1.3.4-canary.7a15e7e":{"name":"@firebase/firestore","version":"1.3.4-canary.7a15e7e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.7a15e7e","@firebase/logger":"0.1.14-canary.7a15e7e","@firebase/webchannel-wrapper":"0.2.20-canary.7a15e7e","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.3-canary.7a15e7e","@firebase/app-types":"0.4.0-canary.7a15e7e"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.9.0","@typescript-eslint/eslint-plugin":"1.9.0","@typescript-eslint/eslint-plugin-tslint":"1.9.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.4-canary.7a15e7e","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e7693a74d904feb12d15f3b23c1ba4f972680189","size":2155785,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.4-canary.7a15e7e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.4-canary.7a15e7e_1559764526775_0.12218745940958842"},"_hasShrinkwrap":false,"publish_time":1559764526995,"_cnpm_publish_time":1559764526995,"contributors":[]},"1.3.4-canary.4b126b7":{"name":"@firebase/firestore","version":"1.3.4-canary.4b126b7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.4b126b7","@firebase/logger":"0.1.14-canary.4b126b7","@firebase/webchannel-wrapper":"0.2.20-canary.4b126b7","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.3-canary.4b126b7","@firebase/app-types":"0.4.0-canary.4b126b7"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.9.0","@typescript-eslint/eslint-plugin":"1.9.0","@typescript-eslint/eslint-plugin-tslint":"1.9.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.4-canary.4b126b7","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a9fbec541fab5a8c3cce56c4a8feccc8cd0e657d","size":2155778,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.4-canary.4b126b7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.4-canary.4b126b7_1559697117147_0.9944521772576487"},"_hasShrinkwrap":false,"publish_time":1559697117330,"_cnpm_publish_time":1559697117330,"contributors":[]},"1.3.4-canary.bdfcd6c":{"name":"@firebase/firestore","version":"1.3.4-canary.bdfcd6c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:eslint":"eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.bdfcd6c","@firebase/logger":"0.1.14-canary.bdfcd6c","@firebase/webchannel-wrapper":"0.2.20-canary.bdfcd6c","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.3-canary.bdfcd6c","@firebase/app-types":"0.4.0-canary.bdfcd6c"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2","eslint":"5.16.0","@typescript-eslint/parser":"1.9.0","@typescript-eslint/eslint-plugin":"1.9.0","@typescript-eslint/eslint-plugin-tslint":"1.9.0"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.4-canary.bdfcd6c","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fb20d14f09b348201a04ef2171ebaf2ba51c73e8","size":2155795,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.4-canary.bdfcd6c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.4-canary.bdfcd6c_1559694050376_0.49604554556272906"},"_hasShrinkwrap":false,"publish_time":1559694050591,"_cnpm_publish_time":1559694050591,"contributors":[]},"1.3.5-0":{"name":"@firebase/firestore","version":"1.3.5-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0","@firebase/logger":"0.1.15-0","@firebase/webchannel-wrapper":"0.2.20","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.5-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"b98eced44d24eb5bf6c0ef938685abcb04ea3e7b","size":2155722,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.5-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.5-0_1559686890281_0.04437576500945206"},"_hasShrinkwrap":false,"publish_time":1559686890547,"_cnpm_publish_time":1559686890547,"contributors":[]},"1.3.4-canary.6668b59":{"name":"@firebase/firestore","version":"1.3.4-canary.6668b59","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.6668b59","@firebase/logger":"0.1.14-canary.6668b59","@firebase/webchannel-wrapper":"0.2.20-canary.6668b59","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.3-canary.6668b59","@firebase/app-types":"0.4.0-canary.6668b59"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.4-canary.6668b59","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6a16d47dab930e57e22a19bece3b8c69e189388c","size":2155738,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.4-canary.6668b59.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.4-canary.6668b59_1559601178242_0.8016548027307513"},"_hasShrinkwrap":false,"publish_time":1559601178408,"_cnpm_publish_time":1559601178408,"contributors":[]},"1.3.4-canary.54ee383":{"name":"@firebase/firestore","version":"1.3.4-canary.54ee383","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.54ee383","@firebase/logger":"0.1.14-canary.54ee383","@firebase/webchannel-wrapper":"0.2.20-canary.54ee383","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.3-canary.54ee383","@firebase/app-types":"0.4.0-canary.54ee383"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.4-canary.54ee383","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a4a1f22305c1a39b44525f8e44328f8bf6ac944e","size":2155736,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.4-canary.54ee383.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.4-canary.54ee383_1559598510571_0.2708920157295578"},"_hasShrinkwrap":false,"publish_time":1559598510855,"_cnpm_publish_time":1559598510855,"contributors":[]},"1.3.4-canary.f701260":{"name":"@firebase/firestore","version":"1.3.4-canary.f701260","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.f701260","@firebase/logger":"0.1.14-canary.f701260","@firebase/webchannel-wrapper":"0.2.20-canary.f701260","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.3-canary.f701260","@firebase/app-types":"0.4.0-canary.f701260"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.4-canary.f701260","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1742faa6172e24b5ff15e3919ee7061430def3b7","size":2155639,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.4-canary.f701260.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.4-canary.f701260_1559585457191_0.09373720260069018"},"_hasShrinkwrap":false,"publish_time":1559585457477,"_cnpm_publish_time":1559585457477,"contributors":[]},"1.3.3-canary.3fdc252":{"name":"@firebase/firestore","version":"1.3.3-canary.3fdc252","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.3fdc252","@firebase/logger":"0.1.14-canary.3fdc252","@firebase/webchannel-wrapper":"0.2.20-canary.3fdc252","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.3-canary.3fdc252","@firebase/app-types":"0.4.0-canary.3fdc252"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.3-canary.3fdc252","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e89b2c574fadd1a005a8a017e1ceddf575744d81","size":2155636,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.3-canary.3fdc252.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.3-canary.3fdc252_1559584965133_0.1376313936817788"},"_hasShrinkwrap":false,"publish_time":1559584965416,"_cnpm_publish_time":1559584965416,"contributors":[]},"1.3.3-canary.ae78569":{"name":"@firebase/firestore","version":"1.3.3-canary.ae78569","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.ae78569","@firebase/logger":"0.1.14-canary.ae78569","@firebase/webchannel-wrapper":"0.2.20-canary.ae78569","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.3-canary.ae78569","@firebase/app-types":"0.4.0-canary.ae78569"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.3-canary.ae78569","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c9d7ed67965934be4e5b4a0b030cda75fea7ec68","size":2155637,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.3-canary.ae78569.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.3-canary.ae78569_1559237793814_0.4489428883478348"},"_hasShrinkwrap":false,"publish_time":1559237794062,"_cnpm_publish_time":1559237794062,"contributors":[]},"1.3.3-canary.6045a08":{"name":"@firebase/firestore","version":"1.3.3-canary.6045a08","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.6045a08","@firebase/logger":"0.1.14-canary.6045a08","@firebase/webchannel-wrapper":"0.2.20-canary.6045a08","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.3-canary.6045a08","@firebase/app-types":"0.4.0-canary.6045a08"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.3-canary.6045a08","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5b5b565577ebfa3685b3dfff176ad813c55aa26e","size":2155635,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.3-canary.6045a08.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.3-canary.6045a08_1559215060825_0.049675667540471924"},"_hasShrinkwrap":false,"publish_time":1559215061084,"_cnpm_publish_time":1559215061084,"contributors":[]},"1.3.4":{"name":"@firebase/firestore","version":"1.3.4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0","@firebase/logger":"0.1.14","@firebase/webchannel-wrapper":"0.2.20","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.4","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"c7a689f80e87ab8fbf53e998d85d8dc81d49a6fb","size":2155624,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.4_1559079184909_0.5113119348595343"},"_hasShrinkwrap":false,"publish_time":1559079185249,"_cnpm_publish_time":1559079185249,"contributors":[]},"1.3.3-canary.bc4a844":{"name":"@firebase/firestore","version":"1.3.3-canary.bc4a844","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.bc4a844","@firebase/logger":"0.1.14-canary.bc4a844","@firebase/webchannel-wrapper":"0.2.20-canary.bc4a844","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.3-canary.bc4a844","@firebase/app-types":"0.4.0-canary.bc4a844"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.3-canary.bc4a844","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"45c7eb69d5ac9d2e2921896ca7ef0ca4ec41c982","size":2155636,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.3-canary.bc4a844.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.3-canary.bc4a844_1559078754288_0.4142173651012655"},"_hasShrinkwrap":false,"publish_time":1559078754515,"_cnpm_publish_time":1559078754515,"contributors":[]},"1.3.4-0":{"name":"@firebase/firestore","version":"1.3.4-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0","@firebase/logger":"0.1.14","@firebase/webchannel-wrapper":"0.2.20","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.4-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"7ca21c1f981e5be4fb9c045f3c206c4a25f2dc0e","size":2155624,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.4-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.4-0_1559077086458_0.785221574312424"},"_hasShrinkwrap":false,"publish_time":1559077086662,"_cnpm_publish_time":1559077086662,"contributors":[]},"1.3.3-canary.2e6c4aa":{"name":"@firebase/firestore","version":"1.3.3-canary.2e6c4aa","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.2e6c4aa","@firebase/logger":"0.1.14-canary.2e6c4aa","@firebase/webchannel-wrapper":"0.2.20-canary.2e6c4aa","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.3-canary.2e6c4aa","@firebase/app-types":"0.4.0-canary.2e6c4aa"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.3-canary.2e6c4aa","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0be450119eb85668907591cd2c840829e3aedc45","size":2155636,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.3-canary.2e6c4aa.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.3-canary.2e6c4aa_1559068468542_0.6632921542245502"},"_hasShrinkwrap":false,"publish_time":1559068468707,"_cnpm_publish_time":1559068468707,"contributors":[]},"1.3.2-canary.cc4f2b5":{"name":"@firebase/firestore","version":"1.3.2-canary.cc4f2b5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.cc4f2b5","@firebase/logger":"0.1.14-canary.cc4f2b5","@firebase/webchannel-wrapper":"0.2.20-canary.cc4f2b5","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.2-canary.cc4f2b5","@firebase/app-types":"0.4.0-canary.cc4f2b5"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.2-canary.cc4f2b5","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b54de19aa450f9ea4b420e06ed8ff1e84711167a","size":2155637,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.2-canary.cc4f2b5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.2-canary.cc4f2b5_1559061577895_0.3650757737714596"},"_hasShrinkwrap":false,"publish_time":1559061578189,"_cnpm_publish_time":1559061578189,"contributors":[]},"1.3.2-canary.31438c1":{"name":"@firebase/firestore","version":"1.3.2-canary.31438c1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.31438c1","@firebase/logger":"0.1.14-canary.31438c1","@firebase/webchannel-wrapper":"0.2.20-canary.31438c1","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.2-canary.31438c1","@firebase/app-types":"0.4.0-canary.31438c1"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.2-canary.31438c1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"46537778d3308064d20e6688a2742b1e8b9d3e1a","size":2155638,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.2-canary.31438c1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.2-canary.31438c1_1558732579783_0.37332352920290757"},"_hasShrinkwrap":false,"publish_time":1558732579982,"_cnpm_publish_time":1558732579982,"contributors":[]},"1.3.2-canary.a3b2aca":{"name":"@firebase/firestore","version":"1.3.2-canary.a3b2aca","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.a3b2aca","@firebase/logger":"0.1.14-canary.a3b2aca","@firebase/webchannel-wrapper":"0.2.20-canary.a3b2aca","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.2-canary.a3b2aca","@firebase/app-types":"0.4.0-canary.a3b2aca"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.2-canary.a3b2aca","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e4ac1d4316a87101784cba476c74e0a6b5d3f141","size":2155649,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.2-canary.a3b2aca.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.2-canary.a3b2aca_1558721064532_0.9229511455279351"},"_hasShrinkwrap":false,"publish_time":1558721064762,"_cnpm_publish_time":1558721064762,"contributors":[]},"1.3.3":{"name":"@firebase/firestore","version":"1.3.3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0","@firebase/logger":"0.1.14","@firebase/webchannel-wrapper":"0.2.20","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.3","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"db97ec516c6a3505810b98bca3c613008edf88bb","size":2155632,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.3_1558659521634_0.448956683987652"},"_hasShrinkwrap":false,"publish_time":1558659521879,"_cnpm_publish_time":1558659521879,"contributors":[]},"1.3.2-canary.ae32b2b":{"name":"@firebase/firestore","version":"1.3.2-canary.ae32b2b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.ae32b2b","@firebase/logger":"0.1.14-canary.ae32b2b","@firebase/webchannel-wrapper":"0.2.20-canary.ae32b2b","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.2-canary.ae32b2b","@firebase/app-types":"0.4.0-canary.ae32b2b"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.2-canary.ae32b2b","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0944007c1eeedb0bc1d867beb206be69658cd1f0","size":2155649,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.2-canary.ae32b2b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.2-canary.ae32b2b_1558660145617_0.277865546300085"},"_hasShrinkwrap":false,"publish_time":1558660145796,"_cnpm_publish_time":1558660145796,"contributors":[]},"1.3.3-0":{"name":"@firebase/firestore","version":"1.3.3-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0","@firebase/logger":"0.1.14","@firebase/webchannel-wrapper":"0.2.20","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.3-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"62ab6c47df772f9f804c67e5d4b1d2917bb92b85","size":2155635,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.3-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.3-0_1558658005658_0.8178884103830215"},"_hasShrinkwrap":false,"publish_time":1558658005848,"_cnpm_publish_time":1558658005848,"contributors":[]},"1.3.2-canary.412cff9":{"name":"@firebase/firestore","version":"1.3.2-canary.412cff9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.412cff9","@firebase/logger":"0.1.14-canary.412cff9","@firebase/webchannel-wrapper":"0.2.20-canary.412cff9","@grpc/grpc-js":"0.4.0","@grpc/proto-loader":"^0.5.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.2-canary.412cff9","@firebase/app-types":"0.4.0-canary.412cff9"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.2-canary.412cff9","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"270b141845a271500489f63b84a0f03a6cfe3668","size":2155654,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.2-canary.412cff9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.2-canary.412cff9_1558651573985_0.13142014121636203"},"_hasShrinkwrap":false,"publish_time":1558651574184,"_cnpm_publish_time":1558651574184,"contributors":[]},"1.3.1-canary.cee7ad8":{"name":"@firebase/firestore","version":"1.3.1-canary.cee7ad8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.cee7ad8","@firebase/logger":"0.1.14-canary.cee7ad8","@firebase/webchannel-wrapper":"0.2.20-canary.cee7ad8","@grpc/grpc-js":"0.4.0","@grpc/proto-loader":"^0.5.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.1-canary.cee7ad8","@firebase/app-types":"0.4.0-canary.cee7ad8"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-canary.cee7ad8","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"642d8d7ce95156f6e4507d0074b6c9526dc4c286","size":2155655,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-canary.cee7ad8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-canary.cee7ad8_1558641326093_0.5949239137258027"},"_hasShrinkwrap":false,"publish_time":1558641326359,"_cnpm_publish_time":1558641326359,"contributors":[]},"1.3.1-canary.6dc1533":{"name":"@firebase/firestore","version":"1.3.1-canary.6dc1533","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.6dc1533","@firebase/logger":"0.1.14-canary.6dc1533","@firebase/webchannel-wrapper":"0.2.20-canary.6dc1533","@grpc/grpc-js":"0.4.0","@grpc/proto-loader":"^0.5.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.1-canary.6dc1533","@firebase/app-types":"0.4.0-canary.6dc1533"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-canary.6dc1533","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5ab6f9c671894e9753b917cfe71ba835ec318c74","size":2155654,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-canary.6dc1533.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-canary.6dc1533_1558635795032_0.7108211584646034"},"_hasShrinkwrap":false,"publish_time":1558635795208,"_cnpm_publish_time":1558635795208,"contributors":[]},"1.3.1-canary.42eae23":{"name":"@firebase/firestore","version":"1.3.1-canary.42eae23","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.42eae23","@firebase/logger":"0.1.14-canary.42eae23","@firebase/webchannel-wrapper":"0.2.20-canary.42eae23","@grpc/grpc-js":"0.4.0","@grpc/proto-loader":"^0.5.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.1-canary.42eae23","@firebase/app-types":"0.4.0-canary.42eae23"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-canary.42eae23","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"21a8bcf60651170e1507bf41b65145225a8e6433","size":2155653,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-canary.42eae23.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-canary.42eae23_1558575680714_0.13470988117828964"},"_hasShrinkwrap":false,"publish_time":1558575680935,"_cnpm_publish_time":1558575680935,"contributors":[]},"1.3.1-canary.772115a":{"name":"@firebase/firestore","version":"1.3.1-canary.772115a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.772115a","@firebase/logger":"0.1.14-canary.772115a","@firebase/webchannel-wrapper":"0.2.20-canary.772115a","@grpc/grpc-js":"0.4.0","@grpc/proto-loader":"^0.5.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.1-canary.772115a","@firebase/app-types":"0.4.0-canary.772115a"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-canary.772115a","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"90f9dfa59a5a52c99466db7d6a76e2fe01587794","size":2155022,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-canary.772115a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-canary.772115a_1558572125987_0.6965606797147958"},"_hasShrinkwrap":false,"publish_time":1558572126205,"_cnpm_publish_time":1558572126205,"contributors":[]},"1.3.1-canary.df1b588":{"name":"@firebase/firestore","version":"1.3.1-canary.df1b588","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.df1b588","@firebase/logger":"0.1.14-canary.df1b588","@firebase/webchannel-wrapper":"0.2.20-canary.df1b588","@grpc/grpc-js":"0.4.0","@grpc/proto-loader":"^0.5.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.1-canary.df1b588","@firebase/app-types":"0.4.0-canary.df1b588"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-canary.df1b588","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6b05cb252746b17fb96d184ff635072931d73cc8","size":2152637,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-canary.df1b588.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-canary.df1b588_1558478429975_0.40332362460748183"},"_hasShrinkwrap":false,"publish_time":1558478430145,"_cnpm_publish_time":1558478430145,"contributors":[]},"1.3.2-0":{"name":"@firebase/firestore","version":"1.3.2-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0","@firebase/logger":"0.1.14","@firebase/webchannel-wrapper":"0.2.20","@grpc/grpc-js":"0.4.0","@grpc/proto-loader":"^0.5.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.2-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"ba8b6ec07be1afe5b48d3f199f461b4c2bd4d2d0","size":2152621,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.2-0_1558476879682_0.7308911233387936"},"_hasShrinkwrap":false,"publish_time":1558476879968,"_cnpm_publish_time":1558476879968,"contributors":[]},"1.3.1-canary.4771184":{"name":"@firebase/firestore","version":"1.3.1-canary.4771184","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.4771184","@firebase/logger":"0.1.14-canary.4771184","@firebase/webchannel-wrapper":"0.2.20-canary.4771184","@grpc/grpc-js":"0.4.0","@grpc/proto-loader":"^0.5.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.1-canary.4771184","@firebase/app-types":"0.4.0-canary.4771184"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-canary.4771184","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2e408215df1a2c674f35b7b3a10499a0405402ca","size":2148776,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-canary.4771184.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-canary.4771184_1558469471831_0.9188654509394478"},"_hasShrinkwrap":false,"publish_time":1558469472016,"_cnpm_publish_time":1558469472016,"contributors":[]},"1.3.1-canary.1811518":{"name":"@firebase/firestore","version":"1.3.1-canary.1811518","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.1811518","@firebase/logger":"0.1.14-canary.1811518","@firebase/webchannel-wrapper":"0.2.20-canary.1811518","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.1-canary.1811518","@firebase/app-types":"0.4.0-canary.1811518"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-canary.1811518","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f3cdfcbb7537b52e12b31c68e2028bb18a41b872","size":2148766,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-canary.1811518.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-canary.1811518_1558467791387_0.14977310433947455"},"_hasShrinkwrap":false,"publish_time":1558467791560,"_cnpm_publish_time":1558467791560,"contributors":[]},"1.3.1-canary.c8dcdc5":{"name":"@firebase/firestore","version":"1.3.1-canary.c8dcdc5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.c8dcdc5","@firebase/logger":"0.1.14-canary.c8dcdc5","@firebase/webchannel-wrapper":"0.2.20-canary.c8dcdc5","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.1-canary.c8dcdc5","@firebase/app-types":"0.4.0-canary.c8dcdc5"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-canary.c8dcdc5","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d93816da2052ec350e99529435c1fd767368dabf","size":2148764,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-canary.c8dcdc5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-canary.c8dcdc5_1558400276610_0.5221719225400274"},"_hasShrinkwrap":false,"publish_time":1558400276757,"_cnpm_publish_time":1558400276757,"contributors":[]},"1.3.1-canary.3635f53":{"name":"@firebase/firestore","version":"1.3.1-canary.3635f53","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.3635f53","@firebase/logger":"0.1.14-canary.3635f53","@firebase/webchannel-wrapper":"0.2.20-canary.3635f53","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.1-canary.3635f53","@firebase/app-types":"0.4.0-canary.3635f53"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-canary.3635f53","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cf0070c247fba4859a19d9224fab0519b1b67739","size":2148766,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-canary.3635f53.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-canary.3635f53_1558390290753_0.4595551823453061"},"_hasShrinkwrap":false,"publish_time":1558390290919,"_cnpm_publish_time":1558390290919,"contributors":[]},"1.3.1-canary.22a5302":{"name":"@firebase/firestore","version":"1.3.1-canary.22a5302","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.22a5302","@firebase/logger":"0.1.14-canary.22a5302","@firebase/webchannel-wrapper":"0.2.20-canary.22a5302","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.1-canary.22a5302","@firebase/app-types":"0.4.0-canary.22a5302"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-canary.22a5302","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"074afc6d19ed1e00b27f4d6220bee9fa4484a2b7","size":2148765,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-canary.22a5302.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-canary.22a5302_1558389126448_0.8763100321240269"},"_hasShrinkwrap":false,"publish_time":1558389126731,"_cnpm_publish_time":1558389126731,"contributors":[]},"1.3.1-canary.dc50232":{"name":"@firebase/firestore","version":"1.3.1-canary.dc50232","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.dc50232","@firebase/logger":"0.1.14-canary.dc50232","@firebase/webchannel-wrapper":"0.2.20-canary.dc50232","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.1-canary.dc50232","@firebase/app-types":"0.4.0-canary.dc50232"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-canary.dc50232","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"919141af6c97dad72ad0a6878c7481e92b7d5eca","size":2149081,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-canary.dc50232.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-canary.dc50232_1558383236564_0.7662775624504226"},"_hasShrinkwrap":false,"publish_time":1558383236757,"_cnpm_publish_time":1558383236757,"contributors":[]},"1.3.1-canary.5f5f1c1":{"name":"@firebase/firestore","version":"1.3.1-canary.5f5f1c1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.5f5f1c1","@firebase/logger":"0.1.14-canary.5f5f1c1","@firebase/webchannel-wrapper":"0.2.20-canary.5f5f1c1","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.1-canary.5f5f1c1","@firebase/app-types":"0.4.0-canary.5f5f1c1"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-canary.5f5f1c1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"437ac2753d96126cffe9a8fe8d21cc7bf94b5c04","size":2147866,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-canary.5f5f1c1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-canary.5f5f1c1_1558132056200_0.4588785477728903"},"_hasShrinkwrap":false,"publish_time":1558132056391,"_cnpm_publish_time":1558132056391,"contributors":[]},"1.3.1-canary.2b165d5":{"name":"@firebase/firestore","version":"1.3.1-canary.2b165d5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.2b165d5","@firebase/logger":"0.1.14-canary.2b165d5","@firebase/webchannel-wrapper":"0.2.20-canary.2b165d5","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.1-canary.2b165d5","@firebase/app-types":"0.4.0-canary.2b165d5"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-canary.2b165d5","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3e7d1d61b02834f8ffbad6ea6f8c03164b052e53","size":2147537,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-canary.2b165d5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-canary.2b165d5_1558103932679_0.18879198328584357"},"_hasShrinkwrap":false,"publish_time":1558103932878,"_cnpm_publish_time":1558103932878,"contributors":[]},"1.3.1-canary.dd65ae7":{"name":"@firebase/firestore","version":"1.3.1-canary.dd65ae7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.dd65ae7","@firebase/logger":"0.1.14-canary.dd65ae7","@firebase/webchannel-wrapper":"0.2.20-canary.dd65ae7","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.1-canary.dd65ae7","@firebase/app-types":"0.4.0-canary.dd65ae7"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-canary.dd65ae7","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f472e4771ec3cbb301a579fa24d46dbc30201a89","size":2147536,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-canary.dd65ae7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-canary.dd65ae7_1558103782692_0.10467272105489367"},"_hasShrinkwrap":false,"publish_time":1558103783116,"_cnpm_publish_time":1558103783116,"contributors":[]},"1.3.1-canary.1e23e88":{"name":"@firebase/firestore","version":"1.3.1-canary.1e23e88","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.1e23e88","@firebase/logger":"0.1.14-canary.1e23e88","@firebase/webchannel-wrapper":"0.2.20-canary.1e23e88","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.1-canary.1e23e88","@firebase/app-types":"0.4.0-canary.1e23e88"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-canary.1e23e88","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"59df25dcba1173b6699cd0f49b230c35c72956f8","size":2147537,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-canary.1e23e88.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-canary.1e23e88_1558103762145_0.8488036811312263"},"_hasShrinkwrap":false,"publish_time":1558103763228,"_cnpm_publish_time":1558103763228,"contributors":[]},"1.3.1-canary.a80cf4e":{"name":"@firebase/firestore","version":"1.3.1-canary.a80cf4e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.a80cf4e","@firebase/logger":"0.1.14-canary.a80cf4e","@firebase/webchannel-wrapper":"0.2.20-canary.a80cf4e","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.1-canary.a80cf4e","@firebase/app-types":"0.4.0-canary.a80cf4e"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-canary.a80cf4e","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4f9e86c429e8fba5b63f85e6ac56c2217b754415","size":2147537,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-canary.a80cf4e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-canary.a80cf4e_1558029212988_0.3755163923302911"},"_hasShrinkwrap":false,"publish_time":1558029213394,"_cnpm_publish_time":1558029213394,"contributors":[]},"1.3.1-canary.462047e":{"name":"@firebase/firestore","version":"1.3.1-canary.462047e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.462047e","@firebase/logger":"0.1.14-canary.462047e","@firebase/webchannel-wrapper":"0.2.20-canary.462047e","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.1-canary.462047e","@firebase/app-types":"0.4.0-canary.462047e"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-canary.462047e","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e3175227274f4b577b597a1446b51e27cf0f813c","size":2147537,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-canary.462047e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-canary.462047e_1557774300774_0.2716100197140918"},"_hasShrinkwrap":false,"publish_time":1557774300921,"_cnpm_publish_time":1557774300921,"contributors":[]},"1.3.1-canary.9f6dbc8":{"name":"@firebase/firestore","version":"1.3.1-canary.9f6dbc8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.9f6dbc8","@firebase/logger":"0.1.14-canary.9f6dbc8","@firebase/webchannel-wrapper":"0.2.20-canary.9f6dbc8","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.1-canary.9f6dbc8","@firebase/app-types":"0.4.0-canary.9f6dbc8"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-canary.9f6dbc8","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ba7281ca963a15961dbeea63bbb264e254712f36","size":2147537,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-canary.9f6dbc8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-canary.9f6dbc8_1557522113849_0.0841614188199229"},"_hasShrinkwrap":false,"publish_time":1557522114044,"_cnpm_publish_time":1557522114044,"contributors":[]},"1.3.1-canary.46ba69a":{"name":"@firebase/firestore","version":"1.3.1-canary.46ba69a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.46ba69a","@firebase/logger":"0.1.14-canary.46ba69a","@firebase/webchannel-wrapper":"0.2.20-canary.46ba69a","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.1-canary.46ba69a","@firebase/app-types":"0.4.0-canary.46ba69a"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-canary.46ba69a","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"faeb55d7ca2c10f0708bdfdaec6356850b87b6f9","size":2147538,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-canary.46ba69a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-canary.46ba69a_1557516877956_0.2639270991964513"},"_hasShrinkwrap":false,"publish_time":1557516878153,"_cnpm_publish_time":1557516878153,"contributors":[]},"1.3.1-canary.9a49973":{"name":"@firebase/firestore","version":"1.3.1-canary.9a49973","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.9a49973","@firebase/logger":"0.1.14-canary.9a49973","@firebase/webchannel-wrapper":"0.2.20-canary.9a49973","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.1-canary.9a49973","@firebase/app-types":"0.4.0-canary.9a49973"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-canary.9a49973","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7184dabd5691fd92dc87c68fbb17837b72a9003c","size":2147537,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-canary.9a49973.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-canary.9a49973_1557516846648_0.811779047371558"},"_hasShrinkwrap":false,"publish_time":1557516846871,"_cnpm_publish_time":1557516846871,"contributors":[]},"1.3.1-canary.38cb158":{"name":"@firebase/firestore","version":"1.3.1-canary.38cb158","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.38cb158","@firebase/logger":"0.1.14-canary.38cb158","@firebase/webchannel-wrapper":"0.2.20-canary.38cb158","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.1-canary.38cb158","@firebase/app-types":"0.4.0-canary.38cb158"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-canary.38cb158","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f39ca0929f24b8e6a6ca42eebbd5e5a9b2f6f91d","size":2147538,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-canary.38cb158.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-canary.38cb158_1557449433734_0.8730964597376696"},"_hasShrinkwrap":false,"publish_time":1557449434033,"_cnpm_publish_time":1557449434033,"contributors":[]},"1.3.1":{"name":"@firebase/firestore","version":"1.3.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0","@firebase/logger":"0.1.14","@firebase/webchannel-wrapper":"0.2.20","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"dcb7e18bdc9d9a5cdb7bc285e01c3804f5aa0650","size":2147547,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1_1557446468273_0.5262731184440315"},"_hasShrinkwrap":false,"publish_time":1557446468571,"_cnpm_publish_time":1557446468571,"contributors":[]},"1.3.0-canary.c0ab7b4":{"name":"@firebase/firestore","version":"1.3.0-canary.c0ab7b4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.c0ab7b4","@firebase/logger":"0.1.13-canary.c0ab7b4","@firebase/webchannel-wrapper":"0.2.19-canary.c0ab7b4","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.0-canary.c0ab7b4","@firebase/app-types":"0.4.0-canary.c0ab7b4"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.0-canary.c0ab7b4","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f7b8254cc4582581deefa671d28470aca92492ab","size":2147532,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.0-canary.c0ab7b4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.0-canary.c0ab7b4_1557445657544_0.7941472534019096"},"_hasShrinkwrap":false,"publish_time":1557445657713,"_cnpm_publish_time":1557445657713,"contributors":[]},"1.3.0-canary.0c0000a":{"name":"@firebase/firestore","version":"1.3.0-canary.0c0000a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.0c0000a","@firebase/logger":"0.1.13-canary.0c0000a","@firebase/webchannel-wrapper":"0.2.19-canary.0c0000a","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.0-canary.0c0000a","@firebase/app-types":"0.4.0-canary.0c0000a"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.0-canary.0c0000a","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b0c9779a96198471312b5ceb16e1f6959b6ef30d","size":2147533,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.0-canary.0c0000a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.0-canary.0c0000a_1557427844837_0.8241047144722566"},"_hasShrinkwrap":false,"publish_time":1557427845043,"_cnpm_publish_time":1557427845043,"contributors":[]},"1.3.1-1":{"name":"@firebase/firestore","version":"1.3.1-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0","@firebase/logger":"0.1.14-1","@firebase/webchannel-wrapper":"0.2.20-1","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-1","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"92de723223a8b39b485c46380c2391306518b3ee","size":2147555,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-1_1557365694393_0.1670137414795705"},"_hasShrinkwrap":false,"publish_time":1557365694722,"_cnpm_publish_time":1557365694722,"contributors":[]},"1.3.0-canary.6064f27":{"name":"@firebase/firestore","version":"1.3.0-canary.6064f27","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.6064f27","@firebase/logger":"0.1.13-canary.6064f27","@firebase/webchannel-wrapper":"0.2.19-canary.6064f27","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.0-canary.6064f27","@firebase/app-types":"0.4.0-canary.6064f27"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.0-canary.6064f27","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bc9bd3cd88923904c7bdd0f26a6171d441b1189f","size":2147536,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.0-canary.6064f27.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.0-canary.6064f27_1557360657253_0.7091925812528639"},"_hasShrinkwrap":false,"publish_time":1557360657522,"_cnpm_publish_time":1557360657522,"contributors":[]},"1.3.0-canary.f698323":{"name":"@firebase/firestore","version":"1.3.0-canary.f698323","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.f698323","@firebase/logger":"0.1.13-canary.f698323","@firebase/webchannel-wrapper":"0.2.19-canary.f698323","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.0-canary.f698323","@firebase/app-types":"0.4.0-canary.f698323"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.0-canary.f698323","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0904bff495986aba1344731a2d821f350dc03bfe","size":2147536,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.0-canary.f698323.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.0-canary.f698323_1557355072284_0.8800240027546491"},"_hasShrinkwrap":false,"publish_time":1557355072481,"_cnpm_publish_time":1557355072481,"contributors":[]},"1.3.0-canary.5a615eb":{"name":"@firebase/firestore","version":"1.3.0-canary.5a615eb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.5a615eb","@firebase/logger":"0.1.13-canary.5a615eb","@firebase/webchannel-wrapper":"0.2.19-canary.5a615eb","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.0-canary.5a615eb","@firebase/app-types":"0.4.0-canary.5a615eb"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.0-canary.5a615eb","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"44ad899ac74dcd3f31f81e2f07e8fc1bb0ae1481","size":2147535,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.0-canary.5a615eb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.0-canary.5a615eb_1557354835436_0.46767782517997203"},"_hasShrinkwrap":false,"publish_time":1557354835604,"_cnpm_publish_time":1557354835604,"contributors":[]},"1.3.0-canary.491598a":{"name":"@firebase/firestore","version":"1.3.0-canary.491598a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.491598a","@firebase/logger":"0.1.13-canary.491598a","@firebase/webchannel-wrapper":"0.2.19-canary.491598a","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.0-canary.491598a","@firebase/app-types":"0.4.0-canary.491598a"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.0-canary.491598a","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9cbcbaac97359b6fccd3e88a0795b343421ca586","size":2147537,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.0-canary.491598a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.0-canary.491598a_1557340999631_0.004451622181628423"},"_hasShrinkwrap":false,"publish_time":1557340999827,"_cnpm_publish_time":1557340999827,"contributors":[]},"1.3.0-canary.fc58bfd":{"name":"@firebase/firestore","version":"1.3.0-canary.fc58bfd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.fc58bfd","@firebase/logger":"0.1.13-canary.fc58bfd","@firebase/webchannel-wrapper":"0.2.19-canary.fc58bfd","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.0-canary.fc58bfd","@firebase/app-types":"0.4.0-canary.fc58bfd"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.0-canary.fc58bfd","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dce27123dc25ed80528ebb2a5a74d30b0a8a3240","size":2144782,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.0-canary.fc58bfd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.0-canary.fc58bfd_1557339434267_0.6464588605184884"},"_hasShrinkwrap":false,"publish_time":1557339434608,"_cnpm_publish_time":1557339434608,"contributors":[]},"1.3.0-canary.a3a8cb3":{"name":"@firebase/firestore","version":"1.3.0-canary.a3a8cb3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.a3a8cb3","@firebase/logger":"0.1.13-canary.a3a8cb3","@firebase/webchannel-wrapper":"0.2.19-canary.a3a8cb3","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.0-canary.a3a8cb3","@firebase/app-types":"0.4.0-canary.a3a8cb3"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.0-canary.a3a8cb3","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3dcb85ef9712e65333b37a53f9c29ffcfca16999","size":2144780,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.0-canary.a3a8cb3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.0-canary.a3a8cb3_1557339283892_0.08237426889988475"},"_hasShrinkwrap":false,"publish_time":1557339284082,"_cnpm_publish_time":1557339284082,"contributors":[]},"1.3.0-canary.201c53e":{"name":"@firebase/firestore","version":"1.3.0-canary.201c53e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.201c53e","@firebase/logger":"0.1.13-canary.201c53e","@firebase/webchannel-wrapper":"0.2.19-canary.201c53e","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.0-canary.201c53e","@firebase/app-types":"0.4.0-canary.201c53e"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.0-canary.201c53e","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"85e0e441af7cb645b38472d1daa8d51d566f97f4","size":2144780,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.0-canary.201c53e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.0-canary.201c53e_1557279125562_0.5820365987262774"},"_hasShrinkwrap":false,"publish_time":1557279125774,"_cnpm_publish_time":1557279125774,"contributors":[]},"1.3.1-0":{"name":"@firebase/firestore","version":"1.3.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0","@firebase/logger":"0.1.14-0","@firebase/webchannel-wrapper":"0.2.20-0","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.1-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"738117f7b7e3625f2ede725c6f5560fb3f091185","size":2144792,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.1-0_1557266504626_0.2207626679182808"},"_hasShrinkwrap":false,"publish_time":1557266504855,"_cnpm_publish_time":1557266504855,"contributors":[]},"1.3.0-canary.63b93c3":{"name":"@firebase/firestore","version":"1.3.0-canary.63b93c3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.63b93c3","@firebase/logger":"0.1.13-canary.63b93c3","@firebase/webchannel-wrapper":"0.2.19-canary.63b93c3","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.0-canary.63b93c3","@firebase/app-types":"0.4.0-canary.63b93c3"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.0-canary.63b93c3","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d8a2bfdfaf153fa0aba7c99b09c4bfad28c6d071","size":2144781,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.0-canary.63b93c3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.0-canary.63b93c3_1557264419790_0.14449299750450395"},"_hasShrinkwrap":false,"publish_time":1557264419965,"_cnpm_publish_time":1557264419965,"contributors":[]},"1.3.0-canary.3d474ac":{"name":"@firebase/firestore","version":"1.3.0-canary.3d474ac","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-canary.3d474ac","@firebase/logger":"0.1.13-canary.3d474ac","@firebase/webchannel-wrapper":"0.2.19-canary.3d474ac","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.4.0-canary.3d474ac","@firebase/app-types":"0.4.0-canary.3d474ac"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.0-canary.3d474ac","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1c2c33d9baa516cbd1c35a02f375675882916319","size":2144781,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.0-canary.3d474ac.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.0-canary.3d474ac_1557255520108_0.5084662263494997"},"_hasShrinkwrap":false,"publish_time":1557255520285,"_cnpm_publish_time":1557255520285,"contributors":[]},"1.3.0":{"name":"@firebase/firestore","version":"1.3.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0","@firebase/logger":"0.1.13","@firebase/webchannel-wrapper":"0.2.19","@grpc/proto-loader":"^0.5.0","grpc":"1.20.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.10.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"f704a778182c9df8efaeae1a4f951bb3170fa630","size":2143649,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.0_1557243055891_0.3241126630642419"},"_hasShrinkwrap":false,"publish_time":1557243056088,"_cnpm_publish_time":1557243056088,"contributors":[]},"1.3.0-0":{"name":"@firebase/firestore","version":"1.3.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.3.0-0","@firebase/logger":"0.1.13","@firebase/webchannel-wrapper":"0.2.19","@grpc/proto-loader":"^0.5.0","grpc":"1.20.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.10.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.3.0-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"04fe8107bdfced0d86b03f3c239a686496da4de1","size":2143658,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.3.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.3.0-0_1557178273680_0.325973829872916"},"_hasShrinkwrap":false,"publish_time":1557178273850,"_cnpm_publish_time":1557178273850,"contributors":[]},"1.2.2-canary.52bdce3":{"name":"@firebase/firestore","version":"1.2.2-canary.52bdce3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.1-canary.52bdce3","@firebase/logger":"0.1.13-canary.52bdce3","@firebase/webchannel-wrapper":"0.2.19-canary.52bdce3","@grpc/proto-loader":"^0.5.0","grpc":"1.20.3","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.17-canary.52bdce3","@firebase/app-types":"0.3.10-canary.52bdce3"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.11.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.2-canary.52bdce3","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"05aee189a64c933a9440d6d0baeae6046cc8f6ad","size":2144787,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.2-canary.52bdce3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.2-canary.52bdce3_1556921355464_0.4447173967483533"},"_hasShrinkwrap":false,"publish_time":1556921355661,"_cnpm_publish_time":1556921355661,"contributors":[]},"1.2.2-canary.9f25ab6":{"name":"@firebase/firestore","version":"1.2.2-canary.9f25ab6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.1-canary.9f25ab6","@firebase/logger":"0.1.13-canary.9f25ab6","@firebase/webchannel-wrapper":"0.2.19-canary.9f25ab6","@grpc/proto-loader":"^0.5.0","grpc":"1.20.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.17-canary.9f25ab6","@firebase/app-types":"0.3.10-canary.9f25ab6"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.10.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.2-canary.9f25ab6","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"341bf193bdf0073aac38e5c45477cafc2653e7ea","size":2144786,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.2-canary.9f25ab6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.2-canary.9f25ab6_1556833583099_0.9557221454340437"},"_hasShrinkwrap":false,"publish_time":1556833583351,"_cnpm_publish_time":1556833583351,"contributors":[]},"1.2.2-canary.20a4430":{"name":"@firebase/firestore","version":"1.2.2-canary.20a4430","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.1-canary.20a4430","@firebase/logger":"0.1.13-canary.20a4430","@firebase/webchannel-wrapper":"0.2.19-canary.20a4430","@grpc/proto-loader":"^0.5.0","grpc":"1.20.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.17-canary.20a4430","@firebase/app-types":"0.3.10-canary.20a4430"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.10.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.2-canary.20a4430","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"803a5150fb51c1ec3544a281ef608fd6f7a37a24","size":2143656,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.2-canary.20a4430.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.2-canary.20a4430_1556829047349_0.7930729507969105"},"_hasShrinkwrap":false,"publish_time":1556829047577,"_cnpm_publish_time":1556829047577,"contributors":[]},"1.2.2-canary.5a411e0":{"name":"@firebase/firestore","version":"1.2.2-canary.5a411e0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.1-canary.5a411e0","@firebase/logger":"0.1.13-canary.5a411e0","@firebase/webchannel-wrapper":"0.2.19-canary.5a411e0","@grpc/proto-loader":"^0.5.0","grpc":"1.20.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.17-canary.5a411e0","@firebase/app-types":"0.3.10-canary.5a411e0"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.10.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.2-canary.5a411e0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"70067f63e064c2d94237eadd736f2998c1b16b54","size":2143656,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.2-canary.5a411e0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.2-canary.5a411e0_1556821022322_0.10228892694138914"},"_hasShrinkwrap":false,"publish_time":1556821022483,"_cnpm_publish_time":1556821022483,"contributors":[]},"1.2.2-canary.5d67b57":{"name":"@firebase/firestore","version":"1.2.2-canary.5d67b57","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.1-canary.5d67b57","@firebase/logger":"0.1.13-canary.5d67b57","@firebase/webchannel-wrapper":"0.2.19-canary.5d67b57","@grpc/proto-loader":"^0.5.0","grpc":"1.20.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.17-canary.5d67b57","@firebase/app-types":"0.3.10-canary.5d67b57"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.10.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.2-canary.5d67b57","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b6b8558d6bab80f0f889436309d4204f002813bd","size":2143657,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.2-canary.5d67b57.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.2-canary.5d67b57_1556820237055_0.9175612151848433"},"_hasShrinkwrap":false,"publish_time":1556820237260,"_cnpm_publish_time":1556820237260,"contributors":[]},"1.2.2-canary.a7bb0b5":{"name":"@firebase/firestore","version":"1.2.2-canary.a7bb0b5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.1-canary.a7bb0b5","@firebase/logger":"0.1.13-canary.a7bb0b5","@firebase/webchannel-wrapper":"0.2.19-canary.a7bb0b5","@grpc/proto-loader":"^0.5.0","grpc":"1.20.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.17-canary.a7bb0b5","@firebase/app-types":"0.3.10-canary.a7bb0b5"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.10.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.2-canary.a7bb0b5","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c682f66a458dad3da3be9a280f666271581149fc","size":2142552,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.2-canary.a7bb0b5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.2-canary.a7bb0b5_1556753541475_0.08589795401677036"},"_hasShrinkwrap":false,"publish_time":1556753541639,"_cnpm_publish_time":1556753541639,"contributors":[]},"1.2.2-canary.aca9966":{"name":"@firebase/firestore","version":"1.2.2-canary.aca9966","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.1-canary.aca9966","@firebase/logger":"0.1.13-canary.aca9966","@firebase/webchannel-wrapper":"0.2.19-canary.aca9966","@grpc/proto-loader":"^0.5.0","grpc":"1.20.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.17-canary.aca9966","@firebase/app-types":"0.3.10-canary.aca9966"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.10.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.2-canary.aca9966","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"956114a227a171a44a97645891200554bd5cc544","size":2142555,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.2-canary.aca9966.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.2-canary.aca9966_1556753224537_0.16250520066626084"},"_hasShrinkwrap":false,"publish_time":1556753224766,"_cnpm_publish_time":1556753224766,"contributors":[]},"1.2.2-canary.f7a46de":{"name":"@firebase/firestore","version":"1.2.2-canary.f7a46de","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.1-canary.f7a46de","@firebase/logger":"0.1.13-canary.f7a46de","@firebase/webchannel-wrapper":"0.2.19-canary.f7a46de","@grpc/proto-loader":"^0.5.0","grpc":"1.20.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.17-canary.f7a46de","@firebase/app-types":"0.3.10-canary.f7a46de"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.10.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.2-canary.f7a46de","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"939b93b46d884de4fc54377d3d772d23315a6d92","size":2143025,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.2-canary.f7a46de.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.2-canary.f7a46de_1556752318483_0.0880097381339735"},"_hasShrinkwrap":false,"publish_time":1556752318650,"_cnpm_publish_time":1556752318650,"contributors":[]},"1.2.2-canary.be1eb2c":{"name":"@firebase/firestore","version":"1.2.2-canary.be1eb2c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.1-canary.be1eb2c","@firebase/logger":"0.1.13-canary.be1eb2c","@firebase/webchannel-wrapper":"0.2.19-canary.be1eb2c","@grpc/proto-loader":"^0.5.0","grpc":"1.20.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.17-canary.be1eb2c","@firebase/app-types":"0.3.10-canary.be1eb2c"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","prettier":"1.17.0","protobufjs":"6.8.8","rollup":"1.10.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.2-canary.be1eb2c","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d62036efcd5af25a225717024f70a26ac6659a70","size":2143024,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.2-canary.be1eb2c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.2-canary.be1eb2c_1556743422628_0.9874312200913873"},"_hasShrinkwrap":false,"publish_time":1556743422792,"_cnpm_publish_time":1556743422792,"contributors":[]},"1.2.2":{"name":"@firebase/firestore","version":"1.2.2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.1","@firebase/logger":"0.1.13","@firebase/webchannel-wrapper":"0.2.19","grpc":"1.20.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","prettier":"1.17.0","rollup":"1.10.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.2","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"9a97e60cc20bda7b06a6985190b4f33357a4fe28","size":2137788,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.2_1556667310849_0.03580657392267761"},"_hasShrinkwrap":false,"publish_time":1556667310985,"_cnpm_publish_time":1556667310985,"contributors":[]},"1.2.2-1":{"name":"@firebase/firestore","version":"1.2.2-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.1-1","@firebase/logger":"0.1.13-1","@firebase/webchannel-wrapper":"0.2.19-1","grpc":"1.20.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","prettier":"1.17.0","rollup":"1.10.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.2-1","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"43bbc599fd38fafe07d8a30114877b9bff1cff18","size":2137786,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.2-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.2-1_1556666191162_0.4577625655396935"},"_hasShrinkwrap":false,"publish_time":1556666191423,"_cnpm_publish_time":1556666191423,"contributors":[]},"1.2.1-canary.96617d3":{"name":"@firebase/firestore","version":"1.2.1-canary.96617d3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.0-canary.96617d3","@firebase/logger":"0.1.12-canary.96617d3","@firebase/webchannel-wrapper":"0.2.18-canary.96617d3","grpc":"1.20.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.16-canary.96617d3","@firebase/app-types":"0.3.9-canary.96617d3"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","prettier":"1.17.0","rollup":"1.10.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.1-canary.96617d3","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7b1937edbb66af7dda5a9fc02eb2eb35688f6e9d","size":2137795,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.1-canary.96617d3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.1-canary.96617d3_1556662518973_0.9947672761259854"},"_hasShrinkwrap":false,"publish_time":1556662519254,"_cnpm_publish_time":1556662519254,"contributors":[]},"1.2.2-0":{"name":"@firebase/firestore","version":"1.2.2-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.1-0","@firebase/logger":"0.1.13-0","@firebase/webchannel-wrapper":"0.2.19-0","grpc":"1.20.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","prettier":"1.17.0","rollup":"1.10.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.2-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"09b3ae0117fd0c0e6a93137fc09bf03e32b0af9a","size":2137786,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.2-0_1556656218955_0.647095102538521"},"_hasShrinkwrap":false,"publish_time":1556656219242,"_cnpm_publish_time":1556656219242,"contributors":[]},"1.2.1-canary.932d7be":{"name":"@firebase/firestore","version":"1.2.1-canary.932d7be","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"yarn build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.0-canary.932d7be","@firebase/logger":"0.1.12-canary.932d7be","@firebase/webchannel-wrapper":"0.2.18-canary.932d7be","grpc":"1.20.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.16-canary.932d7be","@firebase/app-types":"0.3.9-canary.932d7be"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","prettier":"1.17.0","rollup":"1.10.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.1-canary.932d7be","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"71d4b2f02930297c1daf026908b45e64fea7dd8e","size":2137793,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.1-canary.932d7be.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.1-canary.932d7be_1556654674206_0.9026198738030944"},"_hasShrinkwrap":false,"publish_time":1556654674425,"_cnpm_publish_time":1556654674425,"contributors":[]},"1.2.1-canary.b6a05fd":{"name":"@firebase/firestore","version":"1.2.1-canary.b6a05fd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.0-canary.b6a05fd","@firebase/logger":"0.1.12-canary.b6a05fd","@firebase/webchannel-wrapper":"0.2.18-canary.b6a05fd","grpc":"1.20.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.16-canary.b6a05fd","@firebase/app-types":"0.3.9-canary.b6a05fd"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","prettier":"1.17.0","rollup":"1.10.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.1-canary.b6a05fd","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"29fb9f4f48e7c1e9f0375b050856e78d82cca5c9","size":1653421,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.1-canary.b6a05fd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.1-canary.b6a05fd_1556648321792_0.4490659644320685"},"_hasShrinkwrap":false,"publish_time":1556648322178,"_cnpm_publish_time":1556648322178,"contributors":[]},"1.2.1-canary.0acd32c":{"name":"@firebase/firestore","version":"1.2.1-canary.0acd32c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.0-canary.0acd32c","@firebase/logger":"0.1.12-canary.0acd32c","@firebase/webchannel-wrapper":"0.2.18-canary.0acd32c","grpc":"1.20.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.16-canary.0acd32c","@firebase/app-types":"0.3.9-canary.0acd32c"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","prettier":"1.17.0","rollup":"1.10.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.1-canary.0acd32c","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2a3e034dc333c60c6c34dcf576d1424e8a639726","size":1653421,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.1-canary.0acd32c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.1-canary.0acd32c_1556641945604_0.19734553480675499"},"_hasShrinkwrap":false,"publish_time":1556641945851,"_cnpm_publish_time":1556641945851,"contributors":[]},"1.2.1-canary.b758647":{"name":"@firebase/firestore","version":"1.2.1-canary.b758647","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.0-canary.b758647","@firebase/logger":"0.1.12-canary.b758647","@firebase/webchannel-wrapper":"0.2.18-canary.b758647","grpc":"1.20.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.16-canary.b758647","@firebase/app-types":"0.3.9-canary.b758647"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","prettier":"1.17.0","rollup":"1.10.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.1-canary.b758647","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bf848b7c2f3b5625d916ffcdd4b146b6cea4a6d2","size":1653420,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.1-canary.b758647.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.1-canary.b758647_1556581462507_0.25079841847934325"},"_hasShrinkwrap":false,"publish_time":1556581462702,"_cnpm_publish_time":1556581462702,"contributors":[]},"1.2.1-canary.d09bee6":{"name":"@firebase/firestore","version":"1.2.1-canary.d09bee6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.0-canary.d09bee6","@firebase/logger":"0.1.12-canary.d09bee6","@firebase/webchannel-wrapper":"0.2.18-canary.d09bee6","grpc":"1.20.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.16-canary.d09bee6","@firebase/app-types":"0.3.9-canary.d09bee6"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","prettier":"1.17.0","rollup":"1.10.1","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","tslint":"5.16.0","typescript":"3.4.5","webpack":"4.30.0","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.1-canary.d09bee6","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f430fccc695ef70ba0da3c648ffb26e58351b2c7","size":1653421,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.1-canary.d09bee6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.1-canary.d09bee6_1556394553384_0.8387696372739011"},"_hasShrinkwrap":false,"publish_time":1556394553620,"_cnpm_publish_time":1556394553620,"contributors":[]},"1.2.1-canary.366713a":{"name":"@firebase/firestore","version":"1.2.1-canary.366713a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.0-canary.366713a","@firebase/logger":"0.1.12-canary.366713a","@firebase/webchannel-wrapper":"0.2.18-canary.366713a","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.16-canary.366713a","@firebase/app-types":"0.3.9-canary.366713a"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.10.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.15.0","typescript":"3.4.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.1-canary.366713a","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"78cca491ddd967f910f4cdadfdfae77840c11fd9","size":1653432,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.1-canary.366713a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.1-canary.366713a_1556218677157_0.042366314843532926"},"_hasShrinkwrap":false,"publish_time":1556218678374,"_cnpm_publish_time":1556218678374,"contributors":[]},"1.2.1":{"name":"@firebase/firestore","version":"1.2.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.0","@firebase/logger":"0.1.12","@firebase/webchannel-wrapper":"0.2.18","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.10.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.15.0","typescript":"3.4.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.1","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"d7dbaf047cd7f4b384579434128dd4dc726d9641","size":1653421,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.1_1556213846403_0.3640438138945712"},"_hasShrinkwrap":false,"publish_time":1556213846642,"_cnpm_publish_time":1556213846642,"contributors":[]},"1.2.0-canary.b6bfae0":{"name":"@firebase/firestore","version":"1.2.0-canary.b6bfae0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.0-canary.b6bfae0","@firebase/logger":"0.1.12-canary.b6bfae0","@firebase/webchannel-wrapper":"0.2.18-canary.b6bfae0","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.16-canary.b6bfae0","@firebase/app-types":"0.3.9-canary.b6bfae0"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.10.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.15.0","typescript":"3.4.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.0-canary.b6bfae0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3da8fddbbe0b942cbf374fa3a74b02c3563299f1","size":1653430,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.0-canary.b6bfae0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.0-canary.b6bfae0_1556152404256_0.6370567106650269"},"_hasShrinkwrap":false,"publish_time":1556152404500,"_cnpm_publish_time":1556152404500,"contributors":[]},"1.2.0-canary.e50b070":{"name":"@firebase/firestore","version":"1.2.0-canary.e50b070","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.0-canary.e50b070","@firebase/logger":"0.1.12-canary.e50b070","@firebase/webchannel-wrapper":"0.2.18-canary.e50b070","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.16-canary.e50b070","@firebase/app-types":"0.3.9-canary.e50b070"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.10.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.15.0","typescript":"3.4.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.0-canary.e50b070","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"663f26c507cf6fd044c7a57e3bb2da73c7552f5d","size":1653431,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.0-canary.e50b070.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.0-canary.e50b070_1556143812138_0.01020319992689056"},"_hasShrinkwrap":false,"publish_time":1556143812303,"_cnpm_publish_time":1556143812303,"contributors":[]},"1.2.0-canary.2337089":{"name":"@firebase/firestore","version":"1.2.0-canary.2337089","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.0-canary.2337089","@firebase/logger":"0.1.12-canary.2337089","@firebase/webchannel-wrapper":"0.2.18-canary.2337089","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.16-canary.2337089","@firebase/app-types":"0.3.9-canary.2337089"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.10.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.15.0","typescript":"3.4.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.0-canary.2337089","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"593e86baf67c8244ab6c0a70e66febee01e508ee","size":1653431,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.0-canary.2337089.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.0-canary.2337089_1556129546066_0.6221283743870145"},"_hasShrinkwrap":false,"publish_time":1556129546300,"_cnpm_publish_time":1556129546300,"contributors":[]},"1.2.1-0":{"name":"@firebase/firestore","version":"1.2.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.0","@firebase/logger":"0.1.12","@firebase/webchannel-wrapper":"0.2.18","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.10.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.15.0","typescript":"3.4.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.1-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"b99d80f7c1eb1956d0d6af47376e41ef7239fc19","size":1653426,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.1-0_1556057519941_0.24194508640197165"},"_hasShrinkwrap":false,"publish_time":1556057520148,"_cnpm_publish_time":1556057520148,"contributors":[]},"1.2.0-canary.e641edd":{"name":"@firebase/firestore","version":"1.2.0-canary.e641edd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.0-canary.e641edd","@firebase/logger":"0.1.12-canary.e641edd","@firebase/webchannel-wrapper":"0.2.18-canary.e641edd","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.16-canary.e641edd","@firebase/app-types":"0.3.9-canary.e641edd"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.10.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.15.0","typescript":"3.4.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.0-canary.e641edd","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"420694116313ba0553d307f33239f34adb51cb24","size":1653429,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.0-canary.e641edd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.0-canary.e641edd_1556045016410_0.07497900309383732"},"_hasShrinkwrap":false,"publish_time":1556045016596,"_cnpm_publish_time":1556045016596,"contributors":[]},"1.2.0-canary.b35ae72":{"name":"@firebase/firestore","version":"1.2.0-canary.b35ae72","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.0-canary.b35ae72","@firebase/logger":"0.1.12-canary.b35ae72","@firebase/webchannel-wrapper":"0.2.18-canary.b35ae72","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.16-canary.b35ae72","@firebase/app-types":"0.3.9-canary.b35ae72"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.10.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.15.0","typescript":"3.4.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.0-canary.b35ae72","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c388d2935b6253d7aa5012a431319080c9920507","size":1653430,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.0-canary.b35ae72.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.0-canary.b35ae72_1556040112701_0.7009435360307392"},"_hasShrinkwrap":false,"publish_time":1556040112904,"_cnpm_publish_time":1556040112904,"contributors":[]},"1.2.0-canary.dc70589":{"name":"@firebase/firestore","version":"1.2.0-canary.dc70589","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.0-canary.dc70589","@firebase/logger":"0.1.12-canary.dc70589","@firebase/webchannel-wrapper":"0.2.18-canary.dc70589","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.16-canary.dc70589","@firebase/app-types":"0.3.9-canary.dc70589"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.10.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.15.0","typescript":"3.4.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.0-canary.dc70589","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1fb98a63a1d7e860a5a8a443c310c51f96ae403e","size":1652696,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.0-canary.dc70589.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.0-canary.dc70589_1556010456027_0.17300365454761368"},"_hasShrinkwrap":false,"publish_time":1556010456282,"_cnpm_publish_time":1556010456282,"contributors":[]},"1.2.0-canary.37873b6":{"name":"@firebase/firestore","version":"1.2.0-canary.37873b6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.0-canary.37873b6","@firebase/logger":"0.1.12-canary.37873b6","@firebase/webchannel-wrapper":"0.2.18-canary.37873b6","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.16-canary.37873b6","@firebase/app-types":"0.3.9-canary.37873b6"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.10.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.15.0","typescript":"3.4.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.0-canary.37873b6","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8e282e178ce87fda4f051d36d60c3aa4b28fc133","size":1652696,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.0-canary.37873b6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.0-canary.37873b6_1555995978588_0.6221322503577764"},"_hasShrinkwrap":false,"publish_time":1555995978853,"_cnpm_publish_time":1555995978853,"contributors":[]},"1.1.4-canary.be5e65f":{"name":"@firebase/firestore","version":"1.1.4-canary.be5e65f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.2-canary.be5e65f","@firebase/logger":"0.1.11-canary.be5e65f","@firebase/webchannel-wrapper":"0.2.17-canary.be5e65f","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.15-canary.be5e65f","@firebase/app-types":"0.3.8-canary.be5e65f"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.10.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.15.0","typescript":"3.4.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.4-canary.be5e65f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0caa65b97e68b67bb8fe0d1e9f90471839561d45","size":1652695,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.4-canary.be5e65f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.4-canary.be5e65f_1555708526065_0.08661655389532363"},"_hasShrinkwrap":false,"publish_time":1555708526242,"_cnpm_publish_time":1555708526242,"contributors":[]},"1.2.0":{"name":"@firebase/firestore","version":"1.2.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.0","@firebase/logger":"0.1.12","@firebase/webchannel-wrapper":"0.2.18","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.10.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.15.0","typescript":"3.4.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"a086dfa0f0e3cadf1e5be963c9cd9cd34051574c","size":1650304,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.0_1555621860931_0.2165940030733131"},"_hasShrinkwrap":false,"publish_time":1555621861186,"_cnpm_publish_time":1555621861186,"contributors":[]},"1.1.4-canary.4b98946":{"name":"@firebase/firestore","version":"1.1.4-canary.4b98946","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.2-canary.4b98946","@firebase/logger":"0.1.11-canary.4b98946","@firebase/webchannel-wrapper":"0.2.17-canary.4b98946","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.15-canary.4b98946","@firebase/app-types":"0.3.8-canary.4b98946"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.10.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.15.0","typescript":"3.4.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.4-canary.4b98946","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"481beafffbc229a86fa6a577cd2ff3319104ceb4","size":1652697,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.4-canary.4b98946.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.4-canary.4b98946_1555566930682_0.5241995637229193"},"_hasShrinkwrap":false,"publish_time":1555566931003,"_cnpm_publish_time":1555566931003,"contributors":[]},"1.1.4-canary.b5c8cf6":{"name":"@firebase/firestore","version":"1.1.4-canary.b5c8cf6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.2-canary.b5c8cf6","@firebase/logger":"0.1.11-canary.b5c8cf6","@firebase/webchannel-wrapper":"0.2.17-canary.b5c8cf6","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.15-canary.b5c8cf6","@firebase/app-types":"0.3.8-canary.b5c8cf6"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.10.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.15.0","typescript":"3.4.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.4-canary.b5c8cf6","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"70aad1fb2d812c32e703c0d23cb8df6fb0439563","size":1652696,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.4-canary.b5c8cf6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.4-canary.b5c8cf6_1555566896560_0.6510949723574491"},"_hasShrinkwrap":false,"publish_time":1555566896917,"_cnpm_publish_time":1555566896917,"contributors":[]},"1.1.4-canary.26d9554":{"name":"@firebase/firestore","version":"1.1.4-canary.26d9554","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.2-canary.26d9554","@firebase/logger":"0.1.11-canary.26d9554","@firebase/webchannel-wrapper":"0.2.17-canary.26d9554","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.15-canary.26d9554","@firebase/app-types":"0.3.8-canary.26d9554"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.10.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.15.0","typescript":"3.4.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.4-canary.26d9554","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3a500f66c81d6f2f8f47422b641c78ec33dfa897","size":1652697,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.4-canary.26d9554.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.4-canary.26d9554_1555543705177_0.6513203653239623"},"_hasShrinkwrap":false,"publish_time":1555543705380,"_cnpm_publish_time":1555543705380,"contributors":[]},"1.1.4-canary.acaa10b":{"name":"@firebase/firestore","version":"1.1.4-canary.acaa10b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.2-canary.acaa10b","@firebase/logger":"0.1.11-canary.acaa10b","@firebase/webchannel-wrapper":"0.2.17-canary.acaa10b","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.15-canary.acaa10b","@firebase/app-types":"0.3.8-canary.acaa10b"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.10.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.15.0","typescript":"3.4.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.4-canary.acaa10b","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e32a588034833c896dbe54408f495bbac69656ee","size":1650314,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.4-canary.acaa10b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.4-canary.acaa10b_1555538780989_0.9139264220870182"},"_hasShrinkwrap":false,"publish_time":1555538781262,"_cnpm_publish_time":1555538781262,"contributors":[]},"1.2.0-0":{"name":"@firebase/firestore","version":"1.2.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.2.0-0","@firebase/logger":"0.1.12-0","@firebase/webchannel-wrapper":"0.2.18-0","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.10.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.15.0","typescript":"3.4.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.2.0-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"f298fdb4388d21aab29716c349542990071cac1f","size":1650310,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.2.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.2.0-0_1555461627781_0.5919639137349528"},"_hasShrinkwrap":false,"publish_time":1555461628016,"_cnpm_publish_time":1555461628016,"contributors":[]},"1.1.4-canary.4e0348f":{"name":"@firebase/firestore","version":"1.1.4-canary.4e0348f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.2-canary.4e0348f","@firebase/logger":"0.1.11-canary.4e0348f","@firebase/webchannel-wrapper":"0.2.17-canary.4e0348f","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.15-canary.4e0348f","@firebase/app-types":"0.3.8-canary.4e0348f"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.11","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.10.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.2.3","rollup-plugin-replace":"2.2.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.15.0","typescript":"3.4.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.4-canary.4e0348f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c0273b6fb98ae917b159ac745ef05db97afe7517","size":1650315,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.4-canary.4e0348f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.4-canary.4e0348f_1555460726634_0.11959725697627843"},"_hasShrinkwrap":false,"publish_time":1555460726871,"_cnpm_publish_time":1555460726871,"contributors":[]},"1.1.4-canary.aba75df":{"name":"@firebase/firestore","version":"1.1.4-canary.aba75df","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.2-canary.aba75df","@firebase/logger":"0.1.11-canary.aba75df","@firebase/webchannel-wrapper":"0.2.17-canary.aba75df","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.15-canary.aba75df","@firebase/app-types":"0.3.8-canary.aba75df"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.10","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.7.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.1","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.14.0","typescript":"3.3.4000","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.4-canary.aba75df","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fef1c0f7eb6bdb27162bd2114b0b02b33da322b3","size":1650310,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.4-canary.aba75df.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.4-canary.aba75df_1555439515320_0.9347568005700972"},"_hasShrinkwrap":false,"publish_time":1555439515562,"_cnpm_publish_time":1555439515562,"contributors":[]},"1.1.4-canary.97428d4":{"name":"@firebase/firestore","version":"1.1.4-canary.97428d4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.2-canary.97428d4","@firebase/logger":"0.1.11-canary.97428d4","@firebase/webchannel-wrapper":"0.2.17-canary.97428d4","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.15-canary.97428d4","@firebase/app-types":"0.3.8-canary.97428d4"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.10","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.7.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.1","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.14.0","typescript":"3.3.4000","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.4-canary.97428d4","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"16e97cac19ab24e2094e1405a224939837e9cdd8","size":1650311,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.4-canary.97428d4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.4-canary.97428d4_1555372151394_0.4910358019001493"},"_hasShrinkwrap":false,"publish_time":1555372151525,"_cnpm_publish_time":1555372151525,"contributors":[]},"1.1.4-canary.eaa6aa1":{"name":"@firebase/firestore","version":"1.1.4-canary.eaa6aa1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.2-canary.eaa6aa1","@firebase/logger":"0.1.11-canary.eaa6aa1","@firebase/webchannel-wrapper":"0.2.17-canary.eaa6aa1","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.15-canary.eaa6aa1","@firebase/app-types":"0.3.8-canary.eaa6aa1"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.10","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.7.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.1","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.14.0","typescript":"3.3.4000","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.4-canary.eaa6aa1","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"640b97c617f7df90377c9d59bf1be14839078082","size":1648960,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.4-canary.eaa6aa1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.4-canary.eaa6aa1_1555113504429_0.8080786851878052"},"_hasShrinkwrap":false,"publish_time":1555113504818,"_cnpm_publish_time":1555113504818,"contributors":[]},"1.1.4-canary.a5d8837":{"name":"@firebase/firestore","version":"1.1.4-canary.a5d8837","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.2-canary.a5d8837","@firebase/logger":"0.1.11-canary.a5d8837","@firebase/webchannel-wrapper":"0.2.17-canary.a5d8837","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.15-canary.a5d8837","@firebase/app-types":"0.3.8-canary.a5d8837"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.10","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.7.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.1","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.14.0","typescript":"3.3.4000","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.4-canary.a5d8837","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2145963c0ed9b2ff30f25c806b9bbd40806fdb9a","size":1648951,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.4-canary.a5d8837.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.4-canary.a5d8837_1555108373860_0.1747620196785844"},"_hasShrinkwrap":false,"publish_time":1555108374242,"_cnpm_publish_time":1555108374242,"contributors":[]},"1.1.4-canary.b27f4c7":{"name":"@firebase/firestore","version":"1.1.4-canary.b27f4c7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.2-canary.b27f4c7","@firebase/logger":"0.1.11-canary.b27f4c7","@firebase/webchannel-wrapper":"0.2.17-canary.b27f4c7","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.15-canary.b27f4c7","@firebase/app-types":"0.3.8-canary.b27f4c7"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.10","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.7.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.1","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.14.0","typescript":"3.3.4000","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.4-canary.b27f4c7","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5ef1ca9b34546d2d8b2fd4b6ee24d1dfdf4247c3","size":1648950,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.4-canary.b27f4c7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.4-canary.b27f4c7_1555106671583_0.48692361834987063"},"_hasShrinkwrap":false,"publish_time":1555106671870,"_cnpm_publish_time":1555106671870,"contributors":[]},"1.1.4-canary.eccfbe2":{"name":"@firebase/firestore","version":"1.1.4-canary.eccfbe2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.2-canary.eccfbe2","@firebase/logger":"0.1.11-canary.eccfbe2","@firebase/webchannel-wrapper":"0.2.17-canary.eccfbe2","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.15-canary.eccfbe2","@firebase/app-types":"0.3.8-canary.eccfbe2"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.10","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.7.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.1","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.14.0","typescript":"3.3.4000","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.4-canary.eccfbe2","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9db1e2f33bee8a14ed7c69bf51732068263d9e24","size":1648951,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.4-canary.eccfbe2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.4-canary.eccfbe2_1555024297638_0.2990014494035542"},"_hasShrinkwrap":false,"publish_time":1555024297876,"_cnpm_publish_time":1555024297876,"contributors":[]},"1.1.4":{"name":"@firebase/firestore","version":"1.1.4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.2","@firebase/logger":"0.1.11","@firebase/webchannel-wrapper":"0.2.17","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.10","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.7.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.1","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.14.0","typescript":"3.3.4000","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.4","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"90634262b28b68df4d8bf96de29a82f07648b8ac","size":1645866,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.4_1555020948899_0.46420353611959686"},"_hasShrinkwrap":false,"publish_time":1555020949129,"_cnpm_publish_time":1555020949129,"contributors":[]},"1.1.3-canary.077b88b":{"name":"@firebase/firestore","version":"1.1.3-canary.077b88b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.077b88b","@firebase/logger":"0.1.10-canary.077b88b","@firebase/webchannel-wrapper":"0.2.16-canary.077b88b","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.14-canary.077b88b","@firebase/app-types":"0.3.7-canary.077b88b"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.10","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.7.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.1","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.14.0","typescript":"3.3.4000","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.3-canary.077b88b","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2f6c60abe454efedb46e146c26fccdff1f90f56c","size":1648951,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.3-canary.077b88b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.3-canary.077b88b_1554933080598_0.618089208163489"},"_hasShrinkwrap":false,"publish_time":1554933080815,"_cnpm_publish_time":1554933080815,"contributors":[]},"1.1.3-canary.c2b6eb8":{"name":"@firebase/firestore","version":"1.1.3-canary.c2b6eb8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.c2b6eb8","@firebase/logger":"0.1.10-canary.c2b6eb8","@firebase/webchannel-wrapper":"0.2.16-canary.c2b6eb8","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.14-canary.c2b6eb8","@firebase/app-types":"0.3.7-canary.c2b6eb8"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.10","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.7.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.1","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.14.0","typescript":"3.3.4000","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.3-canary.c2b6eb8","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"83b1f7629c915f6929068808a46090aa6926a59e","size":1648950,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.3-canary.c2b6eb8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.3-canary.c2b6eb8_1554920070527_0.6008110635181771"},"_hasShrinkwrap":false,"publish_time":1554920070691,"_cnpm_publish_time":1554920070691,"contributors":[]},"1.1.3-canary.a669ee5":{"name":"@firebase/firestore","version":"1.1.3-canary.a669ee5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.a669ee5","@firebase/logger":"0.1.10-canary.a669ee5","@firebase/webchannel-wrapper":"0.2.16-canary.a669ee5","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.14-canary.a669ee5","@firebase/app-types":"0.3.7-canary.a669ee5"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.10","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.7.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.1","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.14.0","typescript":"3.3.4000","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.3-canary.a669ee5","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1a974c4100552db773f0a1533c1013082bfa8628","size":1648950,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.3-canary.a669ee5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.3-canary.a669ee5_1554852629510_0.6533497805619122"},"_hasShrinkwrap":false,"publish_time":1554852629840,"_cnpm_publish_time":1554852629840,"contributors":[]},"1.1.4-0":{"name":"@firebase/firestore","version":"1.1.4-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.2-0","@firebase/logger":"0.1.11-0","@firebase/webchannel-wrapper":"0.2.17-0","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.10","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.7.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.1","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.14.0","typescript":"3.3.4000","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.4-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"5b81293af76ed7250b717d04f647cf605b1a87c3","size":1645870,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.4-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.4-0_1554844759892_0.24260853890382728"},"_hasShrinkwrap":false,"publish_time":1554844760165,"_cnpm_publish_time":1554844760165,"contributors":[]},"1.1.3-canary.963b4f0":{"name":"@firebase/firestore","version":"1.1.3-canary.963b4f0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.963b4f0","@firebase/logger":"0.1.10-canary.963b4f0","@firebase/webchannel-wrapper":"0.2.16-canary.963b4f0","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.14-canary.963b4f0","@firebase/app-types":"0.3.7-canary.963b4f0"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.10","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.7.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.1","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.14.0","typescript":"3.3.4000","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.3-canary.963b4f0","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d9ff4e1966ada4291578b2c76726f981f27abff1","size":1645868,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.3-canary.963b4f0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.3-canary.963b4f0_1554834063421_0.5960820651484431"},"_hasShrinkwrap":false,"publish_time":1554834063732,"_cnpm_publish_time":1554834063732,"contributors":[]},"1.1.3-canary.5849598":{"name":"@firebase/firestore","version":"1.1.3-canary.5849598","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.5849598","@firebase/logger":"0.1.10-canary.5849598","@firebase/webchannel-wrapper":"0.2.16-canary.5849598","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.14-canary.5849598","@firebase/app-types":"0.3.7-canary.5849598"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.3-canary.5849598","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f4bc493654ee010e4594815f74148748c458a34b","size":1645864,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.3-canary.5849598.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.3-canary.5849598_1554749583058_0.13626265691728823"},"_hasShrinkwrap":false,"publish_time":1554749583220,"_cnpm_publish_time":1554749583220,"contributors":[]},"1.1.3-canary.e510af7":{"name":"@firebase/firestore","version":"1.1.3-canary.e510af7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.e510af7","@firebase/logger":"0.1.10-canary.e510af7","@firebase/webchannel-wrapper":"0.2.16-canary.e510af7","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.14-canary.e510af7","@firebase/app-types":"0.3.7-canary.e510af7"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.3-canary.e510af7","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c298e37edeb1fbdaee742c4c493b119bd06b93a6","size":1645860,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.3-canary.e510af7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.3-canary.e510af7_1554748946940_0.7812406508402616"},"_hasShrinkwrap":false,"publish_time":1554748947135,"_cnpm_publish_time":1554748947135,"contributors":[]},"1.1.3-canary.524b9aa":{"name":"@firebase/firestore","version":"1.1.3-canary.524b9aa","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.524b9aa","@firebase/logger":"0.1.10-canary.524b9aa","@firebase/webchannel-wrapper":"0.2.16-canary.524b9aa","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.14-canary.524b9aa","@firebase/app-types":"0.3.7-canary.524b9aa"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.3-canary.524b9aa","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1b0cf3d13f5c8718f9d4b6aa4db72c245e2ca2af","size":1645860,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.3-canary.524b9aa.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.3-canary.524b9aa_1554511289668_0.0651936498607475"},"_hasShrinkwrap":false,"publish_time":1554511289981,"_cnpm_publish_time":1554511289981,"contributors":[]},"1.1.2-canary.bcb1dfe":{"name":"@firebase/firestore","version":"1.1.2-canary.bcb1dfe","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.bcb1dfe","@firebase/logger":"0.1.10-canary.bcb1dfe","@firebase/webchannel-wrapper":"0.2.16-canary.bcb1dfe","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.13-canary.bcb1dfe","@firebase/app-types":"0.3.7-canary.bcb1dfe"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.2-canary.bcb1dfe","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5e96aa04a57d22c7260100117c2ae2b925a594b1","size":1645862,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.2-canary.bcb1dfe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.2-canary.bcb1dfe_1554493699937_0.3706767823910615"},"_hasShrinkwrap":false,"publish_time":1554493700166,"_cnpm_publish_time":1554493700166,"contributors":[]},"1.1.2-canary.3c53386":{"name":"@firebase/firestore","version":"1.1.2-canary.3c53386","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.3c53386","@firebase/logger":"0.1.10-canary.3c53386","@firebase/webchannel-wrapper":"0.2.16-canary.3c53386","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.13-canary.3c53386","@firebase/app-types":"0.3.7-canary.3c53386"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.2-canary.3c53386","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e3e13b8f74c7451b3d75bc35f1dbb28d6c0b63be","size":1645864,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.2-canary.3c53386.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.2-canary.3c53386_1554492164393_0.41808822740458607"},"_hasShrinkwrap":false,"publish_time":1554492164557,"_cnpm_publish_time":1554492164557,"contributors":[]},"1.1.3":{"name":"@firebase/firestore","version":"1.1.3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1","@firebase/logger":"0.1.10","@firebase/webchannel-wrapper":"0.2.16","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.3","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"5f195e3387ee7b3d1b0c303602362635b10403ac","size":1645800,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.3_1554417700332_0.7597988376486167"},"_hasShrinkwrap":false,"publish_time":1554417700492,"_cnpm_publish_time":1554417700492,"contributors":[]},"1.1.2-canary.d6c1119":{"name":"@firebase/firestore","version":"1.1.2-canary.d6c1119","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.d6c1119","@firebase/logger":"0.1.10-canary.d6c1119","@firebase/webchannel-wrapper":"0.2.16-canary.d6c1119","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.13-canary.d6c1119","@firebase/app-types":"0.3.7-canary.d6c1119"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.2-canary.d6c1119","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"79bb393a09ea300722078992ea282e6b7821c30e","size":1645853,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.2-canary.d6c1119.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.2-canary.d6c1119_1554404498285_0.48261527507168744"},"_hasShrinkwrap":false,"publish_time":1554404498547,"_cnpm_publish_time":1554404498547,"contributors":[]},"1.1.2-canary.01c63e4":{"name":"@firebase/firestore","version":"1.1.2-canary.01c63e4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.01c63e4","@firebase/logger":"0.1.10-canary.01c63e4","@firebase/webchannel-wrapper":"0.2.16-canary.01c63e4","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.13-canary.01c63e4","@firebase/app-types":"0.3.7-canary.01c63e4"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.2-canary.01c63e4","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"20e313dc0840c3b56ef3268486ce43e1fa9bfa09","size":1645860,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.2-canary.01c63e4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.2-canary.01c63e4_1554326656353_0.8119079841108996"},"_hasShrinkwrap":false,"publish_time":1554326656622,"_cnpm_publish_time":1554326656622,"contributors":[]},"1.1.2-canary.b22e1ad":{"name":"@firebase/firestore","version":"1.1.2-canary.b22e1ad","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.b22e1ad","@firebase/logger":"0.1.10-canary.b22e1ad","@firebase/webchannel-wrapper":"0.2.16-canary.b22e1ad","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.13-canary.b22e1ad","@firebase/app-types":"0.3.7-canary.b22e1ad"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.2-canary.b22e1ad","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2989faac9a1c2501c5002fff2fd0c341fe8f47e2","size":1645861,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.2-canary.b22e1ad.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.2-canary.b22e1ad_1554316390847_0.02896798661009714"},"_hasShrinkwrap":false,"publish_time":1554316391050,"_cnpm_publish_time":1554316391050,"contributors":[]},"1.1.2-canary.cbf1777":{"name":"@firebase/firestore","version":"1.1.2-canary.cbf1777","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.cbf1777","@firebase/logger":"0.1.10-canary.cbf1777","@firebase/webchannel-wrapper":"0.2.16-canary.cbf1777","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.13-canary.cbf1777","@firebase/app-types":"0.3.7-canary.cbf1777"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.2-canary.cbf1777","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"61a90deb6a63ed402c4de07c8cd0af57646bea1b","size":1645860,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.2-canary.cbf1777.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.2-canary.cbf1777_1554313482455_0.5933259286614332"},"_hasShrinkwrap":false,"publish_time":1554313482653,"_cnpm_publish_time":1554313482653,"contributors":[]},"1.1.3-0":{"name":"@firebase/firestore","version":"1.1.3-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1","@firebase/logger":"0.1.10","@firebase/webchannel-wrapper":"0.2.16","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.3-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"dist":{"shasum":"d1d8d2050338647d4fff8a1f5419322c2498e587","size":1645800,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.3-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.3-0_1554244503724_0.42533282032407627"},"_hasShrinkwrap":false,"publish_time":1554244503952,"_cnpm_publish_time":1554244503952,"contributors":[]},"1.1.2-canary.5a98d84":{"name":"@firebase/firestore","version":"1.1.2-canary.5a98d84","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.5a98d84","@firebase/logger":"0.1.10-canary.5a98d84","@firebase/webchannel-wrapper":"0.2.16-canary.5a98d84","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.13-canary.5a98d84","@firebase/app-types":"0.3.7-canary.5a98d84"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.2-canary.5a98d84","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"384152dc3970050867adf9fab8de6584bdfe4cbb","size":1645825,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.2-canary.5a98d84.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.2-canary.5a98d84_1554227781684_0.9897996427763824"},"_hasShrinkwrap":false,"publish_time":1554227781910,"_cnpm_publish_time":1554227781910,"contributors":[]},"1.1.2-canary.8e81a47":{"name":"@firebase/firestore","version":"1.1.2-canary.8e81a47","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.8e81a47","@firebase/logger":"0.1.10-canary.8e81a47","@firebase/webchannel-wrapper":"0.2.16-canary.8e81a47","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.13-canary.8e81a47","@firebase/app-types":"0.3.7-canary.8e81a47"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.2-canary.8e81a47","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"04253697c53caa1f508932f6229f781080c443c6","size":1645825,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.2-canary.8e81a47.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.2-canary.8e81a47_1554227013876_0.34584811999072085"},"_hasShrinkwrap":false,"publish_time":1554227014143,"_cnpm_publish_time":1554227014143,"contributors":[]},"1.1.2-canary.46e3280":{"name":"@firebase/firestore","version":"1.1.2-canary.46e3280","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.46e3280","@firebase/logger":"0.1.10-canary.46e3280","@firebase/webchannel-wrapper":"0.2.16-canary.46e3280","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.13-canary.46e3280","@firebase/app-types":"0.3.7-canary.46e3280"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.2-canary.46e3280","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c450dda4268ca627020da83c6634c6bb9ce85e7e","size":1645825,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.2-canary.46e3280.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.2-canary.46e3280_1554221972353_0.7555356543837972"},"_hasShrinkwrap":false,"publish_time":1554221972606,"_cnpm_publish_time":1554221972606,"contributors":[]},"1.1.2-canary.4ec3191":{"name":"@firebase/firestore","version":"1.1.2-canary.4ec3191","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.4ec3191","@firebase/logger":"0.1.10-canary.4ec3191","@firebase/webchannel-wrapper":"0.2.16-canary.4ec3191","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.13-canary.4ec3191","@firebase/app-types":"0.3.7-canary.4ec3191"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.2-canary.4ec3191","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fc31ac3f25c8b93f3b030283e1df36dc647f42cb","size":1645826,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.2-canary.4ec3191.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.2-canary.4ec3191_1554144177371_0.804512910301479"},"_hasShrinkwrap":false,"publish_time":1554144177591,"_cnpm_publish_time":1554144177591,"contributors":[]},"1.1.2-canary.dbd57b1":{"name":"@firebase/firestore","version":"1.1.2-canary.dbd57b1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.dbd57b1","@firebase/logger":"0.1.10-canary.dbd57b1","@firebase/webchannel-wrapper":"0.2.16-canary.dbd57b1","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.13-canary.dbd57b1","@firebase/app-types":"0.3.7-canary.dbd57b1"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.2-canary.dbd57b1","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0ee9802b38cd2ed4e1a47fc3ec94911412c59144","size":1645826,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.2-canary.dbd57b1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.2-canary.dbd57b1_1553842373858_0.0691296819639009"},"_hasShrinkwrap":false,"publish_time":1553842374089,"_cnpm_publish_time":1553842374089,"contributors":[]},"1.1.2-canary.c163639":{"name":"@firebase/firestore","version":"1.1.2-canary.c163639","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.c163639","@firebase/logger":"0.1.10-canary.c163639","@firebase/webchannel-wrapper":"0.2.16-canary.c163639","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.13-canary.c163639","@firebase/app-types":"0.3.7-canary.c163639"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.2-canary.c163639","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9ba6e71c434023cffb513c1b7264d58bd59a49b0","size":1645825,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.2-canary.c163639.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.2-canary.c163639_1553809830745_0.4212516617084314"},"_hasShrinkwrap":false,"publish_time":1553809830994,"_cnpm_publish_time":1553809830994,"contributors":[]},"1.1.1-canary.18aecbc":{"name":"@firebase/firestore","version":"1.1.1-canary.18aecbc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.18aecbc","@firebase/logger":"0.1.10-canary.18aecbc","@firebase/webchannel-wrapper":"0.2.16-canary.18aecbc","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.13-canary.18aecbc","@firebase/app-types":"0.3.7-canary.18aecbc"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.1-canary.18aecbc","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4be5eafc8e21d73e6347462dc4ae3c96e630b8c2","size":1645822,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.1-canary.18aecbc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.1-canary.18aecbc_1553805490243_0.42256431026712793"},"_hasShrinkwrap":false,"publish_time":1553805490448,"_cnpm_publish_time":1553805490448,"contributors":[]},"1.1.2":{"name":"@firebase/firestore","version":"1.1.2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1","@firebase/logger":"0.1.10","@firebase/webchannel-wrapper":"0.2.16","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.2","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"9a45ed9a76e801a77f1be61cd6d1fc68c04b4a8d","size":1645841,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.2_1553803523227_0.3323414167173906"},"_hasShrinkwrap":false,"publish_time":1553803523438,"_cnpm_publish_time":1553803523438,"contributors":[]},"1.1.1-canary.c2d7498":{"name":"@firebase/firestore","version":"1.1.1-canary.c2d7498","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.c2d7498","@firebase/logger":"0.1.10-canary.c2d7498","@firebase/webchannel-wrapper":"0.2.16-canary.c2d7498","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.13-canary.c2d7498","@firebase/app-types":"0.3.7-canary.c2d7498"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.1-canary.c2d7498","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7459e50872594aa32bf5f849b9a0b69132355b14","size":1645823,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.1-canary.c2d7498.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.1-canary.c2d7498_1553733451207_0.31779841277028087"},"_hasShrinkwrap":false,"publish_time":1553733451478,"_cnpm_publish_time":1553733451478,"contributors":[]},"1.1.1-canary.57d254e":{"name":"@firebase/firestore","version":"1.1.1-canary.57d254e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.57d254e","@firebase/logger":"0.1.10-canary.57d254e","@firebase/webchannel-wrapper":"0.2.16-canary.57d254e","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.13-canary.57d254e","@firebase/app-types":"0.3.7-canary.57d254e"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.1-canary.57d254e","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"55dc82084b14c6160c9cda1299d0516a2b77040b","size":1645847,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.1-canary.57d254e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.1-canary.57d254e_1553725387531_0.06724459463617705"},"_hasShrinkwrap":false,"publish_time":1553725387685,"_cnpm_publish_time":1553725387685,"contributors":[]},"1.1.2-0":{"name":"@firebase/firestore","version":"1.1.2-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1","@firebase/logger":"0.1.10","@firebase/webchannel-wrapper":"0.2.16","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.2-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"4fc04f0e71afea18673209d1abcbabf0de0afa0a","size":1645840,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.2-0_1553635592287_0.2780503575553921"},"_hasShrinkwrap":false,"publish_time":1553635592489,"_cnpm_publish_time":1553635592489,"contributors":[]},"1.1.1-canary.03a4c8d":{"name":"@firebase/firestore","version":"1.1.1-canary.03a4c8d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.03a4c8d","@firebase/logger":"0.1.10-canary.03a4c8d","@firebase/webchannel-wrapper":"0.2.16-canary.03a4c8d","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.13-canary.03a4c8d","@firebase/app-types":"0.3.7-canary.03a4c8d"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.1-canary.03a4c8d","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7589bb9bcd5f603464e476cf1497b020d984448d","size":1645850,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.1-canary.03a4c8d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.1-canary.03a4c8d_1553556702319_0.8701201003459191"},"_hasShrinkwrap":false,"publish_time":1553556702515,"_cnpm_publish_time":1553556702515,"contributors":[]},"1.1.1-canary.e4604d0":{"name":"@firebase/firestore","version":"1.1.1-canary.e4604d0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.e4604d0","@firebase/logger":"0.1.10-canary.e4604d0","@firebase/webchannel-wrapper":"0.2.16-canary.e4604d0","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.13-canary.e4604d0","@firebase/app-types":"0.3.7-canary.e4604d0"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.1-canary.e4604d0","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"34a72854e20d5a67ce856787a781e19b22aca80b","size":1645847,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.1-canary.e4604d0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.1-canary.e4604d0_1553281887122_0.9237232792614829"},"_hasShrinkwrap":false,"publish_time":1553281887320,"_cnpm_publish_time":1553281887320,"contributors":[]},"1.1.1-canary.2e5c842":{"name":"@firebase/firestore","version":"1.1.1-canary.2e5c842","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.2e5c842","@firebase/logger":"0.1.10-canary.2e5c842","@firebase/webchannel-wrapper":"0.2.16-canary.2e5c842","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.13-canary.2e5c842","@firebase/app-types":"0.3.7-canary.2e5c842"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.1-canary.2e5c842","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b072a33936c6f7d3b13157df6a402a9ded12760b","size":1645850,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.1-canary.2e5c842.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.1-canary.2e5c842_1553279717451_0.8865180222949465"},"_hasShrinkwrap":false,"publish_time":1553279717724,"_cnpm_publish_time":1553279717724,"contributors":[]},"1.1.1-canary.4f446f0":{"name":"@firebase/firestore","version":"1.1.1-canary.4f446f0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-canary.4f446f0","@firebase/logger":"0.1.10-canary.4f446f0","@firebase/webchannel-wrapper":"0.2.16-canary.4f446f0","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.13-canary.4f446f0","@firebase/app-types":"0.3.7-canary.4f446f0"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.1-canary.4f446f0","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8facbd758a05dbf5ee0d30fb148200b5cd84120c","size":1645848,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.1-canary.4f446f0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.1-canary.4f446f0_1553208929604_0.668764447639554"},"_hasShrinkwrap":false,"publish_time":1553208929829,"_cnpm_publish_time":1553208929829,"contributors":[]},"1.1.1":{"name":"@firebase/firestore","version":"1.1.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1","@firebase/logger":"0.1.10","@firebase/webchannel-wrapper":"0.2.16","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.1","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"9356aa9e5d445cc526d2b3a4b8278187a0bae5cf","size":1645646,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.1_1553205708365_0.36435577405360386"},"_hasShrinkwrap":false,"publish_time":1553205708589,"_cnpm_publish_time":1553205708589,"contributors":[]},"1.1.0-canary.49e8e66":{"name":"@firebase/firestore","version":"1.1.0-canary.49e8e66","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.0-canary.49e8e66","@firebase/logger":"0.1.9-canary.49e8e66","@firebase/webchannel-wrapper":"0.2.15-canary.49e8e66","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.12-canary.49e8e66","@firebase/app-types":"0.3.6-canary.49e8e66"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.0-canary.49e8e66","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"59206ea7540ebc5782f668ef61f2d31af147e738","size":1645849,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.0-canary.49e8e66.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.0-canary.49e8e66_1553203984652_0.4994749415526494"},"_hasShrinkwrap":false,"publish_time":1553203984800,"_cnpm_publish_time":1553203984800,"contributors":[]},"1.1.0-canary.e7053c7":{"name":"@firebase/firestore","version":"1.1.0-canary.e7053c7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.0-canary.e7053c7","@firebase/logger":"0.1.9-canary.e7053c7","@firebase/webchannel-wrapper":"0.2.15-canary.e7053c7","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.12-canary.e7053c7","@firebase/app-types":"0.3.6-canary.e7053c7"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.0-canary.e7053c7","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"806d40bb5d5c6f4e629dd7e4258720aa24df45e0","size":1645847,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.0-canary.e7053c7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.0-canary.e7053c7_1553194750332_0.3360461439748932"},"_hasShrinkwrap":false,"publish_time":1553194750915,"_cnpm_publish_time":1553194750915,"contributors":[]},"1.1.0-canary.bb73559":{"name":"@firebase/firestore","version":"1.1.0-canary.bb73559","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.0-canary.bb73559","@firebase/logger":"0.1.9-canary.bb73559","@firebase/webchannel-wrapper":"0.2.15-canary.bb73559","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.12-canary.bb73559","@firebase/app-types":"0.3.6-canary.bb73559"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.0-canary.bb73559","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b2d9659466e1984591f6827ed1374e379af484c0","size":1645847,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.0-canary.bb73559.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.0-canary.bb73559_1553136285163_0.9072307832467015"},"_hasShrinkwrap":false,"publish_time":1553136285322,"_cnpm_publish_time":1553136285322,"contributors":[]},"1.1.1-0":{"name":"@firebase/firestore","version":"1.1.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.1-0","@firebase/logger":"0.1.10-0","@firebase/webchannel-wrapper":"0.2.16-0","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.1-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"6edc4233819b240f64ab2317c93c48cdbb270651","size":1645651,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.1-0_1553036350441_0.7212293530960634"},"_hasShrinkwrap":false,"publish_time":1553036350669,"_cnpm_publish_time":1553036350669,"contributors":[]},"1.1.0-canary.7514ac5":{"name":"@firebase/firestore","version":"1.1.0-canary.7514ac5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.0-canary.7514ac5","@firebase/logger":"0.1.9-canary.7514ac5","@firebase/webchannel-wrapper":"0.2.15-canary.7514ac5","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.12-canary.7514ac5","@firebase/app-types":"0.3.6-canary.7514ac5"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.0-canary.7514ac5","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0a8a183ba317dbda2ea678278ff5f925b7c7c2b4","size":1645657,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.0-canary.7514ac5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.0-canary.7514ac5_1552792826945_0.8282144315858864"},"_hasShrinkwrap":false,"publish_time":1552792827165,"_cnpm_publish_time":1552792827165,"contributors":[]},"1.1.0-canary.6e90afc":{"name":"@firebase/firestore","version":"1.1.0-canary.6e90afc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.0-canary.6e90afc","@firebase/logger":"0.1.9-canary.6e90afc","@firebase/webchannel-wrapper":"0.2.15-canary.6e90afc","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.12-canary.6e90afc","@firebase/app-types":"0.3.6-canary.6e90afc"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.0-canary.6e90afc","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d3fcdf5256a5b6f6669944fed1b285180a29a041","size":1645658,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.0-canary.6e90afc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.0-canary.6e90afc_1552693914420_0.4505889708571298"},"_hasShrinkwrap":false,"publish_time":1552693914733,"_cnpm_publish_time":1552693914733,"contributors":[]},"1.1.0-canary.ac8955d":{"name":"@firebase/firestore","version":"1.1.0-canary.ac8955d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.0-canary.ac8955d","@firebase/logger":"0.1.9-canary.ac8955d","@firebase/webchannel-wrapper":"0.2.15-canary.ac8955d","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.12-canary.ac8955d","@firebase/app-types":"0.3.6-canary.ac8955d"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.0-canary.ac8955d","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4f885af8f5b86d1639a2911dcf1c2a9c777c269b","size":1645658,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.0-canary.ac8955d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.0-canary.ac8955d_1552687943211_0.4048917695791048"},"_hasShrinkwrap":false,"publish_time":1552687943508,"_cnpm_publish_time":1552687943508,"contributors":[]},"1.1.0-canary.e27cab8":{"name":"@firebase/firestore","version":"1.1.0-canary.e27cab8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.0-canary.e27cab8","@firebase/logger":"0.1.9-canary.e27cab8","@firebase/webchannel-wrapper":"0.2.15-canary.e27cab8","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.12-canary.e27cab8","@firebase/app-types":"0.3.6-canary.e27cab8"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.0-canary.e27cab8","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"82931abcd8039c90ecd55a376c13dcbc9172490f","size":1645657,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.0-canary.e27cab8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.0-canary.e27cab8_1552610094651_0.42414277082986573"},"_hasShrinkwrap":false,"publish_time":1552610094943,"_cnpm_publish_time":1552610094943,"contributors":[]},"1.1.0-canary.5e85118":{"name":"@firebase/firestore","version":"1.1.0-canary.5e85118","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.0-canary.5e85118","@firebase/logger":"0.1.9-canary.5e85118","@firebase/webchannel-wrapper":"0.2.15-canary.5e85118","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.12-canary.5e85118","@firebase/app-types":"0.3.6-canary.5e85118"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.0-canary.5e85118","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dcc9e44e197019ebd07dd14dfee4e5d4345f4367","size":1645658,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.0-canary.5e85118.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.0-canary.5e85118_1552605324252_0.515255569655598"},"_hasShrinkwrap":false,"publish_time":1552605324462,"_cnpm_publish_time":1552605324462,"contributors":[]},"1.1.0-canary.9fe1b6a":{"name":"@firebase/firestore","version":"1.1.0-canary.9fe1b6a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.0-canary.9fe1b6a","@firebase/logger":"0.1.9-canary.9fe1b6a","@firebase/webchannel-wrapper":"0.2.15-canary.9fe1b6a","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.12-canary.9fe1b6a","@firebase/app-types":"0.3.6-canary.9fe1b6a"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.0-canary.9fe1b6a","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6bf0ffcea5dfffa603378d11ebaa23f473863379","size":1644622,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.0-canary.9fe1b6a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.0-canary.9fe1b6a_1552602363377_0.245537285315778"},"_hasShrinkwrap":false,"publish_time":1552602363672,"_cnpm_publish_time":1552602363672,"contributors":[]},"1.1.0":{"name":"@firebase/firestore","version":"1.1.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.0","@firebase/logger":"0.1.9","@firebase/webchannel-wrapper":"0.2.15","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"6158dc64219192cf0e3da15db7b8248edbcc3968","size":1644286,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.0_1552597128978_0.9731944204774043"},"_hasShrinkwrap":false,"publish_time":1552597129335,"_cnpm_publish_time":1552597129335,"contributors":[]},"1.0.6-canary.6a9b0e4":{"name":"@firebase/firestore","version":"1.0.6-canary.6a9b0e4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-canary.6a9b0e4","@firebase/logger":"0.1.8-canary.6a9b0e4","@firebase/webchannel-wrapper":"0.2.14-canary.6a9b0e4","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.11-canary.6a9b0e4","@firebase/app-types":"0.3.5-canary.6a9b0e4"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.0.6-canary.6a9b0e4","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"019ac25b5221865dde5df96fd46e9a7d96db91c0","size":1644626,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.6-canary.6a9b0e4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.6-canary.6a9b0e4_1552584160613_0.5787112579346338"},"_hasShrinkwrap":false,"publish_time":1552584160863,"_cnpm_publish_time":1552584160863,"contributors":[]},"1.0.6-canary.c91096e":{"name":"@firebase/firestore","version":"1.0.6-canary.c91096e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-canary.c91096e","@firebase/logger":"0.1.8-canary.c91096e","@firebase/webchannel-wrapper":"0.2.14-canary.c91096e","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.11-canary.c91096e","@firebase/app-types":"0.3.5-canary.c91096e"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.0.6-canary.c91096e","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"23bb695c7b71925598b716d4bc9be7220efe4b0d","size":1645250,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.6-canary.c91096e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.6-canary.c91096e_1552525962184_0.40242044955520306"},"_hasShrinkwrap":false,"publish_time":1552525962462,"_cnpm_publish_time":1552525962462,"contributors":[]},"1.0.6-canary.53d4efc":{"name":"@firebase/firestore","version":"1.0.6-canary.53d4efc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-canary.53d4efc","@firebase/logger":"0.1.8-canary.53d4efc","@firebase/webchannel-wrapper":"0.2.14-canary.53d4efc","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.11-canary.53d4efc","@firebase/app-types":"0.3.5-canary.53d4efc"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.0.6-canary.53d4efc","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a1a431c62ee7adebf2d422166f7eecd40c43de71","size":1645259,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.6-canary.53d4efc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.6-canary.53d4efc_1552501095151_0.7871380453077286"},"_hasShrinkwrap":false,"publish_time":1552501095392,"_cnpm_publish_time":1552501095392,"contributors":[]},"1.0.6-canary.b66962d":{"name":"@firebase/firestore","version":"1.0.6-canary.b66962d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-canary.b66962d","@firebase/logger":"0.1.8-canary.b66962d","@firebase/webchannel-wrapper":"0.2.14-canary.b66962d","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.11-canary.b66962d","@firebase/app-types":"0.3.5-canary.b66962d"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.0.6-canary.b66962d","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1e27d3169f1e9cdfe08e2e316734c9df43cd25ff","size":1645261,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.6-canary.b66962d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.6-canary.b66962d_1552496096974_0.9366526122510415"},"_hasShrinkwrap":false,"publish_time":1552496097156,"_cnpm_publish_time":1552496097156,"contributors":[]},"1.0.6-canary.c923efa":{"name":"@firebase/firestore","version":"1.0.6-canary.c923efa","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-canary.c923efa","@firebase/logger":"0.1.8-canary.c923efa","@firebase/webchannel-wrapper":"0.2.14-canary.c923efa","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.11-canary.c923efa","@firebase/app-types":"0.3.5-canary.c923efa"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.0.6-canary.c923efa","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f213bd2534f9f2dd433c6da6400dbec00d50035a","size":1645261,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.6-canary.c923efa.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.6-canary.c923efa_1552495946390_0.6658414566926238"},"_hasShrinkwrap":false,"publish_time":1552495946557,"_cnpm_publish_time":1552495946557,"contributors":[]},"1.0.6-canary.a738a9d":{"name":"@firebase/firestore","version":"1.0.6-canary.a738a9d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-canary.a738a9d","@firebase/logger":"0.1.8-canary.a738a9d","@firebase/webchannel-wrapper":"0.2.14-canary.a738a9d","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.11-canary.a738a9d","@firebase/app-types":"0.3.5-canary.a738a9d"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.0.6-canary.a738a9d","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b151a5a550ae168624120b5fdc912465601d8e12","size":1644297,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.6-canary.a738a9d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.6-canary.a738a9d_1552434457732_0.9175731993976413"},"_hasShrinkwrap":false,"publish_time":1552434457943,"_cnpm_publish_time":1552434457943,"contributors":[]},"1.1.0-0":{"name":"@firebase/firestore","version":"1.1.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.1.0-0","@firebase/logger":"0.1.9-0","@firebase/webchannel-wrapper":"0.2.15-0","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.1.0-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"023d1fa3fadc07dec039f81a026cba14f5ed26ea","size":1644291,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.1.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.1.0-0_1552429779236_0.6599595576480852"},"_hasShrinkwrap":false,"publish_time":1552429779450,"_cnpm_publish_time":1552429779450,"contributors":[]},"1.0.6-canary.c0ec7a0":{"name":"@firebase/firestore","version":"1.0.6-canary.c0ec7a0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-canary.c0ec7a0","@firebase/logger":"0.1.8-canary.c0ec7a0","@firebase/webchannel-wrapper":"0.2.14-canary.c0ec7a0","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.11-canary.c0ec7a0","@firebase/app-types":"0.3.5-canary.c0ec7a0"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.0.6-canary.c0ec7a0","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5f1955b6b8aca4a448b8fe66cc52ef504a6c290a","size":1644293,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.6-canary.c0ec7a0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.6-canary.c0ec7a0_1552429344437_0.895609671572364"},"_hasShrinkwrap":false,"publish_time":1552429344661,"_cnpm_publish_time":1552429344661,"contributors":[]},"1.0.6-canary.71b7abf":{"name":"@firebase/firestore","version":"1.0.6-canary.71b7abf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-canary.71b7abf","@firebase/logger":"0.1.8-canary.71b7abf","@firebase/webchannel-wrapper":"0.2.14-canary.71b7abf","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.11-canary.71b7abf","@firebase/app-types":"0.3.5-canary.71b7abf"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.0.6-canary.71b7abf","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"32a0c17131baa197643b071ffe122e0395be7836","size":1644297,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.6-canary.71b7abf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.6-canary.71b7abf_1552413185884_0.34658700790877006"},"_hasShrinkwrap":false,"publish_time":1552413186158,"_cnpm_publish_time":1552413186158,"contributors":[]},"1.0.6-canary.0c9badf":{"name":"@firebase/firestore","version":"1.0.6-canary.0c9badf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-canary.0c9badf","@firebase/logger":"0.1.8-canary.0c9badf","@firebase/webchannel-wrapper":"0.2.14-canary.0c9badf","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.11-canary.0c9badf","@firebase/app-types":"0.3.5-canary.0c9badf"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@1.0.6-canary.0c9badf","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0580e75436991b032275b76e0390a69014330544","size":1644297,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.6-canary.0c9badf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.6-canary.0c9badf_1552341289702_0.548751924979811"},"_hasShrinkwrap":false,"publish_time":1552341289913,"_cnpm_publish_time":1552341289913,"contributors":[]},"1.0.6-canary.2297f44":{"name":"@firebase/firestore","version":"1.0.6-canary.2297f44","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-canary.2297f44","@firebase/logger":"0.1.8-canary.2297f44","@firebase/webchannel-wrapper":"0.2.14-canary.2297f44","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.11-canary.2297f44","@firebase/app-types":"0.3.5-canary.2297f44"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.6-canary.2297f44","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f40092588459f1d29932daab144ccf1b63c39790","size":1644294,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.6-canary.2297f44.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.6-canary.2297f44_1552337014697_0.0366521591049378"},"_hasShrinkwrap":false,"publish_time":1552337015275,"_cnpm_publish_time":1552337015275,"contributors":[]},"1.0.6-canary.9bb3603":{"name":"@firebase/firestore","version":"1.0.6-canary.9bb3603","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-canary.9bb3603","@firebase/logger":"0.1.8-canary.9bb3603","@firebase/webchannel-wrapper":"0.2.14-canary.9bb3603","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.11-canary.9bb3603","@firebase/app-types":"0.3.5-canary.9bb3603"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.6-canary.9bb3603","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e99f03d0226559285d14d24d383c7cbf80ddb3fa","size":1644297,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.6-canary.9bb3603.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.6-canary.9bb3603_1552156704061_0.40098297332853305"},"_hasShrinkwrap":false,"publish_time":1552156704253,"_cnpm_publish_time":1552156704253,"contributors":[]},"1.0.6-canary.54bdfc4":{"name":"@firebase/firestore","version":"1.0.6-canary.54bdfc4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-canary.54bdfc4","@firebase/logger":"0.1.8-canary.54bdfc4","@firebase/webchannel-wrapper":"0.2.14-canary.54bdfc4","grpc":"1.19.0","tslib":"1.9.3"},"peerDependencies":{"@firebase/app":"0.3.11-canary.54bdfc4","@firebase/app-types":"0.3.5-canary.54bdfc4"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"4.0.0","@types/mocha":"5.2.6","@types/sinon":"7.0.9","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"4.1.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.16.4","rollup":"1.6.0","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","tslint":"5.13.1","typescript":"3.3.3","webpack":"4.29.6","yargs":"13.2.2"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.6-canary.54bdfc4","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0d5c44de7a3185749825717601427ce0e302764f","size":1644293,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.6-canary.54bdfc4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.6-canary.54bdfc4_1552088137643_0.3535677487392124"},"_hasShrinkwrap":false,"publish_time":1552088137893,"_cnpm_publish_time":1552088137893,"contributors":[]},"1.0.6-canary.21c0f3c":{"name":"@firebase/firestore","version":"1.0.6-canary.21c0f3c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-canary.21c0f3c","@firebase/logger":"0.1.8-canary.21c0f3c","@firebase/webchannel-wrapper":"0.2.14-canary.21c0f3c","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.11-canary.21c0f3c","@firebase/app-types":"0.3.5-canary.21c0f3c"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"3.0.32","@types/mocha":"5.2.6","@types/sinon":"7.0.6","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"4.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.4","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.2","tslint":"5.9.1","typescript":"3.3.3","webpack":"4.29.5","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.6-canary.21c0f3c","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b9638102e3587f6622697ab5f0312c4df21d001d","size":1644283,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.6-canary.21c0f3c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.6-canary.21c0f3c_1552072742854_0.07548488082968663"},"_hasShrinkwrap":false,"publish_time":1552072743040,"_cnpm_publish_time":1552072743040,"contributors":[]},"1.0.6-canary.455d7db":{"name":"@firebase/firestore","version":"1.0.6-canary.455d7db","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-canary.455d7db","@firebase/logger":"0.1.8-canary.455d7db","@firebase/webchannel-wrapper":"0.2.14-canary.455d7db","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.11-canary.455d7db","@firebase/app-types":"0.3.5-canary.455d7db"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"3.0.32","@types/mocha":"5.2.6","@types/sinon":"7.0.6","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"4.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.4","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.2","tslint":"5.9.1","typescript":"3.3.3","webpack":"4.29.5","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.6-canary.455d7db","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b54a83c902616ca8e5e02f2b6afb313555f87fa1","size":1614682,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.6-canary.455d7db.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.6-canary.455d7db_1552071347528_0.6223851244485783"},"_hasShrinkwrap":false,"publish_time":1552071347681,"_cnpm_publish_time":1552071347681,"contributors":[]},"1.0.6-canary.00bc086":{"name":"@firebase/firestore","version":"1.0.6-canary.00bc086","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-canary.00bc086","@firebase/logger":"0.1.8-canary.00bc086","@firebase/webchannel-wrapper":"0.2.14-canary.00bc086","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.11-canary.00bc086","@firebase/app-types":"0.3.5-canary.00bc086"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"3.0.32","@types/mocha":"5.2.6","@types/sinon":"7.0.6","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"4.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.4","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.2","tslint":"5.9.1","typescript":"3.3.3","webpack":"4.29.5","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.6-canary.00bc086","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7dcccdae2b5ca76dae484f2422c4947c08276900","size":1614684,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.6-canary.00bc086.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.6-canary.00bc086_1552071294074_0.31698237778124794"},"_hasShrinkwrap":false,"publish_time":1552071294273,"_cnpm_publish_time":1552071294273,"contributors":[]},"1.0.6-canary.ff30c27":{"name":"@firebase/firestore","version":"1.0.6-canary.ff30c27","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-canary.ff30c27","@firebase/logger":"0.1.8-canary.ff30c27","@firebase/webchannel-wrapper":"0.2.14-canary.ff30c27","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.11-canary.ff30c27","@firebase/app-types":"0.3.5-canary.ff30c27"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"3.0.32","@types/mocha":"5.2.6","@types/sinon":"7.0.6","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"4.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.4","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.2","tslint":"5.9.1","typescript":"3.3.3","webpack":"4.29.5","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.6-canary.ff30c27","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e9e65d89a50ea75fef2def716903868d805902b8","size":1614683,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.6-canary.ff30c27.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.6-canary.ff30c27_1552014939984_0.2683502342430244"},"_hasShrinkwrap":false,"publish_time":1552014940223,"_cnpm_publish_time":1552014940223,"contributors":[]},"1.0.6-canary.e2bbfd0":{"name":"@firebase/firestore","version":"1.0.6-canary.e2bbfd0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-canary.e2bbfd0","@firebase/logger":"0.1.8-canary.e2bbfd0","@firebase/webchannel-wrapper":"0.2.14-canary.e2bbfd0","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.11-canary.e2bbfd0","@firebase/app-types":"0.3.5-canary.e2bbfd0"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"3.0.32","@types/mocha":"5.2.6","@types/sinon":"7.0.6","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"4.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.4","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.2","tslint":"5.9.1","typescript":"3.3.3","webpack":"4.29.5","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.6-canary.e2bbfd0","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"67213c7d575986bc962a01cf1521ad20672d8d39","size":687508,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.6-canary.e2bbfd0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.6-canary.e2bbfd0_1552014805843_0.09205602195307949"},"_hasShrinkwrap":false,"publish_time":1552014806049,"_cnpm_publish_time":1552014806049,"contributors":[]},"1.0.6-canary.278678c":{"name":"@firebase/firestore","version":"1.0.6-canary.278678c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-canary.278678c","@firebase/logger":"0.1.8-canary.278678c","@firebase/webchannel-wrapper":"0.2.14-canary.278678c","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.11-canary.278678c","@firebase/app-types":"0.3.5-canary.278678c"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"3.0.32","@types/mocha":"5.2.6","@types/sinon":"7.0.6","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"4.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.4","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.2","tslint":"5.9.1","typescript":"3.3.3","webpack":"4.29.5","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.6-canary.278678c","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d68e2dbc2cf503af54ba848b7925474ec93bbcb8","size":687509,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.6-canary.278678c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.6-canary.278678c_1552002178150_0.40315849806393045"},"_hasShrinkwrap":false,"publish_time":1552002178412,"_cnpm_publish_time":1552002178412,"contributors":[]},"1.0.6":{"name":"@firebase/firestore","version":"1.0.6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3","@firebase/logger":"0.1.8","@firebase/webchannel-wrapper":"0.2.14","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"3.0.32","@types/mocha":"5.2.6","@types/sinon":"7.0.6","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"4.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.4","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.2","tslint":"5.9.1","typescript":"3.3.3","webpack":"4.29.5","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@1.0.6","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"ad8736a2a1c122b062bfe8715971aad3f3bbd962","size":678169,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.6_1551995415913_0.2565134433690712"},"_hasShrinkwrap":false,"publish_time":1551995416112,"_cnpm_publish_time":1551995416112,"contributors":[]},"1.0.5-canary.d6bd056":{"name":"@firebase/firestore","version":"1.0.5-canary.d6bd056","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-canary.d6bd056","@firebase/logger":"0.1.7-canary.d6bd056","@firebase/webchannel-wrapper":"0.2.14-canary.d6bd056","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.10-canary.d6bd056","@firebase/app-types":"0.3.5-canary.d6bd056"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"3.0.32","@types/mocha":"5.2.6","@types/sinon":"7.0.6","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"4.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.4","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.2","tslint":"5.9.1","typescript":"3.3.3","webpack":"4.29.5","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.5-canary.d6bd056","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3727fa04ae52a27755d21d116098315ea0fc2d7f","size":687504,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.5-canary.d6bd056.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.5-canary.d6bd056_1551990265693_0.13430163742708112"},"_hasShrinkwrap":false,"publish_time":1551990265869,"_cnpm_publish_time":1551990265869,"contributors":[]},"1.0.5-canary.3b520a2":{"name":"@firebase/firestore","version":"1.0.5-canary.3b520a2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-canary.3b520a2","@firebase/logger":"0.1.7-canary.3b520a2","@firebase/webchannel-wrapper":"0.2.14-canary.3b520a2","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.10-canary.3b520a2","@firebase/app-types":"0.3.5-canary.3b520a2"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"3.0.32","@types/mocha":"5.2.6","@types/sinon":"7.0.6","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"4.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.4","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.2","tslint":"5.9.1","typescript":"3.3.3","webpack":"4.29.5","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.5-canary.3b520a2","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c1059c3ae87c9b1d5c4abe69f5ffc4b5fcb56c3a","size":687510,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.5-canary.3b520a2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.5-canary.3b520a2_1551929424697_0.27531510042127305"},"_hasShrinkwrap":false,"publish_time":1551929425005,"_cnpm_publish_time":1551929425005,"contributors":[]},"1.0.6-0":{"name":"@firebase/firestore","version":"1.0.6-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3","@firebase/logger":"0.1.8-0","@firebase/webchannel-wrapper":"0.2.14","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"3.0.32","@types/mocha":"5.2.6","@types/sinon":"7.0.6","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"4.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.4","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.2","tslint":"5.9.1","typescript":"3.3.3","webpack":"4.29.5","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.6-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"a0b904ac3fdeabe03aa2a99a15139c2c873f2157","size":678174,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.6-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.6-0_1551835776558_0.44647352940625296"},"_hasShrinkwrap":false,"publish_time":1551835776830,"_cnpm_publish_time":1551835776830,"contributors":[]},"1.0.5-canary.400fd78":{"name":"@firebase/firestore","version":"1.0.5-canary.400fd78","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-canary.400fd78","@firebase/logger":"0.1.7-canary.400fd78","@firebase/webchannel-wrapper":"0.2.14-canary.400fd78","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.10-canary.400fd78","@firebase/app-types":"0.3.5-canary.400fd78"},"devDependencies":{"@types/chai":"4.1.7","@types/long":"3.0.32","@types/mocha":"5.2.6","@types/sinon":"7.0.6","chai":"4.2.0","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"4.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.6.0","karma-webpack":"3.0.5","long":"3.2.0","mkdirp":"0.5.1","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.4","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.2","tslint":"5.9.1","typescript":"3.3.3","webpack":"4.29.5","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.5-canary.400fd78","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b2c8b5dbda7a0ccd46c0d9f9e5dd559811627fb0","size":678168,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.5-canary.400fd78.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.5-canary.400fd78_1551834395663_0.3070370076077322"},"_hasShrinkwrap":false,"publish_time":1551834395906,"_cnpm_publish_time":1551834395906,"contributors":[]},"1.0.5-canary.86c2e14":{"name":"@firebase/firestore","version":"1.0.5-canary.86c2e14","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-canary.86c2e14","@firebase/logger":"0.1.7-canary.86c2e14","@firebase/webchannel-wrapper":"0.2.14-canary.86c2e14","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.10-canary.86c2e14","@firebase/app-types":"0.3.5-canary.86c2e14"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"3.3.3","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.5-canary.86c2e14","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"357834aa35cb3bee44fd1a10c73901c5b4773e28","size":677553,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.5-canary.86c2e14.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.5-canary.86c2e14_1551489505159_0.09090721311261096"},"_hasShrinkwrap":false,"publish_time":1551489505327,"_cnpm_publish_time":1551489505327,"contributors":[]},"1.0.5":{"name":"@firebase/firestore","version":"1.0.5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3","@firebase/logger":"0.1.7","@firebase/webchannel-wrapper":"0.2.14","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"3.3.3","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@1.0.5","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"c4dbf45c585468a869e2a46b54633c3c74773153","size":677543,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.5_1551485228844_0.27960220151010806"},"_hasShrinkwrap":false,"publish_time":1551485229442,"_cnpm_publish_time":1551485229442,"contributors":[]},"1.0.4-canary.b56d678":{"name":"@firebase/firestore","version":"1.0.4-canary.b56d678","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2-canary.b56d678","@firebase/logger":"0.1.6-canary.b56d678","@firebase/webchannel-wrapper":"0.2.13-canary.b56d678","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.9-canary.b56d678","@firebase/app-types":"0.3.4-canary.b56d678"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"3.3.3","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.4-canary.b56d678","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8b61bb0e1a7360f5c434f73c905080c5cd75651b","size":677552,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.4-canary.b56d678.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.4-canary.b56d678_1551448166845_0.8686779778918874"},"_hasShrinkwrap":false,"publish_time":1551448167163,"_cnpm_publish_time":1551448167163,"contributors":[]},"1.0.4-canary.af84001":{"name":"@firebase/firestore","version":"1.0.4-canary.af84001","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2-canary.af84001","@firebase/logger":"0.1.6-canary.af84001","@firebase/webchannel-wrapper":"0.2.13-canary.af84001","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.9-canary.af84001","@firebase/app-types":"0.3.4-canary.af84001"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"3.3.3","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.4-canary.af84001","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"09b51cec3f62613d31abf19b973ab8ac46886966","size":677552,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.4-canary.af84001.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.4-canary.af84001_1551293632316_0.8471667206730027"},"_hasShrinkwrap":false,"publish_time":1551293632469,"_cnpm_publish_time":1551293632469,"contributors":[]},"1.0.5-3":{"name":"@firebase/firestore","version":"1.0.5-3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-3","@firebase/logger":"0.1.7-3","@firebase/webchannel-wrapper":"0.2.14-3","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"3.3.3","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.5-3","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"2ba03149c2db104322b5bcf695e8c123f7cccd4b","size":677548,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.5-3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.5-3_1551290538798_0.9003812404189273"},"_hasShrinkwrap":false,"publish_time":1551290539176,"_cnpm_publish_time":1551290539176,"contributors":[]},"1.0.4-canary.6e1860b":{"name":"@firebase/firestore","version":"1.0.4-canary.6e1860b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2-canary.6e1860b","@firebase/logger":"0.1.6-canary.6e1860b","@firebase/webchannel-wrapper":"0.2.13-canary.6e1860b","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.9-canary.6e1860b","@firebase/app-types":"0.3.4-canary.6e1860b"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"3.3.3","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.4-canary.6e1860b","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"29fff43988c6a58f6ba27d1f6f98cfc0c80f18be","size":677551,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.4-canary.6e1860b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.4-canary.6e1860b_1551286114352_0.5361472542750012"},"_hasShrinkwrap":false,"publish_time":1551286114631,"_cnpm_publish_time":1551286114631,"contributors":[]},"1.0.4-canary.43ff063":{"name":"@firebase/firestore","version":"1.0.4-canary.43ff063","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2-canary.43ff063","@firebase/logger":"0.1.6-canary.43ff063","@firebase/webchannel-wrapper":"0.2.13-canary.43ff063","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.9-canary.43ff063","@firebase/app-types":"0.3.4-canary.43ff063"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"3.3.3","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.4-canary.43ff063","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b26d823c54de22f55ed4b4d23fbc56a306f5741f","size":677551,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.4-canary.43ff063.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.4-canary.43ff063_1551283704025_0.7826851747724335"},"_hasShrinkwrap":false,"publish_time":1551283704184,"_cnpm_publish_time":1551283704184,"contributors":[]},"1.0.4-canary.afba06d":{"name":"@firebase/firestore","version":"1.0.4-canary.afba06d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2-canary.afba06d","@firebase/logger":"0.1.6-canary.afba06d","@firebase/webchannel-wrapper":"0.2.13-canary.afba06d","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.9-canary.afba06d","@firebase/app-types":"0.3.4-canary.afba06d"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"3.3.3","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.4-canary.afba06d","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f33ec11619ffae57b1b6bfac95efa372e6d41d84","size":677551,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.4-canary.afba06d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.4-canary.afba06d_1551264390602_0.1764339779089481"},"_hasShrinkwrap":false,"publish_time":1551264390825,"_cnpm_publish_time":1551264390825,"contributors":[]},"1.0.5-2":{"name":"@firebase/firestore","version":"1.0.5-2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-2","@firebase/logger":"0.1.7-2","@firebase/webchannel-wrapper":"0.2.14-2","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"3.3.3","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.5-2","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"39e2f29a828e9e2f0d188d4e980b125cbdb92c0d","size":677547,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.5-2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.5-2_1551246601712_0.001664860560659287"},"_hasShrinkwrap":false,"publish_time":1551246601963,"_cnpm_publish_time":1551246601963,"contributors":[]},"1.0.5-1":{"name":"@firebase/firestore","version":"1.0.5-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-1","@firebase/logger":"0.1.7-1","@firebase/webchannel-wrapper":"0.2.14-1","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"3.3.3","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.5-1","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"8330502eb11f15f36ba01676fe6235a877da7bae","size":677547,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.5-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.5-1_1551224034293_0.1650057695101479"},"_hasShrinkwrap":false,"publish_time":1551224034675,"_cnpm_publish_time":1551224034675,"contributors":[]},"1.0.5-0":{"name":"@firebase/firestore","version":"1.0.5-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.3-0","@firebase/logger":"0.1.7-0","@firebase/webchannel-wrapper":"0.2.14-0","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"3.3.3","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.5-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"45f07a1009cace0d6a518c495e511295dbaa48f5","size":677547,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.5-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.5-0_1551222152003_0.7735970891494339"},"_hasShrinkwrap":false,"publish_time":1551222152199,"_cnpm_publish_time":1551222152199,"contributors":[]},"1.0.4-canary.d0bf379":{"name":"@firebase/firestore","version":"1.0.4-canary.d0bf379","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2-canary.d0bf379","@firebase/logger":"0.1.6-canary.d0bf379","@firebase/webchannel-wrapper":"0.2.13-canary.d0bf379","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.9-canary.d0bf379","@firebase/app-types":"0.3.4-canary.d0bf379"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"1.2.3","rollup-plugin-copy-assets":"1.1.0","rollup-plugin-node-resolve":"4.0.1","rollup-plugin-replace":"2.1.0","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"3.3.3","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.4-canary.d0bf379","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"68092cf544e759d0ac4d4a0c54cdbe59f1738d59","size":677551,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.4-canary.d0bf379.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.4-canary.d0bf379_1551211558792_0.4397594455582652"},"_hasShrinkwrap":false,"publish_time":1551211559102,"_cnpm_publish_time":1551211559102,"contributors":[]},"1.0.4-canary.883e612":{"name":"@firebase/firestore","version":"1.0.4-canary.883e612","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2-canary.883e612","@firebase/logger":"0.1.6-canary.883e612","@firebase/webchannel-wrapper":"0.2.13-canary.883e612","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.9-canary.883e612","@firebase/app-types":"0.3.4-canary.883e612"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"3.3.3","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.4-canary.883e612","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1096d0b565d461bb4435ec128d0d3b501aa8b9f3","size":678508,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.4-canary.883e612.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.4-canary.883e612_1551134946084_0.7756848552391591"},"_hasShrinkwrap":false,"publish_time":1551134946296,"_cnpm_publish_time":1551134946296,"contributors":[]},"1.0.4-canary.05c9e06":{"name":"@firebase/firestore","version":"1.0.4-canary.05c9e06","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2-canary.05c9e06","@firebase/logger":"0.1.6-canary.05c9e06","@firebase/webchannel-wrapper":"0.2.13-canary.05c9e06","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.9-canary.05c9e06","@firebase/app-types":"0.3.4-canary.05c9e06"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"3.3.3","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.4-canary.05c9e06","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a2b121032d8768348578dd13aa5717c20b2c2f5b","size":678509,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.4-canary.05c9e06.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.4-canary.05c9e06_1551132631248_0.14961334912680813"},"_hasShrinkwrap":false,"publish_time":1551132631435,"_cnpm_publish_time":1551132631435,"contributors":[]},"1.0.4-canary.6b710d8":{"name":"@firebase/firestore","version":"1.0.4-canary.6b710d8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2-canary.6b710d8","@firebase/logger":"0.1.6-canary.6b710d8","@firebase/webchannel-wrapper":"0.2.13-canary.6b710d8","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.9-canary.6b710d8","@firebase/app-types":"0.3.4-canary.6b710d8"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"3.3.3","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.4-canary.6b710d8","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5fb383be3a85425289a71974e352f3a10ce25669","size":678510,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.4-canary.6b710d8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.4-canary.6b710d8_1551122425659_0.6879528410218714"},"_hasShrinkwrap":false,"publish_time":1551122425890,"_cnpm_publish_time":1551122425890,"contributors":[]},"1.0.4-canary.4d82d1e":{"name":"@firebase/firestore","version":"1.0.4-canary.4d82d1e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2-canary.4d82d1e","@firebase/logger":"0.1.6-canary.4d82d1e","@firebase/webchannel-wrapper":"0.2.13-canary.4d82d1e","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.9-canary.4d82d1e","@firebase/app-types":"0.3.4-canary.4d82d1e"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"3.3.3","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.4-canary.4d82d1e","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9593b84f03de1228195de3c15c4b2027ce56a6a8","size":678507,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.4-canary.4d82d1e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.4-canary.4d82d1e_1550879834775_0.29255652245243624"},"_hasShrinkwrap":false,"publish_time":1550879834959,"_cnpm_publish_time":1550879834959,"contributors":[]},"1.0.4-canary.4983420":{"name":"@firebase/firestore","version":"1.0.4-canary.4983420","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2-canary.4983420","@firebase/logger":"0.1.6-canary.4983420","@firebase/webchannel-wrapper":"0.2.13-canary.4983420","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.9-canary.4983420","@firebase/app-types":"0.3.4-canary.4983420"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"3.3.3","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.4-canary.4983420","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0bc0b8f1ca5254e82f6d075c0a42b0e77761acf6","size":678631,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.4-canary.4983420.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.4-canary.4983420_1550879604598_0.7022302640505858"},"_hasShrinkwrap":false,"publish_time":1550879604861,"_cnpm_publish_time":1550879604861,"contributors":[]},"1.0.4-canary.6a0154a":{"name":"@firebase/firestore","version":"1.0.4-canary.6a0154a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2-canary.6a0154a","@firebase/logger":"0.1.6-canary.6a0154a","@firebase/webchannel-wrapper":"0.2.13-canary.6a0154a","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.9-canary.6a0154a","@firebase/app-types":"0.3.4-canary.6a0154a"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"3.3.3","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.4-canary.6a0154a","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cf55eaf85cd04510d65c41cc17f9f5436e0e5979","size":678631,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.4-canary.6a0154a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.4-canary.6a0154a_1550879423270_0.4625518149051491"},"_hasShrinkwrap":false,"publish_time":1550879423473,"_cnpm_publish_time":1550879423473,"contributors":[]},"1.0.4-canary.5adf457":{"name":"@firebase/firestore","version":"1.0.4-canary.5adf457","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/firestore-test-runner.ts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2-canary.5adf457","@firebase/logger":"0.1.6-canary.5adf457","@firebase/webchannel-wrapper":"0.2.13-canary.5adf457","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.9-canary.5adf457","@firebase/app-types":"0.3.4-canary.5adf457"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"3.3.3","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.4-canary.5adf457","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b6c4578ae213573b15701119cd74d6c1e6ab1126","size":678774,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.4-canary.5adf457.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.4-canary.5adf457_1550872880302_0.1642218972134868"},"_hasShrinkwrap":false,"publish_time":1550872880532,"_cnpm_publish_time":1550872880532,"contributors":[]},"1.0.4-canary.548e4a7":{"name":"@firebase/firestore","version":"1.0.4-canary.548e4a7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2-canary.548e4a7","@firebase/logger":"0.1.6-canary.548e4a7","@firebase/webchannel-wrapper":"0.2.13-canary.548e4a7","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.9-canary.548e4a7","@firebase/app-types":"0.3.4-canary.548e4a7"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"3.3.3","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.4-canary.548e4a7","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"adcb4a6fe3a31929bb3d2fefcff505760f423418","size":678747,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.4-canary.548e4a7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.4-canary.548e4a7_1550863588502_0.5122973477348978"},"_hasShrinkwrap":false,"publish_time":1550863588640,"_cnpm_publish_time":1550863588640,"contributors":[]},"1.0.3-canary.e3d491a":{"name":"@firebase/firestore","version":"1.0.3-canary.e3d491a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2-canary.e3d491a","@firebase/logger":"0.1.6-canary.e3d491a","@firebase/webchannel-wrapper":"0.2.13-canary.e3d491a","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.9-canary.e3d491a","@firebase/app-types":"0.3.4-canary.e3d491a"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"3.3.3","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.3-canary.e3d491a","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3cc0612616e569ebe0733c50f697d838d443dc14","size":678747,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.3-canary.e3d491a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.3-canary.e3d491a_1550792522752_0.5197911474352532"},"_hasShrinkwrap":false,"publish_time":1550792522952,"_cnpm_publish_time":1550792522952,"contributors":[]},"1.0.4":{"name":"@firebase/firestore","version":"1.0.4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2","@firebase/logger":"0.1.6","@firebase/webchannel-wrapper":"0.2.13","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@1.0.4","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"22ac1640792f17a36ce545c06230e67d4f9e9a6a","size":678412,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.4_1550788831278_0.25974661441485014"},"_hasShrinkwrap":false,"publish_time":1550788831451,"_cnpm_publish_time":1550788831451,"contributors":[]},"1.0.3-canary.a18b290":{"name":"@firebase/firestore","version":"1.0.3-canary.a18b290","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2-canary.a18b290","@firebase/logger":"0.1.6-canary.a18b290","@firebase/webchannel-wrapper":"0.2.13-canary.a18b290","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.9-canary.a18b290","@firebase/app-types":"0.3.4-canary.a18b290"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.3-canary.a18b290","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5ff9d3604469f16b481a28b6cdcd0ef6803d9890","size":678423,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.3-canary.a18b290.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.3-canary.a18b290_1550688615078_0.6660370818175576"},"_hasShrinkwrap":false,"publish_time":1550688615330,"_cnpm_publish_time":1550688615330,"contributors":[]},"1.0.4-0":{"name":"@firebase/firestore","version":"1.0.4-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2","@firebase/logger":"0.1.6","@firebase/webchannel-wrapper":"0.2.13","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.4-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"a0478830a73452f0956de8760c0edd524ae53a0a","size":678413,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.4-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.4-0_1550623468753_0.7323336814801928"},"_hasShrinkwrap":false,"publish_time":1550623468971,"_cnpm_publish_time":1550623468971,"contributors":[]},"1.0.3-canary.03a87c2":{"name":"@firebase/firestore","version":"1.0.3-canary.03a87c2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2-canary.03a87c2","@firebase/logger":"0.1.6-canary.03a87c2","@firebase/webchannel-wrapper":"0.2.13-canary.03a87c2","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.9-canary.03a87c2","@firebase/app-types":"0.3.4-canary.03a87c2"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.3-canary.03a87c2","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f699e3875079c4006af4a40999c74b847f51f8c4","size":678423,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.3-canary.03a87c2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.3-canary.03a87c2_1550606784258_0.20934272442180357"},"_hasShrinkwrap":false,"publish_time":1550606784535,"_cnpm_publish_time":1550606784535,"contributors":[]},"1.0.3-canary.0c8d080":{"name":"@firebase/firestore","version":"1.0.3-canary.0c8d080","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2-canary.0c8d080","@firebase/logger":"0.1.6-canary.0c8d080","@firebase/webchannel-wrapper":"0.2.13-canary.0c8d080","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.9-canary.0c8d080","@firebase/app-types":"0.3.4-canary.0c8d080"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.3-canary.0c8d080","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0431fea5ecd676d757183290ab5eaa80a9d3ecba","size":678423,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.3-canary.0c8d080.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.3-canary.0c8d080_1550278917107_0.8652452004794153"},"_hasShrinkwrap":false,"publish_time":1550278917364,"_cnpm_publish_time":1550278917364,"contributors":[]},"1.0.3-canary.6d6c843":{"name":"@firebase/firestore","version":"1.0.3-canary.6d6c843","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2-canary.6d6c843","@firebase/logger":"0.1.6-canary.6d6c843","@firebase/webchannel-wrapper":"0.2.13-canary.6d6c843","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.9-canary.6d6c843","@firebase/app-types":"0.3.4-canary.6d6c843"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.3-canary.6d6c843","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"67f3f4b7d6b736252b7d8d93f69f55fc713d6698","size":678426,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.3-canary.6d6c843.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.3-canary.6d6c843_1550275889148_0.5582056841356304"},"_hasShrinkwrap":false,"publish_time":1550275889305,"_cnpm_publish_time":1550275889305,"contributors":[]},"1.0.3":{"name":"@firebase/firestore","version":"1.0.3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2","@firebase/logger":"0.1.6","@firebase/webchannel-wrapper":"0.2.13","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@1.0.3","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"4d1e30d87b9238027e3902e39f6b5ce3eb1be2d1","size":677914,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.3_1550182901118_0.007676109726743929"},"_hasShrinkwrap":false,"publish_time":1550182901256,"_cnpm_publish_time":1550182901256,"contributors":[]},"1.0.2-canary.2d966e3":{"name":"@firebase/firestore","version":"1.0.2-canary.2d966e3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.1-canary.2d966e3","@firebase/logger":"0.1.5-canary.2d966e3","@firebase/webchannel-wrapper":"0.2.12-canary.2d966e3","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.8-canary.2d966e3","@firebase/app-types":"0.3.3-canary.2d966e3"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.2-canary.2d966e3","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"df54131ce44eb0b02f620a822b0caabf5ba88e94","size":678423,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.2-canary.2d966e3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.2-canary.2d966e3_1550086437843_0.01452977293546498"},"_hasShrinkwrap":false,"publish_time":1550086438073,"_cnpm_publish_time":1550086438073,"contributors":[]},"1.0.3-0":{"name":"@firebase/firestore","version":"1.0.3-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.2-0","@firebase/logger":"0.1.6-0","@firebase/webchannel-wrapper":"0.2.13-0","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.3-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"88f25c6ccd52602508c68946c363a4fad83ae512","size":677915,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.3-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.3-0_1550015618807_0.15145019274208948"},"_hasShrinkwrap":false,"publish_time":1550015619025,"_cnpm_publish_time":1550015619025,"contributors":[]},"1.0.2-canary.e16a172":{"name":"@firebase/firestore","version":"1.0.2-canary.e16a172","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","build:console":"node tools/console.build.js","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.1-canary.e16a172","@firebase/logger":"0.1.5-canary.e16a172","@firebase/webchannel-wrapper":"0.2.12-canary.e16a172","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.8-canary.e16a172","@firebase/app-types":"0.3.3-canary.e16a172"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.2-canary.e16a172","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8cb04037b65ab8629e1745f0d892738a0d978048","size":677931,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.2-canary.e16a172.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.2-canary.e16a172_1550012117030_0.31819541192536005"},"_hasShrinkwrap":false,"publish_time":1550012117280,"_cnpm_publish_time":1550012117280,"contributors":[]},"1.0.2-canary.0b7b93b":{"name":"@firebase/firestore","version":"1.0.2-canary.0b7b93b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.1-canary.0b7b93b","@firebase/logger":"0.1.5-canary.0b7b93b","@firebase/webchannel-wrapper":"0.2.12-canary.0b7b93b","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.8-canary.0b7b93b","@firebase/app-types":"0.3.3-canary.0b7b93b"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.2-canary.0b7b93b","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bccbea1ca6d8e06e4445b196c4f0540790db98c8","size":676879,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.2-canary.0b7b93b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.2-canary.0b7b93b_1550011642837_0.2759278437880617"},"_hasShrinkwrap":false,"publish_time":1550011643124,"_cnpm_publish_time":1550011643124,"contributors":[]},"1.0.2-canary.10bf7c1":{"name":"@firebase/firestore","version":"1.0.2-canary.10bf7c1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.1-canary.10bf7c1","@firebase/logger":"0.1.5-canary.10bf7c1","@firebase/webchannel-wrapper":"0.2.12-canary.10bf7c1","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.8-canary.10bf7c1","@firebase/app-types":"0.3.3-canary.10bf7c1"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.2-canary.10bf7c1","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b04e848a5f62645c0b2c417e6b5a426e679b69b5","size":676520,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.2-canary.10bf7c1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.2-canary.10bf7c1_1549908981027_0.8615830559861006"},"_hasShrinkwrap":false,"publish_time":1549908981233,"_cnpm_publish_time":1549908981233,"contributors":[]},"1.0.2-canary.92ad91e":{"name":"@firebase/firestore","version":"1.0.2-canary.92ad91e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.1-canary.92ad91e","@firebase/logger":"0.1.5-canary.92ad91e","@firebase/webchannel-wrapper":"0.2.12-canary.92ad91e","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.8-canary.92ad91e","@firebase/app-types":"0.3.3-canary.92ad91e"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.2-canary.92ad91e","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7f83de5499b309286d19138541882044b2a08c12","size":676520,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.2-canary.92ad91e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.2-canary.92ad91e_1549572406415_0.46774618813635427"},"_hasShrinkwrap":false,"publish_time":1549572406579,"_cnpm_publish_time":1549572406579,"contributors":[]},"1.0.1-canary.6b53e00":{"name":"@firebase/firestore","version":"1.0.1-canary.6b53e00","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.1-canary.6b53e00","@firebase/logger":"0.1.5-canary.6b53e00","@firebase/webchannel-wrapper":"0.2.12-canary.6b53e00","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.8-canary.6b53e00","@firebase/app-types":"0.3.3-canary.6b53e00"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.1-canary.6b53e00","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2b1f88ca87443373a5113252279a1f2b78a05365","size":676517,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.1-canary.6b53e00.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.1-canary.6b53e00_1549068933482_0.2940786713414545"},"_hasShrinkwrap":false,"publish_time":1549068933621,"_cnpm_publish_time":1549068933621,"contributors":[]},"1.0.1-canary.74d72ce":{"name":"@firebase/firestore","version":"1.0.1-canary.74d72ce","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.1-canary.74d72ce","@firebase/logger":"0.1.5-canary.74d72ce","@firebase/webchannel-wrapper":"0.2.12-canary.74d72ce","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.8-canary.74d72ce","@firebase/app-types":"0.3.3-canary.74d72ce"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.1-canary.74d72ce","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e6c48907584ca21b13681ed13df5ab9504e15588","size":676261,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.1-canary.74d72ce.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.1-canary.74d72ce_1549042219088_0.9461640355291692"},"_hasShrinkwrap":false,"publish_time":1549042219217,"_cnpm_publish_time":1549042219217,"contributors":[]},"1.0.1-canary.d0f981e":{"name":"@firebase/firestore","version":"1.0.1-canary.d0f981e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.1-canary.d0f981e","@firebase/logger":"0.1.5-canary.d0f981e","@firebase/webchannel-wrapper":"0.2.12-canary.d0f981e","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.8-canary.d0f981e","@firebase/app-types":"0.3.3-canary.d0f981e"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.1-canary.d0f981e","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6b672709dcbd78bc440590dfa6213853298c5a48","size":676261,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.1-canary.d0f981e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.1-canary.d0f981e_1548983368944_0.32740101553806267"},"_hasShrinkwrap":false,"publish_time":1548983369092,"_cnpm_publish_time":1548983369092,"contributors":[]},"1.0.2":{"name":"@firebase/firestore","version":"1.0.2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.1","@firebase/logger":"0.1.5","@firebase/webchannel-wrapper":"0.2.12","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@1.0.2","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"340228602d17e81ad8a4c763bebe544d822999b2","size":676246,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.2_1548982097745_0.7166902412108038"},"_hasShrinkwrap":false,"publish_time":1548982097938,"_cnpm_publish_time":1548982097938,"contributors":[]},"1.0.2-0":{"name":"@firebase/firestore","version":"1.0.2-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.1","@firebase/logger":"0.1.5","@firebase/webchannel-wrapper":"0.2.12","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.2-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"b85fd1f1c634aabd911e5b7076319becfe2cdc5f","size":676248,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.2-0_1548908917210_0.9338989304777998"},"_hasShrinkwrap":false,"publish_time":1548908918457,"_cnpm_publish_time":1548908918457,"contributors":[]},"1.0.0-canary.a28fec2":{"name":"@firebase/firestore","version":"1.0.0-canary.a28fec2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.0-canary.a28fec2","@firebase/logger":"0.1.4-canary.a28fec2","@firebase/webchannel-wrapper":"0.2.11-canary.a28fec2","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.7-canary.a28fec2","@firebase/app-types":"0.3.2-canary.a28fec2"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.0-canary.a28fec2","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"423281dd6edd760fe912c3432ea9efcf5e5c57bb","size":676260,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.0-canary.a28fec2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.0-canary.a28fec2_1548737284450_0.5059432721306667"},"_hasShrinkwrap":false,"publish_time":1548737284635,"_cnpm_publish_time":1548737284635,"contributors":[]},"1.0.0-canary.ff294e9":{"name":"@firebase/firestore","version":"1.0.0-canary.ff294e9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.0-canary.ff294e9","@firebase/logger":"0.1.4-canary.ff294e9","@firebase/webchannel-wrapper":"0.2.11-canary.ff294e9","grpc":"1.18.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.7-canary.ff294e9","@firebase/app-types":"0.3.2-canary.ff294e9"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.0-canary.ff294e9","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"42e31ebc491003d3d8c902dbe7986b4ae1be1f69","size":676261,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.0-canary.ff294e9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.0-canary.ff294e9_1548457885119_0.9942024854618887"},"_hasShrinkwrap":false,"publish_time":1548457885415,"_cnpm_publish_time":1548457885415,"contributors":[]},"1.0.1":{"name":"@firebase/firestore","version":"1.0.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.1","@firebase/logger":"0.1.5","@firebase/webchannel-wrapper":"0.2.12","grpc":"1.17.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@1.0.1","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"f8f228e2d3c7c1234252a6481bf0c5cf0d4fa804","size":676244,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.1_1548365867346_0.5787806796022108"},"_hasShrinkwrap":false,"publish_time":1548365867575,"_cnpm_publish_time":1548365867575,"contributors":[]},"1.0.1-0":{"name":"@firebase/firestore","version":"1.0.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.1-0","@firebase/logger":"0.1.5-0","@firebase/webchannel-wrapper":"0.2.12-0","grpc":"1.17.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.1-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"c413285a7f1f2658357fe2db138c011e1a317c08","size":676248,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.1-0_1548197224988_0.6422088293097772"},"_hasShrinkwrap":false,"publish_time":1548197225231,"_cnpm_publish_time":1548197225231,"contributors":[]},"1.0.0-canary.fe48712":{"name":"@firebase/firestore","version":"1.0.0-canary.fe48712","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.0-canary.fe48712","@firebase/logger":"0.1.4-canary.fe48712","@firebase/webchannel-wrapper":"0.2.11-canary.fe48712","grpc":"1.17.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.7-canary.fe48712","@firebase/app-types":"0.3.2-canary.fe48712"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.0-canary.fe48712","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7270b32d0589907768e298e701d532da9d3ee474","size":676260,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.0-canary.fe48712.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.0-canary.fe48712_1547909493955_0.2626547010680955"},"_hasShrinkwrap":false,"publish_time":1547909494200,"_cnpm_publish_time":1547909494200,"contributors":[]},"1.0.0-canary.512847e":{"name":"@firebase/firestore","version":"1.0.0-canary.512847e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.0-canary.512847e","@firebase/logger":"0.1.4-canary.512847e","@firebase/webchannel-wrapper":"0.2.11-canary.512847e","grpc":"1.17.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.7-canary.512847e","@firebase/app-types":"0.3.2-canary.512847e"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.0-canary.512847e","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"331c03f67c92878ed26de50242404146f565de4f","size":676215,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.0-canary.512847e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.0-canary.512847e_1547855706081_0.7605291865636374"},"_hasShrinkwrap":false,"publish_time":1547855706249,"_cnpm_publish_time":1547855706249,"contributors":[]},"1.0.0-canary.27a6de2":{"name":"@firebase/firestore","version":"1.0.0-canary.27a6de2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.0-canary.27a6de2","@firebase/logger":"0.1.4-canary.27a6de2","@firebase/webchannel-wrapper":"0.2.11-canary.27a6de2","grpc":"1.17.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.7-canary.27a6de2","@firebase/app-types":"0.3.2-canary.27a6de2"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.0-canary.27a6de2","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"95b39c197fd2c3ec6d17fcdc8d6709b40508eda3","size":676215,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.0-canary.27a6de2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.0-canary.27a6de2_1547841043253_0.11392833064535535"},"_hasShrinkwrap":false,"publish_time":1547841044815,"_cnpm_publish_time":1547841044815,"contributors":[]},"1.0.0":{"name":"@firebase/firestore","version":"1.0.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.0","@firebase/logger":"0.1.4","@firebase/webchannel-wrapper":"0.2.11","grpc":"1.17.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@1.0.0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"c0af68ab3d44e58f0dbd6ce2059d7129a80cfe04","size":676226,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.0_1547772609526_0.3217164619963415"},"_hasShrinkwrap":false,"publish_time":1547772609701,"_cnpm_publish_time":1547772609701,"contributors":[]},"0.9.3-canary.c9414d3":{"name":"@firebase/firestore","version":"0.9.3-canary.c9414d3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.c9414d3","@firebase/logger":"0.1.3-canary.c9414d3","@firebase/webchannel-wrapper":"0.2.11-canary.c9414d3","grpc":"1.17.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.6-canary.c9414d3","@firebase/app-types":"0.3.2-canary.c9414d3"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.3-canary.c9414d3","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6d9858d1e363bb55d70063747fef5eccc74ece09","size":676226,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.3-canary.c9414d3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.3-canary.c9414d3_1547758596208_0.654749672217068"},"_hasShrinkwrap":false,"publish_time":1547758596419,"_cnpm_publish_time":1547758596419,"contributors":[]},"0.9.3-canary.45b0591":{"name":"@firebase/firestore","version":"0.9.3-canary.45b0591","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --opts ../../config/mocha.node.opts","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.45b0591","@firebase/logger":"0.1.3-canary.45b0591","@firebase/webchannel-wrapper":"0.2.11-canary.45b0591","grpc":"1.17.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.6-canary.45b0591","@firebase/app-types":"0.3.2-canary.45b0591"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.3-canary.45b0591","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"81301ad23005a7461556a5383cd6f1f7b8cf8bc6","size":676225,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.3-canary.45b0591.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.3-canary.45b0591_1547677446641_0.07672880273988647"},"_hasShrinkwrap":false,"publish_time":1547677446785,"_cnpm_publish_time":1547677446785,"contributors":[]},"1.0.0-1":{"name":"@firebase/firestore","version":"1.0.0-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.0-1","@firebase/logger":"0.1.4-1","@firebase/webchannel-wrapper":"0.2.11","grpc":"1.17.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.0-1","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"38a417b1aefb35bd33c520f7885310ef8f30d473","size":676228,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.0-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.0-1_1547606096607_0.5057034274158223"},"_hasShrinkwrap":false,"publish_time":1547606096987,"_cnpm_publish_time":1547606096987,"contributors":[]},"1.0.0-0":{"name":"@firebase/firestore","version":"1.0.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"1.0.0-0","@firebase/logger":"0.1.4-0","@firebase/webchannel-wrapper":"0.2.11","grpc":"1.17.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@1.0.0-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"fc90a45463179c8a8e01b67111f621c935d7929d","size":676228,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-1.0.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_1.0.0-0_1547598867470_0.43178401559898516"},"_hasShrinkwrap":false,"publish_time":1547598867760,"_cnpm_publish_time":1547598867760,"contributors":[]},"0.9.3-canary.238c621":{"name":"@firebase/firestore","version":"0.9.3-canary.238c621","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.238c621","@firebase/logger":"0.1.3-canary.238c621","@firebase/webchannel-wrapper":"0.2.11-canary.238c621","grpc":"1.17.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.6-canary.238c621","@firebase/app-types":"0.3.2-canary.238c621"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.3-canary.238c621","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"75dd499e54a57c4d46e974551fe7d56d3cea638a","size":676251,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.3-canary.238c621.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.3-canary.238c621_1547496407201_0.09546369848667235"},"_hasShrinkwrap":false,"publish_time":1547496407376,"_cnpm_publish_time":1547496407376,"contributors":[]},"0.9.3-canary.4b71b13":{"name":"@firebase/firestore","version":"0.9.3-canary.4b71b13","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.4b71b13","@firebase/logger":"0.1.3-canary.4b71b13","@firebase/webchannel-wrapper":"0.2.11-canary.4b71b13","grpc":"1.17.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.6-canary.4b71b13","@firebase/app-types":"0.3.2-canary.4b71b13"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.3-canary.4b71b13","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cf3f273bc6ee25dde07ea797a2cae659a088c38e","size":676198,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.3-canary.4b71b13.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.3-canary.4b71b13_1547492712191_0.2881125192991898"},"_hasShrinkwrap":false,"publish_time":1547492712446,"_cnpm_publish_time":1547492712446,"contributors":[]},"0.9.3-canary.604acf3":{"name":"@firebase/firestore","version":"0.9.3-canary.604acf3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.604acf3","@firebase/logger":"0.1.3-canary.604acf3","@firebase/webchannel-wrapper":"0.2.11-canary.604acf3","grpc":"1.17.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.6-canary.604acf3","@firebase/app-types":"0.3.2-canary.604acf3"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.3-canary.604acf3","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3f1fee2820826c8932730f0dc288c69e3bc80c73","size":676854,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.3-canary.604acf3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.3-canary.604acf3_1547231632032_0.8331592117687923"},"_hasShrinkwrap":false,"publish_time":1547231632299,"_cnpm_publish_time":1547231632299,"contributors":[]},"0.9.3-canary.aa62e43":{"name":"@firebase/firestore","version":"0.9.3-canary.aa62e43","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.aa62e43","@firebase/logger":"0.1.3-canary.aa62e43","@firebase/webchannel-wrapper":"0.2.11-canary.aa62e43","grpc":"1.17.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.6-canary.aa62e43","@firebase/app-types":"0.3.2-canary.aa62e43"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.3-canary.aa62e43","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2456ea5607d09d208f1ef721d3b9a7d675a97d54","size":676629,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.3-canary.aa62e43.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.3-canary.aa62e43_1547230499569_0.8144389519843511"},"_hasShrinkwrap":false,"publish_time":1547230499789,"_cnpm_publish_time":1547230499789,"contributors":[]},"0.9.3-canary.2e0d0ad":{"name":"@firebase/firestore","version":"0.9.3-canary.2e0d0ad","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.2e0d0ad","@firebase/logger":"0.1.3-canary.2e0d0ad","@firebase/webchannel-wrapper":"0.2.11-canary.2e0d0ad","grpc":"1.17.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.6-canary.2e0d0ad","@firebase/app-types":"0.3.2-canary.2e0d0ad"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.3-canary.2e0d0ad","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"28d5e379098f07aff1ed858417e625f10845888d","size":676355,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.3-canary.2e0d0ad.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.3-canary.2e0d0ad_1547224777104_0.9762486160302657"},"_hasShrinkwrap":false,"publish_time":1547224777282,"_cnpm_publish_time":1547224777282,"contributors":[]},"0.9.3":{"name":"@firebase/firestore","version":"0.9.3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0","@firebase/logger":"0.1.3","@firebase/webchannel-wrapper":"0.2.11","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.9.3","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"08bc444988b36ee253a212187eba4af5e27953ae","size":673661,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.3_1547158496552_0.6016572722471984"},"_hasShrinkwrap":false,"publish_time":1547158496732,"_cnpm_publish_time":1547158496732,"contributors":[]},"0.9.2-canary.a2bc7e3":{"name":"@firebase/firestore","version":"0.9.2-canary.a2bc7e3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.a2bc7e3","@firebase/logger":"0.1.2-canary.a2bc7e3","@firebase/webchannel-wrapper":"0.2.11-canary.a2bc7e3","grpc":"1.17.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.a2bc7e3","@firebase/app-types":"0.3.2-canary.a2bc7e3"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.2-canary.a2bc7e3","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b4a96d0a76cb56f870d9e9086821811d2b2baa45","size":674984,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.2-canary.a2bc7e3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.2-canary.a2bc7e3_1547088586443_0.8826831307170058"},"_hasShrinkwrap":false,"publish_time":1547088586651,"_cnpm_publish_time":1547088586651,"contributors":[]},"0.9.2-canary.791b2b3":{"name":"@firebase/firestore","version":"0.9.2-canary.791b2b3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.791b2b3","@firebase/logger":"0.1.2-canary.791b2b3","@firebase/webchannel-wrapper":"0.2.11-canary.791b2b3","grpc":"1.17.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.791b2b3","@firebase/app-types":"0.3.2-canary.791b2b3"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.2-canary.791b2b3","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4ec0b49437d1e6da87bd5b87a99a42638bd33fb5","size":675018,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.2-canary.791b2b3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.2-canary.791b2b3_1547082738080_0.20916414931809357"},"_hasShrinkwrap":false,"publish_time":1547082738334,"_cnpm_publish_time":1547082738334,"contributors":[]},"0.9.2-canary.65d584c":{"name":"@firebase/firestore","version":"0.9.2-canary.65d584c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.65d584c","@firebase/logger":"0.1.2-canary.65d584c","@firebase/webchannel-wrapper":"0.2.11-canary.65d584c","grpc":"1.17.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.65d584c","@firebase/app-types":"0.3.2-canary.65d584c"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.2-canary.65d584c","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"df926512d276b5d9441ce2952c2ac53a9bced193","size":675016,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.2-canary.65d584c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.2-canary.65d584c_1547082323883_0.7746442131751674"},"_hasShrinkwrap":false,"publish_time":1547082324062,"_cnpm_publish_time":1547082324062,"contributors":[]},"0.9.2-canary.d96a806":{"name":"@firebase/firestore","version":"0.9.2-canary.d96a806","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.d96a806","@firebase/logger":"0.1.2-canary.d96a806","@firebase/webchannel-wrapper":"0.2.11-canary.d96a806","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.d96a806","@firebase/app-types":"0.3.2-canary.d96a806"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.2-canary.d96a806","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"812f107979c8dae3f2c2041ce5664452d5b6e21c","size":675019,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.2-canary.d96a806.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.2-canary.d96a806_1547066434751_0.70073513062172"},"_hasShrinkwrap":false,"publish_time":1547066434948,"_cnpm_publish_time":1547066434948,"contributors":[]},"0.9.2-canary.78b9978":{"name":"@firebase/firestore","version":"0.9.2-canary.78b9978","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.78b9978","@firebase/logger":"0.1.2-canary.78b9978","@firebase/webchannel-wrapper":"0.2.11-canary.78b9978","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.78b9978","@firebase/app-types":"0.3.2-canary.78b9978"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.2-canary.78b9978","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5a0a7cab1ab6928b3f4a04a3ed83ea47ee57413b","size":675020,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.2-canary.78b9978.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.2-canary.78b9978_1547060685076_0.7706969178344256"},"_hasShrinkwrap":false,"publish_time":1547060685298,"_cnpm_publish_time":1547060685298,"contributors":[]},"0.9.2-canary.0b42ff8":{"name":"@firebase/firestore","version":"0.9.2-canary.0b42ff8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.0b42ff8","@firebase/logger":"0.1.2-canary.0b42ff8","@firebase/webchannel-wrapper":"0.2.11-canary.0b42ff8","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.0b42ff8","@firebase/app-types":"0.3.2-canary.0b42ff8"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.2-canary.0b42ff8","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5fccfe318962b523c4643c82fe8aaaec97c5f80d","size":675015,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.2-canary.0b42ff8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.2-canary.0b42ff8_1547060200959_0.4382879594884679"},"_hasShrinkwrap":false,"publish_time":1547060201157,"_cnpm_publish_time":1547060201157,"contributors":[]},"0.9.2-canary.9982004":{"name":"@firebase/firestore","version":"0.9.2-canary.9982004","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.9982004","@firebase/logger":"0.1.2-canary.9982004","@firebase/webchannel-wrapper":"0.2.11-canary.9982004","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.9982004","@firebase/app-types":"0.3.2-canary.9982004"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.2-canary.9982004","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2c501027ec7ef7f4d929da5de6436be175e168e6","size":675016,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.2-canary.9982004.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.2-canary.9982004_1546990538163_0.7159876883756466"},"_hasShrinkwrap":false,"publish_time":1546990538531,"_cnpm_publish_time":1546990538531,"contributors":[]},"0.9.3-0":{"name":"@firebase/firestore","version":"0.9.3-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0","@firebase/logger":"0.1.3-0","@firebase/webchannel-wrapper":"0.2.11","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.3-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"c68ba069ca4e9f312497f14cf085c8cca30c04bf","size":673662,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.3-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.3-0_1546986322271_0.37800895861062433"},"_hasShrinkwrap":false,"publish_time":1546986322604,"_cnpm_publish_time":1546986322604,"contributors":[]},"0.9.2-canary.d63df58":{"name":"@firebase/firestore","version":"0.9.2-canary.d63df58","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.d63df58","@firebase/logger":"0.1.2-canary.d63df58","@firebase/webchannel-wrapper":"0.2.11-canary.d63df58","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.d63df58","@firebase/app-types":"0.3.2-canary.d63df58"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.2-canary.d63df58","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"885cb183b8159b11c8f2cbf345ee88b867a82736","size":673680,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.2-canary.d63df58.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.2-canary.d63df58_1546899918411_0.8069732559510401"},"_hasShrinkwrap":false,"publish_time":1546899918593,"_cnpm_publish_time":1546899918593,"contributors":[]},"0.9.2-canary.e899935":{"name":"@firebase/firestore","version":"0.9.2-canary.e899935","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.e899935","@firebase/logger":"0.1.2-canary.e899935","@firebase/webchannel-wrapper":"0.2.11-canary.e899935","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.e899935","@firebase/app-types":"0.3.2-canary.e899935"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.2-canary.e899935","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2a78603666bd358d928cfa4435fb3ac98857e853","size":673681,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.2-canary.e899935.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.2-canary.e899935_1546645509065_0.030977089658264623"},"_hasShrinkwrap":false,"publish_time":1546645509270,"_cnpm_publish_time":1546645509270,"contributors":[]},"0.9.2-canary.802c07c":{"name":"@firebase/firestore","version":"0.9.2-canary.802c07c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.802c07c","@firebase/logger":"0.1.2-canary.802c07c","@firebase/webchannel-wrapper":"0.2.11-canary.802c07c","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.802c07c","@firebase/app-types":"0.3.2-canary.802c07c"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.2-canary.802c07c","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"62868ebc57062cdb784f5240ed55a4e4f3e3e3ae","size":673680,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.2-canary.802c07c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.2-canary.802c07c_1546559968284_0.8642878334685635"},"_hasShrinkwrap":false,"publish_time":1546559968535,"_cnpm_publish_time":1546559968535,"contributors":[]},"0.9.2-canary.f6cfdbf":{"name":"@firebase/firestore","version":"0.9.2-canary.f6cfdbf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.f6cfdbf","@firebase/logger":"0.1.2-canary.f6cfdbf","@firebase/webchannel-wrapper":"0.2.11-canary.f6cfdbf","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.f6cfdbf","@firebase/app-types":"0.3.2-canary.f6cfdbf"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.2-canary.f6cfdbf","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8929b4462fc09e4e6dc680428cc87388b5df96db","size":680741,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.2-canary.f6cfdbf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.2-canary.f6cfdbf_1546478903914_0.9953928796288489"},"_hasShrinkwrap":false,"publish_time":1546478904113,"_cnpm_publish_time":1546478904113,"contributors":[]},"0.9.2-canary.72e109c":{"name":"@firebase/firestore","version":"0.9.2-canary.72e109c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.72e109c","@firebase/logger":"0.1.2-canary.72e109c","@firebase/webchannel-wrapper":"0.2.11-canary.72e109c","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.72e109c","@firebase/app-types":"0.3.2-canary.72e109c"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.2-canary.72e109c","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"123a012f5600e9d3ce56cdf2f2a39d84472bbe07","size":680630,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.2-canary.72e109c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.2-canary.72e109c_1546474961099_0.9528587988180677"},"_hasShrinkwrap":false,"publish_time":1546474961340,"_cnpm_publish_time":1546474961340,"contributors":[]},"0.9.2":{"name":"@firebase/firestore","version":"0.9.2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0","@firebase/logger":"0.1.2","@firebase/webchannel-wrapper":"0.2.11","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.9.2","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"5ed92050dd6630df145b270a5634ee5c7c5bd05f","size":680620,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.2_1545952987456_0.028442916327360734"},"_hasShrinkwrap":false,"publish_time":1545952987722,"_cnpm_publish_time":1545952987722,"contributors":[]},"0.9.2-1":{"name":"@firebase/firestore","version":"0.9.2-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0","@firebase/logger":"0.1.2","@firebase/webchannel-wrapper":"0.2.11","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.2-1","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"6a40ce7fcfc143208a5539f0c3503e9f5a0fc281","size":680621,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.2-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.2-1_1545863706520_0.6203367125579546"},"_hasShrinkwrap":false,"publish_time":1545863706689,"_cnpm_publish_time":1545863706689,"contributors":[]},"0.9.2-0":{"name":"@firebase/firestore","version":"0.9.2-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0","@firebase/logger":"0.1.2","@firebase/webchannel-wrapper":"0.2.11","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.2-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"a9b4c4093fdc223cd307a3b02c6712f6892382cd","size":680622,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.2-0_1545855846092_0.5986719827837781"},"_hasShrinkwrap":false,"publish_time":1545855846340,"_cnpm_publish_time":1545855846340,"contributors":[]},"0.9.1-canary.0bbf708":{"name":"@firebase/firestore","version":"0.9.1-canary.0bbf708","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.0bbf708","@firebase/logger":"0.1.2-canary.0bbf708","@firebase/webchannel-wrapper":"0.2.11-canary.0bbf708","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.0bbf708","@firebase/app-types":"0.3.2-canary.0bbf708"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.1-canary.0bbf708","_npmVersion":"6.4.1","_nodeVersion":"8.14.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"af8bc4672b853de8d39f624f819b9744995562b1","size":680631,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.1-canary.0bbf708.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.1-canary.0bbf708_1545592403887_0.4951286663166796"},"_hasShrinkwrap":false,"publish_time":1545592404080,"_cnpm_publish_time":1545592404080,"contributors":[]},"0.9.1-canary.1888bd7":{"name":"@firebase/firestore","version":"0.9.1-canary.1888bd7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.1888bd7","@firebase/logger":"0.1.2-canary.1888bd7","@firebase/webchannel-wrapper":"0.2.11-canary.1888bd7","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.1888bd7","@firebase/app-types":"0.3.2-canary.1888bd7"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.1-canary.1888bd7","_npmVersion":"6.4.1","_nodeVersion":"8.14.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"30980e9dc9db65317ff035b3ce8b02281c8e1537","size":681365,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.1-canary.1888bd7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.1-canary.1888bd7_1545517733338_0.3444488416443683"},"_hasShrinkwrap":false,"publish_time":1545517733566,"_cnpm_publish_time":1545517733566,"contributors":[]},"0.9.1":{"name":"@firebase/firestore","version":"0.9.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0","@firebase/logger":"0.1.2","@firebase/webchannel-wrapper":"0.2.11","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.9.1","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"ec6bc5feb02aad195a9a6a4b6a12dbc92d4c2dfb","size":675095,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.1_1545342532791_0.6113391597266582"},"_hasShrinkwrap":false,"publish_time":1545342532996,"_cnpm_publish_time":1545342532996,"contributors":[]},"0.9.1-0":{"name":"@firebase/firestore","version":"0.9.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0","@firebase/logger":"0.1.2","@firebase/webchannel-wrapper":"0.2.11","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.1-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"b163d9004799dcb0ce340ae7bd528800eec9acd0","size":675097,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.1-0_1545276895217_0.03740039808659179"},"_hasShrinkwrap":false,"publish_time":1545276895385,"_cnpm_publish_time":1545276895385,"contributors":[]},"0.9.0-canary.5509eaf":{"name":"@firebase/firestore","version":"0.9.0-canary.5509eaf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.5509eaf","@firebase/logger":"0.1.2-canary.5509eaf","@firebase/webchannel-wrapper":"0.2.11-canary.5509eaf","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.5509eaf","@firebase/app-types":"0.3.2-canary.5509eaf"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.0-canary.5509eaf","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"13edb3ec79a73fc90b0051d807321a78e4e83f8d","size":675096,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.0-canary.5509eaf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.0-canary.5509eaf_1545084370416_0.9783153780949703"},"_hasShrinkwrap":false,"publish_time":1545084370586,"_cnpm_publish_time":1545084370586,"contributors":[]},"0.9.0-canary.6e89ddc":{"name":"@firebase/firestore","version":"0.9.0-canary.6e89ddc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.6e89ddc","@firebase/logger":"0.1.2-canary.6e89ddc","@firebase/webchannel-wrapper":"0.2.11-canary.6e89ddc","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.6e89ddc","@firebase/app-types":"0.3.2-canary.6e89ddc"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.0-canary.6e89ddc","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6131b691b9c44ddbb663946c05d4f53c2994a2e6","size":674104,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.0-canary.6e89ddc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.0-canary.6e89ddc_1544832779437_0.05177195798679679"},"_hasShrinkwrap":false,"publish_time":1544832779637,"_cnpm_publish_time":1544832779637,"contributors":[]},"0.9.0-canary.f970f9c":{"name":"@firebase/firestore","version":"0.9.0-canary.f970f9c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.f970f9c","@firebase/logger":"0.1.2-canary.f970f9c","@firebase/webchannel-wrapper":"0.2.11-canary.f970f9c","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.f970f9c","@firebase/app-types":"0.3.2-canary.f970f9c"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.0-canary.f970f9c","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"093f783583042458a126854da6e254f256f8a38a","size":674104,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.0-canary.f970f9c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.0-canary.f970f9c_1544487183519_0.3987532336899391"},"_hasShrinkwrap":false,"publish_time":1544487183693,"_cnpm_publish_time":1544487183693,"contributors":[]},"0.9.0-canary.35e3cb5":{"name":"@firebase/firestore","version":"0.9.0-canary.35e3cb5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-canary.35e3cb5","@firebase/logger":"0.1.2-canary.35e3cb5","@firebase/webchannel-wrapper":"0.2.11-canary.35e3cb5","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.35e3cb5","@firebase/app-types":"0.3.2-canary.35e3cb5"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.9.0-canary.35e3cb5","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"89b356dd3f3ac4ad03852b9930fb9742e1477c47","size":673721,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.0-canary.35e3cb5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.0-canary.35e3cb5_1544148655722_0.15811039693694373"},"_hasShrinkwrap":false,"publish_time":1544148655950,"_cnpm_publish_time":1544148655950,"contributors":[]},"0.9.0":{"name":"@firebase/firestore","version":"0.9.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0","@firebase/logger":"0.1.2","@firebase/webchannel-wrapper":"0.2.11","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.9.0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"37a6698b1805b07181455df562f7e98192d12546","size":673722,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.9.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.9.0_1544144559101_0.7649993842983016"},"_hasShrinkwrap":false,"publish_time":1544144559291,"_cnpm_publish_time":1544144559291,"contributors":[]},"0.8.9-2":{"name":"@firebase/firestore","version":"0.8.9-2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-1","@firebase/logger":"0.1.2","@firebase/webchannel-wrapper":"0.2.11","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.9-2","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"7cb84dc92664a8ed32929ee7b9a3acb854811e09","size":673727,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.9-2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.9-2_1544057628052_0.35581092375177126"},"_hasShrinkwrap":false,"publish_time":1544057628290,"_cnpm_publish_time":1544057628290,"contributors":[]},"0.8.9-1":{"name":"@firebase/firestore","version":"0.8.9-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.8.0-0","@firebase/logger":"0.1.2","@firebase/webchannel-wrapper":"0.2.11","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.9-1","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"0378a8380ce5b11637625a5d26687ee7dcfb75a1","size":673728,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.9-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.9-1_1544055833797_0.6582531634503497"},"_hasShrinkwrap":false,"publish_time":1544055834002,"_cnpm_publish_time":1544055834002,"contributors":[]},"0.8.8-canary.d93e153":{"name":"@firebase/firestore","version":"0.8.8-canary.d93e153","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.d93e153","@firebase/logger":"0.1.2-canary.d93e153","@firebase/webchannel-wrapper":"0.2.11-canary.d93e153","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.d93e153","@firebase/app-types":"0.3.2-canary.d93e153"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.8-canary.d93e153","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6c56b6e98e76c82a3317944608b29ef716dbc853","size":673726,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.8-canary.d93e153.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.8-canary.d93e153_1543985347200_0.96061252302395"},"_hasShrinkwrap":false,"publish_time":1543985347400,"_cnpm_publish_time":1543985347400,"contributors":[]},"0.8.8-canary.28bb3ad":{"name":"@firebase/firestore","version":"0.8.8-canary.28bb3ad","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.28bb3ad","@firebase/logger":"0.1.2-canary.28bb3ad","@firebase/webchannel-wrapper":"0.2.11-canary.28bb3ad","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.28bb3ad","@firebase/app-types":"0.3.2-canary.28bb3ad"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.8-canary.28bb3ad","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bc17c686d4696d0d53ab085e42d7f7dffa51f2ea","size":673511,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.8-canary.28bb3ad.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.8-canary.28bb3ad_1543970626120_0.7396037794517953"},"_hasShrinkwrap":false,"publish_time":1543970626506,"_cnpm_publish_time":1543970626506,"contributors":[]},"0.8.9-0":{"name":"@firebase/firestore","version":"0.8.9-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0","@firebase/logger":"0.1.2","@firebase/webchannel-wrapper":"0.2.11","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.9-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"9f9f3c53c50559528fb6ac179ff3242d1234c602","size":665519,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.9-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.9-0_1543962150702_0.650897579139982"},"_hasShrinkwrap":false,"publish_time":1543962150881,"_cnpm_publish_time":1543962150881,"contributors":[]},"0.8.8-canary.c313962":{"name":"@firebase/firestore","version":"0.8.8-canary.c313962","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.c313962","@firebase/logger":"0.1.2-canary.c313962","@firebase/webchannel-wrapper":"0.2.11-canary.c313962","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.c313962","@firebase/app-types":"0.3.2-canary.c313962"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.8-canary.c313962","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d89ddc222eaa7cf208c7c10da24dc34ffc4ed4b1","size":665529,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.8-canary.c313962.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.8-canary.c313962_1543951351181_0.6655090596720679"},"_hasShrinkwrap":false,"publish_time":1543951351400,"_cnpm_publish_time":1543951351400,"contributors":[]},"0.8.8-canary.b3a5242":{"name":"@firebase/firestore","version":"0.8.8-canary.b3a5242","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.b3a5242","@firebase/logger":"0.1.2-canary.b3a5242","@firebase/webchannel-wrapper":"0.2.11-canary.b3a5242","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.b3a5242","@firebase/app-types":"0.3.2-canary.b3a5242"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.8-canary.b3a5242","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f79fb77eab5d601c3f7809e2b782c0b13aafdad1","size":665529,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.8-canary.b3a5242.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.8-canary.b3a5242_1543610821937_0.8426175154121966"},"_hasShrinkwrap":false,"publish_time":1543610822128,"_cnpm_publish_time":1543610822128,"contributors":[]},"0.8.8-canary.603cf63":{"name":"@firebase/firestore","version":"0.8.8-canary.603cf63","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.603cf63","@firebase/logger":"0.1.2-canary.603cf63","@firebase/webchannel-wrapper":"0.2.11-canary.603cf63","grpc":"1.16.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.603cf63","@firebase/app-types":"0.3.2-canary.603cf63"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.8-canary.603cf63","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2394d23f086e59ef8282a36615fd98d5ecb67989","size":664653,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.8-canary.603cf63.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.8-canary.603cf63_1543609236441_0.49783307644611763"},"_hasShrinkwrap":false,"publish_time":1543609236597,"_cnpm_publish_time":1543609236597,"contributors":[]},"0.8.8-canary.c3895ac":{"name":"@firebase/firestore","version":"0.8.8-canary.c3895ac","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.c3895ac","@firebase/logger":"0.1.2-canary.c3895ac","@firebase/webchannel-wrapper":"0.2.11-canary.c3895ac","grpc":"1.16.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.c3895ac","@firebase/app-types":"0.3.2-canary.c3895ac"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.8-canary.c3895ac","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1cf5b3597b5ca75d8ae3599aaf369b23b74e30c2","size":664649,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.8-canary.c3895ac.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.8-canary.c3895ac_1543536725133_0.03870660291843864"},"_hasShrinkwrap":false,"publish_time":1543536725322,"_cnpm_publish_time":1543536725322,"contributors":[]},"0.8.8-canary.15ec4ce":{"name":"@firebase/firestore","version":"0.8.8-canary.15ec4ce","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.15ec4ce","@firebase/logger":"0.1.2-canary.15ec4ce","@firebase/webchannel-wrapper":"0.2.11-canary.15ec4ce","grpc":"1.16.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.15ec4ce","@firebase/app-types":"0.3.2-canary.15ec4ce"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.8-canary.15ec4ce","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"26f512b362f1ea5189bcc6cb854609fa8d991824","size":664647,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.8-canary.15ec4ce.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.8-canary.15ec4ce_1543374067498_0.066115316516832"},"_hasShrinkwrap":false,"publish_time":1543374067696,"_cnpm_publish_time":1543374067696,"contributors":[]},"0.8.8-canary.024b074":{"name":"@firebase/firestore","version":"0.8.8-canary.024b074","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.024b074","@firebase/logger":"0.1.2-canary.024b074","@firebase/webchannel-wrapper":"0.2.11-canary.024b074","grpc":"1.16.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.024b074","@firebase/app-types":"0.3.2-canary.024b074"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.8-canary.024b074","_npmVersion":"6.4.1","_nodeVersion":"8.13.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cbad9169b881c0c7d4921689b704df89b6489e59","size":664649,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.8-canary.024b074.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.8-canary.024b074_1543284943294_0.9744850066561577"},"_hasShrinkwrap":false,"publish_time":1543284943495,"_cnpm_publish_time":1543284943495,"contributors":[]},"0.8.8-canary.1baf7d6":{"name":"@firebase/firestore","version":"0.8.8-canary.1baf7d6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.1baf7d6","@firebase/logger":"0.1.2-canary.1baf7d6","@firebase/webchannel-wrapper":"0.2.11-canary.1baf7d6","grpc":"1.16.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.1baf7d6","@firebase/app-types":"0.3.2-canary.1baf7d6"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.8-canary.1baf7d6","_npmVersion":"6.4.1","_nodeVersion":"8.13.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0865a58aacf6fe41cc8a75a4c53086f1d6bd03bf","size":664651,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.8-canary.1baf7d6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.8-canary.1baf7d6_1543258447252_0.6206049663161597"},"_hasShrinkwrap":false,"publish_time":1543258447498,"_cnpm_publish_time":1543258447498,"contributors":[]},"0.8.8-canary.97cc3f8":{"name":"@firebase/firestore","version":"0.8.8-canary.97cc3f8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.97cc3f8","@firebase/logger":"0.1.2-canary.97cc3f8","@firebase/webchannel-wrapper":"0.2.11-canary.97cc3f8","grpc":"1.16.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.5-canary.97cc3f8","@firebase/app-types":"0.3.2-canary.97cc3f8"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.8-canary.97cc3f8","_npmVersion":"6.4.1","_nodeVersion":"8.13.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f021962d6f0cb9275a17258a84210f9cabd86fa2","size":664651,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.8-canary.97cc3f8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.8-canary.97cc3f8_1542760586785_0.22160446892595842"},"_hasShrinkwrap":false,"publish_time":1542760586998,"_cnpm_publish_time":1542760586998,"contributors":[]},"0.8.8":{"name":"@firebase/firestore","version":"0.8.8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0","@firebase/logger":"0.1.2","@firebase/webchannel-wrapper":"0.2.11","grpc":"1.16.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.8.8","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"17d7fccf7afb4b27d4c55e608f03fff55bad163a","size":664634,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.8_1542754354121_0.25344527372826775"},"_hasShrinkwrap":false,"publish_time":1542754354375,"_cnpm_publish_time":1542754354375,"contributors":[]},"0.8.7-canary.249dab2":{"name":"@firebase/firestore","version":"0.8.7-canary.249dab2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.249dab2","@firebase/logger":"0.1.1-canary.249dab2","@firebase/webchannel-wrapper":"0.2.11-canary.249dab2","grpc":"1.16.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.249dab2","@firebase/app-types":"0.3.2-canary.249dab2"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.7-canary.249dab2","_npmVersion":"6.4.1","_nodeVersion":"8.13.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e22ba038d2e23dc5cda35fcdd7762e96e095636e","size":664648,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.7-canary.249dab2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.7-canary.249dab2_1542752921776_0.9129684540781122"},"_hasShrinkwrap":false,"publish_time":1542752921978,"_cnpm_publish_time":1542752921978,"contributors":[]},"0.8.8-0":{"name":"@firebase/firestore","version":"0.8.8-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0","@firebase/logger":"0.1.2-0","@firebase/webchannel-wrapper":"0.2.11","grpc":"1.16.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.8-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"b5b1ce43715fa22d008880a7ce5c24d124047891","size":664636,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.8-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.8-0_1542752704500_0.8529366933600471"},"_hasShrinkwrap":false,"publish_time":1542752705760,"_cnpm_publish_time":1542752705760,"contributors":[]},"0.8.7-canary.b3063e4":{"name":"@firebase/firestore","version":"0.8.7-canary.b3063e4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.b3063e4","@firebase/logger":"0.1.1-canary.b3063e4","@firebase/webchannel-wrapper":"0.2.11-canary.b3063e4","grpc":"1.16.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.b3063e4","@firebase/app-types":"0.3.2-canary.b3063e4"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.7-canary.b3063e4","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e24df3cede1ed09261753d69c47a39574f8f6898","size":664651,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.7-canary.b3063e4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.7-canary.b3063e4_1542687446621_0.4168674428337178"},"_hasShrinkwrap":false,"publish_time":1542687446824,"_cnpm_publish_time":1542687446824,"contributors":[]},"0.8.7-canary.06ee761":{"name":"@firebase/firestore","version":"0.8.7-canary.06ee761","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.06ee761","@firebase/logger":"0.1.1-canary.06ee761","@firebase/webchannel-wrapper":"0.2.11-canary.06ee761","grpc":"1.16.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.06ee761","@firebase/app-types":"0.3.2-canary.06ee761"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.7-canary.06ee761","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8d30cda63403222d77c0c863878e7e2578db1509","size":664492,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.7-canary.06ee761.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.7-canary.06ee761_1542454836024_0.9186959864558839"},"_hasShrinkwrap":false,"publish_time":1542454836227,"_cnpm_publish_time":1542454836227,"contributors":[]},"0.8.7-canary.fcf1f64":{"name":"@firebase/firestore","version":"0.8.7-canary.fcf1f64","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.fcf1f64","@firebase/logger":"0.1.1-canary.fcf1f64","@firebase/webchannel-wrapper":"0.2.11-canary.fcf1f64","grpc":"1.16.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.fcf1f64","@firebase/app-types":"0.3.2-canary.fcf1f64"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.7-canary.fcf1f64","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"767bab122631e9cf1da6d2d574bf2a12d849ff50","size":664493,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.7-canary.fcf1f64.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.7-canary.fcf1f64_1541822459109_0.13666736639467314"},"_hasShrinkwrap":false,"publish_time":1541822459336,"_cnpm_publish_time":1541822459336,"contributors":[]},"0.8.7-canary.ab4f7ab":{"name":"@firebase/firestore","version":"0.8.7-canary.ab4f7ab","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.ab4f7ab","@firebase/logger":"0.1.1-canary.ab4f7ab","@firebase/webchannel-wrapper":"0.2.11-canary.ab4f7ab","grpc":"1.16.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.ab4f7ab","@firebase/app-types":"0.3.2-canary.ab4f7ab"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.7-canary.ab4f7ab","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ce4aae63bd81d7a92aa970b78bbb42bb28f705b6","size":662765,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.7-canary.ab4f7ab.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.7-canary.ab4f7ab_1541804787876_0.27400182530620887"},"_hasShrinkwrap":false,"publish_time":1541804788085,"_cnpm_publish_time":1541804788085,"contributors":[]},"0.8.7-canary.6b3754f":{"name":"@firebase/firestore","version":"0.8.7-canary.6b3754f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.6b3754f","@firebase/logger":"0.1.1-canary.6b3754f","@firebase/webchannel-wrapper":"0.2.11-canary.6b3754f","grpc":"1.16.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.6b3754f","@firebase/app-types":"0.3.2-canary.6b3754f"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.7-canary.6b3754f","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d04db832a0dfa0f51bebe491db0e9d1e23c3c12b","size":662766,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.7-canary.6b3754f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.7-canary.6b3754f_1541724494228_0.8945618637632597"},"_hasShrinkwrap":false,"publish_time":1541724494455,"_cnpm_publish_time":1541724494455,"contributors":[]},"0.8.7":{"name":"@firebase/firestore","version":"0.8.7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.11","grpc":"1.16.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.8.7","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"579b28a9a0863c61adf375cc5df81bb67a1f2a67","size":662082,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.7_1541718238268_0.4858539594342022"},"_hasShrinkwrap":false,"publish_time":1541718238430,"_cnpm_publish_time":1541718238430,"contributors":[]},"0.8.6-canary.54b304a":{"name":"@firebase/firestore","version":"0.8.6-canary.54b304a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.54b304a","@firebase/logger":"0.1.1-canary.54b304a","@firebase/webchannel-wrapper":"0.2.11-canary.54b304a","grpc":"1.16.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.54b304a","@firebase/app-types":"0.3.2-canary.54b304a"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.6-canary.54b304a","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0ef36523175e8df2b1a7ff86ec0639e3eeb22c7f","size":662765,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.6-canary.54b304a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.6-canary.54b304a_1541704211906_0.2032266513577492"},"_hasShrinkwrap":false,"publish_time":1541704212189,"_cnpm_publish_time":1541704212189,"contributors":[]},"0.8.6-canary.b12d2ef":{"name":"@firebase/firestore","version":"0.8.6-canary.b12d2ef","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.b12d2ef","@firebase/logger":"0.1.1-canary.b12d2ef","@firebase/webchannel-wrapper":"0.2.11-canary.b12d2ef","grpc":"1.16.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.b12d2ef","@firebase/app-types":"0.3.2-canary.b12d2ef"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.6-canary.b12d2ef","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ddf5eae401c93f40041d955f027be8deeec697ce","size":662096,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.6-canary.b12d2ef.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.6-canary.b12d2ef_1541645130469_0.2236805612635202"},"_hasShrinkwrap":false,"publish_time":1541645130752,"_cnpm_publish_time":1541645130752,"contributors":[]},"0.8.6-canary.d221abb":{"name":"@firebase/firestore","version":"0.8.6-canary.d221abb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.d221abb","@firebase/logger":"0.1.1-canary.d221abb","@firebase/webchannel-wrapper":"0.2.11-canary.d221abb","grpc":"1.16.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.d221abb","@firebase/app-types":"0.3.2-canary.d221abb"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.6-canary.d221abb","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4a72193b1a7df586977e05f1ea263e5c65751be4","size":662095,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.6-canary.d221abb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.6-canary.d221abb_1541549730795_0.1881493658501041"},"_hasShrinkwrap":false,"publish_time":1541549731036,"_cnpm_publish_time":1541549731036,"contributors":[]},"0.8.7-0":{"name":"@firebase/firestore","version":"0.8.7-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.11","grpc":"1.16.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.7-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"d92ddfb8e5e5e616be1523624c514eb17fe61573","size":662084,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.7-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.7-0_1541548964026_0.8661667263200004"},"_hasShrinkwrap":false,"publish_time":1541548964198,"_cnpm_publish_time":1541548964198,"contributors":[]},"0.8.6-canary.a6aa999":{"name":"@firebase/firestore","version":"0.8.6-canary.a6aa999","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.a6aa999","@firebase/logger":"0.1.1-canary.a6aa999","@firebase/webchannel-wrapper":"0.2.11-canary.a6aa999","grpc":"1.16.0","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.a6aa999","@firebase/app-types":"0.3.2-canary.a6aa999"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.6-canary.a6aa999","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6dee9b6d6f4f3f3d689471fe243227a831b88d63","size":662095,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.6-canary.a6aa999.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.6-canary.a6aa999_1541521987077_0.07488484483877156"},"_hasShrinkwrap":false,"publish_time":1541521987273,"_cnpm_publish_time":1541521987273,"contributors":[]},"0.8.6-canary.9d6917e":{"name":"@firebase/firestore","version":"0.8.6-canary.9d6917e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.9d6917e","@firebase/logger":"0.1.1-canary.9d6917e","@firebase/webchannel-wrapper":"0.2.11-canary.9d6917e","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.9d6917e","@firebase/app-types":"0.3.2-canary.9d6917e"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.6-canary.9d6917e","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b7f0a231c7094b0d8a252cf3c2a03a063e8a0f39","size":662096,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.6-canary.9d6917e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.6-canary.9d6917e_1541462628105_0.660313668291326"},"_hasShrinkwrap":false,"publish_time":1541462628331,"_cnpm_publish_time":1541462628331,"contributors":[]},"0.8.6-canary.f4f0520":{"name":"@firebase/firestore","version":"0.8.6-canary.f4f0520","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.f4f0520","@firebase/logger":"0.1.1-canary.f4f0520","@firebase/webchannel-wrapper":"0.2.11-canary.f4f0520","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.f4f0520","@firebase/app-types":"0.3.2-canary.f4f0520"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.6-canary.f4f0520","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b5c4d7d6cdcb966e8bf2a81383997e1ab2efbe73","size":663829,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.6-canary.f4f0520.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.6-canary.f4f0520_1541455244126_0.9754581798335813"},"_hasShrinkwrap":false,"publish_time":1541455244268,"_cnpm_publish_time":1541455244268,"contributors":[]},"0.8.6-canary.61a93e4":{"name":"@firebase/firestore","version":"0.8.6-canary.61a93e4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.61a93e4","@firebase/logger":"0.1.1-canary.61a93e4","@firebase/webchannel-wrapper":"0.2.11-canary.61a93e4","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.61a93e4","@firebase/app-types":"0.3.2-canary.61a93e4"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.6-canary.61a93e4","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8d81ba8f51cb4b6a65bcec660864ae081a6c810d","size":663830,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.6-canary.61a93e4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.6-canary.61a93e4_1540701229830_0.9607953580867279"},"_hasShrinkwrap":false,"publish_time":1540701229996,"_cnpm_publish_time":1540701229996,"contributors":[]},"0.8.6":{"name":"@firebase/firestore","version":"0.8.6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.11","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.8.6","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"c088f8a6c2625ad53e476dede940237d09c6522a","size":663814,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.6_1540500641176_0.13705736873552254"},"_hasShrinkwrap":false,"publish_time":1540500641413,"_cnpm_publish_time":1540500641413,"contributors":[]},"0.8.6-0":{"name":"@firebase/firestore","version":"0.8.6-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.11","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.6-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"acf2c7325f0f7b2e2b68a17e581896c2439ac467","size":663816,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.6-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.6-0_1540428586267_0.001986056255378399"},"_hasShrinkwrap":false,"publish_time":1540428586608,"_cnpm_publish_time":1540428586608,"contributors":[]},"0.8.5-canary.d8b89bf":{"name":"@firebase/firestore","version":"0.8.5-canary.d8b89bf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.d8b89bf","@firebase/logger":"0.1.1-canary.d8b89bf","@firebase/webchannel-wrapper":"0.2.11-canary.d8b89bf","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.d8b89bf","@firebase/app-types":"0.3.2-canary.d8b89bf"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.5-canary.d8b89bf","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cb956014a4647fbe6467b658a788904137d9bafb","size":663832,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.5-canary.d8b89bf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.5-canary.d8b89bf_1540427162925_0.01940756309891367"},"_hasShrinkwrap":false,"publish_time":1540427163179,"_cnpm_publish_time":1540427163179,"contributors":[]},"0.8.5-canary.29feeae":{"name":"@firebase/firestore","version":"0.8.5-canary.29feeae","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.29feeae","@firebase/logger":"0.1.1-canary.29feeae","@firebase/webchannel-wrapper":"0.2.11-canary.29feeae","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.29feeae","@firebase/app-types":"0.3.2-canary.29feeae"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.5-canary.29feeae","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b22234b1c97b8031e4f5c61b8fd2fb086812cb65","size":663827,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.5-canary.29feeae.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.5-canary.29feeae_1540419751628_0.3646923515963425"},"_hasShrinkwrap":false,"publish_time":1540419751866,"_cnpm_publish_time":1540419751866,"contributors":[]},"0.8.5":{"name":"@firebase/firestore","version":"0.8.5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.11","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.8.5","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"fa11449654a9894237adb23ab8c5ae00f745a142","size":665057,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.5_1539902413597_0.13156561763456542"},"_hasShrinkwrap":false,"publish_time":1539902413844,"_cnpm_publish_time":1539902413844,"contributors":[]},"0.8.4-canary.51c87a2":{"name":"@firebase/firestore","version":"0.8.4-canary.51c87a2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.51c87a2","@firebase/logger":"0.1.1-canary.51c87a2","@firebase/webchannel-wrapper":"0.2.11-canary.51c87a2","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.51c87a2","@firebase/app-types":"0.3.2-canary.51c87a2"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.4-canary.51c87a2","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f68a74a8e5f30ed0f0189c9a2695d0d06ab7990a","size":665067,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.4-canary.51c87a2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.4-canary.51c87a2_1539888657682_0.9094913560453759"},"_hasShrinkwrap":false,"publish_time":1539888657883,"_cnpm_publish_time":1539888657883,"contributors":[]},"0.8.4-canary.5046327":{"name":"@firebase/firestore","version":"0.8.4-canary.5046327","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.5046327","@firebase/logger":"0.1.1-canary.5046327","@firebase/webchannel-wrapper":"0.2.11-canary.5046327","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.5046327","@firebase/app-types":"0.3.2-canary.5046327"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.4-canary.5046327","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c34876e5b4b46fd05c664b3162e9529912b23064","size":665071,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.4-canary.5046327.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.4-canary.5046327_1539822896279_0.20512900328478256"},"_hasShrinkwrap":false,"publish_time":1539822896498,"_cnpm_publish_time":1539822896498,"contributors":[]},"0.8.4-canary.fdff378":{"name":"@firebase/firestore","version":"0.8.4-canary.fdff378","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.fdff378","@firebase/logger":"0.1.1-canary.fdff378","@firebase/webchannel-wrapper":"0.2.11-canary.fdff378","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.fdff378","@firebase/app-types":"0.3.2-canary.fdff378"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.4-canary.fdff378","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"20e8e39dd35237bb09bf282757d0177ea2d37bd0","size":665071,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.4-canary.fdff378.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.4-canary.fdff378_1539822729595_0.548820491986703"},"_hasShrinkwrap":false,"publish_time":1539822729784,"_cnpm_publish_time":1539822729784,"contributors":[]},"0.8.4-canary.6987434":{"name":"@firebase/firestore","version":"0.8.4-canary.6987434","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.6987434","@firebase/logger":"0.1.1-canary.6987434","@firebase/webchannel-wrapper":"0.2.11-canary.6987434","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.6987434","@firebase/app-types":"0.3.2-canary.6987434"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.4-canary.6987434","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6f239f54f1c2c68abdc37144528fec1ae66d47d0","size":665071,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.4-canary.6987434.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.4-canary.6987434_1539819837345_0.8550633598137043"},"_hasShrinkwrap":false,"publish_time":1539819837544,"_cnpm_publish_time":1539819837544,"contributors":[]},"0.8.4-canary.5f70881":{"name":"@firebase/firestore","version":"0.8.4-canary.5f70881","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.5f70881","@firebase/logger":"0.1.1-canary.5f70881","@firebase/webchannel-wrapper":"0.2.11-canary.5f70881","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.5f70881","@firebase/app-types":"0.3.2-canary.5f70881"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.4-canary.5f70881","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8326086c3a07557e72b93fec786d699a40f2cfb8","size":656967,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.4-canary.5f70881.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.4-canary.5f70881_1539734730388_0.5628191172903891"},"_hasShrinkwrap":false,"publish_time":1539734730613,"_cnpm_publish_time":1539734730613,"contributors":[]},"0.8.4-canary.4d2fa6c":{"name":"@firebase/firestore","version":"0.8.4-canary.4d2fa6c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.4d2fa6c","@firebase/logger":"0.1.1-canary.4d2fa6c","@firebase/webchannel-wrapper":"0.2.11-canary.4d2fa6c","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.4d2fa6c","@firebase/app-types":"0.3.2-canary.4d2fa6c"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.4-canary.4d2fa6c","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"697a6f9420ede73ca435f23ad774e3d7dd597f81","size":656966,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.4-canary.4d2fa6c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.4-canary.4d2fa6c_1539619266927_0.07161772061007343"},"_hasShrinkwrap":false,"publish_time":1539619267075,"_cnpm_publish_time":1539619267075,"contributors":[]},"0.8.4":{"name":"@firebase/firestore","version":"0.8.4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.11","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.8.4","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"2cb35180c002b4ab49e822239c3868c16a645d94","size":656958,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.4_1539297569936_0.13202334296428364"},"_hasShrinkwrap":false,"publish_time":1539297570241,"_cnpm_publish_time":1539297570241,"contributors":[]},"0.8.3-canary.5c84f50":{"name":"@firebase/firestore","version":"0.8.3-canary.5c84f50","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.5c84f50","@firebase/logger":"0.1.1-canary.5c84f50","@firebase/webchannel-wrapper":"0.2.10-canary.5c84f50","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.5c84f50","@firebase/app-types":"0.3.2-canary.5c84f50"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.3-canary.5c84f50","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9355edcc8bdae5b836da1298448c18d591fd286a","size":656969,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.3-canary.5c84f50.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.3-canary.5c84f50_1539294495338_0.8158669994157972"},"_hasShrinkwrap":false,"publish_time":1539294495472,"_cnpm_publish_time":1539294495472,"contributors":[]},"0.8.3-canary.53bdf9d":{"name":"@firebase/firestore","version":"0.8.3-canary.53bdf9d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.53bdf9d","@firebase/logger":"0.1.1-canary.53bdf9d","@firebase/webchannel-wrapper":"0.2.10-canary.53bdf9d","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.53bdf9d","@firebase/app-types":"0.3.2-canary.53bdf9d"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.3-canary.53bdf9d","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3cf76c1b6ba2176c0e9e6fb00e69424f52c01e18","size":656915,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.3-canary.53bdf9d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.3-canary.53bdf9d_1539212021844_0.4180128431465564"},"_hasShrinkwrap":false,"publish_time":1539212022000,"_cnpm_publish_time":1539212022000,"contributors":[]},"0.8.3-canary.f85dbce":{"name":"@firebase/firestore","version":"0.8.3-canary.f85dbce","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.f85dbce","@firebase/logger":"0.1.1-canary.f85dbce","@firebase/webchannel-wrapper":"0.2.10-canary.f85dbce","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.f85dbce","@firebase/app-types":"0.3.2-canary.f85dbce"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.3-canary.f85dbce","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3ff6c80ec90c1d4ad743d5785d4825259dd7d01e","size":656881,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.3-canary.f85dbce.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.3-canary.f85dbce_1539204037332_0.3856472118311438"},"_hasShrinkwrap":false,"publish_time":1539204037551,"_cnpm_publish_time":1539204037551,"contributors":[]},"0.8.3-canary.7553270":{"name":"@firebase/firestore","version":"0.8.3-canary.7553270","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.7553270","@firebase/logger":"0.1.1-canary.7553270","@firebase/webchannel-wrapper":"0.2.10-canary.7553270","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.7553270","@firebase/app-types":"0.3.2-canary.7553270"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.3-canary.7553270","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c040f32825c5be1341a6dcb105b28569ca55b5e2","size":656882,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.3-canary.7553270.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.3-canary.7553270_1539193949314_0.2881431787879847"},"_hasShrinkwrap":false,"publish_time":1539193949490,"_cnpm_publish_time":1539193949490,"contributors":[]},"0.8.3-canary.fa9c3e5":{"name":"@firebase/firestore","version":"0.8.3-canary.fa9c3e5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.fa9c3e5","@firebase/logger":"0.1.1-canary.fa9c3e5","@firebase/webchannel-wrapper":"0.2.10-canary.fa9c3e5","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.fa9c3e5","@firebase/app-types":"0.3.2-canary.fa9c3e5"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.3-canary.fa9c3e5","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"226b0eadbc574ad4b6f450e3d1fe16bfc96afd0e","size":657882,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.3-canary.fa9c3e5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.3-canary.fa9c3e5_1539141077290_0.8638253971731542"},"_hasShrinkwrap":false,"publish_time":1539141077476,"_cnpm_publish_time":1539141077476,"contributors":[]},"0.8.4-0":{"name":"@firebase/firestore","version":"0.8.4-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.10","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.4-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"85bee9568c8d14473a97d2466e2df9b3920b2efe","size":657222,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.4-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.4-0_1539120644696_0.29737037200901373"},"_hasShrinkwrap":false,"publish_time":1539120645005,"_cnpm_publish_time":1539120645005,"contributors":[]},"0.8.3-canary.a9f4bc7":{"name":"@firebase/firestore","version":"0.8.3-canary.a9f4bc7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.a9f4bc7","@firebase/logger":"0.1.1-canary.a9f4bc7","@firebase/webchannel-wrapper":"0.2.10-canary.a9f4bc7","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.a9f4bc7","@firebase/app-types":"0.3.2-canary.a9f4bc7"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.3-canary.a9f4bc7","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"63add45b6711017e30c072aefe1d6d7af1566c15","size":657227,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.3-canary.a9f4bc7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.3-canary.a9f4bc7_1539052022846_0.8731950128592845"},"_hasShrinkwrap":false,"publish_time":1539052023048,"_cnpm_publish_time":1539052023048,"contributors":[]},"0.8.3-canary.3347168":{"name":"@firebase/firestore","version":"0.8.3-canary.3347168","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.3347168","@firebase/logger":"0.1.1-canary.3347168","@firebase/webchannel-wrapper":"0.2.10-canary.3347168","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.3347168","@firebase/app-types":"0.3.2-canary.3347168"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.3-canary.3347168","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8b47432883fe9873d63cf5ba0d9bd2239d8dcc0c","size":657301,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.3-canary.3347168.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.3-canary.3347168_1539031816786_0.42387319012057345"},"_hasShrinkwrap":false,"publish_time":1539031817069,"_cnpm_publish_time":1539031817069,"contributors":[]},"0.8.3-canary.474b0f5":{"name":"@firebase/firestore","version":"0.8.3-canary.474b0f5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.474b0f5","@firebase/logger":"0.1.1-canary.474b0f5","@firebase/webchannel-wrapper":"0.2.10-canary.474b0f5","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.474b0f5","@firebase/app-types":"0.3.2-canary.474b0f5"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.3-canary.474b0f5","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"08291c4c5d56d4e8bc287bf3ac88434daf0d3dbe","size":657214,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.3-canary.474b0f5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.3-canary.474b0f5_1538783589126_0.060305076651842704"},"_hasShrinkwrap":false,"publish_time":1538783589326,"_cnpm_publish_time":1538783589326,"contributors":[]},"0.8.3-canary.9e28b7d":{"name":"@firebase/firestore","version":"0.8.3-canary.9e28b7d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.9e28b7d","@firebase/logger":"0.1.1-canary.9e28b7d","@firebase/webchannel-wrapper":"0.2.10-canary.9e28b7d","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.9e28b7d","@firebase/app-types":"0.3.2-canary.9e28b7d"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.3-canary.9e28b7d","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"59077ec3a6d864ccf575dccb2a77e2d5700fd9e2","size":657215,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.3-canary.9e28b7d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.3-canary.9e28b7d_1538772830825_0.002166134971053779"},"_hasShrinkwrap":false,"publish_time":1538772831021,"_cnpm_publish_time":1538772831021,"contributors":[]},"0.8.3-canary.2813563":{"name":"@firebase/firestore","version":"0.8.3-canary.2813563","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.2813563","@firebase/logger":"0.1.1-canary.2813563","@firebase/webchannel-wrapper":"0.2.10-canary.2813563","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.2813563","@firebase/app-types":"0.3.2-canary.2813563"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.3-canary.2813563","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9646c01797cc6b1240779250f4f9237d7a35af24","size":658120,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.3-canary.2813563.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.3-canary.2813563_1538693782215_0.9731892104930844"},"_hasShrinkwrap":false,"publish_time":1538693782401,"_cnpm_publish_time":1538693782401,"contributors":[]},"0.8.2-canary.dd3ea8f":{"name":"@firebase/firestore","version":"0.8.2-canary.dd3ea8f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.dd3ea8f","@firebase/logger":"0.1.1-canary.dd3ea8f","@firebase/webchannel-wrapper":"0.2.10-canary.dd3ea8f","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.dd3ea8f","@firebase/app-types":"0.3.2-canary.dd3ea8f"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.2-canary.dd3ea8f","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8b7a4fbc9b8a0d24783c645dcd28b3bd106764b0","size":658110,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.2-canary.dd3ea8f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.2-canary.dd3ea8f_1538691262165_0.8995647736092258"},"_hasShrinkwrap":false,"publish_time":1538691262361,"_cnpm_publish_time":1538691262361,"contributors":[]},"0.8.3":{"name":"@firebase/firestore","version":"0.8.3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.10","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.8.3","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"c62e3fc636425418f297fe72b23fcde86008424d","size":658098,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.3_1538690145905_0.714958383480417"},"_hasShrinkwrap":false,"publish_time":1538690146194,"_cnpm_publish_time":1538690146194,"contributors":[]},"0.8.2-canary.211a9b1":{"name":"@firebase/firestore","version":"0.8.2-canary.211a9b1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.211a9b1","@firebase/logger":"0.1.1-canary.211a9b1","@firebase/webchannel-wrapper":"0.2.10-canary.211a9b1","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.211a9b1","@firebase/app-types":"0.3.2-canary.211a9b1"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.2-canary.211a9b1","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"48b306c2e9be45f1a9c378be8d83fa41c44bf383","size":647090,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.2-canary.211a9b1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.2-canary.211a9b1_1538609694211_0.0053998454328860745"},"_hasShrinkwrap":false,"publish_time":1538609694403,"_cnpm_publish_time":1538609694403,"contributors":[]},"0.8.2-canary.3223572":{"name":"@firebase/firestore","version":"0.8.2-canary.3223572","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.3223572","@firebase/logger":"0.1.1-canary.3223572","@firebase/webchannel-wrapper":"0.2.10-canary.3223572","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.3223572","@firebase/app-types":"0.3.2-canary.3223572"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.2-canary.3223572","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c6276481adff02329dc8d51fe6c36fc2dca6429c","size":646997,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.2-canary.3223572.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.2-canary.3223572_1538607203934_0.7968789677942472"},"_hasShrinkwrap":false,"publish_time":1538607204159,"_cnpm_publish_time":1538607204159,"contributors":[]},"0.8.2-canary.6f08d5d":{"name":"@firebase/firestore","version":"0.8.2-canary.6f08d5d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.6f08d5d","@firebase/logger":"0.1.1-canary.6f08d5d","@firebase/webchannel-wrapper":"0.2.10-canary.6f08d5d","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.6f08d5d","@firebase/app-types":"0.3.2-canary.6f08d5d"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.2-canary.6f08d5d","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"151ec5b57212917ecef3c42d3dbfc92976aca806","size":645710,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.2-canary.6f08d5d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.2-canary.6f08d5d_1538606830665_0.45649753583171404"},"_hasShrinkwrap":false,"publish_time":1538606830854,"_cnpm_publish_time":1538606830854,"contributors":[]},"0.8.2-canary.3279252":{"name":"@firebase/firestore","version":"0.8.2-canary.3279252","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.3279252","@firebase/logger":"0.1.1-canary.3279252","@firebase/webchannel-wrapper":"0.2.10-canary.3279252","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.3279252","@firebase/app-types":"0.3.2-canary.3279252"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.2-canary.3279252","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f95e114f5ea3163a7d5e100e2276837657252613","size":645571,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.2-canary.3279252.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.2-canary.3279252_1538605035697_0.06456889537312782"},"_hasShrinkwrap":false,"publish_time":1538605035905,"_cnpm_publish_time":1538605035905,"contributors":[]},"0.8.3-0":{"name":"@firebase/firestore","version":"0.8.3-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.10","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.3-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"d768a01fe3b8d6aa4ae51cd27e4496f571136507","size":645593,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.3-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.3-0_1538529788200_0.7726821928231937"},"_hasShrinkwrap":false,"publish_time":1538529788453,"_cnpm_publish_time":1538529788453,"contributors":[]},"0.8.2-canary.c577a7ee":{"name":"@firebase/firestore","version":"0.8.2-canary.c577a7ee","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.c577a7ee","@firebase/logger":"0.1.1-canary.c577a7ee","@firebase/webchannel-wrapper":"0.2.10-canary.c577a7ee","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.c577a7ee","@firebase/app-types":"0.3.2-canary.c577a7ee"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.2-canary.c577a7ee","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"51f03a321bbb4a4667f4f8f5239d01605e1f639e","size":644636,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.2-canary.c577a7ee.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.2-canary.c577a7ee_1538257889734_0.8694656408552046"},"_hasShrinkwrap":false,"publish_time":1538257889910,"_cnpm_publish_time":1538257889910,"contributors":[]},"0.8.2":{"name":"@firebase/firestore","version":"0.8.2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.10","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.8.2","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"2eb96a383206d3d793b17885507a301c323d9b64","size":644585,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.2_1538090650941_0.13919250111961312"},"_hasShrinkwrap":false,"publish_time":1538090651186,"_cnpm_publish_time":1538090651186,"contributors":[]},"0.8.2-0":{"name":"@firebase/firestore","version":"0.8.2-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.9","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.2-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"c8632aa949ac4ef5dae7364fd4209992e064b839","size":645558,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.2-0_1537918193657_0.716787541732097"},"_hasShrinkwrap":false,"publish_time":1537918193904,"_cnpm_publish_time":1537918193904,"contributors":[]},"0.8.1-canary.d7a7f0a":{"name":"@firebase/firestore","version":"0.8.1-canary.d7a7f0a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.d7a7f0a","@firebase/logger":"0.1.1-canary.d7a7f0a","@firebase/webchannel-wrapper":"0.2.9-canary.d7a7f0a","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.d7a7f0a","@firebase/app-types":"0.3.2-canary.d7a7f0a"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.1-canary.d7a7f0a","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"465b615d26acdecb57f45515cd3fef89da3ef45f","size":645580,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.1-canary.d7a7f0a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.1-canary.d7a7f0a_1537555802123_0.8503357852074718"},"_hasShrinkwrap":false,"publish_time":1537555802355,"_cnpm_publish_time":1537555802355,"contributors":[]},"0.8.1-canary.3dd9bcf":{"name":"@firebase/firestore","version":"0.8.1-canary.3dd9bcf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.3dd9bcf","@firebase/logger":"0.1.1-canary.3dd9bcf","@firebase/webchannel-wrapper":"0.2.9-canary.3dd9bcf","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.3dd9bcf","@firebase/app-types":"0.3.2-canary.3dd9bcf"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.1-canary.3dd9bcf","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4e389152f51850b2851a9d16f297be430dd94258","size":645580,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.1-canary.3dd9bcf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.1-canary.3dd9bcf_1537555259262_0.5492015102287742"},"_hasShrinkwrap":false,"publish_time":1537555259520,"_cnpm_publish_time":1537555259520,"contributors":[]},"0.8.1":{"name":"@firebase/firestore","version":"0.8.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.9","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.8.1","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"e724ec21175f401f49f20b492d01acff58dc60d7","size":647131,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.1_1537479917991_0.43387406628027225"},"_hasShrinkwrap":false,"publish_time":1537479918221,"_cnpm_publish_time":1537479918221,"contributors":[]},"0.8.0-canary.a4ab0f6":{"name":"@firebase/firestore","version":"0.8.0-canary.a4ab0f6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.a4ab0f6","@firebase/logger":"0.1.1-canary.a4ab0f6","@firebase/webchannel-wrapper":"0.2.8-canary.a4ab0f6","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.a4ab0f6","@firebase/app-types":"0.3.2-canary.a4ab0f6"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.0-canary.a4ab0f6","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"555c323d31fbe64b34e667d92eac4cb92f78a037","size":647147,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.0-canary.a4ab0f6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.0-canary.a4ab0f6_1537387214672_0.3334559126354615"},"_hasShrinkwrap":false,"publish_time":1537387214824,"_cnpm_publish_time":1537387214824,"contributors":[]},"0.8.1-0":{"name":"@firebase/firestore","version":"0.8.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.9-0","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.1-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"e058708b0bebc815bb52b5f1672146ddf106beb6","size":647138,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.1-0_1537308460727_0.5809738384585124"},"_hasShrinkwrap":false,"publish_time":1537308460915,"_cnpm_publish_time":1537308460915,"contributors":[]},"0.8.0-canary.33871d4":{"name":"@firebase/firestore","version":"0.8.0-canary.33871d4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.33871d4","@firebase/logger":"0.1.1-canary.33871d4","@firebase/webchannel-wrapper":"0.2.8-canary.33871d4","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.33871d4","@firebase/app-types":"0.3.2-canary.33871d4"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.0-canary.33871d4","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b45c90dc684cdbdc479fd3e57fa46a67ada60059","size":647150,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.0-canary.33871d4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.0-canary.33871d4_1537293393473_0.08821170556829738"},"_hasShrinkwrap":false,"publish_time":1537293393796,"_cnpm_publish_time":1537293393796,"contributors":[]},"0.8.0-canary.03a78c7":{"name":"@firebase/firestore","version":"0.8.0-canary.03a78c7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.03a78c7","@firebase/logger":"0.1.1-canary.03a78c7","@firebase/webchannel-wrapper":"0.2.8-canary.03a78c7","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.03a78c7","@firebase/app-types":"0.3.2-canary.03a78c7"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.0-canary.03a78c7","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"35e536323622083c684512f5a12a33c5e2e378b9","size":647150,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.0-canary.03a78c7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.0-canary.03a78c7_1537228896403_0.9740373579087722"},"_hasShrinkwrap":false,"publish_time":1537228896785,"_cnpm_publish_time":1537228896785,"contributors":[]},"0.8.0-canary.d257bf8":{"name":"@firebase/firestore","version":"0.8.0-canary.d257bf8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-canary.d257bf8","@firebase/logger":"0.1.1-canary.d257bf8","@firebase/webchannel-wrapper":"0.2.8-canary.d257bf8","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.4-canary.d257bf8","@firebase/app-types":"0.3.2-canary.d257bf8"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.0-canary.d257bf8","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cad0e836c1a8d2c0c506efb75a13b97fccb3217f","size":647150,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.0-canary.d257bf8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.0-canary.d257bf8_1536890743243_0.47440472970719716"},"_hasShrinkwrap":false,"publish_time":1536890743426,"_cnpm_publish_time":1536890743426,"contributors":[]},"0.8.0":{"name":"@firebase/firestore","version":"0.8.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.8.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"a08363b8674336ea704fccabbb5f2e25e8fe5bcb","size":738773,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.0_1536878748675_0.6255815479150226"},"_hasShrinkwrap":false,"publish_time":1536878748988,"_cnpm_publish_time":1536878748988,"contributors":[]},"0.8.0-0":{"name":"@firebase/firestore","version":"0.8.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.7.0-0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.8.0-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"e23b7b197bbdc733e1744e0146cbcabf32f8651f","size":738697,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.8.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.8.0-0_1536707734700_0.427595956060417"},"_hasShrinkwrap":false,"publish_time":1536707734923,"_cnpm_publish_time":1536707734923,"contributors":[]},"0.7.2-canary.c067eef":{"name":"@firebase/firestore","version":"0.7.2-canary.c067eef","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.6.0-canary.c067eef","@firebase/logger":"0.1.1-canary.c067eef","@firebase/webchannel-wrapper":"0.2.8-canary.c067eef","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.c067eef","@firebase/app-types":"0.3.2-canary.c067eef"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.2-canary.c067eef","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5b5696eb84e08bf996ba554e4c931051808f0199","size":738835,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.2-canary.c067eef.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.2-canary.c067eef_1536605244227_0.299282629292396"},"_hasShrinkwrap":false,"publish_time":1536605244527,"_cnpm_publish_time":1536605244527,"contributors":[]},"0.7.2-canary.713222c":{"name":"@firebase/firestore","version":"0.7.2-canary.713222c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.6.0-canary.713222c","@firebase/logger":"0.1.1-canary.713222c","@firebase/webchannel-wrapper":"0.2.8-canary.713222c","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.713222c","@firebase/app-types":"0.3.2-canary.713222c"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.2-canary.713222c","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e0b1631e06b29fabbf268080d1a8b158f3e29bc9","size":738821,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.2-canary.713222c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.2-canary.713222c_1536287118910_0.4544048767449511"},"_hasShrinkwrap":false,"publish_time":1536287119046,"_cnpm_publish_time":1536287119046,"contributors":[]},"0.7.2-canary.33ea108":{"name":"@firebase/firestore","version":"0.7.2-canary.33ea108","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.6.0-canary.33ea108","@firebase/logger":"0.1.1-canary.33ea108","@firebase/webchannel-wrapper":"0.2.8-canary.33ea108","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.33ea108","@firebase/app-types":"0.3.2-canary.33ea108"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.2-canary.33ea108","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"830a2c9aa7e7ffa179c1a0f7e51b84fadf8c279c","size":739003,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.2-canary.33ea108.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.2-canary.33ea108_1536259722087_0.6786026621163794"},"_hasShrinkwrap":false,"publish_time":1536259722317,"_cnpm_publish_time":1536259722317,"contributors":[]},"0.7.2-canary.e2098a2":{"name":"@firebase/firestore","version":"0.7.2-canary.e2098a2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.6.0-canary.e2098a2","@firebase/logger":"0.1.1-canary.e2098a2","@firebase/webchannel-wrapper":"0.2.8-canary.e2098a2","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.e2098a2","@firebase/app-types":"0.3.2-canary.e2098a2"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.2-canary.e2098a2","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f2f6a1556b5feda9d2929c70185d7b04097f3708","size":739091,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.2-canary.e2098a2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.2-canary.e2098a2_1536254277236_0.0038584128056453615"},"_hasShrinkwrap":false,"publish_time":1536254277545,"_cnpm_publish_time":1536254277545,"contributors":[]},"0.7.2-canary.3e7a12f":{"name":"@firebase/firestore","version":"0.7.2-canary.3e7a12f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.6.0-canary.3e7a12f","@firebase/logger":"0.1.1-canary.3e7a12f","@firebase/webchannel-wrapper":"0.2.8-canary.3e7a12f","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.3e7a12f","@firebase/app-types":"0.3.2-canary.3e7a12f"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.2-canary.3e7a12f","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3ec42f5a029eafb3a4d98712446ba8ca8638c990","size":739026,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.2-canary.3e7a12f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.2-canary.3e7a12f_1536254219390_0.6037759872080775"},"_hasShrinkwrap":false,"publish_time":1536254219609,"_cnpm_publish_time":1536254219609,"contributors":[]},"0.7.2-canary.588900a":{"name":"@firebase/firestore","version":"0.7.2-canary.588900a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.6.0-canary.588900a","@firebase/logger":"0.1.1-canary.588900a","@firebase/webchannel-wrapper":"0.2.8-canary.588900a","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.588900a","@firebase/app-types":"0.3.2-canary.588900a"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.2-canary.588900a","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7f97f0f9606481608694ecab0f1a5c09150a847b","size":739266,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.2-canary.588900a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.2-canary.588900a_1536252933360_0.6186324469773332"},"_hasShrinkwrap":false,"publish_time":1536252933630,"_cnpm_publish_time":1536252933630,"contributors":[]},"0.7.2-canary.0e1f6e5":{"name":"@firebase/firestore","version":"0.7.2-canary.0e1f6e5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.6.0-canary.0e1f6e5","@firebase/logger":"0.1.1-canary.0e1f6e5","@firebase/webchannel-wrapper":"0.2.8-canary.0e1f6e5","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.0e1f6e5","@firebase/app-types":"0.3.2-canary.0e1f6e5"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.2-canary.0e1f6e5","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c0e11c0e3d7aaf7f06bcb5d9d3f66bdfd7afe001","size":739228,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.2-canary.0e1f6e5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.2-canary.0e1f6e5_1536205287031_0.9275256605865512"},"_hasShrinkwrap":false,"publish_time":1536205287236,"_cnpm_publish_time":1536205287236,"contributors":[]},"0.7.2-canary.eea6851":{"name":"@firebase/firestore","version":"0.7.2-canary.eea6851","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.6.0-canary.eea6851","@firebase/logger":"0.1.1-canary.eea6851","@firebase/webchannel-wrapper":"0.2.8-canary.eea6851","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.eea6851","@firebase/app-types":"0.3.2-canary.eea6851"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.2-canary.eea6851","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1f97dfa4f4cd87e6b0fe4046ae0554ba2916da50","size":738925,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.2-canary.eea6851.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.2-canary.eea6851_1536201212571_0.29902447612532135"},"_hasShrinkwrap":false,"publish_time":1536201212785,"_cnpm_publish_time":1536201212785,"contributors":[]},"0.7.2-canary.a5e16d4":{"name":"@firebase/firestore","version":"0.7.2-canary.a5e16d4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.6.0-canary.a5e16d4","@firebase/logger":"0.1.1-canary.a5e16d4","@firebase/webchannel-wrapper":"0.2.8-canary.a5e16d4","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.a5e16d4","@firebase/app-types":"0.3.2-canary.a5e16d4"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.2-canary.a5e16d4","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fec00af4a71cf26a132f2001d158ac2ee7e7389e","size":738741,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.2-canary.a5e16d4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.2-canary.a5e16d4_1536196881901_0.8443139493131635"},"_hasShrinkwrap":false,"publish_time":1536196882153,"_cnpm_publish_time":1536196882153,"contributors":[]},"0.7.2-canary.dbc8d70":{"name":"@firebase/firestore","version":"0.7.2-canary.dbc8d70","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.6.0-canary.dbc8d70","@firebase/logger":"0.1.1-canary.dbc8d70","@firebase/webchannel-wrapper":"0.2.8-canary.dbc8d70","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.dbc8d70","@firebase/app-types":"0.3.2-canary.dbc8d70"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.2-canary.dbc8d70","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0ea82adcd3411cef01b2a2d70fa1059e6e3fa235","size":738505,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.2-canary.dbc8d70.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.2-canary.dbc8d70_1536190830369_0.7508015938333352"},"_hasShrinkwrap":false,"publish_time":1536190830575,"_cnpm_publish_time":1536190830575,"contributors":[]},"0.7.2-canary.5e109b1":{"name":"@firebase/firestore","version":"0.7.2-canary.5e109b1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.6.0-canary.5e109b1","@firebase/logger":"0.1.1-canary.5e109b1","@firebase/webchannel-wrapper":"0.2.8-canary.5e109b1","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.5e109b1","@firebase/app-types":"0.3.2-canary.5e109b1"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.2-canary.5e109b1","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"da4ce168bf23134a4a84c509740e4d199dd20120","size":737528,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.2-canary.5e109b1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.2-canary.5e109b1_1536189645682_0.6555021469812059"},"_hasShrinkwrap":false,"publish_time":1536189645953,"_cnpm_publish_time":1536189645953,"contributors":[]},"0.7.3-1":{"name":"@firebase/firestore","version":"0.7.3-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.6.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.3-1","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"24336cfb38bded6a87a33d32ae5c5b18b55eac9e","size":737475,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.3-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.3-1_1536186345788_0.21864382583055142"},"_hasShrinkwrap":false,"publish_time":1536186345978,"_cnpm_publish_time":1536186345978,"contributors":[]},"0.7.2-canary.65ea951":{"name":"@firebase/firestore","version":"0.7.2-canary.65ea951","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.6.0-canary.65ea951","@firebase/logger":"0.1.1-canary.65ea951","@firebase/webchannel-wrapper":"0.2.8-canary.65ea951","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.65ea951","@firebase/app-types":"0.3.2-canary.65ea951"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.2-canary.65ea951","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e9aa4e12a7d358346e9f8510dbf2e2231fb9af61","size":737521,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.2-canary.65ea951.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.2-canary.65ea951_1536184870948_0.7211299288507507"},"_hasShrinkwrap":false,"publish_time":1536184871207,"_cnpm_publish_time":1536184871207,"contributors":[]},"0.7.2-canary.f30be09":{"name":"@firebase/firestore","version":"0.7.2-canary.f30be09","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.6.0-canary.f30be09","@firebase/logger":"0.1.1-canary.f30be09","@firebase/webchannel-wrapper":"0.2.8-canary.f30be09","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.f30be09","@firebase/app-types":"0.3.2-canary.f30be09"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.2-canary.f30be09","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5f30ed113a054f514fb27a5fbe3b6cd45b21369b","size":737717,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.2-canary.f30be09.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.2-canary.f30be09_1536182212859_0.4490035634086764"},"_hasShrinkwrap":false,"publish_time":1536182213031,"_cnpm_publish_time":1536182213031,"contributors":[]},"0.7.2-canary.ad2d178":{"name":"@firebase/firestore","version":"0.7.2-canary.ad2d178","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.6.0-canary.ad2d178","@firebase/logger":"0.1.1-canary.ad2d178","@firebase/webchannel-wrapper":"0.2.8-canary.ad2d178","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.ad2d178","@firebase/app-types":"0.3.2-canary.ad2d178"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.2-canary.ad2d178","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1a68de45aad93cd447a6b29158ede27e4e823885","size":736920,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.2-canary.ad2d178.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.2-canary.ad2d178_1536131116813_0.28037212202397876"},"_hasShrinkwrap":false,"publish_time":1536131117084,"_cnpm_publish_time":1536131117084,"contributors":[]},"0.7.3-0":{"name":"@firebase/firestore","version":"0.7.3-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.6.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.3-0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"hiranya911@gmail.com"},"dist":{"shasum":"683238a5f5efdcac15ebe5ccd6560e24fd8e2700","size":737950,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.3-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.3-0_1536102171164_0.5978585404056691"},"_hasShrinkwrap":false,"publish_time":1536102171448,"_cnpm_publish_time":1536102171448,"contributors":[]},"0.7.2-canary.d99c197":{"name":"@firebase/firestore","version":"0.7.2-canary.d99c197","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.6.0-canary.d99c197","@firebase/logger":"0.1.1-canary.d99c197","@firebase/webchannel-wrapper":"0.2.8-canary.d99c197","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.d99c197","@firebase/app-types":"0.3.2-canary.d99c197"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.2-canary.d99c197","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c30dcd820f6b111ac4754053bdbecc312ee8ac4b","size":737977,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.2-canary.d99c197.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.2-canary.d99c197_1536091573670_0.6925272568012975"},"_hasShrinkwrap":false,"publish_time":1536091573903,"_cnpm_publish_time":1536091573903,"contributors":[]},"0.7.2-canary.9493faa":{"name":"@firebase/firestore","version":"0.7.2-canary.9493faa","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.6.0-canary.9493faa","@firebase/logger":"0.1.1-canary.9493faa","@firebase/webchannel-wrapper":"0.2.8-canary.9493faa","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.9493faa","@firebase/app-types":"0.3.2-canary.9493faa"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.2-canary.9493faa","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cfadb5c787e0346cc1ab45f2120edac66ff78e3c","size":737948,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.2-canary.9493faa.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.2-canary.9493faa_1535747307129_0.23224394895620093"},"_hasShrinkwrap":false,"publish_time":1535747307484,"_cnpm_publish_time":1535747307484,"contributors":[]},"0.7.2-canary.ac7f9ce":{"name":"@firebase/firestore","version":"0.7.2-canary.ac7f9ce","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.6.0-canary.ac7f9ce","@firebase/logger":"0.1.1-canary.ac7f9ce","@firebase/webchannel-wrapper":"0.2.8-canary.ac7f9ce","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.ac7f9ce","@firebase/app-types":"0.3.2-canary.ac7f9ce"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.2-canary.ac7f9ce","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d8302a73359ff9a3d4531e8798eb5351c0d592be","size":735285,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.2-canary.ac7f9ce.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.2-canary.ac7f9ce_1535742236708_0.24365721727928946"},"_hasShrinkwrap":false,"publish_time":1535742236938,"_cnpm_publish_time":1535742236938,"contributors":[]},"0.7.1-canary.9d96d95":{"name":"@firebase/firestore","version":"0.7.1-canary.9d96d95","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.6.0-canary.9d96d95","@firebase/logger":"0.1.1-canary.9d96d95","@firebase/webchannel-wrapper":"0.2.8-canary.9d96d95","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.9d96d95","@firebase/app-types":"0.3.2-canary.9d96d95"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.1-canary.9d96d95","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8f9c847ed014c70194795f49b1f080c06e1602f6","size":735177,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.1-canary.9d96d95.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.1-canary.9d96d95_1535663581474_0.025276271423642305"},"_hasShrinkwrap":false,"publish_time":1535663581714,"_cnpm_publish_time":1535663581714,"contributors":[]},"0.7.2":{"name":"@firebase/firestore","version":"0.7.2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.6.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.7.2","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"077bc793445faa4c68b5a3960ef95b43d135ddc7","size":735164,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.2_1535662787428_0.302192488462836"},"_hasShrinkwrap":false,"publish_time":1535662787667,"_cnpm_publish_time":1535662787667,"contributors":[]},"0.7.1-canary.00b50e1":{"name":"@firebase/firestore","version":"0.7.1-canary.00b50e1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.6.0-canary.00b50e1","@firebase/logger":"0.1.1-canary.00b50e1","@firebase/webchannel-wrapper":"0.2.8-canary.00b50e1","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.00b50e1","@firebase/app-types":"0.3.2-canary.00b50e1"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.1-canary.00b50e1","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b48006225e111d8964c83c9075d31225f2fe2c58","size":735180,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.1-canary.00b50e1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.1-canary.00b50e1_1535484227609_0.48677535753314527"},"_hasShrinkwrap":false,"publish_time":1535484227782,"_cnpm_publish_time":1535484227782,"contributors":[]},"0.7.2-0":{"name":"@firebase/firestore","version":"0.7.2-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.2-0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"e9b8c36830ac3dfec69a01dfaa4df91294156c1e","size":735306,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.2-0_1535477111698_0.7300396544850718"},"_hasShrinkwrap":false,"publish_time":1535477111821,"_cnpm_publish_time":1535477111821,"contributors":[]},"0.7.1-canary.1d5e639":{"name":"@firebase/firestore","version":"0.7.1-canary.1d5e639","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.1d5e639","@firebase/logger":"0.1.1-canary.1d5e639","@firebase/webchannel-wrapper":"0.2.8-canary.1d5e639","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.1d5e639","@firebase/app-types":"0.3.2-canary.1d5e639"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.1-canary.1d5e639","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e5c87100298fe11c82a4576c28e74f39611b232d","size":735330,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.1-canary.1d5e639.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.1-canary.1d5e639_1535413241952_0.8483443997427302"},"_hasShrinkwrap":false,"publish_time":1535413242178,"_cnpm_publish_time":1535413242178,"contributors":[]},"0.7.1-canary.19ed65a":{"name":"@firebase/firestore","version":"0.7.1-canary.19ed65a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.19ed65a","@firebase/logger":"0.1.1-canary.19ed65a","@firebase/webchannel-wrapper":"0.2.8-canary.19ed65a","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.19ed65a","@firebase/app-types":"0.3.2-canary.19ed65a"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.1-canary.19ed65a","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c14cafd53bac3290e782a6378e6e4a9bb62a44a3","size":735348,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.1-canary.19ed65a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.1-canary.19ed65a_1535389436823_0.004039152806345259"},"_hasShrinkwrap":false,"publish_time":1535389436945,"_cnpm_publish_time":1535389436945,"contributors":[]},"0.7.1-canary.c08851c":{"name":"@firebase/firestore","version":"0.7.1-canary.c08851c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.c08851c","@firebase/logger":"0.1.1-canary.c08851c","@firebase/webchannel-wrapper":"0.2.8-canary.c08851c","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.c08851c","@firebase/app-types":"0.3.2-canary.c08851c"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.1-canary.c08851c","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"49bceaf0e8f9fe8f272c42ac98af51f8a04b6e48","size":735349,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.1-canary.c08851c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.1-canary.c08851c_1535148493884_0.29800401534003584"},"_hasShrinkwrap":false,"publish_time":1535148494062,"_cnpm_publish_time":1535148494062,"contributors":[]},"0.7.1":{"name":"@firebase/firestore","version":"0.7.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.7.1","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"41a820934b45409b40aedccfc3ba61228b70b51b","size":735028,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.1_1535059740566_0.39512408943043065"},"_hasShrinkwrap":false,"publish_time":1535059740776,"_cnpm_publish_time":1535059740776,"contributors":[]},"0.7.0-canary.96bbc99":{"name":"@firebase/firestore","version":"0.7.0-canary.96bbc99","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.96bbc99","@firebase/logger":"0.1.1-canary.96bbc99","@firebase/webchannel-wrapper":"0.2.8-canary.96bbc99","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.96bbc99","@firebase/app-types":"0.3.2-canary.96bbc99"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.0-canary.96bbc99","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cf3c89032176c71af84877872d2a44d13566f7e1","size":735061,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.0-canary.96bbc99.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.0-canary.96bbc99_1534979753439_0.12557833206374758"},"_hasShrinkwrap":false,"publish_time":1534979753650,"_cnpm_publish_time":1534979753650,"contributors":[]},"0.7.0-canary.d2f0667":{"name":"@firebase/firestore","version":"0.7.0-canary.d2f0667","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.d2f0667","@firebase/logger":"0.1.1-canary.d2f0667","@firebase/webchannel-wrapper":"0.2.8-canary.d2f0667","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.d2f0667","@firebase/app-types":"0.3.2-canary.d2f0667"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.0-canary.d2f0667","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"97051f29bab439796f2b32548f777f6c0a3d52d9","size":735056,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.0-canary.d2f0667.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.0-canary.d2f0667_1534964110650_0.4082103789058895"},"_hasShrinkwrap":false,"publish_time":1534964110773,"_cnpm_publish_time":1534964110773,"contributors":[]},"0.7.0-canary.7d9f111":{"name":"@firebase/firestore","version":"0.7.0-canary.7d9f111","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.7d9f111","@firebase/logger":"0.1.1-canary.7d9f111","@firebase/webchannel-wrapper":"0.2.8-canary.7d9f111","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.7d9f111","@firebase/app-types":"0.3.2-canary.7d9f111"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.0-canary.7d9f111","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"da15712e08c25c4620bb8a62b8b15ff9b0c0d112","size":735052,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.0-canary.7d9f111.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.0-canary.7d9f111_1534893448725_0.06592667292661192"},"_hasShrinkwrap":false,"publish_time":1534893448875,"_cnpm_publish_time":1534893448875,"contributors":[]},"0.7.1-0":{"name":"@firebase/firestore","version":"0.7.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.1-0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"34ed91391d32c30fdfc8d73a4291dd13e3a53f76","size":733305,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.1-0_1534884739699_0.006567002607716921"},"_hasShrinkwrap":false,"publish_time":1534884739867,"_cnpm_publish_time":1534884739867,"contributors":[]},"0.7.0-canary.9dbf6b0":{"name":"@firebase/firestore","version":"0.7.0-canary.9dbf6b0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.9dbf6b0","@firebase/logger":"0.1.1-canary.9dbf6b0","@firebase/webchannel-wrapper":"0.2.8-canary.9dbf6b0","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.9dbf6b0","@firebase/app-types":"0.3.2-canary.9dbf6b0"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.0-canary.9dbf6b0","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e907efe85ac2788830635068493f4638bf6cd281","size":733324,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.0-canary.9dbf6b0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.0-canary.9dbf6b0_1534880483912_0.7364686156803688"},"publish_time":1534880484109,"_hasShrinkwrap":false,"_cnpm_publish_time":1534880484109,"contributors":[]},"0.7.0-canary.76c2772":{"name":"@firebase/firestore","version":"0.7.0-canary.76c2772","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.76c2772","@firebase/logger":"0.1.1-canary.76c2772","@firebase/webchannel-wrapper":"0.2.8-canary.76c2772","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.76c2772","@firebase/app-types":"0.3.2-canary.76c2772"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.0-canary.76c2772","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2615b26b689e83661679fe8dfdd0658142412492","size":733120,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.0-canary.76c2772.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.0-canary.76c2772_1534876067022_0.2683508547603197"},"_hasShrinkwrap":false,"publish_time":1534876067156,"_cnpm_publish_time":1534876067156,"contributors":[]},"0.7.0-canary.813a174":{"name":"@firebase/firestore","version":"0.7.0-canary.813a174","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.813a174","@firebase/logger":"0.1.1-canary.813a174","@firebase/webchannel-wrapper":"0.2.8-canary.813a174","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.813a174","@firebase/app-types":"0.3.2-canary.813a174"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.0-canary.813a174","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"392c61895b3ba08c520cfd823f5654e237fa81f6","size":733148,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.0-canary.813a174.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.0-canary.813a174_1534875864567_0.13929640228426154"},"_hasShrinkwrap":false,"publish_time":1534875864712,"_cnpm_publish_time":1534875864712,"contributors":[]},"0.7.0-canary.4625e84":{"name":"@firebase/firestore","version":"0.7.0-canary.4625e84","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.4625e84","@firebase/logger":"0.1.1-canary.4625e84","@firebase/webchannel-wrapper":"0.2.8-canary.4625e84","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.4625e84","@firebase/app-types":"0.3.2-canary.4625e84"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.0-canary.4625e84","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9c96921aa9b873a18c5b62425f95f39c7fa90642","size":732442,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.0-canary.4625e84.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.0-canary.4625e84_1534803566995_0.1317962910051409"},"_hasShrinkwrap":false,"publish_time":1534803567159,"_cnpm_publish_time":1534803567159,"contributors":[]},"0.7.0-canary.86fea68":{"name":"@firebase/firestore","version":"0.7.0-canary.86fea68","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.86fea68","@firebase/logger":"0.1.1-canary.86fea68","@firebase/webchannel-wrapper":"0.2.8-canary.86fea68","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.86fea68","@firebase/app-types":"0.3.2-canary.86fea68"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.0-canary.86fea68","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ec988b7c8b9ad4223f34ed7ba1f970c494008f28","size":733390,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.0-canary.86fea68.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.0-canary.86fea68_1534791065019_0.5665094852397297"},"_hasShrinkwrap":false,"publish_time":1534791065206,"_cnpm_publish_time":1534791065206,"contributors":[]},"0.7.0-canary.3e98afa":{"name":"@firebase/firestore","version":"0.7.0-canary.3e98afa","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.3e98afa","@firebase/logger":"0.1.1-canary.3e98afa","@firebase/webchannel-wrapper":"0.2.8-canary.3e98afa","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.3e98afa","@firebase/app-types":"0.3.2-canary.3e98afa"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.0-canary.3e98afa","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9e2cee474378e70fbcf8c8b2991e9fa4e4f18ee0","size":733425,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.0-canary.3e98afa.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.0-canary.3e98afa_1534788678905_0.08409845005425343"},"_hasShrinkwrap":false,"publish_time":1534788679085,"_cnpm_publish_time":1534788679085,"contributors":[]},"0.7.0-canary.74c57cf":{"name":"@firebase/firestore","version":"0.7.0-canary.74c57cf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.74c57cf","@firebase/logger":"0.1.1-canary.74c57cf","@firebase/webchannel-wrapper":"0.2.8-canary.74c57cf","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.74c57cf","@firebase/app-types":"0.3.2-canary.74c57cf"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.0-canary.74c57cf","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"29153d9a091ad869d4aab9a693ec7d99d0fa696c","size":733356,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.0-canary.74c57cf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.0-canary.74c57cf_1534700085418_0.4215449615955571"},"_hasShrinkwrap":false,"publish_time":1534700085545,"_cnpm_publish_time":1534700085545,"contributors":[]},"0.7.0-canary.f241dd8":{"name":"@firebase/firestore","version":"0.7.0-canary.f241dd8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.f241dd8","@firebase/logger":"0.1.1-canary.f241dd8","@firebase/webchannel-wrapper":"0.2.8-canary.f241dd8","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.f241dd8","@firebase/app-types":"0.3.2-canary.f241dd8"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.0-canary.f241dd8","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"99b0ba8174c2d9b4f3cccdbe60c70b00a47a81f8","size":733264,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.0-canary.f241dd8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.0-canary.f241dd8_1534622219868_0.3014383409432695"},"_hasShrinkwrap":false,"publish_time":1534622220009,"_cnpm_publish_time":1534622220009,"contributors":[]},"0.7.0-canary.a56134b":{"name":"@firebase/firestore","version":"0.7.0-canary.a56134b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.a56134b","@firebase/logger":"0.1.1-canary.a56134b","@firebase/webchannel-wrapper":"0.2.8-canary.a56134b","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.a56134b","@firebase/app-types":"0.3.2-canary.a56134b"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.0-canary.a56134b","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"066b31bea1347c174401cb0b996676fff9836088","size":733980,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.0-canary.a56134b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.0-canary.a56134b_1534547239171_0.852820166986703"},"_hasShrinkwrap":false,"publish_time":1534547239364,"_cnpm_publish_time":1534547239364,"contributors":[]},"0.7.0-canary.229832f":{"name":"@firebase/firestore","version":"0.7.0-canary.229832f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.229832f","@firebase/logger":"0.1.1-canary.229832f","@firebase/webchannel-wrapper":"0.2.8-canary.229832f","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.229832f","@firebase/app-types":"0.3.2-canary.229832f"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.0-canary.229832f","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"46f6757e639027be96b12bd8f50ff2878d2d0a89","size":733978,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.0-canary.229832f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.0-canary.229832f_1534534185409_0.7490355673205833"},"_hasShrinkwrap":false,"publish_time":1534534185542,"_cnpm_publish_time":1534534185542,"contributors":[]},"0.7.0-canary.14f9a71":{"name":"@firebase/firestore","version":"0.7.0-canary.14f9a71","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.14f9a71","@firebase/logger":"0.1.1-canary.14f9a71","@firebase/webchannel-wrapper":"0.2.8-canary.14f9a71","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.14f9a71","@firebase/app-types":"0.3.2-canary.14f9a71"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.0-canary.14f9a71","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7bc73e0342b921df715362e3db0042d32ac01252","size":734003,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.0-canary.14f9a71.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.0-canary.14f9a71_1534533820848_0.18586958167199708"},"_hasShrinkwrap":false,"publish_time":1534533820969,"_cnpm_publish_time":1534533820969,"contributors":[]},"0.7.0-canary.95f3d18":{"name":"@firebase/firestore","version":"0.7.0-canary.95f3d18","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.95f3d18","@firebase/logger":"0.1.1-canary.95f3d18","@firebase/webchannel-wrapper":"0.2.8-canary.95f3d18","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.95f3d18","@firebase/app-types":"0.3.2-canary.95f3d18"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.0-canary.95f3d18","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"534dfe9e3cba16dfba9b68a7622f3c3a3e17927f","size":733267,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.0-canary.95f3d18.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.0-canary.95f3d18_1534525674307_0.06743328890383449"},"_hasShrinkwrap":false,"publish_time":1534525674479,"_cnpm_publish_time":1534525674479,"contributors":[]},"0.7.0-canary.4152a29":{"name":"@firebase/firestore","version":"0.7.0-canary.4152a29","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.4152a29","@firebase/logger":"0.1.1-canary.4152a29","@firebase/webchannel-wrapper":"0.2.8-canary.4152a29","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.4152a29","@firebase/app-types":"0.3.2-canary.4152a29"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.0-canary.4152a29","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a16600a814ed1e214a69fd81e63bfcb1c3e506b4","size":732357,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.0-canary.4152a29.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.0-canary.4152a29_1534462837515_0.4060436344173659"},"_hasShrinkwrap":false,"publish_time":1534462837664,"_cnpm_publish_time":1534462837664,"contributors":[]},"0.7.0-canary.7ef7d51":{"name":"@firebase/firestore","version":"0.7.0-canary.7ef7d51","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.7ef7d51","@firebase/logger":"0.1.1-canary.7ef7d51","@firebase/webchannel-wrapper":"0.2.8-canary.7ef7d51","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.7ef7d51","@firebase/app-types":"0.3.2-canary.7ef7d51"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.0-canary.7ef7d51","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"17ebd587fa482f7c1d5933122ef71dda3d12e674","size":732664,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.0-canary.7ef7d51.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.0-canary.7ef7d51_1534462743101_0.23525516615091147"},"_hasShrinkwrap":false,"publish_time":1534462743267,"_cnpm_publish_time":1534462743267,"contributors":[]},"0.7.0-canary.bc40f0e":{"name":"@firebase/firestore","version":"0.7.0-canary.bc40f0e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.bc40f0e","@firebase/logger":"0.1.1-canary.bc40f0e","@firebase/webchannel-wrapper":"0.2.8-canary.bc40f0e","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.bc40f0e","@firebase/app-types":"0.3.2-canary.bc40f0e"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.0-canary.bc40f0e","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d602ac1f2d40d9850d77760f33a7224b447f3eb9","size":733170,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.0-canary.bc40f0e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.0-canary.bc40f0e_1534457794162_0.2440531983762093"},"_hasShrinkwrap":false,"publish_time":1534457794290,"_cnpm_publish_time":1534457794290,"contributors":[]},"0.7.0-canary.032786d":{"name":"@firebase/firestore","version":"0.7.0-canary.032786d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.032786d","@firebase/logger":"0.1.1-canary.032786d","@firebase/webchannel-wrapper":"0.2.8-canary.032786d","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.032786d","@firebase/app-types":"0.3.2-canary.032786d"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.0-canary.032786d","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"42ea502d3248803fd7f3dc69cc4d4b275842345a","size":732989,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.0-canary.032786d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.0-canary.032786d_1534455611032_0.9422472743111969"},"_hasShrinkwrap":false,"publish_time":1534455611180,"_cnpm_publish_time":1534455611180,"contributors":[]},"0.7.0-canary.ae5a048":{"name":"@firebase/firestore","version":"0.7.0-canary.ae5a048","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0-canary.ae5a048","@firebase/logger":"0.1.1-canary.ae5a048","@firebase/webchannel-wrapper":"0.2.8-canary.ae5a048","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.ae5a048","@firebase/app-types":"0.3.2-canary.ae5a048"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.7.0-canary.ae5a048","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a98bc61d069439952c5b61c959091cd778514b08","size":732590,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.0-canary.ae5a048.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.0-canary.ae5a048_1534454415342_0.8828466039842082"},"_hasShrinkwrap":false,"publish_time":1534454415538,"_cnpm_publish_time":1534454415538,"contributors":[]},"0.6.1-canary.9869db3":{"name":"@firebase/firestore","version":"0.6.1-canary.9869db3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.9869db3","@firebase/logger":"0.1.1-canary.9869db3","@firebase/webchannel-wrapper":"0.2.8-canary.9869db3","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.9869db3","@firebase/app-types":"0.3.2-canary.9869db3"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.9869db3","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1e3cad7fd0c597f362469de099df1111651ff9e9","size":732595,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.9869db3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.9869db3_1534447568679_0.22438589484880533"},"_hasShrinkwrap":false,"publish_time":1534447568835,"_cnpm_publish_time":1534447568835,"contributors":[]},"0.7.0":{"name":"@firebase/firestore","version":"0.7.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.6.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.7.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"1abbabac0f6a194513d625c5a71f62390e7ac2e3","size":732581,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.7.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.7.0_1534445929560_0.9703544979850132"},"_hasShrinkwrap":false,"publish_time":1534445929786,"_cnpm_publish_time":1534445929786,"contributors":[]},"0.6.1-canary.8f85b13":{"name":"@firebase/firestore","version":"0.6.1-canary.8f85b13","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.8f85b13","@firebase/logger":"0.1.1-canary.8f85b13","@firebase/webchannel-wrapper":"0.2.8-canary.8f85b13","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.8f85b13","@firebase/app-types":"0.3.2-canary.8f85b13"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.8f85b13","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bbaa93a8ff03e7b4a45e8c05a44b560861d81fda","size":732571,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.8f85b13.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.8f85b13_1534434279006_0.7197320564116234"},"_hasShrinkwrap":false,"publish_time":1534434279181,"_cnpm_publish_time":1534434279181,"contributors":[]},"0.6.1-canary.0ba4225":{"name":"@firebase/firestore","version":"0.6.1-canary.0ba4225","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.0ba4225","@firebase/logger":"0.1.1-canary.0ba4225","@firebase/webchannel-wrapper":"0.2.8-canary.0ba4225","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.0ba4225","@firebase/app-types":"0.3.2-canary.0ba4225"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.0ba4225","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e1f613c01f185992725d93cd179140f9fb713265","size":732534,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.0ba4225.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.0ba4225_1534378040618_0.3851832213432207"},"_hasShrinkwrap":false,"publish_time":1534378040779,"_cnpm_publish_time":1534378040779,"contributors":[]},"0.6.1-canary.d26866c":{"name":"@firebase/firestore","version":"0.6.1-canary.d26866c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.d26866c","@firebase/logger":"0.1.1-canary.d26866c","@firebase/webchannel-wrapper":"0.2.8-canary.d26866c","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.d26866c","@firebase/app-types":"0.3.2-canary.d26866c"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.d26866c","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9a85e9c2e9b81bbe4128a04e07a534be42eda5be","size":732697,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.d26866c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.d26866c_1534368575734_0.26932213573111485"},"_hasShrinkwrap":false,"publish_time":1534368575866,"_cnpm_publish_time":1534368575866,"contributors":[]},"0.6.1-canary.4ec654d":{"name":"@firebase/firestore","version":"0.6.1-canary.4ec654d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.4ec654d","@firebase/logger":"0.1.1-canary.4ec654d","@firebase/webchannel-wrapper":"0.2.8-canary.4ec654d","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.4ec654d","@firebase/app-types":"0.3.2-canary.4ec654d"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.4ec654d","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b8e63b8d8eb95fd1216e58712b54da73c870a6c3","size":732391,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.4ec654d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.4ec654d_1534351663769_0.7138392086341425"},"_hasShrinkwrap":false,"publish_time":1534351663878,"_cnpm_publish_time":1534351663878,"contributors":[]},"0.6.1-canary.fc37f4c":{"name":"@firebase/firestore","version":"0.6.1-canary.fc37f4c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.fc37f4c","@firebase/logger":"0.1.1-canary.fc37f4c","@firebase/webchannel-wrapper":"0.2.8-canary.fc37f4c","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.fc37f4c","@firebase/app-types":"0.3.2-canary.fc37f4c"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.fc37f4c","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0335eb2d892ebf5c2a311490343d7476945cca08","size":732652,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.fc37f4c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.fc37f4c_1534287293392_0.7623299709195162"},"_hasShrinkwrap":false,"publish_time":1534287293597,"_cnpm_publish_time":1534287293597,"contributors":[]},"0.6.1-canary.d559e80":{"name":"@firebase/firestore","version":"0.6.1-canary.d559e80","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.d559e80","@firebase/logger":"0.1.1-canary.d559e80","@firebase/webchannel-wrapper":"0.2.8-canary.d559e80","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.d559e80","@firebase/app-types":"0.3.2-canary.d559e80"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.d559e80","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bc39876bd5803c65823a0f0f4e360d9419eb0e17","size":731946,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.d559e80.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.d559e80_1534282934932_0.13091840567120694"},"_hasShrinkwrap":false,"publish_time":1534282935090,"_cnpm_publish_time":1534282935090,"contributors":[]},"0.6.2-1":{"name":"@firebase/firestore","version":"0.6.2-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.1-1","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.2-1","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"b579a02168dfa86bb2c2d58b1200be2171bfc770","size":731943,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.2-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.2-1_1534281522656_0.042650861490336034"},"_hasShrinkwrap":false,"publish_time":1534281522807,"_cnpm_publish_time":1534281522807,"contributors":[]},"0.6.1-canary.9941072":{"name":"@firebase/firestore","version":"0.6.1-canary.9941072","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.9941072","@firebase/logger":"0.1.1-canary.9941072","@firebase/webchannel-wrapper":"0.2.8-canary.9941072","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.9941072","@firebase/app-types":"0.3.2-canary.9941072"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.9941072","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"21f756a45c3b2f07a3bc25d8da69082c285ec695","size":731505,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.9941072.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.9941072_1534273107176_0.8878344412848429"},"_hasShrinkwrap":false,"publish_time":1534273107342,"_cnpm_publish_time":1534273107342,"contributors":[]},"0.6.1-canary.89d46be":{"name":"@firebase/firestore","version":"0.6.1-canary.89d46be","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.89d46be","@firebase/logger":"0.1.1-canary.89d46be","@firebase/webchannel-wrapper":"0.2.8-canary.89d46be","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.89d46be","@firebase/app-types":"0.3.2-canary.89d46be"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.89d46be","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1ac45754706106194b1daa7ba3f69ce9979d53c7","size":731388,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.89d46be.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.89d46be_1534186880416_0.6898483163929523"},"_hasShrinkwrap":false,"publish_time":1534186880620,"_cnpm_publish_time":1534186880620,"contributors":[]},"0.6.1-canary.b30ce32":{"name":"@firebase/firestore","version":"0.6.1-canary.b30ce32","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.b30ce32","@firebase/logger":"0.1.1-canary.b30ce32","@firebase/webchannel-wrapper":"0.2.8-canary.b30ce32","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.b30ce32","@firebase/app-types":"0.3.2-canary.b30ce32"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.b30ce32","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dccc069b1145178a24557c5e21ea77c39a35f7fa","size":731384,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.b30ce32.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.b30ce32_1534186761926_0.7425827317408669"},"_hasShrinkwrap":false,"publish_time":1534186762071,"_cnpm_publish_time":1534186762071,"contributors":[]},"0.6.1-canary.5ff6dc0":{"name":"@firebase/firestore","version":"0.6.1-canary.5ff6dc0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.5ff6dc0","@firebase/logger":"0.1.1-canary.5ff6dc0","@firebase/webchannel-wrapper":"0.2.8-canary.5ff6dc0","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.5ff6dc0","@firebase/app-types":"0.3.2-canary.5ff6dc0"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.5ff6dc0","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"42aeae6ef8e89dd1a8b893692a50af92859d8510","size":731381,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.5ff6dc0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.5ff6dc0_1533943124892_0.6373534733052382"},"_hasShrinkwrap":false,"publish_time":1533943125050,"_cnpm_publish_time":1533943125050,"contributors":[]},"0.6.1-canary.d21071e":{"name":"@firebase/firestore","version":"0.6.1-canary.d21071e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.d21071e","@firebase/logger":"0.1.1-canary.d21071e","@firebase/webchannel-wrapper":"0.2.8-canary.d21071e","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.d21071e","@firebase/app-types":"0.3.2-canary.d21071e"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.d21071e","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"25cea6a2ea2cee8abaf03f613e4d3f308b5d5203","size":726860,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.d21071e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.d21071e_1533874607723_0.9258346956016332"},"_hasShrinkwrap":false,"publish_time":1533874607898,"_cnpm_publish_time":1533874607898,"contributors":[]},"0.6.1-canary.b6e6010":{"name":"@firebase/firestore","version":"0.6.1-canary.b6e6010","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.b6e6010","@firebase/logger":"0.1.1-canary.b6e6010","@firebase/webchannel-wrapper":"0.2.8-canary.b6e6010","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.b6e6010","@firebase/app-types":"0.3.2-canary.b6e6010"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.b6e6010","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5ecf2376489686e38b3f5a4234e251af0f498b25","size":726260,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.b6e6010.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.b6e6010_1533858734642_0.23496796013600885"},"_hasShrinkwrap":false,"publish_time":1533858734764,"_cnpm_publish_time":1533858734764,"contributors":[]},"0.6.1-canary.b16bbcd":{"name":"@firebase/firestore","version":"0.6.1-canary.b16bbcd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.b16bbcd","@firebase/logger":"0.1.1-canary.b16bbcd","@firebase/webchannel-wrapper":"0.2.8-canary.b16bbcd","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.b16bbcd","@firebase/app-types":"0.3.2-canary.b16bbcd"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.b16bbcd","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2bd1d46e00dc0472e7e2d8d205d3c341449af4ba","size":726482,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.b16bbcd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.b16bbcd_1533833354537_0.3802526037148548"},"_hasShrinkwrap":false,"publish_time":1533833354647,"_cnpm_publish_time":1533833354647,"contributors":[]},"0.6.1-canary.541683b":{"name":"@firebase/firestore","version":"0.6.1-canary.541683b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.541683b","@firebase/logger":"0.1.1-canary.541683b","@firebase/webchannel-wrapper":"0.2.8-canary.541683b","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.541683b","@firebase/app-types":"0.3.2-canary.541683b"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.541683b","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"87f918897c17fdd110abd35ea5774cecfec4a489","size":725638,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.541683b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.541683b_1533770371149_0.44632436849471535"},"_hasShrinkwrap":false,"publish_time":1533770372139,"_cnpm_publish_time":1533770372139,"contributors":[]},"0.6.1-canary.c6d3993":{"name":"@firebase/firestore","version":"0.6.1-canary.c6d3993","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.c6d3993","@firebase/logger":"0.1.1-canary.c6d3993","@firebase/webchannel-wrapper":"0.2.8-canary.c6d3993","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.c6d3993","@firebase/app-types":"0.3.2-canary.c6d3993"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.c6d3993","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dac0fb801656b4fffa5fc31e49b90d7e28653a3e","size":727848,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.c6d3993.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.c6d3993_1533769559934_0.5871033198033473"},"_hasShrinkwrap":false,"publish_time":1533769560115,"_cnpm_publish_time":1533769560115,"contributors":[]},"0.6.1-canary.28c0c06":{"name":"@firebase/firestore","version":"0.6.1-canary.28c0c06","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.28c0c06","@firebase/logger":"0.1.1-canary.28c0c06","@firebase/webchannel-wrapper":"0.2.8-canary.28c0c06","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.28c0c06","@firebase/app-types":"0.3.2-canary.28c0c06"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.28c0c06","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ee6025d358365dea1ee032b2164b058b9e45e1d3","size":727830,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.28c0c06.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.28c0c06_1533710649243_0.7212022038023982"},"_hasShrinkwrap":false,"publish_time":1533710649354,"_cnpm_publish_time":1533710649354,"contributors":[]},"0.6.1-canary.2beaaea":{"name":"@firebase/firestore","version":"0.6.1-canary.2beaaea","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.2beaaea","@firebase/logger":"0.1.1-canary.2beaaea","@firebase/webchannel-wrapper":"0.2.8-canary.2beaaea","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.2beaaea","@firebase/app-types":"0.3.2-canary.2beaaea"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.2beaaea","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7a00fca31ac9231824027f8331f2d73c3e79e115","size":727580,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.2beaaea.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.2beaaea_1533689699458_0.8180131913004891"},"_hasShrinkwrap":false,"publish_time":1533689699606,"_cnpm_publish_time":1533689699606,"contributors":[]},"0.6.1-canary.9684f84":{"name":"@firebase/firestore","version":"0.6.1-canary.9684f84","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.9684f84","@firebase/logger":"0.1.1-canary.9684f84","@firebase/webchannel-wrapper":"0.2.8-canary.9684f84","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.9684f84","@firebase/app-types":"0.3.2-canary.9684f84"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.9684f84","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fd8b5e919482dd70a17ec505879d1f25223f24a5","size":727504,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.9684f84.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.9684f84_1533688322084_0.18552063265290908"},"_hasShrinkwrap":false,"publish_time":1533688322373,"_cnpm_publish_time":1533688322373,"contributors":[]},"0.6.1-canary.cb4b529":{"name":"@firebase/firestore","version":"0.6.1-canary.cb4b529","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.cb4b529","@firebase/logger":"0.1.1-canary.cb4b529","@firebase/webchannel-wrapper":"0.2.8-canary.cb4b529","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.cb4b529","@firebase/app-types":"0.3.2-canary.cb4b529"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.cb4b529","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3f2b8b2a22a87efb0c62d5255b4e2f807a4b15b6","size":725980,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.cb4b529.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.cb4b529_1533686615849_0.9710254352231875"},"_hasShrinkwrap":false,"publish_time":1533686616386,"_cnpm_publish_time":1533686616386,"contributors":[]},"0.6.1-canary.fb05d40":{"name":"@firebase/firestore","version":"0.6.1-canary.fb05d40","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.fb05d40","@firebase/logger":"0.1.1-canary.fb05d40","@firebase/webchannel-wrapper":"0.2.8-canary.fb05d40","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.fb05d40","@firebase/app-types":"0.3.2-canary.fb05d40"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.fb05d40","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2fa603b6cb527d0a816e35d1ffee9d66a03e97f2","size":726214,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.fb05d40.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.fb05d40_1533683582278_0.2534942151902204"},"_hasShrinkwrap":false,"publish_time":1533683582519,"_cnpm_publish_time":1533683582519,"contributors":[]},"0.6.2-0":{"name":"@firebase/firestore","version":"0.6.2-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.1-0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.2-0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"hiranya911@gmail.com"},"dist":{"shasum":"ed3eb1dc09618bbc1aae1e2be6bdf16191592863","size":726551,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.2-0_1533588398554_0.8242500323725912"},"_hasShrinkwrap":false,"publish_time":1533588398707,"_cnpm_publish_time":1533588398707,"contributors":[]},"0.6.1-canary.007ef8f":{"name":"@firebase/firestore","version":"0.6.1-canary.007ef8f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.007ef8f","@firebase/logger":"0.1.1-canary.007ef8f","@firebase/webchannel-wrapper":"0.2.8-canary.007ef8f","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.007ef8f","@firebase/app-types":"0.3.2-canary.007ef8f"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.007ef8f","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7e6cf65947aaf1b695229242ed0ed7eb1dd0598a","size":726545,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.007ef8f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.007ef8f_1533583794421_0.8392439843532857"},"_hasShrinkwrap":false,"publish_time":1533583794622,"_cnpm_publish_time":1533583794622,"contributors":[]},"0.6.1-canary.180b5e5":{"name":"@firebase/firestore","version":"0.6.1-canary.180b5e5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.180b5e5","@firebase/logger":"0.1.1-canary.180b5e5","@firebase/webchannel-wrapper":"0.2.8-canary.180b5e5","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.180b5e5","@firebase/app-types":"0.3.2-canary.180b5e5"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.180b5e5","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c64a3d99cb58b9eac9f4971a807d03e01e03640b","size":726559,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.180b5e5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.180b5e5_1533573202117_0.8591702005861153"},"_hasShrinkwrap":false,"publish_time":1533573202459,"_cnpm_publish_time":1533573202459,"contributors":[]},"0.6.1-canary.2f17ba0":{"name":"@firebase/firestore","version":"0.6.1-canary.2f17ba0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.2f17ba0","@firebase/logger":"0.1.1-canary.2f17ba0","@firebase/webchannel-wrapper":"0.2.8-canary.2f17ba0","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.2f17ba0","@firebase/app-types":"0.3.2-canary.2f17ba0"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.2f17ba0","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e2bea1c8ac9aa9a9f19c2930b953e927be8cf68d","size":726400,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.2f17ba0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.2f17ba0_1533333270770_0.4790272121509016"},"_hasShrinkwrap":false,"publish_time":1533333271016,"_cnpm_publish_time":1533333271016,"contributors":[]},"0.6.1-canary.dc9a5d1":{"name":"@firebase/firestore","version":"0.6.1-canary.dc9a5d1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.dc9a5d1","@firebase/logger":"0.1.1-canary.dc9a5d1","@firebase/webchannel-wrapper":"0.2.8-canary.dc9a5d1","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.dc9a5d1","@firebase/app-types":"0.3.2-canary.dc9a5d1"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.1-canary.dc9a5d1","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ad93beb4905323bbc60fd14ce1a7282e2300f549","size":645655,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1-canary.dc9a5d1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1-canary.dc9a5d1_1533331054923_0.8126075364556125"},"_hasShrinkwrap":false,"publish_time":1533331055144,"_cnpm_publish_time":1533331055144,"contributors":[]},"0.6.1":{"name":"@firebase/firestore","version":"0.6.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.6.1","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"hiranya911@gmail.com"},"dist":{"shasum":"c1fd1dc03f2c44d0bb50cc28c89c10691798ff14","size":644719,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.1_1533316765635_0.16497167349227615"},"_hasShrinkwrap":false,"publish_time":1533316765826,"_cnpm_publish_time":1533316765826,"contributors":[]},"0.6.0-canary.4af0843":{"name":"@firebase/firestore","version":"0.6.0-canary.4af0843","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.4af0843","@firebase/logger":"0.1.1-canary.4af0843","@firebase/webchannel-wrapper":"0.2.8-canary.4af0843","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.4af0843","@firebase/app-types":"0.3.2-canary.4af0843"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.4af0843","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"abc52cf0f0ca5e11551dfdc2f045ce7876f01dcc","size":644714,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.4af0843.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.4af0843_1533278470857_0.6272265594403081"},"_hasShrinkwrap":false,"publish_time":1533278471175,"_cnpm_publish_time":1533278471175,"contributors":[]},"0.6.0-canary.c906eee":{"name":"@firebase/firestore","version":"0.6.0-canary.c906eee","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.c906eee","@firebase/logger":"0.1.1-canary.c906eee","@firebase/webchannel-wrapper":"0.2.8-canary.c906eee","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.c906eee","@firebase/app-types":"0.3.2-canary.c906eee"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.c906eee","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b942780649bd79ded854f08e8f6b534a3a6f217b","size":644718,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.c906eee.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.c906eee_1533275359840_0.8472925465626364"},"_hasShrinkwrap":false,"publish_time":1533275359978,"_cnpm_publish_time":1533275359978,"contributors":[]},"0.6.0-canary.22ed571":{"name":"@firebase/firestore","version":"0.6.0-canary.22ed571","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.22ed571","@firebase/logger":"0.1.1-canary.22ed571","@firebase/webchannel-wrapper":"0.2.8-canary.22ed571","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.22ed571","@firebase/app-types":"0.3.2-canary.22ed571"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.22ed571","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ba0f3d0aec5f781f21c8819ee1cd25f411239c30","size":644720,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.22ed571.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.22ed571_1533237492570_0.33409483563580333"},"_hasShrinkwrap":false,"publish_time":1533237492712,"_cnpm_publish_time":1533237492712,"contributors":[]},"0.6.0-canary.2dab48d":{"name":"@firebase/firestore","version":"0.6.0-canary.2dab48d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.2dab48d","@firebase/logger":"0.1.1-canary.2dab48d","@firebase/webchannel-wrapper":"0.2.8-canary.2dab48d","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.2dab48d","@firebase/app-types":"0.3.2-canary.2dab48d"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.2dab48d","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9a65f239ed024213baa037518939b33f87c4f89d","size":644283,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.2dab48d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.2dab48d_1533237066063_0.13695585262285803"},"_hasShrinkwrap":false,"publish_time":1533237066290,"_cnpm_publish_time":1533237066290,"contributors":[]},"0.6.0-canary.c74c3b9":{"name":"@firebase/firestore","version":"0.6.0-canary.c74c3b9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.c74c3b9","@firebase/logger":"0.1.1-canary.c74c3b9","@firebase/webchannel-wrapper":"0.2.8-canary.c74c3b9","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.c74c3b9","@firebase/app-types":"0.3.2-canary.c74c3b9"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.c74c3b9","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"428f5af8079d9e047c42c39e961ef8b2f92043c5","size":644284,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.c74c3b9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.c74c3b9_1533159892588_0.6206067627852063"},"_hasShrinkwrap":false,"publish_time":1533159892756,"_cnpm_publish_time":1533159892756,"contributors":[]},"0.6.0-canary.e4ec036":{"name":"@firebase/firestore","version":"0.6.0-canary.e4ec036","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.e4ec036","@firebase/logger":"0.1.1-canary.e4ec036","@firebase/webchannel-wrapper":"0.2.8-canary.e4ec036","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.e4ec036","@firebase/app-types":"0.3.2-canary.e4ec036"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.e4ec036","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3ba9725905b17fe32245cf4d21844aa5e0913de4","size":644290,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.e4ec036.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.e4ec036_1533150515318_0.7807579430209775"},"_hasShrinkwrap":false,"publish_time":1533150515445,"_cnpm_publish_time":1533150515445,"contributors":[]},"0.6.0-canary.bb97c27":{"name":"@firebase/firestore","version":"0.6.0-canary.bb97c27","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.bb97c27","@firebase/logger":"0.1.1-canary.bb97c27","@firebase/webchannel-wrapper":"0.2.8-canary.bb97c27","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.bb97c27","@firebase/app-types":"0.3.2-canary.bb97c27"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.bb97c27","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a3aecb5ed8fecbe1744ff5cdbd465c709055155f","size":644370,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.bb97c27.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.bb97c27_1533145607569_0.09154653138254054"},"_hasShrinkwrap":false,"publish_time":1533145607728,"_cnpm_publish_time":1533145607728,"contributors":[]},"0.6.0-canary.e8460bc":{"name":"@firebase/firestore","version":"0.6.0-canary.e8460bc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.e8460bc","@firebase/logger":"0.1.1-canary.e8460bc","@firebase/webchannel-wrapper":"0.2.8-canary.e8460bc","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.e8460bc","@firebase/app-types":"0.3.2-canary.e8460bc"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.e8460bc","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2685260d311914101a77436775518a3964f8e45f","size":644355,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.e8460bc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.e8460bc_1533081000365_0.8682213951666744"},"_hasShrinkwrap":false,"publish_time":1533081000523,"_cnpm_publish_time":1533081000523,"contributors":[]},"0.6.0-canary.08907db":{"name":"@firebase/firestore","version":"0.6.0-canary.08907db","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.08907db","@firebase/logger":"0.1.1-canary.08907db","@firebase/webchannel-wrapper":"0.2.8-canary.08907db","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.08907db","@firebase/app-types":"0.3.2-canary.08907db"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.08907db","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a24b238cda6402075207b7dd1c9cbee0ef31f13d","size":644540,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.08907db.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.08907db_1533074865627_0.9008766522442335"},"_hasShrinkwrap":false,"publish_time":1533074865738,"_cnpm_publish_time":1533074865738,"contributors":[]},"0.6.0-canary.ca008a4":{"name":"@firebase/firestore","version":"0.6.0-canary.ca008a4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.ca008a4","@firebase/logger":"0.1.1-canary.ca008a4","@firebase/webchannel-wrapper":"0.2.8-canary.ca008a4","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.ca008a4","@firebase/app-types":"0.3.2-canary.ca008a4"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.ca008a4","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b680b4f56567ccff3a33dc6eb995b7d5fcfc7dee","size":644476,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.ca008a4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.ca008a4_1533063749620_0.23980634775479426"},"_hasShrinkwrap":false,"publish_time":1533063749801,"_cnpm_publish_time":1533063749801,"contributors":[]},"0.6.0-canary.063f729":{"name":"@firebase/firestore","version":"0.6.0-canary.063f729","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.063f729","@firebase/logger":"0.1.1-canary.063f729","@firebase/webchannel-wrapper":"0.2.8-canary.063f729","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.063f729","@firebase/app-types":"0.3.2-canary.063f729"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.063f729","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9bf1316fbf6e6bfc0eb574007a3b9e1cbdb0530b","size":644246,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.063f729.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.063f729_1533061656807_0.28519475801204597"},"_hasShrinkwrap":false,"publish_time":1533061656961,"_cnpm_publish_time":1533061656961,"contributors":[]},"0.6.0-canary.1f25d0d":{"name":"@firebase/firestore","version":"0.6.0-canary.1f25d0d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.1f25d0d","@firebase/logger":"0.1.1-canary.1f25d0d","@firebase/webchannel-wrapper":"0.2.8-canary.1f25d0d","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.1f25d0d","@firebase/app-types":"0.3.2-canary.1f25d0d"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.1f25d0d","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0f5c15171e5e0d9e59106115582b7a2153fd7951","size":643546,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.1f25d0d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.1f25d0d_1533054238092_0.7699148798034177"},"_hasShrinkwrap":false,"publish_time":1533054238221,"_cnpm_publish_time":1533054238221,"contributors":[]},"0.6.0-canary.f14ebc2":{"name":"@firebase/firestore","version":"0.6.0-canary.f14ebc2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.f14ebc2","@firebase/logger":"0.1.1-canary.f14ebc2","@firebase/webchannel-wrapper":"0.2.8-canary.f14ebc2","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.f14ebc2","@firebase/app-types":"0.3.2-canary.f14ebc2"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.f14ebc2","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"632f03d128204930a7c66620b546e0352e50f68c","size":639037,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.f14ebc2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.f14ebc2_1532996016753_0.17029747521039473"},"_hasShrinkwrap":false,"publish_time":1532996016940,"_cnpm_publish_time":1532996016940,"contributors":[]},"0.6.0-canary.a80a597":{"name":"@firebase/firestore","version":"0.6.0-canary.a80a597","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.a80a597","@firebase/logger":"0.1.1-canary.a80a597","@firebase/webchannel-wrapper":"0.2.8-canary.a80a597","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.a80a597","@firebase/app-types":"0.3.2-canary.a80a597"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.a80a597","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"72d4e87bb9bce45250e0b5fbbf5d6ce48e687c0b","size":638313,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.a80a597.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.a80a597_1532993020326_0.575499563616972"},"_hasShrinkwrap":false,"publish_time":1532993020462,"_cnpm_publish_time":1532993020462,"contributors":[]},"0.6.0-canary.f86d8c9":{"name":"@firebase/firestore","version":"0.6.0-canary.f86d8c9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.f86d8c9","@firebase/logger":"0.1.1-canary.f86d8c9","@firebase/webchannel-wrapper":"0.2.8-canary.f86d8c9","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.f86d8c9","@firebase/app-types":"0.3.2-canary.f86d8c9"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.f86d8c9","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"71700529121682a77a71798afd36eb3462b9c344","size":638325,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.f86d8c9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.f86d8c9_1532990508099_0.2966626708803006"},"_hasShrinkwrap":false,"publish_time":1532990508390,"_cnpm_publish_time":1532990508390,"contributors":[]},"0.6.0-canary.5c485dc":{"name":"@firebase/firestore","version":"0.6.0-canary.5c485dc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.5c485dc","@firebase/logger":"0.1.1-canary.5c485dc","@firebase/webchannel-wrapper":"0.2.8-canary.5c485dc","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.5c485dc","@firebase/app-types":"0.3.2-canary.5c485dc"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.5c485dc","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"56a23d94c6ec537a4cb867a05afcccd9bf123525","size":638313,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.5c485dc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.5c485dc_1532983668780_0.9323426466830389"},"_hasShrinkwrap":false,"publish_time":1532983668915,"_cnpm_publish_time":1532983668915,"contributors":[]},"0.6.0-canary.6abb55f":{"name":"@firebase/firestore","version":"0.6.0-canary.6abb55f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.6abb55f","@firebase/logger":"0.1.1-canary.6abb55f","@firebase/webchannel-wrapper":"0.2.8-canary.6abb55f","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.6abb55f","@firebase/app-types":"0.3.2-canary.6abb55f"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.6abb55f","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f0f17fda96edc4c5ee9aefba72f71cdfa396821a","size":638335,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.6abb55f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.6abb55f_1532981333108_0.8357067483019913"},"_hasShrinkwrap":false,"publish_time":1532981333245,"_cnpm_publish_time":1532981333245,"contributors":[]},"0.6.0-canary.d9e432e":{"name":"@firebase/firestore","version":"0.6.0-canary.d9e432e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.d9e432e","@firebase/logger":"0.1.1-canary.d9e432e","@firebase/webchannel-wrapper":"0.2.8-canary.d9e432e","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.d9e432e","@firebase/app-types":"0.3.2-canary.d9e432e"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.d9e432e","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b7e49de33158060b8acbae5e33a9ce5c6a5e7e7f","size":639457,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.d9e432e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.d9e432e_1532902047537_0.4513573120983896"},"_hasShrinkwrap":false,"publish_time":1532902047677,"_cnpm_publish_time":1532902047677,"contributors":[]},"0.6.0-canary.718953e":{"name":"@firebase/firestore","version":"0.6.0-canary.718953e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.718953e","@firebase/logger":"0.1.1-canary.718953e","@firebase/webchannel-wrapper":"0.2.8-canary.718953e","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.718953e","@firebase/app-types":"0.3.2-canary.718953e"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.718953e","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"16ecc3291a6ee823a267d93a326e1d4220637ec1","size":639450,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.718953e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.718953e_1532711159581_0.5866031136761682"},"_hasShrinkwrap":false,"publish_time":1532711159716,"_cnpm_publish_time":1532711159716,"contributors":[]},"0.6.0-canary.fc2e967":{"name":"@firebase/firestore","version":"0.6.0-canary.fc2e967","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.fc2e967","@firebase/logger":"0.1.1-canary.fc2e967","@firebase/webchannel-wrapper":"0.2.8-canary.fc2e967","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.fc2e967","@firebase/app-types":"0.3.2-canary.fc2e967"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.fc2e967","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3500264a4838a8844297f1f10a21732c78720d6d","size":639414,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.fc2e967.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.fc2e967_1532558369438_0.6844508634257078"},"_hasShrinkwrap":false,"publish_time":1532558369603,"_cnpm_publish_time":1532558369603,"contributors":[]},"0.6.0-canary.b8a061b":{"name":"@firebase/firestore","version":"0.6.0-canary.b8a061b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.b8a061b","@firebase/logger":"0.1.1-canary.b8a061b","@firebase/webchannel-wrapper":"0.2.8-canary.b8a061b","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.b8a061b","@firebase/app-types":"0.3.2-canary.b8a061b"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.b8a061b","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f865c90c8cab21191045a5ae57fa239ced24881c","size":638235,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.b8a061b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.b8a061b_1532546699236_0.03459487646654735"},"_hasShrinkwrap":false,"publish_time":1532546699523,"_cnpm_publish_time":1532546699523,"contributors":[]},"0.6.0-canary.d61fbb2":{"name":"@firebase/firestore","version":"0.6.0-canary.d61fbb2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.d61fbb2","@firebase/logger":"0.1.1-canary.d61fbb2","@firebase/webchannel-wrapper":"0.2.8-canary.d61fbb2","grpc":"1.13.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.d61fbb2","@firebase/app-types":"0.3.2-canary.d61fbb2"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.d61fbb2","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"697040a760db3d20489825966eb61e12f1216e31","size":638218,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.d61fbb2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.d61fbb2_1532500182323_0.6963754022632023"},"_hasShrinkwrap":false,"publish_time":1532500182438,"_cnpm_publish_time":1532500182438,"contributors":[]},"0.6.0-canary.f4dd231":{"name":"@firebase/firestore","version":"0.6.0-canary.f4dd231","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.f4dd231","@firebase/logger":"0.1.1-canary.f4dd231","@firebase/webchannel-wrapper":"0.2.8-canary.f4dd231","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.f4dd231","@firebase/app-types":"0.3.2-canary.f4dd231"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.f4dd231","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0cc566a500454970b95d8d8ce832ed9f68f827b8","size":638239,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.f4dd231.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.f4dd231_1532453714322_0.6376323983581571"},"_hasShrinkwrap":false,"publish_time":1532453714623,"_cnpm_publish_time":1532453714623,"contributors":[]},"0.6.0-canary.8309eb3":{"name":"@firebase/firestore","version":"0.6.0-canary.8309eb3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.8309eb3","@firebase/logger":"0.1.1-canary.8309eb3","@firebase/webchannel-wrapper":"0.2.8-canary.8309eb3","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.8309eb3","@firebase/app-types":"0.3.2-canary.8309eb3"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.8309eb3","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fabcb6a7532f9483ec77633f6feb784e7aa112b7","size":638191,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.8309eb3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.8309eb3_1532371885811_0.7346568174191415"},"_hasShrinkwrap":false,"publish_time":1532371885961,"_cnpm_publish_time":1532371885961,"contributors":[]},"0.6.0-canary.86c8077":{"name":"@firebase/firestore","version":"0.6.0-canary.86c8077","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.86c8077","@firebase/logger":"0.1.1-canary.86c8077","@firebase/webchannel-wrapper":"0.2.8-canary.86c8077","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.86c8077","@firebase/app-types":"0.3.2-canary.86c8077"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.86c8077","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dfc3bf9290e508a1465eb394156473f42eddb87b","size":638183,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.86c8077.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.86c8077_1532129564656_0.035529220163935005"},"_hasShrinkwrap":false,"publish_time":1532129565281,"_cnpm_publish_time":1532129565281,"contributors":[]},"0.6.0-canary.5118935":{"name":"@firebase/firestore","version":"0.6.0-canary.5118935","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.5118935","@firebase/logger":"0.1.1-canary.5118935","@firebase/webchannel-wrapper":"0.2.8-canary.5118935","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.5118935","@firebase/app-types":"0.3.2-canary.5118935"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.5118935","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c92acc80d760d92814cbfac75cc38b3ca117bd39","size":638163,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.5118935.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.5118935_1532120419496_0.4433198158062681"},"_hasShrinkwrap":false,"publish_time":1532120419741,"_cnpm_publish_time":1532120419741,"contributors":[]},"0.6.0-canary.2d7a74c":{"name":"@firebase/firestore","version":"0.6.0-canary.2d7a74c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-canary.2d7a74c","@firebase/logger":"0.1.1-canary.2d7a74c","@firebase/webchannel-wrapper":"0.2.8-canary.2d7a74c","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.2d7a74c","@firebase/app-types":"0.3.2-canary.2d7a74c"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-canary.2d7a74c","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8cffc581275bf3ccf30d5c169d7ef65472066799","size":638167,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-canary.2d7a74c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-canary.2d7a74c_1532110679363_0.33768202752845333"},"_hasShrinkwrap":false,"publish_time":1532110679516,"_cnpm_publish_time":1532110679516,"contributors":[]},"0.5.6-canary.d60f659":{"name":"@firebase/firestore","version":"0.5.6-canary.d60f659","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.d60f659","@firebase/logger":"0.1.1-canary.d60f659","@firebase/webchannel-wrapper":"0.2.8-canary.d60f659","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.d60f659","@firebase/app-types":"0.3.2-canary.d60f659"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.6-canary.d60f659","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b53215874821ce56400cae393c734d3367c33493","size":638097,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.6-canary.d60f659.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.6-canary.d60f659_1532037320889_0.5564732207337075"},"_hasShrinkwrap":false,"publish_time":1532037321027,"_cnpm_publish_time":1532037321027,"contributors":[]},"0.6.0":{"name":"@firebase/firestore","version":"0.6.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.6.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"57ca88d1f700296ecbe6e10000513b3cd7512a96","size":638055,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0_1532036042572_0.4130340480306287"},"_hasShrinkwrap":false,"publish_time":1532036042704,"_cnpm_publish_time":1532036042704,"contributors":[]},"0.6.0-1":{"name":"@firebase/firestore","version":"0.6.0-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-1","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-1","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"4328c8ef84131b8933a7c37b9cfd9eb18ea9fe0d","size":638065,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-1_1532033571106_0.589361707301161"},"_hasShrinkwrap":false,"publish_time":1532033571320,"_cnpm_publish_time":1532033571320,"contributors":[]},"0.5.6-canary.fffdb75":{"name":"@firebase/firestore","version":"0.5.6-canary.fffdb75","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.fffdb75","@firebase/logger":"0.1.1-canary.fffdb75","@firebase/webchannel-wrapper":"0.2.8-canary.fffdb75","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.fffdb75","@firebase/app-types":"0.3.2-canary.fffdb75"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.6-canary.fffdb75","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"911116fd9e2628967c744ecadef0871f9cf38f0e","size":638092,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.6-canary.fffdb75.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.6-canary.fffdb75_1532032178128_0.7369954003146959"},"_hasShrinkwrap":false,"publish_time":1532032178295,"_cnpm_publish_time":1532032178295,"contributors":[]},"0.5.6-canary.4b51dee":{"name":"@firebase/firestore","version":"0.5.6-canary.4b51dee","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.4b51dee","@firebase/logger":"0.1.1-canary.4b51dee","@firebase/webchannel-wrapper":"0.2.8-canary.4b51dee","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.4b51dee","@firebase/app-types":"0.3.2-canary.4b51dee"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.6-canary.4b51dee","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f54b9f6330ea1eb93520c4208ea49842fcbd92af","size":638344,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.6-canary.4b51dee.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.6-canary.4b51dee_1532024505480_0.6855984097045298"},"_hasShrinkwrap":false,"publish_time":1532024505623,"_cnpm_publish_time":1532024505623,"contributors":[]},"0.6.0-0":{"name":"@firebase/firestore","version":"0.6.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.5.0-0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.6.0-0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"2647d48c307be7e399466eb01870bb81ec5d4b55","size":638244,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.6.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.6.0-0_1532020999950_0.027352297830749217"},"_hasShrinkwrap":false,"publish_time":1532021000070,"_cnpm_publish_time":1532021000070,"contributors":[]},"0.5.6-canary.e6ab894":{"name":"@firebase/firestore","version":"0.5.6-canary.e6ab894","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.e6ab894","@firebase/logger":"0.1.1-canary.e6ab894","@firebase/webchannel-wrapper":"0.2.8-canary.e6ab894","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.e6ab894","@firebase/app-types":"0.3.2-canary.e6ab894"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.6-canary.e6ab894","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b4117d0a345c10f98c45fd21ce2772dc55ffa64e","size":638268,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.6-canary.e6ab894.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.6-canary.e6ab894_1531971225355_0.5331210625435652"},"_hasShrinkwrap":false,"publish_time":1531971225489,"_cnpm_publish_time":1531971225489,"contributors":[]},"0.5.6-canary.593cd20":{"name":"@firebase/firestore","version":"0.5.6-canary.593cd20","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.593cd20","@firebase/logger":"0.1.1-canary.593cd20","@firebase/webchannel-wrapper":"0.2.8-canary.593cd20","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.593cd20","@firebase/app-types":"0.3.2-canary.593cd20"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.6-canary.593cd20","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6225069a9337f9123399432de5e46d5bfc08599c","size":637597,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.6-canary.593cd20.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.6-canary.593cd20_1531961689966_0.47224503510470917"},"_hasShrinkwrap":false,"publish_time":1531961690175,"_cnpm_publish_time":1531961690175,"contributors":[]},"0.5.6-canary.6d66392":{"name":"@firebase/firestore","version":"0.5.6-canary.6d66392","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.6d66392","@firebase/logger":"0.1.1-canary.6d66392","@firebase/webchannel-wrapper":"0.2.8-canary.6d66392","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.6d66392","@firebase/app-types":"0.3.2-canary.6d66392"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.6-canary.6d66392","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"41377541bfe4c43067cea5462c5ab6ac1e425360","size":637596,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.6-canary.6d66392.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.6-canary.6d66392_1531944846126_0.12278353035122991"},"_hasShrinkwrap":false,"publish_time":1531944846393,"_cnpm_publish_time":1531944846393,"contributors":[]},"0.5.6-canary.3d1a15c":{"name":"@firebase/firestore","version":"0.5.6-canary.3d1a15c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.3d1a15c","@firebase/logger":"0.1.1-canary.3d1a15c","@firebase/webchannel-wrapper":"0.2.8-canary.3d1a15c","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.3d1a15c","@firebase/app-types":"0.3.2-canary.3d1a15c"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.6-canary.3d1a15c","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d2aa232a156dd0325e182061b4c8366d252ed61f","size":636664,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.6-canary.3d1a15c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.6-canary.3d1a15c_1531939246081_0.8298684167584041"},"_hasShrinkwrap":false,"publish_time":1531939246291,"_cnpm_publish_time":1531939246291,"contributors":[]},"0.5.7-0":{"name":"@firebase/firestore","version":"0.5.7-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.4-0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.7-0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"fce6ed4e020737f5547e238e8cf5e99bfc2782e4","size":636681,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.7-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.7-0_1531938585291_0.5773979159213818"},"_hasShrinkwrap":false,"publish_time":1531938585410,"_cnpm_publish_time":1531938585410,"contributors":[]},"0.5.6-canary.81cd260":{"name":"@firebase/firestore","version":"0.5.6-canary.81cd260","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.81cd260","@firebase/logger":"0.1.1-canary.81cd260","@firebase/webchannel-wrapper":"0.2.8-canary.81cd260","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.81cd260","@firebase/app-types":"0.3.2-canary.81cd260"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.6-canary.81cd260","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7fb1eb4f14b1c0f4112a3175efcc904c8dddbfd7","size":635462,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.6-canary.81cd260.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.6-canary.81cd260_1531246551513_0.45532264912819076"},"_hasShrinkwrap":false,"publish_time":1531246551690,"_cnpm_publish_time":1531246551690,"contributors":[]},"0.5.6-canary.284a746":{"name":"@firebase/firestore","version":"0.5.6-canary.284a746","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.284a746","@firebase/logger":"0.1.1-canary.284a746","@firebase/webchannel-wrapper":"0.2.8-canary.284a746","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.284a746","@firebase/app-types":"0.3.2-canary.284a746"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.6-canary.284a746","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"60a5cb92a22f9a1f5cd9e95cb587cafe9737ec22","size":635493,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.6-canary.284a746.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.6-canary.284a746_1531163936010_0.08194772958856311"},"_hasShrinkwrap":false,"publish_time":1531163936246,"_cnpm_publish_time":1531163936246,"contributors":[]},"0.5.6-canary.7cd0b5d":{"name":"@firebase/firestore","version":"0.5.6-canary.7cd0b5d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.7cd0b5d","@firebase/logger":"0.1.1-canary.7cd0b5d","@firebase/webchannel-wrapper":"0.2.8-canary.7cd0b5d","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.7cd0b5d","@firebase/app-types":"0.3.2-canary.7cd0b5d"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.6-canary.7cd0b5d","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0f40d5d5c2f98235f29cd527190cd758107463c1","size":635517,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.6-canary.7cd0b5d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.6-canary.7cd0b5d_1530650068820_0.22397938194243228"},"_hasShrinkwrap":false,"publish_time":1530650068938,"_cnpm_publish_time":1530650068938,"contributors":[]},"0.5.6-canary.27d2778":{"name":"@firebase/firestore","version":"0.5.6-canary.27d2778","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.27d2778","@firebase/logger":"0.1.1-canary.27d2778","@firebase/webchannel-wrapper":"0.2.8-canary.27d2778","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.27d2778","@firebase/app-types":"0.3.2-canary.27d2778"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.6-canary.27d2778","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"076478f88b72570a41d81abea79f349b3ec86c70","size":634677,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.6-canary.27d2778.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.6-canary.27d2778_1530333608338_0.964183286683916"},"_hasShrinkwrap":false,"publish_time":1530333608759,"_cnpm_publish_time":1530333608759,"contributors":[]},"0.5.6-canary.7210db8":{"name":"@firebase/firestore","version":"0.5.6-canary.7210db8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.7210db8","@firebase/logger":"0.1.1-canary.7210db8","@firebase/webchannel-wrapper":"0.2.8-canary.7210db8","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.7210db8","@firebase/app-types":"0.3.2-canary.7210db8"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.6-canary.7210db8","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"29f9010bbac3d962934ec7a0403782fcd969c983","size":634666,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.6-canary.7210db8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.6-canary.7210db8_1530311513360_0.5641711891970462"},"_hasShrinkwrap":false,"publish_time":1530311513494,"_cnpm_publish_time":1530311513494,"contributors":[]},"0.5.6-canary.cd4b9af":{"name":"@firebase/firestore","version":"0.5.6-canary.cd4b9af","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.cd4b9af","@firebase/logger":"0.1.1-canary.cd4b9af","@firebase/webchannel-wrapper":"0.2.8-canary.cd4b9af","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.cd4b9af","@firebase/app-types":"0.3.2-canary.cd4b9af"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.6-canary.cd4b9af","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f6cd84beb24491d6683d239d23bc33b1571aa4d8","size":634673,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.6-canary.cd4b9af.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.6-canary.cd4b9af_1530230280780_0.005222979024141816"},"_hasShrinkwrap":false,"publish_time":1530230281015,"_cnpm_publish_time":1530230281015,"contributors":[]},"0.5.6":{"name":"@firebase/firestore","version":"0.5.6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.5.6","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"2d859b319680ad61c6b72a2d821588949ac8b491","size":634654,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.6_1530220530471_0.5564574308649146"},"_hasShrinkwrap":false,"publish_time":1530220530648,"_cnpm_publish_time":1530220530648,"contributors":[]},"0.5.6-0":{"name":"@firebase/firestore","version":"0.5.6-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.6-0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"6dfa18665f7b309ae06c0badb33074fdfac80793","size":634642,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.6-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.6-0_1530131765456_0.9169765649514372"},"_hasShrinkwrap":false,"publish_time":1530131765652,"_cnpm_publish_time":1530131765652,"contributors":[]},"0.5.5-canary.40205f3":{"name":"@firebase/firestore","version":"0.5.5-canary.40205f3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.40205f3","@firebase/logger":"0.1.1-canary.40205f3","@firebase/webchannel-wrapper":"0.2.8-canary.40205f3","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.40205f3","@firebase/app-types":"0.3.2-canary.40205f3"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.5-canary.40205f3","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"97dd6c8e9af1310dc4eb02f9c634a156d59d5003","size":634688,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.5-canary.40205f3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.5-canary.40205f3_1530124875337_0.25356251027027876"},"_hasShrinkwrap":false,"publish_time":1530124875453,"_cnpm_publish_time":1530124875453,"contributors":[]},"0.5.5-canary.d134c39":{"name":"@firebase/firestore","version":"0.5.5-canary.d134c39","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.d134c39","@firebase/logger":"0.1.1-canary.d134c39","@firebase/webchannel-wrapper":"0.2.8-canary.d134c39","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.d134c39","@firebase/app-types":"0.3.2-canary.d134c39"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.5-canary.d134c39","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"02bcc0ae55f7bc82ef208bfa2f6d490ba43e2657","size":634639,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.5-canary.d134c39.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.5-canary.d134c39_1530059621554_0.16921226758889785"},"_hasShrinkwrap":false,"publish_time":1530059621700,"_cnpm_publish_time":1530059621700,"contributors":[]},"0.5.5-canary.189bcea":{"name":"@firebase/firestore","version":"0.5.5-canary.189bcea","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.189bcea","@firebase/logger":"0.1.1-canary.189bcea","@firebase/webchannel-wrapper":"0.2.8-canary.189bcea","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.189bcea","@firebase/app-types":"0.3.2-canary.189bcea"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.5-canary.189bcea","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ac7893260e8beb1249449fb11034a556fbe0c069","size":634645,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.5-canary.189bcea.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.5-canary.189bcea_1530056429399_0.35103020659628403"},"_hasShrinkwrap":false,"publish_time":1530056429593,"_cnpm_publish_time":1530056429593,"contributors":[]},"0.5.5-canary.1bc1c46":{"name":"@firebase/firestore","version":"0.5.5-canary.1bc1c46","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.1bc1c46","@firebase/logger":"0.1.1-canary.1bc1c46","@firebase/webchannel-wrapper":"0.2.8-canary.1bc1c46","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.1bc1c46","@firebase/app-types":"0.3.2-canary.1bc1c46"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.5-canary.1bc1c46","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a259f095363b0ee4ce820c53f3edb4681ceb0c02","size":634339,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.5-canary.1bc1c46.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.5-canary.1bc1c46_1529971981098_0.896398612269746"},"_hasShrinkwrap":false,"publish_time":1529971981227,"_cnpm_publish_time":1529971981227,"contributors":[]},"0.5.5-canary.7a41fe7":{"name":"@firebase/firestore","version":"0.5.5-canary.7a41fe7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.7a41fe7","@firebase/logger":"0.1.1-canary.7a41fe7","@firebase/webchannel-wrapper":"0.2.8-canary.7a41fe7","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.7a41fe7","@firebase/app-types":"0.3.2-canary.7a41fe7"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.5-canary.7a41fe7","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fe096331552e51c5c169ee735948b56ba8d30f91","size":634346,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.5-canary.7a41fe7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.5-canary.7a41fe7_1529965709130_0.6084803795426197"},"_hasShrinkwrap":false,"publish_time":1529965709246,"_cnpm_publish_time":1529965709246,"contributors":[]},"0.5.5-canary.ff35149":{"name":"@firebase/firestore","version":"0.5.5-canary.ff35149","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.ff35149","@firebase/logger":"0.1.1-canary.ff35149","@firebase/webchannel-wrapper":"0.2.8-canary.ff35149","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.ff35149","@firebase/app-types":"0.3.2-canary.ff35149"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.5-canary.ff35149","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5f9c5b8cd16ecdeea36b232912aaaed48d39a0e5","size":634335,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.5-canary.ff35149.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.5-canary.ff35149_1529948973420_0.9441150367555096"},"_hasShrinkwrap":false,"publish_time":1529948973561,"_cnpm_publish_time":1529948973561,"contributors":[]},"0.5.5":{"name":"@firebase/firestore","version":"0.5.5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.5.5","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"cb41fd528520e45374cf0da4a7e87382b515840c","size":634318,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.5_1529605667548_0.37624230982217055"},"_hasShrinkwrap":false,"publish_time":1529605667726,"_cnpm_publish_time":1529605667726,"contributors":[]},"0.5.4-canary.f21f3ca":{"name":"@firebase/firestore","version":"0.5.4-canary.f21f3ca","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.f21f3ca","@firebase/logger":"0.1.1-canary.f21f3ca","@firebase/webchannel-wrapper":"0.2.8-canary.f21f3ca","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.f21f3ca","@firebase/app-types":"0.3.2-canary.f21f3ca"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.4-canary.f21f3ca","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"071e32e15ca148aca8e06229593edd5219eb15b7","size":634322,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.4-canary.f21f3ca.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.4-canary.f21f3ca_1529522091937_0.5933997803126534"},"_hasShrinkwrap":false,"publish_time":1529522092085,"_cnpm_publish_time":1529522092085,"contributors":[]},"0.5.4-canary.3c064a3":{"name":"@firebase/firestore","version":"0.5.4-canary.3c064a3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.3c064a3","@firebase/logger":"0.1.1-canary.3c064a3","@firebase/webchannel-wrapper":"0.2.8-canary.3c064a3","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.3c064a3","@firebase/app-types":"0.3.2-canary.3c064a3"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.4-canary.3c064a3","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6671e5269186dec3c2aab26863d1061d5e131f7a","size":634333,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.4-canary.3c064a3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.4-canary.3c064a3_1529522063407_0.05477592072616999"},"_hasShrinkwrap":false,"publish_time":1529522063512,"_cnpm_publish_time":1529522063512,"contributors":[]},"0.5.4-canary.870fd29":{"name":"@firebase/firestore","version":"0.5.4-canary.870fd29","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.870fd29","@firebase/logger":"0.1.1-canary.870fd29","@firebase/webchannel-wrapper":"0.2.8-canary.870fd29","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.870fd29","@firebase/app-types":"0.3.2-canary.870fd29"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.4-canary.870fd29","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4e3914c3e6c34d6992c31b908868a69c92256746","size":634327,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.4-canary.870fd29.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.4-canary.870fd29_1529507824817_0.3188571173358734"},"_hasShrinkwrap":false,"publish_time":1529507824946,"_cnpm_publish_time":1529507824946,"contributors":[]},"0.5.4-canary.f305430":{"name":"@firebase/firestore","version":"0.5.4-canary.f305430","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.f305430","@firebase/logger":"0.1.1-canary.f305430","@firebase/webchannel-wrapper":"0.2.8-canary.f305430","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.f305430","@firebase/app-types":"0.3.2-canary.f305430"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.4-canary.f305430","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"944ae87182abf4ff2604a51bbbd2feac58ee1b64","size":634326,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.4-canary.f305430.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.4-canary.f305430_1529359071071_0.46427528487705594"},"_hasShrinkwrap":false,"publish_time":1529359071223,"_cnpm_publish_time":1529359071223,"contributors":[]},"0.5.4-canary.18ee278":{"name":"@firebase/firestore","version":"0.5.4-canary.18ee278","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.18ee278","@firebase/logger":"0.1.1-canary.18ee278","@firebase/webchannel-wrapper":"0.2.8-canary.18ee278","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.18ee278","@firebase/app-types":"0.3.2-canary.18ee278"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.4-canary.18ee278","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4aa7c0430596de92c80d4729d859d8aeac80570a","size":634317,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.4-canary.18ee278.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.4-canary.18ee278_1529354704101_0.9407666370529215"},"_hasShrinkwrap":false,"publish_time":1529354704229,"_cnpm_publish_time":1529354704229,"contributors":[]},"0.5.4-canary.78b36cb":{"name":"@firebase/firestore","version":"0.5.4-canary.78b36cb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.78b36cb","@firebase/logger":"0.1.1-canary.78b36cb","@firebase/webchannel-wrapper":"0.2.8-canary.78b36cb","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.78b36cb","@firebase/app-types":"0.3.2-canary.78b36cb"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.4-canary.78b36cb","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"040c559d7444564f944620ec39a764b34d8acb71","size":634306,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.4-canary.78b36cb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.4-canary.78b36cb_1529347837908_0.617272306784451"},"_hasShrinkwrap":false,"publish_time":1529347838047,"_cnpm_publish_time":1529347838047,"contributors":[]},"0.5.5-0":{"name":"@firebase/firestore","version":"0.5.5-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.5-0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"4c4147eb3bd6e40f8e22c80d0cc55529bad59ee7","size":634293,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.5-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.5-0_1528912745239_0.874610307457399"},"_hasShrinkwrap":false,"publish_time":1528912745413,"_cnpm_publish_time":1528912745413,"contributors":[]},"0.5.4-canary.c808a57":{"name":"@firebase/firestore","version":"0.5.4-canary.c808a57","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.c808a57","@firebase/logger":"0.1.1-canary.c808a57","@firebase/webchannel-wrapper":"0.2.8-canary.c808a57","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.c808a57","@firebase/app-types":"0.3.2-canary.c808a57"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.4-canary.c808a57","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b8c83d7be393f4d6bb4ed9353d3de57825596d59","size":634331,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.4-canary.c808a57.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.4-canary.c808a57_1528906859116_0.9469365427767"},"_hasShrinkwrap":false,"publish_time":1528906859237,"_cnpm_publish_time":1528906859237,"contributors":[]},"0.5.4-canary.c2ffbde":{"name":"@firebase/firestore","version":"0.5.4-canary.c2ffbde","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.c2ffbde","@firebase/logger":"0.1.1-canary.c2ffbde","@firebase/webchannel-wrapper":"0.2.8-canary.c2ffbde","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.c2ffbde","@firebase/app-types":"0.3.2-canary.c2ffbde"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.4-canary.c2ffbde","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d2183228d4cb0d29a0627e72fcff47a4321ac954","size":634283,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.4-canary.c2ffbde.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.4-canary.c2ffbde_1528829046935_0.15205975994573073"},"_hasShrinkwrap":false,"publish_time":1528829047007,"_cnpm_publish_time":1528829047007,"contributors":[]},"0.5.4-canary.4ca7bdf":{"name":"@firebase/firestore","version":"0.5.4-canary.4ca7bdf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.4ca7bdf","@firebase/logger":"0.1.1-canary.4ca7bdf","@firebase/webchannel-wrapper":"0.2.8-canary.4ca7bdf","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.4ca7bdf","@firebase/app-types":"0.3.2-canary.4ca7bdf"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.4-canary.4ca7bdf","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9845ece75c03f24de0024b3a645ddf07f2e5547e","size":634247,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.4-canary.4ca7bdf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.4-canary.4ca7bdf_1528739961705_0.17790608097226368"},"_hasShrinkwrap":false,"publish_time":1528739961858,"_cnpm_publish_time":1528739961858,"contributors":[]},"0.5.4-canary.9534831":{"name":"@firebase/firestore","version":"0.5.4-canary.9534831","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.9534831","@firebase/logger":"0.1.1-canary.9534831","@firebase/webchannel-wrapper":"0.2.8-canary.9534831","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.9534831","@firebase/app-types":"0.3.2-canary.9534831"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.4-canary.9534831","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7a96fca49169adedd8d4212a913f4deb53247b06","size":634275,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.4-canary.9534831.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.4-canary.9534831_1528229259441_0.28303699919447145"},"_hasShrinkwrap":false,"publish_time":1528229259605,"_cnpm_publish_time":1528229259605,"contributors":[]},"0.5.4-canary.5e82b60":{"name":"@firebase/firestore","version":"0.5.4-canary.5e82b60","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.5e82b60","@firebase/logger":"0.1.1-canary.5e82b60","@firebase/webchannel-wrapper":"0.2.8-canary.5e82b60","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.5e82b60","@firebase/app-types":"0.3.2-canary.5e82b60"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.4-canary.5e82b60","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e131551cb28d893e4ad22fe1ebda6bba854f4e7d","size":634266,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.4-canary.5e82b60.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.4-canary.5e82b60_1528132957067_0.9616121245854821"},"_hasShrinkwrap":false,"publish_time":1528132957980,"_cnpm_publish_time":1528132957980,"contributors":[]},"0.5.4-canary.4673f7d":{"name":"@firebase/firestore","version":"0.5.4-canary.4673f7d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.4673f7d","@firebase/logger":"0.1.1-canary.4673f7d","@firebase/webchannel-wrapper":"0.2.8-canary.4673f7d","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.4673f7d","@firebase/app-types":"0.3.2-canary.4673f7d"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.4-canary.4673f7d","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"32b89b5c7a8c8a8de4de733c5c8a28076f0a1654","size":634267,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.4-canary.4673f7d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.4-canary.4673f7d_1528125875879_0.8282671473278971"},"_hasShrinkwrap":false,"publish_time":1528125876045,"_cnpm_publish_time":1528125876045,"contributors":[]},"0.5.4-canary.23c576e":{"name":"@firebase/firestore","version":"0.5.4-canary.23c576e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.23c576e","@firebase/logger":"0.1.1-canary.23c576e","@firebase/webchannel-wrapper":"0.2.8-canary.23c576e","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.23c576e","@firebase/app-types":"0.3.2-canary.23c576e"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.4-canary.23c576e","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"17eb6027f6026f9345cd4030ff05980613daeac8","size":634306,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.4-canary.23c576e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.4-canary.23c576e_1527895568694_0.22032343985383873"},"_hasShrinkwrap":false,"publish_time":1527895568827,"_cnpm_publish_time":1527895568827,"contributors":[]},"0.5.4-canary.236d4d0":{"name":"@firebase/firestore","version":"0.5.4-canary.236d4d0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.236d4d0","@firebase/logger":"0.1.1-canary.236d4d0","@firebase/webchannel-wrapper":"0.2.8-canary.236d4d0","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.236d4d0","@firebase/app-types":"0.3.2-canary.236d4d0"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.4-canary.236d4d0","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ec3a393aa00f57c70844060d1c5e9990cc735cc0","size":634288,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.4-canary.236d4d0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.4-canary.236d4d0_1527813028864_0.8122827796403564"},"_hasShrinkwrap":false,"publish_time":1527813028971,"_cnpm_publish_time":1527813028971,"contributors":[]},"0.5.4-canary.233161d":{"name":"@firebase/firestore","version":"0.5.4-canary.233161d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.233161d","@firebase/logger":"0.1.1-canary.233161d","@firebase/webchannel-wrapper":"0.2.8-canary.233161d","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.233161d","@firebase/app-types":"0.3.2-canary.233161d"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.4-canary.233161d","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3e5f700257e1146b3da95c3382a2837c5dfa2feb","size":634285,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.4-canary.233161d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.4-canary.233161d_1527781702014_0.39175308302128564"},"_hasShrinkwrap":false,"publish_time":1527781702171,"_cnpm_publish_time":1527781702171,"contributors":[]},"0.5.4-canary.3e806ca":{"name":"@firebase/firestore","version":"0.5.4-canary.3e806ca","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.3e806ca","@firebase/logger":"0.1.1-canary.3e806ca","@firebase/webchannel-wrapper":"0.2.8-canary.3e806ca","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.3e806ca","@firebase/app-types":"0.3.2-canary.3e806ca"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.4-canary.3e806ca","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5dfdbcb7398a4aff596658a0e16985669b5bfd9b","size":634274,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.4-canary.3e806ca.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.4-canary.3e806ca_1527716159582_0.2883480467959332"},"_hasShrinkwrap":false,"publish_time":1527716159723,"_cnpm_publish_time":1527716159723,"contributors":[]},"0.5.4-canary.2f7375a":{"name":"@firebase/firestore","version":"0.5.4-canary.2f7375a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.2f7375a","@firebase/logger":"0.1.1-canary.2f7375a","@firebase/webchannel-wrapper":"0.2.8-canary.2f7375a","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.2f7375a","@firebase/app-types":"0.3.2-canary.2f7375a"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.4-canary.2f7375a","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"08fc9126850ef8f4c4ec872eef8e194a8ac937e3","size":634015,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.4-canary.2f7375a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.4-canary.2f7375a_1527701840191_0.2243837942509077"},"_hasShrinkwrap":false,"publish_time":1527701840303,"_cnpm_publish_time":1527701840303,"contributors":[]},"0.5.4-canary.96a1092":{"name":"@firebase/firestore","version":"0.5.4-canary.96a1092","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.96a1092","@firebase/logger":"0.1.1-canary.96a1092","@firebase/webchannel-wrapper":"0.2.8-canary.96a1092","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.96a1092","@firebase/app-types":"0.3.2-canary.96a1092"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.4-canary.96a1092","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7682ad34d4dd9114f89c2344e426d2a7e9b3e0b1","size":633988,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.4-canary.96a1092.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.4-canary.96a1092_1527289171826_0.5173818915684536"},"_hasShrinkwrap":false,"publish_time":1527289172034,"_cnpm_publish_time":1527289172034,"contributors":[]},"0.5.4-canary.a08cfe6":{"name":"@firebase/firestore","version":"0.5.4-canary.a08cfe6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-canary.a08cfe6","@firebase/logger":"0.1.1-canary.a08cfe6","@firebase/webchannel-wrapper":"0.2.8-canary.a08cfe6","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.3-canary.a08cfe6","@firebase/app-types":"0.3.2-canary.a08cfe6"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.4-canary.a08cfe6","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7cbb26e114963eaa720f4bc91a0fa0ead28a8cfc","size":635304,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.4-canary.a08cfe6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.4-canary.a08cfe6_1527282953364_0.27726250429287624"},"_hasShrinkwrap":false,"publish_time":1527282953673,"_cnpm_publish_time":1527282953673,"contributors":[]},"0.5.4":{"name":"@firebase/firestore","version":"0.5.4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.5.4","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"26f67fa038ffd74ef849019728c59d4a5590a324","size":635216,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.4_1527202591551_0.918293457342976"},"_hasShrinkwrap":false,"publish_time":1527202591742,"_cnpm_publish_time":1527202591742,"contributors":[]},"0.5.3-canary.b10c057":{"name":"@firebase/firestore","version":"0.5.3-canary.b10c057","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.2-canary.b10c057","@firebase/logger":"0.1.1-canary.b10c057","@firebase/webchannel-wrapper":"0.2.8-canary.b10c057","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.2-canary.b10c057","@firebase/app-types":"0.3.1-canary.b10c057"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.3-canary.b10c057","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"94550228267685ec477398d2444768bcb80430f6","size":635236,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.3-canary.b10c057.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.3-canary.b10c057_1527185415484_0.6058938558905873"},"_hasShrinkwrap":false,"publish_time":1527185415601,"_cnpm_publish_time":1527185415601,"contributors":[]},"0.5.3-canary.4d16f51":{"name":"@firebase/firestore","version":"0.5.3-canary.4d16f51","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.2-canary.4d16f51","@firebase/logger":"0.1.1-canary.4d16f51","@firebase/webchannel-wrapper":"0.2.8-canary.4d16f51","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.2-canary.4d16f51","@firebase/app-types":"0.3.1-canary.4d16f51"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.3-canary.4d16f51","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cf4040620732c29342f6f1399f8c9a426e47b1bb","size":634586,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.3-canary.4d16f51.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.3-canary.4d16f51_1527098512461_0.5943980131502642"},"_hasShrinkwrap":false,"publish_time":1527098512607,"_cnpm_publish_time":1527098512607,"contributors":[]},"0.5.3-canary.916c692":{"name":"@firebase/firestore","version":"0.5.3-canary.916c692","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.2-canary.916c692","@firebase/logger":"0.1.1-canary.916c692","@firebase/webchannel-wrapper":"0.2.8-canary.916c692","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.2-canary.916c692","@firebase/app-types":"0.3.1-canary.916c692"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.3-canary.916c692","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"da9ee8960afc73197e9c2fc9659ab5402c2caed7","size":634567,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.3-canary.916c692.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.3-canary.916c692_1527034287603_0.9358199236192053"},"_hasShrinkwrap":false,"publish_time":1527034287770,"_cnpm_publish_time":1527034287770,"contributors":[]},"0.5.3-canary.47625d7":{"name":"@firebase/firestore","version":"0.5.3-canary.47625d7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.2-canary.47625d7","@firebase/logger":"0.1.1-canary.47625d7","@firebase/webchannel-wrapper":"0.2.8-canary.47625d7","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.2-canary.47625d7","@firebase/app-types":"0.3.1-canary.47625d7"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.3-canary.47625d7","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b9adbe6777a5acd5b61fab2663b86e0b72bd0801","size":634365,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.3-canary.47625d7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.3-canary.47625d7_1527028122719_0.25093104816205414"},"_hasShrinkwrap":false,"publish_time":1527028122811,"_cnpm_publish_time":1527028122811,"contributors":[]},"0.5.4-0":{"name":"@firebase/firestore","version":"0.5.4-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.3-0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-summary-reporter":"1.5.0","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.4-0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"aff4b7e0b940421defb00d97879dd8ca5b29eec4","size":634341,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.4-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.4-0_1527027984296_0.5589487100713364"},"_hasShrinkwrap":false,"publish_time":1527027984419,"_cnpm_publish_time":1527027984419,"contributors":[]},"0.5.3-canary.b658d8c":{"name":"@firebase/firestore","version":"0.5.3-canary.b658d8c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.2-canary.b658d8c","@firebase/logger":"0.1.1-canary.b658d8c","@firebase/webchannel-wrapper":"0.2.8-canary.b658d8c","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.2-canary.b658d8c","@firebase/app-types":"0.3.1-canary.b658d8c"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.3-canary.b658d8c","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c280e34f4203b1d3fa0b4bd62953b269e30fbedd","size":634347,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.3-canary.b658d8c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.3-canary.b658d8c_1527023066361_0.8498296647817256"},"_hasShrinkwrap":false,"publish_time":1527023066513,"_cnpm_publish_time":1527023066513,"contributors":[]},"0.5.3-canary.2622286":{"name":"@firebase/firestore","version":"0.5.3-canary.2622286","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.2-canary.2622286","@firebase/logger":"0.1.1-canary.2622286","@firebase/webchannel-wrapper":"0.2.8-canary.2622286","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.2-canary.2622286","@firebase/app-types":"0.3.1-canary.2622286"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","prettier":"1.12.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.3-canary.2622286","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a6072242b9447e51e121b524abecb436d91f9dd9","size":634338,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.3-canary.2622286.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.3-canary.2622286_1527015788532_0.5656291560003239"},"_hasShrinkwrap":false,"publish_time":1527015788670,"_cnpm_publish_time":1527015788670,"contributors":[]},"0.5.3-canary.9556469":{"name":"@firebase/firestore","version":"0.5.3-canary.9556469","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.2-canary.9556469","@firebase/logger":"0.1.1-canary.9556469","@firebase/webchannel-wrapper":"0.2.8-canary.9556469","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.2-canary.9556469","@firebase/app-types":"0.3.1-canary.9556469"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.3-canary.9556469","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9a86d924702019602524bdf26e8a8c4723d33b2e","size":634304,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.3-canary.9556469.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.3-canary.9556469_1526936476711_0.35205073358932726"},"_hasShrinkwrap":false,"publish_time":1526936476886,"_cnpm_publish_time":1526936476886,"contributors":[]},"0.5.3-canary.d068bc5":{"name":"@firebase/firestore","version":"0.5.3-canary.d068bc5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.2-canary.d068bc5","@firebase/logger":"0.1.1-canary.d068bc5","@firebase/webchannel-wrapper":"0.2.8-canary.d068bc5","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.2-canary.d068bc5","@firebase/app-types":"0.3.1-canary.d068bc5"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.3-canary.d068bc5","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3e130e3122f6d501a9a4fb114a3dffb78bb76ebb","size":634279,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.3-canary.d068bc5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.3-canary.d068bc5_1526930798311_0.10498826902715797"},"_hasShrinkwrap":false,"publish_time":1526930798408,"_cnpm_publish_time":1526930798408,"contributors":[]},"0.5.3-canary.e9caf33":{"name":"@firebase/firestore","version":"0.5.3-canary.e9caf33","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.2-canary.e9caf33","@firebase/logger":"0.1.1-canary.e9caf33","@firebase/webchannel-wrapper":"0.2.8-canary.e9caf33","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.2-canary.e9caf33","@firebase/app-types":"0.3.1-canary.e9caf33"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.3-canary.e9caf33","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3b2b1c4aa507e8d8e82bc1ea25cb9d0b26829360","size":634287,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.3-canary.e9caf33.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.3-canary.e9caf33_1526926291099_0.19189304544042907"},"_hasShrinkwrap":false,"publish_time":1526926291209,"_cnpm_publish_time":1526926291209,"contributors":[]},"0.5.3-canary.f6fd8f5":{"name":"@firebase/firestore","version":"0.5.3-canary.f6fd8f5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.2-canary.f6fd8f5","@firebase/logger":"0.1.1-canary.f6fd8f5","@firebase/webchannel-wrapper":"0.2.8-canary.f6fd8f5","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.2-canary.f6fd8f5","@firebase/app-types":"0.3.1-canary.f6fd8f5"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.3-canary.f6fd8f5","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a553e795d9494373a8278918c396f420e5fc33f9","size":634300,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.3-canary.f6fd8f5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.3-canary.f6fd8f5_1526681641363_0.9161376046725309"},"_hasShrinkwrap":false,"publish_time":1526681641472,"_cnpm_publish_time":1526681641472,"contributors":[]},"0.5.3-canary.3fa62ef":{"name":"@firebase/firestore","version":"0.5.3-canary.3fa62ef","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.2-canary.3fa62ef","@firebase/logger":"0.1.1-canary.3fa62ef","@firebase/webchannel-wrapper":"0.2.8-canary.3fa62ef","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.2-canary.3fa62ef","@firebase/app-types":"0.3.1-canary.3fa62ef"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.3-canary.3fa62ef","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"181376c749106e91d5a8010e5eb95f2509094b89","size":633843,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.3-canary.3fa62ef.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.3-canary.3fa62ef_1526668462555_0.15606802121075702"},"_hasShrinkwrap":false,"publish_time":1526668462715,"_cnpm_publish_time":1526668462715,"contributors":[]},"0.5.3":{"name":"@firebase/firestore","version":"0.5.3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.2","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.5.3","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"cb6fbbb9200f55ceac42c012db3679a7d75c0b52","size":633805,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.3_1526591507026_0.9982021216975066"},"_hasShrinkwrap":false,"publish_time":1526591507176,"_cnpm_publish_time":1526591507176,"contributors":[]},"0.5.2-canary.c660c35":{"name":"@firebase/firestore","version":"0.5.2-canary.c660c35","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.1-canary.c660c35","@firebase/logger":"0.1.1-canary.c660c35","@firebase/webchannel-wrapper":"0.2.8-canary.c660c35","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.1-canary.c660c35","@firebase/app-types":"0.3.1-canary.c660c35"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.2-canary.c660c35","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2f0c38970fba643c05f5bdfe3e98d98dfeb0de6f","size":633853,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.2-canary.c660c35.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.2-canary.c660c35_1526583830851_0.5949239696015223"},"_hasShrinkwrap":false,"publish_time":1526583830970,"_cnpm_publish_time":1526583830970,"contributors":[]},"0.5.2-canary.2e5aa28":{"name":"@firebase/firestore","version":"0.5.2-canary.2e5aa28","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.1-canary.2e5aa28","@firebase/logger":"0.1.1-canary.2e5aa28","@firebase/webchannel-wrapper":"0.2.8-canary.2e5aa28","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.1-canary.2e5aa28","@firebase/app-types":"0.3.1-canary.2e5aa28"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.2-canary.2e5aa28","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"96e112f8bfff8fbfa37c22300f3129432ac8f5e3","size":633477,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.2-canary.2e5aa28.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.2-canary.2e5aa28_1526512596175_0.4662245445223765"},"_hasShrinkwrap":false,"publish_time":1526512596736,"_cnpm_publish_time":1526512596736,"contributors":[]},"0.5.2-canary.5b59d75":{"name":"@firebase/firestore","version":"0.5.2-canary.5b59d75","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.1-canary.5b59d75","@firebase/logger":"0.1.1-canary.5b59d75","@firebase/webchannel-wrapper":"0.2.8-canary.5b59d75","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.1-canary.5b59d75","@firebase/app-types":"0.3.1-canary.5b59d75"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.2-canary.5b59d75","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e4172dd82c4cd380ef542ec8f9e498a94b872be5","size":633299,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.2-canary.5b59d75.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.2-canary.5b59d75_1526511573594_0.30666460919557403"},"_hasShrinkwrap":false,"publish_time":1526511573736,"_cnpm_publish_time":1526511573736,"contributors":[]},"0.5.2-canary.7e7d36e":{"name":"@firebase/firestore","version":"0.5.2-canary.7e7d36e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.1-canary.7e7d36e","@firebase/logger":"0.1.1-canary.7e7d36e","@firebase/webchannel-wrapper":"0.2.8-canary.7e7d36e","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.1-canary.7e7d36e","@firebase/app-types":"0.3.1-canary.7e7d36e"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.2-canary.7e7d36e","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1dd2d8309f702dfe14fddb722fa04c5068632231","size":633280,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.2-canary.7e7d36e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.2-canary.7e7d36e_1526507434082_0.1759975645137204"},"_hasShrinkwrap":false,"publish_time":1526507434230,"_cnpm_publish_time":1526507434230,"contributors":[]},"0.5.2-canary.fbd5bd6":{"name":"@firebase/firestore","version":"0.5.2-canary.fbd5bd6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.1-canary.fbd5bd6","@firebase/logger":"0.1.1-canary.fbd5bd6","@firebase/webchannel-wrapper":"0.2.8-canary.fbd5bd6","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.1-canary.fbd5bd6","@firebase/app-types":"0.3.1-canary.fbd5bd6"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.2-canary.fbd5bd6","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1099a7d5b19d639fdaaa20d50dd00eecbc380dfc","size":633290,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.2-canary.fbd5bd6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.2-canary.fbd5bd6_1526431202735_0.23321946251764714"},"_hasShrinkwrap":false,"publish_time":1526431202853,"_cnpm_publish_time":1526431202853,"contributors":[]},"0.5.2-canary.1c5258c":{"name":"@firebase/firestore","version":"0.5.2-canary.1c5258c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.1-canary.1c5258c","@firebase/logger":"0.1.1-canary.1c5258c","@firebase/webchannel-wrapper":"0.2.8-canary.1c5258c","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.1-canary.1c5258c","@firebase/app-types":"0.3.1-canary.1c5258c"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","chai-as-promised":"7.1.1","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.2-canary.1c5258c","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8be338a4b5ccfedde2c5500de9f5cb908a4c5060","size":633082,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.2-canary.1c5258c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.2-canary.1c5258c_1526428182137_0.9396675702320301"},"_hasShrinkwrap":false,"publish_time":1526428182334,"_cnpm_publish_time":1526428182334,"contributors":[]},"0.5.2-canary.611949d":{"name":"@firebase/firestore","version":"0.5.2-canary.611949d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.1-canary.611949d","@firebase/logger":"0.1.1-canary.611949d","@firebase/webchannel-wrapper":"0.2.8-canary.611949d","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.1-canary.611949d","@firebase/app-types":"0.3.1-canary.611949d"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.2-canary.611949d","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"42f65214411c396c8d434a231b3bf3dcf0888382","size":632306,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.2-canary.611949d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.2-canary.611949d_1526413354969_0.10556278436302935"},"_hasShrinkwrap":false,"publish_time":1526413355093,"_cnpm_publish_time":1526413355093,"contributors":[]},"0.5.3-0":{"name":"@firebase/firestore","version":"0.5.3-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.1","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.3-0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"ee3a61cb4cb24b877591d68622f47c0385a616c2","size":632285,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.3-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.3-0_1526410126551_0.6367682744422705"},"_hasShrinkwrap":false,"publish_time":1526410126958,"_cnpm_publish_time":1526410126958,"contributors":[]},"0.5.2-canary.dd11cd1":{"name":"@firebase/firestore","version":"0.5.2-canary.dd11cd1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.1-canary.dd11cd1","@firebase/logger":"0.1.1-canary.dd11cd1","@firebase/webchannel-wrapper":"0.2.8-canary.dd11cd1","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.1-canary.dd11cd1","@firebase/app-types":"0.3.1-canary.dd11cd1"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.2-canary.dd11cd1","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b8ef34bfac753c8b6f5bd3a07f6c2618bf268c35","size":632281,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.2-canary.dd11cd1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.2-canary.dd11cd1_1526409117825_0.9614825096977084"},"_hasShrinkwrap":false,"publish_time":1526409117981,"_cnpm_publish_time":1526409117981,"contributors":[]},"0.5.2-canary.6a95a7a":{"name":"@firebase/firestore","version":"0.5.2-canary.6a95a7a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.1-canary.6a95a7a","@firebase/logger":"0.1.1-canary.6a95a7a","@firebase/webchannel-wrapper":"0.2.8-canary.6a95a7a","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.1-canary.6a95a7a","@firebase/app-types":"0.3.1-canary.6a95a7a"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.2-canary.6a95a7a","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6e42dae78d5b1ac0e1a091e20aef48f822a2a9b3","size":632295,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.2-canary.6a95a7a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.2-canary.6a95a7a_1526407109055_0.08897991698576968"},"_hasShrinkwrap":false,"publish_time":1526407109162,"_cnpm_publish_time":1526407109162,"contributors":[]},"0.5.2-canary.4ff990a":{"name":"@firebase/firestore","version":"0.5.2-canary.4ff990a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.1-canary.4ff990a","@firebase/logger":"0.1.1-canary.4ff990a","@firebase/webchannel-wrapper":"0.2.8-canary.4ff990a","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.1-canary.4ff990a","@firebase/app-types":"0.3.1-canary.4ff990a"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.2-canary.4ff990a","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7fbae15da3a077c71b00bc74e27797b4a8ef1d31","size":632287,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.2-canary.4ff990a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.2-canary.4ff990a_1526109834344_0.3045647572797294"},"_hasShrinkwrap":false,"publish_time":1526109834487,"_cnpm_publish_time":1526109834487,"contributors":[]},"0.5.2-canary.c150044":{"name":"@firebase/firestore","version":"0.5.2-canary.c150044","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.1-canary.c150044","@firebase/logger":"0.1.1-canary.c150044","@firebase/webchannel-wrapper":"0.2.8-canary.c150044","grpc":"1.11.3","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.1-canary.c150044","@firebase/app-types":"0.3.1-canary.c150044"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.2-canary.c150044","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"11ff15dc709ef7e2a8aabf77865925aee92f92d3","size":632319,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.2-canary.c150044.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.2-canary.c150044_1526064057751_0.07636363201286622"},"_hasShrinkwrap":false,"publish_time":1526064057901,"_cnpm_publish_time":1526064057901,"contributors":[]},"0.5.1-canary.bd01dfe":{"name":"@firebase/firestore","version":"0.5.1-canary.bd01dfe","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.0-canary.bd01dfe","@firebase/logger":"0.1.1-canary.bd01dfe","@firebase/webchannel-wrapper":"0.2.8-canary.bd01dfe","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.0-canary.bd01dfe","@firebase/app-types":"0.3.0-canary.bd01dfe"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.1-canary.bd01dfe","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d88485125b45777cd7175ae11d17ea22e9b96c8e","size":632321,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.1-canary.bd01dfe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.1-canary.bd01dfe_1525985618661_0.05654273894827844"},"_hasShrinkwrap":false,"publish_time":1525985618869,"_cnpm_publish_time":1525985618869,"contributors":[]},"0.5.2":{"name":"@firebase/firestore","version":"0.5.2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.1","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.5.2","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"92dcbc604e41d97d371e115280f917dbdeaab21a","size":631954,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.2_1525984454898_0.004788866929179791"},"_hasShrinkwrap":false,"publish_time":1525984455067,"_cnpm_publish_time":1525984455067,"contributors":[]},"0.5.1-canary.97a3727":{"name":"@firebase/firestore","version":"0.5.1-canary.97a3727","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.0-canary.97a3727","@firebase/logger":"0.1.1-canary.97a3727","@firebase/webchannel-wrapper":"0.2.8-canary.97a3727","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.0-canary.97a3727","@firebase/app-types":"0.3.0-canary.97a3727"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.1-canary.97a3727","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"931f2b2c4a94d40205be81169ae2d2d192c1d31b","size":632327,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.1-canary.97a3727.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.1-canary.97a3727_1525983135285_0.3887502580751341"},"_hasShrinkwrap":false,"publish_time":1525983135422,"_cnpm_publish_time":1525983135422,"contributors":[]},"0.5.2-0":{"name":"@firebase/firestore","version":"0.5.2-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.1-0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.2-0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"ef9c5fff3051805d8b75379a80a650019fa19d6a","size":632341,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.2-0_1525981757094_0.9899114416343475"},"_hasShrinkwrap":false,"publish_time":1525981757299,"_cnpm_publish_time":1525981757299,"contributors":[]},"0.5.1-canary.e04cfb1":{"name":"@firebase/firestore","version":"0.5.1-canary.e04cfb1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.0-canary.e04cfb1","@firebase/logger":"0.1.1-canary.e04cfb1","@firebase/webchannel-wrapper":"0.2.8-canary.e04cfb1","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.0-canary.e04cfb1","@firebase/app-types":"0.3.0-canary.e04cfb1"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.1-canary.e04cfb1","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ee035cb556caa4fb11832626539e1086662cef74","size":632309,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.1-canary.e04cfb1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.1-canary.e04cfb1_1525978684401_0.20478383697975833"},"_hasShrinkwrap":false,"publish_time":1525978684539,"_cnpm_publish_time":1525978684539,"contributors":[]},"0.5.1-canary.44de46d":{"name":"@firebase/firestore","version":"0.5.1-canary.44de46d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.0-canary.44de46d","@firebase/logger":"0.1.1-canary.44de46d","@firebase/webchannel-wrapper":"0.2.8-canary.44de46d","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.0-canary.44de46d","@firebase/app-types":"0.3.0-canary.44de46d"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.1-canary.44de46d","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ce930216d275fb3b94304e0ee7c8629870256235","size":632321,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.1-canary.44de46d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.1-canary.44de46d_1525973578190_0.5108870697312595"},"_hasShrinkwrap":false,"publish_time":1525973578301,"_cnpm_publish_time":1525973578301,"contributors":[]},"0.5.1-canary.dd69371":{"name":"@firebase/firestore","version":"0.5.1-canary.dd69371","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.0-canary.dd69371","@firebase/logger":"0.1.1-canary.dd69371","@firebase/webchannel-wrapper":"0.2.8-canary.dd69371","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.0-canary.dd69371","@firebase/app-types":"0.3.0-canary.dd69371"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.1-canary.dd69371","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f3c96157caa84e9b665ebdeecf0e355f42da55da","size":632319,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.1-canary.dd69371.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.1-canary.dd69371_1525970892894_0.5382471454610571"},"_hasShrinkwrap":false,"publish_time":1525970892982,"_cnpm_publish_time":1525970892982,"contributors":[]},"0.5.1-canary.3110d6b":{"name":"@firebase/firestore","version":"0.5.1-canary.3110d6b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.0-canary.3110d6b","@firebase/logger":"0.1.1-canary.3110d6b","@firebase/webchannel-wrapper":"0.2.8-canary.3110d6b","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.0-canary.3110d6b","@firebase/app-types":"0.3.0-canary.3110d6b"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.1-canary.3110d6b","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ad406381937527c9fd8664d995156ff0be115cbd","size":632319,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.1-canary.3110d6b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.1-canary.3110d6b_1525898925865_0.006382452935848271"},"_hasShrinkwrap":false,"publish_time":1525898926013,"_cnpm_publish_time":1525898926013,"contributors":[]},"0.5.1-canary.9fd0229":{"name":"@firebase/firestore","version":"0.5.1-canary.9fd0229","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.0-canary.9fd0229","@firebase/logger":"0.1.1-canary.9fd0229","@firebase/webchannel-wrapper":"0.2.8-canary.9fd0229","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.0-canary.9fd0229","@firebase/app-types":"0.3.0-canary.9fd0229"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.1-canary.9fd0229","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b3abec1642a52328755841ab74504ce40bb3dead","size":632324,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.1-canary.9fd0229.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.1-canary.9fd0229_1525890187741_0.5022401189012209"},"_hasShrinkwrap":false,"publish_time":1525890187921,"_cnpm_publish_time":1525890187921,"contributors":[]},"0.5.1-canary.e91742d":{"name":"@firebase/firestore","version":"0.5.1-canary.e91742d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.0-canary.e91742d","@firebase/logger":"0.1.1-canary.e91742d","@firebase/webchannel-wrapper":"0.2.8-canary.e91742d","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.0-canary.e91742d","@firebase/app-types":"0.3.0-canary.e91742d"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.1-canary.e91742d","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"65aeb41a1225ed08553ee6b68f23168fffe2f805","size":632336,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.1-canary.e91742d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.1-canary.e91742d_1525883063883_0.8133890631162313"},"_hasShrinkwrap":false,"publish_time":1525883064121,"_cnpm_publish_time":1525883064121,"contributors":[]},"0.5.1-canary.8922c3a":{"name":"@firebase/firestore","version":"0.5.1-canary.8922c3a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.0-canary.8922c3a","@firebase/logger":"0.1.1-canary.8922c3a","@firebase/webchannel-wrapper":"0.2.8-canary.8922c3a","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.0-canary.8922c3a","@firebase/app-types":"0.3.0-canary.8922c3a"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.1-canary.8922c3a","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a2a0b5f19574cfc0e76079b8aa0fddd26a71de42","size":632316,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.1-canary.8922c3a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.1-canary.8922c3a_1525810889223_0.061459514213537014"},"_hasShrinkwrap":false,"publish_time":1525810889346,"_cnpm_publish_time":1525810889346,"contributors":[]},"0.5.0-canary.785cc8b":{"name":"@firebase/firestore","version":"0.5.0-canary.785cc8b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.0-canary.785cc8b","@firebase/logger":"0.1.1-canary.785cc8b","@firebase/webchannel-wrapper":"0.2.8-canary.785cc8b","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.0-canary.785cc8b","@firebase/app-types":"0.3.0-canary.785cc8b"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.0-canary.785cc8b","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6dd35bcd9213ec62ab3930507e6b4b29c6353a79","size":632304,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.0-canary.785cc8b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.0-canary.785cc8b_1525807796102_0.5598696160342074"},"_hasShrinkwrap":false,"publish_time":1525807796209,"_cnpm_publish_time":1525807796209,"contributors":[]},"0.5.0-canary.b351749":{"name":"@firebase/firestore","version":"0.5.0-canary.b351749","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.0-canary.b351749","@firebase/logger":"0.1.1-canary.b351749","@firebase/webchannel-wrapper":"0.2.8-canary.b351749","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.3.0-canary.b351749","@firebase/app-types":"0.3.0-canary.b351749"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.0-canary.b351749","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"20cdd934a59689d24f7b06534d1a90d3b9628064","size":632315,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.0-canary.b351749.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.0-canary.b351749_1525807731097_0.4838229981075217"},"_hasShrinkwrap":false,"publish_time":1525807731260,"_cnpm_publish_time":1525807731260,"contributors":[]},"0.5.1":{"name":"@firebase/firestore","version":"0.5.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.5.1","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"ab82734571ebae49dc7611b0f84bb249ba63591d","size":632306,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.1_1525806554574_0.19712754508513197"},"_hasShrinkwrap":false,"publish_time":1525806554753,"_cnpm_publish_time":1525806554753,"contributors":[]},"0.5.0":{"name":"@firebase/firestore","version":"0.5.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.5.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"5587beb99738dd75e4ad4c710ca2e7b02ae11107","size":632318,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.0_1525800790260_0.4880674586406948"},"_hasShrinkwrap":false,"publish_time":1525800790384,"_cnpm_publish_time":1525800790384,"contributors":[]},"0.4.1-canary.21f83a6":{"name":"@firebase/firestore","version":"0.4.1-canary.21f83a6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.21f83a6","@firebase/logger":"0.1.1-canary.21f83a6","@firebase/webchannel-wrapper":"0.2.8-canary.21f83a6","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.21f83a6","@firebase/app-types":"0.2.0-canary.21f83a6"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.21f83a6","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"145826d045792b5cccd27ad119ca7d16bd69b9e7","size":632310,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.21f83a6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.21f83a6_1525796539974_0.13187312271611362"},"_hasShrinkwrap":false,"publish_time":1525796540217,"_cnpm_publish_time":1525796540217,"contributors":[]},"0.4.1-canary.84686ba":{"name":"@firebase/firestore","version":"0.4.1-canary.84686ba","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.84686ba","@firebase/logger":"0.1.1-canary.84686ba","@firebase/webchannel-wrapper":"0.2.8-canary.84686ba","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.84686ba","@firebase/app-types":"0.2.0-canary.84686ba"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.84686ba","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8556603137ec318410264906859d344999d2e8a1","size":632327,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.84686ba.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.84686ba_1525788312156_0.4061082015512445"},"_hasShrinkwrap":false,"publish_time":1525788312225,"_cnpm_publish_time":1525788312225,"contributors":[]},"0.5.0-3":{"name":"@firebase/firestore","version":"0.5.0-3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.0-3","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.0-3","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"b46b58a36c482e5938bf910611a25811c3030e19","size":631491,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.0-3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.0-3_1525729720738_0.5944265089884151"},"_hasShrinkwrap":false,"publish_time":1525729720884,"_cnpm_publish_time":1525729720884,"contributors":[]},"0.4.1-canary.403c123":{"name":"@firebase/firestore","version":"0.4.1-canary.403c123","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.403c123","@firebase/logger":"0.1.1-canary.403c123","@firebase/webchannel-wrapper":"0.2.8-canary.403c123","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.403c123","@firebase/app-types":"0.2.0-canary.403c123"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.403c123","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"04f2485646f038dee6b19ea0909532567f68bc63","size":631496,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.403c123.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.403c123_1525722584370_0.8446730977726069"},"_hasShrinkwrap":false,"publish_time":1525722584544,"_cnpm_publish_time":1525722584544,"contributors":[]},"0.4.1-canary.238fabe":{"name":"@firebase/firestore","version":"0.4.1-canary.238fabe","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.238fabe","@firebase/logger":"0.1.1-canary.238fabe","@firebase/webchannel-wrapper":"0.2.8-canary.238fabe","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.238fabe","@firebase/app-types":"0.2.0-canary.238fabe"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.238fabe","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"19601068401c2a5e2c23066719830f4d467ed7c9","size":631519,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.238fabe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.238fabe_1525718213558_0.088715842116182"},"_hasShrinkwrap":false,"publish_time":1525718213702,"_cnpm_publish_time":1525718213702,"contributors":[]},"0.4.1-canary.e441ffb":{"name":"@firebase/firestore","version":"0.4.1-canary.e441ffb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.e441ffb","@firebase/logger":"0.1.1-canary.e441ffb","@firebase/webchannel-wrapper":"0.2.8-canary.e441ffb","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.e441ffb","@firebase/app-types":"0.2.0-canary.e441ffb"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.e441ffb","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9433d44ff35ea2ba8e6292a8274e5911997cc1d6","size":631510,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.e441ffb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.e441ffb_1525716612231_0.19115591268230858"},"_hasShrinkwrap":false,"publish_time":1525716612406,"_cnpm_publish_time":1525716612406,"contributors":[]},"0.4.1-canary.a413ec2":{"name":"@firebase/firestore","version":"0.4.1-canary.a413ec2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.a413ec2","@firebase/logger":"0.1.1-canary.a413ec2","@firebase/webchannel-wrapper":"0.2.8-canary.a413ec2","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.a413ec2","@firebase/app-types":"0.2.0-canary.a413ec2"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.a413ec2","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"216e78077eb7b2d1b4ca6610f9e25cb946b0a97f","size":625796,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.a413ec2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.a413ec2_1525478799365_0.43831414435143157"},"_hasShrinkwrap":false,"publish_time":1525478799508,"_cnpm_publish_time":1525478799508,"contributors":[]},"0.4.1-canary.7f4ae1f":{"name":"@firebase/firestore","version":"0.4.1-canary.7f4ae1f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.7f4ae1f","@firebase/logger":"0.1.1-canary.7f4ae1f","@firebase/webchannel-wrapper":"0.2.8-canary.7f4ae1f","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.7f4ae1f","@firebase/app-types":"0.2.0-canary.7f4ae1f"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.7f4ae1f","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"726a6866aed16c435d1ee0669086db4dcf11b59b","size":625810,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.7f4ae1f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.7f4ae1f_1525383138525_0.42676119609006147"},"_hasShrinkwrap":false,"publish_time":1525383138670,"_cnpm_publish_time":1525383138670,"contributors":[]},"0.5.0-2":{"name":"@firebase/firestore","version":"0.5.0-2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.0-2","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.0-2","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"e78f9c3cf3a6c39f33bcb5549306e9900aaecebf","size":625782,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.0-2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.0-2_1525381458845_0.12632033290259992"},"_hasShrinkwrap":false,"publish_time":1525381459369,"_cnpm_publish_time":1525381459369,"contributors":[]},"0.4.1-canary.7764746":{"name":"@firebase/firestore","version":"0.4.1-canary.7764746","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.7764746","@firebase/logger":"0.1.1-canary.7764746","@firebase/webchannel-wrapper":"0.2.8-canary.7764746","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.7764746","@firebase/app-types":"0.2.0-canary.7764746"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.7764746","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"89464718ab9d2a81d0928eeaa1692c2e1eaec25c","size":625393,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.7764746.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.7764746_1525340608615_0.40641311674996117"},"_hasShrinkwrap":false,"publish_time":1525340608773,"_cnpm_publish_time":1525340608773,"contributors":[]},"0.4.1-canary.dfd09bc":{"name":"@firebase/firestore","version":"0.4.1-canary.dfd09bc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.dfd09bc","@firebase/logger":"0.1.1-canary.dfd09bc","@firebase/webchannel-wrapper":"0.2.8-canary.dfd09bc","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.dfd09bc","@firebase/app-types":"0.2.0-canary.dfd09bc"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.dfd09bc","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8c3ea499c5fce14d52847be8a19aefca463a7a0d","size":625380,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.dfd09bc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.dfd09bc_1525309833509_0.8099763727462708"},"_hasShrinkwrap":false,"publish_time":1525309833721,"_cnpm_publish_time":1525309833721,"contributors":[]},"0.4.1-canary.f096ba0":{"name":"@firebase/firestore","version":"0.4.1-canary.f096ba0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.f096ba0","@firebase/logger":"0.1.1-canary.f096ba0","@firebase/webchannel-wrapper":"0.2.8-canary.f096ba0","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.f096ba0","@firebase/app-types":"0.2.0-canary.f096ba0"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.f096ba0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"adde90e3c00bb841e9bbf3d35c3042187aa08ef6","size":625388,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.f096ba0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.f096ba0_1525300170984_0.896139881269268"},"_hasShrinkwrap":false,"publish_time":1525300171158,"_cnpm_publish_time":1525300171158,"contributors":[]},"0.4.1-canary.fa5d157":{"name":"@firebase/firestore","version":"0.4.1-canary.fa5d157","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.fa5d157","@firebase/logger":"0.1.1-canary.fa5d157","@firebase/webchannel-wrapper":"0.2.8-canary.fa5d157","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.fa5d157","@firebase/app-types":"0.2.0-canary.fa5d157"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.fa5d157","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6897aaf075616df9d6ac1b5d49a752054c5ead17","size":625373,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.fa5d157.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.fa5d157_1525287060201_0.5948238219812545"},"_hasShrinkwrap":false,"publish_time":1525287060326,"_cnpm_publish_time":1525287060326,"contributors":[]},"0.5.0-1":{"name":"@firebase/firestore","version":"0.5.0-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.0-1","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.0-1","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"eaaf9e06ce6806f033bd2f36a34fb6aad5a5e314","size":622865,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.0-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.0-1_1525286566285_0.7581557586849936"},"_hasShrinkwrap":false,"publish_time":1525286566400,"_cnpm_publish_time":1525286566400,"contributors":[]},"0.4.1-canary.4ffc979":{"name":"@firebase/firestore","version":"0.4.1-canary.4ffc979","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.4ffc979","@firebase/logger":"0.1.1-canary.4ffc979","@firebase/webchannel-wrapper":"0.2.8-canary.4ffc979","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.4ffc979","@firebase/app-types":"0.2.0-canary.4ffc979"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.4ffc979","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fc4ed755b215aed9e634a1af2543a830863704e2","size":622844,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.4ffc979.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.4ffc979_1525285186778_0.28940172186656166"},"_hasShrinkwrap":false,"publish_time":1525285186928,"_cnpm_publish_time":1525285186928,"contributors":[]},"0.4.1-canary.099688f":{"name":"@firebase/firestore","version":"0.4.1-canary.099688f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.099688f","@firebase/logger":"0.1.1-canary.099688f","@firebase/webchannel-wrapper":"0.2.8-canary.099688f","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.099688f","@firebase/app-types":"0.2.0-canary.099688f"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.099688f","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f116d3cad4e18ff52f0880b82e344a36e135704d","size":615183,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.099688f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.099688f_1525278970050_0.2890379260858793"},"_hasShrinkwrap":false,"publish_time":1525278970211,"_cnpm_publish_time":1525278970211,"contributors":[]},"0.4.1-canary.de6750b":{"name":"@firebase/firestore","version":"0.4.1-canary.de6750b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.de6750b","@firebase/logger":"0.1.1-canary.de6750b","@firebase/webchannel-wrapper":"0.2.8-canary.de6750b","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.de6750b","@firebase/app-types":"0.2.0-canary.de6750b"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.de6750b","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c24fc3277c2c2e49007cbf88842c8476b277a443","size":615117,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.de6750b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.de6750b_1525277705645_0.506781529365858"},"_hasShrinkwrap":false,"publish_time":1525277705810,"_cnpm_publish_time":1525277705810,"contributors":[]},"0.4.1-canary.533e576":{"name":"@firebase/firestore","version":"0.4.1-canary.533e576","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.533e576","@firebase/logger":"0.1.1-canary.533e576","@firebase/webchannel-wrapper":"0.2.8-canary.533e576","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.533e576","@firebase/app-types":"0.2.0-canary.533e576"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.533e576","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"42ce393329b6c40b31633471185e4d8d702a1d0d","size":615121,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.533e576.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.533e576_1525266528795_0.6720547772825209"},"_hasShrinkwrap":false,"publish_time":1525266528940,"_cnpm_publish_time":1525266528940,"contributors":[]},"0.4.1-canary.2de84e5":{"name":"@firebase/firestore","version":"0.4.1-canary.2de84e5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.2de84e5","@firebase/logger":"0.1.1-canary.2de84e5","@firebase/webchannel-wrapper":"0.2.8-canary.2de84e5","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.2de84e5","@firebase/app-types":"0.2.0-canary.2de84e5"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.2de84e5","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"75b8a440b2897d8b0cff431358176d03fcfa26f3","size":615093,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.2de84e5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.2de84e5_1525222247197_0.11358888314515836"},"_hasShrinkwrap":false,"publish_time":1525222247529,"_cnpm_publish_time":1525222247529,"contributors":[]},"0.5.0-0":{"name":"@firebase/firestore","version":"0.5.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.4.0-0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.5.0-0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"05d5ff242f12ab663add6bdd5d57cdb4082bdeed","size":612930,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.5.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.5.0-0_1525200747182_0.03131205792565561"},"_hasShrinkwrap":false,"publish_time":1525200747498,"_cnpm_publish_time":1525200747498,"contributors":[]},"0.4.1-canary.7edf649":{"name":"@firebase/firestore","version":"0.4.1-canary.7edf649","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.7edf649","@firebase/logger":"0.1.1-canary.7edf649","@firebase/webchannel-wrapper":"0.2.8-canary.7edf649","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.7edf649","@firebase/app-types":"0.2.0-canary.7edf649"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.7edf649","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f8bbc8acc7e7594cfd9a4e9e7d5a7c69b63da7fb","size":611266,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.7edf649.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.7edf649_1525194501788_0.9235480597503638"},"_hasShrinkwrap":false,"publish_time":1525194501965,"_cnpm_publish_time":1525194501965,"contributors":[]},"0.4.1-canary.66980bd":{"name":"@firebase/firestore","version":"0.4.1-canary.66980bd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.66980bd","@firebase/logger":"0.1.1-canary.66980bd","@firebase/webchannel-wrapper":"0.2.8-canary.66980bd","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.66980bd","@firebase/app-types":"0.2.0-canary.66980bd"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.66980bd","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3068a2e6a1bc0de95d601d2289e54ff0d65eb74e","size":611258,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.66980bd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.66980bd_1525194491112_0.9069554861287041"},"_hasShrinkwrap":false,"publish_time":1525194491244,"_cnpm_publish_time":1525194491244,"contributors":[]},"0.4.1-canary.9751e46":{"name":"@firebase/firestore","version":"0.4.1-canary.9751e46","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/node_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.9751e46","@firebase/logger":"0.1.1-canary.9751e46","@firebase/webchannel-wrapper":"0.2.8-canary.9751e46","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.9751e46","@firebase/app-types":"0.2.0-canary.9751e46"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.9751e46","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1110592613eb24f098b9aa495e9bd6207c647f0c","size":611290,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.9751e46.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.9751e46_1525192324392_0.11398580966224547"},"_hasShrinkwrap":false,"publish_time":1525192324587,"_cnpm_publish_time":1525192324587,"contributors":[]},"0.4.1-canary.5f3716d":{"name":"@firebase/firestore","version":"0.4.1-canary.5f3716d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/mock_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.5f3716d","@firebase/logger":"0.1.1-canary.5f3716d","@firebase/webchannel-wrapper":"0.2.8-canary.5f3716d","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.5f3716d","@firebase/app-types":"0.2.0-canary.5f3716d"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.5f3716d","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e263fa85ccd40ba94032802127ca7b334c5fb99f","size":611269,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.5f3716d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.5f3716d_1525132835699_0.878827927580426"},"_hasShrinkwrap":false,"publish_time":1525132836689,"_cnpm_publish_time":1525132836689,"contributors":[]},"0.4.1-canary.8251c17":{"name":"@firebase/firestore","version":"0.4.1-canary.8251c17","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/mock_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.8251c17","@firebase/logger":"0.1.1-canary.8251c17","@firebase/webchannel-wrapper":"0.2.8-canary.8251c17","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.8251c17","@firebase/app-types":"0.2.0-canary.8251c17"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.8251c17","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b72f1d574dea167b0237e7b6d4ab624ec8249228","size":611404,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.8251c17.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.8251c17_1525124369629_0.9316479755139886"},"_hasShrinkwrap":false,"publish_time":1525124369802,"_cnpm_publish_time":1525124369802,"contributors":[]},"0.4.1-canary.b28c74f":{"name":"@firebase/firestore","version":"0.4.1-canary.b28c74f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/mock_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.b28c74f","@firebase/logger":"0.1.1-canary.b28c74f","@firebase/webchannel-wrapper":"0.2.8-canary.b28c74f","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.b28c74f","@firebase/app-types":"0.2.0-canary.b28c74f"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.b28c74f","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a62f6866e1a520c341448ce1bc61ae8ee6afe3b5","size":611401,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.b28c74f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.b28c74f_1525116722654_0.0907732058579438"},"_hasShrinkwrap":false,"publish_time":1525116722925,"_cnpm_publish_time":1525116722925,"contributors":[]},"0.4.1-canary.8d1f1bf":{"name":"@firebase/firestore","version":"0.4.1-canary.8d1f1bf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","test:node:persistence":"USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --require test/util/mock_persistence.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.8d1f1bf","@firebase/logger":"0.1.1-canary.8d1f1bf","@firebase/webchannel-wrapper":"0.2.8-canary.8d1f1bf","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.8d1f1bf","@firebase/app-types":"0.2.0-canary.8d1f1bf"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","indexeddbshim":"3.6.1","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","node-cleanup":"2.1.2","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.8d1f1bf","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7eb0569015622a92f787f8e0a4c831edf5726362","size":609138,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.8d1f1bf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.8d1f1bf_1525108529752_0.7164347474239454"},"_hasShrinkwrap":false,"publish_time":1525108529917,"_cnpm_publish_time":1525108529917,"contributors":[]},"0.4.1-canary.4b4eebc":{"name":"@firebase/firestore","version":"0.4.1-canary.4b4eebc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.4b4eebc","@firebase/logger":"0.1.1-canary.4b4eebc","@firebase/webchannel-wrapper":"0.2.8-canary.4b4eebc","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.4b4eebc","@firebase/app-types":"0.2.0-canary.4b4eebc"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.4b4eebc","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9016f9c2f95c7b51901a4fc2c28fafffee7ccfa7","size":607750,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.4b4eebc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.4b4eebc_1524704629718_0.027320204971788442"},"_hasShrinkwrap":false,"publish_time":1524704630499,"_cnpm_publish_time":1524704630499,"contributors":[]},"0.4.1-canary.b60ffff":{"name":"@firebase/firestore","version":"0.4.1-canary.b60ffff","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.b60ffff","@firebase/logger":"0.1.1-canary.b60ffff","@firebase/webchannel-wrapper":"0.2.8-canary.b60ffff","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.b60ffff","@firebase/app-types":"0.2.0-canary.b60ffff"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.b60ffff","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ede3a3e6f1dcde46a020c0d42c117054c14a1161","size":607762,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.b60ffff.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.b60ffff_1524691116415_0.6503830099098806"},"_hasShrinkwrap":false,"publish_time":1524691116632,"_cnpm_publish_time":1524691116632,"contributors":[]},"0.4.1-canary.0e141c0":{"name":"@firebase/firestore","version":"0.4.1-canary.0e141c0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.0e141c0","@firebase/logger":"0.1.1-canary.0e141c0","@firebase/webchannel-wrapper":"0.2.8-canary.0e141c0","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.0e141c0","@firebase/app-types":"0.2.0-canary.0e141c0"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.0e141c0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"48754e3810f2429b49af7a00cc6b288ecfe98429","size":607772,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.0e141c0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.0e141c0_1524684364745_0.6002433953916819"},"_hasShrinkwrap":false,"publish_time":1524684364861,"_cnpm_publish_time":1524684364861,"contributors":[]},"0.4.1-canary.2471497":{"name":"@firebase/firestore","version":"0.4.1-canary.2471497","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.2471497","@firebase/logger":"0.1.1-canary.2471497","@firebase/webchannel-wrapper":"0.2.8-canary.2471497","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.2471497","@firebase/app-types":"0.2.0-canary.2471497"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.2471497","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"01d9703e8739d81d1c805f784a8647f26639fcac","size":607758,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.2471497.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.2471497_1524658653489_0.6381941185618882"},"_hasShrinkwrap":false,"publish_time":1524658653663,"_cnpm_publish_time":1524658653663,"contributors":[]},"0.4.1-canary.bfa8a5e":{"name":"@firebase/firestore","version":"0.4.1-canary.bfa8a5e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.bfa8a5e","@firebase/logger":"0.1.1-canary.bfa8a5e","@firebase/webchannel-wrapper":"0.2.8-canary.bfa8a5e","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.bfa8a5e","@firebase/app-types":"0.2.0-canary.bfa8a5e"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.1-canary.bfa8a5e","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"59ba89c69335e6f9c00c97573fbbd88f6335dce5","size":607758,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1-canary.bfa8a5e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1-canary.bfa8a5e_1524273020618_0.31947613653751805"},"_hasShrinkwrap":false,"publish_time":1524273020854,"_cnpm_publish_time":1524273020854,"contributors":[]},"0.4.1":{"name":"@firebase/firestore","version":"0.4.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.4.1","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"c42e0c7aebab96eecec5e8ac4a3fe944d573458f","size":606877,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.1_1524253229519_0.13946430598891202"},"_hasShrinkwrap":false,"publish_time":1524253229640,"_cnpm_publish_time":1524253229640,"contributors":[]},"0.4.0-canary.fd99689":{"name":"@firebase/firestore","version":"0.4.0-canary.fd99689","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-canary.fd99689","@firebase/logger":"0.1.1-canary.fd99689","@firebase/webchannel-wrapper":"0.2.8-canary.fd99689","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.2.0-canary.fd99689","@firebase/app-types":"0.2.0-canary.fd99689"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-copy-assets":"1.0.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-replace":"2.0.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.0-canary.fd99689","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e730cb25c6f556c5c34e92c95b0577f8f563b7ad","size":606890,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.0-canary.fd99689.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.0-canary.fd99689_1524252805745_0.5658540216997816"},"_hasShrinkwrap":false,"publish_time":1524252805960,"_cnpm_publish_time":1524252805960,"contributors":[]},"0.3.7-canary.6991857":{"name":"@firebase/firestore","version":"0.3.7-canary.6991857","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.2.2-canary.6991857","@firebase/logger":"0.1.0-canary.6991857","@firebase/webchannel-wrapper":"0.2.7-canary.6991857","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.6991857","@firebase/app-types":"0.1.2-canary.6991857"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.6991857","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"160edafda842380216b416e027b2adccddd0688b","size":581777,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.6991857.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.6991857_1524175382519_0.17027044346946107"},"_hasShrinkwrap":false,"publish_time":1524175382601,"_cnpm_publish_time":1524175382601,"contributors":[]},"0.4.0":{"name":"@firebase/firestore","version":"0.4.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0","@firebase/logger":"0.1.1","@firebase/webchannel-wrapper":"0.2.8","grpc":"1.10.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/long":"3.0.32","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","long":"3.2.0","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.4.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"474cb295fb09b0f0dbc71acb061a4ebd5986fe93","size":581754,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.0_1524174531699_0.7811717089953563"},"_hasShrinkwrap":false,"publish_time":1524174531931,"_cnpm_publish_time":1524174531931,"contributors":[]},"0.3.7-canary.fcb277a":{"name":"@firebase/firestore","version":"0.3.7-canary.fcb277a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.2.2-canary.fcb277a","@firebase/logger":"0.1.0-canary.fcb277a","@firebase/webchannel-wrapper":"0.2.7-canary.fcb277a","grpc":"1.9.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.fcb277a","@firebase/app-types":"0.1.2-canary.fcb277a"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.fcb277a","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ac8ee8b54ccab021cdc56ace363dcc9d6c6f0491","size":581765,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.fcb277a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.fcb277a_1524049116622_0.3156934189337257"},"_hasShrinkwrap":false,"publish_time":1524049116715,"_cnpm_publish_time":1524049116715,"contributors":[]},"0.3.7-canary.ffcaf85":{"name":"@firebase/firestore","version":"0.3.7-canary.ffcaf85","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.2.2-canary.ffcaf85","@firebase/logger":"0.1.0-canary.ffcaf85","@firebase/webchannel-wrapper":"0.2.7-canary.ffcaf85","grpc":"1.9.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.ffcaf85","@firebase/app-types":"0.1.2-canary.ffcaf85"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.ffcaf85","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8b961ea5a59caaf23ea0dc763de40ace24e43683","size":581760,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.ffcaf85.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.ffcaf85_1524000688667_0.6151177489560689"},"_hasShrinkwrap":false,"publish_time":1524000688858,"_cnpm_publish_time":1524000688858,"contributors":[]},"0.4.0-7":{"name":"@firebase/firestore","version":"0.4.0-7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","files":["dist"],"dependencies":{"@firebase/firestore-types":"0.3.0-7","@firebase/logger":"0.1.1-6","@firebase/webchannel-wrapper":"0.2.8-3","grpc":"1.9.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.0-7","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"e6ef111a216fb554f42349f33e87b7ad2015ed22","size":581432,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.0-7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.0-7_1523999491767_0.23464919976157228"},"_hasShrinkwrap":false,"publish_time":1523999491891,"_cnpm_publish_time":1523999491891,"contributors":[]},"0.4.0-6":{"name":"@firebase/firestore","version":"0.4.0-6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.3.0-6","@firebase/logger":"0.1.1-5","@firebase/webchannel-wrapper":"0.2.8-2","grpc":"1.9.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.0-6","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"b207935ffccdb7e91cb80e18a0b4af74acf55c22","size":1616516,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.0-6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.0-6_1523990697230_0.2306907046382629"},"_hasShrinkwrap":false,"publish_time":1523990697426,"_cnpm_publish_time":1523990697426,"contributors":[]},"0.4.0-5":{"name":"@firebase/firestore","version":"0.4.0-5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.3.0-5","@firebase/logger":"0.1.1-4","@firebase/webchannel-wrapper":"0.2.8-1","grpc":"1.9.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.0-5","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"364ee5c3527160e86d2ecd15b507d3ed874ac57f","size":1616361,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.0-5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.0-5_1523903695504_0.1721007437819564"},"_hasShrinkwrap":false,"publish_time":1523903695865,"_cnpm_publish_time":1523903695865,"contributors":[]},"0.3.7-canary.4560599":{"name":"@firebase/firestore","version":"0.3.7-canary.4560599","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.4560599","@firebase/logger":"0.1.0-canary.4560599","@firebase/webchannel-wrapper":"0.2.7-canary.4560599","grpc":"1.9.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.4560599","@firebase/app-types":"0.1.2-canary.4560599"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.4560599","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b3d97ff0294a929dba0689de3d579df2f437a6e0","size":881915,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.4560599.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.4560599_1523665029722_0.33270105619234713"},"_hasShrinkwrap":false,"publish_time":1523665029868,"_cnpm_publish_time":1523665029868,"contributors":[]},"0.3.7-canary.92aea91":{"name":"@firebase/firestore","version":"0.3.7-canary.92aea91","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.92aea91","@firebase/logger":"0.1.0-canary.92aea91","@firebase/webchannel-wrapper":"0.2.7-canary.92aea91","grpc":"1.9.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.92aea91","@firebase/app-types":"0.1.2-canary.92aea91"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.92aea91","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6f2bc055c83141142a63fc03ff57c572669bdda7","size":887122,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.92aea91.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.92aea91_1523663872882_0.12972499381249447"},"_hasShrinkwrap":false,"publish_time":1523663872992,"_cnpm_publish_time":1523663872992,"contributors":[]},"0.3.7-canary.eaec0b8":{"name":"@firebase/firestore","version":"0.3.7-canary.eaec0b8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.eaec0b8","@firebase/logger":"0.1.0-canary.eaec0b8","@firebase/webchannel-wrapper":"0.2.7-canary.eaec0b8","grpc":"1.9.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.eaec0b8","@firebase/app-types":"0.1.2-canary.eaec0b8"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.eaec0b8","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3349f8485906643fc4c9dde86e0e3a2926c4967d","size":887202,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.eaec0b8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.eaec0b8_1523654914114_0.12763832480490778"},"_hasShrinkwrap":false,"publish_time":1523654914259,"_cnpm_publish_time":1523654914259,"contributors":[]},"0.3.7-canary.05e05b8":{"name":"@firebase/firestore","version":"0.3.7-canary.05e05b8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.05e05b8","@firebase/logger":"0.1.0-canary.05e05b8","@firebase/webchannel-wrapper":"0.2.7-canary.05e05b8","grpc":"1.9.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.05e05b8","@firebase/app-types":"0.1.2-canary.05e05b8"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.05e05b8","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9ad41a38d24e92370bd58180a143f704c1c75398","size":887578,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.05e05b8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.05e05b8_1523588263198_0.10449027620258056"},"_hasShrinkwrap":false,"publish_time":1523588263380,"_cnpm_publish_time":1523588263380,"contributors":[]},"0.3.7-canary.231110c":{"name":"@firebase/firestore","version":"0.3.7-canary.231110c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.231110c","@firebase/logger":"0.1.0-canary.231110c","@firebase/webchannel-wrapper":"0.2.7-canary.231110c","grpc":"1.9.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.231110c","@firebase/app-types":"0.1.2-canary.231110c"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.231110c","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fae326913cd1c2c1c21782cc3dddc1d1219c3829","size":887529,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.231110c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.231110c_1523572941368_0.07995410856616703"},"_hasShrinkwrap":false,"publish_time":1523572941547,"_cnpm_publish_time":1523572941547,"contributors":[]},"0.3.7-canary.8b29658":{"name":"@firebase/firestore","version":"0.3.7-canary.8b29658","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.8b29658","@firebase/logger":"0.1.0-canary.8b29658","@firebase/webchannel-wrapper":"0.2.7-canary.8b29658","grpc":"1.9.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.8b29658","@firebase/app-types":"0.1.2-canary.8b29658"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.8b29658","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0d290c9320f7713370024ebc318906c7f408806c","size":887084,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.8b29658.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.8b29658_1523570872400_0.2541375753317725"},"_hasShrinkwrap":false,"publish_time":1523570872528,"_cnpm_publish_time":1523570872528,"contributors":[]},"0.3.7-canary.27a77fd":{"name":"@firebase/firestore","version":"0.3.7-canary.27a77fd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.27a77fd","@firebase/logger":"0.1.0-canary.27a77fd","@firebase/webchannel-wrapper":"0.2.7-canary.27a77fd","grpc":"1.9.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.27a77fd","@firebase/app-types":"0.1.2-canary.27a77fd"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.27a77fd","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f8dbb0aec68ff7638c620a7709097c32a1cd615e","size":883603,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.27a77fd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.27a77fd_1523570357885_0.4990053825606522"},"_hasShrinkwrap":false,"publish_time":1523570357958,"_cnpm_publish_time":1523570357958,"contributors":[]},"0.3.7-canary.aaee15d":{"name":"@firebase/firestore","version":"0.3.7-canary.aaee15d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.aaee15d","@firebase/logger":"0.1.0-canary.aaee15d","@firebase/webchannel-wrapper":"0.2.7-canary.aaee15d","grpc":"1.9.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.aaee15d","@firebase/app-types":"0.1.2-canary.aaee15d"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.aaee15d","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"78f7466d635af501c4e0e9185a9dc7a74184a1be","size":883627,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.aaee15d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.aaee15d_1523567526382_0.4952493120805228"},"_hasShrinkwrap":false,"publish_time":1523567526525,"_cnpm_publish_time":1523567526525,"contributors":[]},"0.4.0-4":{"name":"@firebase/firestore","version":"0.4.0-4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.3.0-4","@firebase/logger":"0.1.1-3","@firebase/webchannel-wrapper":"0.2.8-0","grpc":"1.9.1","tslib":"1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mkdirp":"0.5.1","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","tslint":"5.9.1","typescript":"2.8.1","webpack":"3.11.0","yargs":"11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.0-4","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"a3a3ba22af1a038be4009ee3725e46a9d7358166","size":1614329,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.0-4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.0-4_1523566935038_0.02341497060384512"},"_hasShrinkwrap":false,"publish_time":1523566935523,"_cnpm_publish_time":1523566935523,"contributors":[]},"0.3.7-canary.00659ca":{"name":"@firebase/firestore","version":"0.3.7-canary.00659ca","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.00659ca","@firebase/logger":"0.1.0-canary.00659ca","@firebase/webchannel-wrapper":"0.2.7-canary.00659ca","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.00659ca","@firebase/app-types":"0.1.2-canary.00659ca"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","rollup":"^0.57.1","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-typescript2":"^0.12.0","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.00659ca","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7fdecb4fd268f733a5fdbfc5600e692a04a48d08","size":885937,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.00659ca.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.00659ca_1523473298911_0.7152214238169825"},"_hasShrinkwrap":false,"publish_time":1523473298997,"_cnpm_publish_time":1523473298997,"contributors":[]},"0.3.7-canary.078f83a":{"name":"@firebase/firestore","version":"0.3.7-canary.078f83a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.078f83a","@firebase/logger":"0.1.0-canary.078f83a","@firebase/webchannel-wrapper":"0.2.7-canary.078f83a","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.078f83a","@firebase/app-types":"0.1.2-canary.078f83a"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","rollup":"^0.57.1","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-typescript2":"^0.12.0","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.078f83a","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bbf85b4a2b6d3f32105dc535271d261ad53766fd","size":885961,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.078f83a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.078f83a_1523471149018_0.07527743975203172"},"_hasShrinkwrap":false,"publish_time":1523471149166,"_cnpm_publish_time":1523471149166,"contributors":[]},"0.3.7-canary.3327845":{"name":"@firebase/firestore","version":"0.3.7-canary.3327845","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.3327845","@firebase/logger":"0.1.0-canary.3327845","@firebase/webchannel-wrapper":"0.2.7-canary.3327845","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.3327845","@firebase/app-types":"0.1.2-canary.3327845"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","rollup":"^0.57.1","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-typescript2":"^0.12.0","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.3327845","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4352bbead4f2c8a91bdb187d3196b43c35b4edd8","size":885762,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.3327845.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.3327845_1523466100627_0.08069274857663267"},"_hasShrinkwrap":false,"publish_time":1523466100841,"_cnpm_publish_time":1523466100841,"contributors":[]},"0.3.7-canary.7463443":{"name":"@firebase/firestore","version":"0.3.7-canary.7463443","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.7463443","@firebase/logger":"0.1.0-canary.7463443","@firebase/webchannel-wrapper":"0.2.7-canary.7463443","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.7463443","@firebase/app-types":"0.1.2-canary.7463443"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","rollup":"^0.57.1","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-typescript2":"^0.12.0","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.7463443","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"317c0434ef5de1910134a5d360a240ffa8c9bb98","size":885916,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.7463443.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.7463443_1523457261340_0.7339681380197283"},"_hasShrinkwrap":false,"publish_time":1523457261473,"_cnpm_publish_time":1523457261473,"contributors":[]},"0.3.7-canary.d0a614c":{"name":"@firebase/firestore","version":"0.3.7-canary.d0a614c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.d0a614c","@firebase/logger":"0.1.0-canary.d0a614c","@firebase/webchannel-wrapper":"0.2.7-canary.d0a614c","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.d0a614c","@firebase/app-types":"0.1.2-canary.d0a614c"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","rollup":"^0.57.1","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-typescript2":"^0.12.0","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.d0a614c","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bfff943edc6fb7eb73caab34dcd3d6d16aa10ac4","size":885934,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.d0a614c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.d0a614c_1523406785634_0.015538928649222905"},"_hasShrinkwrap":false,"publish_time":1523406785795,"_cnpm_publish_time":1523406785795,"contributors":[]},"0.3.7-canary.ca57c4d":{"name":"@firebase/firestore","version":"0.3.7-canary.ca57c4d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.ca57c4d","@firebase/logger":"0.1.0-canary.ca57c4d","@firebase/webchannel-wrapper":"0.2.7-canary.ca57c4d","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.ca57c4d","@firebase/app-types":"0.1.2-canary.ca57c4d"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","rollup":"^0.57.1","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-typescript2":"^0.12.0","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.ca57c4d","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bd11723007f6528f1f60b38f64dc97f10d016e18","size":885886,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.ca57c4d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.ca57c4d_1523405870086_0.29495460018332587"},"_hasShrinkwrap":false,"publish_time":1523405870210,"_cnpm_publish_time":1523405870210,"contributors":[]},"0.3.7-canary.3fe3d2c":{"name":"@firebase/firestore","version":"0.3.7-canary.3fe3d2c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.3fe3d2c","@firebase/logger":"0.1.0-canary.3fe3d2c","@firebase/webchannel-wrapper":"0.2.7-canary.3fe3d2c","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.3fe3d2c","@firebase/app-types":"0.1.2-canary.3fe3d2c"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","rollup":"^0.57.1","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-typescript2":"^0.12.0","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.3fe3d2c","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d884065e50ceb3e4f5df508f370fc3288203b962","size":885752,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.3fe3d2c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.3fe3d2c_1523405738249_0.27587231510078114"},"_hasShrinkwrap":false,"publish_time":1523405738371,"_cnpm_publish_time":1523405738371,"contributors":[]},"0.3.7-canary.14c2c4a":{"name":"@firebase/firestore","version":"0.3.7-canary.14c2c4a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.14c2c4a","@firebase/logger":"0.1.0-canary.14c2c4a","@firebase/webchannel-wrapper":"0.2.7-canary.14c2c4a","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.14c2c4a","@firebase/app-types":"0.1.2-canary.14c2c4a"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","rollup":"^0.57.1","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-typescript2":"^0.12.0","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.14c2c4a","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"71b38c2b52d2cdbacc85faafc971f9efd0acba9c","size":886700,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.14c2c4a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.14c2c4a_1523403121165_0.8320523863372835"},"_hasShrinkwrap":false,"publish_time":1523403121281,"_cnpm_publish_time":1523403121281,"contributors":[]},"0.4.0-3":{"name":"@firebase/firestore","version":"0.4.0-3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.3.0-3","@firebase/logger":"0.1.1-2","@firebase/webchannel-wrapper":"0.2.7","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","rollup":"^0.57.1","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-typescript2":"^0.12.0","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.0-3","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"1480e8e85f094a065d852f0bf24caffe5a725191","size":1504725,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.0-3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.0-3_1523402332252_0.8137526842566662"},"_hasShrinkwrap":false,"publish_time":1523402332404,"_cnpm_publish_time":1523402332404,"contributors":[]},"0.3.7-canary.eeab13f":{"name":"@firebase/firestore","version":"0.3.7-canary.eeab13f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.eeab13f","@firebase/logger":"0.1.0-canary.eeab13f","@firebase/webchannel-wrapper":"0.2.7-canary.eeab13f","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.eeab13f","@firebase/app-types":"0.1.2-canary.eeab13f"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.eeab13f","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"57f57f9714d2835d836c992558c1662b43f27d24","size":937204,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.eeab13f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.eeab13f_1523398489862_0.12702519707551208"},"_hasShrinkwrap":false,"publish_time":1523398489987,"_cnpm_publish_time":1523398489987,"contributors":[]},"0.3.7-canary.452a4be":{"name":"@firebase/firestore","version":"0.3.7-canary.452a4be","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.452a4be","@firebase/logger":"0.1.0-canary.452a4be","@firebase/webchannel-wrapper":"0.2.7-canary.452a4be","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.452a4be","@firebase/app-types":"0.1.2-canary.452a4be"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.452a4be","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5548690b611fc7eb72e1ec0a89e6dbd269b4b475","size":937225,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.452a4be.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.452a4be_1523386336572_0.68671557708085"},"_hasShrinkwrap":false,"publish_time":1523386336714,"_cnpm_publish_time":1523386336714,"contributors":[]},"0.4.0-2":{"name":"@firebase/firestore","version":"0.4.0-2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.3.0-2","@firebase/logger":"0.1.1-1","@firebase/webchannel-wrapper":"0.2.7","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","rollup":"^0.57.1","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-typescript2":"^0.12.0","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.0-2","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"163a0e42503b9a08a15e8df5f62c42ad5d251d33","size":1504326,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.0-2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.0-2_1523383100452_0.978445344910436"},"_hasShrinkwrap":false,"publish_time":1523383100590,"_cnpm_publish_time":1523383100590,"contributors":[]},"0.4.0-1":{"name":"@firebase/firestore","version":"0.4.0-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.3.0-1","@firebase/logger":"0.1.1-0","@firebase/webchannel-wrapper":"0.2.7","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","rollup":"^0.57.1","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-typescript2":"^0.12.0","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.0-1","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"c375d6b968d6175c867db5d9299fabbeae52cd79","size":886013,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.0-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.0-1_1523380624285_0.17288862786136971"},"_hasShrinkwrap":false,"publish_time":1523380624452,"_cnpm_publish_time":1523380624452,"contributors":[]},"0.3.7-canary.4907285":{"name":"@firebase/firestore","version":"0.3.7-canary.4907285","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.4907285","@firebase/logger":"0.1.0-canary.4907285","@firebase/webchannel-wrapper":"0.2.7-canary.4907285","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.4907285","@firebase/app-types":"0.1.2-canary.4907285"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.4907285","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9e82dd67182ca9c2d465fe2393e6e6093c3ad75b","size":937064,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.4907285.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.4907285_1523377043698_0.42464606759090184"},"_hasShrinkwrap":false,"publish_time":1523377043846,"_cnpm_publish_time":1523377043846,"contributors":[]},"0.3.7-canary.fe0d694":{"name":"@firebase/firestore","version":"0.3.7-canary.fe0d694","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.fe0d694","@firebase/logger":"0.1.0-canary.fe0d694","@firebase/webchannel-wrapper":"0.2.7-canary.fe0d694","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.fe0d694","@firebase/app-types":"0.1.2-canary.fe0d694"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.fe0d694","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"39fea1d24ba7420fb476e75d619e0362414f3475","size":937242,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.fe0d694.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.fe0d694_1523312165318_0.01659312841833982"},"_hasShrinkwrap":false,"publish_time":1523312165524,"_cnpm_publish_time":1523312165524,"contributors":[]},"0.3.7-canary.1e3254d":{"name":"@firebase/firestore","version":"0.3.7-canary.1e3254d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.1e3254d","@firebase/logger":"0.1.0-canary.1e3254d","@firebase/webchannel-wrapper":"0.2.7-canary.1e3254d","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.1e3254d","@firebase/app-types":"0.1.2-canary.1e3254d"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.1e3254d","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4332c03d4bebedb8408e86e7acaaec6eb0b132a6","size":937214,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.1e3254d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.1e3254d_1523303167118_0.019977262147205188"},"_hasShrinkwrap":false,"publish_time":1523303167236,"_cnpm_publish_time":1523303167236,"contributors":[]},"0.3.7-canary.f95425f":{"name":"@firebase/firestore","version":"0.3.7-canary.f95425f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.f95425f","@firebase/logger":"0.1.0-canary.f95425f","@firebase/webchannel-wrapper":"0.2.7-canary.f95425f","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.f95425f","@firebase/app-types":"0.1.2-canary.f95425f"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.f95425f","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bff3132998faf42f33721b237b603227d0fc2fce","size":937265,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.f95425f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.f95425f_1523301061468_0.38669452944512117"},"_hasShrinkwrap":false,"publish_time":1523301061632,"_cnpm_publish_time":1523301061632,"contributors":[]},"0.3.7-canary.5475383":{"name":"@firebase/firestore","version":"0.3.7-canary.5475383","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.5475383","@firebase/logger":"0.1.0-canary.5475383","@firebase/webchannel-wrapper":"0.2.7-canary.5475383","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.5475383","@firebase/app-types":"0.1.2-canary.5475383"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.5475383","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fb8c5af05d913459b5b101e4c3f3c3ae2173ee5f","size":937184,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.5475383.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.5475383_1523300346344_0.2448698438519057"},"_hasShrinkwrap":false,"publish_time":1523300346474,"_cnpm_publish_time":1523300346474,"contributors":[]},"0.3.7-canary.fce6f7a":{"name":"@firebase/firestore","version":"0.3.7-canary.fce6f7a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.fce6f7a","@firebase/logger":"0.1.0-canary.fce6f7a","@firebase/webchannel-wrapper":"0.2.7-canary.fce6f7a","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.fce6f7a","@firebase/app-types":"0.1.2-canary.fce6f7a"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.fce6f7a","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9371b8f0f9b13417652d484d3e5df29e73fb10cf","size":937142,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.fce6f7a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.fce6f7a_1523207501408_0.8994867638732469"},"_hasShrinkwrap":false,"publish_time":1523207501521,"_cnpm_publish_time":1523207501521,"contributors":[]},"0.3.7-canary.6754b7f":{"name":"@firebase/firestore","version":"0.3.7-canary.6754b7f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.6754b7f","@firebase/logger":"0.1.0-canary.6754b7f","@firebase/webchannel-wrapper":"0.2.7-canary.6754b7f","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.6754b7f","@firebase/app-types":"0.1.2-canary.6754b7f"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.6754b7f","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7ceed70a935b99725d6c1639a82e26b1936f3eac","size":937251,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.6754b7f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.6754b7f_1523099442970_0.13309693353637964"},"_hasShrinkwrap":false,"publish_time":1523099443086,"_cnpm_publish_time":1523099443086,"contributors":[]},"0.3.7-canary.5e71095":{"name":"@firebase/firestore","version":"0.3.7-canary.5e71095","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.5e71095","@firebase/logger":"0.1.0-canary.5e71095","@firebase/webchannel-wrapper":"0.2.7-canary.5e71095","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.5e71095","@firebase/app-types":"0.1.2-canary.5e71095"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.5e71095","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c9d25d00ba0267bec3dbef36896dd419e8094e3e","size":937148,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.5e71095.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.5e71095_1523043378988_0.05245819362352888"},"_hasShrinkwrap":false,"publish_time":1523043379204,"_cnpm_publish_time":1523043379204,"contributors":[]},"0.3.7-canary.1f985cf":{"name":"@firebase/firestore","version":"0.3.7-canary.1f985cf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.1f985cf","@firebase/logger":"0.1.0-canary.1f985cf","@firebase/webchannel-wrapper":"0.2.7-canary.1f985cf","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.1f985cf","@firebase/app-types":"0.1.2-canary.1f985cf"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.1f985cf","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8e5891ba6e6a0593e383994961934b317cadc001","size":937096,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.1f985cf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.1f985cf_1523041638591_0.0970478018688552"},"_hasShrinkwrap":false,"publish_time":1523041638730,"_cnpm_publish_time":1523041638730,"contributors":[]},"0.3.7-canary.9eace31":{"name":"@firebase/firestore","version":"0.3.7-canary.9eace31","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.9eace31","@firebase/logger":"0.1.0-canary.9eace31","@firebase/webchannel-wrapper":"0.2.7-canary.9eace31","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.9eace31","@firebase/app-types":"0.1.2-canary.9eace31"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.9eace31","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"003a60b349a0a3052f27bcb8e82503cd2c9c2492","size":937236,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.9eace31.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.9eace31_1523033333991_0.44004360566229495"},"_hasShrinkwrap":false,"publish_time":1523033334175,"_cnpm_publish_time":1523033334175,"contributors":[]},"0.3.7-canary.b45baec":{"name":"@firebase/firestore","version":"0.3.7-canary.b45baec","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.b45baec","@firebase/logger":"0.1.0-canary.b45baec","@firebase/webchannel-wrapper":"0.2.7-canary.b45baec","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.b45baec","@firebase/app-types":"0.1.2-canary.b45baec"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.b45baec","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"32b29e360fca1b2f30c7d2e0afed0a254978ba68","size":937196,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.b45baec.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.b45baec_1523020281480_0.8132638466148783"},"_hasShrinkwrap":false,"publish_time":1523020281612,"_cnpm_publish_time":1523020281612,"contributors":[]},"0.3.7-canary.12e839d":{"name":"@firebase/firestore","version":"0.3.7-canary.12e839d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.12e839d","@firebase/logger":"0.1.0-canary.12e839d","@firebase/webchannel-wrapper":"0.2.7-canary.12e839d","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.12e839d","@firebase/app-types":"0.1.2-canary.12e839d"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.12e839d","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bab85fa3156a7590c0b28eee156ec47dd52e4839","size":937137,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.12e839d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.12e839d_1522964792518_0.3263309528257681"},"_hasShrinkwrap":false,"publish_time":1522964792658,"_cnpm_publish_time":1522964792658,"contributors":[]},"0.3.7-canary.7857c21":{"name":"@firebase/firestore","version":"0.3.7-canary.7857c21","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.7857c21","@firebase/logger":"0.1.0-canary.7857c21","@firebase/webchannel-wrapper":"0.2.7-canary.7857c21","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.7857c21","@firebase/app-types":"0.1.2-canary.7857c21"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.7857c21","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cff6be5cdcc732617178da9afc3ed1d6951f6c43","size":937078,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.7857c21.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.7857c21_1522964628893_0.3437886734001776"},"_hasShrinkwrap":false,"publish_time":1522964628998,"_cnpm_publish_time":1522964628998,"contributors":[]},"0.3.7-canary.a1020bf":{"name":"@firebase/firestore","version":"0.3.7-canary.a1020bf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.a1020bf","@firebase/logger":"0.1.0-canary.a1020bf","@firebase/webchannel-wrapper":"0.2.7-canary.a1020bf","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.a1020bf","@firebase/app-types":"0.1.2-canary.a1020bf"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.a1020bf","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"43688a156378392fec0bbba6c0198afdbe3bf790","size":937207,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.a1020bf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.a1020bf_1522952473749_0.876956865781799"},"_hasShrinkwrap":false,"publish_time":1522952474193,"_cnpm_publish_time":1522952474193,"contributors":[]},"0.3.7-canary.8c54f6a":{"name":"@firebase/firestore","version":"0.3.7-canary.8c54f6a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.8c54f6a","@firebase/logger":"0.1.0-canary.8c54f6a","@firebase/webchannel-wrapper":"0.2.7-canary.8c54f6a","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.8c54f6a","@firebase/app-types":"0.1.2-canary.8c54f6a"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.8c54f6a","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8795c95a85efc9c1ef47e3301f53467194b3d245","size":937209,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.8c54f6a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.8c54f6a_1522866975890_0.34992579152784"},"_hasShrinkwrap":false,"publish_time":1522866976011,"_cnpm_publish_time":1522866976011,"contributors":[]},"0.3.7-canary.073cc19":{"name":"@firebase/firestore","version":"0.3.7-canary.073cc19","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.073cc19","@firebase/logger":"0.1.0-canary.073cc19","@firebase/webchannel-wrapper":"0.2.7-canary.073cc19","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.073cc19","@firebase/app-types":"0.1.2-canary.073cc19"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.073cc19","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b33e9088ceb37ca713c83926a99e58a9acbec564","size":937183,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.073cc19.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.073cc19_1522864555813_0.8036071771212505"},"_hasShrinkwrap":false,"publish_time":1522864556275,"_cnpm_publish_time":1522864556275,"contributors":[]},"0.4.0-0":{"name":"@firebase/firestore","version":"0.4.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.3.0-0","@firebase/logger":"0.1.0","@firebase/webchannel-wrapper":"0.2.7","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.4.0-0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"111d8268488bb63c68f452b54e145cecad00d35d","size":1555849,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.4.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.4.0-0_1522861117616_0.07643436112908919"},"_hasShrinkwrap":false,"publish_time":1522861117860,"_cnpm_publish_time":1522861117860,"contributors":[]},"0.3.7-canary.2a0a33f":{"name":"@firebase/firestore","version":"0.3.7-canary.2a0a33f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.2a0a33f","@firebase/logger":"0.1.0-canary.2a0a33f","@firebase/webchannel-wrapper":"0.2.7-canary.2a0a33f","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.2a0a33f","@firebase/app-types":"0.1.2-canary.2a0a33f"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.2a0a33f","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"77ebfd230c4021a215b56380d6a5950774aac7fa","size":937182,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.2a0a33f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.2a0a33f_1522837816015_0.07804362840251788"},"_hasShrinkwrap":false,"publish_time":1522837816143,"_cnpm_publish_time":1522837816143,"contributors":[]},"0.3.7-canary.4f28096":{"name":"@firebase/firestore","version":"0.3.7-canary.4f28096","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.4f28096","@firebase/logger":"0.1.0-canary.4f28096","@firebase/webchannel-wrapper":"0.2.7-canary.4f28096","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.4f28096","@firebase/app-types":"0.1.2-canary.4f28096"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.4f28096","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9ab815b1577c560e5568665d4e2080c2e74cc676","size":937201,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.4f28096.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.4f28096_1522752210703_0.02368689730144813"},"_hasShrinkwrap":false,"publish_time":1522752210857,"_cnpm_publish_time":1522752210857,"contributors":[]},"0.3.7-canary.790c158":{"name":"@firebase/firestore","version":"0.3.7-canary.790c158","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.790c158","@firebase/logger":"0.1.0-canary.790c158","@firebase/webchannel-wrapper":"0.2.7-canary.790c158","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.790c158","@firebase/app-types":"0.1.2-canary.790c158"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.790c158","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"36887e148b08680b9ecf18154a21347b6834f21f","size":937178,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.790c158.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.790c158_1522714855032_0.9084003409363686"},"_hasShrinkwrap":false,"publish_time":1522714855260,"_cnpm_publish_time":1522714855260,"contributors":[]},"0.3.7-canary.92f3809":{"name":"@firebase/firestore","version":"0.3.7-canary.92f3809","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.92f3809","@firebase/logger":"0.1.0-canary.92f3809","@firebase/webchannel-wrapper":"0.2.7-canary.92f3809","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.92f3809","@firebase/app-types":"0.1.2-canary.92f3809"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.92f3809","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c9fce129c1cd1ed548c15ce0f642bda06a729200","size":937152,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.92f3809.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.92f3809_1522687185788_0.2318835932467651"},"_hasShrinkwrap":false,"publish_time":1522687185911,"_cnpm_publish_time":1522687185911,"contributors":[]},"0.3.7-canary.1608edb":{"name":"@firebase/firestore","version":"0.3.7-canary.1608edb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.1608edb","@firebase/logger":"0.1.0-canary.1608edb","@firebase/webchannel-wrapper":"0.2.7-canary.1608edb","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.1608edb","@firebase/app-types":"0.1.2-canary.1608edb"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.1608edb","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4904fe2d66a341fb2c182ccfad7da07b5a9c5b63","size":937241,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.1608edb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.1608edb_1522437421806_0.016208198470017532"},"_hasShrinkwrap":false,"publish_time":1522437421995,"_cnpm_publish_time":1522437421995,"contributors":[]},"0.3.7-canary.b5aa5b8":{"name":"@firebase/firestore","version":"0.3.7-canary.b5aa5b8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.b5aa5b8","@firebase/logger":"0.1.0-canary.b5aa5b8","@firebase/webchannel-wrapper":"0.2.7-canary.b5aa5b8","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.b5aa5b8","@firebase/app-types":"0.1.2-canary.b5aa5b8"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.b5aa5b8","_npmVersion":"5.6.0","_nodeVersion":"8.11.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"68d0b841befe6a3b49b4d0c42b00c147a79f479b","size":932613,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.b5aa5b8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.b5aa5b8_1522377596817_0.3972055717268719"},"_hasShrinkwrap":false,"publish_time":1522377596986,"_cnpm_publish_time":1522377596986,"contributors":[]},"0.3.7-canary.541fbbe":{"name":"@firebase/firestore","version":"0.3.7-canary.541fbbe","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.541fbbe","@firebase/logger":"0.1.0-canary.541fbbe","@firebase/webchannel-wrapper":"0.2.7-canary.541fbbe","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.541fbbe","@firebase/app-types":"0.1.2-canary.541fbbe"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-canary.541fbbe","_npmVersion":"5.6.0","_nodeVersion":"8.11.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c9b8f946113a99a16fb0162dfe41b787e85c8957","size":932531,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-canary.541fbbe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-canary.541fbbe_1522371052183_0.9781046041781878"},"_hasShrinkwrap":false,"publish_time":1522371052302,"_cnpm_publish_time":1522371052302,"contributors":[]},"0.3.7":{"name":"@firebase/firestore","version":"0.3.7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2","@firebase/logger":"0.1.0","@firebase/webchannel-wrapper":"0.2.7","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.3.7","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"7160ebcd2574ca56521df847086bf291dd216ff0","size":1548780,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7_1522361131172_0.31055344575255206"},"_hasShrinkwrap":false,"publish_time":1522361131397,"_cnpm_publish_time":1522361131397,"contributors":[]},"0.3.6-canary.b146780":{"name":"@firebase/firestore","version":"0.3.6-canary.b146780","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.b146780","@firebase/logger":"0.1.0-canary.b146780","@firebase/webchannel-wrapper":"0.2.6-canary.b146780","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.b146780","@firebase/app-types":"0.1.2-canary.b146780"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.6-canary.b146780","_npmVersion":"5.6.0","_nodeVersion":"8.11.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9fef263f01cf733ff5a60484fb67c2982064636e","size":932558,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.6-canary.b146780.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.6-canary.b146780_1522342941492_0.6146979029132857"},"_hasShrinkwrap":false,"publish_time":1522342941675,"_cnpm_publish_time":1522342941675,"contributors":[]},"0.3.6-canary.babd759":{"name":"@firebase/firestore","version":"0.3.6-canary.babd759","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.babd759","@firebase/logger":"0.1.0-canary.babd759","@firebase/webchannel-wrapper":"0.2.6-canary.babd759","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.babd759","@firebase/app-types":"0.1.2-canary.babd759"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.6-canary.babd759","_npmVersion":"5.6.0","_nodeVersion":"8.11.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"af561741761f0dbc5a528bc2fa1f5562a70dee8c","size":932055,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.6-canary.babd759.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.6-canary.babd759_1522281647318_0.372219930225975"},"_hasShrinkwrap":false,"publish_time":1522281647513,"_cnpm_publish_time":1522281647513,"contributors":[]},"0.3.6-canary.ac4dac3":{"name":"@firebase/firestore","version":"0.3.6-canary.ac4dac3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.ac4dac3","@firebase/logger":"0.1.0-canary.ac4dac3","@firebase/webchannel-wrapper":"0.2.6-canary.ac4dac3","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.ac4dac3","@firebase/app-types":"0.1.2-canary.ac4dac3"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.6-canary.ac4dac3","_npmVersion":"5.6.0","_nodeVersion":"8.11.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"09176a5bfae39daa7647fdbfdcb60c2daef7c0d3","size":932074,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.6-canary.ac4dac3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.6-canary.ac4dac3_1522279199773_0.57967874923302"},"_hasShrinkwrap":false,"publish_time":1522279199930,"_cnpm_publish_time":1522279199930,"contributors":[]},"0.3.6-canary.3259004":{"name":"@firebase/firestore","version":"0.3.6-canary.3259004","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.3259004","@firebase/logger":"0.1.0-canary.3259004","@firebase/webchannel-wrapper":"0.2.6-canary.3259004","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.3259004","@firebase/app-types":"0.1.2-canary.3259004"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.6-canary.3259004","_npmVersion":"5.6.0","_nodeVersion":"8.11.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4989ff6398973ee406fcd702a0bcf822d84eedb4","size":932020,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.6-canary.3259004.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.6-canary.3259004_1522271158267_0.7957735734993963"},"_hasShrinkwrap":false,"publish_time":1522271158473,"_cnpm_publish_time":1522271158473,"contributors":[]},"0.3.7-1":{"name":"@firebase/firestore","version":"0.3.7-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2","@firebase/logger":"0.1.0","@firebase/webchannel-wrapper":"0.2.7-1","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-1","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"8db6cef543d37a8ca9ded43df16165627885364d","size":1548105,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-1_1522270558423_0.5736434296660595"},"_hasShrinkwrap":false,"publish_time":1522270558618,"_cnpm_publish_time":1522270558618,"contributors":[]},"0.3.6-canary.dd86fc7":{"name":"@firebase/firestore","version":"0.3.6-canary.dd86fc7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.dd86fc7","@firebase/logger":"0.1.0-canary.dd86fc7","@firebase/webchannel-wrapper":"0.2.6-canary.dd86fc7","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.dd86fc7","@firebase/app-types":"0.1.2-canary.dd86fc7"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.6-canary.dd86fc7","_npmVersion":"5.6.0","_nodeVersion":"8.11.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c57c44d6e9b21849a218f32d296010074d632842","size":932010,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.6-canary.dd86fc7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.6-canary.dd86fc7_1522265121072_0.8783342724460568"},"_hasShrinkwrap":false,"publish_time":1522265121230,"_cnpm_publish_time":1522265121230,"contributors":[]},"0.3.6-canary.a538b83":{"name":"@firebase/firestore","version":"0.3.6-canary.a538b83","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.a538b83","@firebase/logger":"0.1.0-canary.a538b83","@firebase/webchannel-wrapper":"0.2.6-canary.a538b83","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.a538b83","@firebase/app-types":"0.1.2-canary.a538b83"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.6-canary.a538b83","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6d436c683dd125a2b29211da06f0452c33dd07f6","size":932033,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.6-canary.a538b83.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.6-canary.a538b83_1522254391416_0.25735701490651075"},"_hasShrinkwrap":false,"publish_time":1522254391519,"_cnpm_publish_time":1522254391519,"contributors":[]},"0.3.7-0":{"name":"@firebase/firestore","version":"0.3.7-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2","@firebase/logger":"0.1.0","@firebase/webchannel-wrapper":"0.2.7-0","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.7-0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"abf97c21ee311da9042d66cbc0362b73384d6e42","size":1548139,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.7-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.7-0_1522182143692_0.38841333557459556"},"_hasShrinkwrap":false,"publish_time":1522182143803,"_cnpm_publish_time":1522182143803,"contributors":[]},"0.3.6-canary.faa54d8":{"name":"@firebase/firestore","version":"0.3.6-canary.faa54d8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.faa54d8","@firebase/logger":"0.1.0-canary.faa54d8","@firebase/webchannel-wrapper":"0.2.6-canary.faa54d8","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.faa54d8","@firebase/app-types":"0.1.2-canary.faa54d8"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.6-canary.faa54d8","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9035b6685570da10b502fdca4093c0b7875dc9ce","size":932075,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.6-canary.faa54d8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.6-canary.faa54d8_1522095702494_0.2915876100024881"},"_hasShrinkwrap":false,"publish_time":1522095702715,"_cnpm_publish_time":1522095702715,"contributors":[]},"0.3.6-canary.d90beab":{"name":"@firebase/firestore","version":"0.3.6-canary.d90beab","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.d90beab","@firebase/logger":"0.1.0-canary.d90beab","@firebase/webchannel-wrapper":"0.2.6-canary.d90beab","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.d90beab","@firebase/app-types":"0.1.2-canary.d90beab"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.6-canary.d90beab","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4acf5683a3142ce5a53c0796d934ba9cfe961957","size":932073,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.6-canary.d90beab.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.6-canary.d90beab_1521854382892_0.301754537518065"},"_hasShrinkwrap":false,"publish_time":1521854383027,"_cnpm_publish_time":1521854383027,"contributors":[]},"0.3.6-canary.bb93e47":{"name":"@firebase/firestore","version":"0.3.6-canary.bb93e47","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.bb93e47","@firebase/logger":"0.1.0-canary.bb93e47","@firebase/webchannel-wrapper":"0.2.6-canary.bb93e47","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.bb93e47","@firebase/app-types":"0.1.2-canary.bb93e47"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.6-canary.bb93e47","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ebe332417b298754964d92ccc4aa1810484f5df8","size":931552,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.6-canary.bb93e47.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.6-canary.bb93e47_1521849678286_0.1548731417639897"},"_hasShrinkwrap":false,"publish_time":1521849678532,"_cnpm_publish_time":1521849678532,"contributors":[]},"0.3.6-canary.8a10e7c":{"name":"@firebase/firestore","version":"0.3.6-canary.8a10e7c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.8a10e7c","@firebase/logger":"0.1.0-canary.8a10e7c","@firebase/webchannel-wrapper":"0.2.6-canary.8a10e7c","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.8a10e7c","@firebase/app-types":"0.1.2-canary.8a10e7c"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.6-canary.8a10e7c","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"248c1e42a7519f942738af392ab0810a1b5bc6ca","size":931483,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.6-canary.8a10e7c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.6-canary.8a10e7c_1521762345929_0.5688393279703559"},"_hasShrinkwrap":false,"publish_time":1521762346093,"_cnpm_publish_time":1521762346093,"contributors":[]},"0.3.6-canary.ab0faeb":{"name":"@firebase/firestore","version":"0.3.6-canary.ab0faeb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.ab0faeb","@firebase/logger":"0.1.0-canary.ab0faeb","@firebase/webchannel-wrapper":"0.2.6-canary.ab0faeb","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.ab0faeb","@firebase/app-types":"0.1.2-canary.ab0faeb"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.6-canary.ab0faeb","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"545b109d769ada4c3a81388451ddcc7a986062cd","size":931430,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.6-canary.ab0faeb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.6-canary.ab0faeb_1521741659932_0.2095676986722228"},"_hasShrinkwrap":false,"publish_time":1521741660192,"_cnpm_publish_time":1521741660192,"contributors":[]},"0.3.6-canary.84896ec":{"name":"@firebase/firestore","version":"0.3.6-canary.84896ec","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.84896ec","@firebase/logger":"0.1.0-canary.84896ec","@firebase/webchannel-wrapper":"0.2.6-canary.84896ec","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.84896ec","@firebase/app-types":"0.1.2-canary.84896ec"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.6-canary.84896ec","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1c0e043eafb2d148f957e5435be9213393f2a4fd","size":931562,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.6-canary.84896ec.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.6-canary.84896ec_1521657903116_0.9169169294888531"},"_hasShrinkwrap":false,"publish_time":1521657903310,"_cnpm_publish_time":1521657903310,"contributors":[]},"0.3.6-canary.563e048":{"name":"@firebase/firestore","version":"0.3.6-canary.563e048","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.563e048","@firebase/logger":"0.1.0-canary.563e048","@firebase/webchannel-wrapper":"0.2.6-canary.563e048","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.563e048","@firebase/app-types":"0.1.2-canary.563e048"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.6-canary.563e048","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9e139bfc15ef2765ee777e4e6dcdf3187508baf6","size":931478,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.6-canary.563e048.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.6-canary.563e048_1521580165909_0.11079823572134417"},"_hasShrinkwrap":false,"publish_time":1521580166132,"_cnpm_publish_time":1521580166132,"contributors":[]},"0.3.6":{"name":"@firebase/firestore","version":"0.3.6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2","@firebase/logger":"0.1.0","@firebase/webchannel-wrapper":"0.2.6","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.3.6","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"70eaf11929950d2a012c9f666b1522be62308054","size":1547433,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.6_1521569552429_0.09470483426754583"},"_hasShrinkwrap":false,"publish_time":1521569552592,"_cnpm_publish_time":1521569552592,"contributors":[]},"0.3.5-canary.d59b724":{"name":"@firebase/firestore","version":"0.3.5-canary.d59b724","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.d59b724","@firebase/logger":"0.1.0-canary.d59b724","@firebase/webchannel-wrapper":"0.2.6-canary.d59b724","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.d59b724","@firebase/app-types":"0.1.2-canary.d59b724"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.5-canary.d59b724","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"352582afd045b82752d84c1d4b8dff5a5e45be05","size":931456,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.5-canary.d59b724.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.5-canary.d59b724_1521569536648_0.2464003123834395"},"_hasShrinkwrap":false,"publish_time":1521569536990,"_cnpm_publish_time":1521569536990,"contributors":[]},"0.3.5-canary.d59b7249":{"name":"@firebase/firestore","version":"0.3.5-canary.d59b7249","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.d59b7249","@firebase/logger":"0.1.0-canary.d59b7249","@firebase/webchannel-wrapper":"0.2.6-canary.d59b7249","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.d59b7249","@firebase/app-types":"0.1.2-canary.d59b7249"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.5-canary.d59b7249","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"8679ca14b62aa36805c57e9da339078b529ad559","size":931525,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.5-canary.d59b7249.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.5-canary.d59b7249_1521568471119_0.3406632026846914"},"_hasShrinkwrap":false,"publish_time":1521568471327,"_cnpm_publish_time":1521568471327,"contributors":[]},"0.3.5-canary.908227c":{"name":"@firebase/firestore","version":"0.3.5-canary.908227c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.908227c","@firebase/logger":"0.1.0-canary.908227c","@firebase/webchannel-wrapper":"0.2.6-canary.908227c","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.908227c","@firebase/app-types":"0.1.2-canary.908227c"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.5-canary.908227c","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1f3328b8d4d32be83998be615e4357afb3f528c0","size":931491,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.5-canary.908227c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.5-canary.908227c_1521489442704_0.6344743189786755"},"_hasShrinkwrap":false,"publish_time":1521489442838,"_cnpm_publish_time":1521489442838,"contributors":[]},"0.3.5-canary.c25e7a1":{"name":"@firebase/firestore","version":"0.3.5-canary.c25e7a1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.c25e7a1","@firebase/logger":"0.1.0-canary.c25e7a1","@firebase/webchannel-wrapper":"0.2.6-canary.c25e7a1","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.c25e7a1","@firebase/app-types":"0.1.2-canary.c25e7a1"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.5-canary.c25e7a1","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"89a340bf03ec2fe2fa150a82e55acdafa5da0bc0","size":931549,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.5-canary.c25e7a1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.5-canary.c25e7a1_1521483419676_0.328596269978777"},"_hasShrinkwrap":false,"publish_time":1521483419793,"_cnpm_publish_time":1521483419793,"contributors":[]},"0.3.5-canary.9d00c6f":{"name":"@firebase/firestore","version":"0.3.5-canary.9d00c6f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.9d00c6f","@firebase/logger":"0.1.0-canary.9d00c6f","@firebase/webchannel-wrapper":"0.2.6-canary.9d00c6f","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.9d00c6f","@firebase/app-types":"0.1.2-canary.9d00c6f"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.5-canary.9d00c6f","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6a2627e359ec667c3b0e516e0abc5f8b8da83bde","size":931511,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.5-canary.9d00c6f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.5-canary.9d00c6f_1521476154537_0.8036012792733491"},"_hasShrinkwrap":false,"publish_time":1521476154679,"_cnpm_publish_time":1521476154679,"contributors":[]},"0.3.5-canary.d3ec2e0":{"name":"@firebase/firestore","version":"0.3.5-canary.d3ec2e0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.d3ec2e0","@firebase/logger":"0.1.0-canary.d3ec2e0","@firebase/webchannel-wrapper":"0.2.6-canary.d3ec2e0","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.d3ec2e0","@firebase/app-types":"0.1.2-canary.d3ec2e0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.5-canary.d3ec2e0","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7991388bd7257a594eba412767773804369651a1","size":931524,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.5-canary.d3ec2e0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.5-canary.d3ec2e0_1521225024776_0.3663498278186461"},"_hasShrinkwrap":false,"publish_time":1521225024944,"_cnpm_publish_time":1521225024944,"contributors":[]},"0.3.6-0":{"name":"@firebase/firestore","version":"0.3.6-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2","@firebase/logger":"0.1.0","@firebase/webchannel-wrapper":"0.2.6","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.6-0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"ac17c5069166286ef23250b8e452c515f7e056f7","size":1547422,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.6-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.6-0_1521156480427_0.6561780789441054"},"_hasShrinkwrap":false,"publish_time":1521156480592,"_cnpm_publish_time":1521156480592,"contributors":[]},"0.3.5-canary.df183a5":{"name":"@firebase/firestore","version":"0.3.5-canary.df183a5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.df183a5","@firebase/logger":"0.1.0-canary.df183a5","@firebase/webchannel-wrapper":"0.2.6-canary.df183a5","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.df183a5","@firebase/app-types":"0.1.2-canary.df183a5"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.5-canary.df183a5","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e4347297327cfbd7a914f8f8f7025241d39139ed","size":931488,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.5-canary.df183a5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.5-canary.df183a5_1521142531109_0.4226764652941224"},"_hasShrinkwrap":false,"publish_time":1521142531297,"_cnpm_publish_time":1521142531297,"contributors":[]},"0.3.5-canary.1b3ba41":{"name":"@firebase/firestore","version":"0.3.5-canary.1b3ba41","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.1b3ba41","@firebase/logger":"0.1.0-canary.1b3ba41","@firebase/webchannel-wrapper":"0.2.6-canary.1b3ba41","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.1b3ba41","@firebase/app-types":"0.1.2-canary.1b3ba41"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.5-canary.1b3ba41","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"743323a8b6a49be546c6aaf5f672b04307fa7499","size":931596,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.5-canary.1b3ba41.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.5-canary.1b3ba41_1521135669290_0.7298639995385712"},"_hasShrinkwrap":false,"publish_time":1521135669411,"_cnpm_publish_time":1521135669411,"contributors":[]},"0.3.5-canary.b949d81":{"name":"@firebase/firestore","version":"0.3.5-canary.b949d81","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.b949d81","@firebase/logger":"0.1.0-canary.b949d81","@firebase/webchannel-wrapper":"0.2.6-canary.b949d81","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.b949d81","@firebase/app-types":"0.1.2-canary.b949d81"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.5-canary.b949d81","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7b95dc1e9bd05baf2ea2ab9ef9257e056c8253b6","size":931672,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.5-canary.b949d81.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.5-canary.b949d81_1521071383555_0.6938073673976823"},"_hasShrinkwrap":false,"publish_time":1521071383705,"_cnpm_publish_time":1521071383705,"contributors":[]},"0.3.5-canary.bf7a221":{"name":"@firebase/firestore","version":"0.3.5-canary.bf7a221","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.bf7a221","@firebase/logger":"0.1.0-canary.bf7a221","@firebase/webchannel-wrapper":"0.2.6-canary.bf7a221","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.bf7a221","@firebase/app-types":"0.1.2-canary.bf7a221"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.5-canary.bf7a221","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"903d0f312be935fc81aa826495a6b0dc4eea9e49","size":930656,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.5-canary.bf7a221.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.5-canary.bf7a221_1521064040278_0.4581840502502017"},"_hasShrinkwrap":false,"publish_time":1521064040444,"_cnpm_publish_time":1521064040444,"contributors":[]},"0.3.5-canary.0c5cbe0":{"name":"@firebase/firestore","version":"0.3.5-canary.0c5cbe0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.0c5cbe0","@firebase/logger":"0.1.0-canary.0c5cbe0","@firebase/webchannel-wrapper":"0.2.6-canary.0c5cbe0","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.0c5cbe0","@firebase/app-types":"0.1.2-canary.0c5cbe0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.5-canary.0c5cbe0","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d3f90ff9665ae1dc3b779825ad025fbdf6b48c8e","size":930603,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.5-canary.0c5cbe0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.5-canary.0c5cbe0_1521063164668_0.4739407753015461"},"_hasShrinkwrap":false,"publish_time":1521063164810,"_cnpm_publish_time":1521063164810,"contributors":[]},"0.3.5-canary.786082d":{"name":"@firebase/firestore","version":"0.3.5-canary.786082d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.786082d","@firebase/logger":"0.1.0-canary.786082d","@firebase/webchannel-wrapper":"0.2.6-canary.786082d","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.786082d","@firebase/app-types":"0.1.2-canary.786082d"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.5-canary.786082d","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e101d4cc10d1ae1597a1f42c90446d2a0e65331a","size":930639,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.5-canary.786082d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.5-canary.786082d_1520880817258_0.740961394321467"},"_hasShrinkwrap":false,"publish_time":1520880817368,"_cnpm_publish_time":1520880817368,"contributors":[]},"0.3.5-canary.69c9a97":{"name":"@firebase/firestore","version":"0.3.5-canary.69c9a97","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.69c9a97","@firebase/logger":"0.1.0-canary.69c9a97","@firebase/webchannel-wrapper":"0.2.6-canary.69c9a97","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.69c9a97","@firebase/app-types":"0.1.2-canary.69c9a97"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.5-canary.69c9a97","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1800f8dfbc0b8361256c47066c4f04fee83d9469","size":930097,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.5-canary.69c9a97.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.5-canary.69c9a97_1520551776895_0.6499979841888763"},"_hasShrinkwrap":false,"publish_time":1520551777129,"_cnpm_publish_time":1520551777129,"contributors":[]},"0.3.5-canary.6aed77a":{"name":"@firebase/firestore","version":"0.3.5-canary.6aed77a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.6aed77a","@firebase/logger":"0.1.0-canary.6aed77a","@firebase/webchannel-wrapper":"0.2.6-canary.6aed77a","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.6aed77a","@firebase/app-types":"0.1.2-canary.6aed77a"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.5-canary.6aed77a","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cadfb2f62272cd9c413ba55b4d60cfd04e5a0c04","size":930072,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.5-canary.6aed77a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.5-canary.6aed77a_1520550596855_0.18788483800572786"},"_hasShrinkwrap":false,"publish_time":1520550596987,"_cnpm_publish_time":1520550596987,"contributors":[]},"0.3.5":{"name":"@firebase/firestore","version":"0.3.5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2","@firebase/logger":"0.1.0","@firebase/webchannel-wrapper":"0.2.6","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.3.5","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"071e6ae65cf88655d32f499149d4f730a2ecfd37","size":929955,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.5_1520549398506_0.9804158165187034"},"_hasShrinkwrap":false,"publish_time":1520549398693,"_cnpm_publish_time":1520549398693,"contributors":[]},"0.3.4-canary.7681d03":{"name":"@firebase/firestore","version":"0.3.4-canary.7681d03","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.7681d03","@firebase/logger":"0.1.0-canary.7681d03","@firebase/webchannel-wrapper":"0.2.6-canary.7681d03","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.7681d03","@firebase/app-types":"0.1.2-canary.7681d03"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.4-canary.7681d03","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a0c820c9579012657bb98adf1d4285b8a311b794","size":929989,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.4-canary.7681d03.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.4-canary.7681d03_1520462995331_0.44127533687219667"},"_hasShrinkwrap":false,"publish_time":1520462995453,"_cnpm_publish_time":1520462995453,"contributors":[]},"0.3.4-canary.121c167":{"name":"@firebase/firestore","version":"0.3.4-canary.121c167","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.121c167","@firebase/logger":"0.1.0-canary.121c167","@firebase/webchannel-wrapper":"0.2.6-canary.121c167","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.121c167","@firebase/app-types":"0.1.2-canary.121c167"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.4-canary.121c167","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b787d3ba4fc5b52ab135d6dc3f566a12a1f68f63","size":930015,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.4-canary.121c167.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.4-canary.121c167_1520378374598_0.09339553274796342"},"_hasShrinkwrap":false,"publish_time":1520378374828,"_cnpm_publish_time":1520378374828,"contributors":[]},"0.3.5-0":{"name":"@firebase/firestore","version":"0.3.5-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2","@firebase/logger":"0.1.0-0","@firebase/webchannel-wrapper":"0.2.6","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.5-0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"68f79fe81a24e29304231553d15ad4e66d9c9c79","size":1545100,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.5-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.5-0_1520377487976_0.9457928784381446"},"_hasShrinkwrap":false,"publish_time":1520377488084,"_cnpm_publish_time":1520377488084,"contributors":[]},"0.3.4-canary.03d224f":{"name":"@firebase/firestore","version":"0.3.4-canary.03d224f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.03d224f","@firebase/logger":"0.1.0-canary.03d224f","@firebase/webchannel-wrapper":"0.2.6-canary.03d224f","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.03d224f","@firebase/app-types":"0.1.2-canary.03d224f"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.4-canary.03d224f","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"516500b3f5892792d5f34786e28f87d3bacd6b43","size":930056,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.4-canary.03d224f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.4-canary.03d224f_1520369186700_0.8690841136936607"},"_hasShrinkwrap":false,"publish_time":1520369186906,"_cnpm_publish_time":1520369186906,"contributors":[]},"0.3.4-canary.a0583f7":{"name":"@firebase/firestore","version":"0.3.4-canary.a0583f7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.a0583f7","@firebase/logger":"0.1.0-canary.a0583f7","@firebase/webchannel-wrapper":"0.2.6-canary.a0583f7","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.a0583f7","@firebase/app-types":"0.1.2-canary.a0583f7"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.4-canary.a0583f7","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"039a0b5b69560b6c6e9134d099a33d7bb9112c22","size":930045,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.4-canary.a0583f7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.4-canary.a0583f7_1520277014247_0.07444129838071145"},"_hasShrinkwrap":false,"publish_time":1520277014438,"_cnpm_publish_time":1520277014438,"contributors":[]},"0.3.4-canary.0fa319e":{"name":"@firebase/firestore","version":"0.3.4-canary.0fa319e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.0fa319e","@firebase/logger":"0.1.0-canary.0fa319e","@firebase/webchannel-wrapper":"0.2.6-canary.0fa319e","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.0fa319e","@firebase/app-types":"0.1.2-canary.0fa319e"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.4-canary.0fa319e","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d8e4c05f1c99302c439d388529506a9727429847","size":929966,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.4-canary.0fa319e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.4-canary.0fa319e_1520041549117_0.9196294528073767"},"_hasShrinkwrap":false,"publish_time":1520041549221,"_cnpm_publish_time":1520041549221,"contributors":[]},"0.3.4-canary.aba869c":{"name":"@firebase/firestore","version":"0.3.4-canary.aba869c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.aba869c","@firebase/logger":"0.1.0-canary.aba869c","@firebase/webchannel-wrapper":"0.2.6-canary.aba869c","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.aba869c","@firebase/app-types":"0.1.2-canary.aba869c"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.4-canary.aba869c","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d75ac207263fcbefc1449fbd61d855da72b3c7b8","size":926200,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.4-canary.aba869c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.4-canary.aba869c_1520029743814_0.41780896811859414"},"_hasShrinkwrap":false,"publish_time":1520029743990,"_cnpm_publish_time":1520029743990,"contributors":[]},"0.3.4-canary.dbed689":{"name":"@firebase/firestore","version":"0.3.4-canary.dbed689","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.dbed689","@firebase/logger":"0.1.0-canary.dbed689","@firebase/webchannel-wrapper":"0.2.6-canary.dbed689","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.dbed689","@firebase/app-types":"0.1.2-canary.dbed689"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.4-canary.dbed689","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c1448bb04c3d0ab4acab9a369f655113244cd8ae","size":926205,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.4-canary.dbed689.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.4-canary.dbed689_1519927603576_0.2091998018185952"},"_hasShrinkwrap":false,"publish_time":1519927603697,"_cnpm_publish_time":1519927603697,"contributors":[]},"0.3.4-canary.fbb2aab":{"name":"@firebase/firestore","version":"0.3.4-canary.fbb2aab","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.fbb2aab","@firebase/logger":"0.1.0-canary.fbb2aab","@firebase/webchannel-wrapper":"0.2.6-canary.fbb2aab","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.fbb2aab","@firebase/app-types":"0.1.2-canary.fbb2aab"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.4-canary.fbb2aab","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9424273af226977ea1a74caf4ec221a14f343fd0","size":926201,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.4-canary.fbb2aab.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.4-canary.fbb2aab_1519849924627_0.8269291023113676"},"_hasShrinkwrap":false,"publish_time":1519849924725,"_cnpm_publish_time":1519849924725,"contributors":[]},"0.3.4-canary.3d6289d":{"name":"@firebase/firestore","version":"0.3.4-canary.3d6289d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.3d6289d","@firebase/logger":"0.1.0-canary.3d6289d","@firebase/webchannel-wrapper":"0.2.6-canary.3d6289d","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.3d6289d","@firebase/app-types":"0.1.2-canary.3d6289d"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.4-canary.3d6289d","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"171ea6657608b598b9d840319cebd62bde3deebc","size":926208,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.4-canary.3d6289d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.4-canary.3d6289d_1519846205958_0.30977548573321845"},"_hasShrinkwrap":false,"publish_time":1519846206142,"_cnpm_publish_time":1519846206142,"contributors":[]},"0.3.4-canary.9cda9c9":{"name":"@firebase/firestore","version":"0.3.4-canary.9cda9c9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-canary.9cda9c9","@firebase/webchannel-wrapper":"0.2.6-canary.9cda9c9","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.10-canary.9cda9c9","@firebase/app-types":"0.1.2-canary.9cda9c9"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.4-canary.9cda9c9","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a7c60e479ef07b0f0523d2a632ada6ec019be7e3","size":925477,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.4-canary.9cda9c9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.4-canary.9cda9c9_1519756434596_0.2023299212267169"},"_hasShrinkwrap":false,"publish_time":1519756435703,"_cnpm_publish_time":1519756435703,"contributors":[]},"0.3.4":{"name":"@firebase/firestore","version":"0.3.4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2","@firebase/webchannel-wrapper":"0.2.6","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.3.4","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"772d98986dd02f12f5b1d85a7b254c944edbd0a7","size":1524227,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.4_1519338136500_0.2682148804727309"},"_hasShrinkwrap":false,"publish_time":1519338136645,"_cnpm_publish_time":1519338136645,"contributors":[]},"0.3.3-canary.cde4e44":{"name":"@firebase/firestore","version":"0.3.3-canary.cde4e44","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.cde4e44","@firebase/webchannel-wrapper":"0.2.6-canary.cde4e44","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.9-canary.cde4e44","@firebase/app-types":"0.1.1-canary.cde4e44"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.3-canary.cde4e44","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c49621c59435c59d45962b4004190645cf8c462b","size":918555,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.3-canary.cde4e44.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.3-canary.cde4e44_1519260520675_0.20550941408405743"},"_hasShrinkwrap":false,"publish_time":1519260520838,"_cnpm_publish_time":1519260520838,"contributors":[]},"0.3.4-1":{"name":"@firebase/firestore","version":"0.3.4-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.2-0","@firebase/webchannel-wrapper":"0.2.6","grpc":"^1.9.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mkdirp":"^0.5.1","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","tslint":"^5.9.1","typescript":"^2.7.2","webpack":"^3.11.0","yargs":"^11.0.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.4-1","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"5f20047a382b99f27968861d5431b5003a5c91b0","size":1522285,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.4-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.4-1_1519259770268_0.2857874040236317"},"_hasShrinkwrap":false,"publish_time":1519259770450,"_cnpm_publish_time":1519259770450,"contributors":[]},"0.3.3-canary.0226ed2":{"name":"@firebase/firestore","version":"0.3.3-canary.0226ed2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.0226ed2","@firebase/webchannel-wrapper":"0.2.6-canary.0226ed2","grpc":"^1.7.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.9-canary.0226ed2","@firebase/app-types":"0.1.1-canary.0226ed2"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.3-canary.0226ed2","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fd2e72a4434d606231aafa3058fb4947cd8dc945","size":918226,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.3-canary.0226ed2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.3-canary.0226ed2_1519258969486_0.45831422552799084"},"_hasShrinkwrap":false,"publish_time":1519258969649,"_cnpm_publish_time":1519258969649,"contributors":[]},"0.3.3-canary.3ee5bdf":{"name":"@firebase/firestore","version":"0.3.3-canary.3ee5bdf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.3ee5bdf","@firebase/webchannel-wrapper":"0.2.6-canary.3ee5bdf","grpc":"^1.7.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"0.1.9-canary.3ee5bdf","@firebase/app-types":"0.1.1-canary.3ee5bdf"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.3-canary.3ee5bdf","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"43494448f9e3692ada6e2925a351dfc877cd42f6","size":918408,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.3-canary.3ee5bdf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.3-canary.3ee5bdf_1519250451441_0.5596958734933006"},"_hasShrinkwrap":false,"publish_time":1519250451630,"_cnpm_publish_time":1519250451630,"contributors":[]},"0.3.4-0":{"name":"@firebase/firestore","version":"0.3.4-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1","@firebase/webchannel-wrapper":"0.2.6","grpc":"^1.7.1","tslib":"^1.9.0"},"peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.4-0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"95573e41cc6d9d0cff2ce843c5537a676d612cd2","size":1522007,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.4-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.4-0_1519249396114_0.9482550396920881"},"_hasShrinkwrap":false,"publish_time":1519249396291,"_cnpm_publish_time":1519249396291,"contributors":[]},"0.3.3-canary.3aec5ac":{"name":"@firebase/firestore","version":"0.3.3-canary.3aec5ac","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.3aec5ac","@firebase/webchannel-wrapper":"0.2.6-canary.3aec5ac","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.9-canary.3aec5ac","@firebase/app-types":"0.1.1-canary.3aec5ac"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.3-canary.3aec5ac","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4c40201ed594c7a617cc95b91d13b49c232766d8","size":919546,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.3-canary.3aec5ac.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.3-canary.3aec5ac_1519238087281_0.6680337888540238"},"_hasShrinkwrap":false,"publish_time":1519238087445,"_cnpm_publish_time":1519238087445,"contributors":[]},"0.3.3-canary.e784110":{"name":"@firebase/firestore","version":"0.3.3-canary.e784110","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.e784110","@firebase/webchannel-wrapper":"0.2.6-canary.e784110","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.9-canary.e784110","@firebase/app-types":"0.1.1-canary.e784110"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.3-canary.e784110","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d4b2eb83870419b61c1c539ff4c180af3e82f93f","size":919629,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.3-canary.e784110.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.3-canary.e784110_1519173284013_0.31481439748062123"},"_hasShrinkwrap":false,"publish_time":1519173284188,"_cnpm_publish_time":1519173284188,"contributors":[]},"0.3.3-canary.dbe5fff":{"name":"@firebase/firestore","version":"0.3.3-canary.dbe5fff","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.dbe5fff","@firebase/webchannel-wrapper":"0.2.6-canary.dbe5fff","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.9-canary.dbe5fff","@firebase/app-types":"0.1.1-canary.dbe5fff"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.3-canary.dbe5fff","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"974f4b64abaaf1aecde2eb73eee0c520f9f4bed1","size":919572,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.3-canary.dbe5fff.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.3-canary.dbe5fff_1519173239838_0.23986328822273406"},"_hasShrinkwrap":false,"publish_time":1519173239953,"_cnpm_publish_time":1519173239953,"contributors":[]},"0.3.3-canary.b6b4e2f":{"name":"@firebase/firestore","version":"0.3.3-canary.b6b4e2f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.b6b4e2f","@firebase/webchannel-wrapper":"0.2.6-canary.b6b4e2f","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.9-canary.b6b4e2f","@firebase/app-types":"0.1.1-canary.b6b4e2f"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.3-canary.b6b4e2f","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7e4d37573528d36773d5db401b0ef29c5d243bbc","size":919616,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.3-canary.b6b4e2f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.3-canary.b6b4e2f_1518819453909_0.187074318470547"},"_hasShrinkwrap":false,"publish_time":1518819454036,"_cnpm_publish_time":1518819454036,"contributors":[]},"0.3.3-canary.2e147ff":{"name":"@firebase/firestore","version":"0.3.3-canary.2e147ff","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.2e147ff","@firebase/webchannel-wrapper":"0.2.6-canary.2e147ff","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.9-canary.2e147ff","@firebase/app-types":"0.1.1-canary.2e147ff"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.3-canary.2e147ff","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5a0376b368be17f4160a96507878e8c2aaae8019","size":919636,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.3-canary.2e147ff.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.3-canary.2e147ff_1518819082910_0.2403822602560992"},"_hasShrinkwrap":false,"publish_time":1518819083044,"_cnpm_publish_time":1518819083044,"contributors":[]},"0.3.3":{"name":"@firebase/firestore","version":"0.3.3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1","@firebase/webchannel-wrapper":"0.2.6","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.3.3","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"7f61bd28deee28031a7c74240e080edc6ea4e36a","size":1526585,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.3_1518741118378_0.8759479025552679"},"_hasShrinkwrap":false,"publish_time":1518741118948,"_cnpm_publish_time":1518741118948,"contributors":[]},"0.3.2-canary.db389db":{"name":"@firebase/firestore","version":"0.3.2-canary.db389db","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.db389db","@firebase/webchannel-wrapper":"0.2.6-canary.db389db","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.8-canary.db389db","@firebase/app-types":"0.1.1-canary.db389db"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.2-canary.db389db","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c8eac01b95eb4e85b2b0cabff31479ed81aa8470","size":919641,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.2-canary.db389db.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.2-canary.db389db_1518568760572_0.9243332247481393"},"_hasShrinkwrap":false,"publish_time":1518568762612,"_cnpm_publish_time":1518568762612,"contributors":[]},"0.3.3-0":{"name":"@firebase/firestore","version":"0.3.3-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1","@firebase/webchannel-wrapper":"0.2.6","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.3-0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"6278c9ab6615cb2ea6a87323730449e3edfa3360","size":919562,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.3-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.3-0_1518566889973_0.033304060158495075"},"_hasShrinkwrap":false,"publish_time":1518566890086,"_cnpm_publish_time":1518566890086,"contributors":[]},"0.3.2-canary.2cacc75":{"name":"@firebase/firestore","version":"0.3.2-canary.2cacc75","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.2cacc75","@firebase/webchannel-wrapper":"0.2.6-canary.2cacc75","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.8-canary.2cacc75","@firebase/app-types":"0.1.1-canary.2cacc75"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.2-canary.2cacc75","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7b956b4f9ea6fc9ccd16d2c800738696fdab9e35","size":919691,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.2-canary.2cacc75.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.2-canary.2cacc75_1518548429161_0.8322830718269185"},"_hasShrinkwrap":false,"publish_time":1518548431584,"_cnpm_publish_time":1518548431584,"contributors":[]},"0.3.2-canary.f173ad0":{"name":"@firebase/firestore","version":"0.3.2-canary.f173ad0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.f173ad0","@firebase/webchannel-wrapper":"0.2.6-canary.f173ad0","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.8-canary.f173ad0","@firebase/app-types":"0.1.1-canary.f173ad0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.2-canary.f173ad0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"98432cb127bbce4da6573747514517f72239694c","size":919595,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.2-canary.f173ad0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.2-canary.f173ad0_1518544203156_0.6591707116488716"},"_hasShrinkwrap":false,"publish_time":1518544204689,"_cnpm_publish_time":1518544204689,"contributors":[]},"0.3.2-canary.515eff7":{"name":"@firebase/firestore","version":"0.3.2-canary.515eff7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.515eff7","@firebase/webchannel-wrapper":"0.2.6-canary.515eff7","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.8-canary.515eff7","@firebase/app-types":"0.1.1-canary.515eff7"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.2-canary.515eff7","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3545cc6cddc0e772c45bf8ce547a74a959c15c1f","size":919550,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.2-canary.515eff7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.2-canary.515eff7_1518470049346_0.420739232368742"},"_hasShrinkwrap":false,"publish_time":1518470050734,"_cnpm_publish_time":1518470050734,"contributors":[]},"0.3.2-canary.fce4168":{"name":"@firebase/firestore","version":"0.3.2-canary.fce4168","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.fce4168","@firebase/webchannel-wrapper":"0.2.6-canary.fce4168","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.8-canary.fce4168","@firebase/app-types":"0.1.1-canary.fce4168"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.2-canary.fce4168","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"075dccf148aaa3c6db6188828eaa8055c3d1c8bc","size":919550,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.2-canary.fce4168.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.2-canary.fce4168_1518393745989_0.18198207985124104"},"_hasShrinkwrap":false,"publish_time":1518393747445,"_cnpm_publish_time":1518393747445,"contributors":[]},"0.3.2-canary.7a611b6":{"name":"@firebase/firestore","version":"0.3.2-canary.7a611b6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.7a611b6","@firebase/webchannel-wrapper":"0.2.6-canary.7a611b6","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.8-canary.7a611b6","@firebase/app-types":"0.1.1-canary.7a611b6"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.2-canary.7a611b6","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"07c37960ed1909b9b22172963a24179be2c73fc1","size":916103,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.2-canary.7a611b6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.2-canary.7a611b6_1518129253862_0.15265604241596065"},"_hasShrinkwrap":false,"publish_time":1518129255390,"_cnpm_publish_time":1518129255390,"contributors":[]},"0.3.2-canary.453677f":{"name":"@firebase/firestore","version":"0.3.2-canary.453677f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -p tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts","lint:fix":"tslint --fix -p tsconfig.json -c tslint.json  src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.453677f","@firebase/webchannel-wrapper":"0.2.6-canary.453677f","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.8-canary.453677f","@firebase/app-types":"0.1.1-canary.453677f"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/firestore@0.3.2-canary.453677f","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0712de8ef24c1332a32b90a7a6f51106baa6e2b9","size":916198,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.2-canary.453677f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.3.2-canary.453677f_1517970438216_0.9159164881612276"},"_hasShrinkwrap":false,"publish_time":1517970439657,"_cnpm_publish_time":1517970439657,"contributors":[]},"0.3.2-canary.a1e346f":{"name":"@firebase/firestore","version":"0.3.2-canary.a1e346f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -c tslint.json src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.a1e346f","@firebase/webchannel-wrapper":"0.2.6-canary.a1e346f","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.8-canary.a1e346f","@firebase/app-types":"0.1.1-canary.a1e346f"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.3.2-canary.a1e346f","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7af990cd40a55c26e74d26796397d2c700b62cdd","size":917040,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.2-canary.a1e346f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.3.2-canary.a1e346f.tgz_1517949613499_0.17349286447279155"},"directories":{},"publish_time":1517949615160,"_hasShrinkwrap":false,"_cnpm_publish_time":1517949615160,"contributors":[]},"0.3.2-canary.2db58a0":{"name":"@firebase/firestore","version":"0.3.2-canary.2db58a0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -c tslint.json src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.2db58a0","@firebase/webchannel-wrapper":"0.2.6-canary.2db58a0","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.8-canary.2db58a0","@firebase/app-types":"0.1.1-canary.2db58a0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.3.2-canary.2db58a0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2887f4c905c03b0fce7d867c6f30eaa8f24c31d4","size":913840,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.2-canary.2db58a0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.3.2-canary.2db58a0.tgz_1517875171603_0.11299225804395974"},"directories":{},"publish_time":1517875173206,"_hasShrinkwrap":false,"_cnpm_publish_time":1517875173206,"contributors":[]},"0.3.2-canary.49dcb25":{"name":"@firebase/firestore","version":"0.3.2-canary.49dcb25","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -c tslint.json src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.49dcb25","@firebase/webchannel-wrapper":"0.2.6-canary.49dcb25","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.8-canary.49dcb25","@firebase/app-types":"0.1.1-canary.49dcb25"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.3.2-canary.49dcb25","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"14cceda9dcec52ae449125dd228fa3cca075cf09","size":913840,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.2-canary.49dcb25.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.3.2-canary.49dcb25.tgz_1517598734011_0.5122349627781659"},"directories":{},"publish_time":1517598735732,"_hasShrinkwrap":false,"_cnpm_publish_time":1517598735732,"contributors":[]},"0.3.2-canary.631e1ad":{"name":"@firebase/firestore","version":"0.3.2-canary.631e1ad","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -c tslint.json src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.631e1ad","@firebase/webchannel-wrapper":"0.2.6-canary.631e1ad","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.8-canary.631e1ad","@firebase/app-types":"0.1.1-canary.631e1ad"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.3.2-canary.631e1ad","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"eb05a907a60da10fb7afc92449c120cfb2037095","size":913834,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.2-canary.631e1ad.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.3.2-canary.631e1ad.tgz_1517531032106_0.00507889618165791"},"directories":{},"publish_time":1517531034016,"_hasShrinkwrap":false,"_cnpm_publish_time":1517531034016,"contributors":[]},"0.3.2":{"name":"@firebase/firestore","version":"0.3.2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -c tslint.json src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1","@firebase/webchannel-wrapper":"0.2.6","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.3.2","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"d997bcd96edc36b9b4abadb5c50d940ecea5d7bf","size":1216310,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.3.2.tgz_1517529746458_0.05417805444449186"},"directories":{},"publish_time":1517529746621,"_hasShrinkwrap":false,"_cnpm_publish_time":1517529746621,"contributors":[]},"0.3.1-canary.9fb3c4c":{"name":"@firebase/firestore","version":"0.3.1-canary.9fb3c4c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -c tslint.json src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.9fb3c4c","@firebase/webchannel-wrapper":"0.2.6-canary.9fb3c4c","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.7-canary.9fb3c4c","@firebase/app-types":"0.1.1-canary.9fb3c4c"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.3.1-canary.9fb3c4c","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c9d33b5ed7812a798f2e8776efcb3e80b9a4afac","size":913809,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.1-canary.9fb3c4c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.3.1-canary.9fb3c4c.tgz_1517529271785_0.6931330270599574"},"directories":{},"publish_time":1517529273383,"_hasShrinkwrap":false,"_cnpm_publish_time":1517529273383,"contributors":[]},"0.3.1-canary.8f76c28":{"name":"@firebase/firestore","version":"0.3.1-canary.8f76c28","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -c tslint.json src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.8f76c28","@firebase/webchannel-wrapper":"0.2.6-canary.8f76c28","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.7-canary.8f76c28","@firebase/app-types":"0.1.1-canary.8f76c28"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.3.1-canary.8f76c28","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f997644e0fcd50c16b823df215911e4f25543999","size":913877,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.1-canary.8f76c28.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.3.1-canary.8f76c28.tgz_1517495771056_0.7604940636083484"},"directories":{},"publish_time":1517495773125,"_hasShrinkwrap":false,"_cnpm_publish_time":1517495773125,"contributors":[]},"0.3.1-canary.bcc8983":{"name":"@firebase/firestore","version":"0.3.1-canary.bcc8983","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -c tslint.json src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.bcc8983","@firebase/webchannel-wrapper":"0.2.6-canary.bcc8983","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.7-canary.bcc8983","@firebase/app-types":"0.1.1-canary.bcc8983"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.3.1-canary.bcc8983","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e545a18d2057362a392b96f752c8d45154ae7188","size":916876,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.1-canary.bcc8983.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.3.1-canary.bcc8983.tgz_1517459314086_0.5099113897886127"},"directories":{},"publish_time":1517459315741,"_hasShrinkwrap":false,"_cnpm_publish_time":1517459315741,"contributors":[]},"0.3.2-0":{"name":"@firebase/firestore","version":"0.3.2-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -c tslint.json src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1","@firebase/webchannel-wrapper":"0.2.6","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.3.2-0","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"d937b271c899d1b51eb0f00ca3d4dbc1514264d7","size":1219788,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.3.2-0.tgz_1517360115980_0.29914238792844117"},"directories":{},"publish_time":1517360116203,"_hasShrinkwrap":false,"_cnpm_publish_time":1517360116203,"contributors":[]},"0.3.1-canary.fcc77c2":{"name":"@firebase/firestore","version":"0.3.1-canary.fcc77c2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -c tslint.json src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.fcc77c2","@firebase/webchannel-wrapper":"0.2.6-canary.fcc77c2","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.7-canary.fcc77c2","@firebase/app-types":"0.1.1-canary.fcc77c2"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.3.1-canary.fcc77c2","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7415b3f1963e5cba19ac16f40e9f4ac9ce6f1082","size":916926,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.1-canary.fcc77c2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.3.1-canary.fcc77c2.tgz_1517246342082_0.5669695506803691"},"directories":{},"publish_time":1517246343753,"_hasShrinkwrap":false,"_cnpm_publish_time":1517246343753,"contributors":[]},"0.3.1-canary.fca1076":{"name":"@firebase/firestore","version":"0.3.1-canary.fca1076","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -c tslint.json src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.fca1076","@firebase/webchannel-wrapper":"0.2.6-canary.fca1076","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.7-canary.fca1076","@firebase/app-types":"0.1.1-canary.fca1076"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.3.1-canary.fca1076","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"37d57e7e0e7025001faa8673f737ef7c7f4577d3","size":916750,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.1-canary.fca1076.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.3.1-canary.fca1076.tgz_1517006537644_0.9835937197785825"},"directories":{},"publish_time":1517006539508,"_hasShrinkwrap":false,"_cnpm_publish_time":1517006539508,"contributors":[]},"0.3.1-canary.81d6b1e":{"name":"@firebase/firestore","version":"0.3.1-canary.81d6b1e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -c tslint.json src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.81d6b1e","@firebase/webchannel-wrapper":"0.2.6-canary.81d6b1e","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.7-canary.81d6b1e","@firebase/app-types":"0.1.1-canary.81d6b1e"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.3.1-canary.81d6b1e","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ddd859399517448bc35af8a50b7864c786667aa5","size":916640,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.1-canary.81d6b1e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.3.1-canary.81d6b1e.tgz_1517000900203_0.2810823784675449"},"directories":{},"publish_time":1517000900411,"_hasShrinkwrap":false,"_cnpm_publish_time":1517000900411,"contributors":[]},"0.3.1-canary.c647fe4":{"name":"@firebase/firestore","version":"0.3.1-canary.c647fe4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -c tslint.json src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-canary.c647fe4","@firebase/webchannel-wrapper":"0.2.6-canary.c647fe4","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"0.1.7-canary.c647fe4","@firebase/app-types":"0.1.1-canary.c647fe4"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.3.1-canary.c647fe4","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"79e66412fa0eb009918051745ebe5248c04a18dc","size":916662,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.1-canary.c647fe4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.3.1-canary.c647fe4.tgz_1516908189291_0.3695630021393299"},"directories":{},"publish_time":1516908189931,"_hasShrinkwrap":false,"_cnpm_publish_time":1516908189931,"contributors":[]},"0.3.1":{"name":"@firebase/firestore","version":"0.3.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -c tslint.json src/**/*.ts test/**/*.ts","test":"run-s lint test:all","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register/type-check --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1","@firebase/webchannel-wrapper":"0.2.6","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.3.1","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"2fa3e78a6375335af4f4a2da55793ccc919c9296","size":916710,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.3.1.tgz_1516318935312_0.39907946228049695"},"directories":{},"publish_time":1516318935671,"_hasShrinkwrap":false,"_cnpm_publish_time":1516318935671,"contributors":[]},"0.3.1-1":{"name":"@firebase/firestore","version":"0.3.1-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -c tslint.json src/**/*.ts test/**/*.ts","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.1-1","@firebase/webchannel-wrapper":"0.2.6","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^3.3.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.3.1-1","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"a421cc0237b596336909eaa74a9facf60f6d8692","size":917090,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.1-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.3.1-1.tgz_1516210593171_0.6719971557613462"},"directories":{},"publish_time":1516210593377,"_hasShrinkwrap":false,"_cnpm_publish_time":1516210593377,"contributors":[]},"0.3.1-0":{"name":"@firebase/firestore","version":"0.3.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -c tslint.json src/**/*.ts test/**/*.ts","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"^0.2.1-0","@firebase/webchannel-wrapper":"0.2.6","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^3.3.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.3.1-0","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"f46674227e47e2dbdfa9dfcc6bb1e241055725ef","size":916576,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.3.1-0.tgz_1516210099250_0.14235023758374155"},"directories":{},"publish_time":1516210099413,"_hasShrinkwrap":false,"_cnpm_publish_time":1516210099413,"contributors":[]},"0.3.0-0":{"name":"@firebase/firestore","version":"0.3.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","lint":"tslint -c tslint.json src/**/*.ts test/**/*.ts","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.2.0-0","@firebase/webchannel-wrapper":"0.2.6","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^3.3.0","tslint":"^5.8.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.3.0-0","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"b85763ec6e870c66ca14c7477b2fc1dc2b9c1069","size":916570,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.3.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.3.0-0.tgz_1516209575955_0.652102553518489"},"directories":{},"publish_time":1516209576097,"_hasShrinkwrap":false,"_cnpm_publish_time":1516209576097,"contributors":[]},"0.2.3":{"name":"@firebase/firestore","version":"0.2.3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.1.1","@firebase/webchannel-wrapper":"0.2.6","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^3.3.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.2.3","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"1d0bc56319b9eb17db449d85d47cd46290604dc5","size":901829,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.2.3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.2.3.tgz_1515699370140_0.5391901049297303"},"directories":{},"publish_time":1515699370467,"_hasShrinkwrap":false,"_cnpm_publish_time":1515699370467,"contributors":[]},"0.2.3-0":{"name":"@firebase/firestore","version":"0.2.3-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.1.1-0","@firebase/webchannel-wrapper":"0.2.6-0","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^3.3.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.2.3-0","_npmVersion":"5.5.1","_nodeVersion":"8.7.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"2f5449ff0c9d1558402aa98a3f66e7b862444c85","size":901743,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.2.3-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.2.3-0.tgz_1515535234723_0.8780176539439708"},"directories":{},"publish_time":1515535234915,"_hasShrinkwrap":false,"_cnpm_publish_time":1515535234915,"contributors":[]},"0.2.2":{"name":"@firebase/firestore","version":"0.2.2","description":"","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/firestore-types":"0.1.0","@firebase/webchannel-wrapper":"0.2.5","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^3.3.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.2.2","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"c6a3a6d838f3681f256c25baf9d1b15fb6953788","size":901668,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.2.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.2.2.tgz_1513642540653_0.742262041894719"},"directories":{},"publish_time":1513642540788,"_hasShrinkwrap":false,"_cnpm_publish_time":1513642540788,"contributors":[]},"0.2.1":{"name":"@firebase/firestore","version":"0.2.1","description":"","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/webchannel-wrapper":"0.2.5","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"^0.1.0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^3.3.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.2.1","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"b60dbaa59626d6f84d4316fcdc5aa0c0eaa59e38","size":900308,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.2.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.2.1.tgz_1512689664593_0.7373974223155528"},"directories":{},"publish_time":1512689664774,"_hasShrinkwrap":false,"_cnpm_publish_time":1512689664774,"contributors":[]},"0.2.0":{"name":"@firebase/firestore","version":"0.2.0","description":"","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/webchannel-wrapper":"^0.2.4","grpc":"^1.7.1"},"peerDependencies":{"@firebase/app":"^0.1.0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^3.3.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@0.2.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"d3debc9032971852266e43b08f337c9c8765bd41","size":899852,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.2.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.2.0.tgz_1512076809799_0.7386087647173554"},"directories":{},"publish_time":1512076810001,"_hasShrinkwrap":false,"_cnpm_publish_time":1512076810001,"contributors":[]},"0.1.4":{"name":"@firebase/firestore","version":"0.1.4","description":"","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"mocha 'test/{,!(integration|browser)/**/}*.test.ts' --compilers ts:ts-node/register -r src/platform_node/node_init.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/webchannel-wrapper":"^0.2.4"},"peerDependencies":{"@firebase/app":"^0.1.0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","grpc":"^1.6.6","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^3.3.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"_id":"@firebase/firestore@0.1.4","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"e8301ddf329a9643219bc4c9cb6e1ae4e0586c27","size":861246,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.1.4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.1.4.tgz_1510270258039_0.8372968016192317"},"directories":{},"publish_time":1510270258278,"_hasShrinkwrap":false,"_cnpm_publish_time":1510270258278,"contributors":[]},"0.1.3":{"name":"@firebase/firestore","version":"0.1.3","description":"","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"mocha 'test/{,!(integration|browser)/**/}*.test.ts' --compilers ts:ts-node/register -r src/platform_node/node_init.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/webchannel-wrapper":"^0.2.3"},"peerDependencies":{"@firebase/app":"^0.1.0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/sinon":"^2.3.7","chai":"^4.1.1","grpc":"^1.6.6","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mkdirp":"^0.5.1","mocha":"^4.0.1","npm-run-all":"^4.1.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^3.3.0","typescript":"^2.4.2","webpack":"^3.8.1","yargs":"^10.0.3"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"_id":"@firebase/firestore@0.1.3","_npmVersion":"5.4.2","_nodeVersion":"8.7.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"36ac0ee01b44aad337dcc682ce6ae80b5741a03d","size":847503,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.1.3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.1.3.tgz_1509660799805_0.15113155986182392"},"directories":{},"publish_time":1509660799952,"_hasShrinkwrap":false,"_cnpm_publish_time":1509660799952,"contributors":[]},"0.1.2":{"name":"@firebase/firestore","version":"0.1.2","description":"","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"mocha 'test/{,!(integration|browser)/**/}*.test.ts' --compilers ts:ts-node/register -r src/platform_node/node_init.ts --retries 5 --timeout 5000","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/webchannel-wrapper":"^0.2.3"},"peerDependencies":{"@firebase/app":"^0.1.0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.42","@types/sinon":"^2.3.3","chai":"^4.1.1","grpc":"^1.6.6","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^3.5.0","npm-run-all":"^4.1.1","sinon":"^3.2.1","source-map-loader":"^0.2.1","ts-loader":"^2.3.4","ts-node":"^3.3.0","typescript":"^2.4.2","webpack":"^3.5.5","yargs":"^9.0.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"_id":"@firebase/firestore@0.1.2","_npmVersion":"5.4.2","_nodeVersion":"8.7.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"ebf53cab0bca8ca4d7caec3aa3f27a3cb7a940b6","size":846109,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.1.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.1.2.tgz_1508451193668_0.43253821320831776"},"directories":{},"publish_time":1508451193773,"_hasShrinkwrap":false,"_cnpm_publish_time":1508451193773,"contributors":[]},"0.1.1":{"name":"@firebase/firestore","version":"0.1.1","description":"","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"mocha 'test/{,!(integration|browser)/**/}*.test.ts' --compilers ts:ts-node/register -r src/platform_node/node_init.ts --retries 5 --timeout 5000","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/webchannel-wrapper":"^0.2.3"},"peerDependencies":{"@firebase/app":"^0.1.0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.42","@types/sinon":"^2.3.3","chai":"^4.1.1","grpc":"^1.6.6","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^3.5.0","npm-run-all":"^4.1.1","sinon":"^3.2.1","source-map-loader":"^0.2.1","ts-loader":"^2.3.4","ts-node":"^3.3.0","typescript":"^2.4.2","webpack":"^3.5.5","yargs":"^9.0.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"_id":"@firebase/firestore@0.1.1","_npmVersion":"5.4.2","_nodeVersion":"8.7.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"705a5c4e29dc600acc41cd8732e408c2de858a70","size":844921,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.1.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.1.1.tgz_1508163932942_0.6102013974450529"},"directories":{},"publish_time":1508163934739,"_hasShrinkwrap":false,"_cnpm_publish_time":1508163934739,"contributors":[]},"0.1.0":{"name":"@firebase/firestore","version":"0.1.0","description":"","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"mocha 'test/{,!(integration|browser)/**/}*.test.ts' --compilers ts:ts-node/register -r src/platform_node/node_init.ts --retries 5 --timeout 5000","prepare":"gulp build"},"main":"dist/cjs/index.node.js","browser":{"dist/cjs/index.node.js":"./dist/cjs/index.js","dist/esm/index.js":"./dist/esm/index.js"},"module":"dist/esm/index.js","license":"Apache-2.0","dependencies":{"@firebase/webchannel-wrapper":"^0.2.2"},"peerDependencies":{"@firebase/app":"^0.1.0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.42","@types/sinon":"^2.3.3","chai":"^4.1.1","grpc":"^1.6.6","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^3.5.0","npm-run-all":"^4.1.1","sinon":"^3.2.1","source-map-loader":"^0.2.1","ts-loader":"^2.3.4","ts-node":"^3.3.0","typescript":"^2.4.2","webpack":"^3.5.5","yargs":"^9.0.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/firestore"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"_id":"@firebase/firestore@0.1.0","_npmVersion":"5.4.2","_nodeVersion":"8.7.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"6e42655708b8a528f89461d56154c2a124bc06b6","size":844799,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.1.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore-0.1.0.tgz_1507765059638_0.07123415963724256"},"directories":{},"publish_time":1507765060837,"_cnpm_publish_time":1507765060837,"_hasShrinkwrap":false,"contributors":[]},"3.4.4-canary.bf93a3810":{"name":"@firebase/firestore","version":"3.4.4-canary.bf93a3810","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.bf93a3810","@firebase/logger":"0.3.2-canary.bf93a3810","@firebase/util":"1.4.3-canary.bf93a3810","@firebase/webchannel-wrapper":"0.6.1-canary.bf93a3810","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.16-canary.bf93a3810"},"devDependencies":{"@firebase/app":"0.7.16-canary.bf93a3810","@firebase/app-compat":"0.1.17-canary.bf93a3810","@firebase/auth":"0.19.8-canary.bf93a3810","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.bf93a3810","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-Jf0zHXqfkAzmU4Xg3QxxrS9MZBqPWPbBXJl51Lji0z1fDDdVFtosGjBDISjRBqVqma2ijdr0omXSEw6k0+oqzA==","shasum":"916c05cc69ee625abd48bb2d57fef1a7fb71d6ca","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.bf93a3810.tgz","fileCount":1415,"unpackedSize":21166458,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/XhsCRA9TVsSAnZWagAA66AP/29/GUzu8gBvQs9m0wss\nvKvjoPLg915hlP1/TwehlXZi83DUcXuPhZnFzLH59XVJ8NnKNVqHciTC4KJr\nzpTKVowkZfNgfQSHBpAVovojdsz2PUufEkKsziw8X7IB6uCryLmzuVmxk/yU\nTAqqbIFCcu8Cs5N4Y/BifpYynxRJ+dYEYrYMe9befDGDntnbC/0kE5vCJupD\niEsGZCujOsZT36K+Sau0l/0dNdbAqO7V3Z1bMU6hdNLeDCs3Sx854i2VfrUr\nvo8HVMkTmENq1NQRnKJrGq+Z+QjcUlvnLtXaehUOg1rMnf01HrgFbKanlRsd\nqK59M4vDbZ7c1TanLo57W6P22rqK4Yhrbtx9te6V3qkMdKtYwLz3poaI2qoi\nzYhX1oUpNCVP8+pu4nxA9b7Fuum5SCaaYJjrdjxEDOWMckrdC83aOuedtwCJ\nk7UzOc/Jz7AOACGfrA9UP7jjpPxXcCb8MGtFOV+6G6SJGteOvBRdsAGsarHc\ncDKL4DAfwzyrj4z57HBCJgwwjpyEXjoJ7a+4KOV2AXV4q3Iepqxxjx3j5A1G\nGneJeeF6IXqnrk7URfFkCRVJe256rXNkHsbKFM8Iqszxn2/QUww/Ww3bBUm6\nsnH+wJgjTZ/rzjGywCWxwct53k58Et0S6SNdoKHareS5VS7+Ry/OiCZyYPZ7\n8ucM\r\n=rbMW\r\n-----END PGP SIGNATURE-----\r\n","size":4009615},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.bf93a3810_1644001387736_0.9196051845048379"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-04T19:03:50.507Z","contributors":[]},"3.4.4-canary.0482aa5b7":{"name":"@firebase/firestore","version":"3.4.4-canary.0482aa5b7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.0482aa5b7","@firebase/logger":"0.3.2-canary.0482aa5b7","@firebase/util":"1.4.3-canary.0482aa5b7","@firebase/webchannel-wrapper":"0.6.1-canary.0482aa5b7","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.15-canary.0482aa5b7"},"devDependencies":{"@firebase/app":"0.7.15-canary.0482aa5b7","@firebase/app-compat":"0.1.16-canary.0482aa5b7","@firebase/auth":"0.19.7-canary.0482aa5b7","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.0482aa5b7","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-HDdprfgiJ3M0a0hWl3vwQNOPWPayIyZunGmkn2OYx6ZhkoPyWsSZHD8YpoTM6F7rcui/ZkyxBwSBwra53Mg9rQ==","shasum":"026f8129df8e086833dfc5b5c2c209d9f29db27b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.0482aa5b7.tgz","fileCount":1415,"unpackedSize":21166458,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/WoACRA9TVsSAnZWagAAr90QAJTqFJWCrQDd3/INovtY\nniZXsSGyVLsZuN5vNHE98v4n3qIu/Y4+qG18EgPlZCDnJkM4hCQKjPRytQWu\nqFc9RpHrp4gNEfzQDjShtZtKqFFXU6roAioIthRQMwjLCqoptd0EKxuUBkFc\nJN8gdqvuf5jw/L6F4SiUTXYQpnHoFDwY/5x7KxPTb5H7L/nC2Xrn4NlIG3ex\niuWS4CRSvT7en8/I5mZmBWN9s5cQ0S8Gx/HgyvcyQ1ftyF7EXFSq98i6LOlJ\nnhNXABM/nK9Z3bsONXLT3Ien7XS198mtzi0DJCrmRnOl4Zzjf+Lg4B6KS8mQ\ni7hrjYrZTsy+2e9EXnhQ0+ZicxEVILA8iXLtv06XJV/GXfLQtf778TtqVGAh\ntbpOFhuJ+ptrKkncr2o1+oL82UJB57iDYNwmmx6pFskcFdmhgy24kTRsLpf4\nYitOeHsmxCapy8Fn75HIhCd9nRS9if9e4yHYbfUWjJSb46AB/QM2kqJOHfCT\nWXGmnL+MvJhWFcDyzLbX0+2LG14ENmZs9IW/FK58vLChcq3K4aaUy0H2EKFb\nBu4xO1b8OuWImklfAWUO176e6nxfYKQN2I4+xo59mge6Gar2jsT8VhFiZWeq\nYy19zyszp4MqGSZBBbe0+NgMCyaOkXrgVKW8LSZYjYhiLZ1/fYMXS0L+6knO\n8kiV\r\n=V5G1\r\n-----END PGP SIGNATURE-----\r\n","size":4009589},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.0482aa5b7_1643997696673_0.26823599297970624"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-04T18:02:24.690Z","contributors":[]},"3.4.4-canary.00916e719":{"name":"@firebase/firestore","version":"3.4.4-canary.00916e719","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.00916e719","@firebase/logger":"0.3.2-canary.00916e719","@firebase/util":"1.4.3-canary.00916e719","@firebase/webchannel-wrapper":"0.6.1-canary.00916e719","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.15-canary.00916e719"},"devDependencies":{"@firebase/app":"0.7.15-canary.00916e719","@firebase/app-compat":"0.1.16-canary.00916e719","@firebase/auth":"0.19.7-canary.00916e719","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.00916e719","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-bwMvitbgsbbjySID9CxXN4snoFtudCkXkGvXr1FsgyTaf0l0XW8Avwpon+T26jmYxdzU7MjNZ3NW5K+7exX7Ag==","shasum":"61c60e05335707d3297dbc211fbc7984bbef393d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.00916e719.tgz","fileCount":1415,"unpackedSize":21167279,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+u9NCRA9TVsSAnZWagAA1vwQAIAKuSd6s9V0yVnbkPSc\nQyTEMlFQlNr3DQZTH8srJ9z36RBsqGzgD0laB/zDXcKx46xWOOnNr5V3qBLp\nTt2Nk6LGtbQR74tw+QipjhAvSJ1c8qqvDRXiv8pab/GvS44fmYX4kSbFlZOw\nG/MatxPZh/zm2I8OSzwjWlP6/gOhuL4DrCgIuemSdlEjskLgn6MgsnDm0Rne\nZ9b8/XF19tDJNxdyX6Zng4kVnrRR25166Ct+jKIDb0FnkBK6PP4vnAfanJWa\nbBbGt8hMABvGrH67sHxNUG8sUsjiu2kp892w4CqlcMFcHZ4B1KueA0tYopCZ\n9BMtl/ssjkU7PlzMcoNoOGFa+tSpOnxcOJemqG/7OoQ/m+tuDlJaPB/zOVqr\nWcDWSaXnOHMEjPOVdZpNi8YfSoDZW8CuhtRPqbuhuJ7Ldv9ZEFu8kP35/NBv\nT7T9Owrl2oII2XhFkiSzI5CuW5AGf0mfcYxdJ3coKol83PG1KSPhvENqes8d\n1qlqyEoACggDyiyI4d3NCIQLgV41ix3YaoJ/UyAnT7SgA+l9/kxbN02zd8CD\nKTkGk8LLkjzRZvvex/7ab4gZYrXcihRiloeSgqddREE0SxpSEae/hExu9IpZ\n4Th7kCGWw8IqXenp4E8OWfk1/1/+VviRsU1GP9ezyUmKdWNqwp1gu4yz1ZuI\nsg9v\r\n=LTOq\r\n-----END PGP SIGNATURE-----\r\n","size":4009721},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.00916e719_1643835213596_0.035049428339443134"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-02T20:54:45.116Z","contributors":[]},"3.4.4-canary.e8972ef49":{"name":"@firebase/firestore","version":"3.4.4-canary.e8972ef49","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.e8972ef49","@firebase/logger":"0.3.2-canary.e8972ef49","@firebase/util":"1.4.3-canary.e8972ef49","@firebase/webchannel-wrapper":"0.6.1-canary.e8972ef49","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.15-canary.e8972ef49"},"devDependencies":{"@firebase/app":"0.7.15-canary.e8972ef49","@firebase/app-compat":"0.1.16-canary.e8972ef49","@firebase/auth":"0.19.7-canary.e8972ef49","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.e8972ef49","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-quhY61f4YoUAeDyqJ8w56TIg/JnmQkaj/k1CowWwOIp8lKjNa1rt2MI2NDGCmAkrtwLOWFVhrYNVLQiMfr+f/A==","shasum":"3618ccb59e089cbef8b99b2af9a5eb5c476ff1d7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.e8972ef49.tgz","fileCount":1415,"unpackedSize":21167279,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+tS7CRA9TVsSAnZWagAAYdIQAJr0DeIiv0HJayoeljgV\nsWPFm5SvFhMz+OlnN5Q5ASRzsHoF+MVch6rH7Lt9NtPMfFf87C/24HGPCk8t\n+Gt9qn7Qu6CuL2kZGrT2OGHOQHeeOuweRRzxRmdvoOcm+K4BEQZ39GYVugTr\nQBTLST+y+1Szhs6Fo8/6CbCsy1SAPkYl172/qbqo0wi6gAKLOIBMDOx9al3p\n/YvQodtbKnRK2Ijb/CLb2wbAUG6gBwFmRfUoQUZ4FW7eUeRY7ZDdoOrsrs18\nLm8rgha8048/qbnQRoirZMc7IY8I6+ER25HHTHYKdIzSKAaWSZPp1n7MHgaY\n4Tvn/Mv1r0Veoia8TuEdewK/L1xXPPaDHa2kQ9HU7ZcJoaVtqE90NjA7VMdj\n/OXC+j5PiHEimNVfYaRPGi0sR+GHM2t7+xHa0H0TXzpCV2hNEk96sxsfixyP\nSbi2Pm4XkpQG4T5TorWgV4I/NWPJ4a44bv9GbZ0kh9EkQF2KCwz7/MdWz/jK\nQOrcUxqLw5OkNn27RWnNh85peHMSZf625KadeWO4mA43ZIj79miyoDqknjZ/\n/jgzd/Z38gJoBE2IWjqmXmAkHdRvC1LPZfY/TX4HaLWqSo8rdQ8+RkRkb736\ngjGeugyP8NtvzfGQdQLKMt5/W3Uw0I70rEf2pXnA+M5grdci9+BDXyQZYdQD\noBn+\r\n=gau/\r\n-----END PGP SIGNATURE-----\r\n","size":4009720},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.e8972ef49_1643828411209_0.9438734429565987"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-02T19:01:02.781Z","contributors":[]},"3.4.4-canary.7f959622d":{"name":"@firebase/firestore","version":"3.4.4-canary.7f959622d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.7f959622d","@firebase/logger":"0.3.2-canary.7f959622d","@firebase/util":"1.4.3-canary.7f959622d","@firebase/webchannel-wrapper":"0.6.1-canary.7f959622d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.15-canary.7f959622d"},"devDependencies":{"@firebase/app":"0.7.15-canary.7f959622d","@firebase/app-compat":"0.1.16-canary.7f959622d","@firebase/auth":"0.19.7-canary.7f959622d","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.7f959622d","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-y5uw0fk3IaydxbmSsDNGSTFWpWLSlMjq/SrUzo63OUhEzZsvw3a0zGLfdRolA9aGCEMADhWQvn8oFECPTvSmDA==","shasum":"90d7f4fb66e9b4a029b7a74d649e7d52007b468c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.7f959622d.tgz","fileCount":1415,"unpackedSize":21097599,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+r9rCRA9TVsSAnZWagAAkEsP/RovhxR25XegWNUJAl+a\ns3SUsLcdsViTvge+EM5fZt90EOgptOLE9xZDylU6A/2IoQIaUzszj6v6ZY3w\nyRmHTBAiy0vC20HvLYC/vbtnjd3VI7srs3lT7euCnbSVydfJeBQu6MZqJuvJ\n59H6si/qB43XABVg4CC1NjPKx1E1eCZZDPbOSV6m625KsWs0j22K8T90AfuX\nNx9DDGj9R04or59rrx1Bb7WVpJJs07195PoFwXj8F9VOCMz98//yv2q6UcSi\nf5eRdohXcEsaS9TwDgn+XGVONCaLV5Ce54+ePL/zQBRq+gvcaXxMd4vZ37JT\nEqbBILuhshUCDgfLfh4T6ZJWcXMEPDVTS/swMJNqmC5Rf6xEzyIbWZDMf2dD\n7tmBLiff3momXsyIzL4bX8IndC3xPZkaQucgUaLyua12QnnqZoCHiYQUzb9H\nNjOpwX/hHVOCuCjhXyMQWecFFAagTJiPROHj25T69Hg0zECTFmDNLtLkKMI2\nfCGUZPWkGdAL336UhpPz5u53x1PAaZyIKtfjI5Vm0Yhj8YJ8WSuP0UbsegPI\nhVlTVW/8FUZ1NynpBhX5IcO0E0SSacIt4xt3ilKZMJ5gvtFyrh98w7xIKRqY\nsWSvnmETAlowvWsrMKEYljt8+EiKAFcARh3zLeqClGKFel9BBBTruDjWl2gy\nr4q5\r\n=ajGT\r\n-----END PGP SIGNATURE-----\r\n","size":4001901},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.7f959622d_1643822955007_0.6325724772681849"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-02T17:30:03.400Z","contributors":[]},"3.4.4-202211222730":{"name":"@firebase/firestore","version":"3.4.4-202211222730","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10","@firebase/logger":"0.3.2","@firebase/util":"1.4.3","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.15","@firebase/app-compat":"0.1.16","@firebase/auth":"0.19.8-202211222730","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-202211222730","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-VmP3QKo7c5kocMVrb4aFozEhaT+iAwc1OwCzfUwGliQlO5gPC3opxGRNj/0CAUrwPt0mmF8YtGYkt3prxCdFxA==","shasum":"030ea88b14e5b96dccd25264f63de6b57eb5e4fe","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-202211222730.tgz","fileCount":1415,"unpackedSize":21080109,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+bYRCRA9TVsSAnZWagAAOdcP+QBkqmuAf/QY1kpyHk0R\nbuynct37qkS54bH8ASAyIkNat1hcdO0dlN1+/j7wBUwhK4s2kS3cUHmTBZ8O\noYMV7IgqCWvIIFSRjuCMPv9T/JK9uBfBp4Ohj83IoGIkPQA0arW45kqVTuYu\nC3JEV15wr+UbQ9bjuLfDDgEbLDsPVrvvfqT4C6nat89h4TWPDIk2mGu+kOD0\nEtDhsDtWttLDxnwUPDBUGp1cqtDX9mTrWG+XUYov6ZCBD+CGqcYEuLVuvrvo\ns+wSSqqdLX4HuxVg5qTXIdRuKMhhULeGuQD7SzMe/fzN4AHWvnqlyq3VTQ1G\nJ6jR1attuDcdSIPPfaO5dZkDIlOICfXhpWckJX5xGnklpdW3Wa1q9ZXfWv+6\nW0ALm8VnwklHQ8U+AUQFDrUJOwe3LJzeDmPDr3M7ujODJzb9nVHcglvlBv9z\n+oVEtu2+sNPOrXgYBU1pgG0i6RB90vwbBE511foNH9ULhMoDWC+FLXLD0slD\nB3H3uLulCiVkaniuLABNfpc6dBE5gjgwClouu5n4JMVFo+YeQiHz7HK135K1\nHgUyOTyfa4u4eP6SFTpK1Jv38yeAgmocsRY1ascIRfxZSL/cNE/Q/7ZANA0S\nx5UAcJSnCg0CNsm/kiI0V8ODk3L1R0OtYPtazOgfsKyyXrX/X1J/aXkQCyg7\nqr4F\r\n=Elvn\r\n-----END PGP SIGNATURE-----\r\n","size":4000667},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-202211222730_1643755025352_0.197506755992908"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-01T22:37:51.065Z","contributors":[]},"3.4.4-canary.4cec42313":{"name":"@firebase/firestore","version":"3.4.4-canary.4cec42313","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.4cec42313","@firebase/logger":"0.3.2-canary.4cec42313","@firebase/util":"1.4.3-canary.4cec42313","@firebase/webchannel-wrapper":"0.6.1-canary.4cec42313","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.15-canary.4cec42313"},"devDependencies":{"@firebase/app":"0.7.15-canary.4cec42313","@firebase/app-compat":"0.1.16-canary.4cec42313","@firebase/auth":"0.19.7-canary.4cec42313","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.4cec42313","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-GG95aOc1rgkna8cBuDV44EeFyv/iCE8XRJkunRkQ3mse+BQOAPQjSFRDvKFu7edL6muLnPj/39M+g8wRo2LqJw==","shasum":"6381ec845ec65793412d2801e7afb67dff626941","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.4cec42313.tgz","fileCount":1415,"unpackedSize":21080383,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+YOhCRA9TVsSAnZWagAANwEQAKEit/Y4a+UXFtktCHO4\ny6e6WCf7SejRC3vZboXSH01NibyNBMlrDEI71juFU+736r44ubnvmAz2JTLz\nNy1HGDLTWD/FvW8dUcyQxoumBxGU56ORnIWRmSjNQY0KVKezMOwP9yrpLOfP\ng2UWOQZnih9bi8hTs/dcxA2napXHoEIDNilloXym2eN/8kqSe1bAKnE9QnOp\nmFum4FFNDj9YOh+RijVkiabVB3aaxv7Nv6YTq8ufgNoDllw9LKWnVRARDllz\nNhoPPbvAVmNOxMNWb17WN+XVq9orCoZZHBXiV6t5/FutfnqVp7mKhSOzf0LE\n4CX5MWd0OQ/c9G7MpxDXHPYujhofrvMcwYkWCjbEuTYHqETuDdTswlIIlDvN\nQbwFIgC8Rwq8Eun/8CczonWBau4oEd3IMwJRZaYH83B05qrtT0/VuedGyqJI\nc5YQpF8/o504wZXPAEhcB4aNVzv+4Ltuxq7uOWM/cjS5/S3jSh78j4/iSKqV\naXEkI8GXjic+F0UCLZVzjWXcnGNSIpxl4woi1JFNVJKQn3MWw/u6efeQ6h9b\n/6OuqFTafCLAqL6jL4SbMPrfmeXjqJ1YXuF65dhGgZxECMwcOMpAELcH/7Rv\nYkDktodkPds0SQ9zddf7AzDnDlhEtMoUxcFvc8bWEuW/Zr/rgQm0g9De7o60\n2heJ\r\n=AD0L\r\n-----END PGP SIGNATURE-----\r\n","size":4000671},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.4cec42313_1643742113227_0.9298072999375697"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-01T19:02:38.949Z","contributors":[]},"3.4.4-canary.0a04a1c06":{"name":"@firebase/firestore","version":"3.4.4-canary.0a04a1c06","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.0a04a1c06","@firebase/logger":"0.3.2-canary.0a04a1c06","@firebase/util":"1.4.3-canary.0a04a1c06","@firebase/webchannel-wrapper":"0.6.1-canary.0a04a1c06","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.15-canary.0a04a1c06"},"devDependencies":{"@firebase/app":"0.7.15-canary.0a04a1c06","@firebase/app-compat":"0.1.16-canary.0a04a1c06","@firebase/auth":"0.19.7-canary.0a04a1c06","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.0a04a1c06","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-+rcgB/IAIXGdOxtTFfodRqtAfhyGqVc+FwTOyjMQpAQxXjWG+gvkxVqAF1ZX2smk9zMfto4WVXIrJ4Hl/2oBfw==","shasum":"3926b83dde63cd210cce7c4f8908f9f7075f44a4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.0a04a1c06.tgz","fileCount":1415,"unpackedSize":21026972,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+XmtCRA9TVsSAnZWagAAToUQAJe7vAKao8JH9tm+4yAt\nHnTLm1jkGiKSWwtxLy1vO2bJA3erhrRel/YrYhGWXmy7mONImeNc0dCbFw6t\nEsL8XzW8sWqyihE80BH/86JILRD4303yC755Eeq2tOf/OGgxZs1A99yXCtgl\nCeMah6e4QfHWGRj1tUGFuAvmZfTxWKX2xgSTl2uX5wLK7FCOdgGImVH2GD7j\nQdnZKgTYXdONu+Yh8newTfatpe+838/yXey1CWfRKNJ5FiLo9J+Av6sthjXV\nRv8TUZebcGFaElME1+NRD+tjp3OA1Jbr5oNfVNW2VMJNdCxoQeWQLQEqrtIM\nFDQRajY3t47wuxTRESdU2Db3Tp7Q+zUxuqV/T60pnekpL8+9aIRlOp1c7Cew\nkclU8qQHrzOCr6ziSR667365kFk4pDp98CNHxLryCWyPZJVugntqgYLI8wT1\n8VtCs+G/0Ey5KI+4kdhKIKJhmUSxInOFQUMmGIFWM55d7Vux8SfIsZrvBJ+B\n9vUiihG97km1NCtukDW8V3QIsLTH4HSijmmoeJGfSbhrrT984FioL55Hufoy\nFXZ4gbGxHKI8SGjmekyVW97XYJ8/jA7Y3aeCsoy4F6pUdkTKMuJ+o/u3MJmc\nEVaTuEUr2tPVRXqeHULx8LERETFAd5mw1rYd08itvnZMRkjASU11bPRwaWnY\nmrZq\r\n=Faop\r\n-----END PGP SIGNATURE-----\r\n","size":3986377},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.0a04a1c06_1643739565601_0.3298405438902634"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-01T18:20:11.612Z","contributors":[]},"3.4.4-canary.8b51375a1":{"name":"@firebase/firestore","version":"3.4.4-canary.8b51375a1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.8b51375a1","@firebase/logger":"0.3.2-canary.8b51375a1","@firebase/util":"1.4.3-canary.8b51375a1","@firebase/webchannel-wrapper":"0.6.1-canary.8b51375a1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.15-canary.8b51375a1"},"devDependencies":{"@firebase/app":"0.7.15-canary.8b51375a1","@firebase/app-compat":"0.1.16-canary.8b51375a1","@firebase/auth":"0.19.7-canary.8b51375a1","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.8b51375a1","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-0JGH0qRY5YC873V5Zua0+7JRi9bZjefBa7G1kfA/MUnWwBSYHztQAw2yapjKm41sGR65gZiTGUVsR6QAnVmQHA==","shasum":"8145c066d66f3c3333815a8eeea8b774ad9af6c3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.8b51375a1.tgz","fileCount":1415,"unpackedSize":21026972,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+JIhCRA9TVsSAnZWagAA4JQP/igTflghV2a5cywfmLGe\n+mnHVY6nP+SQlmYJVEghw9bpusu0R5CZi1Y4DBAfOqiK4+AFDq8w4XHiIfJk\nz2jLo9G9UfnttZHyIbQastuK7AzHhYVbQ7SxYnorwS10u8//jcMmah2FXxLG\njpEkG7V7yCO4q4OsVN8tF6mox6XT3oFi2c8Ol2iDl3trS2ptJJkWJC7sBnEI\nigcwMEXSrfAnGX/Iybw8f8npebAq1WdxFXuy23653r8KzU7Y3QrjeWl3M2nO\nE1zObfwly57vs/XwrjwYTK535RR+luzK3+zjIRZEyt61vLjPMQ+scTQq3ClH\n99YfbpJeudZYjuUKrKuw/Tn1T5k1Tw9zFOiJCJ6j7j7p8pWELHCZF1TIL5x9\nU6gbv/gGM36zk/bR9shz9NbuxeP936KdSRHuqCQXti9Cq3h4xvwO1F+GJeZe\nw/Tj4/REnikkgPkXV/KckO01O/GgQlSkGdInqimFC7d+gEn52Zf1sY0O3mSE\natl6rrpX27djWBGUFgCc1HidUKf0BfMg35wzPYEVyseZ5dqPnloQnXHjpAmX\nsTbdpcsSyxAEXiw4MNsXQ6AmR/LBImH/+BHVYYt5zwtrVGdwMKJjVJurYMD4\nOLSrFHtsMl5/vl3gxfS+zaY9eREV4Ey8/JP0S/Cnz13AaWMZeZTSQTV5OLl2\nkoRx\r\n=SmAu\r\n-----END PGP SIGNATURE-----\r\n","size":3986375},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.8b51375a1_1643680289110_0.9553675737692067"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-01T01:52:11.503Z","contributors":[]},"3.4.4-canary.70b4412d3":{"name":"@firebase/firestore","version":"3.4.4-canary.70b4412d3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.70b4412d3","@firebase/logger":"0.3.2-canary.70b4412d3","@firebase/util":"1.4.3-canary.70b4412d3","@firebase/webchannel-wrapper":"0.6.1-canary.70b4412d3","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.15-canary.70b4412d3"},"devDependencies":{"@firebase/app":"0.7.15-canary.70b4412d3","@firebase/app-compat":"0.1.16-canary.70b4412d3","@firebase/auth":"0.19.7-canary.70b4412d3","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.70b4412d3","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-Lcg/OKE33bdXYGZowvpWYGv69UO/Z3KJ1TizGBsbup+UCvTW0iMD3PYOGJujOi7uXYa7Z+shD3JHZyrYW5YCfA==","shasum":"455c434247cbf499cc2a68786c4de45c00bb27a6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.70b4412d3.tgz","fileCount":1415,"unpackedSize":21026972,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+IyDCRA9TVsSAnZWagAA38AP/iGL//05LKXfLbgL29CS\nnDYIRJbuVzWNvJsXuTez/CLv6/Z8ABFpKODAA1g8t5ST52JJSS/FNa5nFG0L\nLLYoejrZvmkhmoPxSmKShBE2pzOpWj5lisfh5wpC9GyoNqFLGG29dYNKsUd0\nSCXKl92XKHaxcFhZRLNtpIOoFbi5UjoRFvqX58+zqtjPf3NAgGDashxMpOVk\nw8ERzVzH5iCeAA2jc8haL7ADFQ9Cj8mTRjZkQCB+eMtfgtU7PNx9XCyDvUc+\nd1pjJ+dNmXXy4JvuuoIOMm8my1Bx42HMjmWH4WvxVJQHAEC+wiaUQsekAoeY\ndKk3481ujhFOHXKsW1seZyvNIVwG0MQS8jasI59eoOMzthobcLTohurrI0pb\ny8BfN5pOBBLNr+mLaWB1hTPQO3QG0RU9TnbhjdGDpl+OGcr+XhqtFTdG376Y\nqsI9eXfORzHMsK6MZ6g/vgBP6/ZMIA26FS9mAkbAaYlGTq++6/y73rSelgGA\n/NkROTYeKT547B+OimGtw+X+4iLiK2zTmhTXWO4farfRpqxGQkRa767ovGVU\n0lb62/MO/HPEj5DifebxGjsUPwNCypSSdMG44Ha1aEMActM8g+p4VUZM3kqB\n1GjpkohiYHffG8Ox0WQGLEh6MdsjJwl+3BvUFb5mfP2cIm/SFLQ2IumaMt2i\nGZv8\r\n=wkJX\r\n-----END PGP SIGNATURE-----\r\n","size":3986378},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.70b4412d3_1643678850718_0.15540655151210792"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-01T01:31:37.522Z","contributors":[]},"3.4.4-canary.b20cf306a":{"name":"@firebase/firestore","version":"3.4.4-canary.b20cf306a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.b20cf306a","@firebase/logger":"0.3.2-canary.b20cf306a","@firebase/util":"1.4.3-canary.b20cf306a","@firebase/webchannel-wrapper":"0.6.1-canary.b20cf306a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.15-canary.b20cf306a"},"devDependencies":{"@firebase/app":"0.7.15-canary.b20cf306a","@firebase/app-compat":"0.1.16-canary.b20cf306a","@firebase/auth":"0.19.7-canary.b20cf306a","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.b20cf306a","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-7gNx25uKAfAjJ08lwvz70Oc90JYBvXZVAvO9ptR+gYKZjEGH0SO8cNPE6QNdwcy1g/Z/sAEv6Vxw1n9m6ptHXg==","shasum":"7915ee3195e5a3524aa3ad390d290ed4cefd49eb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.b20cf306a.tgz","fileCount":1415,"unpackedSize":21026972,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+ItjCRA9TVsSAnZWagAAHCUP/2inwR3KfcDfyPA8IYYF\nkt78Hx4FFwMuftLZC2J+A3sy2i4RheUDuxJyVi4yxvOAmcJBS6S5M40bmZmD\nhJuQnvD47exetiWGFYRYOW8R1tHsvkXNa3PlODwJ2fPYk74plqV31u/qGyIL\ntoag+BFoZWT215vMmXpPgDraBTzEC5UL9L4NM8rKTIqUmA5RqNl/lgt28icX\neFLKNdvuUYBVnWOIAvb0/ki3dsc10+puQfkaNbNlFangz/0V5wDgQgt7pQtG\nLgROMiUG/QH5mUhPs4JJxUvo3SvQQLM2kx9nDGer1WM2m7Y6h8eRPjO+Wdq9\nRXWrMlwSndCbVFLyAyxn6NW8eIIDZxE0FWGqvrJWoi72BcoexFGYzk9ZoC76\nPwTcgpWmBQhDpkPwsxb71ZvHjS/QGR6k+HNs3RWEEhRm7LJVxCoKCsgm0Sat\nzOg/4x3HFf5j35uuJqQF+MWphUiTE7KZNW6ZrvnNi5Jq5cOSYx5zAR6GLFqQ\nn9hARTG2NVNm4siiyP6oA/vkhWq2bqGiT77q8kIOAK5LwM3zz7J0we+1wLPJ\nyg2tH6ZABWk6anIQi1ucu37aNpD9I0pO/WY8CdEb8MXyGstz2bCKnrdcqg/R\nCJcfKAg9WRnyVMMVIHtFW7l1yBXtVATfNLOJdkC8MxMIPK2PzzICze100UCQ\nlSZq\r\n=zgYW\r\n-----END PGP SIGNATURE-----\r\n","size":3986369},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.b20cf306a_1643678563545_0.05990367644207617"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-01T01:25:09.238Z","contributors":[]},"3.4.4-canary.b02927e2e":{"name":"@firebase/firestore","version":"3.4.4-canary.b02927e2e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.b02927e2e","@firebase/logger":"0.3.2-canary.b02927e2e","@firebase/util":"1.4.3-canary.b02927e2e","@firebase/webchannel-wrapper":"0.6.1-canary.b02927e2e","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.15-canary.b02927e2e"},"devDependencies":{"@firebase/app":"0.7.15-canary.b02927e2e","@firebase/app-compat":"0.1.16-canary.b02927e2e","@firebase/auth":"0.19.7-canary.b02927e2e","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.b02927e2e","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-3+R/U7dSQjqMw1h74p/JVFw0x+ryYEB9AjA7n1vx+r4nIr+bmAD4sk6P5bw1Cfpgb4Ag6FA2IFVkf39TCwVjPQ==","shasum":"e89d16db63ed24853079966b42f5b830ab8f329a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.b02927e2e.tgz","fileCount":1415,"unpackedSize":21026972,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+IuoCRA9TVsSAnZWagAA9y4P/jQpbKfe2aY7gN3TX2Yg\nq4xUOvaWlHQbU+/23Jr4zdfbuQ4M2F/qrSC2KCmcGFnWdGfpYL1Q/fzuOxGR\nQxAGku7UO5xqAcApn+rHOpnoPtUljjpc/CU9HgN2IaJZIdz1P9pjyrh2CUbO\nQLxy5jm/r1uE6AiDPaCSLNTpuj07gxxHrSJ6sYbEcBUmSqr96zqf5KhXHD/s\ntgtbF7VD2dx4CAiItfdOIofpqeNxHNqbSXSpbU82sKQqJBAlkrLc/zKCQFK9\n9/aozkhmTlei+WPkus+bRsFlWb9KQREDF275PDjrDxJPAUwNl9QtMp3uuGC+\ne8JWD0i+GTKC4LNntE2SP7L3bM2OgCUhyXyzUzKDOHx86q6xyqzemuiVgz3m\nHJxGq3Is99wrUt6APMLLH7KClHtCn0gSc7sgOrjWa+cmViiZCDKsG2iX+yRv\nSK/VdTQ82wWm4QtKrojIAEFb7+A85GhF9GFsdGdkEBcF3rdcws1j2jSX6Mm6\n+4X7jlqLEshJSTknft0qQWeLSUVLNnVSwGxvF6XvQ7dRGKNyVNxpS0aSjM3z\nl/Eb6KQ7ewLR3KaT86F3wGjs9jo9HSMKtwSJIy9aQWCIsCCYeL/ggwAG5ki6\n/7H8Rfuh9S8OGxaoiq6Kji2s/Eog4wO2tFHlz2HTl+eJOHIS+7t4h6kxZUWo\nvXCI\r\n=Rt5c\r\n-----END PGP SIGNATURE-----\r\n","size":3986394},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.b02927e2e_1643678632330_0.5046023960975112"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-01T01:25:12.851Z","contributors":[]},"3.4.4-canary.2dd99ae2d":{"name":"@firebase/firestore","version":"3.4.4-canary.2dd99ae2d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.2dd99ae2d","@firebase/logger":"0.3.2-canary.2dd99ae2d","@firebase/util":"1.4.3-canary.2dd99ae2d","@firebase/webchannel-wrapper":"0.6.1-canary.2dd99ae2d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.15-canary.2dd99ae2d"},"devDependencies":{"@firebase/app":"0.7.15-canary.2dd99ae2d","@firebase/app-compat":"0.1.16-canary.2dd99ae2d","@firebase/auth":"0.19.7-canary.2dd99ae2d","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.2dd99ae2d","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-sLiaUk06wEjj5k27VqxkbSR40pY8OXMtClg6ca7YLWQUOMPnBjQcQ06XUohgSavCq6hI/0KXTqJAlu4Bvk2tEQ==","shasum":"560cb4fe6daf15fbd13fad4d51ba525361f48d30","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.2dd99ae2d.tgz","fileCount":1415,"unpackedSize":21026972,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+IvOCRA9TVsSAnZWagAAMBYP/1+mEUYM2Ffd5Wn1YiaE\nL/4FU8oiwprSguzFuacdVZHEHQAX9FP4IAaQJPA78GlHkSjYUpqEFGqij6y6\nN69UTmwzJ7ZbEUyFfBIJ22lfv6wRVR8cvmsWUPQmnZ6pHIOmAYdPocJviKsM\nbTM74LNeM2c1UAVICASj09ln/W9uxGpl9BOY1oxFPOPa2vlA11gwVx9UksQO\nBiq7EQ9Z7+7PVYixwsbt7G362mKxA4sbaVAuerezU0lJEWXZ7SirhNFYacTT\nbINvGd/VYqvTzN1r0DU8iQol1fraZuYCrlE1C2mqM7odkEnVtw4zs1YFxMt1\n0iVuJVKwnsrP6R/6ESGWUiZTZ9W5k0Xt3Gm/HLGJhfDKTE44sl9k6TGtISME\nJ1Gg2xKZ/wOlDgt52gW3BKEe0LOrgCPu5EoOsN5ipCrJ3T2NTcaSreDGeyno\nMdYB3nSBI8pyn+ugM+VMfLl93/uYWadtufTAimFejrZ0CRR53fthDkr8f92W\nkuotASBVLO72G03TsWct5gHdmZdLbj91MRc+EK2pdgRnX3190mH+I0qB4qkc\n/QEdWvYAuA/1uTUQuu1ex5YzZ9S0nPlbK+lyiF8dXuvQW6cn98rcYv7DQQYZ\nhGixxIj3c2TwcEbt8D8kZqDEzDEhOSHJkTieUrSVGf4sg95mpTZLDnbytLb0\n24pI\r\n=xFDm\r\n-----END PGP SIGNATURE-----\r\n","size":3986366},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.2dd99ae2d_1643678670488_0.5016505375758555"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-01T01:26:53.948Z","contributors":[]},"3.4.4-canary.a38203dea":{"name":"@firebase/firestore","version":"3.4.4-canary.a38203dea","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.a38203dea","@firebase/logger":"0.3.2-canary.a38203dea","@firebase/util":"1.4.3-canary.a38203dea","@firebase/webchannel-wrapper":"0.6.1-canary.a38203dea","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.15-canary.a38203dea"},"devDependencies":{"@firebase/app":"0.7.15-canary.a38203dea","@firebase/app-compat":"0.1.16-canary.a38203dea","@firebase/auth":"0.19.7-canary.a38203dea","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.a38203dea","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-IKBiORE7yXIynvf93WSVT/obj9XzBABzDk6hJCxF6s7UG56pFVuX+zhpvCm+pRbAlFbl9y3vMlg+QyHVLW4uWQ==","shasum":"05c24d4ecab834276328cdf868043c061a6d37bd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.a38203dea.tgz","fileCount":1415,"unpackedSize":21026972,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+IwuCRA9TVsSAnZWagAAB08P/jpKqsW30M/taanktoAC\nhdlMmcFMX/hjh32kB7CVPjbSHjdTbQpEWDsE7Dt70j5H69jJofVTz5NXQDZF\nHAzpeOX7HdrVzKvQ9R/x+yzz+mbeXI9TAKP9CZcpeFGYN2CCTPyaP27d9Jl7\nu/x1lQKooj51xSy4gZEviagRMbo0bkYWXH9ZwjbAcXVMTRsVYNYINyU/++nf\nMjtduaBlrli2QX/yKj2RQPdymUVft45zTFp/6fHVtmhh/XOx8Hqq+JnBfK4a\n8AuDhyOihDh28JTXiybnO9IqIEtSOmPKXN3pV5WigDlA5pjJNa84dcjFrssn\n/7DgNUcVHFfxvOZZhXjt03VVSjcHFzDJFIJifr5EgtEcKELNsGa03Tz1QWHQ\nRp82pXMLPV5VBHjDMEKAEG2roVK4DxQ6Zrt7cpdfs84qHFRLB8be4Fd/DF8+\njC8pko3kBFnTRj2chNPUiR41WlAEG0nKfg7H29m+sXeCXhZSjH+kjNFh7v9t\n0sT47V5ivjFnOBxnmqgo7ezhbkeYVdrgvZ/2gk2NepetAf8t0fBw8IdHtzWj\nuK6uSSQ+Mg2tzdrMTTY/Gk0wjsFdjU8I0x9GkNGIypzhD73qNN9RcHBwqWZJ\nYJYRhlDiToZqq88dPH+7iFlzctZ/1m0vI+flSLvk07vJNPaMUIq9wzNY9Qe0\ndcPY\r\n=bj8B\r\n-----END PGP SIGNATURE-----\r\n","size":3986367},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.a38203dea_1643678765788_0.09550199129005721"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-01T01:26:57.241Z","contributors":[]},"3.4.4-canary.d04b608f2":{"name":"@firebase/firestore","version":"3.4.4-canary.d04b608f2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.d04b608f2","@firebase/logger":"0.3.2-canary.d04b608f2","@firebase/util":"1.4.3-canary.d04b608f2","@firebase/webchannel-wrapper":"0.6.1-canary.d04b608f2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.15-canary.d04b608f2"},"devDependencies":{"@firebase/app":"0.7.15-canary.d04b608f2","@firebase/app-compat":"0.1.16-canary.d04b608f2","@firebase/auth":"0.19.7-canary.d04b608f2","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.d04b608f2","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-Xl/lFVxMLHfYsz8xg+ZljEJe7c7nt2E4aD00885HBwJwNDRgPTElYSox03kL7utrRc3hMrSNWOWaMcJMPDOnoQ==","shasum":"b51c1e677233ad4b695be7046842f4e5209fc2e8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.d04b608f2.tgz","fileCount":1415,"unpackedSize":21026972,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+HWQCRA9TVsSAnZWagAAW+4P/0+1vfUCPl5GNAHur8Uf\nb0JAZF4TXogd719ubJuxwpj4MXdahMlnVla3/TNCAcRJcZoGAIR7Puqx1Jj7\n/9yfP3aFt0q36v7NNN1nBH9J29t7OTpK5Ms/An9TnYSQklhYBeVUoSM0cgws\nDKd9uKpVaSCDw+E2yjuL+KzjF6LfDZLMKjIJcmANt1b9e3vW7Y4c86xgh/LI\naVg3hLXdvRZQB0iIbFRKkRx5TS5c9sYT0kT3nXXigWZ1/lXNwmFlF7Cq6W9l\ng45P706Eb6CyiMD+dvTpQ/LUvzfQKFlKWW6ENq/6VFp2mr65XfpFjoBxKQ+W\npcP1kf8xqCBOqzJdiNbllaPUv42ax5nIkCMxqEaXfQ3fQgUMQBGJXPFkDWHN\n26NI7+sLf/YgfN/nsPII6i4hOcHf5lAj9aQQeFyQJ012KF1YTUftZ8X3/LTg\ns0qAIg3koauTj5ZZj4ScKDxeWOrqjcbEjEdy+VnkwOSUZurosONkNN9ve5gB\nsRbGH+9smDWGMmONUCSWJA8OIkXwIwuIXzejW4xRybAWDU4yECQqJbqwX3JK\n8JebBrkpVsD2aXyeLPkS7ytxpiZyWUq24V9IDnQjdI5dyhvpA1kozuETxbJT\nNZi8VjfTLxxlOaOrvqlvqtGKIlc+TOnyfPEd1B0mOU4oYaQrmpH/6cXcTdWc\nw8Y9\r\n=S9Br\r\n-----END PGP SIGNATURE-----\r\n","size":3986379},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.d04b608f2_1643672975729_0.5070553000662372"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-31T23:50:16.775Z","contributors":[]},"3.4.4-canary.dd86989b3":{"name":"@firebase/firestore","version":"3.4.4-canary.dd86989b3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.dd86989b3","@firebase/logger":"0.3.2-canary.dd86989b3","@firebase/util":"1.4.3-canary.dd86989b3","@firebase/webchannel-wrapper":"0.6.1-canary.dd86989b3","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.15-canary.dd86989b3"},"devDependencies":{"@firebase/app":"0.7.15-canary.dd86989b3","@firebase/app-compat":"0.1.16-canary.dd86989b3","@firebase/auth":"0.19.7-canary.dd86989b3","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.dd86989b3","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-13U0VrhhTxOf/sf9zz+2tSQExsL3lf7lRfs3MA51rEbiMtB8tcbWx/Vq1913DrggCEOlZRnjyH6XpNNbQOPBZQ==","shasum":"4413a611364a7f21c3f90bfc91c3402834495d58","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.dd86989b3.tgz","fileCount":1411,"unpackedSize":20946089,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+GKbCRA9TVsSAnZWagAAgP8QAKB8kPwUuAsfuVnRysQg\niXpT032oCLczKowjk0zO8cdK5tw5QLxwz9cwHBOz8zDgerXDr5euaz0DohSA\nJFPH9Lvxx860SWvLPhaOHO9nI1a1+WkMyLTY13IDPUquPezFfTv0E2OZ30/U\nSiwGKxgZRecK0eXEn19NVCzVW/v3fC5cXLwUF+PGashvy64IB1rVqZkzCE4K\nlwN6IuSFgH4ePr2Kk7cQvrwqqmQ/6u6iHxjdOcO56BbhgJDn1VdJej9e5tcn\n9u7o6hRvi3ur+Y0CNRQzco8BKi3RHK3p0Q8YQNDImF9UF/gWlmQg5lzP9DQv\n0+axXU4WS25aqEvs+QxqjROPBzE0sL9cRjSK9br8RrVkyaz/8T4Ii9xLK3CX\nbl0eEF0Dm27EWCpuVkue5iawnsLUYuggk4bR/W71+4WUiFGJ42UNbgl1ec0n\nXl0oT7gbNUXgvC/MkD7AWUJpmnHqUQRLOrpEuVtGKFuvD3jap78veh2n5JGc\nZndYoSxzvYqx+XZBa8ZsnKOnvFRNNvXg8G3VLdoN10mHEK0uHyJic3PWpUZ6\n4TngWVJ0aDtEvq+8wM7MwV6nyWtiT773Tzbge8bboCicv4lTlRDoTfNJeuG3\nkIubZgIJVaAk8/P5WZhm/w/Xzf7wEZo0taHtIWzs0Wfp0p5OHIUTUi9kHSRR\nF6qj\r\n=CBjR\r\n-----END PGP SIGNATURE-----\r\n","size":3975018},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.dd86989b3_1643668122883_0.35271510131278694"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-31T22:29:23.952Z","contributors":[]},"3.4.4-canary.aaeab08ac":{"name":"@firebase/firestore","version":"3.4.4-canary.aaeab08ac","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.aaeab08ac","@firebase/logger":"0.3.2-canary.aaeab08ac","@firebase/util":"1.4.3-canary.aaeab08ac","@firebase/webchannel-wrapper":"0.6.1-canary.aaeab08ac","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.15-canary.aaeab08ac"},"devDependencies":{"@firebase/app":"0.7.15-canary.aaeab08ac","@firebase/app-compat":"0.1.16-canary.aaeab08ac","@firebase/auth":"0.19.7-canary.aaeab08ac","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.aaeab08ac","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-W962GkxOuYYL3V+msW74xL/g+pLvSjK9FH+Mx1TaZ067QHYP0gECCIjRHfwCO8WYScsZd4m2KLh0Oq3Kix0p2g==","shasum":"878631f3070b12843bdaea7848096772bb93ba5b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.aaeab08ac.tgz","fileCount":1411,"unpackedSize":20946089,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+CxMCRA9TVsSAnZWagAAJQwQAKHRyUDMRvaF8PdYjrLI\nWppShzrB5p3XuE3rpdeEOV5UL5iDVnht07NcMZcfCIwac8PlBupvwiw6mW51\n12rlbCGYgiYpdBHj+rZLJU5dCLYL92qMMqn2GwkxtAVbR/pYr9a2ihOqgwYz\nEnpavmxm6g18QpBT4ucCLDs5/cPjKyBqgtVglFmp1avqmyAz5HMqSn3VZzWD\nG+7Wr24OlFBcGEa2kSJJXtbgo1aAnfokZ3cPRfalorOAPJQz0GTnGKToz9pB\nRm9QvygcIo9XNYfXo+BDMRYBipFqWZdzJuPpLcdXBQ4CFTbxAgr9RumIOE8L\nkdln/BSQOu2Vml6RIvBDjCv8ZxMHE2jqrfuuEGffDG2yGaPd/mYjnX0MtC2w\neBKN8oc+GjELetnb7Dhk4pvyyiHdVoSinXMKx6dbDjH4c/R78HLUbPaMRnOr\noYOrMX60/HtoUs+bFj4MW6cCfPpOnZchxUCT8qYFhIT1CSuI0qrHLSVnwOGB\nauSb7OCFWz0Bm5/RckxpmXMuLS9pHFKhPnAAQdRpe05qYdF7KYLeBO2FbHr2\nGLXeQT7AfaDN4k/1e5eDAO+h7IPNSfirX1Cd6WpB4oPhsRUw31fZ6PIFmzRH\n2ePeTO8B2XOBXCTVTlydw57H3/m9C7BuVog2guzDo6j4kpkZ0PyTNAcA87rP\nHo/v\r\n=LK5g\r\n-----END PGP SIGNATURE-----\r\n","size":3974985},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.aaeab08ac_1643654220259_0.665391558576754"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-31T18:37:44.134Z","contributors":[]},"2.4.1-2022028193537":{"name":"@firebase/firestore","version":"2.4.1-2022028193537","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6","@firebase/firestore-types":"2.4.0","@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.30","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.4.1-2022028193537","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-u7/9j2+2zL95/TuUDO9Yn+yDHlUDZX8Cp+kHpGPwbug3+dB6nFclnf3kWs/3+U1lFqUFJkN20byaHs/tM/CD/w==","shasum":"d107ba84acdf37bbaf08d6e1d3ac94ae64e10f48","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.4.1-2022028193537.tgz","fileCount":6974,"unpackedSize":62384303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh9EdMCRA9TVsSAnZWagAAt0EP/3Wu6NRTRxBp1aW+41PW\nqrLLTI2/IBb49AxWfhSxs6qeg6BMOW1D7Xeiz8P/TsT9wGSF/vf215Kq5Idr\nLrsBEyTK31IkSilYG7AYoAN7TRmxL0Th+d3w6RrO3JU/fRD7W0j8g8RPRz9C\nYF7H98OGPKV59ugw36Hn0MWMdxIqlF3fXHki2e11QZaAeqcTTKLALEK6/1Wj\nU3SJKZ1AFMzEJ6BJ37vNSTUutCcbnGCshhGtSuV1PJ8wioN+Q8Iepa95RQuf\nUmOZ2/8/qBtATUEmr8RNyIEsVWBHEA+BCL7F84HeV6EsIy0H0JkcuiBc/uSC\nncZqDN0+9WGRCqNgJn7N9e7pQI/T8ZiRfPb3S3krfs1LaZcwr8PqEwo8QrXf\nFgbuBYqNJaJ/aTdaNWYic1Azve8lsR3wVG3KDBgreMTRCc/a+jTBvQ+XRPCz\n7qX9Gxa75sbSID1By/YNVmAXrlWwdnVyYlA0/xF3Y30kAH0+P/yV1ehB2CKU\nxS0CTgnWEhdnT2XAYaoaRUN9z6NHTWd3h3/Z5XQfIv/h1UDPkqFRUOxKPe4k\n/Alp5k0FTpFe678HAi04FX+y9BtWnNCpf0um8zL8Nbwa/9vpplw+qGLVf0ZM\n0HhqJyhwOZV42txRvPj86kwCZkHA6tsai519vLD9egN4ajoEB+3G/Uef5Skr\njWsS\r\n=9hbg\r\n-----END PGP SIGNATURE-----\r\n","size":10529817},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.4.1-2022028193537_1643398988199_0.9439376366513947"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-28T19:48:00.635Z","contributors":[]},"2.4.1":{"name":"@firebase/firestore","version":"2.4.1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6","@firebase/firestore-types":"2.4.0","@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.30","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.4.1","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-S51XnILdhNt0ZA6bPnbxpqKPI5LatbGY9RQjA2TmATrjSPE3aWndJsLIrutI6aS9K+YFwy5+HLDKVRFYQfmKAw==","shasum":"56e21cf6f52930b9a05f0679fc3835de2daf811a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.4.1.tgz","fileCount":6974,"unpackedSize":62371785,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh9E+bCRA9TVsSAnZWagAA1egQAI3nnaHkf0LfXsqdMa3R\nKTYaSc0D1HUkbmfQspC0SXdqEuPWGzhv/KeOtiVFqhiKYlOS7EwOaxM6+8rI\n5cr/C5EPQ+DMS2r/UZ6H7KlDVyvR22yuF5bzS1kasJnb/b0le92geNr3Ru6E\nPUorBikCYddevp7VDqzx1di6DrsgzcgSuwc43lFo7H52tWV8GWQDxU4SEQDi\nis4r7kP6YfVbPh1D3/8K+21CCHebG8KV2dtNYsqjyIgXNXM+Ipc+7SXLC1Oq\ndVQvRJ0hmleThFT0TWeHbMYWY1qdBt7R0H3HVomK2JLw8OxUtjjScv59TU0N\nFYT0n7BX/cTmYeVgfSQjaa20pGc3cPsaqh8zI+sBv0g58LNnxQAXFmk1RXuM\nVPS5hey0HsEEBN9AhqnVgnAXGBlVIg7DpUmXmTZ7slzO7/41IVgvG+g6FXoK\n2Sathmneu0c2xBKQXThONLBXk+eQTFLmOi4X8LrreZupU3rwhJ5LcYsAuuBQ\nZGgIyiMzNIyizaUMzInA1PUu3LEL43vymz6jJ965hoeuucHVvYTc3z96caLe\nTTHGNev5uoKwCQJ3zdE8Xg0ruemozNIZpsBmzVTDmNFfk8qbTeYdG3EdGyBC\nMoJ9dQqTrxuygt9D+ywWZwKeYYMe9dBzKWAg/Aoea+1k7z+ydPtZaMkj/1Al\nR4t/\r\n=NRSM\r\n-----END PGP SIGNATURE-----\r\n","size":10528956},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.4.1_1643401115209_0.14902420418756268"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-28T20:19:55.928Z","contributors":[]},"3.4.4-canary.6555aa70f":{"name":"@firebase/firestore","version":"3.4.4-canary.6555aa70f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.6555aa70f","@firebase/logger":"0.3.2-canary.6555aa70f","@firebase/util":"1.4.3-canary.6555aa70f","@firebase/webchannel-wrapper":"0.6.1-canary.6555aa70f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.15-canary.6555aa70f"},"devDependencies":{"@firebase/app":"0.7.15-canary.6555aa70f","@firebase/app-compat":"0.1.16-canary.6555aa70f","@firebase/auth":"0.19.7-canary.6555aa70f","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.6555aa70f","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-HITTSaGY1VKznK9ps8grVxG8gTDbbGR6u3fTBWU5lbinnoIqpuTVeUCNTOUa/en9me59F45yrldUsC2y9gCzhw==","shasum":"55d107c6c8015fd3bbdc44e8f649755e4875a2d4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.6555aa70f.tgz","fileCount":1411,"unpackedSize":20942710,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh9FCyCRA9TVsSAnZWagAADlEP/1rBunNxSLVkSiI41Dna\nvkBwikUX70gAyCS3p/rLXrOqmNeGuTGeBREIL78orql7ZsfJVmatiUpnABJZ\n5yz6lQrJEnUXF0vMkn0uJvrfO4BxmOe8V0OjwCEXhyMz2LJDh/5GpFSl8OpF\n/++1CBAay96rPca/MltggF6L4uHqU8/xdsBi9EqcH8+rV/To57vckMDOKqUx\nG2jPmCSDF5N4pfVoR9ga3t2RunOKfC0LKpUpmyc3Q4L29qzuGZZPwQtHBJfK\nMFBhRcBQjkDwcJfzrwiJfLSv5JSDwEFrFBgBar+7NX5C6GW6M3YEC7TqnbT1\nEomp999/Vqwpd+XzEuEeCq/NmqOMBR8QiOL8o3HwYl1lZbmuiALD4fm2TXHX\nkQbphc+JGSZWlKUc8Ub6gcft5PVv6aqQxVh5tApDRA8LUpLpt2w9XM0fFA9W\n7cTQPoyzc6GFxWOGDR8x+zVfotUE9UOFnDu3h389ojGy+vykXoPnEyJcojxc\nB4NYlQUazyz2XUCWd2u92JXOYTqqigpdNiJSIVDyJM4XFHp/lVd9G43S3lYM\n0KuxMe7K4CC44M7wHKSxgcNmc2KU2gw1bGGbVhfwa8KM4uKfthPeUAp1N7PL\nP6qVIRFehBy+KoFEX76V80A0FqGPnqzXlyG144aRte6Ilbd7VO2bRT5K7BBk\npm0W\r\n=hgxq\r\n-----END PGP SIGNATURE-----\r\n","size":3974038},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.6555aa70f_1643401393989_0.9750228799854619"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-28T20:29:55.107Z","contributors":[]},"3.4.4-canary.fad3c4765":{"name":"@firebase/firestore","version":"3.4.4-canary.fad3c4765","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.fad3c4765","@firebase/logger":"0.3.2-canary.fad3c4765","@firebase/util":"1.4.3-canary.fad3c4765","@firebase/webchannel-wrapper":"0.6.1-canary.fad3c4765","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.15-canary.fad3c4765"},"devDependencies":{"@firebase/app":"0.7.15-canary.fad3c4765","@firebase/app-compat":"0.1.16-canary.fad3c4765","@firebase/auth":"0.19.7-canary.fad3c4765","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.fad3c4765","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-miHvsUFXDpBYiyGqFPoStbzEUiz1I+ylX4oG9Lig5+6BDDu3SZk5cplQwqzUhvi9RYS5vrseaSy22V8d021WvQ==","shasum":"4ef803cbd93da6fbac85703cd292f52a557c777f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.fad3c4765.tgz","fileCount":1407,"unpackedSize":20886382,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh9DuWCRA9TVsSAnZWagAAfAsP/1ALmYozGz+jelIQz31R\nPCLfyXClek/90ELSTuuKC1lyyyEd/Yk/Zv/IaO+G4jplowif8xEHuod+GWIm\nHDv3kOKeOeiVsInv2E0p7WVw7sSr/71fn4xvyvrCeTzhgH7agWhp/MFnUtJf\nT0n5/UcvGxQeFMLqQdSwSFOnWHkKEACGq0uBO0V5F2pVRftN0cezvkuj0hXS\nH2RXyzdFpI1Hv1o0pw733pbhtuIK2PajZ0OCsgjcGfpFEEByNjruEd/l0KDc\nc5kpiN9pYVWMVcFNAHfNygglIv7Y/ZlFegobvsgTJQSdidtCkl6Da3wTVDId\n189Znmass6ZGSbocaUxvE0z6Ob6q2uF18besDTYGXxCWfoOzdofy31R/grCz\nhV6WDztalJJF4XpphvRHtTuzPdY10o3FY/hgdfo9rv85Abe7e3spzHA+DEVk\njJjqTyjpR/BAY1Eqd3ZbzFsCjAB3GtsGiPGEWvEoAKfUUDH+IHKyyxI9ionl\nACJlC4vL90MwpE9o7erjEAnNRLcNAvlVkcB1/hC6pmVb8WsBpVnmEHNJAbFw\n4rCAvrJwwnzAWQZ6Eh/c2hJ1gjs/VOBFOizpTt1gZQ4gfcpuPfG/W6P2A5Ot\npSdlJX8IYCQG3bmVaKU8CfH/bC0dXTiN+6glhwELeoNpnspVhpKsdiEG90zA\nvuYu\r\n=RGFn\r\n-----END PGP SIGNATURE-----\r\n","size":3962807},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.fad3c4765_1643395989975_0.5244238819450666"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-28T18:53:56.440Z","contributors":[]},"3.4.3-canary.51b376c3f":{"name":"@firebase/firestore","version":"3.4.3-canary.51b376c3f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.51b376c3f","@firebase/logger":"0.3.2-canary.51b376c3f","@firebase/util":"1.4.3-canary.51b376c3f","@firebase/webchannel-wrapper":"0.6.1-canary.51b376c3f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.14-canary.51b376c3f"},"devDependencies":{"@firebase/app":"0.7.14-canary.51b376c3f","@firebase/app-compat":"0.1.15-canary.51b376c3f","@firebase/auth":"0.19.6-canary.51b376c3f","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-canary.51b376c3f","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-ObV7zNxb5nAOnaJ1aXVWu97BO//sKK4G7HcvN9fYjigYOHGZrgPKu5FiFUKjMNXtP0r16Dw+2X5mj+MgqeqWEQ==","shasum":"95ad63f5cfe08802ce457956eae3b816de1a440b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-canary.51b376c3f.tgz","fileCount":1407,"unpackedSize":20887266,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8z6gCRA9TVsSAnZWagAASHEQAIRGvlyz5Tw4AEjaKL6X\nnXAg675F0EbV6x9PvDbfISo+MUMdVC6BprAirB/zQlVyM8g0iQRsd1bc2imb\nx3pSL/X6Wl17puVnHxn9MQbt4ajrJRS6nXkG6QXB9bFd2HVoRuKiuQntIq1J\noWOWVNsP9vJNK4LKlPEs/MbZQq4ZC3Rw71ZLJOUEvej32JylKTVH0tqXzCTO\nCto45136g1LWoEJPXCv7zNxRrg2GtC0JW8L0tQ8sACQD4N9Bhq2pj7OXhAE6\nDsh9xDdXHvsDCRrITIMVJ/9KIeZG6eagDTMVgVJyUxEW3Dac0JO5+bV7CkU9\npsvXLJE+MrgT+odn0pEjVxqcQR28en2DIZZ12dDYt44aMGxd5BzmCK1Reu6m\n13X7Y1gzUb5O8IH/9DAKru1GMpq0pH5NPHMZaglinQSpZ8KTzKfj+zQY49Lg\nvsU2MbApGqGMgg4c/dPJ5rNtvU/9jrGCDekCn6cLfh3+KQtrkOB2yH/6N7BU\nEOCD/AWypnmgAcBbKLOevjDZfNqUACSslbZc56dIDk9kSBSy78XZuU+Ktuq/\nntlNElWga6HEQJMRvuNWpgQXBsOizVZkHI1EtgjXLyJc/Hiv9uxC0edlug3w\nt7Asl5VvrSJ8zItM6k6A3pvSSEb1BJro3iD1fgHXNXQCpaovpDM+jFu7Pxex\nFBLa\r\n=jzpe\r\n-----END PGP SIGNATURE-----\r\n","size":3963337},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-canary.51b376c3f_1643331232099_0.37679818788324093"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-28T01:17:03.731Z","contributors":[]},"3.4.4-canary.222f264ff":{"name":"@firebase/firestore","version":"3.4.4-canary.222f264ff","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.222f264ff","@firebase/logger":"0.3.2-canary.222f264ff","@firebase/util":"1.4.3-canary.222f264ff","@firebase/webchannel-wrapper":"0.6.1-canary.222f264ff","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.15-canary.222f264ff"},"devDependencies":{"@firebase/app":"0.7.15-canary.222f264ff","@firebase/app-compat":"0.1.16-canary.222f264ff","@firebase/auth":"0.19.7-canary.222f264ff","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.222f264ff","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-A7Y3uPAVodmGEFhYNG0fHnxIoTCHMApMQyPv4pxnFZ/Ta3pkPBtDWoxesuVHJOHAsPJXIvOxY0DkfTuQbhEJug==","shasum":"75b6dd623e3539358df824db403e917f16371b4c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.222f264ff.tgz","fileCount":1407,"unpackedSize":20887985,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh80lzCRA9TVsSAnZWagAAfEEQAKEPNoDT6PgD6cblWgMS\nVi3BvKUgi1Q4rvXDmyVyh3hN1k8HG+Dx3NAeLO9yZPJm3SKYHI8FQvjjbMPd\nrS30zWg0Ezt5TdVgIuv4wLeo7Lo/LxuDs3LqR0O22lFouGqmWXjaBpLHoQmq\npkcfsMh4xezKVMVutezbAu8dfpUUJANuMR41zAHtil+mFRglJ9lrXIfBVQo/\nUaKeZ1xeaFqNarECdxZfLHrhKhRO9zaPlhF2Jf+n8CjoKmXc/G3rn97jIul7\n+LpbeOXqmOwof+uOupuz+1yh7kYTQTj0v1FvT4cyiIQd396a9YvRttXRONvG\n+DJf9MqYbyAl/mHPj4NkUAIVWs6BBdsrTs0MhzSeaky1VU2iBEVyjS5umZqt\naO6baJiWN1JPelLEgI9qKbJbSZZCCBtddiEIgN68/dYhq18evVTRwuVyhiAc\ndx5brZWzf2aCvGmyz2cDVqLgCfAq+M4voROfAtXSv7YkFzFmtszBQY+2RLZN\nzhUTPlUpRmw2/31Rp4nvyTxiOleeGLCFhq4cy7LzhVGgsxznHSbSDO+M3D1D\nSBfbr4w0Vi8LzqbbUPx1AD8e1v33oFEqTPPFbCOzc4HZtQyMN0DIILj/wZz2\n41n0Ws/KJ3dMuEAa5284Ok4irzUlUpdr3mi8D/18F5FCXHZ0+I4CK13mNUDx\nBGKf\r\n=qtM1\r\n-----END PGP SIGNATURE-----\r\n","size":3963614},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.222f264ff_1643334003021_0.3348110820246115"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-28T01:59:44.273Z","contributors":[]},"3.4.4":{"name":"@firebase/firestore","version":"3.4.4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10","@firebase/logger":"0.3.2","@firebase/util":"1.4.3","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.15","@firebase/app-compat":"0.1.16","@firebase/auth":"0.19.7","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-IC8KZ6LbhECch9xPWp2Kj/0dqN+douzw7SWMAfWxXKmg+CjXpoyUoCh7UU/jshWafd4AUU3OV8QTv8tXRaMpdA==","shasum":"6810b2b9a9fa2cafe7c1d1d83f9274e15b95268d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4.tgz","fileCount":1407,"unpackedSize":20883816,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8xmACRA9TVsSAnZWagAAbBQP/jl7l8G2Y9JbAejkbP/K\nXT4NqLsJpiD1rKkcGy55M2zJX9EJPI73U8CZ0/frv9tIBkU5s2nyJ7yum6hm\n1cYJCx1p3zqLLm7HLBNuDtollK8IxtzdqE6Cddkh2ZAmAOW2I5YR5d+HDEtB\ndejlv+4Oq6GLyptTvGcHfFTzShEL8iDJNVHAZQFQyF67y1nYMYP4o4KEQ0Kv\nkyP94QJds0mDGwkepfINKskkC36MmDcDJcgcjy1DZzzynd1C9/crBnn0/xyQ\nc2Qh4vXOELrKdjG5vfva1xTWdjqVCpcxWL8einmuPvx2BsjfD8T0KS3Zs5jl\nBC4AjRg/SwqZVCRoqQtkwSUeq1YXfoBBEBK+d9JsDiDvgN0WoA9ghVQERp2P\nWsPpCC4n15VoK0Bv6JRCQK5ojMJSjxpoEew06dqnVj2PWBCcfwCYnU9eWk01\nmQr64GNJ0PHdZWe8DlfqE1SpdGMq6s3yXfrKNQZdrIC/sV550FT8e3oDlDdL\ncj8cLnwmmOeHYeWmelg4C4EulvJ8MMJBBWdUjFD6shZYG4y8MO+s6xUahdu0\nfVQrXngGIFDFNeRVIbAKAETpVCuUe3fdn+G23ZBpupAsaJnd6F2uDeizSqlG\nv9+XzoD0CNUT4dz/Mt4yWZ/wVQ+ywYcO4UaV3pHUIUy4zpUirBDNCbRgJL5Y\nWHaw\r\n=ZANw\r\n-----END PGP SIGNATURE-----\r\n","size":3962527},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4_1643321728035_0.1454885705493767"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-27T22:16:30.340Z","contributors":[]},"3.4.4-202202622812":{"name":"@firebase/firestore","version":"3.4.4-202202622812","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10","@firebase/logger":"0.3.2","@firebase/util":"1.4.3","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.14","@firebase/app-compat":"0.1.15","@firebase/auth":"0.19.7-202202622812","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-202202622812","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-TNcJcwD4mGxYSJQldfCBgZTMBFcqbrCRmbqhnIGGD5htID1k/5epU/5K1Y2lFWjIVWzYpzFAFr1ng2wGyzt13g==","shasum":"634d4c22effac011dec59dfe12fd4c4bc2e22ad7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-202202622812.tgz","fileCount":1407,"unpackedSize":20884348,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8ciLCRA9TVsSAnZWagAARUIP/0B0zEEUNPSX1i3VFLix\nslw2qJKi6HqpTAcGKyfBs0us/Xcrw3v9o9F4KbLnh5Dc/C+0RKCfXIb+Kb52\noqNALKXBxbemhwoRki8cD7LWPaL4BEdZpmNh7ZLSwcdwfyLItsYufYHBibPs\nOEKHfD3iCvWAdmnAPaPwVWemQwccCpCzIj2AARDSYcP8fGh3hHOKTBNqCaaZ\ncELwSFsYMDRg+UkmGzGbHeiRhRIBZ2uKAQ35gt7BkRC7x+NVLD/9jxj6Qn3b\nvBHUcZfKs1mHH3B2S2CJ5k65MxdziSSi3N/mlyTUqWRPvtVcThUiEkuwYYiW\nZF9/DVbnyQL36nEuj8AHfJsXzNabfw9sZAyrIJWTih3oL1kTco7INdO5AFGN\n7mP7Va1Viua7FPNijBO6gCUwUXXeJ1W+5aYy+OUiG0tE2O009sta4LK2EX8o\n603N+azrkEThRxa569zDHJlkZfPzLd12vYY0GRF5I7OG7swqTF4uvmsmGRiX\nAmxUL96yNlWMnU1J+HMycC8CkTOuB/MOnT0AiHrRpRQT5cTws2/tk7Wl018o\nOAKdMLC74Jh7M+FUaASMvawu6velvjpXJi65tiA3T6KUP8FnnXMq+3mFlb8D\n88rUFb00yvAWl135iSGwpbQaFj9c3eR61A8esjKMJvV6sRWtAMmrMYlezDrS\nlad2\r\n=y0hq\r\n-----END PGP SIGNATURE-----\r\n","size":3962812},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-202202622812_1643235467100_0.26513510251938777"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-26T22:18:35.649Z","contributors":[]},"3.4.3-canary.af9234866":{"name":"@firebase/firestore","version":"3.4.3-canary.af9234866","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.af9234866","@firebase/logger":"0.3.2-canary.af9234866","@firebase/util":"1.4.3-canary.af9234866","@firebase/webchannel-wrapper":"0.6.1-canary.af9234866","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.14-canary.af9234866"},"devDependencies":{"@firebase/app":"0.7.14-canary.af9234866","@firebase/app-compat":"0.1.15-canary.af9234866","@firebase/auth":"0.19.6-canary.af9234866","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-canary.af9234866","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-s9BLptiW/Qx+fbQHfQ8wscFjuo3qGvm1X6jU9Jd79r4xADD3Gm1kLwh9ouAeA548QSnEof4sLICMzrDLvnCKdA==","shasum":"ebbb83549da3d7ba67fe62d8f33d26914068a8db","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-canary.af9234866.tgz","fileCount":1407,"unpackedSize":20883890,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8vb8CRA9TVsSAnZWagAAeYUP+wdD6Th/f7Tn0KUP+gYw\nyZG1Tl8zGtA56rWiF0cARELdoNum7zr0LcwPHbUImjjkib7ux+anJd2KetGD\npfuBkryl4JFE0LWkH1ueIdegqQIcLFML7llL5Vs/UVBKR5+o7ILfVRM+T7fU\nPLLoBNknN0/NaHf6v91cwJJw286+d1DIgDMIG7HmUZcL14fIBf2nV3i3ZPaz\ntY85cW5Hpu+HI8kwWZa5EijP4MikkyruoOvJ3yHvRgdVdfqLRNsSdn9V4gUD\n61jaJc2EtPY+X9H46z+jQhgaBcBuCE5tyc2EMG/lfBWVlr19HBcWTd6hUPy1\nK2PC7Lcu7++2UcouR+RzfkGTUmuGRuovyJ/76BHiieq3AFR5rd5ImmY6dhP8\nKXq5zsaEebp8SGBPKjW4AhTwPhvOTPKM6jf7Y5hGzNqO00dukspQwwMzbQp5\ns9lEVHHfoqXNnrHnQ0/XLUURHGp7R3Ou2uxY1Gi4aqqvVWX9ZDNfHmSQm1LN\nxWmefUKkMwVtVZsTr3L3Byf7OMJ+gu/Kbg0/Jg5XVeAAePDWkDHmXTiLD+L1\nuwDCLl7ulK1qGwdqc7KN/QKVQng+Q6BZGucmmMDyyl6cs/i/TU4hTX4PoG+Z\n6xTHXxmq615yLw85dzKMTWTMOQ0oNzfrChztxL3trsscGt5zFtXzuR3z1mFX\nx7yt\r\n=1LhA\r\n-----END PGP SIGNATURE-----\r\n","size":3962602},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-canary.af9234866_1643312892047_0.26087229008563617"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-27T19:49:17.856Z","contributors":[]},"3.4.3-canary.73fcec982":{"name":"@firebase/firestore","version":"3.4.3-canary.73fcec982","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.73fcec982","@firebase/logger":"0.3.2-canary.73fcec982","@firebase/util":"1.4.3-canary.73fcec982","@firebase/webchannel-wrapper":"0.6.1-canary.73fcec982","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.14-canary.73fcec982"},"devDependencies":{"@firebase/app":"0.7.14-canary.73fcec982","@firebase/app-compat":"0.1.15-canary.73fcec982","@firebase/auth":"0.19.6-canary.73fcec982","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-canary.73fcec982","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-Ct4ifRpxjayhsYxKjI2vZOnf8FJBXOdyGv+GZHR6T6HnfpVY0Xmn/CiH/rbgaB6AM8e6cBxbcKRfxhr/e6UWdw==","shasum":"c69dc27afbdc779fc36fca4167deef0293982549","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-canary.73fcec982.tgz","fileCount":1407,"unpackedSize":20883890,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8wR3CRA9TVsSAnZWagAALewQAJ+lQRixx3XArLxer7aq\nBLu+OZUxEfhRiF07pMuQbDiqipCGpcAOE/sRZXpy6Eevpzf1o9hGiXEucIqp\n6yVEffDlmMQ4QQbWG1+dBZFVNxQvWU6c/pq5wZidYr96F1ykHbhTGX2ewoUO\ncomHnJe9U+cLegJqm6bcx0uEWq/o1JSd+lpbEOI9fLuFOFUbiuJVb+/bKfHv\nGuhVGd0wMlFGQwfe0AcyHLTEZf/JYqRyTeXwh/c7abs2t+6zgMWTy89VxJ9r\nVtkXJxOZrsx9XXMohGIDqqC5+h4g8mSyhxWhjqtd2oH24GstBImSRf2b7Wug\noFLKdz/4QeZ22yJVLr6bS1+QWqfh4uivdSIzCriLzTUHOoK1i8AyC0EabEKr\nSrHJfdesLoeub0MaS6i8HxvAsEAz3Feucp7WdmLRJAGh+iTVluwhflqiQ7DO\n7CTKWSnbgCH6lotL6okWFDhyYvLCQbHlLwCs46xPVRZCtXB3y+GmzTwhl6T1\nFAyj3hy7DjsGabhPf4eubUo2fomAFM35iZW1PGYx6Zk5E1j/gEo59LMX90e9\n30AS7kuCi+j6p0Og5NzjGTWz0FZmRCkXPve211v0w/+BXmRlVJ2vZBNjgSfx\nIkbPoj1ztnHYQxKbDrWIRSGhZLzlT5Akwi9RQfRcgqrshWmG5o1afun/B26Y\nYJUZ\r\n=YgV3\r\n-----END PGP SIGNATURE-----\r\n","size":3962595},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-canary.73fcec982_1643316342618_0.5562845624318791"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-27T20:46:29.334Z","contributors":[]},"2.2.5-canary.d422436d1":{"name":"@firebase/firestore","version":"2.2.5-canary.d422436d1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.d422436d1","@firebase/firestore-types":"2.2.0-canary.d422436d1","@firebase/logger":"0.2.6-canary.d422436d1","@firebase/util":"1.0.0-canary.d422436d1","@firebase/webchannel-wrapper":"0.4.1-canary.d422436d1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.d422436d1","@firebase/app-types":"0.6.2-canary.d422436d1"},"devDependencies":{"@firebase/app":"0.6.20-canary.d422436d1","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.5-canary.d422436d1","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-X875pGdRRIxxRy8AMDQ1vVtrBKuHqsFgQvKhSDnhlV3Yd2oaxIGljflPM2RiTstDXkakGneQIhuoNa7ROFp7sA==","shasum":"15a01a605d929a870b1f99d8b21f9f83965e7b32","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.5-canary.d422436d1.tgz","fileCount":6586,"unpackedSize":57895707,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiEFhCRA9TVsSAnZWagAAJNQP/iTDDIzysPNe26w0scJi\nyoD1OLWKZcWNvf8eC4+svavGyUlJ9rJm3ApY5GFaAjhxlJpLZzuaRg5zy807\nPRXocDZijNMkvWtP0bjfZkn/JCOmuoZGlEp10t6+IwxhWLVZenO51L6RloIR\nZs39WOrbdROf288jdauc6dxHEIgBXx5Ht2D8eL5npSdwXxCO0qiinJx6Ws92\ngCKoDdTG/FNutm7yKZnLyWdKORlLezIN/TTH4r3UkuQX3RP1Wgx8h12mzCX+\nLD62MP0IqBSNDwF3Sgp0Wx8cMpF5lCYtKmpu9hPYS4QhLH0VbCJnKMDbqCg2\n9tywdcfAUQyeQouLNAQlKtGQIL9Lf7Ls6r14X9eiHvzten2gdLt1A6G2lh1q\nar59zv5u3jT7A7g/q6UL2Kl58+XkTy+8MQlluzAs5mosY8nitZpsXqpt/zA1\nL2aEXk1CFSsfeDxxfvEU6bs+SuTVlp6kCp2QRfn81TaMTPziqq3YLWx4mtCx\ndUdebHuD0v1KQ4iAeCzCrteO5PX5zjioPS4aR6rNoSu5SSsDEHBwxyHzjD+8\nxwNI45efyt5rIaUHkXmtEjKG787nWT3EDUAbmLcFfq6ePCckQWqSxzwRIUKH\nrydCxMVoPc93L4z1cc5T+Ob0ZSW8v5tAvydJxxNsJ5LXowJIi7cI5lN9l0hQ\nwbDW\r\n=ELWA\r\n-----END PGP SIGNATURE-----\r\n","size":9601166},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.5-canary.d422436d1_1619542368608_0.9639959647630705"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:21:06.131Z","contributors":[]},"2.2.5-canary.ba2b11fe3":{"name":"@firebase/firestore","version":"2.2.5-canary.ba2b11fe3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.ba2b11fe3","@firebase/firestore-types":"2.2.0-canary.ba2b11fe3","@firebase/logger":"0.2.6-canary.ba2b11fe3","@firebase/util":"1.0.0-canary.ba2b11fe3","@firebase/webchannel-wrapper":"0.4.1-canary.ba2b11fe3","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.ba2b11fe3","@firebase/app-types":"0.6.2-canary.ba2b11fe3"},"devDependencies":{"@firebase/app":"0.6.20-canary.ba2b11fe3","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.5-canary.ba2b11fe3","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-6OthR0ullHXPe/BpJik08Ob4kOUt+eWftA8gP2W2WbcDLMDqpnTFv3ogLX8LoMlL4McCg8Y+g2/Q4zT3YCpAgA==","shasum":"9eae0062f00f858b58fe386f2b4e4a8bb22a14c6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.5-canary.ba2b11fe3.tgz","fileCount":6586,"unpackedSize":57917830,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiFSqCRA9TVsSAnZWagAAjysP/jKXmRXIzjMtAYc6q+JR\nB2NCEjLpWMnuchBVv0p3ETxvCfOo4sB7JSCZRMc5s2rc6Uf21hX1gIhGw24Z\nzNsrLrZds9X6nxOpRYsH1TvqKyo2o4qnT87hd9JTXjEdkxfQt0j3zNYZz0Gi\n0+J2eUk9Sb+NLQDg2HMCREHmYYJTKnM4fdszBZUaD3Nek0b2751udL8zJczh\nflODxgevbufd3/hrBMw01zj3qwVoCLS+KFcR3X85GnVCmsU+7QPJ6qCECAXH\nF4dhZyaMmA/Joo3lQ/rxdApKfjGfydOePYfOD7XLRv3TWPagE7xde7r6X643\ndrAit5AYHeYGSvtpMv8YJmAnMMkpf/aZfFcY9g+Cg/0xjOxmyvL+boSMhqk+\nlrknj6qNNJYlZyubqWsiFc6uV1JURyRpxiatyljGZPMcCvE33C32P4EKFvl0\n9pgNs5q8Y9PTUcnrB4ckX/g+ludAqM1fUZNWhyRYXt8JJ59AU27hcKYTcNel\nPTVMBIuV1RM1tTCbjzP0JLMaR5f65bQaz0K/BH4SSaEyi3/KasddCiRVuQmK\nkHmeeiIBhezQhcNznsiYyCy21LOCZevHUwidMc3O7Jp1yEsbN0A/JFLs0nwA\npNoDYZNmtHnNs1CSIPEpXwCDa9bn/uewoW981UUlDBBmMePWXtgxE0BtZWYe\ntRc9\r\n=U5kx\r\n-----END PGP SIGNATURE-----\r\n","size":9667452},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.5-canary.ba2b11fe3_1619547306054_0.48544555817632307"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:21:10.466Z","contributors":[]},"2.2.5-canary.8d63eacf9":{"name":"@firebase/firestore","version":"2.2.5-canary.8d63eacf9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.8d63eacf9","@firebase/firestore-types":"2.2.0-canary.8d63eacf9","@firebase/logger":"0.2.6-canary.8d63eacf9","@firebase/util":"1.0.0-canary.8d63eacf9","@firebase/webchannel-wrapper":"0.4.1-canary.8d63eacf9","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.8d63eacf9","@firebase/app-types":"0.6.2-canary.8d63eacf9"},"devDependencies":{"@firebase/app":"0.6.20-canary.8d63eacf9","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.5-canary.8d63eacf9","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-R3lgeByi3pErxMOOgN8w9pBWU8HwmMO9ID4Dd9nTR2C16wooRXNDcCRD+4tujjJBDzRePpISvDrKHynWhFJIBw==","shasum":"b7260db9b20574886bac861b6be7e91787431c0b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.5-canary.8d63eacf9.tgz","fileCount":6586,"unpackedSize":57917830,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiGCLCRA9TVsSAnZWagAAxgkP/1DprKohhK22zH40uP6Y\nrQc+hfxxRbbtgsS9JXRtdHRdmoRC3TLKogxJxWHGiJTf0ANo+kUaVZ9HG2fS\nhcRvH6WiYvXHA6/3Nzy8CrfK5DlKyOe066cUpOxx/luy2ovYH4iUQu0rR1K9\nSL7BIJJuLbQYe7svg/+SmCNO8aMactu8BcDo5VmA/dIFwqrtwVYIg21WBHl9\ncDKjd8wwLsJ5RoYiH661j6DLvdvF7oQTo2xgWyR72kHtE/9V6XeS3eiur5A2\nKykHwWLxNEpK3I00VVio3q5iMJD5foKHWkU3iegWzCeE0u9HCAyZ77VinV1D\nPhhv7PudQB+fIiLPAcHMyegOmhT4uF08ofXtdpGdrTyUYHfZT7Sfp1V4B1Xg\nE7fDYOxmNCBd7fZPMArybLy4LIuY0eFPS0fgjTAhUjh6F8QQ7t6rJFAv3dcn\no9BiMMxj4xnCCeesc3tL8QJfcKe1TDZFQ6OH9cZdPGCIbapw658k8AGQCaGa\n9QZ/JucLyaPZ4ArEX0x6PP+GbMJqZHteDxOO76OXkCaPMvxbvwZkXIGpEaOB\nfPkqT/z3pnzLtmlTKCD1GGOFpNT3jca9VCZw7Dj0WfiG27KVZ1ZMGvR6VffT\nPanK4P2H/GQUfy0GCKfc8ir2XS48H/x1yYiMhXPnEvijikxA4u8TFux/d4mb\naZl6\r\n=bSqo\r\n-----END PGP SIGNATURE-----\r\n","size":9668789},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.5-canary.8d63eacf9_1619550346212_0.5025991864767814"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:21:14.426Z","contributors":[]},"2.2.5-canary.ac6997626":{"name":"@firebase/firestore","version":"2.2.5-canary.ac6997626","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.ac6997626","@firebase/firestore-types":"2.2.0-canary.ac6997626","@firebase/logger":"0.2.6-canary.ac6997626","@firebase/util":"1.0.0-canary.ac6997626","@firebase/webchannel-wrapper":"0.4.1-canary.ac6997626","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.ac6997626","@firebase/app-types":"0.6.2-canary.ac6997626"},"devDependencies":{"@firebase/app":"0.6.20-canary.ac6997626","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.5-canary.ac6997626","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-WCBNs+rmQ4PRsyDJmiIRelNWnUZXNuKi+qeHZ2wTbJjiSYM28vFncSJmNtrg+ar9tDIfHaSQuu/W1k9pDtXu3Q==","shasum":"3da1010aff8767e523753c93a9084b1965976247","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.5-canary.ac6997626.tgz","fileCount":6586,"unpackedSize":57917830,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiyQ4CRA9TVsSAnZWagAAMXEP/ih9mbAUmhjdBJK7eh9U\n69Rv21d86TpmfZdhQFt4dwVC6WwQkZcUq/wvuUSFlq8KmWKTJwBTYbU4nBOn\nPeOSBRyRdVjkiKgx2xfbC5DJNbE/Q6dZ1inBtC2wNM2EZl6wp2NqhxpX0Xbp\nte+qvDF1deOrHRMjt0WN3+nVkzmAb0JwGAD5jLViR2ZqSsjc9UVNyDSh7dIm\nVx5oaeDb1aII/PxDCTiCqNWIOR4chuS1UeE8wmHB144X07POHLoibFSRGFQD\nooDyw6V7PXVwT9YndES51dtUycO1RH19cYqL9lMyGi1Q6dxFFKH/KcD+Os4M\ngVR2Wgt5BHRDRo3+T3A4nAGszn4YtNc9R5BJQjlY7whSEPMSC88z+5hejLbJ\nDTVPoCuq+QMp1wU/ulkS3aI/TYwL170W5XVZYc/1+vJoyR+zaf4ltB6pQ/1W\nxkx3zQ9FOtBrJXXU198ppR2rewADsJNRBDzWszJbhgN88fjZ1mthjHjlUxMu\nNV1nVteScJ1v4PUxEgXJapd4RyJ8rtj/pyNr5o8XVKRdc/U23uu7nWgPwc6H\nK/tw4BfNQrUs5zjOc08JAaEHFdwCK5PzAj327GU7Uclo1e/aoqaaN9lAnhK6\nroUNo4IowKN6u1gJq4tr2SUHH9ZZDvmrJvFdoXgUs+g+NoVabko40y9T53MI\nB57n\r\n=Gnrp\r\n-----END PGP SIGNATURE-----\r\n","size":9668052},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.5-canary.ac6997626_1619731510695_0.7849952610651476"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:21:18.581Z","contributors":[]},"2.2.5-canary.16102f0b4":{"name":"@firebase/firestore","version":"2.2.5-canary.16102f0b4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.16102f0b4","@firebase/firestore-types":"2.2.0-canary.16102f0b4","@firebase/logger":"0.2.6-canary.16102f0b4","@firebase/util":"1.0.0-canary.16102f0b4","@firebase/webchannel-wrapper":"0.4.1-canary.16102f0b4","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.16102f0b4","@firebase/app-types":"0.6.2-canary.16102f0b4"},"devDependencies":{"@firebase/app":"0.6.20-canary.16102f0b4","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.5-canary.16102f0b4","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-KCjpw8CfknSjt1rHI2WTHp1PYouwq8AkD7mocyLDcuHK/L22ATLBQJoU8OghsOPglWcSY8Xsph8FwPd0LBG49g==","shasum":"949749d0e55871c91d8cdc7afe059b3ddd9f639e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.5-canary.16102f0b4.tgz","fileCount":6586,"unpackedSize":57917830,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiyuaCRA9TVsSAnZWagAA+3YP/1TyBKQZYACv64C3cld0\nPX4B1+FEUXYs+iCxmDtyxC6ssoPvJTULj7GG9pSZaPrp0EsF7wIrUXo9gTtJ\nT7lSIrI6SD37+AxutLHeiJ8Zpl05qsBJfRHyfwfZHnt29fctZkesp+nt43AE\nke+wXZ3uBHcqn5hWG/ATSrNYTfzF2tzjtyLvBJXwV8ctsqh8Fmeu3owdcf6l\nPdB/23wNl8HEbGDJqtHGs4sl5wjWQ6YtF7cMsbVkPL3ktSab1TJfqbGu+enp\nLLq0oBxX5Iu957sfudm6gOd29QfmM1/412vDvbYwiRcThuwvq2WGuK19z6vR\nj+14t3SUiEKMgitwwReKtVf4WrIbkmLGgcjsgrDP+WSuZABk6fW2uq5+CtxY\nVVG8GQRY6yStYxAnmMirL6bu4SO3h47RGqwo3J8vYTfdZ7ehvhebsZR1A3+O\nqgRJ6qN/O01Ddo1eDpILNV13MGNrRZfhsEuLjOoUAoPW1zYRwlrHLL9X5n5m\nwyswdCTa+VFN6jccBPS7OIIA0iJOqvEnun8xsKyX5JTcZNnlr7AkzUP79km+\nqA4t11KSmITIAY3JYnQuQS9aYPIVusqPjr8DnjcfuQ0viMW7OzIxBlepJFW7\nYiKpEBJPpICdOE/HO6qQuXnDK+daEdwSHjYal5BF32ZJTA2bpqKHCJACbw91\nzyq0\r\n=ETkS\r\n-----END PGP SIGNATURE-----\r\n","size":9667524},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.5-canary.16102f0b4_1619733396436_0.0641753949641235"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:21:24.307Z","contributors":[]},"2.2.5-canary.ac4ad08a2":{"name":"@firebase/firestore","version":"2.2.5-canary.ac4ad08a2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.ac4ad08a2","@firebase/firestore-types":"2.2.0-canary.ac4ad08a2","@firebase/logger":"0.2.6-canary.ac4ad08a2","@firebase/util":"1.0.0-canary.ac4ad08a2","@firebase/webchannel-wrapper":"0.4.1-canary.ac4ad08a2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.ac4ad08a2","@firebase/app-types":"0.6.2-canary.ac4ad08a2"},"devDependencies":{"@firebase/app":"0.6.20-canary.ac4ad08a2","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.5-canary.ac4ad08a2","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-qKMstlAAEmiY3lFwu/TAUtnPqXS71ZpV8dm1f+Pirtsans1e/W+u2G2KAO+bbQeRTuY2hYEdr+WzPfZpcRIrAA==","shasum":"9295e8391443ea3bd2da4773d8a5fa9d8b1b2b7a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.5-canary.ac4ad08a2.tgz","fileCount":6586,"unpackedSize":57917830,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiyylCRA9TVsSAnZWagAAv3kP/jgzeROcgl1klsMZ7ncf\nxHaZr11tJO4iv82b5ag5EsK7jhhhVfGwSkjjB7rhEqYJS05cMUs2b6DlmTqZ\nfHCxLa201hVUqJZITpnliJFFIcjkNNB6OiHdLARrAAMdrVN5Lwi4B/FhzQKh\nIhnCZJh1DfTxus+MPUhTdIsj44L8/xvc3LpM5YuQNcuPC2YNy57jfFQSV0Au\nrWDJ6+RRLgr3R6JOGkXUGcczMCFfKr0ii5WcrCf7uyeGN0+sknWFprm0ID3o\nzfv2DFrRg7UrFfSu7SICENT7bvl/1KOHZhivly/pr6DcbBH/0j5rqY7KWl8I\nz3aeDHhEWDWrmQL2dSJFNau1BHoeb5xeIRH5AVaO3Vc7lM2+v3fHLXkQMHYh\nvTGXsydAmAJM0bIPWceQgzMgbI9ukVpdtn3fLLjtrItqsWjEldEItZoB6Jng\n3lbpl6vXcHm0VdSz8ob7wMmwSHgtMeHYYQH6PoNlzgcDFMQUtgvKCl4bMv8R\ncnmvSyVGACntx8MYBTrfitOE5CvtWCvrfN8daG9YRqr8v0Jj/A5hCzxIEVZk\ncmx3BIypyRWDJ7mfLN2yZuGr4Wx1/j3GmuzK9Ey0kfGr6Y1PRRPIHqJXVnsX\n+tHXcjAMfUQAl2JvbQrZZEA5iWNy6kBz+LT/PtFsjSrutea+Fb7c+qC/ClXV\nJz+G\r\n=WtDp\r\n-----END PGP SIGNATURE-----\r\n","size":9667833},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.5-canary.ac4ad08a2_1619733668937_0.3760951699221966"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:21:28.246Z","contributors":[]},"2.2.5-canary.5ad33abe4":{"name":"@firebase/firestore","version":"2.2.5-canary.5ad33abe4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.5ad33abe4","@firebase/firestore-types":"2.2.0-canary.5ad33abe4","@firebase/logger":"0.2.6-canary.5ad33abe4","@firebase/util":"1.0.0-canary.5ad33abe4","@firebase/webchannel-wrapper":"0.4.1-canary.5ad33abe4","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.5ad33abe4","@firebase/app-types":"0.6.2-canary.5ad33abe4"},"devDependencies":{"@firebase/app":"0.6.20-canary.5ad33abe4","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.5-canary.5ad33abe4","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-JXbXPk/7oWx3v9DBWtRsrLYhGwOQ/bwEDfPJMIJf3ig4C55xrTCGCWjsdexoul1xK/EZCSNNKptX5duhr30Lhw==","shasum":"e464a334c80d93c1523fbfcd81133e7969b17bd8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.5-canary.5ad33abe4.tgz","fileCount":6586,"unpackedSize":57917830,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgjDWyCRA9TVsSAnZWagAAEBIP+QGxhp1Xgo2hLGWjST9c\nL/pw/kCJ/JXrWFB7U7bCCjVq4fuOn2WNvuyFi1aclcfMPGOzs5UEze2xv/Jk\nllhzZGHGg1jWSC0VCt3hTNuqhRUNEBsBbP+1y8izCjcCEsl1CB0rFk82NFEG\ni1urvFxaKFbb1sz3+QmySzp34UWk3q7o2RkaM+xH/0EWZVdDVzOl0lWegSxp\nMOKCdCVyjyIIHIe5z0btJyVpYI2clfvLlNRpulChVdy21NBuoD1iKWPNt5Hi\na4bS3f8p5652QgzfbR1aFD2l5Wo0pH2DKdJADP6N9IZBARCmyGXQu8DtbsiR\nUIbt3Tos9KLGfrORjHVgZ1RupMGDoxmalWDffIr7c6MSGdj1h6u/oGLKVqiM\nh/zU2bhUNWa8SZJ5ustxgqg/c4SlmNlnVdDJaOqpSP+Qv7zqwi0DZ7P2FNw3\nJ/V2DFbSPHV9z4cTfgFFLd9woSdueqUX8j/bN9+YMr/toEJ/VMouia+IjtD5\ngh04fEZUUzGmMpwbMo+t1Zvz6i18b9C00zBBxFQEI/pqypvqqicdkKme88ym\nHK6/TYUC0ZiCqmG4UwTaxiVGHwkMxWstV2WMm4J+DAe+UFISvOPYS71xvlPh\nyZvzxhk0xmCKukr9UPFzJw6XQgi8ndORsbz8PKkDCh9xqIKZ52E5TPaiQAgZ\n6LT2\r\n=4Enq\r\n-----END PGP SIGNATURE-----\r\n","size":9668722},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.5-canary.5ad33abe4_1619801522062_0.4213567925935051"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:21:31.664Z","contributors":[]},"2.2.5-canary.90c97ae1e":{"name":"@firebase/firestore","version":"2.2.5-canary.90c97ae1e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.90c97ae1e","@firebase/firestore-types":"2.2.0-canary.90c97ae1e","@firebase/logger":"0.2.6-canary.90c97ae1e","@firebase/util":"1.0.0-canary.90c97ae1e","@firebase/webchannel-wrapper":"0.4.1-canary.90c97ae1e","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.90c97ae1e","@firebase/app-types":"0.6.2-canary.90c97ae1e"},"devDependencies":{"@firebase/app":"0.6.20-canary.90c97ae1e","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.5-canary.90c97ae1e","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-vnedCrZHF53fDUY5UzRPWy+vGefioowzl9v3VecXf3T+EvQJPDLaqrDwXF+CA3VN6eldJruCQvZfr5oPgr7Lsw==","shasum":"02fa9b90dadc97c734a5c34e36613a795e5c8dc3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.5-canary.90c97ae1e.tgz","fileCount":6586,"unpackedSize":57917832,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkGqxCRA9TVsSAnZWagAAGXEP/0R3Vm5Gv8JJkrslRWKm\ni8nwPN5aUi5NS/BdYxevcPnnH9oeqV9SOqwA50KSC4CO+vizxq4oSWU3AuEx\nLSeCBDvzumRYAiSDmeCR6NMrMfytaLryDZlzATpDu6a+o04Az2TfZSs/nH2o\nAILcDvVsRMEoiIX/3AWLhazwNdlpN9a27Tf4vrrWo2VRG64wJofU9mfL5oeF\nY1q3QhroddheFd/4MreN5pmedCvjFcrn6d+u5DTHCZ6pM4gYu2qPuaec3ZvY\n7MuUTgsZvWIc8rt9Kdz7OKoUfpzIpsNvgOzZFkT3oh09AYkMQuywMV0NBPUc\n7XcX2VF918x96o87KacYJfhBgUVCQCJ/oXSmVoJwD2ueP117rNP+EGQ7BwrZ\nf7vkBX6mDlTo+T/n42j1drtS+2yW4HQqAcNll85yu4auPosMzOkQtyCdxDS8\n74aEbgcgL/5DLUSgQcbd9cG2e3IpWXtwDPzUAkMqLGIfWe21V0KZ3QzMJ47d\nq1JBc2B4HAcj0NqYaar7Y+s/WgSnE8t5SjLou9orC1KFLXWioI4OGxc9vOxq\n/LzWEjIFwvVjLA0gCKrg+HPZoBTwMvaefjqjNVpvKQZrHsdPOezLSP6p2H19\nAjXHDE42lbiNxl85w0sSZ7zKcriUl5mUULaCrYBqBDBV/q+oU1dU/Wxz1Bcd\nBuSU\r\n=p4FV\r\n-----END PGP SIGNATURE-----\r\n","size":9667790},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.5-canary.90c97ae1e_1620077233100_0.79099673384346"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:21:35.935Z","contributors":[]},"2.2.5-canary.efafeecd3":{"name":"@firebase/firestore","version":"2.2.5-canary.efafeecd3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.efafeecd3","@firebase/firestore-types":"2.2.0-canary.efafeecd3","@firebase/logger":"0.2.6-canary.efafeecd3","@firebase/util":"1.0.0-canary.efafeecd3","@firebase/webchannel-wrapper":"0.4.1-canary.efafeecd3","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.efafeecd3","@firebase/app-types":"0.6.2-canary.efafeecd3"},"devDependencies":{"@firebase/app":"0.6.20-canary.efafeecd3","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.5-canary.efafeecd3","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-WoQO3JcCkYtKqITIRcDolC4sGEvM+KDE0FNgQSsZMP70kwQ4xlXyKqZCec83kz32/MYqDJk+014nGqQ430inJA==","shasum":"faca51d174c7eb10d7dd2ebe6408c96d4e10212e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.5-canary.efafeecd3.tgz","fileCount":6586,"unpackedSize":57917832,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkGzxCRA9TVsSAnZWagAAckgQAIltRWwOnsLBCsR4ocvd\nHXXD3NJBKdADkuADoI7FYm/1gkCv1XMwPki4pP6cE/Tn91t0cV6cuzxJEb7M\n1e5sBzgYFb54bnV93Xub5aDC0EIVlCsdt01fwwqhujpO/s/YCrde+hS/u1w5\nMW4jtt4ivbQHDWIikOE0Ai8Dv+6r+pBEqjzfSotJ9W+wyEuapvMzyoLn+XYs\nxsZoVX/mjTpFb0UqK/zxqJT7U/sN0NyFuRlISq+hvq5+bDNe/gnK51ghzyXS\nylbiOzzy4NliyY2KIcvieVhqMzSpOb/LzSxVNddtjDsFBC7CtHKgg/WlZX7W\ndOmrKWvzjU7NAoifie+/w6FeFh+qMDsQ9wlluJaVIq82MGV1tyeb/mKhe9va\nwd+fS+qPq3Er1PoNPcXFNEscUEL8NkqNdbfX6tfIMzkke5SPzuZp7vnAruG4\nJvvOwkTkT45HnTmcYgoT0ZsS9DyN8VzRnX5PALNXArsbdpV6q/G6UDPgkCCu\ni/t3KG3E1BwR76N29sGy994WB2VYCdKSwcizSngrtYXWmmZ5XzLZN2s3awqg\n3LFvLtS2BoCEPUudmT2VuKKgHuC8I+g/yz6Ntd0tAEZM2OKbVR2k9HSQXeQf\nIngFFE7SCUChtB0sL8NFgmMoIrfGYQ1iogFCx7Zbn+O1GXWr2t6Ehy2FgXiL\nLnJy\r\n=zbmt\r\n-----END PGP SIGNATURE-----\r\n","size":9668720},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.5-canary.efafeecd3_1620077809053_0.5596321628997583"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:21:39.932Z","contributors":[]},"2.2.5-canary.e123f241c":{"name":"@firebase/firestore","version":"2.2.5-canary.e123f241c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.e123f241c","@firebase/firestore-types":"2.2.0-canary.e123f241c","@firebase/logger":"0.2.6-canary.e123f241c","@firebase/util":"1.0.0-canary.e123f241c","@firebase/webchannel-wrapper":"0.4.1-canary.e123f241c","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.e123f241c","@firebase/app-types":"0.6.2-canary.e123f241c"},"devDependencies":{"@firebase/app":"0.6.20-canary.e123f241c","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.5-canary.e123f241c","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-HMPtJL0GZw/SOjNgfC9FDUdjBpvpdpwBDbGRnhf1YlLEGTq2pP2olyzXQict10RCCcBS2XlZC2nQCiuqD6Otiw==","shasum":"62a7699126e3fa952771b5b8c97de50292c38133","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.5-canary.e123f241c.tgz","fileCount":6586,"unpackedSize":57917832,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkHpaCRA9TVsSAnZWagAA3o4P/3/zHSq9RoIdT28Qmimy\nLrOS9zQlPnrkpFLEwStXT4l605WmESa3Hjwa0VYJ4ffSRysSA8MY20xV6CMS\n68/dk5Pz2AReerEADN6oxDrfaboUYD8X1u9UB3XWPEMAiFq0F81nMym4Dz9A\nzvcIdpss2xD1iNr9BuFK3CdbaGSrujzn28vYZoCKH9wL0a9Sr7RPJXXrDO8F\nqKxX9HKsd0ilQpEPM9exC3fAh6FcfuzL6KnwTQzP188394xzjCQSh7+mDPA5\nXnbco6Q1Bq2FTNmG0qnOahf1afg5Adj+VelFjhjiAuiYd981zZ/Uq83qjEmD\nr6Zdg4pZaj2TMffwc2hmhZ6SqBIp3p+t4y1D+qb5PnUbkY0ABW2Ri1qL3apk\ndflyt8/kp3RjbhGmaGfnkRV5gLoU+dQdvS4ktl9FCfdHUGON4zKnF5SZQOSI\nRWFvJoiJXRC7k8BX+QArHZ1m68j5BGvTGXfoAWqiWrGsWY3VM5X43E2Babh6\ni4FCKQKT0EsXcg2HcxqWlJO9HSGrEs/rgpWVqAdsV99xGYmDCHFFFb34owLM\nSXO18e9TzgYIXR/0tP3039NLsOREFg2BCztvXRjIxZe4XWDXbFO8ULYi3tnt\nBNh86N7bd0hG6DscEH+ccyNjQYRrWYp9Ncwh+2guWjXlr9VvO9l7Bq+d00Qv\ndqNo\r\n=rsfb\r\n-----END PGP SIGNATURE-----\r\n","size":9668241},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.5-canary.e123f241c_1620081241579_0.18996021998013868"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:21:43.916Z","contributors":[]},"2.2.5-canary.c34ac7a92":{"name":"@firebase/firestore","version":"2.2.5-canary.c34ac7a92","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.c34ac7a92","@firebase/firestore-types":"2.2.0-canary.c34ac7a92","@firebase/logger":"0.2.6-canary.c34ac7a92","@firebase/util":"1.0.0-canary.c34ac7a92","@firebase/webchannel-wrapper":"0.4.1-canary.c34ac7a92","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.c34ac7a92","@firebase/app-types":"0.6.2-canary.c34ac7a92"},"devDependencies":{"@firebase/app":"0.6.20-canary.c34ac7a92","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.5-canary.c34ac7a92","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-1tCe2+PtPy1MCh65R+b+CZPfemOov6uP5tOR5exDbl/98bCOJZYg/V9a0aF/BelXTRSoakAE4dzjPWdqyIw86g==","shasum":"76b4535b359160b30dfa58546dac999fa2f43bf5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.5-canary.c34ac7a92.tgz","fileCount":6586,"unpackedSize":58061983,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkeLdCRA9TVsSAnZWagAAmXMP/17N8J0s+q1+s8TTONmx\nYU+GBCJYCJqHerDVmJ6NwJxIVYGiHeb4Vjs9Az2rF5Y4WwUUD3ZpLXrrCVoy\nNuNWFZy/LRCmKThQ1+z27gBFQXARVeku42EXNfbXc6IgtgeYloeRbGvR3pKP\neZHubdQguTOgKsU05It6DJf+ZrdrecFi5+LLnKWcpONCrfGrrBP07R75Wegu\nDy4AZIB8x2G4lLYbCKrzLflZU3DSm1BXdOqTPs+s0z4G0mgGG+nrr20bh8qD\nUtq1AJtMe7vGZDz/MewWyXLZZnAK2oB1uniVEydNccWvAytBPM3X40aVhUtz\n9GXQIuzzT8xzI4mGwuCAVEAR+nyIsAOCLA1F0ZdJCkEe8sGCzWbGBNKpbELz\nNClyfAEjn4IUkoaa+cECH039eGDaTmbRPc+1mYiDd25jvuSTC8b13yDiF3K4\nuKotrKx3TD0lci8mCgNdMs06jAwjQClmn6XS8EcW5HMmTfJrX2CSxpuzn59e\nQU6Xce49bg8YNlR05EhMzb/h4+cZqf06yDVPwqIaPsvyzjlgyPSyun+tsxHw\nS7jZNZWlaRayEV8Gz5BYTd714ynNl09JGOhsnVTXwgc7DX1NMLYFBiXwoG5Z\nd2Xmc203n3JLBc7LQiAezyp5GSQS9ypwRCgwguafATYGg3tNhoQJoRGkOZP6\nx0C3\r\n=qQYR\r\n-----END PGP SIGNATURE-----\r\n","size":9691793},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.5-canary.c34ac7a92_1620173532621_0.9886103661251555"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:21:47.221Z","contributors":[]},"2.3.0-20214541157":{"name":"@firebase/firestore","version":"2.3.0-20214541157","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.0-20214541157","@firebase/firestore-types":"2.3.0-20214541157","@firebase/logger":"0.2.6","@firebase/util":"1.1.0-20214541157","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.21-20214541157","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.21-20214541157","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.0-20214541157","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-MeYnkckZBsEdgE2SMBpT63PRCCvo7igESfXawemHw+UwbDGNwc73AjDpRV9Kpdvoiq7AfoOC/azn5Q7C2jhXqw==","shasum":"f3e9f9464415231949bdcc8c73f5c1a2dad08025","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.0-20214541157.tgz","fileCount":6586,"unpackedSize":58062616,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkhzhCRA9TVsSAnZWagAA0SgP/jidCRUUlgjYEI0Y7JuZ\n/qsuKHxEI4DFQGKXB99T78qP+DxC6iLkZ4OOIo987g80Z66YSs7LGEF5RP2S\nAf+5gRlPOQ3Ro1Zq3Dq1LgKBM4DCT72AXlfXbjyHP5x/WlQbuJ7gi/KNwzra\nsvwOiEiuDEFBriNiRDaIKt8SmkFQP/OQiDDmPYbyS+dJMJUtsKR6kEEPPV7R\nRm27ONS52dOTfxCsChJnySqvOtqcJJulHyuuw09/P4VKe9dDyYyCEhv7l2OS\nmzN78oPOS5bbJF6VoT7m8KgpzRrIV1Clg/FDms2rlGxPdkjY1TOKVUYF2A4z\n9+mHfB8T/9OZHskltYyRSndf7oqPUKeLHffXK13fGnGtjqmMbj5Mq1MzrFF/\nt7YgIqye+QdhiHuep53auH3zbUJ6mvwIkFifS7pJIAgMd7Bq69rOhV95R3J3\n5G23+qHx6QuZt5f0p4uKqlzZSfXHZ12CTjKoPaGGKbz4oAP5I5K8e3IuJoOM\nbwLNX5HVZkl6xyHoXwq4glz0LTgXHzTaWJS3nynNOK7AzSbmMl0dMzDD49jS\nZY0JGesZDyCkxi5eTmBTNDZqEXNGIjRQUyA9fF8kT3fd/GFBuEONI8Uwcuf2\nAsoVK2cE8RpRVYkW/PCL3zQQemz5M3YbYhT1XIMEHemKfsqX1s/+Ly+XJezq\nLEpu\r\n=DL3W\r\n-----END PGP SIGNATURE-----\r\n","size":9691924},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.0-20214541157_1620188384552_0.2952311492908788"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:21:54.362Z","contributors":[]},"2.2.5-canary.a13f5a03d":{"name":"@firebase/firestore","version":"2.2.5-canary.a13f5a03d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.4.1-canary.a13f5a03d","@firebase/firestore-types":"2.2.0-canary.a13f5a03d","@firebase/logger":"0.2.6-canary.a13f5a03d","@firebase/util":"1.0.0-canary.a13f5a03d","@firebase/webchannel-wrapper":"0.4.1-canary.a13f5a03d","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.20-canary.a13f5a03d","@firebase/app-types":"0.6.2-canary.a13f5a03d"},"devDependencies":{"@firebase/app":"0.6.20-canary.a13f5a03d","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.2.5-canary.a13f5a03d","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-OWQrNb310Wz+1lk3WHu3jjrFOkSBBQzwuWWZe/DBfpyOWYOk1LvhmhOXc7vsmWOwZ+sYj8hRw8Me0FKpjAeMhA==","shasum":"2be6db9545b2e66dfe490ee3c711fe10617ced27","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.2.5-canary.a13f5a03d.tgz","fileCount":6586,"unpackedSize":58140982,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgktW6CRA9TVsSAnZWagAAI6EP/iQMILElM3miJLgzgE7p\nVQTYIZUO/ELB1P8yNv9UEJ/fTG782vH43Bghp1vW9BLnDZ4GDJ8+WpGIYTi+\nQK9hmwH26I1DqyiI8ZMehIviJFyDNQi4ulzF7Da5w98kueXWt5MDRRKuGA/a\nhBQrBC17fnhbXB1joml30IeOI4KSWtOUrSmd9sE6zCV7OkQo+O9cPdrrZzJW\nvlzfeN7u9PfucMfTIV7KMqCFJZyEwkYrsPhX4Ou++sq6DiXRDKSdCUUlE0AS\nBc8AkpL38m8FSrwOZNXYF/2G/SLXSxhj3VGhhG5KrVDaIWW+DG+9aj9e+6c9\nwdwLnspCghtFcb1XKAwma7JIQl5nHeL65Y+/9QpJETuJfmDMpdRDc+KfZBdf\nq2G8jIukRrK1RxjE5pllumzbffcU8DnQm9xGdeTpl7ylSG2QuHbrFXxfoGZ2\nwK/GDWYhAKs6FllYvuFUZATBGDNdNTyW2vcggtNFtIp02b/k8bFOdXlY/9TA\n1WGLJd9lg3uPppPS+69xuW1YjmedBAIq/pBWsSWCpAy5WoTQpSbVzsnEiKms\nkpCFGDhncY5ZdswiwW1PhsfjVxmOpDwBADWsr5VLxJbWK4BmEpfd0xcfwEM6\nsMpM1dGx18ZqgVWpxGXyzWXVIOlIgNXq4qFFKu65KUX/pN/glxSzibmh7+TN\nWpZE\r\n=+3Hd\r\n-----END PGP SIGNATURE-----\r\n","size":9709501},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.2.5-canary.a13f5a03d_1620235705796_0.8089172158954929"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:21:58.259Z","contributors":[]},"2.3.0":{"name":"@firebase/firestore","version":"2.3.0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.0","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.21","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.0","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"integrity":"sha512-0RXEPVODLDYfAvt3wJaxXnDKFaO29OFCMpQ0s5rVjvYKs5ijpzf/FYu78i10HVYoDbjh8ZaZT+EVoxUNZiFq1w==","shasum":"704734eaf7b3e454dd55e0fee2c02625adaeb6c7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.0.tgz","fileCount":6586,"unpackedSize":58049996,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkw8ECRA9TVsSAnZWagAAyZwP/iHIrjtL39uaWf7I33XQ\nVicLTlrS5S6gcFoGLDz1C9ac29lwim16CJVx9en3He60kdlrR9NtW/ua9OGs\nqXmbvIJZ+e/tjwgI987HMVe36V7kWMDWXgkD2h1v8c+zjXADtDrDkQ/lH0pl\nVUs5Vfg0QfduMENETkAUnCxKHlbBCOeh5kv6j78ovS390C7o+sahNeL+QEDh\n00kwFkbJ7zKrhw2PfImMH0D7Cel8QQm4PcHMlw6eWXR/geH2HyeQVCnnwBfk\nTGCKnXLz+CVOLlRfnRIsJgXmhiF6VLZOH4FDm0yOqoGxfkSHjYll8r1NSmAJ\nPOdmzzryD3dFRcHhNWf+MbQ0QvxSRt8DrNnRPwiyKu2dEmCY1NwGWJ7cOy/b\nSGgepoYEuE4LYkmeom3f+AnU24KNg6vfxa8AzrfVXF2/u0iZQgyUluk3kD35\nbklqrnp/FOGONH/EB6AMvJjmK2HMvqmr42axKny6wxlZ6PJYpoRiaOdL/X45\nJCymlSsnbYbivYnmf63EpX2aRnPlQAJtoWgwrbqlJhiVj2qAnBIGmJuYDaw5\nuEJKm/wHh1v0BJEMAk/tgxjehItGn5pGRYxqCMfaTm7/NBVtD73WB5+Kzawa\nalTdPx+YasQPOtj83eeX8bNYSyADLZFvoOaEd4ecc43OJ6zjinHTfO60gRNq\n9GWA\r\n=2Tek\r\n-----END PGP SIGNATURE-----\r\n","size":9690128},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.0_1620250371943_0.04108518627661972"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:22:00.808Z","contributors":[]},"2.3.0-canary.60e834739":{"name":"@firebase/firestore","version":"2.3.0-canary.60e834739","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.0-canary.60e834739","@firebase/firestore-types":"2.3.0-canary.60e834739","@firebase/logger":"0.2.6-canary.60e834739","@firebase/util":"1.1.0-canary.60e834739","@firebase/webchannel-wrapper":"0.4.1-canary.60e834739","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.21-canary.60e834739","@firebase/app-types":"0.6.2-canary.60e834739"},"devDependencies":{"@firebase/app":"0.6.21-canary.60e834739","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.0-canary.60e834739","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-YxkYhEmwTw7jg8CH0vfbUxTFJibEhm3kShBNHRTMIp56bwoRL8use3XIeh3gkpNXLIbvN787eVGa5dKHXzDSXQ==","shasum":"1e0b4b561dd121cbe7c25efcfe21d15dd7275754","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.0-canary.60e834739.tgz","fileCount":6586,"unpackedSize":58141755,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnEqiCRA9TVsSAnZWagAAXtgP/22dDFRIwX9aAVeKlFHM\n9NJWSsWyfkBKQsLzSbW3gJSCo3CahmqXwrRlYBy7eI4Zd+p998GXUU60SKw+\nVslNscfrnIdQhjpwJooNCB0U68ejoOjF+LmCm9JU8ei6w991LAKyzpvZHZa4\nwCSKLSeCYqCrzTymQd9YHUWGLneRrmWQKP+KXQffL55QpHLPgad0oZBFLrTl\no4HaW0v2fzSjABqN78pkHKoHvFyyn4wETtaCWW1SVScOKBJru1iPJszHx3Ab\n/mtAR31qiD5/W2i6vtmQeEaIbUb2ldy50c8AwZlUZCdvN+SglyPuS0OjrMCn\nE9sKxBioywg3GKJR81tmXdAmliE810VsL5yfLA9X0LethtoXYVEq4nO+Mbm/\ntgbb8fj09Lm6/ALOdTGQFgO65DtCwdfofE0KeG4xZlyXMqK7hzhLUqpfksGH\n5deM0E9CjjbyAS6O2XQnHiXGuEr3XEJya4n+1qUJb0/SSLnV3iT0XYUo9S6k\n2f8FG2tFh8wefZE/jPOAicwo9Q1BlwrztSUkVYkXoIf+DiPaQrzbYMAmv0UB\nBxl/q9zzoB8d6BHr/bQcAsRsfwwuo9yomIbrqnMFuAzqTTWUjSveujI2S5+t\nvv7a2/xcFj1z6vCNnor1OSu29Y8ap5nMd9m/gAFPWP6qNf2VCfkejPHZduYm\nEf4t\r\n=ewmq\r\n-----END PGP SIGNATURE-----\r\n","size":9709284},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.0-canary.60e834739_1620855457504_0.32359145648753884"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:22:04.994Z","contributors":[]},"2.3.0-2021412214515":{"name":"@firebase/firestore","version":"2.3.0-2021412214515","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.0","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.22-2021412214515","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.22-2021412214515","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.0-2021412214515","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-3pkZkPFkWYOutJHQpt1CsGbxAjyDdlfkbp4FQDsLAJFRiNLMcfVjLaI9owHt59g3a20xaGKuhqU1vFFW4vSjCg==","shasum":"cac572c2338f5799cd71ccae48eccd81e5b75d03","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.0-2021412214515.tgz","fileCount":6586,"unpackedSize":58141496,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnFAXCRA9TVsSAnZWagAAPz8QAJ/cDYAm5Has0rX+mGSs\n3Nwt101UfSYZq/I288CJ3AqJ045ddBMXu3EBgPdWPpgOw1qEstcnGVDtDNnh\nmvgC2yU9ZScZtU4WRg5+rTsisrBvZcItzfqekkFEfc+OJzo23P165kyFTsSn\nrXsfqy1ejinU8PDjlBCusyKGwGzaV2RXu23H+wdR5RmquQnLeb91+PmLU6Ga\n6VYMLbGuR6wbuD81iJod9lSpkx6CqT08H+Q3kpeXC9pASvzTjqYij9RdaI7M\nov4pwhgkiP/uUPzMWeYnjejTCMy5ShoHWFQL8ZGt1uyDTAZKdWh+QVGXvq2Z\nG3/zKSv/ycqNNqOz8hkj9JiLNT4q0bGUfzUAYMNvCEuvUmkoNItuED/lAYEY\nNC+Djd0/hoEgpvRbgbO2y6DiOByMdFc9F2oRSu/pP/3UJbC0IzbUnMe+CCh1\nrqBnb5HElaS8wx5PJOZVgQoPWP/r4k4jpH3fMgNZpHgIfLFQHEvWNIb/0OLT\n0x8DHOMd3P7Sznx2GcqEw7dXq6RG5xhfJAdPyVqMybfuQI9NN3y84JPXdluT\nc1q0vt7TLoETkUhVWzdazmdAKstbJ2TZB8qDvK4uKqTKCgDYoIYFr0gMxHqn\noEmrae72sW6xmGACtxgSgBtTIWqqC86VWA4nFO5qOjajES36ZSdX7vSeybvg\nvMTq\r\n=Ehh6\r\n-----END PGP SIGNATURE-----\r\n","size":9709467},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.0-2021412214515_1620856849622_0.5151407138446384"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:22:08.997Z","contributors":[]},"2.3.0-canary.74b49d205":{"name":"@firebase/firestore","version":"2.3.0-canary.74b49d205","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.0-canary.74b49d205","@firebase/firestore-types":"2.3.0-canary.74b49d205","@firebase/logger":"0.2.6-canary.74b49d205","@firebase/util":"1.1.0-canary.74b49d205","@firebase/webchannel-wrapper":"0.4.1-canary.74b49d205","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.22-canary.74b49d205","@firebase/app-types":"0.6.2-canary.74b49d205"},"devDependencies":{"@firebase/app":"0.6.22-canary.74b49d205","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.0-canary.74b49d205","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-oxYbKwFcb3THybcS7jXRjkv2LFZBUmpbURopy3QP/Cf1Ccgc2rtzE/mrg2EGqDsssx6mNT4O6KzQM7HdI3cRjw==","shasum":"5773001593a8a1a5137be54d325ea58af77a7074","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.0-canary.74b49d205.tgz","fileCount":6586,"unpackedSize":58141760,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnGxGCRA9TVsSAnZWagAAKyEP/Rzzw7+hmGqiYe84MQyn\nnYn5SZJdl9wbkXKljcix/bJSm9j8hA0B5fiijuSUOdM2yNhxVGHhCbIkzlSH\nGIy1LXYLooVeVhJxqEFbkZLc2OeEwR9+NUB7uXs4gq8WIDbdlK9RMfLMxRxo\nRlSV4+77Tn5g2uX3I2IZBAFq1SU3b5lzoZQax3esh+7b/UlszHo5XCX7kgif\nHgz68018ZKAOfuvjiG/5gUYriXcuMPSopEUkNcFFeo9CtgPNalEqV7pwoSfD\ndbvxiH2+0tI3IMRe770gCnZ64H2u9ehCf4yKLFuDXEwQh+mkR1mb6MBAMLMn\nCDvFqTgMuRVwzebcFS9jiC+RoR/RIkHXwIvt/EWikyH18/kGIZ24/N1rODkO\n9R3r/3qph6mTWgccqGv8wa9n3bPBuqf2OzorpXtqYax1AbK+zFBI8Nl1hRfZ\nAwynm5NEJs/2/UOS1e7J3LhN4YDY4VB59lF62eBF3wPuGCClyvzfk/jDyNlz\nNtCudF2CzXalC/eYp4RvqnQC0yvbPGYPrr+px9Xo/Ie2xilWoNt9WWNseMyB\nKX9DqnWPTqHmCNutWTF/8Aa86LmC9Refsb6Qqab6JlGYNyiDpgw4QRcA8qlc\nKxA6wtdoasmq9GK9zUlQE4CxBKdwxkwzr6d6QD3wtAvB7Ll8h/Nk6AlxdlEf\n32t5\r\n=D36s\r\n-----END PGP SIGNATURE-----\r\n","size":9708947},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.0-canary.74b49d205_1620864069388_0.5884368547162608"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:22:12.938Z","contributors":[]},"2.3.0-canary.de68cdca2":{"name":"@firebase/firestore","version":"2.3.0-canary.de68cdca2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.0-canary.de68cdca2","@firebase/firestore-types":"2.3.0-canary.de68cdca2","@firebase/logger":"0.2.6-canary.de68cdca2","@firebase/util":"1.1.0-canary.de68cdca2","@firebase/webchannel-wrapper":"0.4.1-canary.de68cdca2","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.22-canary.de68cdca2","@firebase/app-types":"0.6.2-canary.de68cdca2"},"devDependencies":{"@firebase/app":"0.6.22-canary.de68cdca2","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.0-canary.de68cdca2","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-sqRs/o9x9phoHPGgct+GfZwOPSTsP6ywauSneuGzV9RCruPiAMeI75W2JXaxR9Y5NFkHe/atp3H3p6K3YEC/xg==","shasum":"46a5c343fc2609753898cd8d7948305fe4fc646f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.0-canary.de68cdca2.tgz","fileCount":6586,"unpackedSize":58141750,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnLqVCRA9TVsSAnZWagAAbCUP/0xNAd9h6s6o12h6xrjH\nc3ytJqV0MAmCUDTdVVTEKKwBZFyvQJN/8EEGn1lcfzgi0c0a9H5ctrwku1Iq\nd8+/0Z8GDTeM3gWHCUe4GMPbPxQ11mOEraLwOQO/qyeg18LQ5FUWNPeWwNgl\nRmn+a3tuKka93LQTyYFHbeaDE6hEDCy+0tdLSGfhXK0NHk2LdIl6Wv74I/ll\ncXnCA2pTs8j5tEnkXOX2KYsGZXFaVQR7hkNrRYxc+nktvptIH/HC/ioxMnfG\nqLcCmribeOxRJwf1900NuXnES6skoe+C/ejazKjDhISJSBNM3xuJQtHf0enq\nuf6UvwWO6NbadLI2SQ7ek2zjHRdEn9cXxHQhGPtkJLN587LdigwTD+LJjTQs\nmPfMncGP7seplABlvK3Lh8SnHbyx7lCU6VfizwOZWjdFkAsgAWMAk/IRybzY\nDRW0wMhJo6MJsUYCSaHQSF5KpdvHFPQYUS/2+JinU5BajecO2iO/gg6at1+2\nk6GnjIks11U8HsjIOZBbAqMSQMzxA0zQ9XQhz+S0dY3Tmvnkh8u0YdhX6fzl\noyDE4SpfqLYykkxN91d9sD3FVg6Gkn4LgIAVfeXC0n2D0EimFL+fPVil74h/\nXexdzn5W8qFWygOLIrK0Syc4cYMOI86iMHuMADaBokgRR99QVgBygrzIVrxr\nEmOv\r\n=bN/t\r\n-----END PGP SIGNATURE-----\r\n","size":9709136},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.0-canary.de68cdca2_1620884117041_0.2624432571907891"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:22:16.627Z","contributors":[]},"2.3.0-canary.96a47097f":{"name":"@firebase/firestore","version":"2.3.0-canary.96a47097f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.0-canary.96a47097f","@firebase/firestore-types":"2.3.0-canary.96a47097f","@firebase/logger":"0.2.6-canary.96a47097f","@firebase/util":"1.1.0-canary.96a47097f","@firebase/webchannel-wrapper":"0.4.1-canary.96a47097f","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.22-canary.96a47097f","@firebase/app-types":"0.6.2-canary.96a47097f"},"devDependencies":{"@firebase/app":"0.6.22-canary.96a47097f","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.0-canary.96a47097f","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-pxip6pigMhHYhQMHjEfNhvmX9fanw0mnPnWGiUKMVFOgEXdJLcYtPmpo7KqIvjTd+SPB3SyAxfqUaQZANTHgvg==","shasum":"38e9fa8cfd38222552455ff04283a0215123dd6f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.0-canary.96a47097f.tgz","fileCount":6586,"unpackedSize":58141907,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnUxmCRA9TVsSAnZWagAAGawP/0hn/EJM/i0BvGfP31tJ\n2OzSqvWKvlMKVfBltkuIWJQYxuReBMgYhu5o2HgndoQHiG/z+AGW6jKZ+t5I\nV7L5QfsHfhElkXiLgLaQIfCOVpTw23ZXD/ZOsWaGODdPPJQxmHCfNgIAlJ0j\nCZmMkPGTvDywdPL/dh7Ol78aLaRTLlyDLWfsqNRQgY3erMUnEGa5dWCWIMxX\nmjAMxVkwwboFHa94bP/yduXHRTfvWQGlcgyQinUeWxSdeb6DtYmqgjv1Q5Kf\ngYoBT2LnlIWFy886qnJOmfZIKUkgmKk3TZswlfjCptr8qmj+BLxrI8Jf45gE\nDmMdxNUjA195zZTbo0v2HTzBf+7vt3FOmfjKvnmA30SJF9YUmwKZi9tUlms7\nBApHjGBYTck0fUZtHElq64UUNeUpU9X7+nJZipq66cJoKAMyR16ueBjwcqG9\n2JPLzOe/Gn5c29ggNZrsbBNc2plDagKcPSjxOiEhfVpeRqsiWfiCkH6ZyXTI\n6iYu2J9rm5OywauXBac9YvIv9i9nJ+S/1K5b1SewKm5RvTTCQDrkHGNOthOX\nBSJY07rV/Xqju/U+PVl0UvQm3I69Ee+7op+HlkfP/4fiz2c1ZTOzypuzpq1K\nezsdICRafg10cz6VY92bvq6klaJ5jdbWDQtgKxQWhfA++DbbhzpFyC0hfXv7\nVVfh\r\n=nrhT\r\n-----END PGP SIGNATURE-----\r\n","size":9709582},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.0-canary.96a47097f_1620921445978_0.3984398233567996"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:22:32.942Z","contributors":[]},"2.3.0-canary.d742823e9":{"name":"@firebase/firestore","version":"2.3.0-canary.d742823e9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.0-canary.d742823e9","@firebase/firestore-types":"2.3.0-canary.d742823e9","@firebase/logger":"0.2.6-canary.d742823e9","@firebase/util":"1.1.0-canary.d742823e9","@firebase/webchannel-wrapper":"0.4.1-canary.d742823e9","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.22-canary.d742823e9","@firebase/app-types":"0.6.2-canary.d742823e9"},"devDependencies":{"@firebase/app":"0.6.22-canary.d742823e9","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.0-canary.d742823e9","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-/MG3nQJCoy41T9xhYTJgLMAQShtwXg2gONqcQeNji0x8WJi1sHdxqrWNH/cjuzqJJfTKIxylerZd3PyCdzAfSg==","shasum":"ccd72a8b864d1683a53e5f0da326b4f0b0b4c3b8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.0-canary.d742823e9.tgz","fileCount":6586,"unpackedSize":58135627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnWZxCRA9TVsSAnZWagAAKyYP/jMvPOM6ujSkj0kWKMN2\nohmHZC7YUK2zf6BT+4e+HPTwa8B54Jc1/uRDsBeJG/SvNiHifelB5s9JzvtT\nlCLwvw+ueDDJPPN2+jzPC9Dy34w6YMEDTjw3ORJrxAWB4CcAOpCCYszOe5vt\n9XmWgq4SauVFoulAuh5gEA6IytrztbSLyBYcL4C31+aDvKxyKaQyQ0R2mhRC\nh+xbaqcGCvDbYhXvbyC/FzAWjc0wbAV2zdza+xYXGZjds0RK+tQxf05bLlSo\nIQ9z84HPuQWS6JaOeIePVrd2yjpaw4UcBe/F6LXM0stBV3aAG7jE0U58Hanq\nnmmjUUvKsqKKVpp0aq1dJng99whoH70JzlooOvCl+GbxZhJC1YoKt+hkcWFu\nA3VocuddAzlbtc4VuAMNBTcO0LJR5RLUFprC0jK7IcPqujnyPAUCPa3LSIWN\nNbIrPRIazHKB7UjaHXQuQMkZYq/UPS/LsnSBW7q8KI/ErJyZ/LOKixn8lNtI\nDA2m8iRB6Iv5sUcB6VV+m0yaqpF53gxOA012sP3FZald2pJhibxuCLdQjC6b\nnXlpmpV18yRTygD3MNV6oTbbQEsjLJyx9NZZSmDrBE9AXCODAX9Swbi1KK0K\n6LGIi3y3+k36jhA47URUoIyxYRD3as/DqxJUubFysqQGAfB42YA4/AurFPAb\nswMV\r\n=BfXM\r\n-----END PGP SIGNATURE-----\r\n","size":9710150},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.0-canary.d742823e9_1620928112804_0.22589794195825297"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:22:37.642Z","contributors":[]},"0.0.900-exp.d92a36260":{"name":"@firebase/firestore","version":"0.0.900-exp.d92a36260","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/exp/index.node.cjs.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.0","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.0.900-exp.d92a36260"},"devDependencies":{"@firebase/app":"0.6.22","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.d92a36260","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"integrity":"sha512-8nJj/RddME9onM6JXmszvHUmv1Wn486+nNgRRNpRRnBP83++gZH8pYTsV6yXjITG9gCqZP+fe+j3dkX1SIl7Sw==","shasum":"6c36fa5a83b006e14e3d90d4e098a32bb3902be9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.d92a36260.tgz","fileCount":7044,"unpackedSize":121097574,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnb4DCRA9TVsSAnZWagAAFX4QAJNHM3b4i0wzksTArkIq\n/HFj4Yjm/LCO538hWF3xEIG8GBf57gsfIcXQVko09cNGd1RipVDDAah4WOBQ\nh9+Y7VjKMWW0rKLfrD7ac0qyI5k/Hwu+pVOt2vEYduPJl3q/H1uF8xZ31Yic\nJLBHDUqBadmcXXQlIGYqGxnY6xK8swhgIUm495gHJU0cUjYiHQwqvfEK6S/A\nOEXV9kPcN8C78076TYAw0Cu8KUrTrzV2t+yGh3qznEKNCg/GQv8SAxxxxUir\nVCMcI4ZT6n7wHxyTm/lVNopY0OmpfpvGtSwtY9f4wW5l6WxR57pjW9TawedK\nwslGnc6z3VM7CM/XfOQpTzYLZMSBiKzcyvSPecsInhlZIfyKfPoVQSZgpvxP\ns5BXVVY6y010xW1ErCWBYyMJxVsxG470XGMHvO6j/cjlhENa6RiwZHEOQWek\nHN2yUDC4MKe4YE5vcb8VMfwS+9A4yxk9SX740MZ4GP20NyGdiU4sWssVbDpU\nJLvLQ52R9Z39UKgxcQCcWmzNElp3PlnWaSI3mZGcqynoZImdnD9T/Q5Mko9/\nhCJ+wwFGrihpDVpIN6MJQe/fWoaWRkNZzh9wDzxHRt3fgjxOfytI2l2Kh8OI\nQoigurj6bQtUf7afBIA6JcGxLozseOe3kjzBxrgdCMeVgQGE28kCC3Xsur2n\nD/fE\r\n=5iNx\r\n-----END PGP SIGNATURE-----\r\n","size":22929046},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.d92a36260_1620950530645_0.2549505636512519"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:22:42.822Z","contributors":[]},"2.3.1-2021418232615":{"name":"@firebase/firestore","version":"2.3.1-2021418232615","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.0","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.22","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.1-2021418232615","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-I5cHVHscA391QGZRAzL99f+sn16apnUWO7kiJ0+We/5FmuUVdXmyeP7Q3ObjYSZBUrb0e/7Uv8Vt+NmEpQOsfw==","shasum":"8683de5bbabc37b08d15b1630aabc7079b8bcd93","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.1-2021418232615.tgz","fileCount":6955,"unpackedSize":62185284,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpFKvCRA9TVsSAnZWagAAiUwQAJR2MkAcBx1dy2GY8fw3\nnfX6N8sukk+VkerdXf+Kr3X5B5G+plTDxJpXI0f+P/bOTTIPkLaoDa4pn7vr\nJy/Zt6FefiWOKIhPtnboKfXKWa+ejUP7uqL1uUgDiu+d3oz2bMkJbJ4oMPfG\nbJgtLkMMZvX1m+WGTMKX7VJYA9cR+fd/QNq0w2QvWh4lirs7j+PBpBiZonE2\nJ4V6JB/xdAL1bfqpqxRt6k8OyZhAVEfKPhqZisN+66u+l5UaEyY8PcNaIn2p\ng5F+UETZK8y6P3Fdkvqo7fQoHayIq91AQwJ+u2D72arTDM/AhKTzTPNdbILT\n2WK6PDxKor6psGYYVYA0BqjAGP0Wrq36jB3pjVSJozHqcGsCxJeiLsF06F3M\ny/bY3PmE/VaPtmO9FsEhMkfjq4DNf72lonwuCzCmb/K5kmJy2yHvBfEQjEHE\n48N2wJVJUDb76DDDf6bNtEXJPBPmtZXjExZKWE+XseSXU3lOqzD8aSVlqqax\nMERuAWsfgMGCxvlgAiMvtPhdQ3SOWgnLwyYPSJm8fPvItqaNXiMCWfzSiLIh\nh621cZm3QV4iOWiuyCTYt0LsJn16DcyAIsZjsPkGyS7whyszLLOH3a16aW+l\nwlL+lHqDcXHnyGD6NakQAMpKzIjTuxYP6Rgn4b1ixHEBykxBU/p4r1/4wzrO\nq1og\r\n=Mqcd\r\n-----END PGP SIGNATURE-----\r\n","size":10509744},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.1-2021418232615_1621381806200_0.7364081193492145"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:22:47.307Z","contributors":[]},"2.3.1-2021419192027":{"name":"@firebase/firestore","version":"2.3.1-2021419192027","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.0","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.22","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.1-2021419192027","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-t9lpxcs+CPPceeI0yZknUJXC5aT39YFSFc7taOwL73oJDkTnhSWaABifk/qW1bR7r1SK+lHz99Gco30KkqcSGw==","shasum":"d747b775c2af1626f70dd6dd284dfd402773ca58","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.1-2021419192027.tgz","fileCount":6955,"unpackedSize":62185289,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpWbeCRA9TVsSAnZWagAAk3QP/0168kUdIfRKMhBIke/y\nGqBWbdfcQWwttCncZDKVaObB43drAt0DfHDZNrNY9teb+Z8FB+OHZONJwFJP\nHPE7uBavXfs5ub8No8eZxegc1t6IfqkAmfV/QbimchUE4wtTMQ2744aQs/h4\n3q9axjqjzzxrah9axW6wJQEM7Yo2jmMZ7sfvhu1Rs4QbuYZiX01QLfalDsIN\nqNd5OO23tD6DaVhyPvHne3CoUFfy34NOQoQSNDjkl07hofnzSTA0ZWW9raaM\nxDwvgxSpxlTiAnQP5UAUi7jG5PhyQXEeEY7uK9evV7ZlIUGeCPjtxqoiV030\nlLEKxH2hmOMNPyalNHQhGU3aH4BpDzcNNfDoYAsCdgsLPPbi0swtBECAFAkU\nIjG7seSNlY8IZwqDhqZx7COEiA4SBi/+OMpEQjYKGm4BdPVzkje8ylLht0Pc\njZEZ3YXbo0Dn4VwTAZXQIvIOZzDi2O+GT3eOxu21DslHMruHFbMm7Mmei0IK\nzdwsJc5YRkJUvl9Uby+YKzt72ihImLk01aerxbJa3j53Qhy8tUey9QWcWX1v\n3xB2Hd0gTCvsMdHu3RKsKyGMF5KttIUrjU4GUtaiAfgNhFh7EmPTiDhXq4M4\nNeZeXqFLgh5O+I1x4ya20z1yryE78WKVidoMnODppGVqWDJc6JqNAX1NohLj\nER5J\r\n=I6Xf\r\n-----END PGP SIGNATURE-----\r\n","size":10509942},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.1-2021419192027_1621452508638_0.6579930431802623"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:22:51.459Z","contributors":[]},"2.3.1":{"name":"@firebase/firestore","version":"2.3.1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.0","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.0.0","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.22","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.6","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.1","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-8xQB8o8OmmecXLWwGUbH2V2GifsR3hh/HBgcS0i6OyMYcXb3guZiX6dSbBlSDkak13NNxlSo7R6168aKB/8x7g==","shasum":"b0c3ff842b4b11e9888cada6e9b421eb9797c5c3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.1.tgz","fileCount":6955,"unpackedSize":62172751,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpsXjCRA9TVsSAnZWagAA35AP/RoigY+8NKKnZ5q5I+Am\nI2Jx8xj+OhFK9QzsW824QnXNQTUvsIsNpfgZb36cIPgUNuLINM33KgUrhnwy\nseniqw9wH0PBtLoz5eS6PFJNEM/gMoFIvhBL5caUovYjhUVVziegGsOTdZpU\nZyJe56il1niVZy7GRZeuHjmVrJVffSPJdJB1AxD3PcERlR1Cl5B+/DV18CQu\n+VMuiZjsx20TmCUpXq7fJeJSGMGq6ez9UUgY54uelSpANbdmF08p6ex3pMnC\nfTbMIW1vW3OmjDndVx72F+f9a8v/o2pJ9nvL9FJZqfZv67eST5I4Z1u/6Prz\njjqqPgn2zn0awfAT68AeM8p8GKQqmSLuFGLFsobNrhW92x9p+NYQ1o2iBk8b\nEFFWvE/CWapyIwLuNl7bT0X5KkmkoIB1l7uD2HtDvHnNR6IV689fzguK6ANx\n63J0iGKq0RuwEhaxwcOKdETCk6n7lUS/wm7N+KS7jWxDgCB+CBzOMx8AODPq\nNGyNXmmicJ5HX9sU72XIpK1HR7d5Xf/g4WJsBvw9VlAkbbJyzGNWDzM7Nvz0\nOecSbhYnaHrnEPXZhnNsKnvNzshSdi1wWkzb/FPLHJc8YyWwOYMBRhgQJDfg\nUNrvbymUxzHfBHuta2/JOXU4aTUWNjYt/31qSDz920a/XDUqFV8Mcq6uu7Lu\neHSg\r\n=E8Xs\r\n-----END PGP SIGNATURE-----\r\n","size":10508359},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.1_1621542371108_0.15819876353242446"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:22:52.730Z","contributors":[]},"2.3.2-2021425213031":{"name":"@firebase/firestore","version":"2.3.2-2021425213031","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.0","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.22","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.2-2021425213031","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-NWb4NBgudTnrE0VNBehrEf1d6N8x6ziGlFik27OrSO1XANaw475/4j5PqjSCiyXElE4HSsLEbNibgFgy7eRTVQ==","shasum":"cfc3a4781a51eb00560c5ab9cd39ce7be0c6c44f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.2-2021425213031.tgz","fileCount":6955,"unpackedSize":62121690,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrW6TCRA9TVsSAnZWagAAgkMP/2gLORz6dVfyKpsWLRup\nAD797NR3k9jofonL0agGZJzemo4hvAOxf1SI9TXwNBWGdT3M/QbabH8RM9hk\nAeC6sMGgMRO66cgOh6pDnG4fMkt74z4Sdgyj3bOVtzVGJgO6Q9l5whIrpn6l\nwmSvC0M2neJW777Cw/wFKyff3+tZjcBST2cK/xei/WlG/cuEynOge54wopiy\nTl+EkPzmbfe7ZlG0gMn4LtsP7ePiTlEiXaRpdyRVuHTyLOPJm7S0ZAMpZLiv\nkjO5xo+MmnahBzxtGURgNp0RD9p2sIwob52oIONU34KIv2wgP2zv1/TUpNN7\njD7G2kOM7ADVGsz6oq9PhM0P+0oTk64tRs3/MiK72yS/VsTo0O+vcJ8Xq/z0\n0cSwbIxpEa/j53VtnGa31prI5E3QSThr7xmxMSUbGDuXftVul548XvHaGY2s\n2Ui+IWJrvOkwV8soZYVB6uEqPQLXGCJGoDVxstfh2xhat0TwDPkzKHh9yYle\n4INyOVy+miT0P2EkjAMEylgPlWB7Z+LGTH+iebtIIiFlekqz3nTp5eqnl1G9\n1nJCN+jZl5zuR6JOu5dSgvwTpYUF1I6Ydngt0/FK5OcrYoYvn+Cx8gT4rOK/\nJ1vU0d+nqnExkWdq2hA1X7RG/RQ8ke2c3j3TslKfVHAegMumbhHCi2ffkOTj\nwppu\r\n=i6br\r\n-----END PGP SIGNATURE-----\r\n","size":10492450},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.2-2021425213031_1621978770445_0.6704990662665795"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:22:56.784Z","contributors":[]},"2.3.2":{"name":"@firebase/firestore","version":"2.3.2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.0","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.22","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.2","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-xS5dBa1GWzzUBjyrUen81tKgJF6U81owMvmmh6AwTIVIcz5Sd+Dt2MCuyj2vpSRGEgR2SJXNOvHBw/2ORfjN+Q==","shasum":"4a5efdf42fc719cf1c0796de83be98e6ee9865ce","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.2.tgz","fileCount":6955,"unpackedSize":62109025,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgsAuWCRA9TVsSAnZWagAAI1AP/2apY/5TXe8RUwtnf2QV\nex1095oUHMJxzrxXn44TdLiiFb2IADgjWxegfPY9O979rSRzYsaIEosGV+Aq\njAM1H87DD2x47oyvVGrcf97DR9hqrfE+0sQvw9nrePxBI+zInSN/7/Arc9c0\n0N11sscUlUwygvUGoQFlx4ovx6LO++b11mViL8jcDJfkvtWn2/5SPM5SuTK2\nJaWBXmndiTmLHS0Me9fRy8YbD/zQ2RX+Oh30j6PLqCRF7WNKYFFV4A90/Uzd\n8lpig1qknYz9dR9Ifnb/2Zgn9nSb23OiFdVHJBYJA30I06ALYZKoAwJIoXO5\nY9t7NLmDreiQ9iGqTBM7753JubcfT6PLP6V5TPoqmMhvneGkCKl8G5XPRkvX\nDsuaHX+E3WePP4jiM84Psi2qXw5EmJ9F3CRI8A5AR78iatP3UdXH4gaMMRtW\na1bliHUIrhJBXipwemXoDGdt0FD9vz/P+tsxOcV372JwIP22xKJXtfTnlfRu\nbcSVsthRk48KPcuAxlRkbeHnnjZ4pz8mJhR+azf8ekVVXMlTP38iqu9AXIle\nNhpZRUM/gYjJ88JYiBbmUjvGJImdy3duV4nFmuNnybWlY9q++Mz3HkJNSIs9\njVxagtht9vJRVng2QHoO8ekRB/rARp6ZeiZnrHN4yQpzGqQ3uHoyoU+PvGoX\nQxlv\r\n=sHec\r\n-----END PGP SIGNATURE-----\r\n","size":10491436},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.2_1622150037706_0.740840683440726"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:22:58.035Z","contributors":[]},"2.3.3-20215205147":{"name":"@firebase/firestore","version":"2.3.3-20215205147","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.1-20215205147","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.23-20215205147","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.23-20215205147","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.3-20215205147","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-3BI5II+zVWzGXdGqSG4nAJrnWOBJx/tWb3kO02tfkAq3u0ydBg3HKkP3Sljw4eU7roQxKJuOh+8AQZhz67toOg==","shasum":"30a27d2745e92237e7f77eb55c4687df35d212cf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.3-20215205147.tgz","fileCount":6955,"unpackedSize":62150133,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgttfMCRA9TVsSAnZWagAAeDYP/jTwUuceXLzsurfWemGf\nMnDl2eR7cATyDCchxOEO2H+/yNI0tjgdT7rAU/rbhIv84KQazVBYXbdudBua\nIn7AEdr4fn4xA6BxBRzkUTC22ETuAp+e7JPCepN2ECxRLN5By8hocXQfwXP9\nhDmXjhjPbnseMexfomjOh4w5v8ZVPFO20gmnvQbLzUUkb1+28sSBuA48Nh4f\npaP2Z43LpB4cVRHAN7Lh9nkaImG8BbWad+xestDEnxAWkXVGKhUdsp0Na2OL\nD+POW/NjcJeK1r+Yp1LYtoxb1Y7M8+AEHWAxx3HZcVdZFgAckL3vs2b6349X\nN9xapaNotuzXLjE4/+gffN/tlfr3j2h7/uppVldeiG1EIngJtmxfnIvhQhAd\n6GKr8jNCZEOAj14leN/7N2B4IsGgUEjBU10i9GL0Vj1n/6cY3qZDHAq3/kNU\nrpA86NLts7I9i+IxjAGJGE4hMCrkKMRRffCeea+J67WyMigslN6XdRcsm91K\nAfI2mHq4l/QOOUpQIiAP3qtfsMhVo1/eUbDAVBPaxFOsi4Qd/Gfs/tLE0ByZ\nqup3nmZZQWkCOHBrVq9cotWi3/9Evuiwyu71iWOK5kMS3TuaINAFGDZOJRDR\n0BNUc4FboIUc94nIE1KKRvicnz81rSHp2KFGqGyGAhjdDonNMyRgYRY2k8Wo\nqPOj\r\n=3BuJ\r\n-----END PGP SIGNATURE-----\r\n","size":10485611},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.3-20215205147_1622595531816_0.39971932405160593"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:23:02.065Z","contributors":[]},"2.3.3":{"name":"@firebase/firestore","version":"2.3.3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.1","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.4.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.23","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.3","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-S5w73nIlEqFUvt7JB4j1/Mb0VQ+y5YNj+y6gw5/PYq2j4+E4Znc8LdVLZadaD5FYYb4yi3JIgmR0xGZ8hT96aA==","shasum":"1ed2cf3cf25f8a11cc1a81cc78f7d1749c02cf0d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.3.tgz","fileCount":6955,"unpackedSize":62137543,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJguUJ6CRA9TVsSAnZWagAAfwcP/1Ja+OgBdgbTvmL1B2cw\nY5O8aiSu3PTBlIgxMa1s4lJ48aKRsjXw6MZlg4c1BNcSYE7GKFd00wSdbbnh\nwAZBlErAqy42rOwQgHj2YiXSp2GASFcJyomYfR5M8Q2FYwlcxV0+VGpH2FA+\nFd4h3CFQ0H5v80KE7CkBtsh83NMqkEP/RK5E0kq3Yyi4wZvOMuvpM6vtc6b3\nl5D2TaO4FOefZMAvewl5Takg7/t/SPLe/3K1RdOTT61vrj9rpSTkNVEdqCx5\nTYxN43CAPz4rYKmDgU5GccDZtD8PXYpg6FGZVPmzf2rOidl8u3p8GHIQmX7H\nwOYFlDxNMM+aHWuYgzrfZKtNoyvpfsr02cpUYQhrLbUU68mMfrX0fk68jyFY\nT1JWnlnXX7E6R2KdbHKpbBE31Hcfk68T2KLlPyeLOmVQbyrdb4SrrXENlj2N\nQ/JVcEHGDK8CbQdA7+mcWVLOMeshEKJDI5un6+suRYS1ZtGkswXCmr1yhyVb\nOit1PODg8u1u/X8Hhbzv2h1d2bxihBSo8ylaEKUuKHYtnm1i2O6fkGofHmzx\nvRi/2cnX8DMgCHYnSN4kKycS4Wg1f28qblA8bVfImaSGt/ySajO1y70nbjgv\nY5QlefHqdtUx7WIFEMQQnQxi8Pv6imvPmqHCz8coPdPij3u6YV9qCdEC8XB4\nGFVB\r\n=XUCL\r\n-----END PGP SIGNATURE-----\r\n","size":10484449},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.3_1622753913951_0.0298097503601491"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:23:06.203Z","contributors":[]},"2.3.4-202154162150":{"name":"@firebase/firestore","version":"2.3.4-202154162150","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.1","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.5.0-202154162150","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.23","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.4-202154162150","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-zToTLvvFuRzq0ULD20XRX6PrvpcxD14zwQ0NuhYtD4VR4YgY3YXfwnqzuT6MWLgxhKsQIvgr5Z+UACOrTyzhuw==","shasum":"140902cf2b4dd3affd5ab9852baf730c18f7e341","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.4-202154162150.tgz","fileCount":6955,"unpackedSize":62150330,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgulUhCRA9TVsSAnZWagAAQp4P/2HUIM7t3v9XVmXINQf4\nO0/FiYhHDHtiDuxb06WPOYsiFUTLVE4TeK6rZnVA7FRtsW2rWwREQhJNXVvi\nfmTZkVdPBiFpKXxz/J3q2OnX9C2Wjo+ja1Kqj3fG5/8CYA8O+mjj55br/s3g\nCwJeANKS3dPjCU8h5FQqafsm86PXritdJlWZCLt6girTox2etZKARbtaeeCp\nO7uEts7MoCEoKzJ5CzpBWPmBMM+LnbC0A4A9NXVtfMt+LbEj/03ZDEaYVyL3\nIkQTqZBXtTS+2O15siYHxo6ztuqruUmDood17j6h+lixbQ5VlG+W8Ov5pIGg\nh+rn7AM4xtKXu4NHLWpA7+jFKTDzxtT3y92/nq8Hlpzr32SLuyMTpsp6LGQx\nrD33H58xRnClRZSaek8PgdKSuNgbAQp+Dk4I5eQUwH8aT+69+D+YnNvPQh0p\nn/aKeBjx47Y3tWm127nURMc8KqP+T3txSpGbm2K9jhkAjTOuhryd96YhzwN9\ndglem5ZXelJ9iV/QdlEnqSInFXPyFE0fBznchJs9Qc7jovHOUoSGaLUad4S0\nuMX4Z+3qm7sq+A2rb1q3Ivn9RNZ0GtQL4M2jdADT555dguG6SQBE0D8nN78x\nFYyBPJbRQKTsCdJuOscBxEAbPsVgxMPf6vEnIlqq1vS7bo+HUgIuH3qX0mSH\n8i6v\r\n=lhkq\r\n-----END PGP SIGNATURE-----\r\n","size":10501017},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.4-202154162150_1622824224814_0.43782262129146"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:23:10.365Z","contributors":[]},"2.3.4":{"name":"@firebase/firestore","version":"2.3.4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.1","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.5.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.24","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.4","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-FXWbyIulQUsu7a//ov19Jk4ts8E+FRJvLpvWUuf/mzFjK90+vbF/PytnZiTQEb0wTqd5cbI3iZxBYKdJkM6P5g==","shasum":"d57e4b6f50da4c949491ca694bdb68ca2d6eae75","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.4.tgz","fileCount":6955,"unpackedSize":62137745,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgumPgCRA9TVsSAnZWagAAMOYP/jzni7lrFRGCSJD7nxsC\nV+qxtrPIBT5IumDyIRM5oVDrvD932duXsVizg2VSfS4q5LCY1+26Ywijd80a\n1i8pmr2PuqxCftWlfpC+kXF4Hq5kfTfJ58QaZj7wltCljrHAG5WJLOuKGyii\n9+Dv6e/gt9fWczClENJbT54yDQzZiQlZDhVASNQAdhsPSlFi7ht98ETPq0Gy\nZGP9QWyf1ZOqoxUr1LswtP8oElh99+XU+1M0GtqPQWHhpms+q1gTtiRRC3u2\nkd/6Rp8vkN90EYLCHUyoF2idcUCnBJW9wS6KxYCoNNAet+VrEXZl8uyoSfH1\nAPjwNZELHoNFkQCvYQjp/F+IW/kwwXRPnlp9HWlICt9DRkqv9/qPiLMpv4+u\nbaHeGsDYMusZVLTzuaH38Omwn1UXLX/E0WkFIQdiAVrIqyyCxmRNUjb9tSL9\np2CJJ+uuVQEjk5EoiVK4gN0BKz14snkkinf5t9uI9IpB3pWrZxylMAjTRM9n\n5YsXnLgqxAzeng6AJVbzvDEqBQK79JImbg0EFRtgOZvvKc1S+ahdJTnFlMHB\njVT8PogCrr6U8//FZzh3XzzYKm6V81G6POhPomllwpL6nvfJxqLdoEBNfxna\nwTITca6z3Vlbq6VGrBmueeIXOcr0ZLuwUTqkB5Z+oVIPc/gK52QfEoVLzeWS\nVf9A\r\n=KXdB\r\n-----END PGP SIGNATURE-----\r\n","size":10499251},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.4_1622827998068_0.7723245315129654"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:23:11.638Z","contributors":[]},"0.0.900-exp.f41d11b71":{"name":"@firebase/firestore","version":"0.0.900-exp.f41d11b71","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/exp/index.node.cjs.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.1","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.5.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.0.900-exp.f41d11b71"},"devDependencies":{"@firebase/app":"0.6.24","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.f41d11b71","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"integrity":"sha512-NgsPShJykMhBd941RmLtutrNrPayJJcGaazUl+h0qLNB/kArSsc0n/zS1H3Q5HxmicurCs8UOFuAFUpoS5z1lw==","shasum":"1d1bf10ec54d9ee889c213a05a50bc30d11ab058","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.f41d11b71.tgz","fileCount":3668,"unpackedSize":28308809,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgvaVbCRA9TVsSAnZWagAAp5oP/3pGaaTQ6PO40FYu7WHS\n7a5FvleE7ew1FlzSbzl2X/6sEt3fzQybCFn6UO0WcLfyxdzIz+6lHGdzQ2au\neQICujt00vW3QL8t0Mw1+wOXNgMRqvQDqDhg9q6MIXKQ/Xwz21Ui3ihTJv8B\ntm5k2uHUexIAF8Tx/NqYWtesHz8VP4VnYJ7iCxKe/rVp8vRbJFSna5YCL/UO\nMnghgqBp9iYt4c/5jOrqcH3QS4g0OAYTJK01M86yyZt8/jSUkAxJmFt6C06m\nAfm02oN+pQmmDOlTE2OJGFniNyP81nMan36Kd0b41u+oGp1yJEAld3dqPBad\nnSycO4KXE4oi6SW2c4igep/RzioKoK7sIdil6719Sj9RilsnnlOBCxnxKNom\nI3dPzY6O7eMeeWgfHfc9nUAdtprl8RdJh3Cjd4MpR15dBMHxAloREZxGP9bW\nC3jfy5/mwTg2wdMKBo5l9pj5vwL41BpQ4gwOXSTi3dv9zOnDDjbm0f/ynZLH\noVvpcqDGwgfHVIzlbjwybbYqj3zjR01rnkCAqju0GJuGJXAf3rdUyopNYQe3\nHY8vck3Hd6PZ8vb4K80WYwE65u69aRUJT5ki3ZnCi9il/8YTwRymyozOoZXX\n8s96ciqJklNBF91FhPMZIU09FuGbHf6+HL737cdRG+GUqOLB45ZwLne1yxz0\nsj4i\r\n=x5cD\r\n-----END PGP SIGNATURE-----\r\n","size":4783009},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.f41d11b71_1623041370814_0.9925479219750297"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:23:15.181Z","contributors":[]},"2.3.5-202159235118":{"name":"@firebase/firestore","version":"2.3.5-202159235118","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.2-202159235118","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.5.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.25-202159235118","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.25-202159235118","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.5-202159235118","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-kkyDBd30Ux+eN/OUbBnSd+RbxWQnD9lEEmAh3dW3czRG4espQRSMj/qkZZGn8ylGBsJ7wXy9uso2ICcgeIEg+Q==","shasum":"d36daf0eb65fb133d2328d345851e840e4536c60","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.5-202159235118.tgz","fileCount":6955,"unpackedSize":62154360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwVX/CRA9TVsSAnZWagAA2QwP/AkBeAF0UNXuQOoiR4m4\nZ2LI8zuMt3tg15PQivHVJ6iVR3fAya2uB+zlZFn2j9TbOWTl7i21JvrixRy9\nCAK89Xs4D84Cf8CVF2Z180UHk2ErREej+jdfWO9SZ4BMkiMBKn462TtpNu0V\nvx82GQQOOtrZmD1WA0D6WkhKSKpo8jQ4QVWheFh65c/G09F042Q7IoSDfniz\nvjPJzKsem9g0/YgASh/T7xVY5sGF3OQpN1BQHwxqf/FFto1P+AR6mdlkTAoa\niMbZdOVT800N4ie9V/jxpaCGo+8/wqnRv4eF5mQl9PYRIjaCEp9/XC9dGk+S\nk3LGIQrRhQ5ISRxIe52p+Lw27Ai/qaAwnrigSnaLrEy+ukCg4TJPWB1vnc70\nhJ5N3uAoFhT27+t/lHflobR58BoNJpBaT1eZhP9AQlwaZJmxnfjwD/jGqpzk\ntO19r4W7ZCR/0RY2qzOmxfiF832XRAzlNbB+UI4qTdSy5rrP+mLkrrbuxovO\nfHjJvDcmVXDs5J75lrKR/xZGkGhH3jRgJbRcniLPb/ge2Dl/ackZDWN2W2v/\n7PtL8TFdc7mZa2K75yrb8u/veF3Q/tj2iMfm9YKD/u0P/X86mHbK7Z7HMbTt\nH4XgEq2CYF5RnfIXbcyQejcjefk/9X8OnGe9GWLLO5xcUvvYmQKpMlvCQjm1\nmWhC\r\n=cteQ\r\n-----END PGP SIGNATURE-----\r\n","size":10486476},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.5-202159235118_1623283198656_0.40679050894315627"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:23:18.966Z","contributors":[]},"2.3.5":{"name":"@firebase/firestore","version":"2.3.5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.2","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.5.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.25","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.5","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-lzIKAea24vPtlVDWg41ArhupE/v8kpumgi+pmMvTkrGt1/B48xRs4pXfyqZvkGUJReAQnbw8LtLfJN9SNPpXDA==","shasum":"ad9c1bd3326a8ef451468361ba86cdbb7f1ac9d3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.5.tgz","fileCount":6955,"unpackedSize":62141709,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwnrECRA9TVsSAnZWagAA9BwQAKFSjeOWOnhbvg9o1Yi7\n7Q0Go7UTDl9368n9Sa4wr4wvE4zbMKGEN5tbUSyBHTcKv2yehONGTqe0Wqyh\n5TpvrmVKBfZdhO6EUXxNDgw9N2gHZ1RsTXB0smWNXJ6xqs/NUTCoqvEVxa3v\nwHQzmSlOPP3q9LXXCC/qLPjo1UMM71m25AN3H+30FuR7VOlDklL4TXmy6PrY\nhEbhd+QaMYImyqRp5HTJOAawlK2AUlnwCzIgBjqLnxhIlhGfCh/OYSO/bybk\nLbSxW+l8DOjR7H5iJ8Li5qF6bWhNGtqyy2cS3bmCsaQf3FHg83/XA/lvSjTJ\nvaXFA6JwZWFhsAs67lPr6mIwKPD0yGKJv2jjDnOFUOJ5WJ5S8eQDDKTo3oBQ\nG3/ifmSuT4a75QmXP0IwaU3kRZQcJS4iK/28Wh7UuH/4ZeF+tOuO1FKsmBOM\nErMkNSyqAkEBzqqWjiBvXAzdmKHYOLwXLEzh9GzHZckRil4pbATqpuAc+pDV\nbvpNT37MYlm9X7WPLjv6qlztv37LH675VpLHNClHWem/enSJavMiLXvsyp6A\nKHFLmM2l7NXseUUmQvsLY1x6bqNi/Md5rVdqvH7E1s8BYptyoXroam3tkgd/\nr5oCL92UfyXQ1ZzJAZikVqR/8hF4/jzG2IsBF8W266TcLWvyuaKq6/f4OkVG\njuwz\r\n=BA1C\r\n-----END PGP SIGNATURE-----\r\n","size":10499885},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.5_1623358147695_0.11170711140397693"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:23:23.204Z","contributors":[]},"2.3.6-2021510213430":{"name":"@firebase/firestore","version":"2.3.6-2021510213430","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.2","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.5.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.25","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.6-2021510213430","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-JnjA8NNmVK7ep799DEYq014JIWgNAF2nJFOfJi4HfA/DZNk7T+RtsJXRysXV+p5ngz3kyk0hwSQbXN3R6sqd9Q==","shasum":"07887da1b82a145a02f576fa0c4f5c5a22fcdcc4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.6-2021510213430.tgz","fileCount":6955,"unpackedSize":62108618,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwoeKCRA9TVsSAnZWagAAiUEP/2E+S1i5pi0ndEXuWsKP\nDiwVS26Qg9aviNb8fHAoU8e4bnZBkXGq4TPOKA1rqsPHq+kXG53uzhLr3mva\n10WxZ3JDjl/xz8x7ZDgNECrWOK8l0RnMKHwt6YBtY4krDJYUx7QluGMUkWFN\nmmX/DkhdnYakv3DR9cIXe1ZR7cKZARq2o++YATZUijBIuDzVAdMiijF06zWB\nY1QarosRkz6lX1cnh+eKZzGcp5YRjLA5iqowVCVa/Fluhm60mvCNSA8UF+sp\nfCYVrDB8tH0hsYp66tx5UtBANJkAaM7mXlN33+vc3AzzqwQzwZS0dW5kcAZK\n5LwyjworYPHlw9IFvXMybOW8KdJjoeZODqOf3fdppCCWJCwJ9t7fH1VsOy9M\nrK0/rOHZZvzVjXYIWNmMwYdf7txevwybpQygk8EveJrjCM56j4SkBQIPU8w8\nusvilBxLN27lr79GGYRk5k2FrzHcIxyc7BNOoyv+jNltIzfnw5zChn8QH19U\nMUec09xLftq3+F1EEKRyi8cLV+3POUMl3Qpf9fwWldVb6JsAYMpun5JRe/Ev\nTKqf2FxWxW+6sNZHa6CWT9wogXF2d53+PcPIIECsRGDPzICCOsiDZ4EbnZTj\nKqODF4vqtHRNVBaDctgaLwKCVIMbsPwTBCvdQW0xHI4z28WhDWVL/MppSYV2\nmOIz\r\n=0nhr\r\n-----END PGP SIGNATURE-----\r\n","size":10492042},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.6-2021510213430_1623361417038_0.8170271675875171"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:23:27.331Z","contributors":[]},"2.3.6":{"name":"@firebase/firestore","version":"2.3.6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.2","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.5.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.26","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.6","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-e+W8LyiF9mEEJfYYUETEG6YaMKDeza58YwWCUkXMo1Rpahm9gqRfEDOisH25Wn6CElWOY5xaln40dxzZI+6Xow==","shasum":"f000f4695102d9a7c6f7d3f62560a6cdbe493f85","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.6.tgz","fileCount":6955,"unpackedSize":62096010,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwp8ICRA9TVsSAnZWagAAKuwP/RcZTI5mPMibuPJQF+f4\n/DbuYsQoqvqBJVouXyUchOWPlCe125atUDWUN59Ho8Yceh2H13L3RY0GHtCa\niYWzcD6LihCpzrJqHVBrWO1oO8fjXSegIKoknvP9akcYs8dH5HhyEoxzxGT5\nq5AxQGeg+b8aV29G/W1AFzg3c40FomtNsWGgbs0iuPoy4MhzQogid2xMotS5\nWdVQk8gtQCEz9JeQgXf9NXIKoPYFD+hXwrAaJyMSnAbvHh8gXmdeozMSpow2\nqiwZSEnZdGRJAWlsrQQMOp3yHf18bhzv2uh9F9p4M7U8ybbBWlGk4l4j8rv4\noEEMW/WGKEE5WVunzA94xYzfmxfgTjccKmY3IpDtUS1eGey6m/X0+1TJ0qbe\nDp7EpakgDX3KgopZEuNNy40tVAOYWdwEWF0OYdNpXLFcA4NF2PIXqT43x0l1\nVovtSSEXY6eQdQ8jICr2YunelnwA3Lr/LzZCj2ARxb91t4/r3lm3TGKcwW5q\n07HeahpSFBqjxSeHmmBqoJedHHYbiARVWzAyjAPK7gtm3NR91J0Q8PyBLhfz\ndXActLF8rFA2Db+j2BGsFZU2T8DFNL0dHcl/eHwWaPF5Lm/NNG4cJ1UAlM7C\ngpe+zruDWSmoUbqqgAT2roql7nmNGdjUX7ok930mCfwUbkPzT7aagm2e4Gvb\nCk43\r\n=6OTa\r\n-----END PGP SIGNATURE-----\r\n","size":10490594},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.6_1623367431581_0.4907266498145211"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:23:28.626Z","contributors":[]},"2.3.7-202151602035":{"name":"@firebase/firestore","version":"2.3.7-202151602035","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.3-202151602035","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.5.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.27-202151602035","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.27-202151602035","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.7-202151602035","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-75myN7OfTJzOxcXLAM/N8ZSXeeflMam36flKE0RcIcEJ/LdltMnxeeoa+cLLAnqUkeygBi+oA0BVqCmgqNwXbQ==","shasum":"86686fbe48f7c8de55e08bd0cdfe2b9d364c1c8f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.7-202151602035.tgz","fileCount":6955,"unpackedSize":62108847,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgyUWOCRA9TVsSAnZWagAAbj0P/3ZkkFqE//6O+JSBuMCv\nN+0eg3ZRaWnbILTjA0Bot8gJ0Ho2PTvn9FJlHc3xVZWEgps5h/O9zhzu40B2\nkaJPDXnaMosPwJx7+yiikM3OA5Ofs0yXzVnpdePWdRLmLjS8qsBZczZW0npR\nmwMqgLDHW4qi3MruLWodEF1lR6bwM/gjiPg+Z1B8VeLfgpw1suHVPDbNJ+KG\nW/It2Iv03tlbp6FTotqBozxQg1IyPKrQgutNjOpnXoOwn8q+fPd9zJKMK/lI\nX/3hkdUmquqbMf2ITf8FGm06Q70MBCxd3+ALLTo214rbRWkgMAvbLqaRFkg6\nD2aHUvdSb1zvW7ZILfWLRc5Q3uVuOclOvbEd7w5wUwpPw5VbyIT+R60g9zxz\nL6XHfDDBlUkffKQv0OH0LZNp47hcAqv/JL839KVE/JTOW6kXy7srF3ewaoNe\ngW3GOZwaQEwAejjMSJ2vJSsdZRikvcFLKQSCQeL0vKLcKXey3TZtosm/GJHZ\nwwxtu2lddCI+AizY9QxrYFrdf2Zw5fAFvnurwM7bgpW56mIkrphCPY46pLIP\neVbDWNIEqYAc6fXQ5K/a6HwYZGbBiI+kp4Y9mQQBZ+N/9sSb5HF8cu/241/N\nlPtv+rZ+SaYaqOx5Jxpxl/LfjXXDrsNk7gFtQIKC0F31tFP6JSMazZrorP6A\nYVZb\r\n=xAKY\r\n-----END PGP SIGNATURE-----\r\n","size":10478528},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.7-202151602035_1623803277981_0.38823357840681627"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:23:32.684Z","contributors":[]},"0.0.900-exp.725ab4684":{"name":"@firebase/firestore","version":"0.0.900-exp.725ab4684","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/exp/index.node.cjs.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.2","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.5.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.0.900-exp.725ab4684"},"devDependencies":{"@firebase/app":"0.6.26","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.725ab4684","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"integrity":"sha512-uN2GHlW0+wEc8vMmmUe0e0n4jcFoXc917bHQXQBZJVa3SN8Vst9WVXEbzcT/JETnff8ALWWVzt7bJDliL9gfGw==","shasum":"7e81e57c3f4bf00ab97a879c20a94612443f5ba9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.725ab4684.tgz","fileCount":3668,"unpackedSize":28289495,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgyX0ZCRA9TVsSAnZWagAADNcQAIxLSY3BQa/vS3VBmajM\ncV9AGPLOIsh+VWXKlOLxHGlDwVVAVRRWBQLVRZJVqul9O26blkMQ1wX2XECr\nT8G5X78Atrx92s48EatSBOT4qcDM0m9zhROnrQT70kpyQewQPXU7a9cjbdfi\n9vdUzde/3/sLwKiwyZSoAiQFos/y0nGuljFCTP/Ycc+5KHBNKSKxfnlUam34\ns3HdvxhL2eha0V9HavJ/mls3IzupRAX4TzVsiyh4fwUS+K5y8q2aPWTbyXto\nXlk4DDFY/DH9eY1xiB019zBMrJ3a9MES7tLsKVbDF8tabZgAOO8l4UCDMEz0\nqYHyLmBi2wrF3KmBQSGwrzOI9f+p/YoihaDhznLBmE/cn8swpkIhhsJyGkXF\nwyksZGx9BG2Iy5P+ruE1WOcK54cUztUR5SDkGb6ME4Aufv0TdRFJwbbV7pLG\nWLJEL/57U97r74whB8fv07JO7W1dYN++tH2mxRi/2mBflsXH0QyCMralk0AP\nEneAodQX63FJ/CyYlQ1I35x4r4umzZRoSVP7eBgxiTVKs9UPpaxb2iw1zuIr\n+WejKTOfKbSLCKDj3ntyfmlUBZF5AIFkZp8oJ3FmIq9w5VbfDhoQ5VS2zOCW\nwdTohrTa6adgBhm4gAx3WUQAIcdFhk1VFTQwdXOc1hlMD29u1Igh9sEZoCUh\nCvut\r\n=M0wy\r\n-----END PGP SIGNATURE-----\r\n","size":4779311},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.725ab4684_1623817497132_0.2596895335263667"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:23:36.214Z","contributors":[]},"2.3.7":{"name":"@firebase/firestore","version":"2.3.7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.3","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.5.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.27","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.7","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-ZK2MdBf7I3BIXlfL6zmXyThANaOxuq269Qa7qKaYLRxZEm+grEXH3UBRBGmt5EkX22us6s74ZcFQxDd4RSGsWw==","shasum":"3416ffda0981ed0765a476de716c5b288325b014","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.7.tgz","fileCount":6955,"unpackedSize":62096203,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgy8v1CRA9TVsSAnZWagAARy0P+QHwp2zFpHlhYF9rjahS\n4ajbxhuuMAWbEoZCnfaQczfojyebXiZUZ/aCozwJ5JpQImBhy5i7UL98tdSb\nM/4pF1rUZ8Ly4aWdJleQXFcuIZVHbxy8dSiRdLh5MWPyS230PO9JMnw2MB9I\nTVux37IP0Qk+nM8kvmI9z7ysK8iT+9g043YKm5bQBoXQdG9/wg2UGyx/U94V\nlbCySs2JfVLeYV0piSMtROWEVQZRVybYwbWjOKrSFQKOBAx828VYESzD7din\nk8jS5i8o1f5uGN7TDOc0uqrZYEIgCqe0f3iBNUN8od2bDXGC6f+ZaYXXOs3f\n/o7lLyviFX4wIY4s09uRcTSqVjR7nnj5XdtzUsevAZXZKB7gof9vaTm/xdLX\n0eCRIosWSJkm2eJ6BVfgR7E6fVyWwCVowp1frERFZLXsM8UUIHHpu7jvSm89\nuwAqB6hLqGzDaB6GrjfwuSqF995bgBp0gl3sFtvkRpIIU4vE/TlpJIoBICal\nUpxRq4lHTGioDmz8t/nVEYplQ7cOiX27FPg5LOLDLATGNs1atzcEvKPLCd2+\n81uSLG5i/CZeYKTkoD0iyjmcEkM2NBQG4DlGu8vQznPOfq2V1BqHfMB0kknc\nKBoNZ3Z4ZOwTq0+cNh+TjKZWKm3Iy1vx8m4HwgCbzHnAlMZPK3sZRBe7ZlUg\nwonZ\r\n=pBQi\r\n-----END PGP SIGNATURE-----\r\n","size":10478083},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.7_1623968756472_0.3316347895524485"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:23:38.220Z","contributors":[]},"0.0.900-exp.57f19127c":{"name":"@firebase/firestore","version":"0.0.900-exp.57f19127c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/exp/index.node.cjs.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.3","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.5.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.5.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.0.900-exp.57f19127c"},"devDependencies":{"@firebase/app":"0.6.27","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.10.2","rollup":"2.35.1","rollup-plugin-copy":"3.3.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.29.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.57f19127c","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"integrity":"sha512-T+DxcMXZ/huYguNoiJ55PSU19Auq3MBilgXg7lnyGFDfbxSC6VwELD8/sUtk+Jo+E6Yz36PWqKQdr4ja1NSfxw==","shasum":"bae0e7ec532f04caa48fd7ca11d2e546543d7c4b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.57f19127c.tgz","fileCount":3668,"unpackedSize":28289535,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgzSkWCRA9TVsSAnZWagAAdNIP/R6w8YmCk08r8Cs8gQFZ\n2Wl0wW4RdTMDtyMisv8VSyhwuQlKfkfA/JpU0EAoKrNFreFg13830540zZ+/\nzYzq7ROHH9s3HfO7AsBINPLZSxWOOJLY6uawoFfTqWqloBrN4NJVMqEJ0v08\njRmQ85N9xbHgO+ibLrplvjDfX+dQKZwsxugHOBFe91rwEQhcLoWoQmo1+j0e\nt2/CuYNIijkH0D4t6ELZsbwGcxTEr9UgNuTt4pO56wGQZHyVE53cNsuWmrkr\ngtE4XuOOQBr18o8jIh+NXf5WnrONPISogxvqK78SazG+WcD+qOHpZE59H7GM\nJdwxis0pc64juDwtJzGL43WgfaMKOYcGJEvr7HBhQrw7qPRvmvZuncqyCNMJ\nK5nODgCa6krzX+QcBUJ/loe+kaZIh8L8btDZbcUI/g6iJfsZ4jVv/KMMkdEO\nuRtCTD3nS7AE64BbJiOkyLAINGEyQPIBCwxsiIyq2NiN2/v+PE/2jxQ/p10Q\nrWhZktkxry3Fn6wnJgzvoAJuX7/bqdDK+23BCSiKCU6SqukAVGT91mZ8whox\nTe5hBGN6QDtsu5Li+SGlRNlAEMPL8a9BMvxfUqJRtDfuJ0hb/Std6IN7DDm2\nvQK78k2TUjwOOeOkdAr2VtymQ8X4XIgNY4Jmep2qJmRUCv+CETeJYyHTJ29B\nb8KZ\r\n=KjQp\r\n-----END PGP SIGNATURE-----\r\n","size":4779318},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.57f19127c_1624058133801_0.5776147077477052"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:23:41.266Z","contributors":[]},"2.3.7-canary.1bbdbfef3":{"name":"@firebase/firestore","version":"2.3.7-canary.1bbdbfef3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.3-canary.1bbdbfef3","@firebase/firestore-types":"2.3.0-canary.1bbdbfef3","@firebase/logger":"0.2.6-canary.1bbdbfef3","@firebase/util":"1.1.0-canary.1bbdbfef3","@firebase/webchannel-wrapper":"0.5.0-canary.1bbdbfef3","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.27-canary.1bbdbfef3","@firebase/app-types":"0.6.2-canary.1bbdbfef3"},"devDependencies":{"@firebase/app":"0.6.27-canary.1bbdbfef3","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.7-canary.1bbdbfef3","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"integrity":"sha512-JFSlALOuvpUJy0PbxtMz015j8cWcmR4gAHwN141zm1+njTnxHfv3oydY4LkXEivM+byVRBnOXLgZlBWVI6vdUg==","shasum":"96147fe628accc9165e71f904082eab455cc04ea","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.7-canary.1bbdbfef3.tgz","fileCount":6955,"unpackedSize":62101566,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2lWiCRA9TVsSAnZWagAAl9wP/0dAk1f+R5+EGTaoGZg9\n++fqBwOKhNJdlvC62MCNbbGs9r69ZIE6BU4CxjL1AbUBCLCDTSP4KVvRp58s\nykR7jM4N1mKd7yi+vuNsAvU6ew+RFPXpVWvnbmizO9XFDURUObYBx9+wd+8C\nyJuQANnJvzSO56MbzzupO57976Zq8PDg749ALenufVpVhUJiJrr1tx6Cm1yQ\nNZju88ixjRC2DdcvcavMUOsw95AP3b+hPVgFaqBF7HSZuyIQyllzIFp62IYm\nuRho+2NOldmPTl9kV3jJbqrx6ly1S0ZHof9LusIkY9mY22Y4dHBQKD9/yeAe\naChtoyH3UzP4SH/9lsoof/cU7WEt+bVAfKKmGbQ73NsQAOdtbe4spLr6K79T\ngH6+N+QxNKF0qipzD+NE/C1RnNKzyKkX8+/HvQZ7iTN+NJNNCRGj22l8aQBd\nnd905LroLuXUmIjTE2IFzSkxRO3usVjwvyvUzeJx003tAdjIUB+d6m/KnfUA\ns3R15YX2IVZfxot746YC+aLx/HWiZlF28/Url17PnOxd4eb4/vQPsf04z5Zl\n5ghD5xaLJMhRe1LegFw9eJF6hf/60wsLxfvLKAF5MCEj4awBXftyQr99umTH\nyEOW54PuVa0Mqxy1Q11kojGqyBu/oF1JuA+KhBzzjFA/PwpnTPoWpP/YYDEm\niHO4\r\n=j8xY\r\n-----END PGP SIGNATURE-----\r\n","size":10476722},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.7-canary.1bbdbfef3_1624921505305_0.40623072232723945"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:23:45.237Z","contributors":[]},"2.3.8-2021528231051":{"name":"@firebase/firestore","version":"2.3.8-2021528231051","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-2021528231051","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.5.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-2021528231051","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.28-2021528231051","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-2021528231051","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-tuLm+b3fTuXookQRypuprZlvQiFSb9VPxZViXyD/ZYWmbUxCXNawbOgDkQjUE3gCjr4/SpvzqpnXb37znY4XxQ==","shasum":"4fe285228dc79394e4d79389bc12ef627dd746b9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-2021528231051.tgz","fileCount":6955,"unpackedSize":62101562,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2ljeCRA9TVsSAnZWagAALWEP/3DoJSxj5YiGxv4DM6lV\ngf+0N5peT6+qFw5zcwatdTCe+JauFhRTPQ0jMzCJ6mZWumlW7Sabl8iFTEdF\n0n2gDwyAx7jZUWlSFQOH9eYGIdeX3WWxNJDepRiv6vzgN807GtwMyZbCPTj6\nyDkebPj3SilGnbeHokIVXu57mPX2vwofM7Yd2/4kel4SGunp6YQnUnHQteuA\n+JIrfWxDrMlxqkmAXSfSNqGwAPeK9vJoVaENFRqKYuY1E4EEWG1h25rn7JM3\nj2LWcEYxROJYajBItWKL9OlwmXbZsT+0QxfZEQdYBqIMPx9gm+my1ze/Grey\nGwWK8jWyzPIytdJdX4eNbOjoWDTrgyhz4VnTu5khIOBlpspGAelPvvyEgzis\nBqPe83L0xC+4qsJLRITmM8JuvYhnRfCrnb++c6UiMEHvnaODRJRnfTwItUdP\n1gW3zBNtHUY/ceq5sfqC2Dx4DMbuRsA0s2bQhgp9EFl1qhLZHTGjYdn88RDt\neiNe0qDOwM6pYhF2nLYf3YXfiy0S17TKSZrYCdt9u+vLASLrr4J5p72uyPtx\nRchYqJe1r2N2kdlwunrc7zvjh3SQBpvgU6DkCHGldSk4d2cFqARJ2AJ4WZ8g\nDavaaxOy0K0y3cpqIPEK+WYO/R/oAE43gM8HA+lW7G7Af/B/YXh18NVvL9eB\nfdd7\r\n=31OC\r\n-----END PGP SIGNATURE-----\r\n","size":10477305},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-2021528231051_1624922331837_0.11959465275485703"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:23:49.352Z","contributors":[]},"2.3.7-canary.56a6a9d4a":{"name":"@firebase/firestore","version":"2.3.7-canary.56a6a9d4a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.3-canary.56a6a9d4a","@firebase/firestore-types":"2.3.0-canary.56a6a9d4a","@firebase/logger":"0.2.6-canary.56a6a9d4a","@firebase/util":"1.1.0-canary.56a6a9d4a","@firebase/webchannel-wrapper":"0.5.0-canary.56a6a9d4a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.27-canary.56a6a9d4a","@firebase/app-types":"0.6.2-canary.56a6a9d4a"},"devDependencies":{"@firebase/app":"0.6.27-canary.56a6a9d4a","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.7-canary.56a6a9d4a","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"integrity":"sha512-veIxsazsVgeyeoGu70zrhDOFqwFhA5NwQoEjYqUiegXerpG+9r75wkLMe+DYJzbvp7rAvNMPqJgXF9iC9ZW4OQ==","shasum":"73fe624e74cc7f8f8cba04eb292822ab4e450d2b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.7-canary.56a6a9d4a.tgz","fileCount":6955,"unpackedSize":62101566,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2lyICRA9TVsSAnZWagAAZwIP/3tYssgYJ4LVx7pnrSnO\nmPzLf4s4g/gj53BUoTw0m2bJdO1IUxhDhNQ8txkYGYFSxHMnV0IDw3Unxlb4\nabw9MLxIrBpdgsWUqcjmUyBrLHttdfM+iGYkQeohbSSUtDaOXjBVmz77TSGX\nHsKSz0eIhDPCKKeQ6EZgJpsQTUT5+BmV6QCG36cPJ3nEBTK+MStpdAhImQoA\ntOvvPwFkrv03hzttEP7aBFuax1tH2g9DpBwVRydzyreKRFpIIUqmGnP1Nez7\nY/MkTI5GDhgFl6Qllu9f/jXH7fN2wiBcitfoT4JmZ+Lime2kPIYLdTRd8njN\nuCVlCgC7m78RlVnripz/3o97oLWFMhNjO+fLGfaPsp3XQHzbFz2kKCIC5NUe\n6Gq9HaFuaHzKNU89y8BK68u/S2Qv/Ix6pmRmGpICdcO8tN63Acn1LnJuv8b8\n+gyyWQYm8R8ILS1SBVwzsBsClgkMVT5Nx7oaoj95T5bpvDE1Gjb3Fu1bpWIp\nhCxxBQr81ePfeii0W2kcwGAm3WeZDn/qwZwILnZDTWT++97mGZa4sHjkZ09U\n2OiwLTtt5iMr5k3AVJJ7fuCqNMAGvAN52X9sNDJ1oTNBQ9uT8Iff043IsJUZ\nH59RfqjBEbM1ZuiDAlezJ+/hSNSyBDY6Y2b/09xdNm/z9kkB3eCKHtJL2Bof\nPKGF\r\n=pooT\r\n-----END PGP SIGNATURE-----\r\n","size":10477425},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.7-canary.56a6a9d4a_1624923272142_0.29296534056175116"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:23:54.740Z","contributors":[]},"2.3.7-canary.5d31e2192":{"name":"@firebase/firestore","version":"2.3.7-canary.5d31e2192","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.3-canary.5d31e2192","@firebase/firestore-types":"2.3.0-canary.5d31e2192","@firebase/logger":"0.2.6-canary.5d31e2192","@firebase/util":"1.1.0-canary.5d31e2192","@firebase/webchannel-wrapper":"0.5.0-canary.5d31e2192","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.27-canary.5d31e2192","@firebase/app-types":"0.6.2-canary.5d31e2192"},"devDependencies":{"@firebase/app":"0.6.27-canary.5d31e2192","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.7-canary.5d31e2192","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"integrity":"sha512-UvRxoVdnDIne90DVDiH+GiQrNPinC7+ww5ADlO1OJEtoCCvFikqJdgWoRki1PU5kes+9/AGbxdAWhSLZsE9IAg==","shasum":"7b55131f1830135b8eecf06206128f6eca6609d3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.7-canary.5d31e2192.tgz","fileCount":6955,"unpackedSize":62101566,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2myMCRA9TVsSAnZWagAAYpQP+gP4A1ap3CgKzqC2xUTX\nUneGlYAyfuup6b78yRt5g9y5GYwsrERy0rT/PvBYhrlX4GSqa1ar+uUXGYmz\nnic0tRmJyR4YTA+k/x1pkbyvfgkMs6UuiHocncjICYeEHSf7XH4HgekCZJ3F\nwn2iaoK9ka2TpVLunjRO6qrWhmn1KI2hJETrSQpCYHBGRcf7fk3nPqqboNu0\nyyMTrA09KJ+h0Zw9YOo5Q6weaoHksZ/Va+5HvBEsZcX8UMn1h8FOj5RJJmxa\n7jEwZ6y7y/iSjYT19vf1MzidbXVq5Bk6yMUrXD7QxyFaCCfDVxNuaKkSMA7G\n+sCAowKNNsiVFUai4Lj9oDk1L4dn0DMx4FfErx+KJgp7o1rqm1H5sNDOqr5m\nxCwDTJ5wO6Xc05YcGHTDWEtKCSG3BebBP+3FenBmG3UzE0oySlQ++hzfI4//\nBTChhVQvp+Gg451NG7hZFBmwYwwdcIFUdbpR/IJvINqAX7FaDxxulhBAGxig\n3NWufjcmXD5ON9mjl2z7jEow5fH+8mIxS59IjxOEk22cfgAE0U6lBuSg1R7Z\nRNz4x/hDoLrUb8pAyeGGlhMRgkERNvtblIkrfZcnyb3ovtJZ/uMntSdmPJTk\nTQX6vrnu8yP2qhZRj3PtUVdrFBGDFUJ22TNxbddUU2WQVTGb+I4XPAPGYfXq\nDeLT\r\n=pqXX\r\n-----END PGP SIGNATURE-----\r\n","size":10477250},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.7-canary.5d31e2192_1624927371436_0.379065835346575"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:23:58.889Z","contributors":[]},"2.3.8-202153001032":{"name":"@firebase/firestore","version":"2.3.8-202153001032","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-202153001032","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.5.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-202153001032","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.28-202153001032","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-202153001032","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-IHJyo4nFhW6gyId6nzudiY0eYD/eZFinl0tJUsgZTXiVvFb+CiriMWzsRab3VDfSMcq/8J+v0g/UZ9aqmcmq+w==","shasum":"05cba246a273775c32eb515b134b5be2c233eb92","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-202153001032.tgz","fileCount":6955,"unpackedSize":62101500,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg27gQCRA9TVsSAnZWagAA+CwP/jPq4EATcjgkWKQVobaV\nQR9+MowELCYaJfyTuKHs0K4hITA7rcMMA6Q5kjUsa5dTB2UKOYWrYCQiQlba\nJfvlVCOS0ZT1dBLD8UuGGape0Dxjna+GJmZOmjSVENNtawNNKzsY1sM3grvV\nsQOREkW3etK6QWYSYccgl9wcuUgZwrGb4HEazcmPsD+RLfW7frIsIYVNFxWU\nGTsWnB9FPKSROUwKFRrpjrZoV5afZC5mau/r3NX6VUeaUa/NA4hYUYErTOmS\nBnMVfF3WNOZQ07cQ0n7J3eSgxudeh/fskbJhL3ghYh5JswIh2HhgWqp1jVb3\n6zF7bYdhPesaQmt8q19XFMF4qjv7DoPdQwQW0yWILuHncviVBjHuGecyhVjj\nSccxcg4ugOeXay+tLpu/DkA9JmjZIa2N7f3FSvzQ4o5vGtO9CU0+qVKztA6X\nTEH8PBYbiOWn1Xq6kVqe7z+z9l7OuZw1nCMXmIUn7o6ryDMcLEONJQ3TaSvg\ndxsSVuQMQ8xiJF9dcdpWzcdzY6Rs+kb/wB0YoYfJE8dhf6jsiijNl1HTr/8p\nL/Qv+n+g6spV2Vd83vg98EYGJYoS6LG/gVnG6atTblkovE4LNZH650KHFMya\nNT2Gi//RMOM+gl+dn31BXKOwdd3jyCVk54TMgRnYn0w9e9fIqr1l0bi62MV7\nWtDs\r\n=s6aU\r\n-----END PGP SIGNATURE-----\r\n","size":10477941},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-202153001032_1625012239375_0.039097976821588665"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:24:03.211Z","contributors":[]},"2.3.7-canary.580b35407":{"name":"@firebase/firestore","version":"2.3.7-canary.580b35407","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.3-canary.580b35407","@firebase/firestore-types":"2.3.0-canary.580b35407","@firebase/logger":"0.2.6-canary.580b35407","@firebase/util":"1.1.0-canary.580b35407","@firebase/webchannel-wrapper":"0.5.0-canary.580b35407","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.27-canary.580b35407","@firebase/app-types":"0.6.2-canary.580b35407"},"devDependencies":{"@firebase/app":"0.6.27-canary.580b35407","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.7-canary.580b35407","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-tW1rrj01mHrv5zEJ+T+hLPUsC/cVKr9e6cYY4BuRngwIMZeNe5b1c7POlIf5EuasxsT3UNXHA2uMeOrlcGTeWA==","shasum":"0677df57db27ae3c97853b19b9501e058f982bd5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.7-canary.580b35407.tgz","fileCount":6955,"unpackedSize":62106294,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3OvoCRA9TVsSAnZWagAAUOcP/3aBKBMfRiTlptwdR+f1\nRapRRB/khOLeqfNm5W75VO+0HBHzkiDM4U8pIjUvJzpeRIOUx3KRBdiucAel\ngD7Y5jEvhpadqMtpaSq+iIuO/wVLAs6fm2XDgW/79ybU6jgDksHzs3cONAUz\nCR23QsqFbtw3hXG9al/f8gMf8sDr6jZh4GWrzpHQoYdyta8+3yvFN+kWL9NP\nN6ecKYrNxDZjr0ifYr7KIOrqEfHJgoSXSaSJPBvspTH9I/uxVGDbUaI3uCRi\nz3wpJ+R1jctzZr655OYwHdzXs8mPEADMMDYZs9QunM4EXAUiuYhw3pUrimoD\nfOtlXJhC+Z3Wo2cR55IWVXUoPuEVX/1opG/jD7Y+RMC+qPnwT7djAWFCVT0Y\nkjqVCUZV6ZzmlLG9kFOxuQisehTALo22JB4hw/7UzKWK7t9oLlFWg4qwvtrG\nkZlE6cYF/kwItkuHNQAALaFLzkY/FfVEH75xIXrgflw2kHHV6nKNDJrBKMs4\nIFx97MX37prpmDNLWDRFcsZ8NAJMoGtRajIHU6qA1N9Kaa2/4fYq9Wxf7m2u\naxHOmPtWdZ02O3LhvZ5Pi5Xjr7sNh99xw8fAljwjv6E4AnoIbb86aFuOes/z\nRPVcZltbKCo2+C/FA1P8rC8h5BmVTy+VqZhPM3Mc/5R87RjkL3cWW2rL01aq\nspAP\r\n=5kbs\r\n-----END PGP SIGNATURE-----\r\n","size":10478677},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.7-canary.580b35407_1625091047949_0.4717062577286011"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:24:08.298Z","contributors":[]},"2.3.7-canary.5d007b8fb":{"name":"@firebase/firestore","version":"2.3.7-canary.5d007b8fb","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.3-canary.5d007b8fb","@firebase/firestore-types":"2.3.0-canary.5d007b8fb","@firebase/logger":"0.2.6-canary.5d007b8fb","@firebase/util":"1.1.0-canary.5d007b8fb","@firebase/webchannel-wrapper":"0.5.0-canary.5d007b8fb","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.27-canary.5d007b8fb","@firebase/app-types":"0.6.2-canary.5d007b8fb"},"devDependencies":{"@firebase/app":"0.6.27-canary.5d007b8fb","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.7-canary.5d007b8fb","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-sQwNE9U3k0pv/8vFOEbrW7m20uSuURhX/LWRhw/xan5e8ntqSgxb0zuXyeErC2hrrnSAeAGb4ZTfwyDlYAIxiQ==","shasum":"1212264d93f6e7093c3cce2cb4ee9bbc29ef6797","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.7-canary.5d007b8fb.tgz","fileCount":6955,"unpackedSize":62106294,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3P8ZCRA9TVsSAnZWagAA1RUQAIrNr+5fwqU0r/bfWRnu\nwwiofEhkliKvqb4HjIvnargQskLm1Dc8IoVuQFmPJLM0tj17CCQ1CZojJy16\ntxnbu8ucxZFV/o9hI61rpR9AcvZjVMJIHkjcXcgaac+sbJWrNua+fNOlkR4z\ngsCtpQ0acsOYBydaaVQKeVrXEYdI8Ny37l5sQJ0ED5tABcHbfbhvtDzvH+4a\ncEkg13BkB5DycbZeLd1As3ipqkZcs3wlG1qKSvnVZID1YXKmyIwbNYqPz0Gm\nHWHddWyj28LqcL16K+dBJiKYEAGO/dSLaTRYHWZGDZfGirCSdSR9pzCiRxEu\n3875YQ3Gyr3bm6UOsl6fkSJJFEXvhheNEuaJL1NVk1nNavS2WgYAjJNl1il+\nqfQRs+NHdzj5toT7mossKODCkvCzn0zirOGbUc70/dtefDOmPT1rekldmBvd\nfYKrPhPiFGCy1HVqkM/sKcoiGTY7vCUmNTG9DLtVklkWAI4tgeeUbFn4O8GC\n+SOtssAE5iyaih68MrgHRpVCeM47huQ5JZE3uwQExYmgUe7ux/o1ciiaD1XC\nFRrAnr90ZHgsY0sg1s8HKcoVAMvhxnP3DjjtDbTHD855WfkAhxCtpn3WcTtq\nNSAD+UMEh7TeW7eKjiKllmDNnP+SNp4VV20S3mSZ8/eMpsmO/hj0BTupvBmh\nE/V0\r\n=MBx3\r\n-----END PGP SIGNATURE-----\r\n","size":10477468},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.7-canary.5d007b8fb_1625095960293_0.4565329374709233"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:24:12.556Z","contributors":[]},"2.3.7-canary.ecf2b572e":{"name":"@firebase/firestore","version":"2.3.7-canary.ecf2b572e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.3-canary.ecf2b572e","@firebase/firestore-types":"2.3.0-canary.ecf2b572e","@firebase/logger":"0.2.6-canary.ecf2b572e","@firebase/util":"1.1.0-canary.ecf2b572e","@firebase/webchannel-wrapper":"0.5.0-canary.ecf2b572e","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.27-canary.ecf2b572e","@firebase/app-types":"0.6.2-canary.ecf2b572e"},"devDependencies":{"@firebase/app":"0.6.27-canary.ecf2b572e","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.7-canary.ecf2b572e","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-tzkaJoApeL+w8ASsZuNORI1YoZ+KlOno6Z8uZEqE3uLAKU4MoL5wI7jWTXP0xSDER9pmRU+RA9Qzet8j+cebsw==","shasum":"d50d229a481c63e03f422f5d5f994bbc9b85a226","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.7-canary.ecf2b572e.tgz","fileCount":6955,"unpackedSize":62106294,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3QksCRA9TVsSAnZWagAA4l8P/R2vIfnjKB+SCH1ev8vi\nEYK5gZjIwu2wLyTDlxqPnI7g5rcGnCP5sliOU6aHu5Q5egSu6Vl5OdNR8YsB\nv/Ynj5bNYU+GJ6oY5Wz+MBnKiLhNYyPURRHu9WDVas5sfeLLF3BQWolN4H4s\noZvVv1pVjyIqHpuIAcsIngi7/NRqx00/EoKq8vrGn3MVHRMWN+MGtvOp8bfk\ndc8UxDE28fn+4ebiYNNdWz9LLAX8lj3InpOqAmw9Y0qVyP94zSOtQrnXVJyZ\nD1f/CNEZU5aIa2s4BuyUCwWdUx/1phC64HTEr21prEu9YqZNg89m52+4L21Z\nvAO5Nz95VfPH9skwlAMxrVZlWGzOxcuXvXvzGzXErSaZtE6yhInCeuMCbZHU\nqATZ/MgIHbsbUcKlB0p+HXH3gTjFVxETgYu05P3fSfc5aR529scFqIVkGg62\n/div6AUBYBLrmeoz6kVtQdSyO7U9SBgMmRCXzEaqEEcF01MB/oi+SsOcUSc4\nKIza897wQajcBGIiWDub4i1ql9kHflUr9QcbqeN/tsS++/cLF1V2FvgI3Bw0\nkzV1zqHopx8kKBW9vsbdrldjhfnxoHId4DCr3SF96zwlnJAvRHH1cmocVzDf\nA3tGzsCPk9OzRtHbz1oFmu/rUWc3jWvZY3qo2mkvaXFvD6R0PiB8Jh97a4eW\nfISu\r\n=mGuE\r\n-----END PGP SIGNATURE-----\r\n","size":10478695},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.7-canary.ecf2b572e_1625098540323_0.3399191363884164"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:24:16.847Z","contributors":[]},"2.3.7-canary.ca857526b":{"name":"@firebase/firestore","version":"2.3.7-canary.ca857526b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.3-canary.ca857526b","@firebase/firestore-types":"2.3.0-canary.ca857526b","@firebase/logger":"0.2.6-canary.ca857526b","@firebase/util":"1.1.0-canary.ca857526b","@firebase/webchannel-wrapper":"0.5.0-canary.ca857526b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.27-canary.ca857526b","@firebase/app-types":"0.6.2-canary.ca857526b"},"devDependencies":{"@firebase/app":"0.6.27-canary.ca857526b","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.7-canary.ca857526b","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-bo/+luUTJHNkFd78z8qtEuosPyeUXX8dt0XDX8BDWmiJRqeOEV5lGF1RLpZAT5dLixBHaeaalgP3ps5YKRR4oQ==","shasum":"dc3d26eb2c3830d5ee1d57b531f2caad9edd1310","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.7-canary.ca857526b.tgz","fileCount":6955,"unpackedSize":62106294,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3S5dCRA9TVsSAnZWagAAASgP/1y0lY25hBE6cnKJ2feb\nBtzdjyOmu+q4/gHkMJI/XnLHirt/h2/L1ynRIcwHNCmQtdVO7Cx1upRn5c/0\nAotVwwouEijdb5ZmmIekPYqsDl5Mite4BpA5ddLba5mSV0a4x/E6+b4f8eNO\nj+8czt2BFrPDmUiznpR5flo2Hf4taunW7yJ0MGc1b7MfJnPLno+rnqXkSCz6\nk7j8reugFOPPT6L5JZC7ZVFBl+3BeG+KHqWRnxV9yMWcPQQGWomNVDPcAx0M\nUVpKHPmmXCUHyuDCJeLZWZ72AQ9fDfZLSR8v670zjQXAFbOaPZ5q/N9V89FQ\nuj+p9sH9HT5cBA18FKEKSHy79m7WJKy5zoffaKVwAT49lzZlYAY2F5rLQ18/\nzNUfHK+asxharJdotde2ykYvz2s9bD9hRsxcl0BjbDMNQkYlj4jRSFnRrO/F\nFNkmIWQBQ2FxN9ES+e8uEt+W9ur7Jjz2kNC9CEcn7SFBJ6qoQOP9PmHIvP4w\nyPPdg7HX0hovj8ejfJ8xaT7Cy1cf+M5jPVlEcWh0Wp4eRrnG4tMKOW9lF+Gt\ni0KXnaVw0R5E+EzBawSpfWxpG6Wi1LX9UULtI+E4APKxHMka7IOKnPsp9wre\nAAQdN+14K0efqVb7liN/BFduSr5Sfi1ZCfO80zDUmsnApJVdoGb97RRSEbfs\nL0ya\r\n=Z52e\r\n-----END PGP SIGNATURE-----\r\n","size":10477748},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.7-canary.ca857526b_1625108060936_0.7803211053371117"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:24:46.854Z","contributors":[]},"2.3.7-canary.75ab8809d":{"name":"@firebase/firestore","version":"2.3.7-canary.75ab8809d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.3-canary.75ab8809d","@firebase/firestore-types":"2.3.0-canary.75ab8809d","@firebase/logger":"0.2.6-canary.75ab8809d","@firebase/util":"1.1.0-canary.75ab8809d","@firebase/webchannel-wrapper":"0.5.0-canary.75ab8809d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.27-canary.75ab8809d","@firebase/app-types":"0.6.2-canary.75ab8809d"},"devDependencies":{"@firebase/app":"0.6.27-canary.75ab8809d","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.7-canary.75ab8809d","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-Pon4iTiRIb7XFBCoptnltlxAdL69J3bSjYe9m/8eUmA6n363XtdrVvSTuJEIaJmzlxXc8EbVs4H0niQ2bVB+Ng==","shasum":"90a5211374315c15514eea27a8370b4038f7e6d9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.7-canary.75ab8809d.tgz","fileCount":6955,"unpackedSize":62106294,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3WOCCRA9TVsSAnZWagAAGRgQAJtIa2iSb52F2HUR0ImW\nYJgS3XndiyryTcy6oAsheXZ0O5ctib9MohUgu6oz8D0A0F175QzgQzxkO7AO\n/Caq+uVDqd1XNQPjAeBOXT69TCZ6itfTpPxsNjnNlw3quLdLf7/C5RQshpAn\n5a0VCbGC+Op7aYfjiMncbfq6DgN+czml2M+HnYVBtLKyf+/GmtBdOKnvPWbl\nVHGyecejLP83okKJGcNIGeXd1045BFY0qJC1kOpWwpX8QtVs3Yt8MkGMaOiB\nn27D0fBEIYjpwNbqweT/J62Hs6GDmqx2jDMGsTEHkDkLbo4C3/Ke1qWKTJZg\n40aB92Owr+xNuHjhAOQq/oM2EDjYMu/OQ7UK9r2QlG5d5jtbwUno3ASCTPuj\nu2ShOIG8uElcN9zG8FeqH3U/Fiuk2azwJF4B13uT+JunsivqazCuA78KkiJe\nS4/7X/8EJGfrIaOGbPfGGAJq1ZWxJGXLOEzIDvTSh8HVNEsGg/Q0ZdbPc6Tu\nnYEVHa6YQpPYLXV+Mf0uhuq1sGvjpomE08XD0dWu2/SM+CRuOF7ge6BBd7ph\nYUHSLAcL0O9wuF5cnEimZ5ycCpUBCg450ump5ue9tGNyIylSIXYXUE2U6yWL\nVIe3jC3EAETyS0Jd9BJ37NtjSjS+bOyiYsOSDBZpfe5kEP79Y6LSRkdzWFjX\nVP+2\r\n=GH5r\r\n-----END PGP SIGNATURE-----\r\n","size":10477506},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.7-canary.75ab8809d_1625121665586_0.6742078918604271"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:25:07.865Z","contributors":[]},"2.3.7-canary.f6e1645ef":{"name":"@firebase/firestore","version":"2.3.7-canary.f6e1645ef","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.3-canary.f6e1645ef","@firebase/firestore-types":"2.3.0-canary.f6e1645ef","@firebase/logger":"0.2.6-canary.f6e1645ef","@firebase/util":"1.1.0-canary.f6e1645ef","@firebase/webchannel-wrapper":"0.5.0-canary.f6e1645ef","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.27-canary.f6e1645ef","@firebase/app-types":"0.6.2-canary.f6e1645ef"},"devDependencies":{"@firebase/app":"0.6.27-canary.f6e1645ef","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.7-canary.f6e1645ef","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-zOs7jPtp4Q0gPfvnqukq16smt7BlRFAvd3yDW/KvQsVLmtDC2Cyh0JSRca4pdbhCZ1pueHqyCsJhOF4sT0gF0g==","shasum":"c8087cee1773d7c6576cacbd432a6e98f8854be4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.7-canary.f6e1645ef.tgz","fileCount":6955,"unpackedSize":62106294,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3egwCRA9TVsSAnZWagAABzQP/AicccyfFDmulxuKrXXX\n9R8e5rY9mc0vUa+ENzwEo8VaHvpVaqvDg8nFKyxwi5xNAJ+rhJIoeXX3SPfY\nIA0o9CLG+YhJorEJz9OVw5XWxc9HNSillUfPtInX3tlIWs0FM9iC7zBpVqcb\nFFYUuOTLzBgFL2zwlPsKhE8RkMfSqEmxX9/lypKxtrvR4WQsnvdqfljJ4T7x\n+aNR40v7W2BgCsWJX3HkvZXDOkkalCTbk+MQ21K9E1qpjkLKm4eYf0JvLPBa\ngfbhwpbs9XXS5EaTQM1tGy+9Bzt8+YA+ph7nzNs4SaEo4qHXmSLJ62/jpDHb\niz4BjIsuAzkIKHYgd487nVCwz5g2+PU+th7a5dViR5evxAKHBbgNfzb45h4L\nxwfVDaKbqKoqloc0OjYpjXeyUUjh4AgG1EBsIfn5SHZMSEvErGFJln8aSSek\nT+yCNoma0y3EikA7TeNhtxfZ2Oz7FA6y67SHOfTkliYyaKnLHAf1kxwLpHmu\nM8gA8a5/JQZA7TFfnony/8p26n4FE4RocWKqxyZTgb8BAClJkhyoYc9BG5b4\nZ9cRc1ceD86ksUgY8Kx9uObpDAUG8CwSvq4dSKmRpT1MaYA6GQsIWb3tS0fV\nzq2qqouS/XHs9HLej+GOhI/JZwTp3SEwM2f9k84WdGyNCZ0+qziRnh0XT+ap\nXHcv\r\n=YNOl\r\n-----END PGP SIGNATURE-----\r\n","size":10477926},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.7-canary.f6e1645ef_1625155632161_0.13782028575730498"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:25:12.185Z","contributors":[]},"2.3.7-canary.f43d0c698":{"name":"@firebase/firestore","version":"2.3.7-canary.f43d0c698","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.3-canary.f43d0c698","@firebase/firestore-types":"2.3.0-canary.f43d0c698","@firebase/logger":"0.2.6-canary.f43d0c698","@firebase/util":"1.1.0-canary.f43d0c698","@firebase/webchannel-wrapper":"0.5.0-canary.f43d0c698","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.27-canary.f43d0c698","@firebase/app-types":"0.6.2-canary.f43d0c698"},"devDependencies":{"@firebase/app":"0.6.27-canary.f43d0c698","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.7-canary.f43d0c698","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-hm/QVmttsj5ro/dO8bOH6lcia0cYAc1g4Rl6w37BoMYQpYkI+IKZ9iozwqUvQg/FJBz1ZYtpTH3Sc9cSLl4DBA==","shasum":"958082ab74bbcf2ee21d2f88bcea411a53e2c3e1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.7-canary.f43d0c698.tgz","fileCount":6955,"unpackedSize":62106294,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3fmxCRA9TVsSAnZWagAATPsP/RbfLnDOGl0rA/jw9+lA\nxeiwONJvuoNuC85bi7gJIJOK66eRwxvP0r2iNEWmR5/thBbpmoVAgyyG9UcX\nPFIXA/DxwOokRnvDTCFdORsV66i61ILpcYSdXDPISuN+jzC/oOKMb8LZ3dq/\nq/DQ1v/9gyHjHqiFTuXf3rmoYoCI6MHi2Ea1RiVNZ98cOJHQEowno8nwxADv\n80PPFsbEHNEy9++C3hZX/Yz3wJdmnejPqJpqu8Mb3WgEnB5AF6hCCK+jbgxF\nPVFj1Sj9jYPakzStQ1ZLU5KDFDELujphiqjFFKREOBotF5jbSBskJtsHboEJ\nBLJDHQ37ZrM2bRGyklNhVtZgNsqbAbr2hk2tebSuEiZ3ae7FXQZgBpLw6FHi\nP+Qe0W7ik9naWVRwIvIpLomPqA0gdG4H0JqWv52KHa/6gIr+Oc5JR1pE7bng\nqY3aWVj2ovA5dF6Qs+YjmMJy50hwCHIVzuzLAtP6QSZ0h6lYONu+l5pbTiab\nqThyjE0NcieUFjM+5vUzEdLlsK80qTWSiJztRJhCrdrB+enrOJpMyt7PhCBA\nwY0lx8rq4zOVhw/2cZAcx5EEUaSf18NmrJMdWOe8s+62bjSRlwgbC9A0Mu3f\nTZU2HYBsDSOJ2OWxdJTYbAz8DjVhuVyFIzm7ufWMzikSpJDN6AJVhYGV0n9v\nTLFw\r\n=huby\r\n-----END PGP SIGNATURE-----\r\n","size":10478446},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.7-canary.f43d0c698_1625160113054_0.0775311339000706"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:25:16.516Z","contributors":[]},"0.0.900-exp.f43d0c698":{"name":"@firebase/firestore","version":"0.0.900-exp.f43d0c698","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/exp/index.node.cjs.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.3","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.5.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.0.900-exp.f43d0c698"},"devDependencies":{"@firebase/app":"0.6.27","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.f43d0c698","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"integrity":"sha512-Ip1rVHgYTIKZo5rmfFEECncawU9cO+Gy5Jzkynu0JxHm/o9kpscJdY6S4tpl2fRrN7Hxkxj5Qf6Azfh+ihjoRg==","shasum":"a4f99cb45a9fefffc3e41effd7b3adb84d7d674d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.f43d0c698.tgz","fileCount":6957,"unpackedSize":62072696,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3fvSCRA9TVsSAnZWagAAoQ8P/Rd3Zos1DRfCbZdPbIQD\nLZBw2ew4ko6m3PQnmbduQKN47/dDrC6vVFuNUtEx7tY/LVdwV4ebySm+gIhL\nnQinmbJezir26mWDDUvl/tDiFTc5G4tQ2Nz0WIL1nrSqAnEm2oCt2bjdftze\n/to4K59h5mOoeG4L9Sv2qpvEU7nc96hB0wK6pk0c/iTaqigRmwr+RWec3aDD\nI1NzprQOIKxP2LK0E+y0bfXZORANJDqKQfBGw9EvecX2mfNvWuIBoQdT8A+h\nLPaLX3vWxVnuLZr6/rrzctmN8rdcrtFBLIH4gtEZIZo93xeSvqNuPcd4qnWs\nh5gAHmgqIHMYLmglj8EYduy+QcRWc5OhuzlQ9S2iANEUeuVjm0zNxbqO9JJx\nVJDQ0gdph/kqjJtpz3SHZQbK2U4trj53ycCSSrx8Z0WDZBpLb+49/fhmvej1\nMXBVssqa0bOfILf7wnHLNFuXefMC8MDIYkpIzhPkvpaHZ98R/pNL+UKu0Q6O\nFLeBZtKFodiD/gf9HE8jy425d0e593j0MJNrR4VYUGjwSnI6hBuzecihb30b\n33DUEVn2PJONPolTLwfSDLZDMbPjxxQlYWYwacfQj75T6v8+zPuL3xN+7Fgz\n3CL6BQ/kDVp2Ms0SGoKykT3vNLmcTBjbz5nnjWDoENGwbsVbFUw1gxutcs4h\nhQKa\r\n=Rmnk\r\n-----END PGP SIGNATURE-----\r\n","size":10520101},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.f43d0c698_1625160657633_0.23900627502600003"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:25:18.380Z","contributors":[]},"2.3.8-20216122160":{"name":"@firebase/firestore","version":"2.3.8-20216122160","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-20216122160","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.5.1-20216122160","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-20216122160","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.28-20216122160","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-20216122160","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-FSPa5cuHlfS/37C7j4r6TC1nzcjZV3BH8Ua1/y8b92RcixZetD89C1/FfVG+AkgeIjEwdOkN0Lh7ln0qlFiBdQ==","shasum":"52b7056b42623e61d15d3c4a14a18dbd32f1f321","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-20216122160.tgz","fileCount":6955,"unpackedSize":62106337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3kA7CRA9TVsSAnZWagAAMQUQAI9q65zabGWY9b96vQky\nKzEzyRJq+hkFlQMhFNvzozdHCZEHBxvkHT2bcSsbz+CThSIVVWff0sF2MpJj\nmo1c2Td2GQNNR8SiddjP/L0twLdbBFT4/oIRkuydb5Odk7tCnTUlCiyR5wWa\nJIQOfPAawCDDUxyu9ZReInQscCd8mhvwNU7OT9T2RffGprgzwQMOrSD3rj3+\nfOdLTQoLpfkc6QfRCQ9eymgBxf055i8gF/bCl3aAiYPSabIbJkDceOgPAdTa\nMo/4Fk5DSOf0Knc8JDV3gK+M10PANSrOfCr5tkOHdEXc7PVMo5flfZzcWp39\n83cY8A1fp8XQ18EqBOimtq8x6a4lTpB493Rjr7ivGIzl6z2tU1nzFeUGla0N\nLMm8CROzNnNYmMRMsAAEarBcYz7F4Z+4HS7fWbTwbLH0bnZCnbnUgObQEQ9T\njGzNp9fFcejl8iBe6ZwXbz1DISQ4reV8hhhTvUzHv/7txKx8NRoIhWSVhsg5\n1vho/zDBDw4J21xbJ7iqKnP/VDbPqeUJ8+2RfSXGf6LYVevhSIQg6wMY9jCa\noXcQxaqHKfrNvX4/sMC5S18NdwSCZaQC/LBwsSSOCSwoBWeStbcP/p+SFgIR\n511KAx5dfa2A59VRUVuv6Ubm9/1T3BtYBtbxR5gL9ZjrCNNrpyVeaEFoloij\nDmdN\r\n=5++F\r\n-----END PGP SIGNATURE-----\r\n","size":10477635},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-20216122160_1625178170299_0.6801416886903608"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:25:22.435Z","contributors":[]},"2.3.7-canary.85f73abb5":{"name":"@firebase/firestore","version":"2.3.7-canary.85f73abb5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.3-canary.85f73abb5","@firebase/firestore-types":"2.3.0-canary.85f73abb5","@firebase/logger":"0.2.6-canary.85f73abb5","@firebase/util":"1.1.0-canary.85f73abb5","@firebase/webchannel-wrapper":"0.5.0-canary.85f73abb5","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.27-canary.85f73abb5","@firebase/app-types":"0.6.2-canary.85f73abb5"},"devDependencies":{"@firebase/app":"0.6.27-canary.85f73abb5","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.7-canary.85f73abb5","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-2ppaDX3knEoHcnLiHeUKtYD6nbX41JATSqFz3JE5FxaVbudmUnRWFHdqS99Sp3sjh+zIhJYBiFFOzlPGNqHV8Q==","shasum":"d8848373e27a4206db2beadd56b7e10225923733","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.7-canary.85f73abb5.tgz","fileCount":6955,"unpackedSize":62106294,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3kLYCRA9TVsSAnZWagAAsbUP/3vbqLoOisc37rISMkIi\nvJJppCM9GDnPSl18qeryVPDHs1UGdEkADUAjzIgSUH9vW7AZC6gJ8S+d8QvS\nstBwktHcSYvHC8eX9MxAH5MiKshgUO+siSbqhQeuTHqYFAmNWOCrh24JsNNN\n0JrQ/KWK9Kob9TPCvJNM3aeQjqRoNGkeKEiyirrRAefNQOjdVKSzUvAvJow+\natSRSuRrV3Dvqjq+viGDXa3anmd2HK9C7KQp/h2pd+Y7V8bZ3FdTnUB/AFMQ\nL+fjP4mVZ6bk3ICL0UAl/BSfA//n1zezAwb2imQE2zanaxxAqXIT+f4UQUHs\n9YMLGtDViw3Rpc5N3AkT66dhvPOf+CtWtaX/8qNuCBFzfUmo1SVHXNHRLU0N\nwuBfk5YOZuZdhgY4H/iyGlw/pACrT2XquHUP3dhpGVuPw2NiNwHcQKvzNhaG\n2WmNh/A0mu42LPsKihKQth5/Opyx+mkZDSgvqfQFx7NT3NwCnci6zCS/2Kqo\nBAKVCKg06dIviRQUFGvQqk9TToJ9RqMjPl3QbGP1KoAAgaBf4pwnT8JN+OoG\nFvYQBhEmpiSCrnVbUNoG2v46MjDhMo6Knoi5pT6EamFGoSbuY1cPeD6RjNoD\noHslsr3AijlNjSEttn6lWw03yE9JxH7sGurx1yeUXEcsj/mZwup31OkNAfCX\nPzL7\r\n=vGkf\r\n-----END PGP SIGNATURE-----\r\n","size":10478006},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.7-canary.85f73abb5_1625178839056_0.6838240665467938"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:25:26.742Z","contributors":[]},"2.3.8":{"name":"@firebase/firestore","version":"2.3.8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.28","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-76uA4czK+JM7rNbJXWrzA2gZQMGopQOvkQ7EffBfe9d921gvZ+W6naXaih+jYZn6BwuE7no9fx3RdZDszG5u+g==","shasum":"fa747668cc20447d491fb92bc309fc3aff2fb6fc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8.tgz","fileCount":6955,"unpackedSize":62093731,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3lDICRA9TVsSAnZWagAAZxgP/i7GPpU4YvtMKX29pyXX\nOcGHW+uhTz7dNDwuHujL62OzqiyW1BdEZh9S9+SWaDpv0VXHuaFWBdm+sClN\nAiMss+B0HQtzZV0SwMClpE/dSNSPkLvxa89PbNI9B8bdxY0zAxbhV2TkGZQc\nJPC8+Jzhy008n7+jsg2Olw+m3/nanSLzs0/EqRHfXjmEBbatfyrFzgYJtqnB\nFB1PQkN5MfGDfmytYIs5Gc9I13ORZ6uOlJ64yhjDkvJ+jVENEdXc5X6jW9gS\nXJhQNes547hv8iCNJRHYScJ9cASNQ9g38mFA5TeOpDp4SM0YiW8miy6WvtCy\nfH9XAUG2iRCCfZ/2ZCP2Eex6TmXXpDw1riVTN5HuzWqVNO12YUejAsJuRaup\nZmpelU+GU+UesM9UuYNCHiaDz5BizJmKWINVydYDiD0g3xrZaZkjgQRyuTpP\n0pdCSmGbGHo8K391zWpLgk+eVVn+nINSRcJQN92z0QTQhYClOIqrKkHIQeU3\npEUU3JIbotTA6uuoifPFuJpsvIlWwLk7zd0pAZNhEzNolcsJL1lEwMI3IcP1\nhHwLWS2PBjisM6sJaLb0zRPQ+arJO6Wg4xGvwXFDFbbjCbWr5JitlzS4VGJw\nzlMDYvmXFmcHlptT747tO+5/9R4s7oFh9/UJr5HXMJZaU+sswUBNzakgW7Oe\nx1XF\r\n=2OPf\r\n-----END PGP SIGNATURE-----\r\n","size":10476385},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8_1625182408271_0.624180470975765"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:25:27.251Z","contributors":[]},"2.3.8-canary.99526ac72":{"name":"@firebase/firestore","version":"2.3.8-canary.99526ac72","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.99526ac72","@firebase/firestore-types":"2.3.0-canary.99526ac72","@firebase/logger":"0.2.6-canary.99526ac72","@firebase/util":"1.1.0-canary.99526ac72","@firebase/webchannel-wrapper":"0.5.1-canary.99526ac72","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.99526ac72","@firebase/app-types":"0.6.2-canary.99526ac72"},"devDependencies":{"@firebase/app":"0.6.28-canary.99526ac72","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.99526ac72","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-u/ksRSN7Rn++WC3n+oePZqnnzEHobPlXDcdJhB3MV+P3/cb1ThcSioqms+pTO9B3Qaqxh0Z5nzMaBYzqOnkJqA==","shasum":"5d7ec2d0f8ed6823944231799b5706377b886291","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.99526ac72.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3l1tCRA9TVsSAnZWagAAwPwP/0O7/Z2YSD5RWa2rkliE\nWtL7v8L21FrIeEi3uNFCr/6klB+KTg5ffADtUwfGdJqnSUWM65eFacBYdcbC\n3P98XSQBVf5C/qOOM95ouhLIL/bPSuLMPXiYPQbMj0tf9E8QA3ZAqwpdHmNf\nteoF/E/ahcnMLRLLds/T7/3un5hehYIXKDYmp8bz4slntbgbNwgeUfhgPsWJ\nB1Fw3vwlPYJ/AuDFBVBdvSs/UTXBjkdVjRO2GTbmkjh5du19bQOTSzyKT5EG\nTLxuPBGQvPNEwjUnwKfM0ws4pkhrEQWh/ziFHBeft/P/fA9z2mMtTwzns2/0\nUc5cgpyphQOf5QhxzXJSA0b3ZTFYg14SvC+TCQWwZjCWIroUsRCaQGtMGSTU\nuMg1dpdc7YOYzsJXdU1ybEoa/GSG8hobsRX78Zue7O2PaoPIXlSErfUuwAjk\njB+o5eL57f+nxrda0aAxfJmhf7TcsOyWUBmRXKhEqlsbEaMf28Z3punIVtcw\n0ryovk7VUQG786/b9Eg7AcALADRHYfMh73iE8G8bSzjBVa2viS5vkltlwlUb\nxQJccbvV5Og/rqqIfFdOlVNCrtepnvzDoxltj6z8vktIf2F6eA7N+2XItnRl\nL/sNZrNVYg30cgU6rtR8MkdZBc3K4BSeFSMgyHeO14HVmr1h8SOo7Mv1W/nC\n8X8P\r\n=V2bV\r\n-----END PGP SIGNATURE-----\r\n","size":10478513},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.99526ac72_1625185643070_0.5718927312306847"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:25:31.449Z","contributors":[]},"2.3.8-canary.3827d9692":{"name":"@firebase/firestore","version":"2.3.8-canary.3827d9692","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.3827d9692","@firebase/firestore-types":"2.3.0-canary.3827d9692","@firebase/logger":"0.2.6-canary.3827d9692","@firebase/util":"1.1.0-canary.3827d9692","@firebase/webchannel-wrapper":"0.5.1-canary.3827d9692","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.3827d9692","@firebase/app-types":"0.6.2-canary.3827d9692"},"devDependencies":{"@firebase/app":"0.6.28-canary.3827d9692","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.3827d9692","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-9zGtlYk56CVyTCHnWqbI5U3LL717pn+J9fhR2+9hNYdurPFk7NFzd+9POqPP0iZCVnYdQ5dykGfDkUo+IkAeug==","shasum":"73af6fb94936bc1aaea44226ceaff0b58f252d58","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.3827d9692.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3z7TCRA9TVsSAnZWagAAdiYP/1y6O2yRm2rzu8PSc+lg\nFL/IvC6hVugmMMIdUnJup2Uf+KZVbt0UZNh/nt02SkcD7tHPh8wlRVclKWph\nnRCNXwR984HLWGe2H+XCHpHzBBGeBRTqaP2J8Mj+ZfjQKlf4QTuta0il/Oyz\n1IEOu7FwWcc30dt1zrSykf+dkYrXWlKEga9VCyASwtk+8URgb+7E3zQmvmPA\nolwYEoE07lcNJgdeVfc31bxQZOyveBfa8rq2W7sn86oDHAln2eh0DXKvcm2D\nJLH+QNzWdzh0q8n5aPnGJqX8bMpCqHdaRTEZNcSQ3U/F5s3OzlftgoUVNFTA\ndJuGWiop5gr3e/FLqncy4RlRxma+HBteq4NsZ/95AHJbpnPRgKLmX2smL/HA\nvcfrB5WmK7Q2HA3J42PpynfVEll1vbrqwRuxypsBqE5cmeEDwVkL2Ir+nK/f\niiYvbt99zyZtwN394IkHV9ojmQXH/jBp4+iAQisLhPw5nHosEuMWz+wbhye6\nPPj4en/9zvHMV5IbicBY8aHY0Tt/5SqgX/ka43X460rGrDqIYg08Q5GLICvn\nOfcEz2slhKVUg3DsxChKnnHpK8i6q8aq8izbUXDsCC5Mi/C/AuPMiifUkGYl\nwNXcQ++Xoyk+HyFScoR3OImOtZPftkvFKJz+67SEgULpLKv2qHDsE/MLwa55\nx0xA\r\n=pIPs\r\n-----END PGP SIGNATURE-----\r\n","size":10477291},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.3827d9692_1625243346169_0.6931113179003923"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:25:35.391Z","contributors":[]},"2.3.8-canary.db98eda11":{"name":"@firebase/firestore","version":"2.3.8-canary.db98eda11","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.db98eda11","@firebase/firestore-types":"2.3.0-canary.db98eda11","@firebase/logger":"0.2.6-canary.db98eda11","@firebase/util":"1.1.0-canary.db98eda11","@firebase/webchannel-wrapper":"0.5.1-canary.db98eda11","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.db98eda11","@firebase/app-types":"0.6.2-canary.db98eda11"},"devDependencies":{"@firebase/app":"0.6.28-canary.db98eda11","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.db98eda11","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-bU3LUs5afUjap4CgDK3g0OX+csXxl7MwqPL4cUkNcq5Y5FqB3IKfY3t91QvV9rQuLofi+lodQTUy4+oKy0fhzQ==","shasum":"e602b8e42724cefe09c86886b03df0234f6bb0b9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.db98eda11.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg31ZjCRA9TVsSAnZWagAAzlAP/04ebOYu0PiSC8nGTIjW\nfGNwGfdL3cKOVsDDlTwnXsJl594DeMDM+mXQfp2uw9FWg5aCl5+LIGjRQo5Y\nBa5gUMqnO/Udu8HFF+aeWyRY3B32S0w62znYRsdmcY+DHehyZXs+zZwZ/ms5\nvu10qfOrWrud1TzDvhMvSwsLoxgP//SH5BS44pCGnn5iFcO6EgbmPJsf+IUn\nP4mJA/xIl/4ZLt9quokRpBKevteiME9eDbFLkeVlo00tOTv8esuobvClBvQT\nQ3aerP4LcOZNUGaE1Cfw7kWGH+eV4qfAhmq6D5I02nYSm6CiuIwppliDJmnz\nUIh3QAfi9RVpnkejOL3V0REzX64yJI5QB7Ry6YHSEc1fhXBjgDB5UWJiyGcE\n1QxSSMmWMh1hX9709neoxUvF1OyJ//Ahs2H/32xIEosRi3BVvyqJ7TabyHwT\nTEyzFIovFpYaG7QKxU7mU2Q9fhpUSZkLVBAHb5Xx3mDIlDrAAOOhIOw6fbGP\nWzFodc7JjNK9olRoD6WacisV9f2Bnf4zdMEHVSQOC4D2qY2f6OwiDfeS6BKO\nsCyOpY1XXXzsOG+11J6g/+Xj0o2XO8Ck1Wb2DjeU0ObgjMqE3qWPh1safzkC\nmizoxUo7HuKr08Wi07IxD/0cYD691OGOHu1TUV2CHbU3jEyh1GTcK5P8VdNR\nLpJs\r\n=8Vch\r\n-----END PGP SIGNATURE-----\r\n","size":10478220},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.db98eda11_1625249378365_0.2551712026114217"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:25:39.543Z","contributors":[]},"2.3.8-canary.821f4d30f":{"name":"@firebase/firestore","version":"2.3.8-canary.821f4d30f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.821f4d30f","@firebase/firestore-types":"2.3.0-canary.821f4d30f","@firebase/logger":"0.2.6-canary.821f4d30f","@firebase/util":"1.1.0-canary.821f4d30f","@firebase/webchannel-wrapper":"0.5.1-canary.821f4d30f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.821f4d30f","@firebase/app-types":"0.6.2-canary.821f4d30f"},"devDependencies":{"@firebase/app":"0.6.28-canary.821f4d30f","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.821f4d30f","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-6jsMHTzwQJkXw7tW7Ivm/j4Wy54jM0vUynLV8RUumxVPt27FFwymdYbvtj6Ijwua2NzMzy0t1HIErLZ/qWmjAw==","shasum":"bf6a4c361a4c78c05d588e5c107e7a4d02123309","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.821f4d30f.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg317QCRA9TVsSAnZWagAA/uwQAI64Jz4LLOoasu7PPMMl\nRpyAJFnlopWwP/8NzWb+J8DZ/nvwvGleNPmR8nXGRdvEU68ViNhPEkZjT5CY\nAOiBeH6KH6EocoReAVOo6YpNpMHZM+n03IkGQBQjKCBOtUXI+VORbn0dXT0o\nEb7cFzcrgpwk3YD54XpyzDVTBZ65SAGHC+XG4R2N7IRoRX1hbY0gtIo+h7kV\nUg9oTIyP5V/mrQbOra/Jq3d69hQ1Srzz5MzQRa8RcZEIOFqFi3ekr1lWecXY\npvWxtpYsA3bwdFqDbq+AvM1ycBp3Gz6Kfp7PokspVAATtcRXtUcAMIoQTi34\nx94zRbdvcVp2ynx3lc+lKijP+JZX+nqwiUHYs8dYCkPSu5+/1mumiyiL5Y4c\neQo9JI448xITsreySsgLdHJVTSK2abyuc6dAOza/TTS1DLAezimx/hex5fYw\nFgUFcOzxcXI2ojOVGqSkcIuwK+kyu6YxUMceyJo/UzTU6BukhfKFlOF5Hc1q\ngotIz9g+q5pw62CuExZCbcacxEu/EC48NK4ug41yezWy7Vz0aP7do9aoYHIZ\n/0NIq14S3c7zS+1DUJmc8hGICGHmQ1lVHM1JkaBpDpuz7SSMobXbONE6jU0t\nkgRNuoIpXEIqL/995e5IVNcmDf5FJkxqXBBr8+7j28BFFzE1BnFJ0EKGNlBz\nWvZM\r\n=gZ8h\r\n-----END PGP SIGNATURE-----\r\n","size":10477967},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.821f4d30f_1625251533782_0.7922697620897288"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:25:43.817Z","contributors":[]},"2.3.8-canary.f4c106e7c":{"name":"@firebase/firestore","version":"2.3.8-canary.f4c106e7c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.f4c106e7c","@firebase/firestore-types":"2.3.0-canary.f4c106e7c","@firebase/logger":"0.2.6-canary.f4c106e7c","@firebase/util":"1.1.0-canary.f4c106e7c","@firebase/webchannel-wrapper":"0.5.1-canary.f4c106e7c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.f4c106e7c","@firebase/app-types":"0.6.2-canary.f4c106e7c"},"devDependencies":{"@firebase/app":"0.6.28-canary.f4c106e7c","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.f4c106e7c","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-j933C/aOPEijdJq6v462/g0MZuYzdOrEdkIYd8p87VBBvgMNqH/2t6DTRKxkoMxNClMaz5wk2BQmxWdLJB7PGA==","shasum":"813f359c4a3efd8f12aa6b1ab4c1b74292a8cdda","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.f4c106e7c.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg32WQCRA9TVsSAnZWagAAEmoP/jXtWeNMOk4cCpG853w3\nRxrg7yDW2d7/IfTfTSCx2AYpiAtCitMvB5vpVEBfKT4SdkO8TB74EYJnAEeV\n/dUJyWskPc611VNaVgAcv6jwb8no/neEbmkDDozzhDY/54HHrY79+iWG3VbH\nFGeUa4jPjaSeO87L8GVLFBCnA+SQwsFRPkfEWCfh2vM/8sXgxk/j+fbac7ic\n7kfFeSkqDk0889l+k8Xa0rJV5yNTGO3w2M/PqNHPBodqC6HUvxBIax6oTgui\n4lF05VOXEknQQ9tSR9XAZxIUff1rVO0LUoFV4/9x5qYQjnWTM7bK5FMUhdBj\nyxQ7L2aAjYKNzZAhLfg5GkgU7et46dYUivunjdKHKfkuU0K4ca0n+O5ph8OD\nBf8Phi4IgE6kTSBEWKEW0Thq3oKuvV0xcdwig5jpq4ZP5+8OzCCi4L1holoM\nT/7q7GgPRbjUv3uQmSr02kZc1xKefpvtpI/1CdNwOZyPcLX8Lj7HOyxR3FDd\n1ZFmPA+UQK0tIqhnmBPjuFiG7E7m3o1iz0b+VZ5UEBj5e6u3wo01Wl/qBz32\nPMTz15b6WqkN+RNGHw6PM4I8cl72K7s0ii2Ki7k612C/HYGOcJ0xi0QCvOOC\nEu5uCDhxmEWy1SGmFHN58SwktVRVOHmxy02XlrIYNFGIOkQpsOnS6Y4Ol7/8\nAM5x\r\n=3Oqw\r\n-----END PGP SIGNATURE-----\r\n","size":10477283},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.f4c106e7c_1625253263552_0.5754853991503937"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:25:47.930Z","contributors":[]},"2.3.8-canary.99414a51c":{"name":"@firebase/firestore","version":"2.3.8-canary.99414a51c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.99414a51c","@firebase/firestore-types":"2.3.0-canary.99414a51c","@firebase/logger":"0.2.6-canary.99414a51c","@firebase/util":"1.1.0-canary.99414a51c","@firebase/webchannel-wrapper":"0.5.1-canary.99414a51c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.99414a51c","@firebase/app-types":"0.6.2-canary.99414a51c"},"devDependencies":{"@firebase/app":"0.6.28-canary.99414a51c","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.99414a51c","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-n3+sRKZ8UzRngUvOqqbVVW5zd13aCEbkG89U+b7n3iSynzpzuqoUazIeg4NAvXaZHHu77YHMXw2iDDXd3tQWEg==","shasum":"b278b1f088fbd3d4cb8836dcb535541455476c2c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.99414a51c.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg331zCRA9TVsSAnZWagAAG3kP/0mS8VnerpviuoxK5YWu\nAP7A6GG7g8IzgsfLwkg1jMcuiM2ScQA+ldgNvEXmjI2fQ0LTVsAv4vgy0oJJ\nucI+nQrdJjsfhRF0qfz9MYaE3teSQ1cgBIDugDSlizs9pOmjNsXYq9UdBkK/\nOK6o4qRyHLVtixATyaS+ALHb9g/AvuBncbs4WYpWb5FLEyzuFBsboqKRj12h\nm28CNwYuNJEBjA75m+W8xr7vGrQWMspt6Mz3RW21cCNrsAGGXLHqy18HTIln\n8Q1r3xdnhO3DgISrBrLtdGACKljIdK+/E/y0x7uKhhbGx8IwM21b+7mfhABF\ncsKQ4zIJG4ApFFTWe9c7rAstSTOseGaC8i0+AWu7LZfPjdnK5PamHYKI+j6x\nYOwbQJawqUn5CaXxzrO1WCj74VYaNFNkqgM6tYnpq8MTf8Fwr0jDkdi4OB3w\nyBCTpq8zJBvlnfGFRijrH5RXNSCa1aqNOrpgLIq8xNAarvZkQQ7arxy0zPKa\n8AB1Hn3B+NPN89GWxnvTZ63xOXbR+0MN+J/BBPk9r6hDls56evaWIWboq+jN\nQ1TA1QsBhdoORaGLXSmL992cTEGQFmIyVhHqofwcWWfQqnONTgkpOazzdL64\nZA4GJjFtrBhrEcHiGRs+TCnLTMP0EGLuflFV8crGHRJCZqET1kXBVqelBM2q\noZzU\r\n=506F\r\n-----END PGP SIGNATURE-----\r\n","size":10478230},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.99414a51c_1625259378465_0.9476271813671016"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:25:52.142Z","contributors":[]},"2.3.8-canary.c55f5b0c5":{"name":"@firebase/firestore","version":"2.3.8-canary.c55f5b0c5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.c55f5b0c5","@firebase/firestore-types":"2.3.0-canary.c55f5b0c5","@firebase/logger":"0.2.6-canary.c55f5b0c5","@firebase/util":"1.1.0-canary.c55f5b0c5","@firebase/webchannel-wrapper":"0.5.1-canary.c55f5b0c5","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.c55f5b0c5","@firebase/app-types":"0.6.2-canary.c55f5b0c5"},"devDependencies":{"@firebase/app":"0.6.28-canary.c55f5b0c5","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.c55f5b0c5","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-ziveGNGoQ9G3EC4GweMEzvWu6iZQs3umrY0e8KyxAnuzcE/JpxC86yqxPkMpzTl/yknPDB3M+K+JTgGNwmTs+A==","shasum":"cb7fd2e7e5c0d4b0e377153cbe04ba977a7264d4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.c55f5b0c5.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg35++CRA9TVsSAnZWagAABtAP/jAV1mP58iZp0gVt6Y7/\nDpZPDryFs7cLrWYOqjrpLmuYAImfhghAWQk4UfJgNVSkq6B0c9+jNDLJ7f7w\nD0LxqEu+8+NxRlg0wjbgbwunV4ZvOc+xG2w7reWpSR5VrFm2TjdWFYlX3XsG\nieTDyMVx4ToNIWSe6KVjIrlqsqSIn2gi+uY/LTJRBUgOPW0soTOpRpZ5vBh0\nPWCuPsK0natS+gtnMjz6iAO9T4CSJ34KwjM7QhYMVcpOPvipjcaWUzWs6sfk\nZNhR550EPIM/NZU/8XMfqIqOwullYzG2F9d8kZuuQ0G78PHbPBesI/RYheoM\n+aP9vLW173GdslXVcVhOxYiZA3fLjvnT9s+2IiS4aUGga9GxkwVv7gnVXDrp\nXgS/e5+xMPr2K+yb+XEKttdMslemy03aYi5NISIU+QVX0ElJHlYE8qvhBKpL\nJ7LG8rtIJcNG6IqEw/AYXBBClqHXXX0iEWvxuDUik/ELq7tZS2KCwqKuccpk\nNtFTsaMLgZxcUPWGvGHp7+S0RVsjiyo1dDnMbqaqyzNzkSDDxByH50g4PYf8\nzwH4pqYibSxh3nvTir5njlSzFGE+4kaVv0pm1EbRasCRZMZxu7Ge4Q9nMJ7t\nt63kUesTYhvoI4tNQjeLZHX5CgcKjuwNeAe/+Pnz6xqv+hq5qpvhKFycyRLP\nUkkg\r\n=OoXA\r\n-----END PGP SIGNATURE-----\r\n","size":10477756},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.c55f5b0c5_1625268157765_0.15814416402452003"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:25:56.301Z","contributors":[]},"2.3.8-canary.28c02947a":{"name":"@firebase/firestore","version":"2.3.8-canary.28c02947a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.28c02947a","@firebase/firestore-types":"2.3.0-canary.28c02947a","@firebase/logger":"0.2.6-canary.28c02947a","@firebase/util":"1.1.0-canary.28c02947a","@firebase/webchannel-wrapper":"0.5.1-canary.28c02947a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.28c02947a","@firebase/app-types":"0.6.2-canary.28c02947a"},"devDependencies":{"@firebase/app":"0.6.28-canary.28c02947a","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.28c02947a","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-hQUw8z4aziYhv1OTzPsXe66IyPazSE5FpFTDnNhBzbFUhGP5lWsx1H4YtnWy1Vwj5YzXnGGObJISjfmIKThLjg==","shasum":"70be6faa88122d1beb04e97db00a251335c380b0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.28c02947a.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg37EKCRA9TVsSAnZWagAAueIP/1bHB5LfUH0H/7/mrhiB\nOowLDh7oyXTkbIQI5H3O8sIb3991eqfCJ+0KcZVDRw1oAHPfVXQhf9TyJ6eJ\n1bTDi59t3qMx3MuhfNKAJlSziWFP9JoqaIzClatoWKORqoeY+/AgvtQg1jUk\nBjZTUTvPpG3RQHHIqtpmD1c8kMgaDfW96iJYBcqAdhB2KHH6IQ4acV04lAcH\ny6ZODx/ho/9zZqGAmJiVJXIC/URGXA+Bi3cZxHwgOby1vauj8bsBCSLfxT8b\n5A+kd9Sp/McFWYKo8zQ30FFE4ANWPtP+Cg/y53JyuvQscH2VRRNiAy3oXwoF\ne7soJmpHvZbf8iS7uxPAkYh6pvQDEcOskFmb3x9iBGRoo8vCmVlJcfVp6JG9\nSN4Ie37UmEiRDG8Z4Mt4kZ89jFsWSTJ8XZ62bIXvBoQHOvN/owOG+hrmzBiF\nMdz3IubpFYMBaSZS6ErNYh/R9rQ9ZSlvd/fsj6ABpYb8h4pSWFP4XpgU5i04\nqnnJRL9KvUuARcD+gxN4Jgja11c3NrDv6YE7NhKnAm0EmpQWlFyzAkGI1kpV\nipVI8WUeZjrbp37W6p3YgANwexuanpZ9rWgR4b/aQABVO3D2acqHzYTh6hUK\n9pUewZh8wUuJ7CgCZik98regREKunI4bxjjKjFgZiaWMfWn3MPb1fW4MyGfi\n/oP7\r\n=hB6j\r\n-----END PGP SIGNATURE-----\r\n","size":10477761},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.28c02947a_1625272585040_0.0036765942812428953"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:26:00.326Z","contributors":[]},"2.3.8-canary.977edee2f":{"name":"@firebase/firestore","version":"2.3.8-canary.977edee2f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.977edee2f","@firebase/firestore-types":"2.3.0-canary.977edee2f","@firebase/logger":"0.2.6-canary.977edee2f","@firebase/util":"1.1.0-canary.977edee2f","@firebase/webchannel-wrapper":"0.5.1-canary.977edee2f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.977edee2f","@firebase/app-types":"0.6.2-canary.977edee2f"},"devDependencies":{"@firebase/app":"0.6.28-canary.977edee2f","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.977edee2f","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-YdlKpOfCBhVjyhJ2ev2YKFdK3LbO1aBIwG0AouZzhs4YAuD6vVST+sPxaB6AQ+4x92TPJTyEaKDbXsMmmPsipw==","shasum":"a67f6175b205a3cfac2b7a9b1d6dbd308d6afd21","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.977edee2f.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg38SmCRA9TVsSAnZWagAAwPwQAJHodigtTaqm+UaXvxXi\nSQjNtQA5T3hZDOOjxqTkhXaFnkoOtAZ9EGC6JP1DsRtAw5PbjAUtPOfCccaK\nOkLqqWd4u2cBJfvtHyuPGlHfy3/s3BdoVEc9t3K3UiolIbspdA7YZyRhyUoF\n+8ccOj8JIfEx7KcPSGFvIZD1z/t9qqNDnujE75kDh+/w/QFetP4SVRi1k/zq\nBdxclpfwrZbf5zD/y7d6i9JhLLTDhif+9DItV3qIo3S7vXB5kLW3Xg2103zq\ngE2g1yeePe604ffpyPkPGzb6YOr+tTxioZTyeMKizf/O7IaCCp0u6sZslP6N\nM48OpobH7q8rqF2gDe/qc5yPH4lKpk9dGhRtvXZLV3ANnd2hDWdP22fY6vgs\nTxzB+GtHxIE4ICkC6jCk3CWdaMeQK3ONU+CI3sddgxnEiPAOAK790ARBOkq8\nOeokoTMAYwS2XZ2l8vFBUJy4Yo4HbJh935cTxyNHOuPhISqFB5Gsn72YF+lw\nYYPFzpRcMtkUNFvCAPmhtkMU6VZ/xfcLOPqs427/zuR3xiMly8XaLaDewobG\nD63NbdSqB3HyJPL6HQLuiiBQQwfI5Tj2VAktt0IFExlSzdOHgIT3W5s805gB\nyLkGD9Wcpn1gbW1lHHdymEVecvPwR2q0/pRw0PoiQGScdWrsJw84NYc2/B3G\n8hpO\r\n=zvFs\r\n-----END PGP SIGNATURE-----\r\n","size":10478016},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.977edee2f_1625277606069_0.753161208795905"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:26:04.484Z","contributors":[]},"2.3.8-canary.d10bd0043":{"name":"@firebase/firestore","version":"2.3.8-canary.d10bd0043","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.d10bd0043","@firebase/firestore-types":"2.3.0-canary.d10bd0043","@firebase/logger":"0.2.6-canary.d10bd0043","@firebase/util":"1.1.0-canary.d10bd0043","@firebase/webchannel-wrapper":"0.5.1-canary.d10bd0043","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.d10bd0043","@firebase/app-types":"0.6.2-canary.d10bd0043"},"devDependencies":{"@firebase/app":"0.6.28-canary.d10bd0043","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.d10bd0043","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-BT2qpQ7JnkGH8AumV8SNrK23MxPVh6yk2dPvFk3gmme0k+zJUec2FVIb+zhCQuBWwKy/9TXx3Ru/1YAcyRT/jQ==","shasum":"08bb05e2eefe82cb4c8606b98923770e17b83df2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.d10bd0043.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5g54CRA9TVsSAnZWagAAtRAP/i7z/pfokGD9MoN4MzHo\nzRUl4TKKV8jjjv89W/wq8cjfoWddzNNgQIw1DOtmllA0dyZryk1QwaU+1dUd\nxLelMAhXGW7EwC/QFxzp1p+GGEEA+o0QSI6V5SG+5fV1fKYme+oO4ZqtWMsW\nIE6RXqZ61iYKEAlCvOj+WD+BiO09X3UOKhSFpuyPl1a4y2bs6Vy7yOPUnFU/\n2nu+A1CySedB5oLhKOpC8cWgfe/azb9S7bnqbqEyOZP2oF3/gytPUez2Bw3u\nYlwygQ2Wj5QPajEarDJuxZU3Ff4LDv4SuLNmnro+UzPgXzVD6n8Ps2MNajlw\noQ4n4Q84xt8k9ehJFJGU6OU4dIw951PqAskDGQrbvHJIMT+zAMat6CoguZ8H\ndVmO6l39ukjZhf9vOg7pHx8cK3oNUemGcIXlQYzxaZtq+R3ukyPNkD0/LwM1\nrOYK0EBmCTWA+ybw2Ymf6FL1BlW8U/euqbCaSiBBAUgju5DwY/SgNEp59Xlc\nCkmEUcRkMWwzMxUkU3Qc43Jk4c4euQCwB4NGanKiIugrsMDJEe4RN/1E+DB2\nTJo3K2vex/NiLBXj3gjpvhRU1UGgm6j/UPbf8eBBPrdveOKSkrPujoSgeSI+\nR1HPz3+KgRuTrNAYkujYxMJhf2t5GSjffHtTi427DUVxGrbu0Q5ylsZCps09\nqQeM\r\n=HkVA\r\n-----END PGP SIGNATURE-----\r\n","size":10477533},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.d10bd0043_1625689718415_0.4155824806336572"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:26:09.851Z","contributors":[]},"2.3.8-canary.63cc74683":{"name":"@firebase/firestore","version":"2.3.8-canary.63cc74683","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.63cc74683","@firebase/firestore-types":"2.3.0-canary.63cc74683","@firebase/logger":"0.2.6-canary.63cc74683","@firebase/util":"1.1.0-canary.63cc74683","@firebase/webchannel-wrapper":"0.5.1-canary.63cc74683","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.63cc74683","@firebase/app-types":"0.6.2-canary.63cc74683"},"devDependencies":{"@firebase/app":"0.6.28-canary.63cc74683","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.63cc74683","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-x6o8pq0imz2a6N4klqOdCUpWBSL/IS1N8LA2DwgO0UboocNhpTNvCvw7SotrJ0qjBLahs3+R75rQybK/QQ8ZCA==","shasum":"a33d12b45902c904ec5ad1520d60b86a44f15e8d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.63cc74683.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5o+WCRA9TVsSAnZWagAAXl0QAJwEimfbWrSXo7UQYB5h\nOX5218t/e1194GC6nCzHB3XCVd0G7yTUwaAz0ZYF2oWjoANHjyODwrKbhbqj\nHTDhBzck7d4lbvGJAyhbTFq1CgLHu6kk2MlMwpaxKq13BPdSwm8r+l1rYhVq\nkFkxvhq9TaTuFxyZ8F/cBjgZdeAFzw/YG6hqXEhr5tsJBc4PR3zejNefEwPX\nupv6/q91TO8m58R9qLCWptKB4pUN5fPs5TZrge7Pe0saWAEMfI1rbnjuZqAx\nS5FAleTw3W7SM5QMZXy8OdDgYh56/p33zSAoRWGSqoJr8Ud/eHEXcQ1lcSqg\nJ8yZlTLuDAhHz+vmR++F4d0tuWU593tnmfh6QRWhrhkDT86nh4UOi5ZpYSup\nUWq60CBpK+lnHTj1pzdX5qjWhvlujJbVQABoqiiKBaWG1kdebb3oW7et2mS4\njge/jAh68uMOu2lq1nt/we7MhRumdX+lM5aO1Nso9pqNbcb2aOQi8/MZVO/q\nsJKHkWN16RtzPZ3UAL2Y7PlwoYCglXD1HgzRSLQFCS75RgP1qfJqUt4qW8w3\nHmoyarDRH7wps1gEY5bqN6n6f3C56ohT+L5i7lZblv99vtHFNqzOPsQvk63z\nCo1P0aoZ0yQ00iEHfoxWXZxM0VAYeLN0u6HzD4tuRki+Tuc/z6fHeYYLuzvd\nTiFe\r\n=VR06\r\n-----END PGP SIGNATURE-----\r\n","size":10477524},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.63cc74683_1625722773895_0.8321502452955598"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:26:14.358Z","contributors":[]},"2.3.8-canary.4eddda4b6":{"name":"@firebase/firestore","version":"2.3.8-canary.4eddda4b6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.4eddda4b6","@firebase/firestore-types":"2.3.0-canary.4eddda4b6","@firebase/logger":"0.2.6-canary.4eddda4b6","@firebase/util":"1.1.0-canary.4eddda4b6","@firebase/webchannel-wrapper":"0.5.1-canary.4eddda4b6","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.4eddda4b6","@firebase/app-types":"0.6.2-canary.4eddda4b6"},"devDependencies":{"@firebase/app":"0.6.28-canary.4eddda4b6","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.4eddda4b6","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-VCiHOlaXtjhuNDbxlCsRmz7Mh3aMOmR69cj2rmXlBGnWo4tf2j01XfTGGLSdje5THdbWxReLpScaNmADsvMYOQ==","shasum":"8d8c988d52c8191ee42f21bc811583f2f832ad06","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.4eddda4b6.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5pDPCRA9TVsSAnZWagAAqC0P/1le4rqKkco9WrWoYFVh\nRgiEpQHnJ3PrW2L+rVr0deyp7mFWpHqofjGYpkDGj/Z51NVynDZ471vycOTQ\nDUOppu5yTMnvPJLQ1xmKfAszvgsfELJpZOODCetQcPfk4V+ypwkhFy1VIR0X\nmXP9B6HDdpks0/6wQL8xpHj4EmE/ISyMq5mMnEFR1irrTsPqEMOUxakQNXaT\nJwWcamC2++t2+Mmb7Hk22QroMR6sdX6I1HJQb03Ik/zUmj/dKEa9NNvnHFuM\nXhFLgvb3H5z4wo6qbNy/UYitKCoCxxr1uyqgKswwfFjhp4UyY7GhcJFxfMZs\n6dP0qtmgI2XnB0/jo4o3cLG6VYR47tAhscwwCnYgJJZZV/2oi+RiXEd6HqrN\ndpLHM7bYbnEZbEIYCXPFNUMy9mtS0r6d4jHoRdAQoQylCG3pinP6ygGvMZuR\nujBWMjK0g0dzkYy00TAd7dIQYoonWzhvsMdBT/b9B9rw77av34Io2W5afB65\ns2MICbPj/iJVHhvv3FqBP8ZAUvdviJduikjyZ68BayYSnO7c1XG9tZ3RElmA\n0VpqV6LXlQd/r5vDBSDdugUaDLYjArx3IV1lyNLUy4wlbOHBpmSCRjPSP0RO\nqWG10HMvjl4s4RsVRPIKIkNpxRAF6ElpSF9ftAqi6Uws22DlxpyhMfbHpNgU\noSU7\r\n=qtNX\r\n-----END PGP SIGNATURE-----\r\n","size":10477944},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.4eddda4b6_1625723086787_0.6396447272356813"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:26:18.613Z","contributors":[]},"2.3.8-canary.518298361":{"name":"@firebase/firestore","version":"2.3.8-canary.518298361","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.518298361","@firebase/firestore-types":"2.3.0-canary.518298361","@firebase/logger":"0.2.6-canary.518298361","@firebase/util":"1.1.0-canary.518298361","@firebase/webchannel-wrapper":"0.5.1-canary.518298361","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.518298361","@firebase/app-types":"0.6.2-canary.518298361"},"devDependencies":{"@firebase/app":"0.6.28-canary.518298361","@rollup/plugin-alias":"3.1.1","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.518298361","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-rWMFn6Upp2/Pgg0oo6GBLfqZaD9Pv2LhR/LakNawCFTJGNRwO1MOCSJhIX3QjgR/zR0TMkhI/UCe2Ao55487OQ==","shasum":"7208b7c0a5bd3704e748aa0a47af0fd7b483c99f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.518298361.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5y5YCRA9TVsSAnZWagAAe4YP/0tnwfv53h2vh/syer9A\nTFAQJqBe37zImjzCY4DjrykQbSrDahx55Q3mhtRXgY0fJiwMpSXaP3BBOjAn\nA4gCaMxN1AN1BxrUzN/uE2mRC5iBUhxZu1pF3dGxC/IxpvPRuYvzB78V59iV\nEUJL/rKc8+EpbVG8HAXfEKJq0xLALgf14FPNhYBJhDaFbtIPzPbs91yt0Z/I\nNWUNH3CDvVJl78RkdMug52WBBwJFhNOf0mqUiEWBTBu1xcrrZQSBLrtRIepB\n4zb21BSwmfzrq/f8vkUjTknVgi++T6TSm/2TdYh5sNF/4v3T8D9a0oQrNH1z\nF00VDlBD7J5GB1XV/GH5ZbhjufKnmax6DWWxGn9dTN90XMdDOh0Ytz2Zx2No\nH0JNEldVzbWDFBdnZxVGO6KBYk6AMgKOPQGFU0tZ6xuV0BbaklFADXzwzeQ9\nFdYgqDWMeOl/WPHHEdCE3AXl1WmubqBYsa5vzavZ8e7/DaeAjheHBF/FL0Mq\nz47OfW2XkLNIMyYnoKUXLfsDGFyzrRqs8ivNZFcjfHLMuNN3GjCLluaULyOz\ndOF8NXVQhkwuBNYXPgLsVJtZXHlDVGpW7nrrFMuLE7JIa80sG5Vhyhqw9lzg\nMXTyJ2ouH1Yry4mM8ytqFsSsQWzTwuzvH+ULD5b1b8YOtX4oTgjYRv256E4w\ndF/E\r\n=jYR4\r\n-----END PGP SIGNATURE-----\r\n","size":10478783},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.518298361_1625763415306_0.5280765984443281"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:26:22.631Z","contributors":[]},"2.3.8-canary.c8ac61356":{"name":"@firebase/firestore","version":"2.3.8-canary.c8ac61356","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.c8ac61356","@firebase/firestore-types":"2.3.0-canary.c8ac61356","@firebase/logger":"0.2.6-canary.c8ac61356","@firebase/util":"1.1.0-canary.c8ac61356","@firebase/webchannel-wrapper":"0.5.1-canary.c8ac61356","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.c8ac61356","@firebase/app-types":"0.6.2-canary.c8ac61356"},"devDependencies":{"@firebase/app":"0.6.28-canary.c8ac61356","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.c8ac61356","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-bj4zerdmIInujiDsoBMcDymoXi1be7yj8XpMbr/aej0C+0IFaSb1D7aQj0GGgFv4HWy6uwvzf4GqFQmwn3dFmw==","shasum":"9b4f23ab60c435d33dee822d68c6ee9f51cc2faa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.c8ac61356.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5y/rCRA9TVsSAnZWagAAGJwP/3WPit5dEY6VinLTUkml\nBWIlYuKvaUb2OG95Ss6NRtQQTkYTzDBpZevuYRzLEMpjjo9UpaVIdCdWuV/9\nc7XD4dtbUktckgAJJtQGcqfl3qFJdseJHZqpW69RvCDds27re0WFr/N/+zH4\nvLPPq3pwYufkLK7BuWbhPGr2zOT4A0d+VlOUcTEs2wGH01lWeg9Puyl1U3JG\nacTgDDpvDgJVAy8lKxmcctDsvWQjBYOTiXu0mBqo3uHBh7Ys9XfrRdEf17zE\nbuAcCZiKd+TimnRkshpbFezwEMRWUkK8dHmwRkOm9C5UsBh38Dao+LqmNZnx\n8NcpQ8xjWhLiWAJWbfuus5KGzlryAKRkZaAim4eGkPy8I/hyIKrMNqtBhngO\neLk5cNmRU47xeEk0AL5fIo4AO3SVWKv/VJyGTS3rkx9zxQWp6z+4OZ6dzdvb\nP2LVLQ4fkY50SERH+/qWObe19E7DwDUokSp5I10cmnkYa54ZXElDS0B2BQig\nbBQ/A4wQQxF1LutHw7TW4JXRk5F66Wuw0d8ofz3QtfHTLbf/8kcaAEUxFJFx\nLz/TwY7sLLjBFlLJRbV4OREMj8+oXqivuVCbZgT47ipT+ErVyYu5HIZlVk/e\n3H4ZgHk3McineNL9UttD7tUnn9O1U532+HamWXrnFKTgGDuogf2JerM+/JTb\n6/aD\r\n=EKQl\r\n-----END PGP SIGNATURE-----\r\n","size":10478076},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.c8ac61356_1625763818813_0.5336259873298757"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:26:26.794Z","contributors":[]},"2.3.8-canary.2a2a376a3":{"name":"@firebase/firestore","version":"2.3.8-canary.2a2a376a3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.2a2a376a3","@firebase/firestore-types":"2.3.0-canary.2a2a376a3","@firebase/logger":"0.2.6-canary.2a2a376a3","@firebase/util":"1.1.0-canary.2a2a376a3","@firebase/webchannel-wrapper":"0.5.1-canary.2a2a376a3","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.2a2a376a3","@firebase/app-types":"0.6.2-canary.2a2a376a3"},"devDependencies":{"@firebase/app":"0.6.28-canary.2a2a376a3","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.2a2a376a3","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-ChN/9k5ictKKgGbaiGrYejfwZtFp05YyPF9AL1D8TcHXSc4OMsp+rJdQDsBFsTakWt9TwlEa3qBCO4mGEoq9TQ==","shasum":"ae335fa3071ca97b84f4174fc5fbfbe93a6475a5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.2a2a376a3.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg6Ho4CRA9TVsSAnZWagAA7o0P/2JUY+L41kWkmspCpRzt\ny4tLv6WrC7azBBDPpdblrX7WUK/O7zML78cXC0db9XP0E8DAoM0dMYWsFMiE\n6qEdV/4wN+Lvd6LuDpW7QPbBtk7T2j++fQsosnaQOKTgVtnDOHqvnqxyqLm/\nfJne7XoyEeonlD2y2CD3WZmOWzpZfCusmHs5p8nh/986wtifjlA9igM++xfx\nei7TkSxF4npeCVtAgGogFmZOjCayq1NMcQ2+v4ihfrSfATrWloHUg1LnBkxJ\nK3b23HneY81M0fvhUUGVqKexi6KbqODkAaK05khT9tO2F+blAnUm/LNDU/SG\nhvsYGvMxUqew/g7GXNqiND2hQPefzqz032EPTn4oqe+mdGv/FBp2SUzQNXy8\nxcCrSnNLvOd6DF2WSClegt1/DTWKim+Q5C8lUifa81kWFl9wnhUiSTbyc9+e\n/rD9XkGKNHXq3Zu/vNxqvnYGy17/DPXZEgVolKnAMHKufnc7hlDvxV6gAuyG\nLqlx7/Ae1BOfPOUx0WX1jfUiV4x4BaBNWxQ6P0oMpntoezSl9R1raOOy6cvr\nC1DXJhVb+F7dvIW1qHKiSwXdKR4vDeMPdmL8VyJxSt0OVbiaU+fLKBJyxtAL\nEt9TyddURW3K5tzaXffXUHEgTu10pQUAQNI5E1CAyba/UYoYK2pyUaK18HKK\neLAL\r\n=nEry\r\n-----END PGP SIGNATURE-----\r\n","size":10478011},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.2a2a376a3_1625848375952_0.2564169134131191"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:26:30.317Z","contributors":[]},"2.3.8-canary.6564e99ec":{"name":"@firebase/firestore","version":"2.3.8-canary.6564e99ec","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.6564e99ec","@firebase/firestore-types":"2.3.0-canary.6564e99ec","@firebase/logger":"0.2.6-canary.6564e99ec","@firebase/util":"1.1.0-canary.6564e99ec","@firebase/webchannel-wrapper":"0.5.1-canary.6564e99ec","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.6564e99ec","@firebase/app-types":"0.6.2-canary.6564e99ec"},"devDependencies":{"@firebase/app":"0.6.28-canary.6564e99ec","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.6564e99ec","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-Nh3Jiz9GWnCdoVxjyXIlGZY8drXTV4J2xnhnF7Nx2dEFpEZzZWSyAdcxfqWkCZAjysR8vMnO170Jzf8StqJxaw==","shasum":"0de074008c11e61d59f8d0e02eea8ef2ec73a5e9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.6564e99ec.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg6M7+CRA9TVsSAnZWagAAWCQP/i61RIURkkGZt2AFDTYf\n29HeZRlaayL40DDY+fB+oxZx+xQqHkHz2/AMAZIlTp1hcxYjc5O4e67tMRi4\n940EshHq6HfoFIzAotl5OM2sk/c6OUfAEhBbJn8RgtL4oTfuG7v0OwskdG0a\n1NEy9xrjoOEq+MgvjKM58ntz0tlSfzKgIgfIPh7hMvraJ6S6anC3YZg2SPeb\n5mbPc8IUDaVGl2XhMk/S8uQhtOB5XEF8gjslu8W6sPoO1mp9WCbcu/oUL3hC\nikMbVjP2NEUNOAzsUF5FJjT0t+DviwG54dRHJ5qIelPMLAP55G/iTvjNrpSa\nEjji5AQ7DkyBW/IIMoODqzxbCVYeJWkARY2a0FSwPYlMv2zG4M5lWcfnZZz9\nPQwm0ZkvqriBzvvcisRZYG5d3oy9ppz5FWNcMvtTShj07ZoIpkixyuFMM+SJ\nVpBkKh+IAEfQ2MkybWWQGhIBEqxemQAPR8HAUNpYyWxfs1uBleRkCQPFQlR/\nk+PJZO8IbfWCUgad1d2DBYq++yxCA9O5X6uPiYaAe6S4+mV+iBNX4VrQdldX\nfHHV3ZoEeENV/rXyx8VqKjNpRsXWNsvLrMuDBZfD+NCohXnIk2ihrwe//ZAD\nuPJnRisQEb29viljOQc0wNPGZzOjMjpg8des75qKySWmY0MKzj0OqYB3TpOS\nEbPV\r\n=EJu3\r\n-----END PGP SIGNATURE-----\r\n","size":10478248},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.6564e99ec_1625870077347_0.23997506837174276"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:26:34.598Z","contributors":[]},"2.3.8-canary.aeab9cef9":{"name":"@firebase/firestore","version":"2.3.8-canary.aeab9cef9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.aeab9cef9","@firebase/firestore-types":"2.3.0-canary.aeab9cef9","@firebase/logger":"0.2.6-canary.aeab9cef9","@firebase/util":"1.1.0-canary.aeab9cef9","@firebase/webchannel-wrapper":"0.5.1-canary.aeab9cef9","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.aeab9cef9","@firebase/app-types":"0.6.2-canary.aeab9cef9"},"devDependencies":{"@firebase/app":"0.6.28-canary.aeab9cef9","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.aeab9cef9","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-o4F2jFUifsDUPkhbknDfsx4Ogked/seYtVSudbn7PJBnfR2mG2GN6zn4GRsG+WMhvtnErt8639Hu8UzBymqWvg==","shasum":"1ac8f137e3b69e5e77cd661a046952e915261afd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.aeab9cef9.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7HzxCRA9TVsSAnZWagAAadIP+gPJ2+f2CHGQs4PVLLKI\ngNIv+gavkEmg+bIpb/45aUMmDUD4rcKJ+vwm1yfU8p3jBkKb/eL0rnz4KE+b\nrmUILJVYxEZreIDi+QI6vq+vHYPUOJZn4z9YOYyQxmUTE/TFwDxvCrsHA1rd\nkmGG7qTTfZ0B9gL48C63ljhL3ddNAAtXGexBnHz7o6zeqHC8PKvCa/mJk823\nRfOLT87v0FufEfUkN3EuVCiM/VS446ir2etA7Xk7XeskFmUnRKLxfvpolpdg\nqovU+y7p93M+sjSA+87XdD1x8Hb2MIL8gmPzq/IzvdXWqs3On3LZHRrocddP\nvvRDLYxKoS/ewbtqhDnYBOLbYXh0RdhofICyVDy2pAvHFHT7IouV/bIUUpEb\nIpOADTTcb7tCljLvsYLWoJJ2wt90SX0BFgu2NtBVeTjmv87gPMjjVfO3vttN\nmKR9NtkN0h73/sv57K+WqUJqY9N5krOWPdEs7A0W/n2ZbyDbxvk8BHQERe0H\njP14DuIW42rViZVreuvSu5tJUhFBJtPo8k1bKb54RMmjXKSRyCSxMNKbd3ZW\nRHn2vvQuce2LswXAkiwTiJK86zM66wPvZ0hKvhiiTonmSIaBEbzJZYFp5tFM\nJMKHhjFy8MusOhSXT3PHs5lDaj7eMPtrMG9ffPgRehqfKjI8cUi3+Ei2X9aq\nRGCd\r\n=xtvM\r\n-----END PGP SIGNATURE-----\r\n","size":10478225},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.aeab9cef9_1626111216950_0.5533820455245377"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:26:38.092Z","contributors":[]},"2.3.8-canary.3550d4e38":{"name":"@firebase/firestore","version":"2.3.8-canary.3550d4e38","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.3550d4e38","@firebase/firestore-types":"2.3.0-canary.3550d4e38","@firebase/logger":"0.2.6-canary.3550d4e38","@firebase/util":"1.1.0-canary.3550d4e38","@firebase/webchannel-wrapper":"0.5.1-canary.3550d4e38","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.3550d4e38","@firebase/app-types":"0.6.2-canary.3550d4e38"},"devDependencies":{"@firebase/app":"0.6.28-canary.3550d4e38","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.3550d4e38","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-Xc6H/2mheUr8AevJqBY3z9FWfuDsEzVyJiqZm/lpjFkGn9C61nD5ZW/msczIctD1hCebWtSjmG8q+pFMbA7HHQ==","shasum":"0d5337a621e47c226096a01a899c1ae7fc5de617","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.3550d4e38.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7dJICRA9TVsSAnZWagAA96UP/1COnbbCUpNeJxMgAvws\n2jdqtVHNA9I9KMdEMXRmLk6Mg9Pz3SwwQUOrdrfZxwwTPmTHjPtrXYBOWIRK\n0AiDEH+WrlH3Kik6n9Lrpy9Cni6JSfB94GXPTPQuvSooAoeBBUdrwRNdxjiY\nqtDvBClxj0I+1XleUk1+AfdGlW6e+kA32Cpvp24xXR+hinvEHS65u/MzG9DQ\n0oM0xgI23zY/4jMKpUq6ol5sAwQj9aSwHXkwTkbNH4Enw3z+qeLlnhINYkVi\nVvu4RH3t8AyvGc04U+3PTaL19+h0cWirFVxjpKF31edqwUuC1RQrsp2rpTwk\nKKk1tGmns8qkEYnk3uG1Y73jbtjh9U4WsRh71wxwtWV4kWUvntPyohu6AGe0\nQ+UUW5Ra6CCFfCRR4fDTbJ/7yqiXerwgAW868LgV4xlJdO2QgyRAiwMxaEuC\ngIXlRYCGeL1NvSZgwQ6EICjnSp70fhwqh/f0ADvBF81cQsQ8Rpwt4LLrul3Q\nb+zIJ60Cn+X56pqnl6AccOcC/ivhLncK2dnLi/hTKvUhP/usEguOFMknTJso\nMi8PgRoFbQ1eVGGpWsMevveIwSVE27GFht7c8c6/s2ys8mrTVD4exowo/Ik4\nC89E1viLX0iVgoxeK5E1fwZHIbZ10vCP4EOW2QfVWsBrWWjlbZPeU8vhNfhD\nxzIN\r\n=ARoV\r\n-----END PGP SIGNATURE-----\r\n","size":10478003},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.3550d4e38_1626198599828_0.3487903707627107"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:26:41.714Z","contributors":[]},"2.3.8-canary.61384cd24":{"name":"@firebase/firestore","version":"2.3.8-canary.61384cd24","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.61384cd24","@firebase/firestore-types":"2.3.0-canary.61384cd24","@firebase/logger":"0.2.6-canary.61384cd24","@firebase/util":"1.1.0-canary.61384cd24","@firebase/webchannel-wrapper":"0.5.1-canary.61384cd24","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.61384cd24","@firebase/app-types":"0.6.2-canary.61384cd24"},"devDependencies":{"@firebase/app":"0.6.28-canary.61384cd24","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.61384cd24","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-CCV9dGHWciPQL3jIUB4SIDqk2djptepSSwCEtsVDAHnJWpB7zK5Y4SQB0UTES33VLepUw/pZZIUFRmdD2AqLjg==","shasum":"0a5be5dab8e967ab18217b7fb7068eb10a1b8ebf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.61384cd24.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7g30CRA9TVsSAnZWagAACFkQAIkD8UPQ1m9cL/laBvZz\nSA5LtzIDENoI09vcDXomqezW5fz+FhUyS8azN3o6pnW+lp1stbMc9GlmkVKV\n9dVjRhIePxc9l2cR/TaIOlGx7l3ff/81f/0OBSvGfe9qFh83W9sW7cUXQPle\nPTv8Kn7npZ/HiwqtSs3TsJZ4nQMhY+eyNbipvpowBQsuJKInoyCBMIQPAfSX\ny07ueYI4CjUNrwKBxLBEBCbPpPvwaCx50ZinG6L+r6gz+t7uzZko8AH8TDSh\n2+8+l1qu2TcmxRJv8yEVglPI0bcoZ0rLjQ9T/N01t7lWrSaerJoJJCYDD1SD\ntZOSD4X/jc1j0OzNTz6uX1kvHHnqgpwI2v202qurkd8iZpGCySnSbIz1L0WF\nTwOqcU2ZTRNNNpn6hpKjNX66RMiPt8Lq7L29n0igkbjT3Uk7lt02nluJm8yc\nVzkKV1JB2+/pElf/yMtP6rIZeL8UD4FGjFgv/ZL9SbqIgoRg4d1o67c9af3g\nMRoaym6DHs3mEQCfqoaJ1OGFm9dCUTLirv4qMS3ixp+JdLIrpqnfcNPPBJUq\nkAcJqhXj3fV8R8f+Yt/Q+7VyViW53HgZcHIuU0XPCc1uF4bnnYlXDwvidZX1\nWMuHXThzfp/izPe/izED+Cmrnwo2uTQAb62DdeVQtbLTJKveKsTN9iNztR87\nGIba\r\n=pdCc\r\n-----END PGP SIGNATURE-----\r\n","size":10478045},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.61384cd24_1626213875313_0.10736918251489125"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:26:45.901Z","contributors":[]},"2.3.8-canary.cca8d4b57":{"name":"@firebase/firestore","version":"2.3.8-canary.cca8d4b57","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.cca8d4b57","@firebase/firestore-types":"2.3.0-canary.cca8d4b57","@firebase/logger":"0.2.6-canary.cca8d4b57","@firebase/util":"1.1.0-canary.cca8d4b57","@firebase/webchannel-wrapper":"0.5.1-canary.cca8d4b57","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.cca8d4b57","@firebase/app-types":"0.6.2-canary.cca8d4b57"},"devDependencies":{"@firebase/app":"0.6.28-canary.cca8d4b57","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.cca8d4b57","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-65AmaYm0qWfWajYu6Bbghj1th6hePIhS+rvtQUcqYFpsNkmK3cE4wMk3Obb4SmNyhql0PgrDY4Wcph0JDneUrw==","shasum":"339ba18b1d858926e444ef8595a9926c031d9daa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.cca8d4b57.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7yZUCRA9TVsSAnZWagAA+2MP/21J2sp8l/0XpyHn5opb\nSfcQlKvHse81W53NqPWDOeXmIZGRF9BNk8PRPmawCgFeTIN4euVvsh6t4kdd\nmvxlglirg6gvabpfzcNf+uBTQ7nULaXbbyiHfkGWPFlX4vwzRliVGZf3u0ju\n2UjWDnJKY0D6QPEoVJLgvQmYdjP7QOFLt3sAggWIY18hNVaR4zcBktiK/K1K\nvK3hjG5j/WNG+lH1ZJemaXv8jrCWeuj4/jNc8i4x2intQrUBATR+w47FiEa1\nnmhhY+osLLMmDOEcn3moeoKL2DyQ7HxWzCxcGCxC/iRX9RXx04IpEHVCJhmd\nDVzGhC4bRUFdGJ2BYM7lOnN+9CH6qoGkv2BmCYGCRHxu4HtWMqIJpND6mTuC\noOA/KOyCgOMfls5bCpxRSkoVDZzTfH5d6rOHSVgTbrvRRAjKAqOUFubpJT9O\nihknaj78s8gpQ6PUE5wXg310svVbg+UDy/saEivIWWf1ruHvvOyVfhkdyxc/\n2F5xkqP5KA6+hybI/uWJ8DBQIPiUqrDbJaMW14QRsWbMq4DQ3kwVU5QVMDSv\nnEdQrVNKrRthNlUh5NCUCfFD0UrKE1AB6R0/Ktb9xqUDGrt0VheCPIIgV5y4\nPaAdKrWZDgUpXEin676GzbHVbMVJwa33vg86DESv7oWB8lRQEK2IFivk7Bm/\nGbA8\r\n=u+wD\r\n-----END PGP SIGNATURE-----\r\n","size":10477260},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.cca8d4b57_1626285651559_0.6044603938287394"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:26:49.489Z","contributors":[]},"2.3.8-canary.fb3e35965":{"name":"@firebase/firestore","version":"2.3.8-canary.fb3e35965","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.fb3e35965","@firebase/firestore-types":"2.3.0-canary.fb3e35965","@firebase/logger":"0.2.6-canary.fb3e35965","@firebase/util":"1.1.0-canary.fb3e35965","@firebase/webchannel-wrapper":"0.5.1-canary.fb3e35965","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.fb3e35965","@firebase/app-types":"0.6.2-canary.fb3e35965"},"devDependencies":{"@firebase/app":"0.6.28-canary.fb3e35965","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.fb3e35965","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-ExmTGTIqFUqOokTmjv0A/HegDHBul6uucQ8E2Aqm9tnQpgJROOE1lxephq+z1ZaHo1lPjfweBWJ35MBQrAQH9A==","shasum":"f8a7ebcfc27fd0e1c7d80da075a1cdd9e59d0137","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.fb3e35965.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7z34CRA9TVsSAnZWagAA0wwQAJQq+s2gJW3hPYcx5Rs1\neuFH3hOIG/en7Ht0lWcL8Qn4DOpHbQ1JrUCjXTeNCXY7+rM1peZKito17oYr\n8apq6FafjlLL2lkFYsHBwYm/jv4sG6Sw7Tc/2cioh6sktaOLS/Vedy47iu3A\n9XLcBIolxG3QU1F67QCzpSdNRhptn0fRltP3fBUwZKEK/KUGzQzsPJNeRhic\n6GpYy3+kMZLVhggnX+LcS+Q1vq7V5Geov2DbROxNOgU2JcHyNUbjxkBhhZYE\nQVa0vJYTJAqqDv7ma8Ja45C0sMez3Z5GQ/l6Wp65Uip0U4Xzy8M5NA4xf5tg\n2eaQyf/EQEEJPwsYYz6HXOqHgVYAca6T9TPEzugPUPzJjFTOBwYe9D1udb0+\nvJ+NhuqBsWn5OCzgvCUAngEU04GOHELzXxo1cikT5ygw6ENi/zUj55Fn5x6q\nS+A5pN1vIOC3aGiPBk3X649d6GSlBwmRt3WUCyAHIC8Fgm1+3JqgZVwdToyA\n6QueAx2YH4EpON2wy4Q6IJaWdvh6e3XCSXML6PWDesPX/sJYgPwqC8SceJ8q\nld8w7PTXuDC5mbSLPsmM0PYFOQettOMrKhdnVar+FRgByju0bVUGu2hmmaQd\nO1P+aCUI07IZZ8Uwohlja3zfFR2mBJ6y2biS9OLhy05yHer0I7+X9nWLEvoj\n9M/i\r\n=5zjY\r\n-----END PGP SIGNATURE-----\r\n","size":10478016},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.fb3e35965_1626291703907_0.27961167254863484"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:26:53.554Z","contributors":[]},"2.3.8-canary.b3caa5158":{"name":"@firebase/firestore","version":"2.3.8-canary.b3caa5158","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.b3caa5158","@firebase/firestore-types":"2.3.0-canary.b3caa5158","@firebase/logger":"0.2.6-canary.b3caa5158","@firebase/util":"1.1.0-canary.b3caa5158","@firebase/webchannel-wrapper":"0.5.1-canary.b3caa5158","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.b3caa5158","@firebase/app-types":"0.6.2-canary.b3caa5158"},"devDependencies":{"@firebase/app":"0.6.28-canary.b3caa5158","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.b3caa5158","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-duUHCziy/HvA0QtXJ5kUkqNyjypZVDcI52A5z0jztNiYkae32MnLxpvKwqFYE/6C7rlq7fHZTpwyVXm51jp9gw==","shasum":"78484b0ab465b47554bf8e1f9cebf329ad23d050","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.b3caa5158.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg70cVCRA9TVsSAnZWagAAUewP/1xLs+psxSztQIalQ96o\n4SewUR+R81hVL7w3wMiRospr45huE47JrzeTfd+ZgvZimURQu/5UvHDFrLMt\neiX5MJLr733oBZfn2UH9n2rkYJrgEqc3XXXd3uokUimpddHYtdZOThLKlERq\nkjx1OKjxLoxyWupKyBPStXRREKuUBX9lR4tbrZLZHGDnOecpcUdJzHp57rv3\nxXRPPjcezLMyyWfHec6blsTR4cSeTgvFwC9PipJd/McxZM35nWk0Fcf9VLkn\nWfHtNw6puANHbYvpHXJRnDbDgpHZMBFsaBSInDA5WZnf776XAtpc1jwQx3yX\nFee0tO07U61SxcMCZTKQxObn9FkzowRe6te2IcLaOue9ojs0HJE6c5LxEOsE\nchYZqgAnU4rabtdfpqH3r9ONduZLLiQGZQbnLt5U+ShxJL6t0vlYZaPzfPVe\nmctC5P/e85ZfbXoY1K2qV9yrRUgXyaJmEe5TesQGGOHgRV5sFKBrJlh+Qh9k\nAmZ03+KNbpjfI5A7t5UU7u4Z4V5L7R1s1UYfw085+Pwx0+TVaKe/Wv7dQtSB\nyDMF1m05aYcYWDgAQugCtdfs1Y4bZxSz7FCDOLWsmAjn5a2PQsll/wz4/Iz/\nWxyc+m88AgbO85mMYqrZkAuTuBqptoHxyWfMAd5JSQjmuFiDwVUea8aFYiXY\nTpFg\r\n=0vSL\r\n-----END PGP SIGNATURE-----\r\n","size":10478722},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.b3caa5158_1626294036682_0.5455635142584194"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:26:57.685Z","contributors":[]},"2.3.8-canary.699238b27":{"name":"@firebase/firestore","version":"2.3.8-canary.699238b27","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.699238b27","@firebase/firestore-types":"2.3.0-canary.699238b27","@firebase/logger":"0.2.6-canary.699238b27","@firebase/util":"1.1.0-canary.699238b27","@firebase/webchannel-wrapper":"0.5.1-canary.699238b27","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.699238b27","@firebase/app-types":"0.6.2-canary.699238b27"},"devDependencies":{"@firebase/app":"0.6.28-canary.699238b27","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.699238b27","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-In/OHsJS2wstyhUmOI5a2f9Y7P4t7r7Z+TXvL4YgKm3NcuLHaX6NNhVTF9lT6njOMNQIZqGiBbB231wR+dUZ7g==","shasum":"0028c4a1f8619b7356a2df20fd4071f85f5c7a52","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.699238b27.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg711QCRA9TVsSAnZWagAAbloP/0rurcKe9DytQQu3dOY5\nYYE75IglFCOH18+PiGxD6FNV7OajxD4jEgZxzmXcNMHyA1ySxU59UnIIF52j\nntYVvV35GI9QVpQeDnLCyYWDrKT82LSik2Q5We+4GXDZk1iMvLk5dJfOlynY\nPlQKRbkH4/IsPLILNmzQfqT8Y3hQH1tkyNoV5ZnFmyDbF++XpIRkDSBtu2Th\nxCHWYrc8laM+/ku4womT9XRe2NgBBKcaCyCmAhxbhTj1ojpmdKRQjZirdTyS\nMd8MwhuOI5AYGo0YxLZ+NU892BoYM323Exa6oyKALKn/loNaIDh4dl1yKZze\nGv3eyjf0U1F1pXk0UTXQRlIS805UKffqjc7ycm/VFGoY32escPxGKB/taLij\njuj+QV6YmzkijjdUdKr51vS5eiQFxNDmXrSNDqc7VY7Hqd0IUaAkaRfiD3nj\n9ZVPoVuUlwAoCKX/9p5xcPx8i5Z7kXmzhSfJNA626kwzr25SSU+qdN8dKbb8\nFMQZHaKlf8Jto1S0/dpQbiloeIWfAf+vdbe42Z7+DUyRc3d5fQd3ETuRSjyf\nhgBh7lUES4ZuL4cPmNTxVecHS62Zg6Y7neyypfzaEdAJlSXSHvR77WhU7m++\ncATKVFzLDz2wyjxERyZLrhPRl43tDoqOIhmF86aRySQUUOSlPs5wFAcg7bne\nVrXi\r\n=0aEZ\r\n-----END PGP SIGNATURE-----\r\n","size":10478076},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.699238b27_1626299727619_0.42064017875440807"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:27:01.854Z","contributors":[]},"2.3.8-canary.4aa2bed03":{"name":"@firebase/firestore","version":"2.3.8-canary.4aa2bed03","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.4aa2bed03","@firebase/firestore-types":"2.3.0-canary.4aa2bed03","@firebase/logger":"0.2.6-canary.4aa2bed03","@firebase/util":"1.1.0-canary.4aa2bed03","@firebase/webchannel-wrapper":"0.5.1-canary.4aa2bed03","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.4aa2bed03","@firebase/app-types":"0.6.2-canary.4aa2bed03"},"devDependencies":{"@firebase/app":"0.6.28-canary.4aa2bed03","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.4aa2bed03","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-8zfmBKPzOJrr3a57xHXDbjJxu1srVTfcOAtOhD/ZF70njLMpowsJ3C5wE6YirjgVqzctOs4yiAW/cCq6G2kR8g==","shasum":"b5b0bc48c5c922b402bc685d2eb11c2701cd9ff9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.4aa2bed03.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg713yCRA9TVsSAnZWagAARSwP/RJ2VqSjO8ceXqIktmtK\nAhxqRQF8DNL8McUFaJdL3y233BxoaDFhE1FuazkFA5WjPl/H4emfAnAAHkT6\n4gTtU8IGZxcf4u8GonGnnMTsTMvjUh4m5io5AEEtVwXjhpgoAVJ5qnNrSemb\n718aSlNOdJJuGTMkdxxMefhN/Vxhz083afUQijNWyBU4g6re5nrmJs6mMm1k\nDHuhVYb7WMleeJ4ajBKimfxy/OOQKkD5a/8XBsVnuy0fWlp4CeQ8nAF2JmAl\neCz6+Nf/pJ+I8bh/WBbc2vK62R4zhOZRtbMifp/2sbW1S3YsWhlxV5uOcGzS\nB9cnLQyQovbZ+RyOkbyTPBoxOYjsQXZZP1ou/J+KGiFoSP7MRQzogXKgmL6D\nXjdw6mmR9K/s8s2Bq5hMUKi/gshDhg3Zjco6saF7AsZ08CxRifOYvVPn2g+d\nAu9HIW7gx/MU8kFbVvcZTap95g2q4+UOZe0eFUK4J3FrF751/pho0S4Gf3Vg\nrUR97YFeObysFhXliIJU8eJ/2GXOYCrtTcxVRmxd9vRo0TDswu2BlPjZ44IK\nXP6h5INsasaZX6yJA0ItVemgRGiia89evBw96rJLz2DamJal5ThvyGdSRqFv\nrkSD7lbWWG/91hoo7iGLds1VrbC0HZ/jDHsRwcDIYEeOgVyngbziqceUP3eF\ngVgC\r\n=sJYJ\r\n-----END PGP SIGNATURE-----\r\n","size":10477516},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.4aa2bed03_1626299889833_0.09371396217954042"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:27:06.204Z","contributors":[]},"2.3.8-canary.f043bff0e":{"name":"@firebase/firestore","version":"2.3.8-canary.f043bff0e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.f043bff0e","@firebase/firestore-types":"2.3.0-canary.f043bff0e","@firebase/logger":"0.2.6-canary.f043bff0e","@firebase/util":"1.1.0-canary.f043bff0e","@firebase/webchannel-wrapper":"0.5.1-canary.f043bff0e","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.f043bff0e","@firebase/app-types":"0.6.2-canary.f043bff0e"},"devDependencies":{"@firebase/app":"0.6.28-canary.f043bff0e","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.f043bff0e","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-UEDK8xNhuXSYk5+SLAdFOvXZiqW9CqYsgkcwOhoRS7ZoH8rHXu1JMqcGWJIhD35SiZ2ZKJJEh6cp7h6Drf5MKg==","shasum":"50e26149148d8bce4d3405ce612bb7acab4afc91","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.f043bff0e.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg72idCRA9TVsSAnZWagAAPGMP/0DhRBOH9I7ClMY3gbGj\n//sSNZLav/4i6tHNYdN3pdJsl7q1S0aVQZFdZokpvot7b1ZOF6QMw6Xjf5x1\nHimz65t1sNfxfelUrVAhba/PdDegFoaBgZWTWmpV5M60fxBuIVvOIR3aOylF\nZt6paio7sKMXfGC6dGDDcDIEkipU4aBtxa72A9aH+POZdJOpAKehe5bBqoEK\nt/wjYedNsyvvpJGp+QBP0x1C+ar11YYKumRWi8//NNf1DsqfN2gOS5VEN+fF\nsxAJyAyX3/pJCGIQ30hk8uwkGI0h/yx6yjjTzt7WxDrzcdwNhmhD82KXWrj/\nLtynGwv2jpzDCBpy8wAgCvVXmGp+HCxgTFC6WO7sdfKxnrQn775VOtnLSXzk\niXO5c3A1IcUe9QOhiAEYKBx1iamayFx5skkdzfkFCE9pHVgWudOqCJwaYMDT\nWliO3VlBwRvHTI/wbzgGDKUuj8as6b5FG0SI/A5r/nFlQ/Bz6CrQkG1zlHK3\nJ0rh6h0S1INyRDn6Rx4g0w11dUNK7cT+bi0a0bZK777iq6iBYblh3NjtLDq1\nphTXqPVhpIqFinArPg2ZCKfqhCHTT7Ez0rteg+26YHzxbOW8ty0iVp59v/FF\nQ3XFQAIqYMF0PU6CNArYrUKjzBCfWQaxhTABmTUZBllf5+D8kJsU8tTur99G\nk92H\r\n=RFrH\r\n-----END PGP SIGNATURE-----\r\n","size":10478055},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.f043bff0e_1626302621110_0.4598467831475297"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:27:10.347Z","contributors":[]},"2.3.8-canary.7468c7e12":{"name":"@firebase/firestore","version":"2.3.8-canary.7468c7e12","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.7468c7e12","@firebase/firestore-types":"2.3.0-canary.7468c7e12","@firebase/logger":"0.2.6-canary.7468c7e12","@firebase/util":"1.1.0-canary.7468c7e12","@firebase/webchannel-wrapper":"0.5.1-canary.7468c7e12","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.7468c7e12","@firebase/app-types":"0.6.2-canary.7468c7e12"},"devDependencies":{"@firebase/app":"0.6.28-canary.7468c7e12","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.7468c7e12","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-IEk4XLoWNPNxYffvyeaXpGy+fOSyvXNG5ckcMlL4DF50eSQskZHd0PoR6p4Tk+t/2GuR2PMMO6IlPrsUc7UDLg==","shasum":"97887a9d0e1d327a8edb920edc8f09818237e416","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.7468c7e12.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg72kUCRA9TVsSAnZWagAAohgP+QBpxr0jEUJ9+65U245V\nyfNlM/0C1uvW3FfDOuPmQFy27dh8AfFtu6byKNJrwqIxFtj36N55f9FzWHMY\ndWKXc76fgmoAtnHgpCi5EHB+ARkSQCWjTrCx7F+p1fT/McmL7lU1BUQCipSg\nALPWKFgzSO3l7lQTMoWaqEE8K1binlRwJHFWipgSHNQAX4xbqmwIhpBEpnya\n8ktBXM+HyjeIqXqKvQKBia+xMHO7v8IphVuHMkI/83yMVHyN40RmuXDkA5IX\noy2RT+MMig5hMLo4z9mL/sPLNImNIKzVXDIafeCL50xU0GxCsKnFJ52VOret\nd5AvKu7Jgk09qZQ0On2xGoxPcp67spTyKLwvKn0UBBkdC7y7VOz6Xt5mzeVO\ngFoKcmPGE8/Oa6jRTUdtf2SyoRY3fQw6uhHNQEB56bPUSILUnoCJ1rO3X07W\noPQx0E0W9Vgn2VQFY2p4Nc3bqNYVe8vUIuXrxa0NG7vllNlwGvI0nWXd+68Y\nlCsCQaUVzbRL4EezMWmWP+/YaXkn12u3VSZaGUJ8rX2AKAJyxDNyRj2aJv46\n8LW+1Rf8mGfpmBQTSX0gYv9L/SMNOsamwUi+O8WYpC9kXHQQ3mYmS32mT5v1\ncyUXTC273DELPmEn0yBceOzKnIkT4toQD3ve/gpWBNs2bgHzPyBFhgeWPKwa\nYi/z\r\n=5YB5\r\n-----END PGP SIGNATURE-----\r\n","size":10477786},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.7468c7e12_1626302739312_0.7220922248339363"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:27:14.386Z","contributors":[]},"2.3.8-canary.1d10bba60":{"name":"@firebase/firestore","version":"2.3.8-canary.1d10bba60","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.1d10bba60","@firebase/firestore-types":"2.3.0-canary.1d10bba60","@firebase/logger":"0.2.6-canary.1d10bba60","@firebase/util":"1.1.0-canary.1d10bba60","@firebase/webchannel-wrapper":"0.5.1-canary.1d10bba60","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.1d10bba60","@firebase/app-types":"0.6.2-canary.1d10bba60"},"devDependencies":{"@firebase/app":"0.6.28-canary.1d10bba60","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.1d10bba60","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-r3KohLcO/ERb3NEA+OS/Xx4eb4PUOg8KYbH4lxXbRuM3kwrfiCYTgqW3j35dtlw1rQfK588BYGuuePUTz0Pq1w==","shasum":"4bbdc2afedce7604b4a837aad56b8770f37bac37","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.1d10bba60.tgz","fileCount":6955,"unpackedSize":62106634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg73CwCRA9TVsSAnZWagAAWJwP/0h/wjuyXp9MdED7vTBD\nVaX3uclQM+/vZFzqWxVg0BEXRrOReohp3pyTkiNZtMPs01DGK0hpD3/HkpbH\nCe2JypIvf5hjAgVCtsO3ar2D922R97snQzriuLrsOYN4emH0CfaTUmguVg4/\nxgOpAjfOfA2oZRaKabyiUdInVHYtiOWscEXlFvwrQG0Gz7srP93oou/gXMKj\nlWdTEK09N/uebRYNOoGNMCgCkePGiFfTOAkX2qQjV2v2pXifign+NtjLxUUc\npYT5xVinwHiQmhpulP+jiUGD9y8YDBajR/jK5+xRdBelOWN66JuVjpxnQHuM\n7IUZk/j70HK4iEI9+ssmku7LZYdC9wVjLgs3IFNuuodvC50TjuE8wgyPCJRp\nsQX7W5RQP6uxPsETF1RfwniybEg8I7zjMBn7ROJ/oEdAaossov3+Wy8OJipW\nqOMLdUyxkOx+EaY/3S+W3bOSWV6S5kAA3vp0GF40F6UhmfE3oxzRI+BHyR39\n6C6NtrRb01SyzWsuQqniMQwtZFCF2hdCxdfLxfVjHZBb5xzCO11jFbUkX34W\nsithVF0iGVPs0dMDeOf2A5MzWoqOfTt7CSksn2E4SCp5YOgOc8q76ENPI5Bg\n9xd1WpYb05pxetu/ZXAGIkbGW5+sxnhN/p30PkZDmqZW4jFicDDRHUNPa2YB\ns2/8\r\n=a3PX\r\n-----END PGP SIGNATURE-----\r\n","size":10477952},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.1d10bba60_1626304687708_0.539464377670827"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:27:18.567Z","contributors":[]},"2.3.8-canary.2cd9d7c39":{"name":"@firebase/firestore","version":"2.3.8-canary.2cd9d7c39","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.2cd9d7c39","@firebase/firestore-types":"2.3.0-canary.2cd9d7c39","@firebase/logger":"0.2.6-canary.2cd9d7c39","@firebase/util":"1.1.0-canary.2cd9d7c39","@firebase/webchannel-wrapper":"0.5.1-canary.2cd9d7c39","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.2cd9d7c39","@firebase/app-types":"0.6.2-canary.2cd9d7c39"},"devDependencies":{"@firebase/app":"0.6.28-canary.2cd9d7c39","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.2cd9d7c39","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-6k0zabLNN52DoQEndTYxlsb63VzSiXViPSuFqN9PIKBiLPmZbiN9Jz176M/9AK6RwLrC7bOpJoIMf5faEE6rYQ==","shasum":"861650a5333576459b99d565061549b37b919315","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.2cd9d7c39.tgz","fileCount":6955,"unpackedSize":62108598,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8GPUCRA9TVsSAnZWagAAi70P/3IcNzW+8y7hmBvNioJu\njuDbtMg+rO9ei6Rpl4ctcUIVSqSPNX6gaLvrA2+8GH7oyNK/VK/13BLLPb4G\nGqU4IJgxBVpr0lSZDkwDNGtBmfxrF7a4IrMjfM0cTi/etMY6NN8FikytQ4YX\nBImk/N2j55j7dR1APE0nlazzihGuSCXA63jJPwBXeG5iKpyO7vosCvAs+l+F\njYA1mwdAqhmEWrjRgU2/+YJ1cJn6cB5Js4+XUV62rKGX4qfjwKX5UOLOnK+m\naHRxrcA6ZdykPnIogDH9kubLKpQ2eihJsfcEwLndsceexghp1G7MGo1jXLJg\nbe9uCMhnwiciG8N9tPqZVjydE3BG/UCkTCgwgKfvLs0xVy4LjjGtWRKCkZva\ndsAtxOeeOI2KmPL5Z4VNogit0igtM9GISFUhn0MUCuwLZHk/LIt3yOZ5PwpC\nGSkEkAAnLXmbCGJW/6Xlj9yEFKEhwZhArVUAEnDmWZnL+tq/8IEg3xGW2YmY\nL/K31PkpefLgzYIiUEP322fn7xnrxvUFLDiy98smcCA8HyaRFlYFPDPat/qk\nHviMk8cfkTjQP7HuYmCr7dxbUoD8QtzPR3voW/qXw5vi8vR8TcTAD7uB8sVN\nIksr9lRIVFxHSwmvQRa3sQGiqpu8rm2LnlAlq/qkvXrmixDaSVfS087qcjct\nkKXB\r\n=sYFG\r\n-----END PGP SIGNATURE-----\r\n","size":10478032},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.2cd9d7c39_1626366932502_0.23411924377850224"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:27:24.784Z","contributors":[]},"2.3.8-canary.d1ae4dea7":{"name":"@firebase/firestore","version":"2.3.8-canary.d1ae4dea7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.d1ae4dea7","@firebase/firestore-types":"2.3.0-canary.d1ae4dea7","@firebase/logger":"0.2.6-canary.d1ae4dea7","@firebase/util":"1.1.0-canary.d1ae4dea7","@firebase/webchannel-wrapper":"0.5.1-canary.d1ae4dea7","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.d1ae4dea7","@firebase/app-types":"0.6.2-canary.d1ae4dea7"},"devDependencies":{"@firebase/app":"0.6.28-canary.d1ae4dea7","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.d1ae4dea7","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-0WZ5H0mq79b99Hm02c50YlrnozGLSSa2fC1JDXIE2r+tkjlIOReMhqY2CtnO3B3XPQLZfxLslufAf7ippxv57Q==","shasum":"5fa5f52693ca799068433e36891e4025b6ecf4f9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.d1ae4dea7.tgz","fileCount":6955,"unpackedSize":62108598,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8KN6CRA9TVsSAnZWagAAqpwP/0Q7IEdF7D8vEvHgNx7S\nN92PZGaJPx5fCXgXy9THjfwKgMwO+sZBQd688SVDucsQ0Wvcw130SE0kzidE\na5zzsqx0ufvqEzi1OJc3rKVap3fh57pZxIY2522Dh6XnPo9B7KKaKLY+HDjM\nEa4kKRlcn5PblkkcqlK8FhQMvdOhK4UX9XKWfxUwj+vspTz4p35Wvg8BLnuv\nj1xER/0lZU7yR9kjNsuFpEaP/c2bhKwAKEYWVAPnaTt7WvsZNNsyI0f9Pl82\ncZh78u8nQMwgzY2Dif43mCuTCIjIrU9GxD0QqvIk/AsxJVJKVtwk0EvftFuR\nfzQvezWkNj0lRtB/OzLZOgH8xeXXJpi8ofejNyU8Ok/6USFbpMs9jBOGXhxQ\nCJRKYYyu0uc3eTHIVlORXIUqJzvTDsDLUUXu5MszJMuWwQVLMLn0VWXIrX4i\n1tVMdYNu2sUJ1mte+driBFJP0srmMsnLfC+xhH2re128EBbMfkx9ZSDZUXcH\nvCaNGoFk2EgfYzFYSptqpysx1XIdYCJHYCqGQQ3u4s1k2E9zActi0bObRU88\nQ8sqRiBXKGbLgnE+ywFOiLaJZcPNxyiAt4Nza2xhGUFTnB2il+uKFO6LtZaO\n6Vdw0X9h0Td9VabwZfzzZxTpxVAzkM5nNx6QCewpV1PCsCwYs/71TeXnGGWs\no2A7\r\n=fIGO\r\n-----END PGP SIGNATURE-----\r\n","size":10479139},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.d1ae4dea7_1626383226144_0.6891403230172177"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:27:29.685Z","contributors":[]},"2.3.8-canary.4cb5d8aad":{"name":"@firebase/firestore","version":"2.3.8-canary.4cb5d8aad","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.4cb5d8aad","@firebase/firestore-types":"2.3.0-canary.4cb5d8aad","@firebase/logger":"0.2.6-canary.4cb5d8aad","@firebase/util":"1.1.0-canary.4cb5d8aad","@firebase/webchannel-wrapper":"0.5.1-canary.4cb5d8aad","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.4cb5d8aad","@firebase/app-types":"0.6.2-canary.4cb5d8aad"},"devDependencies":{"@firebase/app":"0.6.28-canary.4cb5d8aad","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.4cb5d8aad","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-5ED8v/LEWuF8Tp1BBZ6AhGf4C7vh5for7/kZwP2aDNblluBLheEk/M8nPKCFr6irmutUAgPzwE0gdlgY/UuhtA==","shasum":"c9801fe07262f01683080e65b2d529c3857ee2c8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.4cb5d8aad.tgz","fileCount":6955,"unpackedSize":62108598,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8L3NCRA9TVsSAnZWagAAqssP/0LqIUy6cQUtiIvX/HNU\nO6LNVC2n/+MkdRReOWpWf2FoDrgUVjHfGgs8QPPNdojVErwbVNa4JktK1uoM\n/I815S4nLRDbQ9mSgUckSACaTuSvHtTiwjPeVsxHTk3xyfVqWOXGynuJSuE8\noTIvlM0ZYDgqLTFBrVnOzgkYwWbMpV/JFYzemAQiR3UXwD5wcwBZDkaji34z\nbQlBzELPA710kbEGMhscXbJs5G1q5Qn3L23zKuVcx3geGB5D3C2QoBTBQtDk\n8ZZnCFoSy/CuexNe3xpE1eP0MiypH2Bf3QQw3H27S1RP+C4ACIU0ZRXq3c1g\nLAvpHqp3wCWa4xzHnxu0q9YsdSOwDJ/1s11pFQ6sAu6dnFoZtBfW9HGJy1dc\nSTdp7TLgxEz24+NZhjS2YrizMg9eDJToS02ggV773n2xoB+Bq+xX6ku7eD7q\nKzBd8AM7Pvsx4zyksOXybLsxpdTi6pjJfFTLsRtrRZFvnGmijNaspINECVRK\n3odmTcPa96aw6So7xbnZe2m40bhioja0k8/X7ASR6B9gKg3cDrIZQfjll15Z\nsT1D0n3+wpXJsnTAGR0wfKo8dfjQ/st6B1a1/ZOyzCbRtZl4eyBdS0T2BR5C\nuDLgFAlIZLKvvKiQEQFtUiBhMD1XH9uJfAdvxqB4mDm2ZFmBziFCXciKwzYd\nDq3W\r\n=aN8c\r\n-----END PGP SIGNATURE-----\r\n","size":10479328},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.4cb5d8aad_1626389964848_0.3405667770361389"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:27:33.882Z","contributors":[]},"2.3.8-canary.02586c975":{"name":"@firebase/firestore","version":"2.3.8-canary.02586c975","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.02586c975","@firebase/firestore-types":"2.3.0-canary.02586c975","@firebase/logger":"0.2.6-canary.02586c975","@firebase/util":"1.1.0-canary.02586c975","@firebase/webchannel-wrapper":"0.5.1-canary.02586c975","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.02586c975","@firebase/app-types":"0.6.2-canary.02586c975"},"devDependencies":{"@firebase/app":"0.6.28-canary.02586c975","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.02586c975","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-ac9QrMxGbqA+8CtV4azVvpKOrfb4TYwYlJoKUG7Txgm4t/t+Of1zRR9W+JyFZOFdwCj3PJwbUr0nva4EUja12Q==","shasum":"c140db9f495e26476b97cc0a1d8df7aee91ecf37","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.02586c975.tgz","fileCount":6955,"unpackedSize":62108598,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8NnqCRA9TVsSAnZWagAAWAcP/33BY+vex2C7sQ6pD8eN\nOJFX3Zjvto4pVSYb1PVc30DpNRmB2w9XUKjTaD8BFC8TTeP7SGUQUakkoN6A\nbUgNb+FknrmH0Q/+kN5AWelEFloB1c0fJlVb9wj+5oRvV+uAZJzE/6t13Hu/\nfCxDZsxtQv9OA3cTiI/Kp/oCRee8JKrmCloqAcZHDcKnIauRoyP/gmoLuUZM\n8VotkZiQjUfIclWeXSyAXzsbnH0N19B0ryQoeTG7y3HVEkPjZEvyKNHnGxEW\nfe3pMvyBiLJseMdyyK9OwL6Oha8yoOBBxjKxDpvXwqsPMVjsYHH8nuOjjgSJ\ngZs9UXDUmguJTIqTsdJ+Wpr0xkcAq2M4qzMJb4jYRjqjDfAiYqJMYtstdtGp\nxEZgu3yhCdrRgPsn6InDIKBd22JzLDgEWdNW33hFg9eUyHKrF069XMp7utVr\nUZ+YVjoGHZGhDnPE0HvH2R+PrwNoAxociHMf7yIJJQXkrl9jjb03KiHu/WBz\nq2sidl+g3JlYoiAPatmaO2SEXGrGmjW1yRRTgTZ+bnj7ZSRrTnQVQf4k/ZMr\nwEN7pblNUsmarPcigQoQHu6r8eJktyUn5dHhgsWrGiwU2XAU5jqrYrrwV3+P\nzl/msyfhO3Btj6RUyqbw3K6sVDZ9+c1vTA2VrnVxEu3r8AippvNEyRgo/v8D\nfHoT\r\n=13Ef\r\n-----END PGP SIGNATURE-----\r\n","size":10478559},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.02586c975_1626397162350_0.4848032136775198"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:27:38.191Z","contributors":[]},"2.3.8-canary.b51be1da3":{"name":"@firebase/firestore","version":"2.3.8-canary.b51be1da3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.b51be1da3","@firebase/firestore-types":"2.3.0-canary.b51be1da3","@firebase/logger":"0.2.6-canary.b51be1da3","@firebase/util":"1.1.0-canary.b51be1da3","@firebase/webchannel-wrapper":"0.5.1-canary.b51be1da3","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.b51be1da3","@firebase/app-types":"0.6.2-canary.b51be1da3"},"devDependencies":{"@firebase/app":"0.6.28-canary.b51be1da3","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.b51be1da3","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-YkjcjJmaClg71v2ouCGvlDsrhzFwwhlD4ov5fwdwr400wbYFBjOevtBmfgbw1r9DYaE6Oc8Ak2pSjFtAeHfxLQ==","shasum":"f0bc716fa78f4035e0708c66ca88ef110989baaa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.b51be1da3.tgz","fileCount":6955,"unpackedSize":62169525,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9cSNCRA9TVsSAnZWagAA+dUP/R1rmJMbkgbVAHNb+6ir\n9IpnDUrZ+THZlikyGjFZoTcix7Y1L37UveLKkGFPjYbI2Y4NtxqEgjcd25JA\n0q7WM7qegryf+gAJQbRHwjuOkJ+03xghZPs/XYoCFhQ6l/b/POXDqRAzesG8\nbiCOEcDn7vx2ggIJ3dNjfLhBbG+5KhqNvfWI0SiIN0O83Cn2WjCXYRAnZ5M4\nv3gPw2VX3l+lusIGfW++E85QH6swpwsvQ8tvAwb4+5vXSDGxcQg3iHI+leMO\ne8DgFHzH9qVhgHcP0tOMcfz+zPCywvvzayRUYF4QBxEY75Hwt3c8aVYO2YKv\n2TF7Zca2CGbBFHpH+2+jRhNzmN/yEjQ2PCyJUE3Sh9wDYzVfMpq/M0FhUbEG\ncBmFyfReGY7n2nKqvnFVJIR0tNRB6P2KZrvK5+NtzY4/9mWNDlfl4iFc19pU\niLFCCcgV4JJNSVv2nhQFDzkOJvXze1MTxIBdOvyJ9wDfAOV/tmENJItUcJQh\nPwPAudT2a+TMVt/qU8hEGE86wEwaeyXDi2bZO/VQK1ZIbAqSmsp18Wq9/U0Q\nmDw8bI1Boh3RnN5Mj/iCHzYS/WsqW2jKXK2+EBNOKtMqi3L/UAdvmfMXPrDY\nZ1cwvDRiWLrAlY1kL3ZCfnJtuNHbu4BushlMPI3sAv1vLjfwcHd3/HOcY4Zu\nAXiM\r\n=yrjO\r\n-----END PGP SIGNATURE-----\r\n","size":10495522},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.b51be1da3_1626719373567_0.48854991188323216"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:27:42.319Z","contributors":[]},"2.3.8-canary.de083904c":{"name":"@firebase/firestore","version":"2.3.8-canary.de083904c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.de083904c","@firebase/firestore-types":"2.3.0-canary.de083904c","@firebase/logger":"0.2.6-canary.de083904c","@firebase/util":"1.1.0-canary.de083904c","@firebase/webchannel-wrapper":"0.5.1-canary.de083904c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.de083904c","@firebase/app-types":"0.6.2-canary.de083904c"},"devDependencies":{"@firebase/app":"0.6.28-canary.de083904c","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.de083904c","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-B/beztF0Anj2ed/F5e6V7CFjmiBux8Dda55u1n/+N/G4kEcCoyDg4T3ZyFzGOqQXyqojWFz23k18zEHie6Pv6w==","shasum":"bf3cbad68324112f1f7341c747ac0104ca76ba06","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.de083904c.tgz","fileCount":6955,"unpackedSize":62169525,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg90mhCRA9TVsSAnZWagAASscP/RzSFaR5/af33j+wDWG+\nE2SeV0WLcgjB8MGTk9XlfTJ8PDQxlAZqOEne+iTx1py8bVSa0JyU8vV2xr7b\ni/UJVHJ/E6aF0Qn/rB2XgiH/qg1MT9DDwEtaensXUNB5QPFoScA0qckYLKJu\n1Jm6UIJ792fw26VbDwU9DRGjepLzeTikv1mcQIXG+xm5aVcrBAwcc0fvYLMC\nBFHWle2fVMSly5GdOOj+6OHAgqIRCHoDFhp8SX6Hmjg49Hr9x8Eo49h6MRKd\nYIwX/9rlHJit9qSmjS+UE6B1FMgmfdY4Pcl54p1yykEWRJlpbt42HE8GqXPl\nx7/zlINoa+mETjJBG2cNbm2mSr0uVw3x3vuS/rj8bpgui/ed1NHsyl9VyHw3\nmcf7bjyqtmhxhostUc4LBCoi/UpkNj822PwP9P5pyz8QkKdHHrs4w3ES7KEx\nka+jillAS3dc2piPk7EMni1gGYo5/ukOfjpuYJhDfjj7GhQ1827GwnErLWZi\nLWwYd0FLKacvCM1Bbg/rW83PCHFDqWFzxAnPJ2YpKW3T0C9QmKu2bVrJuQ7+\np2eiHR6JHWrRd6KEvap17TNmDtgM92I0sV3zinrHoB/+nq4kut1gZ38kX56l\nzYxZfiK6B17pDXDI7/o2uQ8mTiDnRhtmTslCw4rYfh14qzULKzMdJAwEcdvJ\nuV0s\r\n=/Zh8\r\n-----END PGP SIGNATURE-----\r\n","size":10495267},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.de083904c_1626818976632_0.22916228358921908"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:27:46.431Z","contributors":[]},"2.3.9-202162022140":{"name":"@firebase/firestore","version":"2.3.9-202162022140","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.28","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.9-202162022140","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-oHjIPICjV/n5ymsv/IYm3BlqQxvEUZmj4A5xQIGHPnGmf3f926MpQ7K/nmB0RGdADN2XoUDrqocb0tK9S1jdog==","shasum":"7ad3f58cf42c62eb755286ecdb59eae4d5f23ee0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.9-202162022140.tgz","fileCount":6955,"unpackedSize":62169994,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg901NCRA9TVsSAnZWagAArZsP/2ec83hXfv0ZzirwSXDH\nnUm4L0JHpQPwdgfDST3FwK1PyfqrLAgIT2Au8YNTGt1i4KKcc8HiE5If4oUd\nMZFK2Jvv9h5E5inJyVnwzYikj1dpLCHHgwxKOsx6a7+7b8os0IvePx9x2za0\npfB59rpsy+0b5ecf2HsgQbjjMKgFSNSe4DMAT+gXo0BQLI1M8Lm/DeF7qad5\n4UVfsgzBwTI6amvtaZFjl3Dj1Kg3ZTlmX+2+gH+T4aZ+udhw2uOjdhriH9Iu\nEOpk+Z9XvtF1BxS/lVZldaem/21yX31tZGP/U4Mucr1nVUiEI8Ca3NpTKu8t\nHAaUjfIq+eHwpa8e9Ch3OVrUm7V0EyxFQ7NMEI9JdN/b6OA0r52/Ukx1afbg\nIh5fOIPrj0aY63+7G1KJoP9OMvhon1nPtYLJQK6EwjipOVmx3absNAljQIdr\nYwy9bq3lXKHm1W3ons8hprgMKo/KBaNpYvl63QovmJQmCDfMf/RkdgSB6S0t\nclX+fpDW2iU6lAyfviGjXtInwQy1s16cISyXJAgqupTj+kW7fGtqZbqXxWFq\naLsBeM/A0KzGQNfAF7tbREUeBmMoBzez4dTn9pFJgCPt3yj1Ag2il/Nk7P4V\nM6ly4DShnlKJwFSK0A0p4WsDGTXuRoBDFFkxJi/A/wvVjPbz2MH6tE0/LAVh\nH/vM\r\n=TZN1\r\n-----END PGP SIGNATURE-----\r\n","size":10495572},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.9-202162022140_1626819916083_0.63675278277078"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:27:50.710Z","contributors":[]},"2.3.8-canary.353d6e47b":{"name":"@firebase/firestore","version":"2.3.8-canary.353d6e47b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.353d6e47b","@firebase/firestore-types":"2.3.0-canary.353d6e47b","@firebase/logger":"0.2.6-canary.353d6e47b","@firebase/util":"1.1.0-canary.353d6e47b","@firebase/webchannel-wrapper":"0.5.1-canary.353d6e47b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.353d6e47b","@firebase/app-types":"0.6.2-canary.353d6e47b"},"devDependencies":{"@firebase/app":"0.6.28-canary.353d6e47b","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.353d6e47b","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-9Mpjf3SLlGyp5rq/rs+ZjrUnniHrdbs4DHtPZP3oTKXdS4YRtUHCPJ2MRr6lL5D+Ux36Lx8W9rbaFxRW7BMd2Q==","shasum":"a33150a327c356bc9d410d8facf0d43a23094aaf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.353d6e47b.tgz","fileCount":6955,"unpackedSize":62169525,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg90/uCRA9TVsSAnZWagAA6doQAJM5N1LkHJb9ysvc0T/6\nUpk7H3bZ5ZHmkWG3SNOBYymEJCECmuDwrAc9W0m3LuwJBGjkp7M4qUiSwxI1\nKL6Eb1QEEiqqeQ2FoXWFgzyH8ptfse2TjOZ94iDTSTSTEllZUdi0IRcueaet\nO0bP/H6rDQtOP+kgReU4y5EuEiFmU2+jC7KOFxBlCJFaZE0X3dvsHThqQiKU\n2FFJfbjz2UK8ocHnyvSRxxOqp6gs68T54uWqeqKnR7xIbOht4tlGmbfffoRM\nj0Gah9ftDF70cvNp98FyRIS+NEtgJBpetOwVQJ3DqmApYa/Fj33qIkfJIXy0\nwrIbf0CbX99ZN3+5HeHsT2ETcmtFnpMNc9QBdT+kVK13/T7feSXEOH6SUPUp\nNICmvBIsJ6NE/kdrX+HcGTBhnOL+gXjqV8+OFbgQxlK7HNHa8A/hRt62Nn5d\nUyOfvyJ2PTv9rGB43TKLRr598Bd2UU5pWFZL5kMWtM0Pk8/4BRNs0lgyXTS3\n/j2iOtyNUoFfFn9dId5kKVWSSc9ssSArQ5AOFSdjdyFPQG0V3Ao+Yyslqzu/\nslWYQ6LdjQWX8CctYiz+5LR7av66rJ6hnvSjkscl0YTdi+VCkb/YLlPG7JOe\n0S+5VGGB+eGGM8tljhhbRAq5zB+wCVFEVaC0F2uL6FkPRONcebdmac08hrU/\nuPAy\r\n=t9Mo\r\n-----END PGP SIGNATURE-----\r\n","size":10495489},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.353d6e47b_1626820590451_0.960671883556111"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:27:54.671Z","contributors":[]},"2.3.8-canary.7028c1159":{"name":"@firebase/firestore","version":"2.3.8-canary.7028c1159","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.7028c1159","@firebase/firestore-types":"2.3.0-canary.7028c1159","@firebase/logger":"0.2.6-canary.7028c1159","@firebase/util":"1.1.0-canary.7028c1159","@firebase/webchannel-wrapper":"0.5.1-canary.7028c1159","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.7028c1159","@firebase/app-types":"0.6.2-canary.7028c1159"},"devDependencies":{"@firebase/app":"0.6.28-canary.7028c1159","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.7028c1159","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-XYUfj9wqhaLeT3rdXM3do/rdLQ+IH46vXX8v9qE5W+REjeDxDkDyjKSItqpo6Z7/Y2tmqSLBVS7iOt71qaNYnw==","shasum":"193713b86e0402d071f12692810bedcfbae661ab","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.7028c1159.tgz","fileCount":6955,"unpackedSize":62169525,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+HH9CRA9TVsSAnZWagAAkP0P/2pt9JOCCl2YgAfz9pjd\nbVsgoSXtU9xSUQ/ZDBi6E549s7wTrsXI5txfPIxJ6YLvWuO9RhXGkLR7aYye\nc7PwGeNRT9wt7bs7J2JnGZzoZCX318chH8bpi+6ffgRgMs8MvlKxF0AwJ8PB\nB/F2v9ZqJyRX30yUFHktuTaOOhnG9NQlhEiMjan8nxmNO7mVRmOJgSDgRLui\nhn5jIYIEY6rCUrCzC1x2a/e4AofipGo1v+YwaOrHr3UHM+yd7GnN//eN/a8w\n4wCZTMIQeWHtqsaftIr1AB3OTAmjrvFIm/Z8Ceht17pwSN7CuYpiKssDxKJ4\nACnr5xLtjz9Gv8l8Z9XMo6YjF78oZGbTYj5QuP0uZSJg4LSds20K16FLxKan\nOrbv1GtE42WaFe+3wEvAQ0j78K4nDdzmfCa3NcK/QkLTrnnqsewr5Z1g8nEK\nucldYyDCPGviV/WzMnpXF1YOwjLFlMm4pBGE7/Y1c/6fxIWXwqaRfF3b/M9n\nPsLoo/mqK3iSJcU93EPeRiSYFk8P0SLASptZvePp+Ct0lA5kOt+Sr00TVeWX\nmKpM5b8ynEUpAhn3f4pJcFCe5b+RJwT9lalprr4gzwbbQ0SqsneQXidzdaeV\nVW0fMcjIb2YyPHBYW9u0zCWXj6sghn6Xy3P6BVurgLahe27xHhkbL742QSwI\nfK/b\r\n=anuN\r\n-----END PGP SIGNATURE-----\r\n","size":10495172},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.7028c1159_1626894845218_0.21202467220948673"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:27:59.836Z","contributors":[]},"2.3.8-canary.6ef484a04":{"name":"@firebase/firestore","version":"2.3.8-canary.6ef484a04","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.6ef484a04","@firebase/firestore-types":"2.3.0-canary.6ef484a04","@firebase/logger":"0.2.6-canary.6ef484a04","@firebase/util":"1.1.0-canary.6ef484a04","@firebase/webchannel-wrapper":"0.5.1-canary.6ef484a04","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.6ef484a04","@firebase/app-types":"0.6.2-canary.6ef484a04"},"devDependencies":{"@firebase/app":"0.6.28-canary.6ef484a04","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.6ef484a04","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-2Kt7rb8t+7hUCgoj1WpItFMnNPkbi/FkNqViX1dEHYX6rPS9fFLX2gsvV5fjLw+7NDug4a+NOTAIkNJHOPRNkg==","shasum":"e868c98cafed24b733d1f1b99e36abce06ec6f7e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.6ef484a04.tgz","fileCount":6955,"unpackedSize":62170328,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+JxTCRA9TVsSAnZWagAAAiQP/2huOpU7AWyDff9MpFds\nb7xs/7n8RfE9MZvp/uoh3PSv9SaERKI9FSdVpiSVuQty6L+gjePFAUfvQ7G8\nEB0dyUMjL4rQj+RhhJ415pp545xlkNyq9/0mBNlb2jOlsyBssBR3XiQQOgT2\n/fny4di5hiC0QDVX1m84cig3ArPsnasr/3tdA8wp82sI1/KrLTHsCR89DtPA\nfEIEW5JvY0O+CRGcbiys9lCDfXQtQcpoDGxCC4n7W29h1qAnbPU8jV/DAXt6\nNA6vtI/lrATHlHtQLffmGwW7r1E+KOkhUzeKxRRv8Ndjj1r9puY3oBBn5rF2\nako6yBz5ttT/9SIsrxHx6Xqv0NHCjFu0gVvy6HUoclsUsxoh0ZY7nsm/P/xG\nJ/MTPVfGLK23kBwAq2NwmZgurmHVGhgz26jkb/zN0BP6W9aNKezWygiWIpm+\nDM78WzT2OUQ/42uk8YD3aEcfsHEV5hSvvcBZdK2fgd+ig09tkNpGptAQSWUX\nfmMQ2ojvKvf2sjdlmmSKohMB42ysKkXY8s1eL+MgoMqjiDUuDOeWC0UZuRnl\nYEEcIEJhj4EyKSqwxnNwHshMGbXrBuphqXC0jmmRfnbwtIP0/O/Tiuc8ghhN\nOe2uUjya+a9ktdVoi1ITYuXBm513ubXKyatepCt26V9fJjT2ijMfvEv0ANtA\nuroN\r\n=5Bdk\r\n-----END PGP SIGNATURE-----\r\n","size":10495514},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.6ef484a04_1626905683419_0.2997437333267041"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:28:05.204Z","contributors":[]},"0.0.900-exp.6ef484a04":{"name":"@firebase/firestore","version":"0.0.900-exp.6ef484a04","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/exp/index.node.cjs.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.0.900-exp.6ef484a04"},"devDependencies":{"@firebase/app":"0.6.28","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.6ef484a04","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"integrity":"sha512-KZHcWgB1PWtH/fU5Cqm4ygrSSDkFQk3PNG0qW+ILAeBnFcqn2uYv4Xu9D+yb5vP+qWTAygQjxTHR/SHN68HcJQ==","shasum":"686cf144e6144da765a317971cef8b11add929d8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.6ef484a04.tgz","fileCount":3668,"unpackedSize":28320625,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+QjcCRA9TVsSAnZWagAA20UP/3jm0usKS9eFA168TMvj\n0XKRfc4QWibSNFzPKuYTZqNDr1y1E++heCHsDa+nrloE98Zzs7WIvI4kd9u3\nj1BVPEww7rtKzCPtbUELyPM9oPUyBqHgjqx3nxu1yPcYizZ+VVG+zxw+h9jf\nesFFPaj/eBrYzTfX4Y3XBP/olpcUgOUUarMGc4FS24GnV8bkRNLTQFaFVeTb\nIYIlvRKeM35fYdjuhM1p6FsUTN1y+RCLfyo19+COMr/2cU6ZV0ibMY/PpBL+\n4B+Rru2tTvdyC4GaqqGUH4MNYHAM6KD6n0fxT8CKJBDgC1eybqrDHShkNHGI\nEaVGmrQ7fbzXsixFQpoDa4Ua9OHEUEBmqlyEHFaQMgKjN7Q0VNLKmQQ5SSBr\nHl/w0rM3laXgXJnkv6DbW1ybkdIQkZQiV6Z9SApdaJrcm7NQLQdB0O9Z7hHQ\nPfcI5r8y5NJbWjJ7FvasjeGdX3rgXcZLlgJhNbSjVNlWQxW+/5YPo2o8Pw1F\n98RUMLsMrWcFp18nCZep5iRVKNiaHO+q0y6t28fFHDN2SsabTordaP5v3PpZ\nss9l/d7fn+w9mZq5PbJ7oA1/28bNV9NLlafEOGPyVH1OEnBv0uad6HH8VfAI\n89jS/ODxwpE8bK+OTnXg+Q14bElVhGm7JM+6XBuwx6/qJiX5bbZg0p16b9Vi\nAwRW\r\n=jeCU\r\n-----END PGP SIGNATURE-----\r\n","size":4788684},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.6ef484a04_1626933468605_0.28937860970964757"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:28:08.188Z","contributors":[]},"2.3.8-canary.d56ab5cc1":{"name":"@firebase/firestore","version":"2.3.8-canary.d56ab5cc1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.d56ab5cc1","@firebase/firestore-types":"2.3.0-canary.d56ab5cc1","@firebase/logger":"0.2.6-canary.d56ab5cc1","@firebase/util":"1.1.0-canary.d56ab5cc1","@firebase/webchannel-wrapper":"0.5.1-canary.d56ab5cc1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.d56ab5cc1","@firebase/app-types":"0.6.2-canary.d56ab5cc1"},"devDependencies":{"@firebase/app":"0.6.28-canary.d56ab5cc1","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.8-canary.d56ab5cc1","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-hXUA+o5Ox/X1EDGyrBohBBLSKX6jzQ3fh8w4jbBxLQcmzsFZlARbN7/bqeex6RppA2ic9JF2+wf46GxXewgEMQ==","shasum":"712b03d5c936cc5f349bffbeea87a9c6309f1773","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.8-canary.d56ab5cc1.tgz","fileCount":6955,"unpackedSize":62170328,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+Q9yCRA9TVsSAnZWagAAm0MQAKQv4kgf123fZ4Cj6x95\nK26JrciNsK+ZlvCQhN7kKwDVD08kRAsgbI1kw17K+hxpcG7EGXHPKZ8CJGAQ\n7yS+nYezcABUyWz/0QFzkgTFDqjyejZfiRCBWGhNE8LexMFITs8Wz33Uuchh\nwOXqYjwOgN6inMC248U8ZmdJiNsQ4Cloyg59a2fa5wRI0QMlA1cVX8F2fMHK\nBfBnrXXMQpJ8NSOUizTakf0fgxsGbBfh/D5b5yGjyan+kfwOjCZss90CKE/f\nQ7VSegTUHy03Nps5cHuPf+nvdWYxA+HB55+e146Xfcq5P6pVRLY88eaEyHNf\nVALvasrvK0zHd7xusGjSpyTcWLa/1+U+3fOhAVkBjMG1Bp3j1o9muIHPNN2N\n5eSeLpXJXTqmj7btbj34V/NkFQbQBwlq4kNneGnwOKVmTDzNgvwl9xH78XF4\nIz+5nMQt4vbzAw7ExP4+aj0IKv+L0pS97MB0pSf87vMAddydhgJhu0cUElQV\nrZ28WlW3LWPfzj9Oce8PuP2WIA6qQkmMKLvs2t3AGO1qklClgUl3IuOQfo22\nCb/w2wTxA3kaF5qbd6XCpya6tLMarP2xcHwmjj8Ic81yYTyq3AiHpE+hf+N/\n3CPlvqT/blwEKhWyeVUQ+FIz9lZ6RXi3U5OMlUEiB3IigmjO8qDHP0HfDWDH\n8jDr\r\n=Gmv0\r\n-----END PGP SIGNATURE-----\r\n","size":10495926},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.8-canary.d56ab5cc1_1626935153399_0.22467391355478394"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:28:12.213Z","contributors":[]},"2.3.9":{"name":"@firebase/firestore","version":"2.3.9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.28","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.9","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-DUYLSHdCY6YeTFrlgy6cbtlIvxZvLtEemTOupp52/1sSoF9/u46CCxvfyDyIFxvq4QCreEykjgc1p+Difb8uvQ==","shasum":"866b635d9b1581031d9cfec25f5bdc1503a98041","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.9.tgz","fileCount":6955,"unpackedSize":62157477,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+c9wCRA9TVsSAnZWagAAoCgP/1GQHzk3+pb4yHw2NrGh\ndv8nZ77/C7g7xQ2AgvsVpAEhfBNSvtojL0s1wVLWVn9/yyQooy5kOvVArglb\nc6/V0nwFyWpidFKfIubpLUlbkS5QiCLfEtiia1aEMDH7sCQQCtGjDxaywNA0\nXNJexGYbOMvQxrgtp3X4WZxt703Mo2vKAWgHu19bJHFRywnfqfiPnJfZjl3c\nyLOubhw3cI1Q4SfDVKQAMJhLxXl5VeIkDVV8M/maomL0jY2Dx11WRq/Dldu5\nn6joFqw3Ffi90CvTZYaZmP6k9tz/muFaQICzX0j0XvGztt+su+WtnCLRpzTM\nLX0pV+j0cCU/U2VtNrNZUcrpR177dBgJB1DiQYsdcn/6q1krQAnxz9jZz0D1\nb0SwQj5kk2aCVQpG8swvEExmyod6OrGeyD4uhMPl6/obPAJTn+SiSoZhHj38\nEtADNlQ1X1yAmHXE6YUTY2ASGLSXrN3p9vh0VGS9ev/0gwevSs2Kvo9A2Cbm\nRr0V7Nvuin3Hv3uzCMXGuz9RPwSWp0DhWh5fh+2LilPa/56eyFtZgFcSpo6B\nKLvYKT8DxCzYkWqFMt3K2baZ8lgZO30tVp7kGas/gXPpdXP/G8clJYHtndow\niFobhpEgQK+w27Gw5MgP3aZmLTEBocQt+RMpqiau5Ure6C6DLm8ezgVpqhfJ\n1+7K\r\n=Wq+6\r\n-----END PGP SIGNATURE-----\r\n","size":10495494},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.9_1626984303630_0.281497940259793"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:28:12.728Z","contributors":[]},"2.3.9-canary.e72e35142":{"name":"@firebase/firestore","version":"2.3.9-canary.e72e35142","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.e72e35142","@firebase/firestore-types":"2.3.0-canary.e72e35142","@firebase/logger":"0.2.6-canary.e72e35142","@firebase/util":"1.1.0-canary.e72e35142","@firebase/webchannel-wrapper":"0.5.1-canary.e72e35142","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.e72e35142","@firebase/app-types":"0.6.2-canary.e72e35142"},"devDependencies":{"@firebase/app":"0.6.28-canary.e72e35142","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.9-canary.e72e35142","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-x8Jf3gloYBMSi5vdZ8WB3kAa6c9sG0Kk1zpVwo0MY9KXpyaA+GF9G2VULwX2o5/f24nUUNS7zdkLA7urxiQTjQ==","shasum":"2024146bbfe2624eabb44aaafab88ab6a231f181","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.9-canary.e72e35142.tgz","fileCount":6955,"unpackedSize":62171149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+daQCRA9TVsSAnZWagAAwG0P/isQ80Wdfps4aX/9KKKF\nEGSrwTEpu5sJ0Z5+w+vYAAbauJgYSkmuabTtaVNQYcQPIiwAbD3FrjOM2fvp\nmiHr1jXIxOFwLe8+9KZaSTas6wLiTrKUszVXu//NOif3aRZUb2UGJE3H1nWd\n3kAmrqzadstbH2pt0XGWJq6FOGUE07KnshKW+pw7akUF/zBHM5XJ+EozDIaX\ncgw5vVP0klzsFuYuaJ4xNnJ0Y2s6WayvZqq0weKz4qJO7qwirVOkRrTmzado\nqOjNfj9du3mq3B78+hwoqZgVb8Po/nhhjEDVS8JBE2C7pw5BkQ3piyLtRAQw\nxJ3ssD7WC+qWOGzvHx6tmBk3lx2EmWjFB9ZF1WVfhuM+k+d7BnW2phCsySKb\nD+vlOFDww4IAQtxb0ctp7sBJvEHKSTugogXcDGk5k+NON+mPAy6ouVnomQuV\nOcPkqbcCkaWOPmYcZJLSNtR3WoilocnyJoRmihTR2lLqgCXq1RgjO1zpbo3m\n0rkOsW6G5KiLa1802kt4iGGrqKH3IDUtvDbk/A37XoOpQyQINYNft/1PL06p\nYn8jTG2CO/2tSe0S7ycca5kON0F/y36lXB5WkhVv82zunQQvpze5g3b8VCLn\n9j6q/soqs1B8Us5bwoU+2D6pSJbdkHrcMhkIdJ2MZQWHWlYFYXUOt3JTNWTV\n2ZKT\r\n=MX0h\r\n-----END PGP SIGNATURE-----\r\n","size":10496167},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.9-canary.e72e35142_1626986128193_0.019633279473638243"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:28:16.844Z","contributors":[]},"2.3.9-canary.3d10d33bc":{"name":"@firebase/firestore","version":"2.3.9-canary.3d10d33bc","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.3d10d33bc","@firebase/firestore-types":"2.3.0-canary.3d10d33bc","@firebase/logger":"0.2.6-canary.3d10d33bc","@firebase/util":"1.1.0-canary.3d10d33bc","@firebase/webchannel-wrapper":"0.5.1-canary.3d10d33bc","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.3d10d33bc","@firebase/app-types":"0.6.2-canary.3d10d33bc"},"devDependencies":{"@firebase/app":"0.6.28-canary.3d10d33bc","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.9-canary.3d10d33bc","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-Rdnioh3OkORrFx+l2ahd5J8SjCjNg6n8/iJMWlw1NTDSuXgeUInHBGD5BJhjZU73n7qUweNVMh1mR/f0gnXyYQ==","shasum":"79149703fb2378b7c8b6924db01438d66ec53491","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.9-canary.3d10d33bc.tgz","fileCount":6955,"unpackedSize":62171149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+g3lCRA9TVsSAnZWagAASnMQAIWR6fUlImq/BN3U3/tD\neWtEKUoke312Sn3RIcaZro/dEOscZPFMfGJYaGzsFaYVK1/LDyJfHEPL/ohV\nGK6D3dQPRC5gb2A/ImWW27JjOvWLiWVxy7utjplRUj5xnxX8EQ/MKDB2Q8ki\nK880jAxydQl/tVHy6esu9BDwlKiXkrYn6B+nqpszP/BBvAnmKzyv22O2DAZP\ncK/Mpyt63xEMppnZDaH0f1DeQGrh8a19qH320PPxlwFQeRfpk/TC0fxafLzm\n8IsVPPjL/Si2a9MxpK+3VO0A5aR3taotAOFaskoOP/wFukhC1TAYpGIZ+V9e\nSVYAdcHzGHoaTSZBCneGmfoW8GCnVA0C0ELsaoEHxSJIbcsJ3PX8e7yXqfCi\naVovdQ4Rw20anXzytp/3ArawbGGUO2wkfOQADNRgP5fCLrFG6yAAdggT31nW\nawQMkeElbzLaBUqOSIII+zsOX6pttZzbgQGb2KDILafgYnOTrKRIBvdNfDf0\nxLuytq65gCa/cV2fYj9ghdv8WHmvUCoVwFcp7CxKD38dY9zx5I0cpK9eUprB\nENDtbgTfv6spMfUZJSPgrs7pkCM8/YoRZR+NlBSDxeUGtcP3vP8y+eEA4ZpH\nQ1Z5hXM9Gs0WyxBdMuZg7Xy/43ayuncqmqGuvXF2TS6UMtoKFG5Bfm9Zsn+E\n2f0G\r\n=JIoX\r\n-----END PGP SIGNATURE-----\r\n","size":10495867},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.9-canary.3d10d33bc_1627000293071_0.8214456368036951"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:28:20.958Z","contributors":[]},"2.3.9-canary.039d50744":{"name":"@firebase/firestore","version":"2.3.9-canary.039d50744","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.039d50744","@firebase/firestore-types":"2.3.0-canary.039d50744","@firebase/logger":"0.2.6-canary.039d50744","@firebase/util":"1.1.0-canary.039d50744","@firebase/webchannel-wrapper":"0.5.1-canary.039d50744","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.039d50744","@firebase/app-types":"0.6.2-canary.039d50744"},"devDependencies":{"@firebase/app":"0.6.28-canary.039d50744","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.9-canary.039d50744","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-RK3lRKEb5uujoFs4nG7Z5O3QBPCbX2ZIE1Y+fztItdrTokeZFrPUElS6kUFV/028ttXgZz9j62CD7RYHeFhP4w==","shasum":"50314ce2117b7cccbfdd8c9c9d6cd0118fa4c480","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.9-canary.039d50744.tgz","fileCount":6955,"unpackedSize":62171149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+v2+CRA9TVsSAnZWagAAuIsQAJIyGbPAHQSIq/vQawwJ\nSOJNd045os/RIVC+H+P7+k8M21s+x1UQzv66D/X5+6K5QQBVAZpSKQPADOot\n229L/tA1R+gfWFvl39CHdYnNvT68pYBUYWGcY698F33zG8D+jX2unb1NBZHL\nSrubQhyv6Y27MezIfNwCsFA9m5STDaODRuuoPr7BeU3MAYU4VdqeZskrsSZD\ntt0kX/h7f36K97CLI3mp+Vma/dMXTh4sCIqQNbhNHZEht7Wa0B8Bmiqo41k5\nI+H3MWuVLieDCKrzvQ/3cIdlFx4UrNJV5Ez2GoDKo/0zrwTY2xeE/KWGfW20\nQ7QIoIUOODH02bf7ddcYkyBi3ELv0MefBlNP61YABe2ZZDFPJ0+Ns4TQOphP\nLnRjFUozXBSVn0U+l3uUdXLkGXXzzi6F5UMehO57w5f/hGiQBKhGo+yHOMm+\nbl/nWHqpQ8+e9CnFe2YWCOjahasThwcYE/7E2mW6diSJgvXtQ6tSqHjLE7Kt\nE8y1jPgPl66IcNhTOKsE+o19t8wwa7yQ3iP+wuH6v1kLC0T1hoohkAqj3VRc\n5X244qucaCEQvnlu0w20QbS/zJWM73mYQW41MHyT3cksJ8gjthMQFi2uI/Is\n4oWTl1xcC9dB5lmGuAlPs6z0cTYHNyc5YLcribo8HYk8i7bMWalbKqPMGXCA\nx4Q1\r\n=NIiA\r\n-----END PGP SIGNATURE-----\r\n","size":10495611},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.9-canary.039d50744_1627061694392_0.940524782072854"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:28:24.946Z","contributors":[]},"2.3.9-canary.58b72661d":{"name":"@firebase/firestore","version":"2.3.9-canary.58b72661d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.58b72661d","@firebase/firestore-types":"2.3.0-canary.58b72661d","@firebase/logger":"0.2.6-canary.58b72661d","@firebase/util":"1.1.0-canary.58b72661d","@firebase/webchannel-wrapper":"0.5.1-canary.58b72661d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.58b72661d","@firebase/app-types":"0.6.2-canary.58b72661d"},"devDependencies":{"@firebase/app":"0.6.28-canary.58b72661d","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.9-canary.58b72661d","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-Ip0fzSE005oxPwgcxneE5oR0dRko1zEqlCaJho9UfG0kqz+ha4LetIK7NGcxOkeP/4pc89zzvtCp+/IlHEIhaA==","shasum":"811208a19cfd8607411908011e8b39c4274f5a9e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.9-canary.58b72661d.tgz","fileCount":6955,"unpackedSize":62171149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+zONCRA9TVsSAnZWagAAUa8P/2hOCZiL7UfG/QM10nLs\n8K1UJvrlfkjp1Hc6Uz8sPE3xzjfPMoJdFbBmRpfa8AzvzU7eeHkqgDMbxCD/\nyCKbJagxgojJb1OZbZJddC9pwAdyVFGU2vlHUlZoo4ak91WOcKJfss29fwGo\nNPdrBFrex8xcDT+cijHPWebLhPVRHevebkS7TWQMlxJquc3u4ySiLWc/LoPe\nR1ru3Ebs8BFOolQGkcw655agyQ846itVGbbq0lRUDX6TtdCUQVVkOqHec2Wf\nYT9HZMGqgmigA4Yhd3IH5NWIbF8U/uP9G75bzkpZrNJIPa1yH3ZVUcuKYgWm\ndj97omHExJxmR81RredyVTZaXuyhljvTDg5jo5SfTN4rWHJsUm6b47jJmn8B\neCgna0o+UJM2dCPlJJq8wxk/iZqswr0vGexghSHfgz2DAdSCqZL4lNdcSTrw\nXldKaabtdUyJDVtOzcXFZP39g4uOzNMMMy4qUhhXzfd9IVTSVjl/H3IhCzHw\nk7UXOgvsO11IrTB2t5JYtzPXWrnNy6XtbbonYTY+D76rKTmigM3lhNfCl0ya\ne4SfChgUE41m+PSAOcHuWelSi4lmpEfrkOOHS7L/sWaLhIZ6vfE9uMUjo1B+\n6UauhS+jSBM19J+KlBfacsbnJRHlT28oKgsK0DSB3b/7fyunvOJuLiacejUN\n0xVX\r\n=yHKs\r\n-----END PGP SIGNATURE-----\r\n","size":10495781},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.9-canary.58b72661d_1627075468818_0.964979010269605"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:28:29.017Z","contributors":[]},"2.3.9-canary.a56335593":{"name":"@firebase/firestore","version":"2.3.9-canary.a56335593","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.a56335593","@firebase/firestore-types":"2.3.0-canary.a56335593","@firebase/logger":"0.2.6-canary.a56335593","@firebase/util":"1.1.0-canary.a56335593","@firebase/webchannel-wrapper":"0.5.1-canary.a56335593","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.a56335593","@firebase/app-types":"0.6.2-canary.a56335593"},"devDependencies":{"@firebase/app":"0.6.28-canary.a56335593","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.9-canary.a56335593","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-f3HODl/y5F+ojzaBGoj2plu4Ga4TcPG3CiAeIR/MqsMSBVcGKXtLD9b8pPFDgQUjWny22voYsNQnciw4eNI/TA==","shasum":"d210e92c9ef6e372f2d6f6c29b574ab8d5d98bad","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.9-canary.a56335593.tgz","fileCount":6955,"unpackedSize":62171149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+1MiCRA9TVsSAnZWagAAdW8QAJ5Br3tH0hQ2eJ+Et8St\ndx+m0Yd84lazGOD3MdMJPt9wx3jdFfxc65v9FjOqTeNAbRLPfha/4l3jbbwG\nLQJOwEi6FVeD0gh50iOGfcvm8wi0mFIe64qXQc8+qWWIIBTvLUNt1weKw87A\nINWejOZL80pi8S5MwKlDKr6qYwjLF7Zy7Eg2Lrgcg3zjCGPloMwS66u0lT85\nZoJiFMN7UcVI9JGma8XFNwoCcv7ejFqrHyRCBpCkzqCPBx48B/P1+Wji2O0f\nV96/hgYVEVuGkeYV4uCK/GXJxI9oqG0A1XYrt0t7Hu6qjPP0ZhCCBBazVBIP\nw5lEfUuB6ovMImdNoMSSQvL2Muz8pcJS0htl59inh+i9IX4oW5KVOqlE9mij\n4UTwpDNYTjTUgAtfiztskbJNPfrwMagIbUvXL6xNuLMXuxx4CTW97xj2j6/k\nVyFP3rPbC/PLhfhwmM/A5e/4F8IsJ1qlwOXCFlj7rv+FaaiT2MDD1qeToT2g\nENj7SfKQRC3Alu28pKNMYZVUmr6iWU1Xoo3oGDwIC6LbpMDwbXhbXi2OeS/j\npsdzO++M/cZ/TGIaHDDhbyD7R/74nYO/2JUtojQsvmrHL5CdB3ZCONNPpjZe\n6+HNQv4Qgvd/ApX60FB7nKLIWFb5RmpbTAYZE0WMwfwbaMyiSGuH0yBDLQfL\nrWGU\r\n=nYNr\r\n-----END PGP SIGNATURE-----\r\n","size":10495520},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.9-canary.a56335593_1627083553635_0.7992756388724465"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:28:33.139Z","contributors":[]},"2.3.9-canary.00e83a3f2":{"name":"@firebase/firestore","version":"2.3.9-canary.00e83a3f2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.00e83a3f2","@firebase/firestore-types":"2.3.0-canary.00e83a3f2","@firebase/logger":"0.2.6-canary.00e83a3f2","@firebase/util":"1.1.0-canary.00e83a3f2","@firebase/webchannel-wrapper":"0.5.1-canary.00e83a3f2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.00e83a3f2","@firebase/app-types":"0.6.2-canary.00e83a3f2"},"devDependencies":{"@firebase/app":"0.6.28-canary.00e83a3f2","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.9-canary.00e83a3f2","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-BCS4L2sFRJMgrkAtlvx8YNH98UxOFkr+LRgnXUudLzeROOOoz65qH20U/xEAmNBgMOLiecJHxraLs+fS/cxjfQ==","shasum":"c3a9b7bcfd037dcda08c9362b822f8904cdf2d4a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.9-canary.00e83a3f2.tgz","fileCount":6955,"unpackedSize":62171149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+14gCRA9TVsSAnZWagAAXZ8P/3nvAT4wjNL8mSQVeaXx\nql5Olnmr1F7RwPp0AaVlkWqM86vGqHCw1bmMjoO4XLK8EUlgvVk8Ti/dHdRB\nyA5ck1G+FZSOCDn94CfwFtOS2JjjJOzHIf2Jgbl+/zHLyXqKbFVKSBhMHidw\nksIrsluEjLsKFWtVeFocPjisfPhS2cMyj667CZEYA9t2d3NQpIL8nxVMIQIC\nUDctMLTzixDGRHs+wSD52uWXzCAlzMCNq2oVZgF7qX0RxB8ldmRdiHnymGbD\n4HlMOYRkIL+DZDQZ/5WMnhRR//cHmkTcNYoKci0YRVCOnO1lMcAP8LTt3q8n\nG/GKS4WNa8vxlqIk+UtEOTJ99lYDMAxJmp5XUzfE0Vd+WuzQjIpFFgX/7Jri\npXFaKKeGZ0NE986+JmMIX1nLi2BnyzQbX+r5T9T3uqV6+8Fo3hkrWqJU7J1Q\n1QimY5ZvNAB0v+E26TujlT63af/DV10AMyhKsepUJ2h+DLPrp5hFi6Fz4u+u\nYqN9yYP6NjPGWObT3H41Lps11Fu+R2iVk+JeEONc1evoNXvNut13MkYdk35l\nMFcBA4egq3aw86sAi+ZhH9wV0lXHHTBs8PRvjlBmn6ZbJT1Ck2dRUbZ4+Eko\nLnxiCK0bb8OcmAIKKuJY4LRN+mdoLOpXLAHuB6nJtbNzYbFS6LtBgGwza5Au\nEQm1\r\n=b2fp\r\n-----END PGP SIGNATURE-----\r\n","size":10496044},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.9-canary.00e83a3f2_1627086368472_0.8799360428479268"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:28:38.710Z","contributors":[]},"2.3.9-canary.3ac927243":{"name":"@firebase/firestore","version":"2.3.9-canary.3ac927243","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.3ac927243","@firebase/firestore-types":"2.3.0-canary.3ac927243","@firebase/logger":"0.2.6-canary.3ac927243","@firebase/util":"1.1.0-canary.3ac927243","@firebase/webchannel-wrapper":"0.5.1-canary.3ac927243","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.3ac927243","@firebase/app-types":"0.6.2-canary.3ac927243"},"devDependencies":{"@firebase/app":"0.6.28-canary.3ac927243","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.9-canary.3ac927243","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-Ab2sILHVdu6m/3AuKq/L0DXrI+Qg9ge0+ITQEmG/1yYeQVO6CoYQyn4PtZThZs21NVmd1lgaDVJ3tfQOmPHnEQ==","shasum":"e8740c83bddb3bcdec24c533a73b2364c40efb9a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.9-canary.3ac927243.tgz","fileCount":6955,"unpackedSize":62171149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg/1U+CRA9TVsSAnZWagAAdRQP/jSl1830HlY4G+hW/MTc\nVazuuL3w0yq2kAwpI83TrzoCBPWvDI1U4lXBlzv0K5o4QmeAe6uzO14iXHhz\nNmHM+QjgP/SkLv7mrMXOL/PznfenDqMJRct1FTEzWRXqnI5CDFKpIOgAZjZN\neZfYtrBdREMfNXRb0Tnq/QQth2u3sRadPlGXrcRqAPOtuYmsg0EA8/YOjfy/\nHSOpgmX4rsXIr1FHBE56GPNHFrEXzOncLD+GITUE0GgwKCLSs9cNL8Elo0ey\no4TisgbLEjEPhy8t2H7aLdniGuncVMMLgjw+gjdHBdzV7XUlAA/dq3qDpAFt\nMK/osaeacuG82LgUWOB6JIqaam6bm4vwTJCrgnE7Bbrlpc+0YkTUS7RaxMj0\ntF3rG1KRXAGtUJ7J2jsQu4ZmmVG+OHulXykcCyIN+hmu/nbrJLi098PVe7RK\nbPHDF7cRrTQwkHmAXEVcKh//G3BoR5iAG8TNr6IDYAlJnCb0TsOUA3Y+B1Zk\ncS1oiIFDRqO5pu2H1XuskZmJsZJiZP3+0cWXjwAzRI7SZvvN1NyoEaW0aWiv\n+jqrWhElYVQ21BT7j87XtjkmHVs5+UwPAwaLarIX26HAbXQEJbjwWoxMmsGs\nA2K8IwJo0CIYnenHlcrh8OO4Ir0kOq5MZpJ5pMIDRjUfyNM4TTdeg9BQGZNV\n3L0n\r\n=4zZj\r\n-----END PGP SIGNATURE-----\r\n","size":10496177},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.9-canary.3ac927243_1627346237585_0.18990979904414962"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:28:47.670Z","contributors":[]},"2.3.9-canary.b62b6df11":{"name":"@firebase/firestore","version":"2.3.9-canary.b62b6df11","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.b62b6df11","@firebase/firestore-types":"2.3.0-canary.b62b6df11","@firebase/logger":"0.2.6-canary.b62b6df11","@firebase/util":"1.1.0-canary.b62b6df11","@firebase/webchannel-wrapper":"0.5.1-canary.b62b6df11","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.b62b6df11","@firebase/app-types":"0.6.2-canary.b62b6df11"},"devDependencies":{"@firebase/app":"0.6.28-canary.b62b6df11","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.9-canary.b62b6df11","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-WUU2gDSPkEMZFaOEmuqDHwm7tLsp773uL5hxHOIkl/6HX7nbdsaxko/z+5e6pXWhHrl6hb+n/ro2GrAtCEyXEQ==","shasum":"8b435f5a7f0fedc89014bc875980bdb209c07b20","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.9-canary.b62b6df11.tgz","fileCount":6955,"unpackedSize":62159126,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAEZ6CRA9TVsSAnZWagAA/9EP/2G+AV+9lHYeg4tvtP8+\nukgg9n+mkx1zihRTHPmyw3ETvI0TgdGdhh+0ywsg5JHLKdBhjewNeTZRcGoJ\n86dUFHEsSuCuHlxAy0+1JUWLBcSPNX1kMx0UC/vNLoqfpJ80maX7z2wz0pGz\nI1Nq5k3klxSyAgROJPp9JAXHT2azVM4WDpyxzLIpoWI6E3M+wtVAWT3F0rkI\nViHtpzhBXdXj3ISla91Y7LqZ2ZXs2PG3bHEnytt6ZKDqJukIPloaw56RksWm\nWEQp15Km2tXrpV2nx/31pvW/QlYXSj2GRVmIAJK/GvvMLaS72Q/iJz3PyWhp\nNbXrhZw0nEAqStl58HPDh0gegbMlHZ72qtNEkqnQzuakt61xT6GiQri6IYqE\npuqSM5D556JU9ESUh/pU+pHqCm/lqDw3fDH43rX1Se6Vv9C1nZ/REwGluC4s\n8Hi+bswIKx01glcMloyzq9PmYENxhGmLDHMp517H3zOZ9BgFZ2xZ0A9BqzBL\nyBDYvI8vUoY0lqNZ3nxDIyt+71zwbXm+fRe6z6j4GwkOqSgaO/wkKk7ydRNI\nHTOrmgqQ/6HFAli2QnzFu2HBwdxT+7AGBgbGB85K/hk4Q3ffpttGh8WpRI9j\ntoBenwvi8WIjqSVSVILRyhgc7u2dLgtQO5iz2ZtoJ2DlXgrAh1/JEc7Nl94/\nqYAh\r\n=h5vl\r\n-----END PGP SIGNATURE-----\r\n","size":10495945},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.9-canary.b62b6df11_1627407993838_0.7723845888696879"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:28:54.425Z","contributors":[]},"2.3.9-canary.16958beb8":{"name":"@firebase/firestore","version":"2.3.9-canary.16958beb8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.16958beb8","@firebase/firestore-types":"2.3.0-canary.16958beb8","@firebase/logger":"0.2.6-canary.16958beb8","@firebase/util":"1.1.0-canary.16958beb8","@firebase/webchannel-wrapper":"0.5.1-canary.16958beb8","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.16958beb8","@firebase/app-types":"0.6.2-canary.16958beb8"},"devDependencies":{"@firebase/app":"0.6.28-canary.16958beb8","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.9-canary.16958beb8","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-Wm+9+9sDYIKMgqaI/uDf2DKkodD+u7dsAYfuX++u6nf1Cl/8TfPf+kzGo6/LTxLUufVPQIpZhjfXP/lIqXgGqA==","shasum":"922283b27d267c936c8bc2f0a146a23a87a30bfb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.9-canary.16958beb8.tgz","fileCount":6955,"unpackedSize":62159126,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAEmkCRA9TVsSAnZWagAAkP0QAKEdv+i1AvMmalzDATiR\nq8ToPho3vFGX86SsV+EqWaCNfUN2gj2Hrsq+MdaInakvTmdyTgJM3jp+KXV0\ntG7VdgKd8E7wLYwsON0AtnzGqX0yKX/Sx9Zj5m4bTV0YXo0ErTytqocJ+fL+\nNlWIYsA9YXYEHEqapfWMuDhdGuwTfexzBGgiuWcUGxh8rtwawsllPjKsDnug\nLtNWz1Uoo/LiHuISg7bRZpWih3q58CGEp1N8SvS8EKjp10XWNT7bDEFYwD2d\nnc2nEnZMojIZCb6aLk4GGqoUx6QjyJJIlO94OEhbBQQK84jbRXX8CSiXO2ak\nVrppuqqW7rAHCyYs1s5dczOaILxDqprw9FR5CdBb61LVpV+ypArdG8OSdpVK\n+3nFLwHJear+Yr0dizgl60iLglzQavf5CklZORjROeTD9Q4XkaevbPaL0GZZ\nXSv1bysCG5GkTFr6+IkIUf6H2llh7bNLx9RhWdMK4JGBeioVS+0jextDNwT0\nSJWxN+Dtr70zNfbCKedmI1C7lnNzPETh2Qhe26N0x3Rt8/YV65NNcRbSRNTP\nf8zSkzktuRCI5TirKx81rjERAmKpB6q0K2VzC0ieklOHZ9KyfhpCz8uZdg+G\nGJ5g/H/d5qEWDVrm31umpqBbjcUFvKJqhGfY2qk7D3bXWJCe3cYhajeVcgZX\neyVw\r\n=dpc8\r\n-----END PGP SIGNATURE-----\r\n","size":10495668},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.9-canary.16958beb8_1627408804059_0.6158172979354004"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:28:58.873Z","contributors":[]},"2.3.9-canary.4bc015cdd":{"name":"@firebase/firestore","version":"2.3.9-canary.4bc015cdd","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.4bc015cdd","@firebase/firestore-types":"2.3.0-canary.4bc015cdd","@firebase/logger":"0.2.6-canary.4bc015cdd","@firebase/util":"1.1.0-canary.4bc015cdd","@firebase/webchannel-wrapper":"0.5.1-canary.4bc015cdd","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.4bc015cdd","@firebase/app-types":"0.6.2-canary.4bc015cdd"},"devDependencies":{"@firebase/app":"0.6.28-canary.4bc015cdd","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.9-canary.4bc015cdd","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-MLaWgsfDqGirfnSRS40v8brBKoTeUimuIufot9Smr+c0T1nDJHWLwq1ffFgy6tTcf9K0iLwCyGNr5uLBfSmy7w==","shasum":"12732d343ba5de4659f9a70e55d65ad1d0bddbe3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.9-canary.4bc015cdd.tgz","fileCount":6955,"unpackedSize":62159126,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAIjRCRA9TVsSAnZWagAAwhQP/RMJoR+MWr+ZdpwM6njv\nHLPGZkJERC724ox1UHm+TA6QAwkZdo89E7X3bRztai3mvCUOLZwkzwr62UKz\ncxxT69M3y+k6K8mtpqdi1UzC1XZ8/rxCsJr3AyFyvVzIUVh0RGqhu4lOKyYV\ngweQceLDp/0+dndTB3XMBj28eyZZ61Di8+8KCTPO8POQv4BkTFc3kFmhmLCe\nDYSb4wWLxBjVyR2T6FHytMtXD6/Z/QCtOuO5viFC20me6tCyno5jbrhI97Ts\nYc2iDVuGv9vACuIBm38egRl4O4QwHFf0F7so1yvbO4AvWXoubczWE0oCiI1o\nrQszdV8PatVyNZjc26576EmoPGLv2CkHVm1iwcGfZ9wV6iHG9hKhxG0hZaJ/\nt4A34MPlSI+0HZGvr+3v8+m4LBlgW57HQIVgoeyMGRsZZUx0VdwcPlSQAvEL\nHJCG7jteSwiZupjVGdk0eb+RG3gvf1fp5hskBJfDbgf+cr8eOKwhQTnazbQr\n0uDi7wsdnUBY9e76/qBfo5p8Dzwtu2YyL4l7zQ4jVbGXS/h0jDmidYbStGzS\nznbyIVqcLKPQRhp3agHhHgiJsGELMM6Fl6Wch0X8+lFchvItmVuA1dEy1Mxl\nHAKY77tOPKvkV8xE2AXnZs4zjdXlTaDCgKqliNTAhybBnE4P0rhb6aDYympa\nKZSd\r\n=zxrf\r\n-----END PGP SIGNATURE-----\r\n","size":10495935},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.9-canary.4bc015cdd_1627424977102_0.4244970540897295"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:29:05.085Z","contributors":[]},"2.3.9-canary.a3cbe719b":{"name":"@firebase/firestore","version":"2.3.9-canary.a3cbe719b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.a3cbe719b","@firebase/firestore-types":"2.3.0-canary.a3cbe719b","@firebase/logger":"0.2.6-canary.a3cbe719b","@firebase/util":"1.1.0-canary.a3cbe719b","@firebase/webchannel-wrapper":"0.5.1-canary.a3cbe719b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.a3cbe719b","@firebase/app-types":"0.6.2-canary.a3cbe719b"},"devDependencies":{"@firebase/app":"0.6.28-canary.a3cbe719b","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.9-canary.a3cbe719b","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-wOqARiJ2lsQpGTUaACZ13NNCMptsHyRc8TcWHhkoIrCoM2yecQFyMh1Zl+n7kytuzdyVv+pyTJCPG7wG/BUqsw==","shasum":"59389fe433504b16ad99045c1979bef74f417fea","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.9-canary.a3cbe719b.tgz","fileCount":6955,"unpackedSize":62159126,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAcldCRA9TVsSAnZWagAA7dIP/1MM85muGUyM/o5YqAKl\nAfrUM+Fyj3gvy3lQsdTYK3bVEk9vKQ2QaJPX/m9/V4998AiA9bUOH05C7IU0\n2XI0/OmXtQK8NA4r/udZx1HqKsifclaX6ZAVmj9k9EZ3snQekjeP+welo5mo\nOIoE+y3WlGLfmh/5FERqi6J5oAYKBJy3x/H+Pa1+CAXllT41ONoNa7JG6cTG\nOjU6Pmo/nfY+moq0RPFphESuL91uahATnwScc2ra+aa5Sl4AAmObUrKP1zew\nyS6BeCho1APaa1fEOgGqttQlCxxM0c1nMZ7Bkz+lSqDkeipD5bkfo/CGeufX\n2oedJPsA6r2Z9M4Jp7zXzhq2WEVE7448eBTPl3yMR8ioZvhJpP8QV8FOTFZR\nSUpKxyBdgretgn50vb8WTWU8d43k74hST9Hr6LfS6BWYUC3W7ClhIyOG7dnO\n88aRz6mceTphCHbUQCukMKEoAlYP7mI0BTtFjdi2n8fPPBpV0OQ8umCqpkd8\nLD1j9IRPm+CSoL6S1IgoarkZLz18EUufqckNM5vrVGIv9mqDr6bmc9abfnHe\nf1j+zeRs5+CLgILyPCyAIl+t4T7jb8PMTuiALN5OkP8/Rr6YpoovRcZZaQuZ\nx5WN8JyQd879HJ+uVLyDG4DZHWVorO1aG6SIVYezLfsvK9E+yFae5DjDtaCY\nX/mE\r\n=09JZ\r\n-----END PGP SIGNATURE-----\r\n","size":10495637},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.9-canary.a3cbe719b_1627507037081_0.6830394384563134"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:29:09.774Z","contributors":[]},"2.3.10-202162821943":{"name":"@firebase/firestore","version":"2.3.10-202162821943","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-202162821943","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.2.0-202162821943","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-202162821943","@firebase/app-types":"0.6.3-202162821943"},"devDependencies":{"@firebase/app":"0.6.29-202162821943","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-202162821943","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-6YLw2YBdlZsiJ7TALIZsM+zNM/tExl8MoOuEuyJxmoXzcgqW5TR3T0JC0YR/72xpChqCDLfrAMQUVdBH3b/XVA==","shasum":"700e102ebb133d3fea768ad1947d6faf25c147a9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-202162821943.tgz","fileCount":6955,"unpackedSize":62159300,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAcpFCRA9TVsSAnZWagAASbQP/0Ld+26segrVH90KXLT9\nh45x7TwYQEBUytrUojrjRfg5hSfgoV6jycXyBalH9Fe5AoHspyeBhPXnlvvl\nV6BEGU49wz8/3J/ALe7j9iMmw9yOtXq0GYtggwQ9ffDgUxuRZbCkdz2jek5s\nbfS/YWTU8uQ18ZiekJ4/Ff0OeWh3D/HkVcT2QfTnf6vVrVCoMWXlhtdhcYVS\niKdJx2IoL+9cvf2EA4vS6F7vT3xiGJnYv6Yra0vzMsNqoOkfUXNODIFG1fB6\nFFzIUYJYr/An5nosG6gLLCI9lrK8slDmubCnD6r3pewnzuaI7Forg5x4OJZ5\nlHJYnkgSFkVeppDksiBPuzrb4BxQfEcVb97eFRytJXk/NyamGijQep2EdA+z\nFShvJKxRKwDy38EpLdARpKxrD2uuavz2UQ4DLDBphY+DdKbxTg7L+7g1ldlw\ns2ZW3QWKs6FldgrIiMDWWIMm5feJQWEYtSUJj/roazvUOL3vsaq6NUql6Vwz\nzFptlRhWv8WiUrQtX+sgstnWM5mxDcoReSrVfQAiXLgDNQv0iM3RfBGJj7GK\nELq/a/DwO72HpgPZkCpg0x7+e/nlxb0PhU7m0B3o7dteDwO8z2pFzWPwZcXY\n7QSw0iDdQ+kAECVZE1NVl8Q1ub+CqiXr4W2X666dhT+3MqYGzN6ZGd6/+AV2\n8RJo\r\n=fMWc\r\n-----END PGP SIGNATURE-----\r\n","size":10496427},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-202162821943_1627507269499_0.7858429377754239"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:29:13.750Z","contributors":[]},"2.3.9-canary.a075b5f60":{"name":"@firebase/firestore","version":"2.3.9-canary.a075b5f60","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.4-canary.a075b5f60","@firebase/firestore-types":"2.3.0-canary.a075b5f60","@firebase/logger":"0.2.6-canary.a075b5f60","@firebase/util":"1.1.0-canary.a075b5f60","@firebase/webchannel-wrapper":"0.5.1-canary.a075b5f60","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.28-canary.a075b5f60","@firebase/app-types":"0.6.2-canary.a075b5f60"},"devDependencies":{"@firebase/app":"0.6.28-canary.a075b5f60","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.9-canary.a075b5f60","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-JM1EpYPggIbSE//6/Fr/Ap6l2oNhEay8vFI0IlywE7FDMJ1LTbfoxxOl7uK62hXo0TMC6gVdRW5/rraUB7l4PA==","shasum":"5fef9a3dbb3b89536ef64c7e961a88ac71ee727a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.9-canary.a075b5f60.tgz","fileCount":6955,"unpackedSize":62159126,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAfg2CRA9TVsSAnZWagAAbbAP/jaY09mhpr7RlEHSaVDt\n1G0Fsg5KbpSVqBpbsxVLlITz7FR5vClHzmSEkqMBhMSlvC2Yf16MTweAIykB\n0aiZ1dB6d30Zf22v7GjhO0cH9XgNxPBEG7zOz8WTpfuHOPKhCQ4KMT9HBP3u\nkY68hH+Pi8DLgUdpQCs4N3VFR9szVQUA9E5V0chDDh0CQhXScfjnSd3B9kLQ\nZauMTyrRgKmT7ZKuJvuVmVqemw9K+IKo7By0TVGRia2namLHF5Jrk8vWurhB\ntSd/PpVnzzcjyuqaszTecMKKG6E2sB+OkAfxccJFQATuvyIQpRsFol6XhG14\nSvgs30q9dKBfjT6ySK0h030HTv6Zr2vR2tDZoe5p5x34eWuh+t/wgpQ2MwKd\n5SQPxq/eySJQ8RYqoEHzvNyJJC/iWtkJfVMhABsS+eDFT217BC07Rk/lpd4F\nSF4KjQJhMBgJcbQLT74aarLfmFrkW+LIBPEylRGEXvzfuOxCgO/EZVeyYLrX\nxvWw+OSbFcaPx4Vfeqtf3i+YX6P0d04UqCOA5HgwhxR7zNMt3gl1IbH+wtBs\nNDSX3q7/ri3VeaVNYyadiq3TzXySzzpO527sJawT31lA0ko6mcqfyqfSd8R7\nC7N0OoppVAc6t5n5q4oDvrwcUBojHU+xdN1oR6WkEa6hqRZ+v6mAsxCgG2VS\niIC/\r\n=00JB\r\n-----END PGP SIGNATURE-----\r\n","size":10495806},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.9-canary.a075b5f60_1627519030374_0.7435309675636073"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:29:18.806Z","contributors":[]},"2.3.10":{"name":"@firebase/firestore","version":"2.3.10","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.2.0","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.29","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-O+XpaZVhDIBK2fMwBUBR2BuhaXF6zTmz+afAuXAx18DK+2rFfLefbALZLaUYw0Aabe9pryy0c7OenzRbHA8n4Q==","shasum":"76d5137e5c37d33ccf3c5d77a9261c73493494b2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10.tgz","fileCount":6955,"unpackedSize":62146498,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAxtNCRA9TVsSAnZWagAAhLwP/3etnH0jb1spAPBwau0A\nyb9PWCfxbffeg/ylJGEidu+LHj5v+XxV+4fCZKdFhMueTVqQoUL+wyei/I7L\nfSo1n2FGriPyZMyTRcxRj9dCHJe0hRvmwIR1wVLp9GRnLFczsjYJBg/zzBs7\nMZ+ShniJe3h3K3niNi0Sdyrw+Vr2kqBvlGvoul1rLLccyJCH7olnh53OuZhU\nJ+N0+IsZWRpwiH357Cs/HPVnnk3kfuk78YdNKlKAxOcgIkPFEi2/p++zB9do\nmf041CeqnZXErlRMsE3dgy5fThtdIkBTfG1Yzl6UIIrrBHQDnn4n4MIQmKEY\nIahtWvu/8U0Bl2CpidlDIScXEkXKp3WVeb85qDqUa78h5rKojth8ZptwMfPF\nbYQ6WRvXmiByETlV+gEqDe/1YasJJyyH09W6uiSvApuC4UZ5cVkAFkBQXn+L\nKl8dra8CgPv7NT0UeSGlhCHduhjhcICw+EodCO789uDsaSvffFxsfTcr+lW9\njkBVJGhYY9atoJP/YRZXYqSzlYK586/N6qFXi0wmOvhyZk8+fNXAwCYWrv1m\nrExc/j5jtwzatGVd7wyf+RaK4KLETj/BW8gl1e3j/HMO9DR7wqzFBMAypaT6\nnPefOD8f3rPwepkH1m9T4Wb+llYpASANHZLGtdoen/V+HltZACS1fsV4OkRi\nrcRr\r\n=EAn4\r\n-----END PGP SIGNATURE-----\r\n","size":10495761},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10_1627593549099_0.21089924724877296"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:29:20.197Z","contributors":[]},"2.3.10-canary.9c13da4fe":{"name":"@firebase/firestore","version":"2.3.10-canary.9c13da4fe","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.9c13da4fe","@firebase/firestore-types":"2.3.0-canary.9c13da4fe","@firebase/logger":"0.2.6-canary.9c13da4fe","@firebase/util":"1.2.0-canary.9c13da4fe","@firebase/webchannel-wrapper":"0.5.1-canary.9c13da4fe","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.9c13da4fe","@firebase/app-types":"0.6.3-canary.9c13da4fe"},"devDependencies":{"@firebase/app":"0.6.29-canary.9c13da4fe","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.9c13da4fe","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-KWcKyNGkr3PCgw/Dm9TmGUO+j0gaUYk7tiaS8A0qZ1R1LzOjwh5+3nnLUjOX16jLCHuiXCZNab/4h76zsUhLJg==","shasum":"b9ee3fa41619b0c30e5e5e6dd3ea06268bb1f189","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.9c13da4fe.tgz","fileCount":6955,"unpackedSize":62159367,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAyt5CRA9TVsSAnZWagAAjMEP/2Lb4+n8tpxkbuxgfoK2\nHnj1/Dh4glY4nUYQFICK1DVxWU/bnI8CsmGsIfWrCP0vproiBpK4nk6qjgd1\nhfKALakCCOHSt0qA7ogLfLlYZVayLEGgjh2C7p0K2QSp1KxZklm/X+SZ/UQw\n4+LSfAkXmSgC7SO2kPnp/vnGKk7LnhEOLJc25zhTAy2VDYwacQ0QhSpwfePX\nZYiuPXXKCm73EZ7bYcFGyHfEfgnlLdgDUilc/3R5C5OL1gsL/GZYYwK7Qp0C\nnMBL7LatT85/F71a2xm/W7GVwMwPaqLWHBt4B+U5cjgSYdfXvuIqvEU1ZO71\nOGENn/l4VTVC8OXU+XC7UiXv+1Sj/LGrEE+Xvfq1lIVqQhtM/AThrRetdTpi\nkL/czoeVFlzbgdh3Ou7bYifO0mmyK4ydWI0LZBp9Y/+C0JS39m149ny7+zSZ\n2MbLLYO9AfUJ0EMmL1NnZWBlCHyG/J/Ol1PHrVv/RlQr2W/tbUkX1Sywf6yC\nt95Ri5dXxUUFBvn9YCEUJgN/Yh9gSShqqbg52rQcAx4Tbiy5NjVcBzydB6+V\nsCb0/AxSu/v6GnOOG6OAp2c9oUb9BNcMOxLOr7l3BZsuY/WrwTcndj0pNdSu\nNP2jPYPldrtQ6jyVGu8xmi9ryKjg3mzjwy/T3CAT4uWVcAvWlmmceW6Qe/aN\ns+DB\r\n=iyO1\r\n-----END PGP SIGNATURE-----\r\n","size":10495694},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.9c13da4fe_1627597688465_0.9573301029799806"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:29:32.755Z","contributors":[]},"2.3.10-canary.2493c171e":{"name":"@firebase/firestore","version":"2.3.10-canary.2493c171e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.2493c171e","@firebase/firestore-types":"2.3.0-canary.2493c171e","@firebase/logger":"0.2.6-canary.2493c171e","@firebase/util":"1.2.0-canary.2493c171e","@firebase/webchannel-wrapper":"0.5.1-canary.2493c171e","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.2493c171e","@firebase/app-types":"0.6.3-canary.2493c171e"},"devDependencies":{"@firebase/app":"0.6.29-canary.2493c171e","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.2493c171e","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-V4MwUaHff3st/TjZ6SE2TJ6RNT+/q5hH9fbG3gf6kC/lYNMqU15q/3DALRHjpap9RXSjLibN2QGrjdjZKT0wyg==","shasum":"c5bcc9682b404ce595e804b221be1b4cb589e187","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.2493c171e.tgz","fileCount":6955,"unpackedSize":62159367,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAyyHCRA9TVsSAnZWagAATEoQAIZUOa5pExnBueUSXND/\nnlFx2b/wtOLBq2auz7oO1lCjTNM7+/h48HIrM8VsIlRQmufBYVP7QakdELAY\nVCJnuak/bJ51yqpFcF0a18pjuZ6yoBVvl2cWVJa9qNTgtFXC/0pp5Cl/YRQZ\nKRWx93JRPsg1EUHa9fqJa5+0t7QtAL3Yh+D5Rrq+K9Ptkxab3jB0tP2lbD3h\nANozUrQjKstGLYLSvP/6R8IsZLOIr3t0ayJ7T4A0YOOfEfz6mJ5Be0s6JgUP\ntEG8XNVwZlXczRvHRKELMcN+wWDeX1rFXYDZVaxjL1/l510/K+Jszgxfm/m0\nMlrXVxTlfPU0X5qifcbYukDzUNHcEZI4FDZ0BHHm5etHxWOhvkiPVfO1AO5Z\n6wuHpxXIxuhDcwoY13gUlyImejGvRoO1cKRICRiqvQVc4Qfr8w57FXk7uOps\nKZhKYfZFVDfbEKJOQvLGJU80xHclSC5U2XzXEeprc2wfEMkv3x3rAXjgaV9g\nBPDRP6K37C23YBF+44/oDpYrhBF0OEtCQbbZYwhqor0GRZMMoDXCQbLQynP0\n1I/chAascA+JaLz3Je7Hui3heLuGuFM51bRwRPTyr0ljP+2ufANcw7GivaA7\nnSy2Nld2fy7iJBlyVm/awAz5kIIHkHvQpk8iAC5zn6QI5x6ZmjN5Dt/UsV4z\n964/\r\n=mZnN\r\n-----END PGP SIGNATURE-----\r\n","size":10495948},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.2493c171e_1627597958720_0.5666839140534758"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:29:41.873Z","contributors":[]},"2.3.10-canary.bd50d8310":{"name":"@firebase/firestore","version":"2.3.10-canary.bd50d8310","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.bd50d8310","@firebase/firestore-types":"2.3.0-canary.bd50d8310","@firebase/logger":"0.2.6-canary.bd50d8310","@firebase/util":"1.2.0-canary.bd50d8310","@firebase/webchannel-wrapper":"0.5.1-canary.bd50d8310","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.bd50d8310","@firebase/app-types":"0.6.3-canary.bd50d8310"},"devDependencies":{"@firebase/app":"0.6.29-canary.bd50d8310","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.bd50d8310","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-ETgaqYTk2yOmkrrcwNY7If7pNJ5J2QSQZcSv9fUnnu+HUe7X8jwNUUkvhvyJE5ipMv5YgSzfjHN+t/LmHJjifw==","shasum":"d336b144a486172cc195755f59122d7ab846ddc3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.bd50d8310.tgz","fileCount":6955,"unpackedSize":62159367,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAy3GCRA9TVsSAnZWagAAaLoQAKPADLJjM2bx44tJWsrl\nfprbcJqJrSZUfoxUdjcgUTgdMwkpZerdks3JyZ5G8N+y24tUx93s9GhOZDoB\nPnOv7AWHfrwclqJrSDWBWBXwTkgJ+MYBLuuweisK+mvKWHI9onaPs8Tbt+WZ\nLTyu/cUUJyGZ3zMN6Egspl8F87NVY6FUdarMkZN6IdhsyD5w7GNqgpiwi9+X\nIrhlZAqdj7Sk43raKZ0DCldvPvi1wAhhX0F4KHy6Sy7pfTqPXPvgM772/6gX\nByvL4oC3mYLGNatf8U7hXW/T1iOyKr9nlVPySqtlRcuR0xaj5hAJVFvYEZyQ\nMSrMNs6SY1HmMwwtn5gw3fzDWW3yHF7BbazQywFVxcOLY8re9Czh5PE+cwr5\ngas6eIGrqCOLR+djwAQtzGKSWernQhOk4NSEs1LelUUJupi8j0CANa74TwyS\nk3vZmBihQMQ+RuOvT6r1Vga2f/N8fSY3dPpETo+xwrfkFubLE2UDMJgXs9/3\nqCyta0jRTW62BNzCneRYN0Zd4ayx27KibCL3LSmOfLNUvmAPkTa2bvjES8BP\nvqE1HSYZRrQjbToubjSllHxrQ9+72AH49Dq/s9MXHahC559U0hv44x4in+Nz\nYiFFe91RmnCLhqSXIyplPTzxjJwlhxEbrEYmEKCuEo95bDpPx8WrRXli0EoG\nUjG0\r\n=SVWB\r\n-----END PGP SIGNATURE-----\r\n","size":10495725},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.bd50d8310_1627598278328_0.7819494180446787"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:29:45.965Z","contributors":[]},"2.3.10-canary.ea25b2ea9":{"name":"@firebase/firestore","version":"2.3.10-canary.ea25b2ea9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.ea25b2ea9","@firebase/firestore-types":"2.3.0-canary.ea25b2ea9","@firebase/logger":"0.2.6-canary.ea25b2ea9","@firebase/util":"1.2.0-canary.ea25b2ea9","@firebase/webchannel-wrapper":"0.5.1-canary.ea25b2ea9","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.ea25b2ea9","@firebase/app-types":"0.6.3-canary.ea25b2ea9"},"devDependencies":{"@firebase/app":"0.6.29-canary.ea25b2ea9","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.ea25b2ea9","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-tPWskSWPjFOoizaRv/sa2Fq/F56dq0FVNWxE3tDiIaxVHbaGLs53KK0jwYvO9t1JsZ4foxCVgMrqNBwcJ6mQWA==","shasum":"c4b4ecde697df29208899989d6e3e535a328dbd6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.ea25b2ea9.tgz","fileCount":6955,"unpackedSize":62159367,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAzhwCRA9TVsSAnZWagAAsYkP/0hTIP2dggaOGQAj7hsY\nInJ4NIoAU1l1HfkdQjVms0wyaTQw1Eh1yhnPJdoahTNeFcLQuChzsSjB2RaE\n/lD3f58TBBiBfM8G+0TPnpPVvQ4hQ1ctaqcCz1QunsLslZiCAnahLf8TqIgn\n9cc6vZEsig6U07S81t27JBTr9iHGOKMEoeUAKvj3NsjECziGVEdAy4WL2Se2\nZ+fWG/F1Afu1rDWSfGV5VLaZ5QDUOnyEt3cSn9296yJJaicLd1/6RdPfQPG1\ne5/q4fNCoN3XZ1oYtoJUWxXdjDLoG1CiLdcNIjqIK/varAt4yZnmlL2b58t6\nm3zYLSVxsPW8cEsszAVjayPzgafK457uykOWD8wJkitb3pGRNB9URz8U8/U3\nd2Pb0WM+/ecOOjMrJxVSGm4M2Ra/ew3DIw9E8veKPPlpJzMS1dRE2Q6uq25F\n3wm2pu20JudWkGmKxf3m74NmMLobBojRw9M3ny1Q9uK4mBAAzf4b+VVyRHMF\nnyml4NTx+fF97A88JL7Ym9S6DS4TPdbup4Si1rlPJ32NzQgvzGahqRr0XxB1\nWEuuF2okx7U1F8R821rfw29m82bE45CwhDifoUQmA0RzLXpdp95igt3ViNnk\naYuk9deUO7tiHZ0500C462R3gbg/0JQlFjlQgj+GRC1QqMa5XlCcC1aFNdow\nBbKv\r\n=mkAm\r\n-----END PGP SIGNATURE-----\r\n","size":10495883},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.ea25b2ea9_1627601008110_0.6603750053497461"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:29:50.154Z","contributors":[]},"2.3.10-canary.ca4ead2e0":{"name":"@firebase/firestore","version":"2.3.10-canary.ca4ead2e0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.ca4ead2e0","@firebase/firestore-types":"2.3.0-canary.ca4ead2e0","@firebase/logger":"0.2.6-canary.ca4ead2e0","@firebase/util":"1.2.0-canary.ca4ead2e0","@firebase/webchannel-wrapper":"0.5.1-canary.ca4ead2e0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.ca4ead2e0","@firebase/app-types":"0.6.3-canary.ca4ead2e0"},"devDependencies":{"@firebase/app":"0.6.29-canary.ca4ead2e0","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.ca4ead2e0","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-UR7ouoGFLcd9nemi8/8PyNu6yRFkEd1BEnVgspJb46Ga1nfI9hwjU3T68mwonFXSqmn8qndZhViefSN0TiI9uQ==","shasum":"323deaf81236b26c6cd207220438298b291be7fd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.ca4ead2e0.tgz","fileCount":6955,"unpackedSize":62159367,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhA3wrCRA9TVsSAnZWagAAKCEP/RgHegvpdR0MoqgqlbDX\nTz5augh88VWsR3Z0Mrophc57Lsqaug0JaCAQG4uEr1VfSSMJnBHJZ6lu5xaJ\nRQk6G8EKxg7dO+goOhMv/dCiWHMsLJVF120ytDV3wyGBTCodAAKWWPk/qq/Y\nq6ODf/FLvC9NhNFlHpbYFtvbmfGIuzF133oHnrjio3yOk0zUOUgRJXRgexAb\nJNxiOoxXFR9fOXkW8SPim5M+1prkIY8CY1wF0qc2wRk4BC0fonZX3rZTOsWr\n2H7xDyT+sGQmZjSSEaJchclMDg8U347/5NccjG+F8DU9GNVg0/MjngTadFNw\nlw5+1yXhrYeLc6DooBiUp3k5Z6QuGishch9n7LTTtOdOuvlO87ijTkVWDaqF\nE7B4WrSE97spPg1fXru7x5MgBQlbxH0fmCj0b28RKLHgwCzorwLklH9QNF2s\nW9Ju7C3b3vaQTKlwIHh2OucT7nrGqS1JY+NFwgNVCjTR7DqKWBmnvynZ9icK\nCt51TTT4OAp8pDONjKm62O6OPuPMwWfIKbvfHlV5U95cQt9OcE2YtMROuH9D\n0YuhEBqA1LxZ9jvJbFe9Jej2uqBSFZwVk6K9EkZBYpwHYfbn7iAjpCpTG12P\nwHhE6vOV1/2fe3Y4ce+GaMxWzXQHuagA11kuq84EVVM4gLEjoEq4O1FTzJjt\nutvN\r\n=rzVk\r\n-----END PGP SIGNATURE-----\r\n","size":10495909},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.ca4ead2e0_1627618347219_0.33481759423119883"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:29:54.308Z","contributors":[]},"2.3.10-canary.8b4d7550f":{"name":"@firebase/firestore","version":"2.3.10-canary.8b4d7550f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.8b4d7550f","@firebase/firestore-types":"2.3.0-canary.8b4d7550f","@firebase/logger":"0.2.6-canary.8b4d7550f","@firebase/util":"1.2.0-canary.8b4d7550f","@firebase/webchannel-wrapper":"0.5.1-canary.8b4d7550f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.8b4d7550f","@firebase/app-types":"0.6.3-canary.8b4d7550f"},"devDependencies":{"@firebase/app":"0.6.29-canary.8b4d7550f","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.8b4d7550f","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-EcvBA8zZu7sI/OYCQZm/W13c3z1zFaq4kaiaJxqjcRETWdHE72RMAGfQOoVrgATJves4zMLsVJs5//eyjJ102Q==","shasum":"66a155ea10b25ed89c3d7962bc5faa98fa0246d0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.8b4d7550f.tgz","fileCount":6955,"unpackedSize":62159360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhBE+tCRA9TVsSAnZWagAA684QAJjOQV6NEVsX2QkprSym\nYyHzdvn1fnvQuC0m4UlDGNly1DD27P0CfWh5iWjb+d2ay/1AxSJfmT1YcqHo\nqPoT5IDZwbYnICPMjFJfObweqYShePca06ekA8gWIT62HIR0UHHJO3VweANM\nqh9e7NvKso5wnHtoDXcMjkhsEvKXyuVFMk2iKKWTb/6Qs65X40/OpC5nJsth\nQ4RuwcAbvPZp3iO5zsfNw0Ffiyo2zh1B6xSEzsz4rEYOuejW010TtT98p2aB\nU3pjjEN35NN8oqNydF2/ZfKaRrFmv4V9jYKrwvXZ8kET0VKg1ail51GN/fUz\nw4uHDUpsv0UrsomVdaNMQXTeBcFQBPUh1Ra5+lzN83YTsTn8Oh5KNrqNBE0e\nq7O3jJxcnd38uKCYYswqU6z2yJltXkPME8GoUsO58CIXb8BXkenSckAq2wq+\nBAGg93kKWacAPKb5cuTBJuVtjLM8Pt/WAD6OCvRmONeMnS1yiXbIGSB2e+yy\nCNYW2BT8y5W5pPwohXb1NV2DNozBlmALGCnGQxpkp7vjNabeQHvzEUTevQpy\noB9PRnLL45VOUV5S8GjZqGKqPt5KsiHuRfyWqS7AwK2chVfxrpmDAvpcntLr\n+ABhFlBlo8SyY2hoo61ayyji6HDduHezLtW8oQ/rOQ+fbN1iGE7Lu05fxmj0\nFrJM\r\n=ccVf\r\n-----END PGP SIGNATURE-----\r\n","size":10496176},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.8b4d7550f_1627672493127_0.5309787587022747"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:30:00.715Z","contributors":[]},"0.0.900-exp.8b4d7550f":{"name":"@firebase/firestore","version":"0.0.900-exp.8b4d7550f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/exp/index.node.cjs.js","react-native":"dist/exp/index.rn.esm2017.js","browser":"dist/exp/index.browser.esm2017.js","module":"dist/exp/index.browser.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5","@firebase/firestore-types":"2.3.0","@firebase/logger":"0.2.6","@firebase/util":"1.2.0","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.0.900-exp.8b4d7550f"},"devDependencies":{"@firebase/app":"0.6.29","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@0.0.900-exp.8b4d7550f","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"integrity":"sha512-AOtu8aCsk2jRdClVEsPmzv4R4gGPDtWNVGKgkrGJnK5XGDDmf/S1spXb9d+rCNuQk7TAk4Yx/glvObJ9zj5lgg==","shasum":"5521db81e0d7e78b827d7b304acd0449bff8878e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-0.0.900-exp.8b4d7550f.tgz","fileCount":3668,"unpackedSize":28312715,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhBF1kCRA9TVsSAnZWagAAvzcP+gMg3SwgUxFh+PXAVUX9\nIPP/tsQ+HOE9vYvfRfuehI6WYVJZ16AjyPoxPSIkhzB1x+7Ta8EzP75KW/v6\nPjtD3nusSq9y7SJuWrCc+ojzFeViAsZgEOBi8gNigu91vgIEBwT2hXZAHrBi\ntu2Fx/GX8qa1yJehcSDbjuvOHhGdZRklCsHGWg5kaRFQ79g61PvDXXSL3Iv+\n+DLTW/88w96+PrKv6e4wdQJF+vepILV8CPLStV+vTK/9m2nclbv8EPypOABW\nrrMVTVeTltw4B9+GQbe2nDaZcofGI1DeFcITv46ZTEhAlVouuh3kOWVKppTe\nQqkeyi4i502iF03tyO/1krnQKdt3oJ+qg/uU8gQ1L6DlSyL9zGGX2sTOQLsR\njCoKNCjLRYi4Jyp/5EAE7lZ5ybiP8+nuqixRxIkl4FPQgLal+SZrzr2Yjbh5\nNWs61nF1bwQi3yj632pZbd5aYdvrbLiMKOy8XMi8N3+JT5tUG6fN5owJMjwG\n+SWi+1F2p3KCj6dLbz0pdIcdjGuvSZOX3eDMES75I86/3uajQykD9i2vl/Bo\np2Bbri6GE6ES+0uood/XZNULUDj0S+njBka4dpZxSlADF2hxiY5JfyZGf68m\n034aN2kt6+qDHBKNbaC48lK2dT9DzGAK0d4dOIbMawwEO1kvpWHGk96qGd9S\nTojW\r\n=A/js\r\n-----END PGP SIGNATURE-----\r\n","size":4788641},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_0.0.900-exp.8b4d7550f_1627676004158_0.7745378280888389"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:30:04.833Z","contributors":[]},"2.3.10-canary.cce4f659f":{"name":"@firebase/firestore","version":"2.3.10-canary.cce4f659f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.cce4f659f","@firebase/firestore-types":"2.3.0-canary.cce4f659f","@firebase/logger":"0.2.6-canary.cce4f659f","@firebase/util":"1.2.0-canary.cce4f659f","@firebase/webchannel-wrapper":"0.5.1-canary.cce4f659f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.cce4f659f","@firebase/app-types":"0.6.3-canary.cce4f659f"},"devDependencies":{"@firebase/app":"0.6.29-canary.cce4f659f","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.cce4f659f","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-RIZ9dv4xVXzanfxaXSX9vyzJWRJV8x4M8fWB0W/9rBcWvXTr58zUjBwFEDqEDv3HKmI9iR8345LDUEDmhC2S2g==","shasum":"ca45efb39e2dc2cd6ff6cde0987ece1eb19e22d7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.cce4f659f.tgz","fileCount":6955,"unpackedSize":62159360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhBGueCRA9TVsSAnZWagAAU80P/1ny32+MGcxWEkcF77D8\nFAEXuH96z8LYFhNIdjfaskwx33chKor/sxWTwwh+Fc/kp0/xDu0CDAe09dmt\nZnief0I7rnueUXLgxSPEd9m+4IeuZlxhsE6Y9zugesZG2+hv9Yi0as/cPrCK\n/wqXwG73nYifzYV1kslS53opmqACvA5Twa8g/MIDNmaV6UuA1z71VqbMBRuv\nwVlRvwqyjF8JCqXlRcG/DnzBdkhC3b3USwHW9dqOgr0C3DzAnmC4wtNIlBMl\nlscJrAs8jSvkgVPTJFQPxfva3Cj4pdWPvzT/JfrYPMHyZ5T+MIs4C4FocX16\nmEufKkdWSIQIRGfNiBJya/jJctQWDrHPhop2zS7P/nKRqaVwiMdgoTZ+o8NK\nLsZoh2PcuabjORrm/I1rjskbroGN8+ZbmXKzpYX/S5IM9fpKSGHZIm2me1Dw\nb++SNWPoCjBCmnKd/8wwhTvzrG9wOXxOcV5yxkCtU3bcMPKi19DTWuj1acSt\nelN8NevGJ507MF1LCwdZrOiCl6ZRqvYWTBwAN1Ivr78TjgGXAH5d+O5NhqQs\na9qnEMUiuGf8nrPG4NRDirOs+A1oQ0RjPhF2kDP8AJX8VZYBaflYCv6W4Uqz\nfzH/c2YV6+679W+SgGOxT7hKYmD0wFhoDlRdGSAqTQd5vr6dgxk8qM4gQ+WZ\nlg/k\r\n=Uo/P\r\n-----END PGP SIGNATURE-----\r\n","size":10496016},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.cce4f659f_1627679646112_0.812156761646365"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:30:09.652Z","contributors":[]},"2.3.10-canary.476518211":{"name":"@firebase/firestore","version":"2.3.10-canary.476518211","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.476518211","@firebase/firestore-types":"2.3.0-canary.476518211","@firebase/logger":"0.2.6-canary.476518211","@firebase/util":"1.2.0-canary.476518211","@firebase/webchannel-wrapper":"0.5.1-canary.476518211","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.476518211","@firebase/app-types":"0.6.3-canary.476518211"},"devDependencies":{"@firebase/app":"0.6.29-canary.476518211","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.476518211","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-idhcfV6Qs56eK6llyGMAwuYonuf8Zao//Ogvq03M66oHoAGAqS5/cJ919gXN6LP9P+ew9pTp5YNwhssTmcm9Tw==","shasum":"f121e2eab29c00a921747a43010013c141510f23","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.476518211.tgz","fileCount":6955,"unpackedSize":62159360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhBHyECRA9TVsSAnZWagAAeCMP/jY19PHgA7oIWTPt2lCm\nWpn776uxDaSkfLDg/uzEb178Y1q9JJHEHvj+q4yCQn5nFeUddpBkdOePlN/4\nAhatfgoNZpi6F3W+k+wxPw7U64YwN8e686f8uxAoDRPIWtIwlCEP08GUYAKB\nRqHoDAWepYPK7agveoTvYJVRgBgGdRK9zISdy0j6Pb2jUohouZiCw4F43efw\nSD3LIidJC1SSdxPD2PjTMrHGHgXiXv4rH6VJxDzZSD3D2kjPRAxgltRXZMHx\nPfJCQl2YL8VCUASgMwwHWOH8V2+2LfsPFC1ccyWS/6pET3ttk1L045YFBTeg\nOhhnR28qaUYLx3Me8n1lImp4ojOgvHMbzB8NKmfNCSCNkktgMc9ANB0gRakO\nPRfMxnQJ6LyrvXbBIOddMaLD5lTUXS44KojtO9DqzohxIyVjSmm6ZN1uRHF0\nj2MT5ltSnUlbkFYuSoxZpMBdQK8WPTB62Wx/x5CyXKGczfX629tHlkynjkZh\n0RNLInMN7a8CLATMxHqRt2iHuwo1sYi1n9T9SVABLsMRq5NUo+RaAM3WUjX/\nWPDkTA1XeR8J2Z5qq70yL4ZDMm2t4zWud+4jVT9izPAp3yMijUp2IRt18mb/\nI43eVzhOlpgTldIsaNYY9LMmCQFI0hHwCa2pw+pUWuhJQYBQzlJ+vjRz/ewy\n+IMk\r\n=aqbY\r\n-----END PGP SIGNATURE-----\r\n","size":10496076},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.476518211_1627683972120_0.768449159648005"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:30:13.702Z","contributors":[]},"2.3.10-canary.8599d9141":{"name":"@firebase/firestore","version":"2.3.10-canary.8599d9141","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.8599d9141","@firebase/firestore-types":"2.3.0-canary.8599d9141","@firebase/logger":"0.2.6-canary.8599d9141","@firebase/util":"1.2.0-canary.8599d9141","@firebase/webchannel-wrapper":"0.5.1-canary.8599d9141","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.8599d9141","@firebase/app-types":"0.6.3-canary.8599d9141"},"devDependencies":{"@firebase/app":"0.6.29-canary.8599d9141","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.8599d9141","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-155xjeM74oJXqelNvk5hj7LHGOyeUPZcL3bpfzVpUhNvzhfdEkFL/lAvNI5QUalP+lSbPyTwSic894nFommTxA==","shasum":"4cea68248e2c4e485c5fdf1c5d49f080eb3ccf17","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.8599d9141.tgz","fileCount":6955,"unpackedSize":62159360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhBIASCRA9TVsSAnZWagAAH9kP/jbQWn2UF98GTmUrCrgs\nCc9jc3v3TRN3JHYQv8I9lTNlGDpCr/5IJiNMhIJ70UbPlxxSqseonOeqYfO6\n8xJyqd0tjUPIrlZP9nen3Ql+gg6JwkkQ+SbKv4iVgFydnsjuQIm7yHUADug6\nvAf8XrJhjTVylxRAcnUhv3VJmZwXdWSeRvvmDN5Kr1lojhuB+AfsR7SrUxnQ\n4R//pMSel8QYZwVPoAInVDnnbU/VZOGlhhX3ksUq4/JoCe+Y7QTLv7eAdC/y\nssKUhw4z7HJW7g5LajHaOCsB62YL5joJvIXwOpkwMp8OXBn2YMZj4K0OvNlM\n1DCLArHaK6YtjTr4fAvalt+sPNxWhTC8imekGyOsSmMjQwIpKXIO8XTe5dDI\nWkflGIPHVvvC4M2l35AgZuNiIKDTW1aG0w4FpZSuvUO4evPtyeExhSpJHoAJ\nXNEFK1ZN2aWfbVOqsBOiEvXZIprrcs+9mMgb1lONMJAVLFwzCntj3+8waQVA\nEDQFtC6vD+8w+Mry6+2QrqrZpYa4JfdcREaV7k08LXVJIDLhxbtMiIg8Tpjt\nXH/UcD5CD1BYIbaAWs8S+9FgHf78fDJhfrzFVwq1LXuEoWZ5dSTNfAkcAH2Q\nch8DzMXuSXyYcBSzkp5GL90zOouEeDEKFBlHYbjX8n6xqPwDOCwE+OJ414H1\noXCx\r\n=oVva\r\n-----END PGP SIGNATURE-----\r\n","size":10495972},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.8599d9141_1627684881832_0.44047859760448804"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:30:18.002Z","contributors":[]},"2.3.10-canary.c493d9232":{"name":"@firebase/firestore","version":"2.3.10-canary.c493d9232","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.c493d9232","@firebase/firestore-types":"2.3.0-canary.c493d9232","@firebase/logger":"0.2.6-canary.c493d9232","@firebase/util":"1.2.0-canary.c493d9232","@firebase/webchannel-wrapper":"0.5.1-canary.c493d9232","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.c493d9232","@firebase/app-types":"0.6.3-canary.c493d9232"},"devDependencies":{"@firebase/app":"0.6.29-canary.c493d9232","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.c493d9232","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-hjeJ2aXtnVRvVNiCMpYW6J0jofPfDoSJPlIeOMk288rODKN/3JjSOYrfxQ6Zh6UWU/OLtyJHfeYz/J7GXIQTJQ==","shasum":"50ecf0d425f8b55639c5d6fa714e0dcc35cad1c4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.c493d9232.tgz","fileCount":6955,"unpackedSize":62159360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCDGuCRA9TVsSAnZWagAAM88QAKHrwfErlIs0wWycJGnp\n/PEDBIy+iqOgmvWLZ+KeNnpXJkUgrgrJb52xYM1cyMJcf6Q46QKoNU/PIBwX\nA1kyPjBNI+o9oH7ylOpwNnmafUpuyLy0vTH1VwWjjyot0lYysxhfWi331gLp\nM16QXaKQOLG+EAOwIdTPWM1BcFi0WLCydWM5gnr07w9I/5gCmF5c8U4aBzfi\neWrIWu7f8MPfTKLdXwuRW0ZSNFYRMX3/Ng1tdUuX0UdMeiitTH8fTLyLZg+p\nJKjKk6nBBQZUeWlOZ+PnnGERj0bsC085CX2QbcIPsNC9Tbprcf1tDmAL24Ie\niwQsD41HQi40+y/WZUYmSnl8OblR3VCuW4U+DqcZb+p+Nhv/1c2dD/6/Sj9a\npCKeLMIN9prUBloCN1lG4SGqeMfNZnFQCSlDYt5JmPFovMhHqNtJu+JOQh+L\nO5+9R6WHte8Z+hw3Zk80HEfRXOCwAPYEhrOdsAMVz9RE6GrT1JKYMFj9QGhA\nH06T0pezOoVeuc4T/UGSnSml6dmihKDcS+BLoXlokus02VpAQhkRx9nio7Gq\nkIxc8+Yi83bQA6+LLa08IwWUFdD6DLgr1JQq2/MNfuBZp0Vq3EY1wXzmV2j+\nYNqvWmJrS6aRhevYyl/EfndzPv4hKURPP++G6YQ9+uZ1ydlHugKrkBCzVoWk\nkLmz\r\n=giTR\r\n-----END PGP SIGNATURE-----\r\n","size":10495761},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.c493d9232_1627926957686_0.11887661336184285"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:30:22.116Z","contributors":[]},"2.3.10-canary.c52eb4805":{"name":"@firebase/firestore","version":"2.3.10-canary.c52eb4805","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.c52eb4805","@firebase/firestore-types":"2.3.0-canary.c52eb4805","@firebase/logger":"0.2.6-canary.c52eb4805","@firebase/util":"1.2.0-canary.c52eb4805","@firebase/webchannel-wrapper":"0.5.1-canary.c52eb4805","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.c52eb4805","@firebase/app-types":"0.6.3-canary.c52eb4805"},"devDependencies":{"@firebase/app":"0.6.29-canary.c52eb4805","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.c52eb4805","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-DxIkSPrP8CO0X7JSftP9VpANdw3SUD4Z3wSgybZapTR0DhbZoaTKLFeVGgLExRFwiJaB3xWdhI5h1AKXZkN15Q==","shasum":"a657829e590f29081598e5a663fc0520151dbdc8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.c52eb4805.tgz","fileCount":6955,"unpackedSize":62159360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCdufCRA9TVsSAnZWagAAlyUP/1tgG3KlUUDJLB9cVG8M\nkNcNL0TfMYqkgRwNEXqjyAH44oK5Y+60zl5vf9Wm6gBcL9SLhbG7MbS8cOXn\nYQGdF6PlmbuX7ZNiam8afxFrMyz5cguIN29bRPwQiCWrAXtFvZFKpQkYCIL3\n1UntLpIanN1d38EGhejkbc3EVMHkF0XS3VYMzQ8LyaqmDIDDX5rbW4zp8CxD\nQdriHxdYRFUwNkaGbdLzJrQLzhOYXgsnSAwrOZJ9Buamj2VolgmAqPKpEbbZ\nXjqVYrR014nyuNql5pWifEAdHTj2ySe/WcZVW1BifuC7G5WesfC1YIINCrO3\nlQq3lN8MBOgg7y3bdy2RoN5nuz0qclM1PscGlGs23B4xNqRMecu2vX5qpoEj\nxqdAcFoamBfhS+AHDpYluz0eYl++3BOOts30zCnWXPxTr4twS0gtED+8Mr3J\noCdqXutfPsmTbpcQCCosdqLExJe4puTAlk0TZM2NL43L+ACzOeTBcpbrArcf\nROhieoXkZjB2VZkgNSIkXDefWDqWIKYc2hSBrvXhiIfNslqwWZYKz4XRL2lI\n/Vw3VUqRqTbyUe//06SHMMTqNieIg/GOyFkDc/MZezqqWyq8rvyAaYrWnye4\nWZin2f3v9eJUidikmekBDnf49i+OcrsKEsrcTlnWdn7HNkVHp1TMAhUxAPEO\nLmyD\r\n=xRvS\r\n-----END PGP SIGNATURE-----\r\n","size":10496011},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.c52eb4805_1628035999430_0.32076593177221757"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:30:26.423Z","contributors":[]},"2.3.10-canary.5bda08eee":{"name":"@firebase/firestore","version":"2.3.10-canary.5bda08eee","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.5bda08eee","@firebase/firestore-types":"2.3.0-canary.5bda08eee","@firebase/logger":"0.2.6-canary.5bda08eee","@firebase/util":"1.2.0-canary.5bda08eee","@firebase/webchannel-wrapper":"0.5.1-canary.5bda08eee","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.5bda08eee","@firebase/app-types":"0.6.3-canary.5bda08eee"},"devDependencies":{"@firebase/app":"0.6.29-canary.5bda08eee","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.5bda08eee","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-FfgTOV7gPkhMf0tPT0wLeFzIbIFy9Vc15rf09wdQwuUrU2kMJsjjmb18BpPkTsZcAZ/FrzXdq8NuC+FVZ3+Xvw==","shasum":"de0432c0fa9d971d20970436f61faec0eea34ff4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.5bda08eee.tgz","fileCount":6955,"unpackedSize":62159360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCzBVCRA9TVsSAnZWagAAeV8P+QDbXAO1/Wpeml02NWDn\nEFaza0qttzprqPyKoRK6FQxJg/xfbXwpowwTo7XSFtqQdhtmgZd4rQteka0N\nlIL4OLTyj548LuUwnSlZG+AftRwHj9AYo1+Tebs1zG2S3/aJQr4lmGvQXPV7\n8FiXraV89kAnUZD56//7YXE8XJjeVW4bBHuTut65R1tgqs3q94SxMTQxyEFh\nLBzhgRE9khyzgAnoQsYLvgYf/2VRHnpclZ/aTNtaglo0/nx3oOeIWG3iRe+7\njJwd3oYNKikoBzirg8SfRdl25CI+67k6ezSPWrTdKCYTVa5+q79dmNbUBp2I\nHvVyrEhtinUNntHP0yDWtdmnpjPvT6tTLTt+yPKdULJjA8TuIsvFNR4sKAL9\nRdszcOcC9zoEk5yfP7tlascjm0ZjyyH51xtNnDSteCoYpgT6Ff2PFWRBrPYI\n9jXbC8UWQ85QxA7h4ehucjfhyMXf2G9fCN14z9LifJePfb3SHUS2NTpyHgr0\nL9roFAIw1imE3ezYK+Yh54UN5bWxxR94ODwAx5sQLjQHvahpero/qNYs4myH\nI3kh9UR98aUJDgLGuBVy04hsmscS1R1SBbidfyh1NewJXnkda2eo/B/ggpd7\nyNZuqs57dQ4IHcjcD3TXplkzQKA0xY04gV6yCyCZ2R5DhN1y62GUY08m+Dhp\nJxun\r\n=1Qyd\r\n-----END PGP SIGNATURE-----\r\n","size":10496125},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.5bda08eee_1628123220868_0.3172462226478572"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:30:30.532Z","contributors":[]},"2.3.10-canary.35865ee19":{"name":"@firebase/firestore","version":"2.3.10-canary.35865ee19","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.35865ee19","@firebase/firestore-types":"2.3.0-canary.35865ee19","@firebase/logger":"0.2.6-canary.35865ee19","@firebase/util":"1.2.0-canary.35865ee19","@firebase/webchannel-wrapper":"0.5.1-canary.35865ee19","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.35865ee19","@firebase/app-types":"0.6.3-canary.35865ee19"},"devDependencies":{"@firebase/app":"0.6.29-canary.35865ee19","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.35865ee19","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-Qkms7Gk9TCxkYOfnX5zjhjZEbaepcM5pZNuuv4QFkF3OJ/APVYre1TkCCgYJfZhbWGDp1Xc2s6Sky8nFgs6Wow==","shasum":"bdfb7d6b5661f97048fa0de718db69bcee1bf324","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.35865ee19.tgz","fileCount":6955,"unpackedSize":62159360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDGrDCRA9TVsSAnZWagAA0wMP/2KXAH3fvOa439IJrvqc\nBdx+jJ7p5ifTBCSEYkmiHwYSKg7V4/sCJMr4iQMmgj3CESoKGc+JM0G5jsB5\nvlygDOpBDMqPviqO4wf13myoN8kUvVXF0orAZ626cgGlUNPFvuMuGRbgdl3x\nf0mDTSsyLQ5C8VqHXQhAJlsJ7veVejcQ9h9/heVpLohFRxVuE7D57QDU0IA+\nkXnmC/n5FjB8+/lfz7m4raKwPQwqrL0zgBWHWazI6NldXZ0MoEnnBAAMaV62\n8k/KTD28pZCvqAoYfYqZ2Wc/fYUv6jOjlwa6XDOaNQ+ZRVfWUVFeFYh6NFca\nRf45geHZheJOElSeWxoxhkacNjet7mGp0MV0LK2k0AWJxYkjm+6u/Nl9tdex\nLnmcqIPoCKYwUR+1AvVzZo6r3hDYlnqFM9zfxsWwlAY1G9AVQqaTANApWfbm\n2MYjLNuntZor7ZDYE/hCafj6DfcRkVba4Jaoj2M64xORVFPVEw/ikGnej8VS\nGD0U4qodMILioPZ6c1eVb4G0EkRyegtDgEH7NxeogBbIqEe95qN8sMwQxpj7\n1HHGcGocc3RY+o0CJAtaQur7swIMkk3S6yQrqYnLPrbGtvpPqY2dIvnOV0N7\ndXKDXPVHjkizjLyNn6vD2I8msAs8nUAkpw8hjPXDIibr9L8yeSy0fWwqoB1S\nz7X0\r\n=s1Pz\r\n-----END PGP SIGNATURE-----\r\n","size":10496038},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.35865ee19_1628203715031_0.724867596228381"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:30:38.311Z","contributors":[]},"2.3.10-canary.a65cd9a5f":{"name":"@firebase/firestore","version":"2.3.10-canary.a65cd9a5f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.a65cd9a5f","@firebase/firestore-types":"2.3.0-canary.a65cd9a5f","@firebase/logger":"0.2.6-canary.a65cd9a5f","@firebase/util":"1.2.0-canary.a65cd9a5f","@firebase/webchannel-wrapper":"0.5.1-canary.a65cd9a5f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.a65cd9a5f","@firebase/app-types":"0.6.3-canary.a65cd9a5f"},"devDependencies":{"@firebase/app":"0.6.29-canary.a65cd9a5f","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.a65cd9a5f","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-R+Jk5T40CB95eukLStIxoZ9arfKtSQGW9hVyGbxQRAx4GFjm4ADtu1WQlzzF6+lU2GYbetYptsSnkg0Fn3o1pQ==","shasum":"c1833a76aac4ada81aa1bf26c88813182facdfe4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.a65cd9a5f.tgz","fileCount":6955,"unpackedSize":62159360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhEXyaCRA9TVsSAnZWagAAXScP/RnlS3v8bFDVUnUVcqHg\n5w0F6yETWmvjC2f9eyKwlPMRwiC4KDMzAIJC7b6i/xTwXszpF4GrsaU2flMz\nZ8qdkrWYZBctGD+MMvHp5n+8DjXDwmnVr99vp3TJQUUMe1KEWZZbmzk938x8\nVfz8uB/i5sigZSYjvEkMHm9U2tHw2hHSnVE6qwtJUtghFRey/QxIMM5N83pl\nxFv7LaYjnf+CPQl0hCBnTzbJPOfuB9i96rsTr4r89N2zlxLLG+aGIq8SZ28f\nQJdFfyPEBWe17cd4H/8JgjLv20TGeAUuODOtWq3yCxKxFwBPFUhhJ+xWCmlE\nx4Pmw4fhRbSx7dawqkKX+DcKtNEw0knChUWEVtml6wKJ5qcM8Lb3cIItN/hB\nQwQqHlhMd77GYR7bBgqJcAclCExG3KHqHj5VvdsVFKLGCN3s3kSlJ7qoupy1\nbewav0kJ19YRdf/GFT1zTjbubgGA5GuZP2FDjx9f++ZMVkstVFTYItOc3Jsn\nAjC+BFuyq1tK8HV+Png5uhDNoqTvvBbI6qWIpOuXay6ve1iS5wmEp8T6ZYRT\nFDZGIMMJnS6D1S9XjTVU6spCnyVnh793cnh4mXFA0JhZqhCCTCQpZbO7X2lm\nYVi1z+kN0MsGuAeTPU5p2qVyJT+1Nt7ulGu2f1+jX3mI8LtOPoNmswGh0i5r\n+B+g\r\n=9puu\r\n-----END PGP SIGNATURE-----\r\n","size":10495808},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.a65cd9a5f_1628535962533_0.5362442841531891"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:30:45.581Z","contributors":[]},"2.3.10-canary.8893c8225":{"name":"@firebase/firestore","version":"2.3.10-canary.8893c8225","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.8893c8225","@firebase/firestore-types":"2.3.0-canary.8893c8225","@firebase/logger":"0.2.6-canary.8893c8225","@firebase/util":"1.2.0-canary.8893c8225","@firebase/webchannel-wrapper":"0.5.1-canary.8893c8225","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.8893c8225","@firebase/app-types":"0.6.3-canary.8893c8225"},"devDependencies":{"@firebase/app":"0.6.29-canary.8893c8225","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.8893c8225","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-FJY6oXhGOsUHXuiaJdpygGI2HRbYAyS7bux14XeRp/ag0Cbrt/k5lipdCvfIV8XlDIbE5AY5rh00mHZQLTedSQ==","shasum":"852ee3c96fee8b99e5927ef460713e0e7088c3ff","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.8893c8225.tgz","fileCount":6955,"unpackedSize":62159360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhEZsuCRA9TVsSAnZWagAApdQP+gIJSplqfMObo+H5rwKN\nrUeR8SdmCEdqm+CfkZQE/WWcrBEBfPiB7fAe9eNhYoiQ2dKR46yMCn9tXJNH\nhBfUVNYSj++dRbHiOnLm20uxuu1Sw91Ue6SWVsJZoPbznVQ1SAsuF8tpexQi\nTx7FMe2cqEuPcdDzAaQroD0vW16ortr0WD4MSdHz+xTMbANhbrZ0qBRoC9U+\niule0cWufQeBSBZkOZxwYh7PNDo3gWOPluvPcuLuzis0KOjYjVB2YQVV6xMH\nMHljEh4vMJEAFV3Y8ysvKL+9xaY5ikfDA0QzLhDv3u8pF4Qc/5l54nTxnG2B\nT/I2cZI0Abhlfu2ApbJwa8uq1ggsZzqImpnZBmg4MUEcUmcsbK04GHnBWUAR\nOKbcv+4fzR8cP30JtGgAw6kUWRYaq5ozsBeUox57Huc/ti4BJ5T8UBTvRxtE\nVljxqI3ACkK8ZUYGrqCbL+nTsAh8bZvyaumFp9HqzM+eZmwb5yISCFJMxUE6\nVlcO94pv1dF30Yj1O59kn+Prc3T897HOpYaZ6YaGRV+RRdhNTjhi7W1TMJ2j\nX9mkBa0ZjAy6yWXtXQeVm9cONOestWQYh4ud4svF0y2WXczH5t1uusaZ3Xjd\ngvd+jyFLlWQhbp8fSvwy0W9ct6KD4pl4OwsEjFezKnbnQt1xYLpiirYqSrdC\n5JAl\r\n=ePlo\r\n-----END PGP SIGNATURE-----\r\n","size":10496132},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.8893c8225_1628543789963_0.7384337065029996"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:30:49.701Z","contributors":[]},"2.3.10-canary.f1027e3c2":{"name":"@firebase/firestore","version":"2.3.10-canary.f1027e3c2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.f1027e3c2","@firebase/firestore-types":"2.3.0-canary.f1027e3c2","@firebase/logger":"0.2.6-canary.f1027e3c2","@firebase/util":"1.2.0-canary.f1027e3c2","@firebase/webchannel-wrapper":"0.5.1-canary.f1027e3c2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.f1027e3c2","@firebase/app-types":"0.6.3-canary.f1027e3c2"},"devDependencies":{"@firebase/app":"0.6.29-canary.f1027e3c2","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.f1027e3c2","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-V7w8INnSYkuIGXD5dzufFK7IYBbiGErRvDsiprbpHSrcb/XaybAa16B14SQf2dRKDyS+gZ5rnDzhJ3Jvrj5N9g==","shasum":"9c8024ef68d4c26d7b76a66649aac37efc025ca3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.f1027e3c2.tgz","fileCount":6955,"unpackedSize":62159360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhErQPCRA9TVsSAnZWagAAOD4P/1vxA5e9IE4qgA94OD47\ns9gw8DWb9wZUt1wuvFkh876MCem0MIDkG4dKVYjgR27NeituAu0bQain4NEI\n2XnAWU5hPcV/vajwg7pT6ZNBoVx93s5qt6kkPV4Ojygka25tijlTEf2un+fd\nZw0i/uPdVO+h2RXm+D7YV6OWzcFLkkv+fGqgE2hTHdMSwAsonik43ilCV2tk\n3WvKguUdq0SbECVhXh2kBi5zT+Oy3Q46E7AgW/WN2ML2CQJxhJHsUJcYldRG\n2T17gKdVSMyQ1Wb0Xr5uvuQmCLaLZIudvIvMG7Z+WSl9OL7VI/R/QNcGkANR\nrG1HAz7yjt1kF9JF6pRD2jwaQ42p/Oj8RLRZk1o2KYYAHE36usy/uTWVAA1Q\ne2xxtof/LfoNhztHaOh/gaoEDfhavdttc5B9VEgzQMS1EELCzc0y3b9vpNiz\nW8aLtUr4Z8haGA7rKDFJ9Gv7Et3gVIsKhsJy4yPFZ/AXHIeOb+os782irZsS\n9lJ9gxApfz2gBXC0NJ9vmivx0F7eDAH9L/CI+sd+iLTfYCool6PbKgbviWTT\ngIUYmci/MC0hhx3lbh3Xio0fJE4NFLIeYyX6D7VhENUwEudKTJCEBgaujXsQ\n9yXPyU9tqkmmfVycAMM6nQK7eqiK1DP8Mg/ckVzeLh0p1lZdoPC9iGL0vahA\nEntI\r\n=2Tcd\r\n-----END PGP SIGNATURE-----\r\n","size":10495986},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.f1027e3c2_1628615694508_0.945273913838967"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:30:53.960Z","contributors":[]},"2.3.10-canary.21b552412":{"name":"@firebase/firestore","version":"2.3.10-canary.21b552412","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.21b552412","@firebase/firestore-types":"2.3.0-canary.21b552412","@firebase/logger":"0.2.6-canary.21b552412","@firebase/util":"1.2.0-canary.21b552412","@firebase/webchannel-wrapper":"0.5.1-canary.21b552412","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.21b552412","@firebase/app-types":"0.6.3-canary.21b552412"},"devDependencies":{"@firebase/app":"0.6.29-canary.21b552412","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.21b552412","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-LyuQG3FFvt/T44HdUMJAbGhe3jGnmLxWUeBea9GltPg9+QExKBq93MHIr+JXQyPqTTWvOsSZCqB6gDL+EG1Oww==","shasum":"7fb2fb89f811da057158f09f66595d61166e58c6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.21b552412.tgz","fileCount":6955,"unpackedSize":62159360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhEsH2CRA9TVsSAnZWagAAUskP/jHEF2sinqgFqewM3nlV\non8te60ofmcGpHhydJRNAUjN0bSxaBuFS4ue7rWZKA9eo+PqkjXdAMPQxEUd\ntVw52syUxOVHC5M/legU59MkeqOmc2kqe7DiliiZXiGM2DbBfrG1yVWAbhOq\nrDlmbdH8pp4cQG6WSKZ2ZKWVkEvsXCVWK0AVgFhMkFdIcHF3+8DyqkUNMq7h\n4HHVbdm7q3hyv9xYQVrQ/PdpFffJms4jlS50QdInyEtye6s7qVvAFehkKY67\ndxLyQNnKobbUJ3KS0d80i9OUQX/ZvKzWErSrar6RFouoD67GERhAYdnjvhLB\nw7+vJ265UJd9D0eqvuQ8sXGiY9U8QPhezr8qUNTH5ATn6hsgBxVEp1mKP9f9\nc2aoR+xkWxXCthfOdqUd4LAJQIfH8gQLg47p99WPUc59lKQn+Kt/rPZslxXi\newJ9TW+3WZynncOK0hr29agUj7QAnEmujSvlHYqTWuro5pkteS36yMMRewF9\n0A57xOlYxlYLE8/JbGtbtnbNE7rlSDkz0QFWSdic0P/N0W/K0ZwF4z/kJfTu\nJR7t6XgaSqseJDkdZmj0ndIcvOcoLIqrJuZmuSH+5l50DHhgGbqzZU29BlXV\ns58JYTPLyfPfbmuwUhEc1oKBELJAUOuJxMRV48EzR25N3Vi/lgG5Zsjv1pys\n1uKr\r\n=2804\r\n-----END PGP SIGNATURE-----\r\n","size":10496292},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.21b552412_1628619254184_0.2394741768336477"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:30:59.133Z","contributors":[]},"2.3.10-canary.749f5a21c":{"name":"@firebase/firestore","version":"2.3.10-canary.749f5a21c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.749f5a21c","@firebase/firestore-types":"2.3.0-canary.749f5a21c","@firebase/logger":"0.2.6-canary.749f5a21c","@firebase/util":"1.2.0-canary.749f5a21c","@firebase/webchannel-wrapper":"0.5.1-canary.749f5a21c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.749f5a21c","@firebase/app-types":"0.6.3-canary.749f5a21c"},"devDependencies":{"@firebase/app":"0.6.29-canary.749f5a21c","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.749f5a21c","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-klskabdoP9NA4b8MiKNAKJHFnbbDRmysknn09nYJAFd3b8oZgKaW/fgmlK6MFFp2Lp19wKNizQ6K6OWay65jfA==","shasum":"ed31cf4a45d3e5f76db6877f378bf2ec133cd115","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.749f5a21c.tgz","fileCount":6955,"unpackedSize":62159360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhEtFgCRA9TVsSAnZWagAAGoYQAJ1wiqXVqzQbBUvy4wCb\nplWz5HZZ/bMGFd6eBhM2PaUdlAVlaomcqwRX6jBuo6g4UFZTnVgL7QB4XdlK\nNHpO4hSTo0Dg3qwXoOyLs5JqSW4oQcpmT0WS6kJd2jXyzkfYQJGmLC8G/rR8\n2yeccn3GYOsNtSXROTv4fGpgRPyEhH5xl0TSZIGarVd/DMeXZNN//eipbzCp\nmvWHUP/VT4PVmKYKvGM0NnyQUKp0LlF8rkx/UtTVte/Qtapdx3pw2fr6EEbD\nVPu+UwWqN4X7+FMRn8RA2AGs8ILU230/47A+sq8kCpG3LGAMs/B+XkF0KMWS\nHk9x0euJrQk6U8MaQHBKoFLfw6fxryrKsqgCtoMo0WbCKSSAUgLfDfCnVDSk\n4D1MOBJX37Ab4Fj8TkyU9IqwxxJdWzcPdwktbCVJbd/qtfdIicga4bOEi/Up\n/39+azFg69MGtFIzU4Gr5AQfvMG+OJLp/6v6czdsQ7dQdqo0VoRTsuU1xqrS\nlbBUb9HyRso98se3gZ0knRIrc8kk2kpLjniewzNcc/FnXX3d+SmUCeNxU1u1\nmbh1FHHKHAj1+LeijjXVrbc0zqETqEcsqjVxqhSM3Nun3DsXIjtL3CTvnJFj\nRTNnm5RQd7koxTH6CXq+2Jt69LdjYy4TE91Kzafcyp57IVIuJnNn2McX0rJ5\n7RCe\r\n=ZTjV\r\n-----END PGP SIGNATURE-----\r\n","size":10496013},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.749f5a21c_1628623200584_0.9883408031275456"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:31:03.258Z","contributors":[]},"2.3.10-canary.e50356ff2":{"name":"@firebase/firestore","version":"2.3.10-canary.e50356ff2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.e50356ff2","@firebase/firestore-types":"2.3.0-canary.e50356ff2","@firebase/logger":"0.2.6-canary.e50356ff2","@firebase/util":"1.2.0-canary.e50356ff2","@firebase/webchannel-wrapper":"0.5.1-canary.e50356ff2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.e50356ff2","@firebase/app-types":"0.6.3-canary.e50356ff2"},"devDependencies":{"@firebase/app":"0.6.29-canary.e50356ff2","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.e50356ff2","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-JI6WjVxD9mXyHXWD499oMJatnlcK1sCrJqqnjsP96JdOYDRgNQOYk9Q5DPjNueYyHC0ZpKjKFF4cKYHBoYklwQ==","shasum":"4fbaf03ac5acc91562928cad1e315aa630198546","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.e50356ff2.tgz","fileCount":6955,"unpackedSize":62159360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFA5uCRA9TVsSAnZWagAAFW0QAKBEBKpc1MzqRx+PA94X\nD/2Pi/97vua+Fm9pVx0uANcfWq/Zmui9001MR7WtOsdsxaVrGNRyEdhXUXjw\nM0ITe1AYZOBBZIuKKqMj7eZoJopttMkJZB9n3GTrjvcOfufnURoQKk2MJ7PO\n/S9XjO5v4wRzt/H9h8B9oFsc2kn7VBAea8o2fSGBj/KggJ3DarCtMHX/2LRD\neeLs7va/2wfbADeu0Axi8G58qkv6wt5pSjo3zR/UWkQi/zuTmqkYngQT1bUu\nKsRoFPCrmjMGvzmp3dF3/wMoDWtKIPeTA97FiT8MI+u5G/bNzbIt7iEGiU/T\n4cPxJcHZkH1KOy69wZAPMxEenBI5Ulx/r3SWjtf4jvg6pRLi3IBR25VkmqW1\n4Q2Uu1eK8CA27uOjs/LxJeYAcx7K8RsLP1LDdAgRDtABf9Kr6Cm1Atl12oWw\n7AU9lthoQm0fzra6ku4NNknzAWpOCJ713pGRDdLhSBQIeSMA3nvgV3pO9Zxd\nBxksnVopoCbrnWuILueJXhN4b9/BTlJmwl3KoXoSMs1vi6d3C3MHCKq92VZA\nO7VV0QglhpQgSMRVl6aEi+/qAA2yvw9XHE4DsQVV88EidHQd9/MDVtGfo80Y\n+tIE5Sa6JciEai6AAMxQU4fOAlSrp24pSn648tNTF/FVX2BlxDqeCm4ytEh8\nutM4\r\n=oaGa\r\n-----END PGP SIGNATURE-----\r\n","size":10496213},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.e50356ff2_1628704366156_0.4360727645264353"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:31:10.459Z","contributors":[]},"2.3.10-canary.a69220b51":{"name":"@firebase/firestore","version":"2.3.10-canary.a69220b51","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.a69220b51","@firebase/firestore-types":"2.3.0-canary.a69220b51","@firebase/logger":"0.2.6-canary.a69220b51","@firebase/util":"1.2.0-canary.a69220b51","@firebase/webchannel-wrapper":"0.5.1-canary.a69220b51","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.a69220b51","@firebase/app-types":"0.6.3-canary.a69220b51"},"devDependencies":{"@firebase/app":"0.6.29-canary.a69220b51","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.a69220b51","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-KDhvy5pJtwWfTBm1HbuDsrf+hTcfUea0v2+mD4Imc+np5HV03wuYlqpdkShMR/9la1dSVdU1YRFLm1F9vVfRMg==","shasum":"8b78505a1b196e7eba333bc1fc3c88b769a82197","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.a69220b51.tgz","fileCount":6955,"unpackedSize":62160232,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFC0KCRA9TVsSAnZWagAAS5UP/2VrPjSzRZLL2i6QI1UR\nA/vDkwiT7ifokSUKyh+u/nk1Kl1dgfx1UQ7QsJdA8G5lgkVp8xgqhDdm+iE4\ndziNRyeml9KiBN8Ysu8t7v19XTnrLgB+V/o5FSBc1CV1QhdDMf2X4Q7SbdK2\nTqaJshPnlnw5ueWfqN0HIsYTYTzYDGI2hsj3mdxfO9K4nAd5Juawohuu/cP1\n9Epb6yuzoUgFsXEy+Ab/DXxJVYGu8wAWdm87XSmDLiYc+cs/hD6gIeLxExI4\nG56I6did3PMALU+k8meBzzNrvRJfRoOyIvlpl9FAE52uo/uNy8hIJsJ2WsK+\nlCNlfYPN0/cge5t2d/ypTSUpw2y6AZVqWZ1Ylj1GjM+KbLrxzWmaiR9j/yog\nTGVdgYQ9mlXDTVsJClylkcMEtLaTFOU42FzAZqFVUIB6IO8Z0xGD2Si4+eyy\naHf8HFs1qQijRTGZ3Nd8Y/jPWduOsJ7zeqZK38XwuE/9u7FzizbrQlcap9yL\nwkX3KDzposZjqa0o4oSgvGbKiDUdurpgL6TuBEoTjFEL+6Ub26B+NPz/cdOZ\nYcyprkLn1K838k4KT4rZv3Jhj69Z0iCihw3Q4gxqyZgAG9A6yrWLJPAk4yey\npB6Rrok7VFHcDkJ0gA7HTSqpDbKc1KhwJQzeWNznFEoZfGsvdMlvzexs4IRE\nuLHd\r\n=onUs\r\n-----END PGP SIGNATURE-----\r\n","size":10497012},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.a69220b51_1628712202398_0.038309270346820634"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:31:14.550Z","contributors":[]},"2.3.10-canary.888645ea0":{"name":"@firebase/firestore","version":"2.3.10-canary.888645ea0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.888645ea0","@firebase/firestore-types":"2.3.0-canary.888645ea0","@firebase/logger":"0.2.6-canary.888645ea0","@firebase/util":"1.2.0-canary.888645ea0","@firebase/webchannel-wrapper":"0.5.1-canary.888645ea0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.888645ea0","@firebase/app-types":"0.6.3-canary.888645ea0"},"devDependencies":{"@firebase/app":"0.6.29-canary.888645ea0","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.888645ea0","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-npuEaj5FWdfAeWREiVqLV265cYXAZcGHX3+ilXmopnuEkt1WNmAfcYmtDxPam7jOK3Uyc6Annt3rdm3AoAwjdQ==","shasum":"2950133b32d9da159e1daa1de78722fbe344a3ad","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.888645ea0.tgz","fileCount":6955,"unpackedSize":62160232,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFGpkCRA9TVsSAnZWagAAT3MP+wbmHb/wICXVwOTZy6sU\nmpEcK4CPVJozd0uLwV8vVdMy1FLEZGPxPNeiA15x19bbT54fP/lN9Mv4TD25\nCyWGBFAU5f2CaubGnUv0g+kSlaP0z0jmXgJPtEuf5HaLuuzfXgmGFASyj7Y6\nmtitcSM6Oj30mgGUsy/XAXsqa+ylkt5ljuULfqLwvw6MKqwcSy43Jdogn33v\n0hbxl0t8ugicWaQf21w01fPFRziCxigaJYaZdaNjENT32Paru0DG1Q7Y+Utn\n0I7RCeBrv6SwR5XFQFHcPOVRff1wdsY0i4AMf0c+jA0SBmbvSj3QVvvGGTrm\ngqpuldlwfaRQem0hXqc1k5yfpeuot80JVrFEryZyY3o2vZuX9pqj3r5x0Rkl\nbBm8MWV8ojjkyHdVRAmFbCGXA1Z+VA+kRwq2F4m4JV3D7znGbj1FWYKN7EkZ\nV5dcZSIGAovb67NgLPakjCBEprtufgzxcwNEycd6gzhRICe8qiCD1H04d3gf\nb/TX193Saoy8dh/Gx8hep7Eflkm/K1eP+XGHTxymuGiPHz44/fA+5XDoTcJL\n0oiu9nEFpc7jVZeXa5k/h95aNjk2FVkeY7AQIOqUDouihOEfJyhJNrN7XNy1\nPOnpIqlgKBgHxftcoO4OCOZCF0we1XaTr9X4cwLnhjH2cF6Fu3awW9GeerJK\ndAzU\r\n=vLUq\r\n-----END PGP SIGNATURE-----\r\n","size":10496767},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.888645ea0_1628727907625_0.31290219635284844"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:31:18.636Z","contributors":[]},"2.3.10-canary.e83826af8":{"name":"@firebase/firestore","version":"2.3.10-canary.e83826af8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.e83826af8","@firebase/firestore-types":"2.3.0-canary.e83826af8","@firebase/logger":"0.2.6-canary.e83826af8","@firebase/util":"1.2.0-canary.e83826af8","@firebase/webchannel-wrapper":"0.5.1-canary.e83826af8","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.e83826af8","@firebase/app-types":"0.6.3-canary.e83826af8"},"devDependencies":{"@firebase/app":"0.6.29-canary.e83826af8","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.e83826af8","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-GwExps8G8TX9NYBVLdy20xw4esyNKtJromJWVhLP0ibCEDcqsAHBzGR+js4TcwWPOpDfLFLyXZuQJts6urk5jw==","shasum":"5d8591c0edb7389c227c1835916d6a2b36c9c246","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.e83826af8.tgz","fileCount":6955,"unpackedSize":62160232,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFU9kCRA9TVsSAnZWagAA+k4P/1wYCiXcpPd/84o2fkyJ\n3/uhF32R87tp2Ol4YCOnfdaXRy6kiO7jEbuoovUHyjxEJBkdPcZLc0wHUBdz\nUPR0/qkAD7fvOM4CXRLTbwByvd5tOU6whS3xjjWyxnXfLLsC2eqt4Bwizefr\nLwHDdslAkTb75HZjXDgrBPTOPxq8PPAGeI7ljt70Q9sBD4vVU9cTk4v8WxJS\niVWIf4YZYMZWnm/kynKIewNm0nHg0clJxYEnIsvbAKUKxvqsSGANXkVft5nx\n8uTYG+rmDjt8DQ4/BC8jRMVT8/GJH1WitiilRAjXsZp+43KqlaiwEYtGK2Ek\nIP2SEixAB31E2siFsa1ub3JWgXLztSLtAFyGgucQAeeY3VxZaL3We1gGzNOn\nvXSk7+k7WyXd1SNBiGbBBSEfEoQnUOhjh+Jktmx07mDsiJwuUQaEXmaI3R+l\nZbDNLwFjVhKJwqKbY7OBg8Oo8yAbLh+n4EU4Tziw84Z8/L2Gs1DjZ7KBIdoL\n1Tl9bn+8dW29BkKmRHaEvqCZgy1GJjpP1Olx0TK+8TARujtIGofs7p5hNHhm\nEJHlc1gQ1aOREK8o7xeg7KDSzj177NdmKEQRZHv2LeMwH9Jqw9kt32ftvjPq\nsXLcdy4Qbl9w32ZHU+BbuRF2vdOeHqrhpTt29KaHUhD/67FEDnj2bSKDdla+\n3J9Z\r\n=p+Dn\r\n-----END PGP SIGNATURE-----\r\n","size":10496916},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.e83826af8_1628786531609_0.669309146625606"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:31:23.138Z","contributors":[]},"2.3.10-canary.bfeac2683":{"name":"@firebase/firestore","version":"2.3.10-canary.bfeac2683","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.bfeac2683","@firebase/firestore-types":"2.3.0-canary.bfeac2683","@firebase/logger":"0.2.6-canary.bfeac2683","@firebase/util":"1.2.0-canary.bfeac2683","@firebase/webchannel-wrapper":"0.5.1-canary.bfeac2683","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.bfeac2683","@firebase/app-types":"0.6.3-canary.bfeac2683"},"devDependencies":{"@firebase/app":"0.6.29-canary.bfeac2683","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.bfeac2683","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-R2R5n4Y0yQ327tFB0uARbJ7AavIFVaaRC3Njg6mATNZP/Fg4PZ0Aaraqsu/DjAobqe74322JQymEitvEi1aEyg==","shasum":"228d0cd936b79be8dd4c4450cd970e1d38b70870","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.bfeac2683.tgz","fileCount":6955,"unpackedSize":62160232,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFYTpCRA9TVsSAnZWagAANbYP/AzFcsNpo59hg7EpR2ZR\npbn/hukqGmIf3R3bLz1RNx5y/841GOo3Nhy65aMT89DFdZrGOD7Ff4LHjqTz\nErhBNt8ZQlpPj6dJNTqS6yBWUTfxN0CIv4crgFDsLRxyKMKc1h88DC5VBsEg\nd3N7ksjR3szy2HqN0vlcvND5pf7rtWxrEFevzV/X4Fgbzk9AD0ZeklbqjX4R\nvYNL/QOMBGmCmQJwP2AJdfBx//m8csCswzoy20HQcU2WQRdVuMz+VWS49mRV\niH/F9PtCF27LGBcvhD6rXSisgx0ySR7cR0VZEE1v8SZvQGpYOtHl4qpT29O9\nm+n0IDK/1I1KCp5NwaKQjZ7PP87FDo+gXfUl5XznEhMlorxvsK8mkgLK2oYu\nz8q731eybYp5hASa+1Gk3kMANfEzk6s8xC5IFhR8RZKHaxtRxAIE/GRC5Z99\nGdCSFny5YozRN4C5awcbWMKDU5saBxTMze4ThZEEI1QfAjH9FnQFaVlJYWFa\nCULqoYmszO5nZ5VgVDS7XGnMQGaW31ry2k6PLfmV/91aFRCcAi3xuSNyGt+t\nLqwZn9Q4F5DFUsueFearPGQ70MxMs05lS5BQb9dhb7zB/rQcM48EoIcpoIYy\nB5XbYFdBcZdpJU7Q5zFa6uHQyBDrqbWCDXFFnRNhqidMZUaKElUP+Etur2Sq\n9vGZ\r\n=yAqy\r\n-----END PGP SIGNATURE-----\r\n","size":10496820},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.bfeac2683_1628800232778_0.49357357079896413"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:31:27.592Z","contributors":[]},"2.3.10-canary.bb6b5abff":{"name":"@firebase/firestore","version":"2.3.10-canary.bb6b5abff","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.bb6b5abff","@firebase/firestore-types":"2.3.0-canary.bb6b5abff","@firebase/logger":"0.2.6-canary.bb6b5abff","@firebase/util":"1.2.0-canary.bb6b5abff","@firebase/webchannel-wrapper":"0.5.1-canary.bb6b5abff","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.bb6b5abff","@firebase/app-types":"0.6.3-canary.bb6b5abff"},"devDependencies":{"@firebase/app":"0.6.29-canary.bb6b5abff","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.bb6b5abff","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-xiiMZPgwkmW2koSzRW8l8u2PxTZegy7kjW+u04lHum/1FKnXzTI1L3lRqfxcJSuDBsl9/XaT7crFmmX1MdSoBw==","shasum":"3e1a86b32f600337a293d52f683511c76d580f89","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.bb6b5abff.tgz","fileCount":6955,"unpackedSize":62168516,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFrR1CRA9TVsSAnZWagAA1JIP/ibe0L2OprWCudPzOIeP\nkIXQbrKO0lqe7mffoQ6ViSttHU/NXbfbhlde4TLb4Kzq1Un6X2xZacmgZdep\n8ilxo9d1kjYKfmCpB5+Lmt6Rk9xiR0c47z7N5KwufC9lyZTPoiw2hxXEN6d3\n1YbLowTzRxea39Ju8Dbpx1+xo7wcvZaDs8wKVPP/jfrEgcTLRSQObgqIh1EX\nULe8j7Wn70aehaMm/2S1jF+auXw4tH0SXG+qHj2W02NiD7waS0rP8hIcptUJ\niFvfXx9ABrGkxWQALj2jd1ZpsolYZVPObZoxUKc45FH7L4Rjxqk/33VzFUKC\nq2vQw/vzjcNuozlE0lefZQPdfYXsL6aCjaw8IA72qU2Svr6l+FLHyzqg1p6p\nbnKhxYLyLj9oaYmhdEz98H5g+nc69yRVxhXnIJHRiGVqPeDQugYxGJ7A+ZBe\n1Y10J+WrDjVHqQidOKY3VMhCD262Blk+6Br70f1NxFqUAlYQnwpHSt+0hNxg\n5lpczxOCf8t5Y5BFT/ArM3MgLgqw88ur42L4dRNapZX93qUviSvfoC7WD4g9\nA6S3oQ2fg2PJQTy70yOwJKL0tba++i6AhuM+gxB9A+XcUWCU5gWhrdsaTaRJ\njcJGdrWeelXK21Je6goOD59ACkOnRTGdHxBSnNPvD+D/Qf/6tN1N0FgkUp6w\nyEWr\r\n=G7qD\r\n-----END PGP SIGNATURE-----\r\n","size":10499299},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.bb6b5abff_1628877940916_0.01516991351071395"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:31:31.848Z","contributors":[]},"2.3.10-canary.064e1ca2b":{"name":"@firebase/firestore","version":"2.3.10-canary.064e1ca2b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.064e1ca2b","@firebase/firestore-types":"2.3.0-canary.064e1ca2b","@firebase/logger":"0.2.6-canary.064e1ca2b","@firebase/util":"1.2.0-canary.064e1ca2b","@firebase/webchannel-wrapper":"0.5.1-canary.064e1ca2b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.064e1ca2b","@firebase/app-types":"0.6.3-canary.064e1ca2b"},"devDependencies":{"@firebase/app":"0.6.29-canary.064e1ca2b","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.064e1ca2b","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-IG/4hk7oIRoQJQs17MsAAf74Fn1MDofqQllV/krYBUOpaDfb+J3zU+b9tk8jfh5cxglWDQtdO260h+42eGgCNw==","shasum":"1f1578d5676a52a6452bbf87643c9bbbc07ca532","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.064e1ca2b.tgz","fileCount":6955,"unpackedSize":62168516,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFreFCRA9TVsSAnZWagAAB4sP/jIO6MEJB+wvA2DjcCBN\nQ8L14zq+2MgL4CJX7e/G5iOwl7WlvmKgXIvzzAtK5dDp6kfrf0tDuOy/uZnz\nXpUfItPxMp/QzpS84tTLW2/dUiZeNs79Gm+4qbpyQmLfmWbCygCX9oGKgKIc\n4ceLSg8+ZmIuxwHMk4HA7RbGeMJovagWFa0F4e6HvZSKezXnSgOBtN7yBNWz\nDJJ71uNo8eHo44SUtgIb3cYwc8lNfR4c9Ndjp1jjfmTrY3nQeNCLT9b4RL8O\n0GBOKh9nV/2Oaq8cPIO9m4HTKt9fShcHFQHTIU7hJJ38sIWVsFSDazKLlPVp\nb1HdWKMe46EIqOTHXM4IF/fUNoAbNgEcnM0VuWqkOJ2qL2swJfdrXOTea4VY\nMRyr9eNk6YNNLUcyEVjMhvJremDnyXJIE+SKRhrOxegZcIg9qrYfxqKJwXvM\n1ICnKbajga6ziCulVNTmwNII1WgZWXb+jbPBGhwVpoN+Swl2TMsl6o54nbnB\n6MVD+n0FskaGcKZw/6SxUODHFA3NigdhEJCNVXoZhCejqi3nBMnvKmxwBw2E\n4F8j11CzU5g8Ww63rHCpRRZ0IPuHs4zwvgcLNTC2L01KEu7Ps1c1Lpx+xC3o\ngz34yhPKYBJ/YzhQGuK2IGbQ5xnRPyo7QcwlqTpyr4f9zALLH0SH4KhDU51X\n1ano\r\n=BMyA\r\n-----END PGP SIGNATURE-----\r\n","size":10499150},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.064e1ca2b_1628878724623_0.06006059417475629"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:31:36.047Z","contributors":[]},"2.3.10-canary.3c6a11c8d":{"name":"@firebase/firestore","version":"2.3.10-canary.3c6a11c8d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.3c6a11c8d","@firebase/firestore-types":"2.3.0-canary.3c6a11c8d","@firebase/logger":"0.2.6-canary.3c6a11c8d","@firebase/util":"1.2.0-canary.3c6a11c8d","@firebase/webchannel-wrapper":"0.5.1-canary.3c6a11c8d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.3c6a11c8d","@firebase/app-types":"0.6.3-canary.3c6a11c8d"},"devDependencies":{"@firebase/app":"0.6.29-canary.3c6a11c8d","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.3c6a11c8d","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-ZBBEziYQrHUpZjNqxkwMFw+tPEWX7NcVIQKLcYDQjF6PhSmi2ptacqmeTcHa2cm8PQsQ2sRfdWdhQcKDV+48DA==","shasum":"2e24c187f1ea021e69fc7125f7b4e9ba6222e590","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.3c6a11c8d.tgz","fileCount":6955,"unpackedSize":62191546,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFuG6CRA9TVsSAnZWagAA3UQP+wY3BSVGTZATODDoAQYr\nRwcgpc+td6b5RjjVn/rEhIy5IEm7h9qb9S81R6lzlvz+mkoyxCjyGuIAtxTX\nBsDjfO8TvI0nQV0x9iQ+rtZUIj9hFCHSyIzR3YiqwsQC4i//s7gjzvvUAzk0\nodhT9qCe6ZJKOW1CEPAmlOjy0th4MzNzCccPi72/fARuBirCZqI/5TP1dmul\noNRmgPlj4DV/5mTycL9MJc1yv8abNjn/qhHnzpRLMxCFYwyukZNfYdylDU/o\ngV4hTCkSeOGMdJJ4Jw+JWDu4DSngteGcFTKNxTtJq9xd/iOfxkFicx6nCOxw\niCo5OvXPqQyBezU9Y8oPAkFoshHSsYLtb+oEGEN8ElyNPXxZ3aSwn8FpGP7F\nrr3HP448DXZ2sa2adPlx/ClCgaxnhjWwYl+aEtWg5g3zh9PN2znjNoMN5tra\nxrK7Fg5M6N0JEyzMS7OdTXbCMzJblSHXvEPK9Z/Se+2HxXob5LJLPWLX+feW\nMXnWfYhfQDceJXIMq5MAGv908cayfzc2VpAMQsq04qqYPomwZ3aUj0Vza9HV\nIhZIs7F4jjXlUyA/dWcFpCET5DLHmRVQsFbjId64SCF2vPeaVfqbKJZuYQiF\nheEEEzcVYPvLMiZPxtjLSUpFNK9yjpVb4p1r9CMXhNB6IaPBTk07OIv6+SJo\nxsBm\r\n=RPr2\r\n-----END PGP SIGNATURE-----\r\n","size":10505961},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.3c6a11c8d_1628889529697_0.7002266176649572"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:31:40.362Z","contributors":[]},"2.3.10-canary.36c0ddc52":{"name":"@firebase/firestore","version":"2.3.10-canary.36c0ddc52","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.36c0ddc52","@firebase/firestore-types":"2.3.0-canary.36c0ddc52","@firebase/logger":"0.2.6-canary.36c0ddc52","@firebase/util":"1.2.0-canary.36c0ddc52","@firebase/webchannel-wrapper":"0.5.1-canary.36c0ddc52","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.36c0ddc52","@firebase/app-types":"0.6.3-canary.36c0ddc52"},"devDependencies":{"@firebase/app":"0.6.29-canary.36c0ddc52","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.36c0ddc52","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-GzIw9m7AEqcIyoVT23Sd/R9hWQxODPJPOaiQ9FpHZq13s4S/TRKx/yp7JnwwRXsIQiD9tq0YG+m3ky8uQxya7w==","shasum":"ce15e56e49f09890e1f04b0dc7ea179c3bb0a011","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.36c0ddc52.tgz","fileCount":6955,"unpackedSize":62191546,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFuJXCRA9TVsSAnZWagAAz/cP/AtiSbvXYBGfNQvhjMK1\ni8ipjNyU7buDs2t+52OsQx5KwRO+ighrzzClUZIOCYVhBRgwU1jV/68wVQYM\nWXMFRpoqwQQtuEZTYi2KZEKQQTvUhAeMGxKlclQfxuIigqg8gMs0cHFOrkJE\ntnFZEO/BL95jjLhEnnWve4cxQgYhhnzrnnxloasOFV+IYsLIbzJRoP1g2iJs\n8+512nQPCowdYFWDJRGsIomjK3DYK8yuj4wFHmdMEW0itdFhxu6eqO8ssatZ\nAOh4CyLmnw+pdy2bhvvnTvueBp8VXWMXGxTMF7QyCbvjxZus6Uj4+WWFJWVr\nsK1OLp6w/kf2xAI5idOts3BG3v4hPzqhWHg7vTk1bO70E+dmVCgLIdxLqgi0\nIUrQOMp31gNaj80wsOdqdwARhgLGLMA6xy9I3cR6RNn3Lda2SZsi9rT4dIph\nf7SYtHy1PiAjyTE5ropWZKusEjHOaKGBp17v6k71gT2kLoshMwVi6OBvlKDA\neus0lIwdFHKodsUBBQsQqk2HRsyxbuUmDwqcXnYWVFuWudI2ll4fi5bV632K\nUSQstsMX5IpizbA9H2ViEL1QcwT2hHaPunc1h57J6ezf+bkSCTWNtnromI0W\nuONKcBRPjKr3+E1GRe53J8UEREpi0gtbf1H1JrR3BB08+31hMPfBh6VxqNBQ\nRQwI\r\n=GF1m\r\n-----END PGP SIGNATURE-----\r\n","size":10506377},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.36c0ddc52_1628889687203_0.46083313411170357"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:31:44.495Z","contributors":[]},"2.3.10-canary.4ec5344cd":{"name":"@firebase/firestore","version":"2.3.10-canary.4ec5344cd","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.4ec5344cd","@firebase/firestore-types":"2.3.0-canary.4ec5344cd","@firebase/logger":"0.2.6-canary.4ec5344cd","@firebase/util":"1.2.0-canary.4ec5344cd","@firebase/webchannel-wrapper":"0.5.1-canary.4ec5344cd","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.4ec5344cd","@firebase/app-types":"0.6.3-canary.4ec5344cd"},"devDependencies":{"@firebase/app":"0.6.29-canary.4ec5344cd","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.4ec5344cd","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-mS0wUL3RftgxgJs8F3MKLHhj/hZZWyFtyX7K5LI8gG4b8p0I4s4/+osEUyJhFyqM8DQnL3t8uc8dSVkzhTKmzg==","shasum":"338c1bd20a52ecd6283eb0a6db964b3cca02a074","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.4ec5344cd.tgz","fileCount":6955,"unpackedSize":62191546,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGpfTCRA9TVsSAnZWagAAo9QP/0uAeTTTxQgRCN/6MK2R\nXUl0ltgE4q5qRo+a/iAqkl3EdUQVSipCs/7htpL4VMmDn/hM6xMDZQNZyKWV\nKgJgfVKI2AbUjE/t8yIkCW2a8wP6/PAuSoseYgOKaqxE5gb+dE6KvKksuCCK\nxZWzacs2u5KtrhfLnlu324vvv/9Rs71cCXuEXXmFIkLNPWWOwNYpGM2UMG2c\nXRZWMKCxqDpGIGfIIdOTlvwUTg+4nketw5opEz35R51Jddz99EiGA93kEfN7\ncERUNACCP/mTQTii4+xJhIvS0Z91dKrbBIjXkqwIlq3E4Q/EyJdWw6WqSNs1\nETW3Y7OF968xg3v98CwmvVPEJsL5EQ74A7WMdyepgFFYEuVLAMFM0tsW+vLn\n+6gwF15dLqWprKKOnkLjx5NjC9rDUIap87txPK28G3mHSF8Zb9W6KrdF1y2I\n+FvPk4L3Lkjp78MHn4V4GDTY9Rbe3JxxUMxqCOhDOZ+ppwdMhW24W/U5LBXd\nkZcs+WQiY8x7Eo2P4N7E0ojcoV7xG3vP/9FbXmNALDzPcJLs5ze3Ioo6tj1r\nq71vqtxQliwqj7TKjXNCpaoWHZfbYtPIFD6kkLlhbHggnQ6Y3hrUDa7knuK1\nQxDgWsq+6wF6ehQUROELeygLiRtEfUCaA/1xC2MulgGsaSq5KOMgs2IVaRFO\nhvOD\r\n=6Pbf\r\n-----END PGP SIGNATURE-----\r\n","size":10505830},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.4ec5344cd_1629132755219_0.5019013816597835"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:31:50.295Z","contributors":[]},"2.3.10-canary.f0f474b22":{"name":"@firebase/firestore","version":"2.3.10-canary.f0f474b22","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.f0f474b22","@firebase/firestore-types":"2.3.0-canary.f0f474b22","@firebase/logger":"0.2.6-canary.f0f474b22","@firebase/util":"1.2.0-canary.f0f474b22","@firebase/webchannel-wrapper":"0.5.1-canary.f0f474b22","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.f0f474b22","@firebase/app-types":"0.6.3-canary.f0f474b22"},"devDependencies":{"@firebase/app":"0.6.29-canary.f0f474b22","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.f0f474b22","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-iJo9KDbB7bpswPGgGzxb7AQiEaJqfzmz1EXIWyBHCm9Kc4ZmbTlyjO/+H1MoMwsd+2t7BoaVqG/1saNv4lwo0Q==","shasum":"95611a4d8656921a0a51a60e8cfe49eb09583d9a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.f0f474b22.tgz","fileCount":6955,"unpackedSize":62191546,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGpn+CRA9TVsSAnZWagAAXVkP/AxAawSF6D2yALJ4WA7E\nW1ewg0R+vcIuQa7BcVqji3uHi7jzahaILBg3SV0+DFbfKdoPlMDxgzaFVNP6\nXcSN3TPkihW36K8qCJD+BrcUWPXQX+DRgvCMn4/eOTxAdjQx6nal458UUeV1\ny5WujfHkChFixH94mPLYsVUkzO1w0U0P+9SHd3fSaJ+cXKfdhqTaZJSMOuV8\np0slpr4v/1zsDqlELGQNiGeG/6E028RE5UAEYnLi67JJ1fSozWZvNPbPwobT\nj5XaXMz67KiqHbGT1WmX2xHJG94I3m+nsB0U+UUcmOaj9GXq+Jt57j2yQiI6\nqXOeDb5ryTcI/9/YqTY0m/3xbylCQHtZnD3X5EX0LKsnV9BOCzCQ3GHPZwMV\nGnG0e/4Lfs2cZO11cekPTv2cxVXg6yQwEkJErc4i9gTzF6a9ung7ZcS/B74+\nmJzIvdFTKTIcmWlWMKz1xKozfTfFGk2yIW7J3DojMj7LfpNA/4nr2Slg3NqF\nyoeJY1kEgKL4LusEsa32l/OjhvCSezcnt97fUKNJxL8hwmNa1F3wwpZKuFTl\nymYSmBSfdeDFYCcps3LgLFYkZMRnA6oDy4XlrstIt2Xac8pvMD2qEr8C0IDl\nKeQjeZoFtw5rz2dHg03LNUKqGSe/hfHcX1eSvzjPf0aIR2FA2QWQCS9M2xpL\nxY0p\r\n=22hb\r\n-----END PGP SIGNATURE-----\r\n","size":10506515},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.f0f474b22_1629133309688_0.011334586830193283"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:31:55.599Z","contributors":[]},"2.3.10-8.9.1-exp-types-exploration.1ffaad286":{"name":"@firebase/firestore","version":"2.3.10-8.9.1-exp-types-exploration.1ffaad286","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-8.9.1-exp-types-exploration.1ffaad286","@firebase/firestore-types":"2.3.0-8.9.1-exp-types-exploration.1ffaad286","@firebase/logger":"0.2.6-8.9.1-exp-types-exploration.1ffaad286","@firebase/util":"1.2.0-8.9.1-exp-types-exploration.1ffaad286","@firebase/webchannel-wrapper":"0.5.1-8.9.1-exp-types-exploration.1ffaad286","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-8.9.1-exp-types-exploration.1ffaad286","@firebase/app-types":"0.6.3-8.9.1-exp-types-exploration.1ffaad286"},"devDependencies":{"@firebase/app":"0.6.29-8.9.1-exp-types-exploration.1ffaad286","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-8.9.1-exp-types-exploration.1ffaad286","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-8N/5gcfixdIb8q0g0r5yPLl64SCF1FvIzjwtNolPAMcbxuL8FUmqjLRmpxewRMsolIKnNkBL/sZLYWyK01pBig==","shasum":"c4a0e0b0f0a3fcbebf318285ed955eeae5633c51","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-8.9.1-exp-types-exploration.1ffaad286.tgz","fileCount":6955,"unpackedSize":62685612,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGqF6CRA9TVsSAnZWagAAwcAP/jj8/f8BqrFuVHdGOJ1c\nzFI15o71ErbrhHveaLEChgeUmk7lwnIesVD4KnLmTKfsbnICZSD2dvRzFhlP\nuZBPtFhhSaGRw3rNga57YqtUwmGOjF07C+p+lvybFV6+obvhJ8p5BLtEBv3A\nWLbZX8yYbfNDGmhr1PwnxVGYw9R1w802yUah1PfeQdFNC2RGH+PZmwcDIJkY\n94vgcUgIxqJy1HcmW1JgngCjPsD00nfuegnxBMU7iD6xyg8Zk4yoaxjnHVgw\nywYDfZjKQCwE0uBuDWrMOi0ROGtQK42ZOsQTIFLVQf4679k6Pik87PHoikFj\n4Oy8jIMqNQR/cGtHvqyR/SyDw1cm143/q84JbQ78t3leBGWky0k7fe2FQr0c\nx0hEIkPgDXHvCk9vWPo5T1VQcF1rqSOuMwtskxsHLN3ZaXjyiAnEYcftvjaW\nbcSWUOOvZSKhlvBr051l8Ge4fug+GPnEc4hNQweoOM+XTKrcv3xpmGt5Ymkm\nvMkH3rNe+mz/9i8fjJQWJzM8HVDxXExSrDXlEVt4OWn1gPQgzvflQP1OFT4k\nHwQQXtWdIYeyZ+YcMDaEy/7U0rh0QR3hjqOQywgSnPmxS8iDBBjXCJatSgIt\nKyrPnkCWpiufgKzPCgl9gHQ+5SNxlf/+eB8ouQ/lCIaJ/EbHlAnVuslk+fiS\nCQIk\r\n=qHCy\r\n-----END PGP SIGNATURE-----\r\n","size":10582056},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-8.9.1-exp-types-exploration.1ffaad286_1629135226428_0.6823645110909164"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:31:59.599Z","contributors":[]},"2.3.10-8.9.1-exp-types-exploration.b0568bbc6":{"name":"@firebase/firestore","version":"2.3.10-8.9.1-exp-types-exploration.b0568bbc6","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-8.9.1-exp-types-exploration.b0568bbc6","@firebase/firestore-types":"2.3.0-8.9.1-exp-types-exploration.b0568bbc6","@firebase/logger":"0.2.6-8.9.1-exp-types-exploration.b0568bbc6","@firebase/util":"1.2.0-8.9.1-exp-types-exploration.b0568bbc6","@firebase/webchannel-wrapper":"0.5.1-8.9.1-exp-types-exploration.b0568bbc6","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-8.9.1-exp-types-exploration.b0568bbc6","@firebase/app-types":"0.6.3-8.9.1-exp-types-exploration.b0568bbc6"},"devDependencies":{"@firebase/app":"0.6.29-8.9.1-exp-types-exploration.b0568bbc6","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-8.9.1-exp-types-exploration.b0568bbc6","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-0E5irPzqBC61UEfZ8d8HWhy9DBhgviBTaPcfyBuN+Kz8J/c4BcE8p9bN3WMzjJQA01oSuG563+XCxY/7tSfXWw==","shasum":"26e600828b926d9502471f6afa643561b4c2bfb7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-8.9.1-exp-types-exploration.b0568bbc6.tgz","fileCount":6955,"unpackedSize":62328246,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGq/2CRA9TVsSAnZWagAAlFEP/2j80TJ15Nf31vopcYCe\nKFcM54W3obOieQQRZiyFSLJ2A6doAYWaiBkt/nKqeAFz/pCgKk8iYpXwys8Z\nZCystHKS2Bb6CaofXnaDyv1fh0ghKLDKiSJRcCyk+KLod3ieGuiBQVqXbOWD\nZKIvGdln+aNf8fIkQ1Zq7RhMSQIafSk9joak2icSbLzVXSieLHpQsruAn+y4\nod/svZTEla+FvuA/FNl3O8nJ7iTHU3fqUimb8Z3hBB35TmOncxjJ1RGa5q9x\nUND7hJyDhVnOMhX8Q4OGI5tU+3IDesKF4DH9oZh8S8B0zJQI/a+4u59+NnF1\nlntlxakGl9AghWDjMXrxLqU5PuMU0EVhd/3FUqaMk/SR6+YdsyXjamLhO0oB\nNnlkN4YjdpepbSghxWi5rnmm/AB19o2Qg1QROoY0s9hAsqXOEhMp5R0i83TO\na30MNTYMaNR74JsNFuUPC0UxQI0/zSlyo1+ri0tFKELJeuROQhfiRwZ7K6LV\nlaThkgM+zwyNYJL/qJFBbyE9hquvdABkLRhQa+6lLO0fsUJNiRtSuE7wDRjP\nNRq7yyLgdFZgWvFzLu8u9+8hCxQyapGy4JKsnwILQ6RuPCJKZpQ/OwKtvCD/\nM9ftY4/UGI6/G7ooaexg6mQGX81CxUGXyx5hnk3HVBrU5XKM8huaR+6zbkME\nRErs\r\n=sEd1\r\n-----END PGP SIGNATURE-----\r\n","size":10531530},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-8.9.1-exp-types-exploration.b0568bbc6_1629138933580_0.4241397146876311"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:32:03.752Z","contributors":[]},"2.3.10-canary.89f866599":{"name":"@firebase/firestore","version":"2.3.10-canary.89f866599","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.89f866599","@firebase/firestore-types":"2.3.0-canary.89f866599","@firebase/logger":"0.2.6-canary.89f866599","@firebase/util":"1.2.0-canary.89f866599","@firebase/webchannel-wrapper":"0.5.1-canary.89f866599","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.89f866599","@firebase/app-types":"0.6.3-canary.89f866599"},"devDependencies":{"@firebase/app":"0.6.29-canary.89f866599","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.89f866599","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-SstatBeLJdw88L8fUEMdoY9NAQTFQwfjk+vYyEMRKpUuKMpShKUstfnI5oUxcmjJqQh1cuKEpk6vpwA6ilhU3w==","shasum":"5d20b0bf593b78e69be5d6e5665c23ac7e3c0e9d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.89f866599.tgz","fileCount":6955,"unpackedSize":62191546,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGtbXCRA9TVsSAnZWagAAdrkQAJnIju4Nbiv1OqUDLqit\n5u/4dIIpWVIP8F4J8CDNkRQ82VGwFkh9tBxGnPxOnQnzr+188dmsa9vFy7II\n3lXbBgv1+Ke6TZax22isnUYfuHPpeZ9I27ACoy92X5TWMlvF7M0Q3QoiVAwR\nS9IgGCmacyou2sNG5VoQBXsnZ5EGk2m0R+nanTESRcyEL4Rie1m5/sLb4PKq\nHC6299Bbd8N08wWP8QR+hR1e0iWstRzQ3s1ND6mrcl+Vq18KgFEGQ9rlJPOC\n7Ynx2gemW+3LGP/zE2I+ao10gc/XIBNtL6YU7x/V2fH17lSHxU08Ccqv4dWH\noQelnoukaFNMdN6a4+PBQy94TYXzd9eWZxn5axaJ1hHGP1Yk6tZc5R+Ankow\nhKq734Um5dLRO2mXzX6U38xZ/jy9cfrGx9NDXxMYfZcqxBr/QkwFMp823nev\nT6zMG+Iza9fTAbScnKVfia7G2cE7IzzuMWIlDVp50WHaWw+C+mnEj2T6X6k/\nL4GOi01cPZ1UuWjsxi1jTKief0m6ludrrRhOCvNz3yRH8E6NfgfLpvFUcYRv\nKlwFYaFCyN9Mk+/wLePUdSSe6/lSViglg9wuN/Qeyevp9FSyB66lc7klXJMo\nT/QcwRXY2iF4738nKvnPJcAXfOlMII4kgBkFyuqvYd4wxINSoDf5YMByjl3b\nMgiY\r\n=XgJO\r\n-----END PGP SIGNATURE-----\r\n","size":10505967},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.89f866599_1629148886292_0.8241648322849495"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:32:08.174Z","contributors":[]},"2.3.10-canary.fb27f50c9":{"name":"@firebase/firestore","version":"2.3.10-canary.fb27f50c9","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.fb27f50c9","@firebase/firestore-types":"2.3.0-canary.fb27f50c9","@firebase/logger":"0.2.6-canary.fb27f50c9","@firebase/util":"1.2.0-canary.fb27f50c9","@firebase/webchannel-wrapper":"0.5.1-canary.fb27f50c9","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.fb27f50c9","@firebase/app-types":"0.6.3-canary.fb27f50c9"},"devDependencies":{"@firebase/app":"0.6.29-canary.fb27f50c9","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.fb27f50c9","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-ImgRpBcFdYoul7j2BdiQqPCQe9SMLBMhXNVyWcW68BF9INdktf93KvBH6CiiIjuWVjthASPqSao+7KSe3a5BNA==","shasum":"4021469f8305b1edb5e3977669ecd8fd506da4f3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.fb27f50c9.tgz","fileCount":6955,"unpackedSize":62191546,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGt+1CRA9TVsSAnZWagAA25MP/RQDrb5DArwuopwIubxT\n56BtPf2xRbAf2ecOOgIgV3L21J0rLjVMZAfFvr74BnV+v2AMxkCtXEbqKVtQ\nSBla6xgBUDO571qoXLhX6End7edxsJvSai7Nr3uiu6DuWhN3oMA5Iu3p4yHy\n7P6EvkozsINChUQFJVKORVzOUXJmr/yFNE/OA4T41uYSV6HxFsl163644+Kz\neUXJRHFpAozqXZMDUs3YJMmrgE9BV8VwqeopG3dWAZlJYa5Zk/7xJGR13JDG\nazcq0taBIXV1cXnnRa62BjkeMbUh2ejTEPQ+poFHtI9T6GVJT9la0mGfF7m9\n8iwQcgyA1PN3CriFGJc/wkpdjoiYi8nUFMTynOoE1A1mzafRkan1o7hOIKpT\nmzgekIXPfq3ATiSnlvFE6v1QqijKGXtfhsxbVKwAHMm1sAMikpW0EoFwksKt\n++svKr4pea8YIDAavaprHDkEii73U4585Y9KjYeSPzAovP11TvGWXqyYwqos\nPDAu/UKuB1iNTvoFWkCOfSVC24CnLE1ciAh5M18xGNgbJfpFmj8N/zO9pjXw\n1obD0IXMA1xiD02cBgbxCCr9K2AIdZS4ji6KpayuB84ZbGxpB7WqcjmHIBod\nhrhTYnDHkNPVydtCjID+YoIUPzF8RLBxIzg0dX+3Sta2uVNnOHFDDwsWBZMk\nFk9L\r\n=S753\r\n-----END PGP SIGNATURE-----\r\n","size":10505805},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.fb27f50c9_1629151157027_0.45570662369168224"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:32:12.842Z","contributors":[]},"2.3.10-canary.2c90aec16":{"name":"@firebase/firestore","version":"2.3.10-canary.2c90aec16","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.2c90aec16","@firebase/firestore-types":"2.3.0-canary.2c90aec16","@firebase/logger":"0.2.6-canary.2c90aec16","@firebase/util":"1.2.0-canary.2c90aec16","@firebase/webchannel-wrapper":"0.5.1-canary.2c90aec16","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.2c90aec16","@firebase/app-types":"0.6.3-canary.2c90aec16"},"devDependencies":{"@firebase/app":"0.6.29-canary.2c90aec16","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.2c90aec16","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-1WljDeLegwiBqWYmQvezmjQSEX2s+XNxGQIt/xCPWd6BKmz75JD5/j4PoveGcusoOsUL2r8HBLfAGvfinXEWhg==","shasum":"0c6f590dcd2a87d3a81e8daedd153266e23a64cb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.2c90aec16.tgz","fileCount":6955,"unpackedSize":62191546,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGvplCRA9TVsSAnZWagAAjNIP/RU85mgoN8T4WOTNZseL\n4SZAboj3RG73SxFQqwPwwxz5WQrIDD3yS3tSremSO1/vRBZA21zJYa+ITdsJ\n2a8Y6k2FkKVZ9faubYEZF3bJ0f+9lfKGNcsR9wss1qoTwk6ItBTljXOmagU4\nRwH8zYzrXO/aVykTy9VCBzsZNUJH7ZkLNUiKkOEB0Vvlyug/bGZglB9sw4+5\nD5WhaNtiAEZ47Gzu5VgrE/YTj0if3O7VPU1bHXUR7iyWc7ffCTHSNM8F2vRw\noKoif5fDyDeEcTMbGw50CdVEroT16Cldq3tDOeJcbek/7Kzi6xEs563qzl0k\nuUxq303/d/H1lAlTeZsKTCs8hVrDOgRZ/ns7evzf+fTs0UStkYSui6uzQ3y/\n8tYrocFwp624xbVoKw45dwWKHwDgTrez6dsSxOvbsTfkCWCR2Uip6A3nfsIf\nI+0Pc2Z/i4YazeB04IDlFGuwqrANeAvP79lGr7ZWv9sfoIRX88G4VG7BzMOC\n6uSp6E7YweOvYHmail5TfqMDF7msOeoBzsHNufqUKYS1IEmxYyP5JFo2M72b\n9UZPiQQU27411+9l/LjozAkFyvxFRdD01YoL80/jYUreZtR2d7uBghhRV9VY\nnmYKkhOVtTzwyygzBmzUkXzR9tTqWDMDeW1K3gNUaM+Qw4uP97bUwE8UEdcw\nYO/W\r\n=4Z2G\r\n-----END PGP SIGNATURE-----\r\n","size":10505764},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.2c90aec16_1629157988719_0.025122720163541112"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:32:16.902Z","contributors":[]},"2.3.10-8.9.1-exp-types-exploration.2c90aec16":{"name":"@firebase/firestore","version":"2.3.10-8.9.1-exp-types-exploration.2c90aec16","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-8.9.1-exp-types-exploration.2c90aec16","@firebase/firestore-types":"2.3.0-8.9.1-exp-types-exploration.2c90aec16","@firebase/logger":"0.2.6-8.9.1-exp-types-exploration.2c90aec16","@firebase/util":"1.2.0-8.9.1-exp-types-exploration.2c90aec16","@firebase/webchannel-wrapper":"0.5.1-8.9.1-exp-types-exploration.2c90aec16","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-8.9.1-exp-types-exploration.2c90aec16","@firebase/app-types":"0.6.3-8.9.1-exp-types-exploration.2c90aec16"},"devDependencies":{"@firebase/app":"0.6.29-8.9.1-exp-types-exploration.2c90aec16","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-8.9.1-exp-types-exploration.2c90aec16","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-CAzXrWJ+AT9mbxXsB3TDN3Y5L0KoUKUkbkXh5UgMNspiHfB+4G45jc2nCs5xnInsZPIvd8+TPSmk6BOIEKGvNw==","shasum":"eac256c0bc58755d2ae9970b897813ba720b3e2f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-8.9.1-exp-types-exploration.2c90aec16.tgz","fileCount":6955,"unpackedSize":62192890,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhG9AGCRA9TVsSAnZWagAA/vYP/3m8QJ28Kh5FyAB2HwKU\nk3vMRphfGT0bfAtT9ApB9JLByL7z91+PuKtg7StoP0y+H3wcdFFAsqsF4THN\nW0k5JKctcQZ9SL23OpAb4/PTPi9N7CVBxwrocjqsYz8/FaDfV4G9UyjC/0ZJ\nhyIK1Q7SGKLeCwFL4gV0dqo1aqO3rotrGSZlw0kK37PtEXzrNgwKSjx42+sm\nXdf01GEh8QQ8D8DWiIJr/3sff6RCO4eUQvIyC/gwOHr090S5sQxDlPI0z26A\n0Z1lW2N2GJpCpgfpeWHGDb5T07mG9xFY99WP2VoADLHJD/PiTdTMboQi7vU7\nE2KdUPcXvB5UYW66IBSGdijc15qopwOVQTV0aTS0X3sMPUpjyGbZtc0q9kin\nuHG1IXO7+4i9Byt3oeRw83YQNzqm391GclBCvyPWEdG6yKEhvpyfpH+o3TKW\nGyMhTjZiy0J1KcIE/n14aONpZD8HWdpo6LCy6mOUwAMa/LOcdVmGOV8ZJYwd\nh4VUAC15/DhbNbGio6t36XPYTFTKdKIdfNre6Yiv2WcKnrCtAq12WENyl9wp\nwc67yjdAX9NwAAtDSGibq2zKSA9YyEkwdGDH/2N636sZGqCS/fMt8idCjZ8X\n2Aa4j2hrru4kZh3eynuI/IHEIVLchHpRfR+WRpIfqO5obra4uLBhH7Vk3WzP\norcX\r\n=n88Q\r\n-----END PGP SIGNATURE-----\r\n","size":10506100},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-8.9.1-exp-types-exploration.2c90aec16_1629212677824_0.697571148593517"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:32:20.964Z","contributors":[]},"2.3.10-canary.f825b1d83":{"name":"@firebase/firestore","version":"2.3.10-canary.f825b1d83","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.f825b1d83","@firebase/firestore-types":"2.3.0-canary.f825b1d83","@firebase/logger":"0.2.6-canary.f825b1d83","@firebase/util":"1.2.0-canary.f825b1d83","@firebase/webchannel-wrapper":"0.5.1-canary.f825b1d83","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.f825b1d83","@firebase/app-types":"0.6.3-canary.f825b1d83"},"devDependencies":{"@firebase/app":"0.6.29-canary.f825b1d83","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.f825b1d83","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-sAM4lR6p73qOgLRQTZwIpooefGgK2Y2jhZrN0tkwbun9rpBx2L+wvXBg9XiyRqmLsEUGPcN88h+489kWapKO3w==","shasum":"23aa00f059c0029762ceae7a5aa6a16091d9be30","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.f825b1d83.tgz","fileCount":6955,"unpackedSize":62204731,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhG+v7CRA9TVsSAnZWagAAJ90QAJ/N+53kjksCc981LBUo\nD+d3171D6C+AtxU55PBqXqqv/qqEgdCCGkEvRKcU3xyECpacJmMun4eQk6jc\n0yTXy/NAIvxJi96eP4ruefJBD3EHZXHcyokl6N2gWZPt61qQAisTFGDKbAvS\nsj40fp63KTrlXKEZZQRGzBhqxP2Nwi4mVnanAxgAWO6KP17eU7aW4zUbyHOR\n/nXcj2HacZwHidbAYTJmr4kYPflcqjMbi7lbAKpXR25CQA0vPBZSSxAIy2iX\n9FGiomvFe2I78fZsLwCEngBX5Cvd/PXgtev8t6AugfwpR2f9KZLhvh5If4/S\n4ggu7HLqGzYoXNV8qJJj7XAyATkfXj3XUo3McDOPsM7CGWP44cI21DlsT2G7\naz+615m6DRUfczBmdV1eGpPKg1juZQ5V7H9+p47IXOldENhIrRsjbPoTSgwF\no9nbqTHZyawfKckwUPIm/FuGBzpioVj5mIpK7aCCB2ZasGTsy87n5c+0Egq+\n3QaMEDany8q3ygexZSM7OybXCkG/BgJu8PmLUU7jzqXE/gj3oKlRHoSkwdP6\nnn/mVJ1CLwW7GyacYinTw5K9z+eW+3YFzZu4n3SNXRqQnTW3Gk9EMLUFlnDn\nEPh7GVf7KFf49g8MveM9lXc5vL6mnqApht5J9tn4dK3BWiEZlc7a2QGk4z+S\n8bWD\r\n=kQbL\r\n-----END PGP SIGNATURE-----\r\n","size":10506991},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.f825b1d83_1629219834377_0.8035118539625143"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:32:24.523Z","contributors":[]},"2.4.0-20217172214":{"name":"@firebase/firestore","version":"2.4.0-20217172214","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-20217172214","@firebase/firestore-types":"2.4.0-20217172214","@firebase/logger":"0.2.6","@firebase/util":"1.3.0-20217172214","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.30-20217172214","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.30-20217172214","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.4.0-20217172214","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-twMn/cDQBnxYfB03GjlNJpYE8hnQP6wrRFRzIVaJyv1Uoylv6Cky9AEAAyqL9yoLjBIO/PVaCP9DyrsUyWMM8Q==","shasum":"fd1c0bb486f6f7cb8efd4ec69f2cafe8dfcd6f58","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.4.0-20217172214.tgz","fileCount":6955,"unpackedSize":62205358,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHDOOCRA9TVsSAnZWagAAwMgP/1Vm7Fyd3dlFdFBrDxaW\nwZz87CzW8+YM9NImlbftGsR3/ESgCg0yp5INfd5feyjHrumtWmA93BdCoLzQ\nkgWLxq6IMN9QF2Oh0SlsODM6POh4zCNMO0bjZ5w9bYJudlcGu8yGtgFIqtiJ\nlrcDdeHED1YgxKHbL63lUP9d39G1RkWRubmyi2Y7pRlpDQTgb1Z5EJZQBeNp\nIH7AobokLkslweagDv+LvxZMCV8Gq2jr/ThNlNecR6Ex1FCiZTJ4e1FsdOf4\ndCxCQ5w1kzHV3WOjImPQYKCmbIc4nfE4/u8Hiw1JyYTu4YBEgPZU2EmgaJ1S\n5me2JMDG+ehDhT4cTPdwafO0x9yiL4eSyNKsEJTXBX23Ss/3srU8h9gvk0uz\nN97L4at4ImOVhFePjMVUS7mtXWDBPrLXR3iAZzEHAUlPDrV+PHl0kvFDrP5S\n0h/PzPhfh/lJp7R9vqG4nxUD6t09zMsPVbjgjGZ7tNDfiBPv1QbPz0xTFWce\n3m0Ycbny8GlFMgU+zT+GtFbZdNidi3vGBuUV3RbxwIfe+7cB9Ix9wMJE3oP/\nIW3qJIkzwkwApU9+Yd1kl69TJVoOnl0KAOAqJNn47f1fQ3ROh94tyNd1eAOk\nwa+JIMY9Ilu4l4MIhAsBJLTl837bZIP0CZUEKElVvr4Io7NH2OgpljXZmtz3\n6aDt\r\n=VzFY\r\n-----END PGP SIGNATURE-----\r\n","size":10507294},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.4.0-20217172214_1629238157827_0.013695820029692607"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:32:28.599Z","contributors":[]},"2.3.10-canary.fbb32e7bf":{"name":"@firebase/firestore","version":"2.3.10-canary.fbb32e7bf","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.fbb32e7bf","@firebase/firestore-types":"2.3.0-canary.fbb32e7bf","@firebase/logger":"0.2.6-canary.fbb32e7bf","@firebase/util":"1.2.0-canary.fbb32e7bf","@firebase/webchannel-wrapper":"0.5.1-canary.fbb32e7bf","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.fbb32e7bf","@firebase/app-types":"0.6.3-canary.fbb32e7bf"},"devDependencies":{"@firebase/app":"0.6.29-canary.fbb32e7bf","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.fbb32e7bf","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-/pD/dXNXrLPtyCDEP25kP5D/nPNxx/sm38y4YKNqr20ryBjyeLq0rfFCSAr8r2b9cmnrhRcRAKc/I4ZXZNwwzA==","shasum":"f9babc735bb0b95cefbe4be56e8bfec7ed9a3caa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.fbb32e7bf.tgz","fileCount":6955,"unpackedSize":62204731,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHDT4CRA9TVsSAnZWagAAK0EP/3fUd7bjsIfSxC6m4ITt\n7CDavwaPs6jrCv23U9iPMlyFI6R+HBnKDml/A2SSxf4osQcCVlp2ShK9z5kn\nmU0BKBRly6+LJjdjt2pbOSQs4OMKzpiX+5KrOIIcQZqK4rY7N0wb/fiuX57p\n/qT8PWeiTu/iUzQZaG4WnMYQQ4m4nLPliOp3DAl1wCHT5HJiCn6gkbWIyt2+\nZkuCE4rKx6pGK6gnXCOQ0lehCAV1e69YWbKaJjNRFBX16K1mMvLPOYGm21P9\nKzCXVCA/j2nWOScoHvNy6k7c34/FIW/rW3RWsWwOx6Ocq6/EeI6Dv0Yadh7A\nY2irxE6DKYS6te7LBHujgLMpPyP+DOZDwGbBnf4mzIgHV4wXuZ9z1LkoYmLi\nmBPdn3w0IculD0otwI4/FXLeD7aYy/eR/7tJJSgq4Pk+dnQrxIH9PcpH/Mhe\nAoGjFY5E/QYs1AEycrmaWPI3nZFQVLTdWlcwqXe6IvNNAMRHiFBtbyZoagey\ny2arIxogQA9WCGwQMciY7hn210nTSFnkzf22xz92A2mvY/uxX6EzGIsUGCYP\nBqTgDGzRInxXu/gng7NkAd7AiCvyuGyjOlBJ90d+3hbEQIJGeucBazL/42SH\neQ0CTft6cAnkUJdW0r25F13avIcbCQJLkwD8Gl/OKhh/bSs0qoqlKVgSLbZy\nLlez\r\n=kk6i\r\n-----END PGP SIGNATURE-----\r\n","size":10507698},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.fbb32e7bf_1629238519541_0.8751047377072294"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:32:33.562Z","contributors":[]},"2.3.10-canary.2901ed05e":{"name":"@firebase/firestore","version":"2.3.10-canary.2901ed05e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.2901ed05e","@firebase/firestore-types":"2.3.0-canary.2901ed05e","@firebase/logger":"0.2.6-canary.2901ed05e","@firebase/util":"1.2.0-canary.2901ed05e","@firebase/webchannel-wrapper":"0.5.1-canary.2901ed05e","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.2901ed05e","@firebase/app-types":"0.6.3-canary.2901ed05e"},"devDependencies":{"@firebase/app":"0.6.29-canary.2901ed05e","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.2901ed05e","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-tDp8K92k1cDBQAaUyWLViPF9KNUMig2PvhNnarOrEWo5E5T2BUEe/tVVKfqnoIT0kyEUfx+BkuxzO7hkgjpp5w==","shasum":"477c43f1f2efd76c45275ee714616bcb3255f841","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.2901ed05e.tgz","fileCount":6955,"unpackedSize":62227560,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHHUCCRA9TVsSAnZWagAAFI8P/3Q1hpOZ61cIM6ZwG0p1\nXuBtHXReiblFrnWHQGlbzmxtUETrMMiKDjYAck74WsfX2WlxZEVHgYjPiyS3\nAQiB0pFIdEHRh85WmSsR0fwLxxkt9NUC+5aHcwte0nlUZZWdEyzcuvcL/q3g\nyXlER7SJ7ZCHjHJIv5zVb6e1WIlsvwxkf+QGdXIKtFy+x9ONlP1jMskQjdup\nQOZx6EypZnp+kzKbG0mlgR8d57xc/OX0YUKFKNAyYDu/niH0swXWynQ2Q7AC\n4yjF4xVeQbcMJB8fI/R/sLq3z4a3js8gnO/JF+Jn9yHCC8LIlQXXhEBzwVP/\nGVKhYgeTuo/U8aI0ohdLYH1wYbaMWwSQG2sGjXy78pXaDXRyp4914qadKVby\nxFkyLG+muUrR0PNk7K/g100BEuQjCXAZT8q/zPBGEJua3HvJKAFnSSY8Q6FU\nHswZN602JU1StbpV6vcs9tztb5SopXVA4nGdNjvVsGLbgxBwn29GQ9kippou\n9ChiMF+e1qqB/n757Z4sf/waPTiGLnG0K33CuUQE/9nJcgNqXes9gQbYJ9vl\nTTGR0TTIkuQKX2RTtgs8nDzedFUSIPc0X7JvyxAgXlSp9KOGBWUpCd620cdX\nuJGlskNeHzTNNxodsL5QWuUn0pdPGEdOc5NXPRbrn6wYBp1V8TkGqrwvG6Qy\n3suE\r\n=8MPj\r\n-----END PGP SIGNATURE-----\r\n","size":10513154},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.2901ed05e_1629254914540_0.9640338310176373"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:32:40.973Z","contributors":[]},"2.3.10-8.9.1-exp-types-exploration.416850ec8":{"name":"@firebase/firestore","version":"2.3.10-8.9.1-exp-types-exploration.416850ec8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-8.9.1-exp-types-exploration.416850ec8","@firebase/firestore-types":"2.3.0-8.9.1-exp-types-exploration.416850ec8","@firebase/logger":"0.2.6-8.9.1-exp-types-exploration.416850ec8","@firebase/util":"1.2.0-8.9.1-exp-types-exploration.416850ec8","@firebase/webchannel-wrapper":"0.5.1-8.9.1-exp-types-exploration.416850ec8","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-8.9.1-exp-types-exploration.416850ec8","@firebase/app-types":"0.6.3-8.9.1-exp-types-exploration.416850ec8"},"devDependencies":{"@firebase/app":"0.6.29-8.9.1-exp-types-exploration.416850ec8","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-8.9.1-exp-types-exploration.416850ec8","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-tn9ApCrfY6vT5PiRhUTPaP9fdD9fJIc72kt+f9+0Z9W1mA4Qi/la3H/LnYDWSJVxnM3cJ+YIRGdFWzwrsAfCGA==","shasum":"6166594d4d3ead8834554eb01473f94ab6ed7e0f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-8.9.1-exp-types-exploration.416850ec8.tgz","fileCount":6974,"unpackedSize":62348252,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHS6PCRA9TVsSAnZWagAAhZcQAJ1pLDsKTQ3MqayUaXug\nSXEhqIu8cdIgp6PxZTeqB9/nIpzEd1ru3lDKBoogo/9B1Ad1qhQdC+V8JYRM\n+axRUgGg9c8SNaM/Ctm24Q1TulZsTzrDGy1qIa7EkpQXzLF3C3KXkEMjzC0i\n165wLFzhC6s3++Sw4jE7kR2st6YgME1oAMigqTK66GAtkWcp/9nhP82Z8MoT\nuv9B1SlZ0mjSyRVeVj8G5f02hphrze4n+lPFDqIUVLyiw0s0Xiuhn5jtl9KL\n6M98zvJQ8dhHnQR7u7Ye86AhmQNL4N/vjTKg0TMXqO2i/Eb1Z635NT2yc4jY\nAoKBRrSRoZScjKy2FEOizXdta4dpLoB/VbrI7EKs28OaT2KcrCDpl8YgzoBk\n/AT+COA5dmi5qb2Tobna1BaRlYNAcbWAedvMiRyRQylTo5NPQqNMF6vRKO9y\nDoXu5dhpodeM+hoFQTkuyj+rc0UetTRp37i77NKR5dfzUgenWco5t79Je/h1\n2tACluvbqvkmZ0jo7yfabPSs/gRI1UNHDCMDBmFKXZkkWOLzUtE53beX+O3K\n4Yk/BXe1z+Fj1UL3nBOakatmBT6T1i0SZq1/cjo0OPEyhtQGcx5QGbzzv87v\nSetButdNAjO+qrIh0ZMHl+ME+fLdhWFu0Hrq+4gJAijYbxc4yT40c2zMdhLk\nVbgR\r\n=gS3E\r\n-----END PGP SIGNATURE-----\r\n","size":10524686},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-8.9.1-exp-types-exploration.416850ec8_1629302414909_0.19484764112527864"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:32:45.169Z","contributors":[]},"2.3.10-canary.cca8cdff2":{"name":"@firebase/firestore","version":"2.3.10-canary.cca8cdff2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.cca8cdff2","@firebase/firestore-types":"2.3.0-canary.cca8cdff2","@firebase/logger":"0.2.6-canary.cca8cdff2","@firebase/util":"1.2.0-canary.cca8cdff2","@firebase/webchannel-wrapper":"0.5.1-canary.cca8cdff2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.cca8cdff2","@firebase/app-types":"0.6.3-canary.cca8cdff2"},"devDependencies":{"@firebase/app":"0.6.29-canary.cca8cdff2","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.cca8cdff2","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-soUr/BYcNA+7iov/bj3+j3sbXbr8VADKkYuExJ16+Cc0y39qdfxYXWaz9pJ2M9Gnj5CcTQMNp1pPstYMg4kvEg==","shasum":"b1bfe5bb4595dc459f6d82321b4bed4d5dce2fb5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.cca8cdff2.tgz","fileCount":6955,"unpackedSize":62227560,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHVIjCRA9TVsSAnZWagAAgBkP+gPBZBwOVfAGKa6jMIFY\n3YmU0sGY+6U2Hoa9+eOfaxng1NyBC6QPHLsNxFSeH+3cStGtJarbXpWWzqVU\nZXj3kqf3jOn5drnROQNzw2FNr8BuN0FpPvVXMS9+R1L/SSp0pY74hD097/3m\nVBomj8n/R1+eW2hhqpwLIMyUxQWSAscaR/ygOQ/IeW7kfvixI+S/AMSdzXRu\nn3JxucgRYM1x/jDixy1cLn9PWm5mAYf8CnUDxc8me8MjLUg5CAC7lv9UNYgL\n1QI10OMkYkxRXEp4izmgW2kAcQMOM9/ArikvAfbhE1ptPJQslBkD6CbkPo4W\ndAec/t1HaZL4T0A/oW7LyhbrORdfE6yH5T5LEMWj4Cll9RAcqdbuKTj6wKKy\nUYBrvd46FVMCF18Ee2woD04yZh1l/0D5RvSmjYmrB596lABdC8JKzsBZy38l\nyoWgbK/Jci6th/jgrgK5dSK2LGMYgFvejlgGvae87y9NY3juOEfRhII7QNSk\ncj5kipoxJUL55iswF/aDuOJqMIRmFlxB0HtpOm3Z1z9Zix0T2tA2LJlXlU+H\n/jDN1b/Zu/+xC86L2i1qV+FC25PXSCZpzsJBKmiMsjfoRrVWhJ0wO63JJYxU\nYGp21V3wnhLVUZcfl8g3QzUx6KOxaPa27cHwIxzMMqg+rykpV5kwajQLT8Z4\nk/io\r\n=zim4\r\n-----END PGP SIGNATURE-----\r\n","size":10512790},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.cca8cdff2_1629311523320_0.1424172182145056"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:32:49.376Z","contributors":[]},"2.3.10-8.9.1-exp-types-exploration.5a175a42b":{"name":"@firebase/firestore","version":"2.3.10-8.9.1-exp-types-exploration.5a175a42b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-8.9.1-exp-types-exploration.5a175a42b","@firebase/firestore-types":"2.3.0-8.9.1-exp-types-exploration.5a175a42b","@firebase/logger":"0.2.6-8.9.1-exp-types-exploration.5a175a42b","@firebase/util":"1.2.0-8.9.1-exp-types-exploration.5a175a42b","@firebase/webchannel-wrapper":"0.5.1-8.9.1-exp-types-exploration.5a175a42b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-8.9.1-exp-types-exploration.5a175a42b","@firebase/app-types":"0.6.3-8.9.1-exp-types-exploration.5a175a42b"},"devDependencies":{"@firebase/app":"0.6.29-8.9.1-exp-types-exploration.5a175a42b","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-8.9.1-exp-types-exploration.5a175a42b","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-+UlH5Hi819jlhszhLEHxe8ypLttpEJIs295PUn8gmEGAjsVp1Mz3a5g1xKBmEvd3s4UBhoJNH0hFzn6W7XxWdw==","shasum":"cc0bffbacae6652e17ab98b0e65d5e390283e9ca","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-8.9.1-exp-types-exploration.5a175a42b.tgz","fileCount":6974,"unpackedSize":62348798,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHVhmCRA9TVsSAnZWagAAbQkP/1iVITeITjZYyMtRy7Ao\nZqLXZjfNBJIFtBaH6UsrJPo/9AI9bXx3fTVTrzyEyFfaGkaRrtxkEPJS5l1A\n4In2wGJi3NEyv4FcHa1I8OvE++OKq52F/dIF+yMFkOEueUsA6QQGD8/x88EW\nFX8e6cvefAkec2+NCgeuF04fO3xyHnsCtJCbIRTEPkoUu/vYvec5R0NmgbCQ\nqTfDJta2ZsI4GxkTLj+n8J8gFLOK0KBacFWmlXv3TcgXazb6Hv8BcC4ok5vn\nRfjpEpBS0hU0tHz89Zk78ZXGlm40TAB+UWjw8+DOAJaLr34VbtcLAodw08My\nfYaWLHcuPHp1N0jZEfoEqMkoCXcMMo9l8qic42sLkx9b0OHyELJBOwIR8eJ6\nynRklQWihfrPZnHc5tZF+9GJWemvBTvn+dgo7rNn8LxU6ETqa8LAEwwTm6gd\nsT9cLrOGEddoO46ZEfYLHfHYC9CVZCHHqE16IKNESWDwaxW9oysHNrtiQIHT\nYs9dCSa6ryP6/PqnplOlW90+e3BUz0VyTOo1XloLJJEb+gkz2iokjsX+83Oe\napwxM0R7G4I9dT6mksuXNAQkGgTStj9kFHG7sm7ZAavD6w8hUr1bfJ8z8eFP\nXi1EO8ewe0yoVAMCv/ZMkzgzSITv3n5bg+WSgQ621VctXVX0z63U9wAdn+mj\nlMaP\r\n=Mwge\r\n-----END PGP SIGNATURE-----\r\n","size":10524606},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-8.9.1-exp-types-exploration.5a175a42b_1629313125943_0.6423349259973283"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:32:53.251Z","contributors":[]},"2.3.10-8.9.1-exp-types-exploration.635c9e3fd":{"name":"@firebase/firestore","version":"2.3.10-8.9.1-exp-types-exploration.635c9e3fd","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-8.9.1-exp-types-exploration.635c9e3fd","@firebase/firestore-types":"2.3.0-8.9.1-exp-types-exploration.635c9e3fd","@firebase/logger":"0.2.6-8.9.1-exp-types-exploration.635c9e3fd","@firebase/util":"1.2.0-8.9.1-exp-types-exploration.635c9e3fd","@firebase/webchannel-wrapper":"0.5.1-8.9.1-exp-types-exploration.635c9e3fd","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-8.9.1-exp-types-exploration.635c9e3fd","@firebase/app-types":"0.6.3-8.9.1-exp-types-exploration.635c9e3fd"},"devDependencies":{"@firebase/app":"0.6.29-8.9.1-exp-types-exploration.635c9e3fd","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-8.9.1-exp-types-exploration.635c9e3fd","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-ocFPEOxGCkX8nWa20kMz9URupvFSsk7ejyVbCHwyWa9VXjhk7AEZnB/wjxKupurf23Wxs78LEfYkWrmOm7HnoQ==","shasum":"9058ed8e7e77cfa240c87b9bedc7ab389e861f49","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-8.9.1-exp-types-exploration.635c9e3fd.tgz","fileCount":6974,"unpackedSize":62384812,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHV+OCRA9TVsSAnZWagAAQjkP/i9Oje9zVCOPg3jemBta\nYzYDHL2tAYKgfp0XX6JhRdt73iRINEvl2Vf2qe4a82ZDu3oxJWJXtVUyXLS8\nwVCTnrZhXXYSB7qiOyIbbgXwXA3miWj7AgiPzwpbhFvFvht8JMuYTt8Y3O15\nP+zzivLJz+wWwYOMpO11sWrCaWY34mNvldDqt1vdboGjiyRdIq6vcVZ507PD\nwX4Wieq1MkWRcEj0YpPGiWH0w7GOqdKvzecECVsuHj/nT/KS4dwnXr0zijTA\n6oV41XGDMx3kk4G95SJdhuuZ2ZPI7AbbA6STFxNFWog4QjlISB7x685b2fg2\nlwqzsERQGUKXwPBgIp16wvbbCGzigWeom8DOdGekHBAJ7FqZ/RJSUOKhvELu\nOeNtd8g4PUsr4KH1LJ/7aKlGS+pwjmxoVctkqo9dYlibBoxwt8rGhy86denY\ntc7CCAJa3cwoIiZ2na49EOSY8QZBlMR0R0giXoo1Ll/uJWzTOTWvhPVjMsvg\nSpgbOpyebdtwrllNACJ1gwOCdgHzStZQouFAzgBBDM7oXXzVEPfdHdVT9Qe3\nC8mSgoAyTxpztkd0neBF13nM8hgqtc8auMeVQD95Fbi9sh/M8AbfFp+7DwC9\nvo3bgLjJyTO1yD51jZo9UfTFiU/GzfR6vBcdmSvwjP6l/GYDvm0+OfYMmLVn\nXeDG\r\n=2iu6\r\n-----END PGP SIGNATURE-----\r\n","size":10530551},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-8.9.1-exp-types-exploration.635c9e3fd_1629314957906_0.7572047224813057"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:32:54.789Z","contributors":[]},"2.3.10-canary.f35b4e3a4":{"name":"@firebase/firestore","version":"2.3.10-canary.f35b4e3a4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.f35b4e3a4","@firebase/firestore-types":"2.3.0-canary.f35b4e3a4","@firebase/logger":"0.2.6-canary.f35b4e3a4","@firebase/util":"1.2.0-canary.f35b4e3a4","@firebase/webchannel-wrapper":"0.5.1-canary.f35b4e3a4","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.f35b4e3a4","@firebase/app-types":"0.6.3-canary.f35b4e3a4"},"devDependencies":{"@firebase/app":"0.6.29-canary.f35b4e3a4","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.f35b4e3a4","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-/VXyrSfhYG8X1Llz2JWP0fhOBTmGD71esvxXBDGzYb8uiOvYrgpGcNaayRsnd1oWl2+6J4n1+VxSB2xX/EHuVg==","shasum":"ce084fd32b8312b2985e5e1e2b0a5da482b47cca","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.f35b4e3a4.tgz","fileCount":6955,"unpackedSize":62227560,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHYOlCRA9TVsSAnZWagAAxdgP/jx5Ur0l7TcOo2NPCdH+\n8Kv/i0NjhW6wRmMHN23ZXNE144hBQ8bDuAnRDjJZzyTVoPNjqb0FTZBqxrmk\nyL8chceDb5zibx2PdGpJlcq6aGs7JvnFj5gdU4XhMYcuBLQm16v2+pbpF6tS\nIocMro0QU5DeVhjwe26WEqivLDCdxP2+DuH/SbnjmALenUZshKZekGogPdYB\nRDXP6iz5hpl8fGWHytJplIMrf4/mMgYQZrOCJRkuI/gnxq/gps8Rj1pz0Vuf\n62ovIO0fHGx/Sdhrwg7ZSnT4xSe05KScfLJJXq6xgTrwAqkFUcL6V03ugPtg\nGd62+YHv2nixq5/Ta35/IWMqvF9BxJ1hEdz9UtHByqnX8qTLX9X0Y+kQ6ErY\nmzigv+CsoJxPm2s8x/RgThq6VtQ2+XokXKaLjMObRNnTKPceCgO2kETkCVPH\n0b/M1H3u834GIhRkuykYFkXeB0jB1mvInxFVC1QYx/0lY0odrJ4n/b25RxcR\nMWItvoMoYYjmVMUjgg16lA17hOxvpBHGyBI4bPvWoMSZFJapTkLmwWdiwgNh\njanqCvh4r9aiSlFYyAyopVcM3PjwUNFFmiqht6+gBWvl8XiAm31vIvI8aILR\nnAql4LkbhxbDwJGirb9otpY8e9sZaWWZMqJodiqPrnEFGEDIOMkvuQFWjxvg\n3hwO\r\n=27az\r\n-----END PGP SIGNATURE-----\r\n","size":10512601},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.f35b4e3a4_1629324197432_0.4033864123625537"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:32:58.899Z","contributors":[]},"2.3.10-canary.5bc6afb75":{"name":"@firebase/firestore","version":"2.3.10-canary.5bc6afb75","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.5bc6afb75","@firebase/firestore-types":"2.3.0-canary.5bc6afb75","@firebase/logger":"0.2.6-canary.5bc6afb75","@firebase/util":"1.2.0-canary.5bc6afb75","@firebase/webchannel-wrapper":"0.5.1-canary.5bc6afb75","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.5bc6afb75","@firebase/app-types":"0.6.3-canary.5bc6afb75"},"devDependencies":{"@firebase/app":"0.6.29-canary.5bc6afb75","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.5bc6afb75","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-odJgZZXlZXkGbcZjOu2vxHtm0TJJyhUVCsUbA3YLJqaZAO12Mc+eTZWvfVY1Jooo7/x0aEvCbenJcuTF9SHefQ==","shasum":"d2e1d176cbce2d26deafea7a1b6b7782ae4a94c2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.5bc6afb75.tgz","fileCount":6974,"unpackedSize":62383468,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHaGICRA9TVsSAnZWagAAiOoQAJq+M2aH55KAWP7nb2Go\nZ9R1QLRKhbEoZJtW1VgJAlQSrw9j0pQg03rdfwkzFYgtNTi9sJqOkZvOMWUD\n4rhMXt09Y2oU8XE7gc9Dl0weEE4Rom5I8gLTXEAqYYw6qq0FfwL6ka/P4oNy\nTY3gJFoiLp0GqaGcfTtv1WC1SQW3tGC+KJbMFtFaRKloEStFUvPTlheRVnjr\nvU0qhTzbE7TmksQuPe/LyLri130AOYFuv5AWbVpEwfc5g7InRjCreX7vrIvj\nQLF1yNeYGiOqCr+THmJ7YWCNP8kRd9DRrBB3DU8iELJgpJl3NBZXHGt2/iDi\n5sM8BYBd0DvnVaIa9AUQh1nMDNNaIwOPeakRKF8/HY+TcsEmSb6u09YWbnxz\nnOn7U1RJKakCFKISIUnPbPvGRqJKRcERssh62GFlJgoil2TU5l1LnR8PTlpO\n9tZaGYZHUhoA0pMD+gb/j4+pFw/BCtNHSY3UF1g6xr/l7tJUUG9WoLMUJ72g\n+rMMxnep3doqJdwIrwsIWCCkeO+LYCTGPMHo+aE0Zu6C3uRVD8I0xcWqpuVR\nAwwck+Xu+kj8ndrtP0PceF5MAX/6azohYzOKzP1SukCYyyqHp0cfvg3praBj\n+CtD0MbJZv/SVDs4FU9gwLoWuNwQzwO+PDfZFdZf0nNKNwbGB68uUS7nfQ2S\ntCDv\r\n=/Sfe\r\n-----END PGP SIGNATURE-----\r\n","size":10529866},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.5bc6afb75_1629331847864_0.8617968735211101"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:33:03.055Z","contributors":[]},"2.3.10-canary.0a91a906b":{"name":"@firebase/firestore","version":"2.3.10-canary.0a91a906b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.5-canary.0a91a906b","@firebase/firestore-types":"2.3.0-canary.0a91a906b","@firebase/logger":"0.2.6-canary.0a91a906b","@firebase/util":"1.2.0-canary.0a91a906b","@firebase/webchannel-wrapper":"0.5.1-canary.0a91a906b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.29-canary.0a91a906b","@firebase/app-types":"0.6.3-canary.0a91a906b"},"devDependencies":{"@firebase/app":"0.6.29-canary.0a91a906b","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.3.10-canary.0a91a906b","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-uJIwDpIZHMv8HaCMcRcMKLeTpUrBc/8XOqLtXUYVLnz1mPhaNMtoXUhiZ/86xOgwrFOjfGsNlhFXO/GPGIKvCA==","shasum":"39c87e79df00dbc73064672b602c3c1134363fa5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.3.10-canary.0a91a906b.tgz","fileCount":6974,"unpackedSize":62383468,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHaLsCRA9TVsSAnZWagAAVSYQAJNgplzzDPisSsUiIj1j\nxvCxQPequQ+QSCqdQecqOB7aDwYCPY4/n0OXK0SFo2FiQvmDT2xR7mDkrqqB\nDbh5r4tig+McqLx5y1o9r+Zm9FqsxuKv8wWvFvm5slgp8jVbh7Brmjk4J1hb\nS7dhLRP3nBs4AFGai2h5rMHscyEQKn1IepQG60Lc2y2x+mbQI9Ddnd7lX12z\nNHPzuq6tz44uyrEcQXyFE6BDcZ+S61jiDxM/4JlugFwiP7NefU7F9FBSh3Xh\nzCS8irW9imffftVPM3zh3YiuUN1cLMjD9GqWYmwm7cfVO1hKUA4M8DdC/zY8\n8fmLWy3WtFrHsIrmoXodNHfEJtUh75DYKnqkhBmPEgBR47unt2BuT26Txs2y\nIR4BJS8u2PlJKl63tTT35jehdDM3pL6mUTdsCP1MipMPgQNTo2bpxr5K2UPH\nywCaSzPfb9oNZNbiOCv7i5j5ug2iIApppMCFai0hQcOQNWCWmwxVods0FOXN\nwXLhXanauysDwBj9AoPd553mc5fzOB83wUFT596b6cl0Zh+a8fIiZR9vZBUb\nfSYur0Sy2u4Aa6Tp6B4RmelT+cEIBQYlZjeLLD5Nhl+6IDKuY7lqNcqT51sa\nWuiPykEEyv4O4VoSoK0ne2ktdskXUh8b1KPjR+Vm4ay4myz1fnUp3/8eLg1A\n/15P\r\n=2WpL\r\n-----END PGP SIGNATURE-----\r\n","size":10529506},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.3.10-canary.0a91a906b_1629332203828_0.19407182140572488"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:33:07.555Z","contributors":[]},"3.0.0-2021719172025":{"name":"@firebase/firestore","version":"3.0.0-2021719172025","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-2021719172025","@firebase/logger":"0.2.6","@firebase/util":"1.3.0-2021719172025","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-2021719172025","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.7.0-2021719172025","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/src/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.0-2021719172025","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"integrity":"sha512-nZOzoggBvlNmlOVQAbkMAE5ImqdujqkXDqThwQe5VqJs3CPAh7mZgAGDdYomO4UhHDHo0JxudNpRiGKzsuZO0g==","shasum":"1b2988faa8bec82282aed69c2d00d3b9889c78d0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.0-2021719172025.tgz","fileCount":1408,"unpackedSize":21913981,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHpfKCRA9TVsSAnZWagAAjjMP/ibyfE/eiQcyBKYrylbd\n1GhVTDtsZ8sUL83A2hvT0xx/ifVzrATG0zPsZMcPBASuGjcSjgTF3HVwo9K8\nP+cNry90fF8siBJKhkjPdKm657QU1FEiOkkvX5KEGsCcwhLrycwBkj2v7mhP\nCpclLMLzKSZMEYCKhwuzrl6mXUhpHW3SaPw8TSQ2FG+O1Bsl8J1JQUyrviog\nYVo6X+IGNOkUhCseAE6PcD6cuBg/GuShJiitAv5hCHvxVxCl7muvN2chtVwO\ngVUMHajcCzAmArgfHNDTgpuY+kIstjC0HYLAjqoFOOwLR8rXQ95jZObN5vDQ\nJC/lNbJQYmiFgizFxeh8DwEI4Iyvq+SqWHi96/9fq7SFTw3xhJbNNo2H1g5n\n/HuIE3gz4yExfEnKaN3hUcDBquxiiZWkmiozDUaiO++s0GR91YnvsegekHCE\n5uaCDNrKOXpdQ6YfDEb1QN2gQ9QYtlpVvT8rENQoJI5qPPLPc1yEoKy8Dui7\n6xq/BUe4U+A74l2DMI2c/VK3gLYgBcZBT3zLDY/SHh9C3KkCALXD0At32de0\n2ZDLXfzEK/JAWoyp4W751QT0YPpbqMSnv/RgcC4tiDEOTQTUfO0ca++264bH\nduTRD4emrL/Ea9lQKhxS5EhAPSH/29h9x1ecJlSTdLo9g+RN2sdZ5I1nHWtB\nq/kS\r\n=I5uX\r\n-----END PGP SIGNATURE-----\r\n","size":4371094},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.0-2021719172025_1629394889940_0.8279455279659906"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:33:10.620Z","contributors":[]},"3.0.0-2021719182840":{"name":"@firebase/firestore","version":"3.0.0-2021719182840","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-2021719182840","@firebase/logger":"0.2.6","@firebase/util":"1.3.0-2021719182840","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-2021719182840","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.7.0-2021719182840","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.0-2021719182840","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"integrity":"sha512-fZ3he5/a+HlcHxLseZlgDa7o6y4Fr6aZaNDTSAWbotr0R19r5tniMDd0oBDnP4OBq9pAn9NpiQ7ODq+OK/jHXw==","shasum":"bd03975d97d9bbdcd79849f01c277e18243e477e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.0-2021719182840.tgz","fileCount":1409,"unpackedSize":21914367,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHqY7CRA9TVsSAnZWagAAgKgQAIczLCVcr5ZgGPUQHYR7\nbM3lvw88UEXpN4n8n07ke7vsHEbOIa3/vffBlWWwX47ysBMZlqVWIicenoZR\nRrjJ+E9HdquKOd1S6tT3VWPQhJH+gvV78Qeziweu7ypqCYC9RD0WrEYerybl\nPT0Pa6xFQt2OvSf963st+vQrP+Kc2u1mU+Q4bBChUFGyLLoFZptSVhQXxzSp\nZwCFVsfvHdrc2wCC8zczPNbfBExEJNZLsmAYCigg/Qcge1MVyYRzrskzyVe+\n2Xh0ovjkKL5ktbc6dUnfCgsXY9v0J5nJed+EoLCakNHPMcybV+KUVAatr7b0\nnSLmWwsH/exCI4Ri4UbtAjwluK8IqdmNamb8Mw0QyoneeEvoF5cMCTN3FHd6\ntGmzAPtDgxDotLFvitCcfXHwxo7r/Qdv6x1hFu+aCG9FYZKZziIUX1bgjD6+\nP2O/CNjOQ05GwOMwr2+bZdi65J6/9zk5ITGUYeRtD3FtH8zXCuFv7LvGAmTH\nagCWN1bsvVJmFNfhlJ1YO57b5/5JKy0fxXbpwGBZ2v+twvXXI60WXI5X1zVv\nw0WS7/JEqacS3S5dB2UdniCrONxSeEXFbbM7LzbU4vlTu0NbodxvN+VLA02u\nQ3f74GQX0B0qXVnnfjd8+lXLqjroOz1tx6Z44O5FtWp/+GEW9RK/pT3aShVI\n3jc+\r\n=4EJZ\r\n-----END PGP SIGNATURE-----\r\n","size":4371225},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.0-2021719182840_1629398587455_0.042181517684754644"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:33:13.976Z","contributors":[]},"3.0.0-202171919375":{"name":"@firebase/firestore","version":"3.0.0-202171919375","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-202171919375","@firebase/logger":"0.2.6","@firebase/util":"1.3.0-202171919375","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-202171919375","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.7.0-202171919375","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.0-202171919375","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"integrity":"sha512-XRx8w8bb6ZojwZ6ZBIO8y6u5nDKC9BI0ZMWQv6UalvbwYbChKbs4yZFSz5FxoB4VCpQcI6gnzAlnNwA2O5OHHg==","shasum":"29a19b235aca87c67f67708b6492c5d76b555450","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.0-202171919375.tgz","fileCount":1409,"unpackedSize":21914338,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHrZQCRA9TVsSAnZWagAAIBEP/2FPiZxmyg3446Y1Inp+\n8BHChFPbS6Ej2Cwqh/kDS7JzogSzx+SLlLyt6zgYwLvtyHb8ADl3iIqdgbxs\nipah4IrX8IZ2sa9XPNODTzJB3TH7mnG91qRWx+4annNIrUJXu84FDhOyq3nL\ntGrZWUj7QCwtM+ypSQjhG2gDV7cpx/5j1fXz6LCOir4PAnU+nXOhguCJJxM/\nbws9a+da0y3AdSHN7uLTt1/6WJUsh6CwRLwZcI+FTVfky528ch2lPg9jSyWN\n8wWa39+frwWdaKLsgksdSe9rm6FyxmZ/FKXqkm1RPdr9YftYh0QcxnQ/siiK\n2EbLp0CJ5XkMnUpJsgevGU2Qw4pjwlyFIpMm2UuR5gAZUyv53gaFXyvoBxC9\n9cOf9eCWfGFbbTEtympCMG66tP/IVryeIH5wCjMlp+6b/byBnx3HpsAHGNc5\nelEOZCDOCTgJ1yCNYP9snuK8PDrXm8XSt1uflUJviJLvP6DxQDxN8I2pr2sA\nOJYIGK3DSK0PuoPYKvG3280KNWQSRf8gypJ8hss+0b26+nYYu/WU5zqkssNk\nRNfyhyDdcBoY4aUcseI+40pSbYdfSQf53FEYi5jbXu/aaW2L3GdJSx1xGOcc\nDlfKzzjwP/Fm1p0j0O9jSCBIag+jtYrrHQTXIil9fcqWT4kxRi4OMn2iNoaY\nI3f5\r\n=tsG/\r\n-----END PGP SIGNATURE-----\r\n","size":4371230},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.0-202171919375_1629402704123_0.34492313760032633"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:33:17.405Z","contributors":[]},"2.4.0":{"name":"@firebase/firestore","version":"2.4.0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6","@firebase/firestore-types":"2.4.0","@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.6.30","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.4.0","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-PQ6+lWNrvh74GvFTHT4gCutFipDmtu8D1tNNawKe+/SyL6XFgeuMYgZIpKQgkTSezVDogC7EGQTJBFnewF9pOg==","shasum":"f48282f70c36e43e8f8782f368972515efef5177","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.4.0.tgz","fileCount":6955,"unpackedSize":62192818,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHr4VCRA9TVsSAnZWagAAOEoQAIRrrVRI+fTOzTZbMVN3\n3K5PYCXSYknbMBJ3fEToqC3felTVJbvY5Pu1ptpKVCGjCl0s6CzpuEdD+b5f\nhB7SInKYDcrhvPuCMCDAMOwFYH7dU8FHSZoOIwU5G5+Qmcmqwa67xxeFL/50\ny25NwF6LOEFAb0OjySZoAAL5QG+vQl46+5vtVQsGdnCCJ6sGXqGKt+/xuPIo\n79fY/xSNt9iuHRy7wiFcMOo+uYU0j2W/CUeX3hxRkmXj6q49JZrVFRU8gw90\n1j7nmZwkhz1SD0iD2KZAJ775Lbs3P0PzM25VNUwQsBCVd6LBcyY2lml0iC7G\n9uLKembhJ0MI9xDgdomxQ3pFpbNj8w3UFeDFkK5kh52Xe2aubungcz4dkyZI\nAugctrDtOsqslI4u6sbB9Y1K/vOrQyNo+u9NVQHopHf9CBDkNdKS+ucOthgw\nbcfartOrT+ixVQGVCMTLUicE6HgJk2MTAUsKSyd/4AU5l081eYsbj9Dvt+mG\n96tcqKRHB8nkG3bGVlbVNC0EESDXkYrPnwNIwrZisL6VZBmZelc7r2GKY/cI\nXIUFxiSI4UCkcHSuwWQ702uA1rhZ/fRniifZO9f9kJ8BO5M4xDBIl16XA9rR\ng0NB5jwEF5v1yWAYC3msdVfLm8kftP3iMkcYQJDlzzyHrbCpBvvAzQpr8alp\nzyqs\r\n=HgHD\r\n-----END PGP SIGNATURE-----\r\n","size":10506572},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.4.0_1629404692640_0.31751267355387736"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:33:18.358Z","contributors":[]},"2.4.0-canary.4d747b158":{"name":"@firebase/firestore","version":"2.4.0-canary.4d747b158","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.4d747b158","@firebase/firestore-types":"2.4.0-canary.4d747b158","@firebase/logger":"0.2.6-canary.4d747b158","@firebase/util":"1.3.0-canary.4d747b158","@firebase/webchannel-wrapper":"0.5.1-canary.4d747b158","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.30-canary.4d747b158","@firebase/app-types":"0.6.3-canary.4d747b158"},"devDependencies":{"@firebase/app":"0.6.30-canary.4d747b158","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.4.0-canary.4d747b158","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-xULLFBH2pq+BkSk697CEBzUKQ+UpJdxXsea+WMhOEjxB5b9mpP60L2FPYBeDhDrhqQtf/AbXSlagnxb7lRzGqA==","shasum":"fbd467e9e437c1a880b91ebb751a9ef30ae19ce6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.4.0-canary.4d747b158.tgz","fileCount":6974,"unpackedSize":62384368,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHs0MCRA9TVsSAnZWagAAq04QAJINNHsca3ETBwQbjNhe\nQX3o2RJglCRnqBOpZqWziX0RlLZdzrPbSvMu+HVNyIBPH3OsT0VsegXVs9pZ\nBGbREwAJxjogr6foWv0q0WEd3BloNN3TjjCONQ7wswTnPdLhd1UOa/9+W3CT\neBOPWnuMvJrCKYUNHG2EHO0igL2PMBdVID5aECSBlpGccflyd8eIrAuD/QNW\nEGu66xKe24n6yuYMn1AFLd0ZmVYofJU5Xrk5WOSKMX8ibjTxs77Y+znhHfMN\nVqf5s4Dzb1cB+fkLU0lPB8GR2VaM/XbWwdgL7lHj7PIuPKRGs2ljDGSwwdRy\nlgQN+krj00Iz4TuzJ5pRcEkeumcVvn/1At30L/JpnU+drrlavAh/IhZBpayh\nx269VxmxX7AqGFEFHjHm3bFqqG+4DTPl1O7C9WB3e92YDbFmpRb1Hh8N98Xs\nd2fUL/FkSQ0Wa66EbwE263jk2mQZX9mS4BaKaDFb6h83lgabHAarrG6KRgxB\nKhW0cE9+6SBBSUjSA6HdcP6U2eXS9AGGsTO9vRYwxPvQpb/9wGFLHISgdS5N\nKeThSiF+m981tZrXHYNOPQPP4lnRa44BFYbuzp+WIUJ0psVVIgtkXzbUhlEu\n+3xso6anghJ4pVTo8eZOnyf4jAGmBvqQuyiMJmo08hkptM+0RfBqJFtnN54S\n6BuT\r\n=0tYM\r\n-----END PGP SIGNATURE-----\r\n","size":10529925},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.4.0-canary.4d747b158_1629408524176_0.4937854743869605"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:33:23.244Z","contributors":[]},"3.0.0-2021720181311":{"name":"@firebase/firestore","version":"3.0.0-2021720181311","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-2021720181311","@firebase/logger":"0.2.6","@firebase/util":"1.3.0-2021720181311","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-2021720181311","@firebase/app-types":"0.x"},"devDependencies":{"@firebase/app":"0.7.0-2021720181311","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.0-2021720181311","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-dEP6pBgEYt5e0Blnwb4fd3oPGlNLyFOx8T3RIzcDgZAlMzOAJrfem94mRvqzxxcNapzvY6AlFPrwRgI4+qFBfA==","shasum":"592ea0ce5472b3eed13eb6dd5dc7ca267a0161f9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.0-2021720181311.tgz","fileCount":1409,"unpackedSize":21914367,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhH/QzCRA9TVsSAnZWagAAmSMP/3f0P0dCYDBxzt+r9FUa\naCtghmGADSbKLOlRgxIBEOVIlDe6Sdx7KfnxctoyaPAG1nzmPmXDBzW9aFUB\nK3DLtyQLcNfNRo4vhDBzSOI4+MTww8cr5+qyCM0r6NOLP2LRou5bsey2Fdoc\nD+Y9k3Gs63tgAOKxlRS4beu5vDFvGXGG+tSe/ZCgjik+p5WL65LbxsTx6YOj\neUlgkmVvCrOnwqsh0gLECd3FFjNiScLRHnReLH5U4E5ew0gvidAclTzzpa7V\n6CZrqsAgcZ840A/UwirkDdC7X8Kl9FxgxXdskAuj9+qMWmxSpdlrqMsjXtSU\n6qoVSsCjZ1o8a9Oy7RbDPnGqCrjV08DwhoVKsfl1NPMvApxBr+Wy7Pke5bd+\no0B9ctdvxY3vBme2ZCDYMfl58I/3dJ1VM5I2j9ytgVuiuCHmshyhXFKb8wCb\njcRbLT8Za8aQ7jlXVJYByBt1kzB0ixwLmNJw47JCeM1JDzKwJJ0rJ+Z/4Rmy\n8cAiFEoYTg7aC5UKvUtyQY53jjRM7DgkHencMUfYG+RQJUR3yFK78uRgfeYL\nensxueE1+ni7A57saJbopMI7PnnR6ROndSPC/6ikrLvNUut9Ym/R/IN5TP/n\nG1oIYd2TzLWaDKZQ1iOqWycBrMghNiAP6KQjb+xHnj2dl/wEbOfz+4IMNiPH\no69r\r\n=F5Ww\r\n-----END PGP SIGNATURE-----\r\n","size":4371231},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.0-2021720181311_1629484083656_0.1622289116624389"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:33:26.952Z","contributors":[]},"2.4.0-canary.eca476ad8":{"name":"@firebase/firestore","version":"2.4.0-canary.eca476ad8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.eca476ad8","@firebase/firestore-types":"2.4.0-canary.eca476ad8","@firebase/logger":"0.2.6-canary.eca476ad8","@firebase/util":"1.3.0-canary.eca476ad8","@firebase/webchannel-wrapper":"0.5.1-canary.eca476ad8","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.30-canary.eca476ad8","@firebase/app-types":"0.6.3-canary.eca476ad8"},"devDependencies":{"@firebase/app":"0.6.30-canary.eca476ad8","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.4.0-canary.eca476ad8","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-GzHJoTqHbPr4QAlXdRV++WPfAf5TRgCD089/zYM5C4fmb7uowQPIuv/3fBvVMFqnOda9KohU4cJNOlLACG7SZQ==","shasum":"cfc30a6f19966da0f6b46c4e75c0da4b1001c0d0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.4.0-canary.eca476ad8.tgz","fileCount":6974,"unpackedSize":62384368,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhIDQ3CRA9TVsSAnZWagAAx2MP/3SQT7ZGRcDY9znAbPIm\nNgMU8Lfgh1IJlxeDw7UZPO57IKSTHT3cCwrNK11r5tTFEilfqDXDYHWwe3Yh\n9FLublLbc1QqA3dsJo60uAkbNX9iBCXLgrDHJ3Scy50m74H5C9Tpp0CF0MN1\nTwQ4FgH+YSTlcvtLaYAeMAlBYkQPVnjyzZ1blmFlaMJ4I8lpFN1PV7XS26M2\nYIeXyvAohbJwDxI2acJkdKsVbiZ5xwK3iECpKlKKlyOIEXC0pgJqXGNe36CS\n0vtSsNyJz2YK+G1dITz7iem6KKpTaCgJiXNmSTrHpK3QPDwUpJRRvieX0/yJ\nnzG1U+MZ0gcyg+WRX6LoyvmoDB1FeMAuDvh6ne8iTtWVWNUEfrtKQzTPuc7m\nnpG5JcyZoY3RROHbfClZ20N6WhBsWYzlt/B3r5cwxYdGQg6Atl2Il4iqp98J\n75MoCVMxagKHvEfsIjChtKAFDVKttHKVbj6NvZlQvNk6pKzdlyBLqnIOQGjl\n9PyTqYacTjzbLEAvrl7G2UPMQKws9jc1UNBHrVrcjovodgEAlom6s0lKzJkh\nsqxzG+NEpdZ7HeY+u7Pn4Duht+46gqhjJioxRBQW2r3xbSu3vNA4vhdclHqU\nqxT9Zj+7CEX822ngOnWGGQ5Bzt7lWDayjngA9cXlZHvUFSaKTrCGMVikniPo\n6Pa7\r\n=mkZL\r\n-----END PGP SIGNATURE-----\r\n","size":10529556},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.4.0-canary.eca476ad8_1629500470976_0.5480843239150923"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:33:31.062Z","contributors":[]},"2.4.0-canary.78181760a":{"name":"@firebase/firestore","version":"2.4.0-canary.78181760a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.78181760a","@firebase/firestore-types":"2.4.0-canary.78181760a","@firebase/logger":"0.2.6-canary.78181760a","@firebase/util":"1.3.0-canary.78181760a","@firebase/webchannel-wrapper":"0.5.1-canary.78181760a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.30-canary.78181760a","@firebase/app-types":"0.6.3-canary.78181760a"},"devDependencies":{"@firebase/app":"0.6.30-canary.78181760a","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.4.0-canary.78181760a","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-KWJdUamJPanqmee77fVEt/by6IcNNoVuMk7BeFC2YREsSKl1C1/ZFwaslrTxuiStSEgG1xhoqEMZx9ehejFwow==","shasum":"30658ec361c4091ec998a1ea80e95df50aba9aa8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.4.0-canary.78181760a.tgz","fileCount":6974,"unpackedSize":62384368,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhIErDCRA9TVsSAnZWagAAWzAP/1AVEekw0z0hpjnbwFLR\ntGalk6BBrt6AG25/81tZz7E7gabvykxqVLIV1+hZ2nGxmy5FS7mt2E4yV0bf\nlC6gsOOjEs3sQacKVx+rvH66NSnXx1c1lSm2/dkYgMl2zuqlfXUXLmd2P5E9\nGtOUkj6wQ4TP/GH/BZzGuKAzW+7zY6gj5a93lDfybmiJQHXeuvUFbCb2sGOV\nva7GuAtg2Mu2QrKFSflcUnFTF5rhAWj7GQpjDLEFCIk20wWNapPAMOA6Dh+K\noSaNDpZQ08X70vRHg6l/qff0gjby08bS2SA4zmBIv8pyPxX27IXxRbbzTQQl\nU3BNAlsdxmqDH1MQZT3SHCsLEhE4+dixIWSXnlvhq0EuwDEBLkMBl5kZbU66\nRnhnBUOYo/hwjhxprVmskW9Twak1pYXYBKVqcVjnkZ/MxRoLX7D3AR/OL211\nD68eM2nHeaSXrQCBHNn9wg8nsZSUVX4wKRwcvuuRs492sh39/H9PvlOnwOQR\n1QEpdjxff8thuFH5wpe3rtAyEE8nbAxBapmwQesDGLU7WSAROHFmEZ2gohg6\nCA/61XihNMGP4ElmGLvI5JcPY/EbKeSZYdhHW97IJsTZ0DR+8+v70bAZXgiw\nsYsw8sZZZj5kcTmKeyfZ1fCef9Y2n8OW8UZqPwX2LpIKIaJJk4Y5TxT7QDFw\n8i3t\r\n=d4vo\r\n-----END PGP SIGNATURE-----\r\n","size":10530431},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.4.0-canary.78181760a_1629506243393_0.897982637244199"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:33:35.317Z","contributors":[]},"3.0.0-202172325639":{"name":"@firebase/firestore","version":"3.0.0-202172325639","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6","@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-202172325639"},"devDependencies":{"@firebase/app":"0.7.0-202172325639","@firebase/app-compat":"0.1.0-202172325639","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.0-202172325639","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"integrity":"sha512-f5fuNK9xd8kb8lIeQX0SwMPG+m4T4dPN0Ju0QzbQ5IsPb7Yzny1OATxq49DLDNJCe7h/cXHIjRmIN/j4NVefSw==","shasum":"c57ee290202d9d0c63d994a83781b50d2d5dd6f5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.0-202172325639.tgz","fileCount":1409,"unpackedSize":21885364,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhIxJTCRA9TVsSAnZWagAAWYsP/jCLsNOoLdbNyqKr8zw/\nMVdw6xd7Vo204ESlaPieDRt0JGjCyRM9uJOVT4wuotgUpBsviQuC2jebb8oQ\ntQrnwZikaigROaIxX2dd0GvlmJ7Pb0r9pscMeZ7n5LLkjl+aM4HW6adb9xZH\ny9yQRsF67b8swXFWwF9i8F+0BiTlRCAf106D41oL6Ld0J1yr6FuGNdzAlcRo\nplIa1wJxBeeYVjPZfAQh1vhMNg8i12D/MaUls2PAfzebZJ74rXT00KN5WAFD\ntUeXehX7NnyMgsycAKqglp48uPD1sA6k1Djci/EXRcyYqI1botpv8PbcfIfs\nuFx7fIboMPolYk5eMvgBwWbyLEQKJ4h4haXamQPvCL5+yw9ciw7SS8zZF6qf\nVD7NvuI8Lc/yDwVHUXJYZqdWwQYgtYcuMm37udjxo2k8kxxaVsDBkvt7e3zz\nbGSnCMnQurCGahB1h5CPmSj831p8WXcp+6/C0PrfMJAyhEi/MKZATZiimJe5\nCNLZjaRY9TDsTfRjREspTNIeVYpHZhRX0XFWSk8/px35dhxL5grO65PsS5Ti\nSlBruAPc1e391F38cIwojovz3rFocWURGqWTLAdDj1Gsmm/SD7iIBF7BV1Ee\nQtL20Yk7OEZWWeTU8jfD6FgRbsWOtEu4jvN4Rfo5hzzExrfp5A+9y5HuvcYO\nDtuR\r\n=oikz\r\n-----END PGP SIGNATURE-----\r\n","size":4363114},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.0-202172325639_1629688403359_0.7012036592327171"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:33:44.109Z","contributors":[]},"3.0.0-202172321475":{"name":"@firebase/firestore","version":"3.0.0-202172321475","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6","@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-202172321475"},"devDependencies":{"@firebase/app":"0.7.0-202172321475","@firebase/app-compat":"0.1.0-202172321475","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.0-202172321475","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"integrity":"sha512-uy6lDcddeZjvsn+fQ8DbgPOvZheuOTgiBDM1FK3ho5fdrDCGYXKE1ON1NITPJIkMG/VhuTlK/6Dt/OAAUKh4TA==","shasum":"4eb82780400197f01a8bd0eb7e5b3b1aca28cec8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.0-202172321475.tgz","fileCount":1409,"unpackedSize":21885564,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJBv6CRA9TVsSAnZWagAAxwEQAJkXKwaom3VWjgpCOCP5\nTnGvdlcmSjtYiVfrmDj5S2/RFBItojMOSFGyE8EIYCGymZ42n/rf239sKl17\nOY1H7Na5O5ZKxmhoJ7TqYzfAzGeR4AWMSpgjJNadMTYWwzY3vj5uIvFlouZu\nYZBdMnkMXxzzpoVc2jEjQy9elDaLzdDBXyxqNvXtTFm6SfwElnKVK6EXdFB3\nmT+LGcf+m/mpyXWYasNinna6Mrp3+qdnavKaZ/W2Z2/FI4Blovkx3NYey8qo\n0X5uVBeJ7VpbTGoc9BcYNlJpgXTAxFtnguLsDVahWOEnGtJp7R6hmLVxbAI0\nIck0sFfaK2Zpdi9yvosI6xWscmMD5FKRhnrT15YN2F+ceWsR+SYx8FcUmOTj\n7xGUm2KS0qbjVkF32lsH57A6uACJ14HfSJHxt+38jiE8uxlXlYDxe9KkGwLI\nqe4rBqai5ADkJkOrDu3VQf5N+UbQ6ZC3aohLgLzWALL2cHRlPg4pt+4jnvxI\nlcKQsKgFu29eZeE9nuZzdAbJN85SR+MeJb18imLH3E3ub2vmF4WdHZIy82z8\n0on6DbcxE1D2JOKw72p7L91nWzZR4FuwCLux/yAjhKzoX2owlBENN4CnoDMH\n/teezFq9FGE672xmP0dHT/H0a38H4CSGz4cDfgy2LZBifpjusQsRZRzHrTle\nEbVa\r\n=USZw\r\n-----END PGP SIGNATURE-----\r\n","size":4363178},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.0-202172321475_1629756410129_0.22055672224899858"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:33:52.094Z","contributors":[]},"2.4.0-canary.0b75e9f46":{"name":"@firebase/firestore","version":"2.4.0-canary.0b75e9f46","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js' build:lite build:exp && yarn build:compat","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:compat":"run-p 'bundle ./rollup.config.browser.compat.js' 'bundle ./rollup.config.node.compat.js' 'bundle ./rollup.config.rn.compat.js' && yarn add-compat-overloads","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite && yarn build:compat","postbuild:exp:release":"node ../../scripts/exp/remove-exp.js dist/exp/index.d.ts && node ../../scripts/exp/remove-exp.js dist/lite/index.d.ts","build:browser":"rollup -c rollup.config.browser.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"yarn api-report && node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./dist/exp/index.d.ts --bundle ./dist/exp/tmp.js --output ./dist/exp/dependencies.json","pregendeps:lite":"yarn api-report && node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./dist/lite/index.d.ts --bundle ./dist/lite/tmp.js --output ./dist/lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:exp":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:exp api-report:lite && yarn api-report:api-json","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/firestore/compat/index.d.ts -a -r FirebaseFirestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"},"main":"dist/node-cjs/index.js","main-esm2017":"dist/node-esm2017/index.js","react-native":"dist/rn/index.js","browser":"dist/esm5/index.js","module":"dist/esm5/index.js","esm2017":"dist/esm2017/index.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.0b75e9f46","@firebase/firestore-types":"2.4.0-canary.0b75e9f46","@firebase/logger":"0.2.6-canary.0b75e9f46","@firebase/util":"1.3.0-canary.0b75e9f46","@firebase/webchannel-wrapper":"0.5.1-canary.0b75e9f46","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.30-canary.0b75e9f46","@firebase/app-types":"0.6.3-canary.0b75e9f46"},"devDependencies":{"@firebase/app":"0.6.30-canary.0b75e9f46","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"11.2.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/firestore/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.4.0-canary.0b75e9f46","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-xQ8ToiMdugJc+evd4TNXVA6EJs1BsMiZkAce/t4ZhD5Eh3rKIVhxJgsNWV5Kw8VJcFOMfOzjqLtDaNwzlJIFsA==","shasum":"6ac1f83ae19e363165691e0104078abfb3120676","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.4.0-canary.0b75e9f46.tgz","fileCount":6974,"unpackedSize":62384368,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJUurCRA9TVsSAnZWagAAcHkP/jKMtIr6jx6zGfRZNwDd\nn0EVQ+HTstFfecV2G7GlZJNONe7r3r9KRyDsdZeKLYZCdFLqYG9N3e+UC5pR\n/gKNWiJwWZdabBpacbF3kPYubkgTVmESTycPejcfPLxp6PNaOJNOqVvThHdz\np+K2ri5bXdWnvKlU3M7P6gmVnQ3ZextJl2houHNMGKs+OSucQgANv/jW9hQS\nJI6ePJCIdD+NNVcXkjH+buJQkwnWbMz4PIGoSFcdF3iuRWlRtEhdd1XG3ruB\n6Nhx6GJrXlA0P6IugdnmW1XJ8xREfg+76EXHt5MvPEawobK1VLfETYsu45kb\nPSdfU0UCVuUiHmLmm3OGT4HpYNLpYp/d/3ElA4+YZwCo4KPoSP93QiOC44LH\nLG2NSotCqj/tj+w83aO8zqbbAj+jP7+8BScdposFBkt+LrH50HY/oIDOymOF\n8lsWoGth5sTyKuGVhbHsmOzGqdhne4UvJ3rPePj4Rkw3FNVbSU0ypwu0VZ61\nOM1LgJiG5wYcOOSWMFiZE2+e9MQxuMgSRvfdAWAWPqmtHLG1+IvQpeOTZjDy\nHZ/5IkwRVb3NyrTmtad4O2qyjDQywU6GhStDddZpff8H8QLoOX2/p6PWpjr2\niLAk4zOnF7g5Ljpm4tzsKD/L1aA/B8UotLvDjyAgAPvAbG75MBekvfzjxfxv\nQfaK\r\n=sxov\r\n-----END PGP SIGNATURE-----\r\n","size":10529897},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.4.0-canary.0b75e9f46_1629834154569_0.04066891227934377"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:33:56.024Z","contributors":[]},"3.0.0-2021724205917":{"name":"@firebase/firestore","version":"3.0.0-2021724205917","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6","@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-2021724205917"},"devDependencies":{"@firebase/app":"0.7.0-2021724205917","@firebase/app-compat":"0.1.0-2021724205917","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.0-2021724205917","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-/t/t5I6aEHtCIuG3G41o7b9XmwMk98fVCjeEtMh1VV/Qz0Mbxr+DmIVFe3h/GcPWnsGIL0vHgbDU7VuLxLCK7w==","shasum":"6d05d5ce2191989508d85492e45171b6b9c3b665","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.0-2021724205917.tgz","fileCount":1409,"unpackedSize":21885663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJV/GCRA9TVsSAnZWagAACL8P/2S698ExfbsyHlMoIAVa\n9cERAaR4rPmKVMwaRJNDoCS9DRwHJddDomBIl8w2oGvZa+FeiZqmemTBPtcd\nJfAnDRV3LObQlr4ToOe0HpOSq6q4n5H/fEoSS4Zq4Q5eAK2+BATcPM6BJ5G2\n3IhnYKmO98estTIdn66WXEsPygbBRRPI1iC4zCKfyrGuUiLxFqM1cazTRsMZ\n69h1gRlpK6TpyyySYWwk1I8n9T0zvv/GLsP5kvNxldMrOIXgMYyiR9h0Ijbg\nCJZ1nmdHZ7pYF4cQj5N8kOl48EZrgQRrBNEwbRyaiZ1NCx9gI3O/mh2Mf9Br\n+OSeXq0VQtlH+DnqjGgIwdgE4xn+R0UsIIHohPeYNMENh9qFhA9kyoCd11hw\nbuRc3OWI+dQDtR6SPSfm12BTYNhYb9xxTpfyEQ9AJvywCA4JpzBTXkoKTGLJ\nphDKLVUAeZAyy9GA0f0oaFud0P8S9Y/hGMc94V9i85HvSlHid599y2AY48qX\nGNBaO6yvscRQ2+t5uO9+RMWrsdX/zW5iVbSq0IAvslwfthNtHhpuSfYgcUYE\ndkoPqLvVccUGTb4ntdUK5qpD+RRW3a0j+n2nSVWB7OiH2Arb0aXYlfPBzQvl\ngeubdwQoIsqWSQ7KMqOSrlCYKLJoDRmZw6ehg7xmF3Tc3B+35bBTMIGbvRED\nHAst\r\n=7QLz\r\n-----END PGP SIGNATURE-----\r\n","size":4363247},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.0-2021724205917_1629839302321_0.5407835712592419"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:33:59.795Z","contributors":[]},"2.4.0-canary.cdada6c68":{"name":"@firebase/firestore","version":"2.4.0-canary.cdada6c68","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.cdada6c68","@firebase/logger":"0.2.6-canary.cdada6c68","@firebase/util":"1.3.0-canary.cdada6c68","@firebase/webchannel-wrapper":"0.5.1-canary.cdada6c68","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.30-canary.cdada6c68"},"devDependencies":{"@firebase/app":"0.6.30-canary.cdada6c68","@firebase/app-compat":"0.0.900-canary.cdada6c68","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.4.0-canary.cdada6c68","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-SS8H9ciCz7UjiK0iXSjOMF7o5qAS91c/N/DEoibHoQBheKYqT4CS0It+L9rRf0OAB06cSyyvt9be1uVJQGoovA==","shasum":"2d50a69d16308d7eb2efa0c4cf5564f20cdad893","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.4.0-canary.cdada6c68.tgz","fileCount":1409,"unpackedSize":21884411,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJWM8CRA9TVsSAnZWagAAZ6QP/2GKhJUqD8jiDeNTcptB\nbDEOYhsmdwuu4haBT1ntl85NypWnYT1tDiVOr0F9wkyl5pZTIGdR+ZojmoCJ\nsiZirWNRbWl8WQ3l01stE5XgTKRxFZBQHLRPV/6TKO1EtmPcArrZo0KaAPcp\nEJg8+9h7mrcQFrLKRByK9bzvujtYOCtWlwR6rhFk6ic4fvj+pqSEvn81vZyJ\nbthMVHSh6J3gkkxUPrV2Mfzyn8x2z76YiltHEovi944kJixQgRlEgihH0Fm4\nUxp2w5l0pzK3gJY+3Ofdr87IU8RT0jmKCZ+TFL8CJQavqQjHL7lTYDpmjRA8\nWS4vUUBM51UNaI+44q5HLVNz3DUvAglhat6z7WbvOIK15jJsEyWPVM+vuLs8\nFLNxGR3DXH4a5TRKIw5kZUnmiI9X1QJAuzr3wD6FceAmqlQUxbETiHE+wd0M\naNgPT0DhufUkjFZ1XrPbCzvsUrzwfa5x1F8bDy2euYUGso6KPMAv6Smj1+ob\nxmNfBKuByz+89DUMVVawanQ3uK92nlA1ZfE2bWuSkpgwgk6k1pYDy0Kvba5k\na1zKRfBLX4GBhjlki7ZTeCF5So6JZ04JFrBtnabPMWMjnKQiGbJOZfns8Ck1\n3dXn6/iYuKPWy46r1iJFUZqHr8FXOMLmYi1aaTn5RLAWe+8YkYZOfAN0MLIv\nSGIU\r\n=BzT4\r\n-----END PGP SIGNATURE-----\r\n","size":4362934},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.4.0-canary.cdada6c68_1629840188070_0.28343529660830025"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:34:03.286Z","contributors":[]},"2.4.0-canary.a87177888":{"name":"@firebase/firestore","version":"2.4.0-canary.a87177888","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.a87177888","@firebase/logger":"0.2.6-canary.a87177888","@firebase/util":"1.3.0-canary.a87177888","@firebase/webchannel-wrapper":"0.5.1-canary.a87177888","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.30-canary.a87177888"},"devDependencies":{"@firebase/app":"0.6.30-canary.a87177888","@firebase/app-compat":"0.0.900-canary.a87177888","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.4.0-canary.a87177888","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-rnvKBHKywvaFthQsQ9Rg7ZAqkEvb2/TtPNy1rPOIHfdaVR2lJ/vb4JPRj1o8j2xXrQlDI/H5fk7VY5iFWI3rAA==","shasum":"b157342e20f7a33073292eae92916c582afe2ef8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.4.0-canary.a87177888.tgz","fileCount":1409,"unpackedSize":21884411,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJYQzCRA9TVsSAnZWagAAzqsP/0hr/7IA/lBJwTCWZ/WZ\nMmv1VS9Z81Ya94MHZNlE9qqmRbc+03gxThudxq7KGvfvT8sp9lJPIhDCnlpY\nN8hwq+zy1vH/6K3TJmnDkw6yOicBmo2aAwMTSFG+LGFKtRZe2r2flqEMnTq1\nT1CnCUrdUoC6nZ/qvI93d9fwkCrN4RTwVxHoKVSPNM0K4Zu3XxTOOUMWsxMp\nHvsZjv7pt4PY+jx0cczow38cqxHf2QV83iik3fwpVE5ne57HwhjG893/KM29\nidQISlsj4R6Klzfpa4YMj/S8xSXlRvtWJRFoY9+gPXouwynscMnMOHoCGR4I\nDJmo2OyXdJ7RdaVZYpL63D23zGuy4NHnTWR+atsZBb0MhLOhPvlVqFo9Igh0\nIGD/zdyWDGM/lXVIBBDkSYRyhDbydRiiVOJ5b22LDOAvuFAIIDWdO7nEiOQ+\nVcXeRZjXALfiiGQnNgBkU/nP2bzc5WWA6ktB24sRLiuAoWgLyfUqMeuh+Dq/\nnOUJfLURWoVEEnDNqP7MpHOFDE0Nbp3ffoVdzTwt3zJA4NKDaDbg+D6OHuhh\nge0hvsQGDVOoJ2wboG9aVtjXWIIMXLYdVyAuqb0r4A5jppdPZNcvh0OmgK9d\nljxRLLIH6mGn/V59bSbex+RCNJYCzcnIzH29liG+SAx+NGVfV7KVgQjpupSk\nefnU\r\n=xsWO\r\n-----END PGP SIGNATURE-----\r\n","size":4362965},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.4.0-canary.a87177888_1629848626921_0.64028058792804"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:34:06.750Z","contributors":[]},"2.4.0-canary.69f6f4d00":{"name":"@firebase/firestore","version":"2.4.0-canary.69f6f4d00","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.69f6f4d00","@firebase/logger":"0.2.6-canary.69f6f4d00","@firebase/util":"1.3.0-canary.69f6f4d00","@firebase/webchannel-wrapper":"0.5.1-canary.69f6f4d00","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.30-canary.69f6f4d00"},"devDependencies":{"@firebase/app":"0.6.30-canary.69f6f4d00","@firebase/app-compat":"0.0.900-canary.69f6f4d00","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.4.0-canary.69f6f4d00","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-WpUKvfUf2ywf14jfbxuoCCoeeucG/6hyfNVfX62TenqTooJ+I+F7ibex6V3UrYQH7eWx09Sm/vrH1x3wLykHkA==","shasum":"314a4be01f36cce05ea6a74a612ea0082385dfab","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.4.0-canary.69f6f4d00.tgz","fileCount":1409,"unpackedSize":21884411,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJYhMCRA9TVsSAnZWagAAYMcP/18MFd4AH12JdWmJ6SPH\nOiP4TsvO4i/XJIQ9m1V3Oh/E0eIqsEeGca4oeFXC4nS8PLAaEa3HRRkj8vyv\nf1iJtum+rLQQp4r9POKo22UHDHF8RxN9GEPk0vAoVUOH5sNamPiH4jppswUr\nUlEZymtz8tBik8cxHigg+VQCL2nNHsdr4YA8A1o6b/9fvEvo74EIJfRqLi4B\n53PVPGaOhfqT7JNRV4ArRfqqUpq1wPhxsoA1wCww6WH97jisI6Rrp924a3H7\npQ+stbj2G8L8pYyBCug+6Z89MZ8LE8J2L8Pv0q8b5saph8REReTXra4sqwF5\n7x+BXIurpKUmFcV95RK9IyhEd/pO3hBEp3p8kvSc16mbWTldhJ2Y+5bnUufM\nQSMtxaLS2oqPHPb7fpAFry/1v2+1GxJ/26Ni4EI1tg13TCihioR0UEYrvUie\nkioKtRJSwNRyxOnGxQEeHri7xNJCSjvG7za2gyeQqJuI9U180TX8DhxCFsAI\nZwa1mYwkZEClQURK5AvxK/1Qa3kSK93J59bCPhqmwuh/ut2UpiZR0Z5yGECJ\nPXzvE0rN1rA9d4rxTkFifOYlWu5GQj/7VavUChPCGOL0sM17R1hqrNiEK1qK\nFYnAqcj7TkGDmvB/Iqgh6Vtw4/DnPMZfZiP5fVQUjOEC1RD2lX5fBK8bCYix\nsUXj\r\n=Jar+\r\n-----END PGP SIGNATURE-----\r\n","size":4362950},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.4.0-canary.69f6f4d00_1629849675750_0.8864544753909067"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:34:11.110Z","contributors":[]},"2.4.0-canary.f40c0db53":{"name":"@firebase/firestore","version":"2.4.0-canary.f40c0db53","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.f40c0db53","@firebase/logger":"0.2.6-canary.f40c0db53","@firebase/util":"1.3.0-canary.f40c0db53","@firebase/webchannel-wrapper":"0.5.1-canary.f40c0db53","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.30-canary.f40c0db53"},"devDependencies":{"@firebase/app":"0.6.30-canary.f40c0db53","@firebase/app-compat":"0.0.900-canary.f40c0db53","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.4.0-canary.f40c0db53","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-VGj9B4UzqE/b6su1CYZJ5Ktg0l38Jjbs615yhpHvi8uEQknUTfkJvfRKE4aYm34r0VD5ErhKdIN7lbM2PwuhXQ==","shasum":"4ab073de128e51751ecdd2a34dc9cbac15929eae","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.4.0-canary.f40c0db53.tgz","fileCount":1409,"unpackedSize":21884411,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJYkBCRA9TVsSAnZWagAAvXsP/24yVYMQgc9LhFtwfX99\nMjJz3oIjeKdd51id2Q/y+/ZHGd9gvA8j5rYlJwL2ruHl0xJYsZNhJWcNg7A4\ndiyMNOdUQDDk/yk+V30emzrPf+/fGV4oShuCDgfOg58wApM2hHaiSUTIg46K\nqPcHE+2T8Liivc48ZVFilPdkKu3ZZjnG9H7K4Xyd+QpwTFfD8RzOkHcJFHsl\nNw2akvQBHfVRc+RaHKUBfQ4B++o0pDrj7upf+Ms3AQBhF9hhhPQgnR3YfNF5\n8OGVIYImme+MPzsQ30OTl+EdgscILGx4g6R4Yc6yHmYx+IJc1h9rzkqsHMAI\nyTp0nW8oGv3LVR3Vwi4N+W6SrpmLX2rYqDc0x0wKGcQDWW1CTYYiGJKtoB/Z\njH8QOq/djUgO7OlqnzoBGmPEJN3RsmB3xUp7V7fMyEuzJ8T9eXSuZSN4Khsw\nannnTX84KCDJ3n2RHxqE8OPggwTpVLKGxXyksiWl7QLVdVe7m98pmQVf8oSi\nBo0pIRGn57E5SJNHnpvfwEVEMCdR81ivKh7527vLVmTlHfWGjo+Hx29K6S6C\nIUWRLg8aO8QKFJU8LrAmKnJOiYtD/1SKinu/OL4s2An1hrVFKkOFPYAP29PZ\nF7nJHtZjEyHWpov3Joqn1Y4j9ZG2CgBJbpGkSkd8C4m+s8c7Sk2y+PTc0ZZr\nBGFg\r\n=sfpr\r\n-----END PGP SIGNATURE-----\r\n","size":4362931},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.4.0-canary.f40c0db53_1629849857079_0.9184372458575212"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:34:14.616Z","contributors":[]},"3.0.0-20217250818":{"name":"@firebase/firestore","version":"3.0.0-20217250818","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6","@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-20217250818"},"devDependencies":{"@firebase/app":"0.7.0-20217250818","@firebase/app-compat":"0.1.0-20217250818","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.0-20217250818","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-5ZLTPBg2FlnXIqn3XMIEgRwPEkWen4jaGJmuY/E2weN9HEYamDUWX+uB/92q8vhBavEgkZblzNFWO56xqsIulA==","shasum":"a293d753b4f512987148d2b0d3a363cdeae28fe0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.0-20217250818.tgz","fileCount":1409,"unpackedSize":21885611,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJYyJCRA9TVsSAnZWagAAGFYP/1PNXXjXfYIRMzseJSo5\nCj9/DpolYRpQBjuFTLXxl4Six+4oKKVFbuzEsf4xdEdhCWUh5ohrsejscjT/\n9SIRGHgObPKKHtkVasOqH1fHXerNBz92fL+bmJLRcVZAgUi6mrEBJB1jfjFM\nez2ZcLLpUBRw1r9cPhVhwMwl/hMPTbK/BZWUo8M62/xhN6jHJwaAO/7CHRuV\nLg/i0q9gwZ5oUNlXuYGzVzLsJRz9pp8lo6n8M9vPIC4Q+oXk+KQ5ktzr6vct\nZF9rpbU5qclPpm5w69O3vvTGl3c0tsoHxmJXNbP66G039ssf4EnxqvUMwgLP\nMzzhQpIkUpHWrDSJkscwUXchVjiMoknaGZZWb7cHCvXts8zUbWpUzW8YEK1X\nZ22Zv/bw38+rwGFsuOZHNWcuciGuS/704Xo804EL+mBCZPP2EOZ67KoA0AAa\ndwt9db9p3FTduiWHrRqEQ0qfrnMQQteuJO9Ytr1KWIvxnPuONCH+pZkhWd5Q\n0cMucUv8Oi81FreuG+w6Dfto0xvCVMklrgIpNKoxqD3fYbNc7Es6OEU7af1X\nm1VKn/J1wmfqViFx4a5w4sgB4HGDFWideSFCOmZ/kahPfYpCpAtUCreS8W5f\nobQtVrlfg9K/1XcS9DpzD9QUPjZoOpLxUvScZ570l8pdi9tPcx7/VIVVnq7D\n/nkA\r\n=rEt6\r\n-----END PGP SIGNATURE-----\r\n","size":4363219},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.0-20217250818_1629850761321_0.5577847114820389"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:34:17.889Z","contributors":[]},"2.4.0-canary.2d4f797c0":{"name":"@firebase/firestore","version":"2.4.0-canary.2d4f797c0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.2d4f797c0","@firebase/logger":"0.2.6-canary.2d4f797c0","@firebase/util":"1.3.0-canary.2d4f797c0","@firebase/webchannel-wrapper":"0.5.1-canary.2d4f797c0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.30-canary.2d4f797c0"},"devDependencies":{"@firebase/app":"0.6.30-canary.2d4f797c0","@firebase/app-compat":"0.0.900-canary.2d4f797c0","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.4.0-canary.2d4f797c0","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-xcADsdmzFlh+OnFbACvxXBdiF8BgZQksxVcZf2kIphiq4ZrmuchyAYixQCVrRiVbhmQACpLT9t4Md1PcIPdsDQ==","shasum":"7c8d279997f9a62819e1c56ac532c7a5f3ee94d0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.4.0-canary.2d4f797c0.tgz","fileCount":1409,"unpackedSize":21884411,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJY5fCRA9TVsSAnZWagAAQZQP/2crwMUzXArUoFgv1NLq\n7uGAacrnTXrLVeYYpSciDt3tXGNr9sGV/mRgKrZoYxPg4FRnRROgX8ghrHEP\n/VM16E4P2k+0A1EVl6dvrW7ORLt4bUge9bSSsNj2MzAmvJuvBFnmZz0swwNe\nWdoBZFwNAIAJgrhT2zrgpXLNhwC+AQujMW9SPK/bjvpeiZe7zpZTqg6Cl1Or\nsirmRI7smr3LgGHXGT2sWIFztugONYxlejMMbmS3KQnc/anjt6BIn7DwldB9\n/FtiWEUyPk/vJjfp649PTKw2/mJz2qAyrvBBLYIBB9x2tId70NMuYeZhQ9Uf\n54BjLBgrjC/q0CH0ShONtMi/yS3ZX5wNwh4Zxm/y+rlHbaGQ4oX7/5LIbZ7Q\nfCi0Vv+ldGJaUl+DK1g2yua65TqoddeamhuLIPkXtYhhRR6KB1mSnRZaZAhA\nfHcs+o/Gx/PgAbBw4PutfwjvJR324rxBE7pwgyNMp8EzRJ9Gedztezl54wvk\nxh/fZ7SUVOuEiezRIotn3COTaqlXkWz7b1zN24YfrhifUmm7hGZTzcMiGoBU\naJ6QvZt7gv80h6wiK06Ezq+Iisu81XKbIHH/v0n97wM9EZYRYTsxlMLgVu19\nZ5DFiUHR3EdkIbzuTd+1oAbuUCOGF3VaZqI2BJfzptCCgjT0QW42xYec9Ptq\nvuGb\r\n=BqJo\r\n-----END PGP SIGNATURE-----\r\n","size":4362953},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.4.0-canary.2d4f797c0_1629851230748_0.13096896082729947"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:34:21.631Z","contributors":[]},"3.0.0-202172505352":{"name":"@firebase/firestore","version":"3.0.0-202172505352","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6","@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-202172505352"},"devDependencies":{"@firebase/app":"0.7.0-202172505352","@firebase/app-compat":"0.1.0-202172505352","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.0-202172505352","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-6vnGSZhPvCZYCY07eijotNkXzH9VwsDG0sAW7LLKSZVZKafwtC14nsFNIA1HHkn5Kk3+yBSbZrUx2SiOat9rWQ==","shasum":"8c7d6a10c31025886d840a3fc6359d4eb12df717","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.0-202172505352.tgz","fileCount":1409,"unpackedSize":21885637,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJZaDCRA9TVsSAnZWagAAdDcP/23hSfuxjyaHo/dhxkr+\nfA5WRNR+f5xKbjpdIwQURkfeMPHJRes4werJx74jEMUvzoPPLuJkPqfZmW+u\nkJXNgXJjKp0uAXxlQoyvStx2zEaZlUd3EOeRXepg3JVA5Rjo4LwPoyFCcT6F\nGlGOSZJcqAzvEPkAdxt30aWZ7igSIGDdjQGnZ8TzNXbEwl9u65j+mNxO7z0J\n9klryawPiSeJLYDXHQzRkuLMtnIo6zneFokZvp13OWJUnwuCmGs+5j39aJR9\n9SQFVxDcs2griowq7lgaxDI0EM5knwRPwScVtXLKIPbtVMwCs105FDML9/sA\nrq3Q9pXG1JzTR7K4/fjDZNZYyZkRNYCD51xK8jQH7oxZFQ6oTsuH381nhbj7\nzykO/4xSVi9vbofGvm//S2xE57xOl389G35naxcIcpoaABlX3mwYTh91aexi\n87cY7btzGQNbjh5wMxXV3uHZdL4Q8FCcAfYQRscVqr47IgFP4kD1hE9KqPpC\nJGugvsz8cE3JR8Pc0JuCX0EynJyi82PgZbkt7s2HK8MsuARPuxngXu7//+FF\nQh3cALOu+koGjAtIfFOUeMMnHCvWAhy+9jm/wqIf6u/xmJD3lE8MDSetxJ7I\nsoxPDVxC52Gud85afgGEJKc/R+okUUG5D8FXiAH55sh8Qj187FszUzyxTFOK\nBHAs\r\n=Et9g\r\n-----END PGP SIGNATURE-----\r\n","size":4363237},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.0-202172505352_1629853314900_0.39120304547192064"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:34:27.801Z","contributors":[]},"3.0.0-202172555844":{"name":"@firebase/firestore","version":"3.0.0-202172555844","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6","@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-202172555844"},"devDependencies":{"@firebase/app":"0.7.0-202172555844","@firebase/app-compat":"0.1.0-202172555844","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.0-202172555844","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-fL8NEXJ68qdD0jSZLuLIgfbux8y5vftQi9d1IrI54+fu/qkFDbg2b8fBvG3Lon+9hD61k+hm9W2fLWGMalnGxA==","shasum":"75c14992b0d633c9694cd77edeade8af67794e03","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.0-202172555844.tgz","fileCount":1409,"unpackedSize":21885637,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJd3zCRA9TVsSAnZWagAARiwQAJ8dZJSTqM6ump/QgVSj\nROmvyEh/kqL2758+Mo1LnIKHysda9JnSrGFVOTerb+3+tLEpBPXHGzMR1Lph\nIKEJKDY1NKoDsWtAn5q6fmFOewdTeUmlwT2ET+08QMbjiIKKHPF21fNtIrRv\nOKrmHswVfSzWMK41CqN4ZNozfrBE+P8czGDnpisngp19rvoJ95+G3KzdPD2o\nqQWwhjhU7Jx17OaroD+eugaVzKeYcZtX6amqBRfQTxM8z9rjZJv5xckopadk\n4hzhxmuz3F62GxyQ1jHFgx5akowlOVKyGX4AFbMtDKwd0hyIeF3mj+Am/kpP\nDDP1pTwganaT6mWD2TRzDMlbypOmqg07c6ULxiPIImS5XcnRcxl+JtaGzbSd\nDPA+Tkiu57SgJ0VRzXxDuYY3uXu8voXx4CIR5nGyRoDWEfHah0k1IQcjXm+Q\n9hHh/FbYPvDImuBfYbmC2TV9nNDtcimYFCpyYG65WAcC4Dg6i+LW2Ix+Yvo/\nu7j1ew6Cr9sAFnxomRiFZ/oKdUkYaGHDszDqUuV4Xq2lrtLdhWSX9dy1P4Af\nous22z02B5dBM1s2hXWg1x0TQLH45TIk6IXpknpiE3BoQXx2IU2noJLJ839C\nYDSL3VeYjfC2j6Ls28EsTb4Ob5TiCIhfCWN0b6puF3hql3Bh2tjbMpfI55eB\nq7JM\r\n=obdC\r\n-----END PGP SIGNATURE-----\r\n","size":4363245},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.0-202172555844_1629871603455_0.9160188243876695"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:34:33.575Z","contributors":[]},"2.4.0-canary.890f4f820":{"name":"@firebase/firestore","version":"2.4.0-canary.890f4f820","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.890f4f820","@firebase/logger":"0.2.6-canary.890f4f820","@firebase/util":"1.3.0-canary.890f4f820","@firebase/webchannel-wrapper":"0.5.1-canary.890f4f820","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.6.30-canary.890f4f820"},"devDependencies":{"@firebase/app":"0.6.30-canary.890f4f820","@firebase/app-compat":"0.0.900-canary.890f4f820","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@2.4.0-canary.890f4f820","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-SR03HRScp+eDaQdpvWH7vp3zgz+7UijkY0YFtUcCOnF9idvLSv6BHrCtw7af1OBVBnqG8Nd8gwytMG/gT1/COg==","shasum":"29edf752575288d591b5e25047aa5e0a2d448488","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-2.4.0-canary.890f4f820.tgz","fileCount":1409,"unpackedSize":21884411,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJe7FCRA9TVsSAnZWagAAraIP/3khtLFrMhcTrEuCALNb\nvUu//26/hR1m/pVAzxkx3SF2K05x4l0ZfJuY4gPvkRW4QGy7lNAfxRXwrkd7\nTMYf554zm3fkwWVrOTbGl/VguiCM9i/GH6vstHAp0qWUJhVWUPLdRsK2VyO0\n/vHWTza75sNnwYj+tiVlkr9yGtiF34JXRXBDBvi6KwOvtSq/0LXTRvjFLmkq\nf9fGDqEhxj0H/0IWvGYG6Z0fiaK+t70yNi/EkgqrjZ+iGT5myLHlrNyLjhRK\nnKLDbqC5jbBR1ykBQJP/9bgj249omcGi92TVPHRpqVnSSvGmKTpqFN4/AT2w\niQIzqSzsYpGQzwoJUvuqpwInvZMsqA+k3lOcvP/B7AeuKVa5Oh7Q64sZdORT\nhJ1R9aDdENRrXhQZW1BtmjFvk7KkG/LFsBCQjweLZm9j/BDh8uQkqEtUq+rE\n25uGOJtsx1+MIaZzPDYZme36xA1SXT81c5UvbUt4d9UpL5IdK67RtO2hwM54\nP1AfP4OC84z5czyMUCL8uw6K23HitahtCz8KjBtHRfFl7WIrcou2SHVwWOPT\nj8rZIvgx+2Bgp01RrChkgGmSMileSb2XVhBqjEKW25gHd/qMQAmLNjeBJEc3\neX/kGNSVD8Z1KlG7/wRk3KpmENOd5jOcjhDkgMmqCbKtDq+h7+oJCM58g7gs\ng4g+\r\n=3wJ2\r\n-----END PGP SIGNATURE-----\r\n","size":4362957},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_2.4.0-canary.890f4f820_1629875909460_0.10666458851596872"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:34:37.513Z","contributors":[]},"3.0.0":{"name":"@firebase/firestore","version":"3.0.0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6","@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.0","@firebase/app-compat":"0.1.0","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.0","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-rbs5EbU/01f7NKHDtedBowpBlqnkVnQlpIuSX5wwGMiPgH8f9pMhh59JMk0cTaSqsJXsq3KvafWAD9SqWIqe2w==","shasum":"f7b8cc3d8d28b85a901fd66df13f4d61dcc33190","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.0.tgz","fileCount":1409,"unpackedSize":21885118,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJmz0CRA9TVsSAnZWagAAgaMQAIOj5i1kzQTlc+xm4pWi\n5M6AJFJjIq7zd1DTJjbyNPK2XrjeEP3CuQUtvjTVJYRjGXtN577RACL4Uwn+\nSpJZJ2xfEsQ1Hr50WQ+x3IyOQ6UAAewnEQ6Nq0OS5Py0Xlt9/BwnA8z1Rf6v\n8InPn6smtEcQ0aZaNsJhKQfthsg0UqMnFRp3HZmTkWsqtFudBhkaHkg+j22o\nybGEXGEGBsYCJl+9rWakW6A+mMF+5q7+fIH+Q9MrlEGwc14C5UIn99FJtCtS\ncm0Q4gVqSB3oLWmeTcK+ZcrULBLMcDe3AJ+pxCtM1ZMxVlpqurVYhJSa283z\nyVpJTs0g2u44wY5P4TGmsuxWd7bkLDXDO0+AZxfwodqNY2z2n98Vm6DAFw3e\n46T5myxLxEjYMrznEpsWV25sl4vmEy7P7WzbWddRswGkzTpComR9NOcl6glE\npKyyJ2P1quT4xPkSQ42sYk2EwPJrzdMIIvJRwJm8dXn6Pb0Oq8PMEP6tRcL8\n/hk314ZpdEeCeD5c6XoP3ZJN8wksDrUrxELvFjcTHIke+rQH++aUjFUq7JHX\nACLvXPiGLDCNpHW1Gbu2X6c2wvtNxWwaWNIbqRooy+6v9j3rW4giUH8V+k3v\ndgWivfBfPKkx+3O7AbvDdGqdYwdNm69BA5v8Zwpdu1kvh0v78BzYVZXkNOU6\nFwNK\r\n=jGMu\r\n-----END PGP SIGNATURE-----\r\n","size":4363056},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.0_1629908212294_0.06404146510247899"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:34:39.311Z","contributors":[]},"3.0.0-canary.280be6d8e":{"name":"@firebase/firestore","version":"3.0.0-canary.280be6d8e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.280be6d8e","@firebase/logger":"0.2.6-canary.280be6d8e","@firebase/util":"1.3.0-canary.280be6d8e","@firebase/webchannel-wrapper":"0.5.1-canary.280be6d8e","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.280be6d8e"},"devDependencies":{"@firebase/app":"0.7.0-canary.280be6d8e","@firebase/app-compat":"0.1.0-canary.280be6d8e","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.0-canary.280be6d8e","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-ywJuFcMUkNuVgH8Nq22F8ND3LjSfx9ZzwtTQGfti8aR0ShJxEaI0+U9SnucjcKGtwm/j16zrt27HbkfRE6s0Dw==","shasum":"f1f0fa5d7ca29c92b5ef50a95809bf0fe2a567f5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.0-canary.280be6d8e.tgz","fileCount":1409,"unpackedSize":21885598,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJnf0CRA9TVsSAnZWagAAGE0P+we8o0gez+ylkcZQ1a3R\ntmaaFH6qJM8N0N4P6EslN7WXRUmy0IRvAzgyDhL3F/K3BDXzhvs3gXS9+pWS\nxEWxv+Eh6V7tKWvcZm97YJrzfmopRluV1hZKC6lRR0sxtr6muXqmaHkUAwtl\nRIGveIA70GrTQ+HaDFMNDmnpUL5vD/D/sxKKZadOJY9bqR0mVBq+IH2Zoc2l\nHqqnWQUpP8bHMSWuX5lKCqHWNOc4VcwYlF6ExkhZ+iFbwCKi6epoLeRNRp3+\nHFmCr5dlp2+abvcUYgnLADAWpPTd2YFLg70nIp600dRUU68k+Xi3cm2CCrgX\nh5T5r5up9hFSCLeB+aqcLhvIrX6a0Pyw9eTikiHl31arMddVACSXCSPhIRqz\naAwGGbckptDHnvAIyT3FnHllOhejG512L/UMoM9Ixszv8kU2sD7DA0d7oEk5\nIkz1VHFfUM8NictbhpBllD7XJJYbEVz2AOMHrqSsOhBXgD0tcOvVNafVVAda\nbRIkV42i2vgqNAOtJmW5LJOIZ9kJXkcpTSIonM5mtVOkzixrZYgmvmk71ojP\nV8FZGqmdQ1qi61AqEDNkoz4cCDRsB3jH6dwZUJgnKhQrGy/bPBAU5nmcn+5B\nmy/ML6SAVt+XE+nOdb/WdaOj0JjvrVSR+JLZL/TJm49uMmeyQLqwC94UEmcJ\ng01h\r\n=0tQg\r\n-----END PGP SIGNATURE-----\r\n","size":4363182},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.0-canary.280be6d8e_1629911027790_0.08183947645765666"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:34:43.978Z","contributors":[]},"3.0.0-canary.d0d3acb10":{"name":"@firebase/firestore","version":"3.0.0-canary.d0d3acb10","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.d0d3acb10","@firebase/logger":"0.2.6-canary.d0d3acb10","@firebase/util":"1.3.0-canary.d0d3acb10","@firebase/webchannel-wrapper":"0.5.1-canary.d0d3acb10","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.d0d3acb10"},"devDependencies":{"@firebase/app":"0.7.0-canary.d0d3acb10","@firebase/app-compat":"0.1.0-canary.d0d3acb10","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.0-canary.d0d3acb10","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-Qmcou7XUmRdus8zZnE3N2fpLAAJXzrBlzfBJc687dK9qmAmB/5fWhbPqUVksjl+0j2GXu9PXpMxdD+z9qp9/lA==","shasum":"3ef9eb698d881fdf610d7fbbd266cf160036692a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.0-canary.d0d3acb10.tgz","fileCount":1409,"unpackedSize":21885598,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJ8sFCRA9TVsSAnZWagAAJ0wQAIgDPMRBXtJVmFMJ1AbK\nGn/HB89k++6CHvTd7yK+mbwlLQEnFMAYdaU3MZ9K0tWIuoWvohz3zOrNnu2q\nqovoEIXOY8yge7r/GchhZ3WggwAofaA0WY2Ubt651XB2lJVR+bDqisea6rO1\nCUD+SBRTSzLiMZ+Xf4lEbSVO/hoy5MC4nkfGZksmAhWLdUL+PyxVOXOc5TyV\nQyzV36fWdHHm4K/iJRqpSelluwvXc0bmSu67hFc7tjDXcXdcpP49OyMQaJTy\nM7UAerMsVkgr2+b7fdiTnbSAu06aTLEMK7e919b02sNdXSJXjhkFF8Ph8pIy\nBxdRllnifLp/Y+8Lnd8PQVHoX6Tca6Q6SQNxLJ4p4UQlGenXxCuAMExCt5gw\n5LSWXv3GqC3amfi9xWjTa/Tip5xY5FIu7B8aGONuN++RZ9DkdXD/ggYkfwT7\nXFFVozBcMa1t/bhEZ+KyzLVKn//AIjJ04hfZVcgmRZgvVTz+gX1fuVPRSTX+\nZ4wtJX5AlIQ5NCH1NSSgtf1cH8dli5IiEYjWKge/vkKSUZVnmuTuhOd4y5W8\n+h79tSGlZrz1MYdJ4BXDlQkDDwLL/E8KPU1EhoppTm0FUI+IlTYjArAGphzN\n3V4K9iVyeA4PuYCcchh1DFbXETirMOXBDzBz/JOxB8SwH6w1jGJ4d+DEWZKS\n2TK0\r\n=Mgwe\r\n-----END PGP SIGNATURE-----\r\n","size":4363176},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.0-canary.d0d3acb10_1629997828962_0.2673713272246647"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:34:47.297Z","contributors":[]},"3.0.0-canary.c8701ec7b":{"name":"@firebase/firestore","version":"3.0.0-canary.c8701ec7b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.c8701ec7b","@firebase/logger":"0.2.6-canary.c8701ec7b","@firebase/util":"1.3.0-canary.c8701ec7b","@firebase/webchannel-wrapper":"0.5.1-canary.c8701ec7b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.c8701ec7b"},"devDependencies":{"@firebase/app":"0.7.0-canary.c8701ec7b","@firebase/app-compat":"0.1.0-canary.c8701ec7b","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.0-canary.c8701ec7b","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-aQuA1Qnb/Y0MhSqw6zosuqDfw8TnCnQEMNSYU9AR6aT0/q5gL0Cd5cBIpTKZ8LQnoosgXBry5b9DbvgwJBF73A==","shasum":"2e303ce1e7d1444e72d7d1d953efabbf9d510488","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.0-canary.c8701ec7b.tgz","fileCount":1409,"unpackedSize":21885598,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJ+LvCRA9TVsSAnZWagAAHvkP/3wHGDoz3edy17Y+ET9N\nTYt+EAAKWdyDFxDIJSOLWNfY6sqnxVjV7r8BOUpTb6JgD7hU6gI1kFRjcHm5\niW20yzIXI54qxLWAk+W5sKl3GGwIjjQ29wDHPjxfop3w8uyHGFcy6oWMt0WE\neHnrhMr/cOnZFg0Vo1aGEwzrHLNxlNMFNC2ICP3E7BBXI9Xkzov3e29YcN+O\nSXas82cRDfjR1OK3fordYdmONDwElJxD8M1D8U7eMOC1N3CXjL+sKfuqQhJ3\nbGGRRokwhEsE9Mu1RRP1xodmDAk1+vO52Q7cNWYC4V03l4AtGi8KlUmYeeX0\nXjn7o5CzPM4q3LSw4I81tY6o0180Mgp9c7bm7XzTcUSCcPDcvb0XEGC1sRzt\npFKj5ubkMv/9881V1wwMhVrxegmfuHfM0tU5uDZSYFfCj4rpK/sL95479Tfr\negYK2NJjjvUFGQt9oE3mXo5xCokVQ3h2EijjYFHdfR6GrKMt2fEIqTKmoe9v\noXzApU6U+hnvMkIU4ghvtlCFRApPSHuKHQQFQpt9OMORCj1e3edNG105GGCX\n+21Al7sBAkCr9zwbvhkVB1VvcDmTQ0oZefJ+IoS248XAccvU9XyToGWxmfEm\no3TryzjNB2W+NO1bX/ou7Zw0MnS+wKQBLfrSCyFa5w4c+D+Sz4DkJOI+YEd4\nix0v\r\n=/uuf\r\n-----END PGP SIGNATURE-----\r\n","size":4363199},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.0-canary.c8701ec7b_1630003950946_0.7110770723994477"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:34:50.556Z","contributors":[]},"3.0.0-canary.8b8ec0d99":{"name":"@firebase/firestore","version":"3.0.0-canary.8b8ec0d99","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.8b8ec0d99","@firebase/logger":"0.2.6-canary.8b8ec0d99","@firebase/util":"1.3.0-canary.8b8ec0d99","@firebase/webchannel-wrapper":"0.5.1-canary.8b8ec0d99","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.8b8ec0d99"},"devDependencies":{"@firebase/app":"0.7.0-canary.8b8ec0d99","@firebase/app-compat":"0.1.0-canary.8b8ec0d99","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.0-canary.8b8ec0d99","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-E1uH9VRgYsCeLDsYRIGgx5Ed9IGHCVwGYHIwNEtIItyURwcQuaZcgjS7HgT+ux9fTY1Brv8gR90nA/Ric1bJKw==","shasum":"4e9dd7aebd2e2755deb004cf2e977e82e0e774ac","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.0-canary.8b8ec0d99.tgz","fileCount":1409,"unpackedSize":21885598,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKADjCRA9TVsSAnZWagAAMNoP/2/1TlhfacO3iEomoBEV\naRgP3YXeETzLDVfAY57Pf8z8vxVmYYG3Oy5qVunLyKXhpkX4WoUv2QKSIakF\nsvTKli6MJEHjW2bXRcUVQE+S5LHtipyoeNwjclyLAo8t5v7x5MnySeJV1/8w\nBMBS2Za5v9ZR7DDvJ2kXtS5J1L270w8fbB4/c7HwgtasDhqU6j0JpTTBPY5P\nORtdaIafmpqArkHRmRtpW0Z1EO7hPIcQP1Sz4v2IIlngvkrITYJLyTYO+Rm5\nC92E5gNNRiKrXea3CU1cckkXp/d6VKv/ig19+6bvNkgeg31AMYcla2sa/3k9\npPDFK8UdHxRTgDY00eJSfxio/WJoKVOUmZEWyTHOASQRmxB7KSqMZatbm9am\nw+Lz1uzPaFKw2i1GtHd+eG0T8xHcziVvRF61pULCGa0eGew1QnfL2ZkfMlzz\nmXQ/4vgWas0uygjGjfyDBCYjTe8APkePqm+vIchgkwg9ZPuGdnUm5npY8i1R\ndML4yo8UYP2Gg4dNySKSTrW8RwuJXyQPGZanvKxcHj6FjhQQ/gti7Bq5bzO5\njP48msB/T8thDh8J7uxPR592KCPnuPHZNh2ZKcZyYC6/qFU0GZeMFNuvyyzd\n4IhAM/xhwk7kLRFrN1jfawAmKhK2fiMWb7+qsmVAPfMLzj3W+7MrElxbGP31\nVnIt\r\n=ASAJ\r\n-----END PGP SIGNATURE-----\r\n","size":4363186},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.0-canary.8b8ec0d99_1630011619590_0.2305055425803464"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:34:53.822Z","contributors":[]},"3.0.0-canary.509c18fbc":{"name":"@firebase/firestore","version":"3.0.0-canary.509c18fbc","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.509c18fbc","@firebase/logger":"0.2.6-canary.509c18fbc","@firebase/util":"1.3.0-canary.509c18fbc","@firebase/webchannel-wrapper":"0.5.1-canary.509c18fbc","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.509c18fbc"},"devDependencies":{"@firebase/app":"0.7.0-canary.509c18fbc","@firebase/app-compat":"0.1.0-canary.509c18fbc","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.0-canary.509c18fbc","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-AlqWkEyKRB1oSW1d6Bnd18JhPgnIW4/bcVzWo+tENGHgM/XPdyWdsH/6UrwDPDNtO4dHdT8bX/Ak/9Q9YYpAVw==","shasum":"8be30424519a1feba8b4c3c02c66c63ed8f2d6bb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.0-canary.509c18fbc.tgz","fileCount":1409,"unpackedSize":21885598,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKCt1CRA9TVsSAnZWagAAVOIP/00lsMB0sbkbUl+b8sh8\nUs//pvVCjPygrXuyMl4cyoHCmThnHQhSoKGekC+2VnjkyQR+OxK51/5QZuCM\nyG1U+Ojq0641B1zzfqG4KiZSEw2jB9rFcTaFBS56pCbU++MKbhgFJ1+jfNEv\nUOmDZJyXPU1mjk9zkLN7Mgk3BZOPYgrnOXimpuBRLO5dFE7TV0wDJi4FIr9U\n+9V28OefV8Z0Fh9KegombQmIpzIUYsW3JP+U6m3Jgjgfh9cPuacjSDJNAVZw\nTPn2V9KRz92KDvc+Ocj1u12Ew4Nh+glPRpz+prkW4UHY117185ihohTc/ygV\nufnEiAZmPrRNteliWWwPCmQiLcU4uE4K+mTuu0hAmnw2FZQw1qQsUNOsmzwk\n3PGJtEXdunB33SldqehaFNISn7NWyOTFBb12AL8rYmWhnorn781wFQlh5pKy\n9UsjeUDaZcNpz9WjA+WA1c5o8rFVcnegrB04j/aJ5EJftbzHdYd2+nzqI5WG\nrjmuHY/t28V4YzpSUPbe0UU3TOud++ks4sf/wJrRF/BUAj0hRCs1ESB+6tyy\n/lvq+s/TnuPzft4KSEGdSZlCpcVUsX/3cHSgWZ4RYBR5Cokk3bLe6+fVZyrE\nuZBRET568ecTO8xy5tHuQ9JvYb7GfXnFtiYIa8da6M2DIYVdppwbfhHGnJ8R\nlWwX\r\n=5sZa\r\n-----END PGP SIGNATURE-----\r\n","size":4363197},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.0-canary.509c18fbc_1630022517008_0.7684609626646808"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:34:57.376Z","contributors":[]},"3.0.1-2021727231341":{"name":"@firebase/firestore","version":"3.0.1-2021727231341","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6","@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.0","@firebase/app-compat":"0.1.1-2021727231341","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.1-2021727231341","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"integrity":"sha512-PsQcAWYcv3fIau2zD18UksLwRLlAgAGz0eeXQWmjtqMBJZuiabuSF+UqM1XKuiZJjMYltOF66hgcRpdW51qphA==","shasum":"f1834757b29b8f5d5e52257af56758e77ca86b1d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.1-2021727231341.tgz","fileCount":1409,"unpackedSize":21885841,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKXV/CRA9TVsSAnZWagAAFQ0P/0b5Jm0OfeYLKAUyagf1\n67htcC51gnhTl83K6pebqs+ar6Z5sFCBgCvT7/Fr97tVVuCm5tFquQz+UWLZ\nrhr3HJaaULPosNqiXw9V3SkOZ9CYOo65hnTp9bFxCcNGZ9i2RH+k73GFiOg/\nOP/klcQcb+72suZZBXtQINYHjeiBCPHZ7wVj6Cz0YisDQqk9aE1reu379/Ag\n51bFjGzeA4Re41Ri+FQ2TQMnaelYXE/MWf86rhWBHYApV7HM+ozGQ+z2r0ko\nSfO39ItCedb3QfxF9WrP2PTzk1dwrDxrM09j9vIyy2mD0FSkatnARvXGUokE\naVGvaqS5Y8LdyiD1hEkTtL2R40m1PEnweEjDWq5wFY4vHHjP1PA461X191/K\nTR231yrIv9saQm8Umto9Sq+F9BvmqUxKI+9UwoV5VeMzooWC/dqDNxjt2b6r\nPR8o1ByOuGzcHRm5QS5r40HOgaU3S/mlbLJ/DzvK6K1oVeNZuggkchVTObMA\n6dYuHasNsh0srl9TemEMsW1QdVh+ZaHpa0tO65alj4iThkv+xdzCoqn3TchT\nXKYHVHjV4Q8At5vKaaTqfKD4I/gw66bv8fKX/RC3U2wtlF6jPRCT4uW957xm\nkgrmrp/KjLDcgZofbArKx1aBgC3x55oSDZdbmdHDesbWAhZ7yjPh606cYDD4\ntPIz\r\n=3gto\r\n-----END PGP SIGNATURE-----\r\n","size":4363264},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.1-2021727231341_1630107006760_0.435715166289006"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:35:00.038Z","contributors":[]},"3.0.0-canary.3a50e2fdd":{"name":"@firebase/firestore","version":"3.0.0-canary.3a50e2fdd","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.3a50e2fdd","@firebase/logger":"0.2.6-canary.3a50e2fdd","@firebase/util":"1.3.0-canary.3a50e2fdd","@firebase/webchannel-wrapper":"0.5.1-canary.3a50e2fdd","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.3a50e2fdd"},"devDependencies":{"@firebase/app":"0.7.0-canary.3a50e2fdd","@firebase/app-compat":"0.1.0-canary.3a50e2fdd","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.0-canary.3a50e2fdd","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-EW2ZbS8sPutUpC/dSnUjNTzyTJP5ALl8oUTF45vEQmOOfmFwAl8PzS41eTe/GQoe+L7gwnzMw0t3E4q28JY/4Q==","shasum":"f334ece39e2c0490e867322a911d5bc902dd0d76","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.0-canary.3a50e2fdd.tgz","fileCount":1409,"unpackedSize":21885598,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLRcgCRA9TVsSAnZWagAAD5kP/jKtxx4eYCTav8DlpsOZ\ndOpkkHeMj2GjyiGnxwckzDJKJfizezdjz/VFkjwsWR2cw/56qYs/PU5akZ+s\nO/tvM6rjPyX/iLE82AHwD00oWsoPwYInVchIQgdIJe4Y3PelPpGZzKasNDTM\nj21VhU+FPfN4BRMeVd1DEN1tHHRAtMA1Om9nCljn5dLRL3oxzYwDZoKLL21c\nZOkzcIAnNMtVsNAkRnj6NQsI9Pc5Diz1Grql+RvgWn0/sM9OWy5uWH90oEes\nzdUkYFD05eMx42GkPtzN4mDgk8DhHUJjKN6SIOCKOYYkl4KedQ8E54HvT97w\nqB+0P63wZtRh/z/G7OOnH+ij7pvDtFj6nh50MLUo6ZK8Ihg0ojroJc2IJrQH\nkvGIVFPCKj0Zkq0WIs/AGZ0ma0jb9Suk4ostRpROU+HieYA0k371Ok8Ud2Yx\natE54WOAm3RphP5gvOynwtcQap6mATirRpnplq3H29BpYWw/zYURtXHGNwJA\nqZ3inlAF+XS80Kurh/Ot+dMITKNd0LEnuQf0QDtucrF09fHBQS5T1ahiQ3TF\nMULFBNA10MxZzTWOY+tPGegVrt3yL4BQU4tzgBqQ0kGddWYSYEucASTLwoL3\nBHG4PF+t+9zAG1lRqw0pHkQj3R6B35bhGguv3d36MY58slVXqOGWwHFTwXii\nbKFx\r\n=/ZSq\r\n-----END PGP SIGNATURE-----\r\n","size":4363186},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.0-canary.3a50e2fdd_1630344992336_0.6233570538028144"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:35:03.415Z","contributors":[]},"3.0.0-canary.6163bb282":{"name":"@firebase/firestore","version":"3.0.0-canary.6163bb282","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.6163bb282","@firebase/logger":"0.2.6-canary.6163bb282","@firebase/util":"1.3.0-canary.6163bb282","@firebase/webchannel-wrapper":"0.5.1-canary.6163bb282","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.6163bb282"},"devDependencies":{"@firebase/app":"0.7.0-canary.6163bb282","@firebase/app-compat":"0.1.0-canary.6163bb282","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.0-canary.6163bb282","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-DtAUqBRyLNcNc0qNBgONPfCgNIuI7SNp6buV/aoMaUIAGwm/lmpzXmawbfVeex6mewSp5vEeorWNdzF3g2RryA==","shasum":"36acead54c8c888cccff05173daece393d0c74aa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.0-canary.6163bb282.tgz","fileCount":1409,"unpackedSize":21885381,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLRysCRA9TVsSAnZWagAADpEQAIWDivU8HTYA3U6hNRRI\nvq8pzAgCm6gmZZ36S6fDmW6hhwo0u/5IxfLz5MpwcIRGI9uoSisdiCCEBbWO\n+SnP8gSfY4jPEOab3+j9lVQvgXX9Yuba6V6MzRlkvlo3jj2pU0b6Xj6oD+bS\naftLQ3nt11rXY5UE15WIz4py9aN3aweBB0WTV6bNgOh23bvofMqogFs1I0Q/\nkJ4lAe73t7/OX7U9eMS6om5jdcXe1rWFR4DUrIVtI9PqAmn+10CmbDxx7ROu\nD4G/b3Ot/UwqbDYrafJrsbwgP8b1r0wuMkud59NvARRJiv/MqRosUjkicKmV\n0cLrjdeKhxeOCz+eHQsI1sQhPq1nIgOCLXPVMA44SAlNm+SzjHIC9DOi/1rh\nHh6GX5+K79oitsp4l0pY+ce3fe1y23x15+jFIhcuMopEzL4ACfsw1iM8dQ9L\nycXG+SlFOCTyP2CkUFeL1Uc/soNPP4HXiyvHGucEg2Ha2y6jjlUTwxabsXSH\nkROuSLSSCLrO1QSA5YZXNv+hOBmjzPBaKq8b201ZyX2iF3vUzeC/8qg43lU9\nyxvxZALxqsWtl7BOAe2qDIfog+dH+1TVQY4aoSGCk23/3Vj0bIOpvmNntkcG\nharn+pbyZ0hEEuEcvx37ErPtDljyaRVwhl3HDA3m8cTjJ8ZhRJI566vXF5xi\nFKtV\r\n=LAST\r\n-----END PGP SIGNATURE-----\r\n","size":4363099},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.0-canary.6163bb282_1630346411869_0.7284143174221798"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:35:06.072Z","contributors":[]},"3.0.0-canary.1b33fda40":{"name":"@firebase/firestore","version":"3.0.0-canary.1b33fda40","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.1b33fda40","@firebase/logger":"0.2.6-canary.1b33fda40","@firebase/util":"1.3.0-canary.1b33fda40","@firebase/webchannel-wrapper":"0.5.1-canary.1b33fda40","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.1b33fda40"},"devDependencies":{"@firebase/app":"0.7.0-canary.1b33fda40","@firebase/app-compat":"0.1.0-canary.1b33fda40","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.0-canary.1b33fda40","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-zdWO3EecjL5jt1ZNuMdihcSK66v0lnV3XYLMjIej4Gn/mQDYWTAjwMtEtSbWchNUq1nnPqXnEdrYG8F32C3jSA==","shasum":"3359cc71bf71884569d3fcbb2cbb809797ef0069","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.0-canary.1b33fda40.tgz","fileCount":1409,"unpackedSize":21885381,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLRzVCRA9TVsSAnZWagAApQQP/jBkNXLgdRDoZeJOEk4k\ncjwXT1JSoTh5v44kGgt/xQBoBKPqq+a1IXmhhbtLVTJHsf3YDjzZDKQC60Dg\nfJlYqwjC7zpD6IoW2hRbgh13kOvnRvJY8v2V1BBJAfV+iVXFBMzmXN2h+A30\noxuchY4x3BSdx19VaCUNu07XmMeQ+zrr71VJBvq09JkJiwQKTLyuPjk8OfCX\nxU5B53VI69YzworoeHf2AF5uGHSjqxzw2FNBhZPlk7OjNveP9UF9j98Kv742\nP0F7QYue5/KENjReIRDCXnndRgVImo5JCv2Yv+9n/aWp8iaCKJSxSZmgN2xK\n6qflMG5uq8U0LuCielmjaMDnM9n8vKfjNqnSjx1XwseSqKbqqCsT2u7eCcS9\ns6a9V/2F7Nmq+2W0C4f1oaeJWRGF90l/EDHzRZIBLX+XO1rP1srNieAcRbzn\napqTAe0R45tb4epOIc8OzJOQ7G8SJ+H07MWrS5pmNM3SnoNKPMywnF35KbfR\nurFcIE6MFRwpaLPo2l6mFqdwVFbugOgoOQ2jpVf1sOa3t2vgCcSpp2FKWmOC\nnqmBQGipcDPxDEtY2LjJU7IBn3LIjIhBuRPx87ShypuqxMM0MiBZ27bXn6mD\nxSrn4QBawraQFIX8nLRMq5HsxLaDww/Mjuwfn9UL6+lpDmtKKD2C8bQ+uzNj\naWDI\r\n=tLkM\r\n-----END PGP SIGNATURE-----\r\n","size":4363093},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.0-canary.1b33fda40_1630346453233_0.2495825888705252"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:35:09.313Z","contributors":[]},"3.0.0-canary.66596f3f8":{"name":"@firebase/firestore","version":"3.0.0-canary.66596f3f8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.66596f3f8","@firebase/logger":"0.2.6-canary.66596f3f8","@firebase/util":"1.3.0-canary.66596f3f8","@firebase/webchannel-wrapper":"0.5.1-canary.66596f3f8","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.66596f3f8"},"devDependencies":{"@firebase/app":"0.7.0-canary.66596f3f8","@firebase/app-compat":"0.1.0-canary.66596f3f8","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.0-canary.66596f3f8","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-QKuJVS4oKgvcwshzeZoCfn+6WmskeaUsRQrI0y8gBVKT2RErtbZ6aq9dpcQ9SmymuQhQTJxdHU2167kxOWtfCA==","shasum":"9a47726d3febefb90128acadda104076e119b9c5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.0-canary.66596f3f8.tgz","fileCount":1409,"unpackedSize":21885381,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLR04CRA9TVsSAnZWagAAVX4P/28LKrMg8Av+UQNBHY6r\nu/CanANjH9ylwkMkJbbazdASZjdEcW50xqqpY7gSQYD8E0mrhROALi7Q9gA5\n/7vU/IBd/NLtGojdbXQk3qiuMYTbjlmpPSPPTF/jDX0N0XcTuVtqM9oSAf+O\nYQ4sQfYDIdN99B2PpfFGtrDgGU94AJse7EPys7bOIMpD7J05VaTUOM2S9y1l\nZ/43T2Kvg7s/+8Y5VdOu8+uQ5Kn7FoV8f08n5taJPlBPaRBf7u2E6zyoNOFn\nEr8dm4yFYIfsnAQrJKKoGqtpaSMnZCIf9AJkEo3nuy2KpbxJ92P/lloP+PxT\nA/X7+deEOo95svp0T3NzL/VBo5TAyRTkII9TbRrC2YirDo64QOwcIlF2hy6N\nlrwdoN4oSsCL7ihLzOkBDxix/7Krq0jltDTy9UOjhTUWL7K/pssi2y9EUtu4\n7xK8lUEJET26r8DnNBFG5Lh8N1SNo2i1V5tNdFC33TnesTEwrjaQFt9YGvVQ\nstK5F2dgvbSUTONgk0tHOYDZQ3ICGjXgnkc/yGh2sy1+pYCIw2sNra/gpYHF\nC1M5itvjTMbP8K879c3B7dJ8RRCglYg7SllDIqKWYwKjRjqdAZ5mPBFksKDV\npnbl6vYrzO0WeSPw7yr4SU8LFbBfxRaxYHdMgNeW6TGMtjmxjbu/hzBxHJyR\ntweG\r\n=nKZs\r\n-----END PGP SIGNATURE-----\r\n","size":4363107},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.0-canary.66596f3f8_1630346552528_0.4514207770462899"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:35:12.568Z","contributors":[]},"3.0.0-canary.45db2b747":{"name":"@firebase/firestore","version":"3.0.0-canary.45db2b747","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.45db2b747","@firebase/logger":"0.2.6-canary.45db2b747","@firebase/util":"1.3.0-canary.45db2b747","@firebase/webchannel-wrapper":"0.5.1-canary.45db2b747","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.45db2b747"},"devDependencies":{"@firebase/app":"0.7.0-canary.45db2b747","@firebase/app-compat":"0.1.0-canary.45db2b747","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.0-canary.45db2b747","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-zV0OtgQtAeSWH9l2MUxK5/bplJX3yIklLqgfiWef5hIJ0tXJaokhf/Kun98S58RtZIJhakU2JyEIxSTq5rXhtg==","shasum":"94440fd90bcb3cc6614ab613f4633072dc31256a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.0-canary.45db2b747.tgz","fileCount":1409,"unpackedSize":21885381,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLR1nCRA9TVsSAnZWagAAT/IP/0rNP8e0x/awu6TwctCq\nO9oWEp7Hnsb1oJDvciArom0MY7yH8u+VIobfT0tpefM35nZSBbTvczrX44Cg\ncvkLzE+sSybuVNf6MbjEebJ9NHInslNyQuJrQpDIWFVyCR9d2N2k23NTvMyr\n6V39EiO7sIe7yXcVZsxbuCszCWJzpkDrMveUQI95IQrySxpWs2digL4ZU3TY\n9Bo97O5OuKW8nQLX89IS2o9WxiZ+31G0OBNaJiRudKK7ThP/SGgTpFhuCvLS\nlQC2MZn1OSQb1W11/BckhnLFRVBuaI2sg1y/e3KUaLHaCd50njsRXqQdOPjz\nOkT83TDyXlKBjN7caAqBUXvRhRjwQ7Qpdj1NNoibGzMi0zr1COF3XK5o+xht\nCuyyHoFvne5i/4Z6T0nLVYFfrP5jsXCwimtBSIKq+cMTR1K5L2zBqguRYJMy\nq+ko+bZiWXqVvUrlpSpqpZ8VaVvie4qKGwisTin12lWnNMUs4z3ndBtyBzgi\nyvONOYIU30vFfiSiyeCypWa2h+Xlar85KzKHEnqYBeMo6huawl11jpR5paZY\nHoenmcyVzCydcTzdTXihpdauQsX0/vGsW+EHeZ2BhB7rrQjbJYcuSYM/rXLC\n6zPwYvm0S2u5fdrXkjpJK07pwmJRmIu7nOrIciPoiAjgra43khB0xvBbuqDt\nFrVP\r\n=h8V8\r\n-----END PGP SIGNATURE-----\r\n","size":4363097},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.0-canary.45db2b747_1630346599545_0.33760379794236073"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:35:15.242Z","contributors":[]},"3.0.0-canary.cd15df0d1":{"name":"@firebase/firestore","version":"3.0.0-canary.cd15df0d1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.cd15df0d1","@firebase/logger":"0.2.6-canary.cd15df0d1","@firebase/util":"1.3.0-canary.cd15df0d1","@firebase/webchannel-wrapper":"0.5.1-canary.cd15df0d1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.cd15df0d1"},"devDependencies":{"@firebase/app":"0.7.0-canary.cd15df0d1","@firebase/app-compat":"0.1.0-canary.cd15df0d1","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.0-canary.cd15df0d1","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-fX7Q+TK6MVbj6NdHIhjQN7GE+DzGo4OXNiU5MPJzPu8H1RpdtW49afqpwvuzck7yRtcu5DeYCPY2ChFRKV9k0w==","shasum":"4c38be49e4ad5c41e4fd8805a774b94a5d5f3ecb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.0-canary.cd15df0d1.tgz","fileCount":1409,"unpackedSize":21885846,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLR17CRA9TVsSAnZWagAAvO8P+gILbqBFY7ShNpRXtsd2\njz6HRA3u2m+jPvLPp7hYWrhp+cBG2QNBWrqyRlDBo5begrb5qrzFLNZuLJlo\nL5xnqFSh2f+5F3f++Wuw6ETgupw+kfQuDY/mi5Wi27wc3M4kduLztjRoA+dn\nOrLtZTVh9f0SNyDsrKRAEHepDYEChfSyzXKbqLyIT+QNoz4NO+Uha00FgfES\nhkWuEz3vDeU/ZIoH+ZKkVoNTy+Tzy/VdogkiWkHvfqu9XwNchJxr+GgYvFcN\nUwpwKaElKDLRsYlMdike0VtetMppqNQZLEd8QMXgDqOgRgvdplDBA2ic0ORH\nILchE5nSo8e9vuDCDT3MqDiOwH/IBj48X7meubcWKtsWF5LjCffR7tykGrUv\nm0s+97DniGMgd9VQWXVqvB5Nc5vLDue6Ia+mkF/c36t5lRTgLxh28rElUN22\ntb7TwUMb2q3YLryoacTCftVzP3LJ+TztKaUjZjvCYPD+WDPxepNr70JJHw0r\nMsR+m8Gtm7/0VJLWNvNFO4W0KYzYI1Vr0pmkHNeo/q2HMIsn5u76suUxYH2S\npp1VaqK3kDJU7LdL9usJWfYZivVdfBpzrmj+22YMg720XFN+y+eD0Yp+HMa8\nq3q3oqjwEUQYWv/nXrU0TO40FVFyHSBqIApuBp46p/asywa4GN4BA1C50bJS\nLffD\r\n=Nb4C\r\n-----END PGP SIGNATURE-----\r\n","size":4363242},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.0-canary.cd15df0d1_1630346619075_0.9635260103599228"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:35:19.285Z","contributors":[]},"3.0.1-2021730202621":{"name":"@firebase/firestore","version":"3.0.1-2021730202621","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6","@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.0","@firebase/app-compat":"0.1.1-2021730202621","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.1-2021730202621","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-x7Gda/IdWO3OuWFhANCHwiYDhBrfnbmm2xryUrRVx46jqzOMUJ9AQc4vh4US6ANDpZZRwdxE+Nvu1fb8/cfCPA==","shasum":"074eb0bd766dceb39f84612787b3fa9ee3a1708b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.1-2021730202621.tgz","fileCount":1409,"unpackedSize":21885770,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLUEoCRA9TVsSAnZWagAAvXQQAJsRMwcsB9dpM+rUX2A1\nmBlpqxocKOKtUJnxC3cL3JYkB+yUS94k+MKflWPUnM73ogXRb971lRekcx8O\nJqccc5V5OZ9RZ0ub1jwjeG7DGPiWWIiR/kp4GiqHHv1Fx4wRJ+nV62y5apAo\nPGzpg+lbFtHORCVyjWFimDycOv4iJS6QQ6KfP/vGeDuNwkU2eDM8ByNxJ3wi\nTfu1vyJd9pBZJgwKysTmxGbT1SiwnJ3I2SxIybKgxvCkzjKcY2Ma6XDCmaqo\nQyCI/wivDzS68nf63Aaby6o0Sc5Z4X8LQ+moCEwT6glcA3N5VhkWhi0NAbNO\n12deoMIKOpXMDgmP7IVlfPQai0gT9O/f6oNfPprS7u/JlXMRFDyYkVnj2hVj\nirU5e19hgL0N5DcE0gdFBzp8BkJ7neZ/nq93RCV6WRWcZ2U4lXxG9sAeYJHq\n2MABoNQ9FU8zRZEjGb0U0ZCeVC6uF4Rs6YBWHesHDCLWVn+lqCJVllHv4leI\nZKPW/LL/s36nhuCg1yXxvMrRzwkiW2n3vNDf9z2OuhkLVQNjScFjr+VHzKfi\nLGfcPWUXCQ9OAhMlaALKTYDKGIYkD7EcMECTtsa+yssz2/mRkMF9uuQR5a+A\nqqO7rh2K9AHhhQdqslqOod5lJMLCey2ufUEux9bn6VGLmV+wruRFBYXfBg5c\nf5YO\r\n=8zyS\r\n-----END PGP SIGNATURE-----\r\n","size":4363242},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.1-2021730202621_1630355752567_0.9131851773743207"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:35:26.486Z","contributors":[]},"3.0.1":{"name":"@firebase/firestore","version":"3.0.1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6","@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.0","@firebase/app-compat":"0.1.1","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.1","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-HDnmweq9GOrk4AtCyQ50FBj/cRowb7IXeTGOx6/MSGYCodKv+9axviKqKPYlWH7cbyrw2Jf3GJTUdkVghMhn+w==","shasum":"0152c6a767e116382fb28a0e62b6ea7fa331cc20","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.1.tgz","fileCount":1409,"unpackedSize":21885446,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLUa7CRA9TVsSAnZWagAAyroP/2/PmsrXlZX7s3fp9gi6\nHJwkTt6YfmRu2IZeKwmsaFI+7wyHtdfexBVlkg4VTwE8YVW7xOYnGQ4Pht4g\ndxTELVNWeHygR0ZGCXxd6TxTY1zc5VUwRdkt+lAkpjrNxX3R+zB02avA9H61\n2zcHYi0hZMbpBsgUV+jfKvsrM49LfpFd0/aPaB1V6R/ILsNZ7MM+LD4zYVb5\nVj/Gf1uG+UmxRBxIK2xW0Gx6RLwbZNt3KUBvCXMHNusu2vvt3Hcni6jlyNm8\nh9sR1YnH6Fs2q62u/LBkqsEqtzGF5KCCekivVgzfXDZdirsS7IKpJhcVg4zE\nFCa+qSdTFuUpfpWUtcF7FhvJvvVZtGAGBt47Rr93zztpvWI/Ri5Bx2m7iXm5\n4WBTMN5RCnc2g8y9SnWtTXkxdVRblAnpzBVpLlxLwNIXy6YhsKoJepuX4Q0X\nUOB31R70PLoHJR8rY3cDUygcUbYYmEkRE2J05/tdquevTRogB4R9ckoB8SwO\niqa/9bFqlvEh42Nj3FzQtfKv6QuKRxLs9s6ZNApRZS96cI9VJROXhIBe08Bo\nMWcBMjva4d3ag/a5L+KIpGDG4df0X/wfCgVzqt0p8U1+gEddFptXTn1dqjK1\nWVnfxT4fryTEbIGrjBcUvhPh563a8PE3LvPSWz6l84mFIY27B50rpUtc8+6v\nMCHd\r\n=F4Rt\r\n-----END PGP SIGNATURE-----\r\n","size":4363070},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.1_1630357178810_0.13290936816270782"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:35:27.542Z","contributors":[]},"3.0.1-canary.bc3b405f5":{"name":"@firebase/firestore","version":"3.0.1-canary.bc3b405f5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.bc3b405f5","@firebase/logger":"0.2.6-canary.bc3b405f5","@firebase/util":"1.3.0-canary.bc3b405f5","@firebase/webchannel-wrapper":"0.5.1-canary.bc3b405f5","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.bc3b405f5"},"devDependencies":{"@firebase/app":"0.7.0-canary.bc3b405f5","@firebase/app-compat":"0.1.1-canary.bc3b405f5","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.1-canary.bc3b405f5","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-KTJyWsVWfIsFdPYevOX5mAIAGrKtOUNW9pQ2fEl5IErUrOdwGkOygOdj9djV0uP+3J3aFCf2WkW8J4eTwKaxnw==","shasum":"a1e701889be046f3d510e56e675d3e4622d553f9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.1-canary.bc3b405f5.tgz","fileCount":1409,"unpackedSize":21885926,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLqFxCRA9TVsSAnZWagAAHH0QAIvvQd7+/36oUlumTECA\nsQQF0d+ww/J4z40N/G0IJYiko8Gdo3+Y4XAsYbe2kthBe9bqMrpmUN45TQ5M\nobRCZ+j4qE/NcBN1d9wYhxzEOqv5IL7D4sKSK4ydTk20aVq73Kc2827MDxhE\nfb9zn98PedyawkC5GEseQu3XwzM2kB+/9KPj5UeUloQAlvt7hMRJiJ1ZGD2f\nC1oiTEYX1+86LRVJi1kWyaoPlL110y66vKjPu17KLIMSuypbinpA6uwiu1jb\nIlaHrSu/i/Q+KnG6rQbZymkAUOPqP0cnKZelLnha0AJdbLNXoPdXSuLpPh51\nT34bZHJrCpBDvQWjG0Gl1lSl1AWD0DCl9jCQt28jY8KIT32bN3vwBh7TjZAW\neNSFSprKYUdwuQVejx+a76thdwkcqLXlVzy9IDFdnU8h+0zBcdJt3p91QUGK\n2UL4OxVOytWV9AMIRBOp1mB5PKZCbBPL0IGrjn1M2opJEMvEHPBQIpbhiCvl\nr9FXV1mlPvyy3tshanXcHu7X6tVeX/33YX7CjvgmRYw7xIb9z19k2VQBmYij\n8ijRKPkPFhNcllRKv3g6LMqYg+A/yZ3HTcCVXKQo8Zzu64hfFA4EjS1CLw5M\nwcoiojObOWm8uoaQL4aSoYI8StAEABGNUDtuZdzdYS+kn1yPq7/H3hdUVRqA\n2+vT\r\n=mNej\r\n-----END PGP SIGNATURE-----\r\n","size":4363220},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.1-canary.bc3b405f5_1630445937170_0.8472645274669177"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:35:30.958Z","contributors":[]},"3.0.1-canary.08ec55d6d":{"name":"@firebase/firestore","version":"3.0.1-canary.08ec55d6d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.08ec55d6d","@firebase/logger":"0.2.6-canary.08ec55d6d","@firebase/util":"1.3.0-canary.08ec55d6d","@firebase/webchannel-wrapper":"0.5.1-canary.08ec55d6d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.08ec55d6d"},"devDependencies":{"@firebase/app":"0.7.0-canary.08ec55d6d","@firebase/app-compat":"0.1.1-canary.08ec55d6d","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.1-canary.08ec55d6d","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-w5if3aPLFLv5A7FuUPr5YlkfNNTfXGtuBSrzyYSkORk55KvCOZW09WJewMPEMpZZAVvNKVVhL9nW1efRTmXuXA==","shasum":"9ebf9309b8904ce63a7f4c83f99b5acb39e5a725","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.1-canary.08ec55d6d.tgz","fileCount":1409,"unpackedSize":21885926,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhL+x8CRA9TVsSAnZWagAA6cUP+wR/c2tpbtAuWMEd2l1e\nA5wBi+LAPDXtiLwEWEmvqjedcyOwbg0q64+b/4VulJgUJF13GTplTVAicM76\nnFZIXnTyAXsrd9rffgAy6rYdNE4SzxohvENXI8CCiIwViKoxwCk7bFMK3BtZ\nRxHJRnpUV+0+CZhxem4b01Lt2uchXq+/HTnuFn3NcTWjjmlaqqzqKNoit6a9\nQalZZt2uxe4khzAx1FF0wI10xg++nEMFLp5b7ARb0Jk374x9HUXWkykUOc5k\nI3jhuOPy12+jEi0kmmqeTy7ANUJNSmvE1kCful7pZvKoYW4SqaY7Jmn5RcJO\nvO0JLDkmvjIxIGrcyCEWttj8fMRZUNPEw21owHWLjwnudyY8czI2wnVJof8t\nsQLsyrquXj1kRDdUjk1ICS3fj43JU8fhMeAuckgYnNPevJ3AWMA0Q4odFRcq\n8XX1jF4B/m+WT0ByFjGK4/mfDjsiJjA7A5JVGjdebhhsT3zRXJgj4ZU3O65z\nt4/2kc79xBaDpXe11VvAxtZH8XtGZ+QRhabPZ/2XmAVHTllITpRgDfnddLWt\nC8MarqoQJLSy+CGogoiAuAv2NSiMYrzIB0oQd9o5B5cY+DgklAhSD/EsiNDK\nWZDtJGgVFKGtJUGOaxL68A7kP99ayHQk9DrkSi+AAbU2VwemtrK2tkSqI8eA\nMfVd\r\n=ANKy\r\n-----END PGP SIGNATURE-----\r\n","size":4363224},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.1-canary.08ec55d6d_1630530684599_0.4509166526196018"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:35:34.185Z","contributors":[]},"3.0.1-canary.0fdcda011":{"name":"@firebase/firestore","version":"3.0.1-canary.0fdcda011","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.0fdcda011","@firebase/logger":"0.2.6-canary.0fdcda011","@firebase/util":"1.3.0-canary.0fdcda011","@firebase/webchannel-wrapper":"0.5.1-canary.0fdcda011","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.0fdcda011"},"devDependencies":{"@firebase/app":"0.7.0-canary.0fdcda011","@firebase/app-compat":"0.1.1-canary.0fdcda011","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.1-canary.0fdcda011","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-Ln+MuCq8kLsdC/+O0yN3BKegBq6rTmt/zQdpXjmcD5ldSF0J/PlG9l/khh3sCTg757PDq2NRP7ihswEc4y+CYg==","shasum":"2157ded3022d2e0b241133fdfed299314ed753ff","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.1-canary.0fdcda011.tgz","fileCount":1409,"unpackedSize":21885926,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMAy4CRA9TVsSAnZWagAAZgEP/11/VzLuDX3HvDBPZIVe\n500+tqLHh4IINGk/O1X2JX9pk5AMR7PEjZ7eG8kBexxq8pgl5dgcgkDaISyt\n8myiyXEzBz6aF+8meaDrRUtQGSGREA8412p0Gp4/wOhH/iZ7TXnL+JaWH1bc\nDLsvWOipdEs6jE9Nex6ZJCiUmcsObspVo0NC2qteSvs5YPZ8t3lU6eq0ippO\n2y61cQgCfv5lw1T+QHBDH/HFZocy/J24IHdesb33HKF8I5G+/I0enxwoWPqb\nGHsJAjFEEx/e8babfGe73JnYmOCKE+6VKkpyVESNlQpjhc7mjUomr5AKcfnj\nSKh4atkmWb5vE82fWw1rLGuOzioYZ7A9RCXLrMH7YYFNKCPBBUHvss+p1urt\nIglt/VphHkpCTH1Hka76iEfKdSbQcctNdcCVdlU7kqGlMaKI/VbXVF2RKFBm\ncqlmsTDBG+cIJDROYiyOFkgwv0Kssg48gM0l5ckl8XVb6XyBr6I7nBLin7PY\n/bFXLLkBFD7rMLczeUgdL8l7LUeaDUYSJ+tZB1ztGst7i/a6XEQ/1J2VsuhG\nxDCa99Vz7EtilchL9u+kaGxOqM2yVrY7uKi6DYCaaNTUc7fKLvI71YIUpRmR\n5WaTkfmxoPJcNwqUeOoicPOsQFdu1N+0aqp9zEOoE/RL1Obni0ozELAS6OpJ\nMjyg\r\n=H/jK\r\n-----END PGP SIGNATURE-----\r\n","size":4363224},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.1-canary.0fdcda011_1630538936161_0.9982605381921701"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:35:37.386Z","contributors":[]},"3.0.1-canary.6e579950a":{"name":"@firebase/firestore","version":"3.0.1-canary.6e579950a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.6e579950a","@firebase/logger":"0.2.6-canary.6e579950a","@firebase/util":"1.3.0-canary.6e579950a","@firebase/webchannel-wrapper":"0.5.1-canary.6e579950a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.6e579950a"},"devDependencies":{"@firebase/app":"0.7.0-canary.6e579950a","@firebase/app-compat":"0.1.1-canary.6e579950a","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.1-canary.6e579950a","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-SBJNgM2dt5rm9prTWmXBjurmdaT3qt5Gjmo7D5FQHZz3Ov130k5pqGzGI7YV9xrYZltN1Gv5Fkih+H5nLldw0A==","shasum":"434106fd1aa1177afe41169862240903e651f151","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.1-canary.6e579950a.tgz","fileCount":1409,"unpackedSize":21885926,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMA4UCRA9TVsSAnZWagAAyOcP/1O3UAlUl5fn+R2TFufC\nVwxdJBqMBe4rzJPtH8Aoq3+WZYFZW3PIc+9SqI/7Wa+j3sCjDDmHga+LH2zN\n33UGgwgdJVtmhBdZeMQi3CPPp7g6L3yDZoiKWV850lOxb/yzzh+EvJIy1/pm\nczMGhvqzBxtUiw/nVJt5wL9g/HuMUZ4JIsAxxzE706mhr4pPq8l4F0+9aP4Y\n04dIjw5UZXz7yoxLWj1OnUhS2jQfLsocFLrSP3lxWMBmqVUSNwixGZzHg9S1\nRZBwK/kVoFHC29ijvFToR7zxOHcFW9pWlF4Vr6idrCofpTEdebPfTWuuYJEq\nUVDqBk4rXxa+XWsnZZ3o0w6u2+feUI8DtQnloMXP1lnEZVHkaHe5RveWDISO\nkAETzwcZngOWLjw2GDWG6rlRo2w0uh0c8FyrPi79fLJxw7Uxr4n3SoZ2pEDC\nRNN9alJxGeR77mH16iAE4JXb1XoSD+LqDfWGY+as8axwI+uZ1W/ddH9Hjb/f\nggDGGyMrkS7ux1OQUSGciC1k96Hlk8C/RufR7zUGp18DyLvgBL68VFNRHZ2Z\nCujqRhvhTxX3HkRM4ujv0n5sAlP8V9UVPt6DGQ9FpxGjblt2LtbIRCr9tgAv\nPoNhCdaTbSzxtAJFQqb4LJe3Dk+PnoeEjARCu4JYmUDKr/UIpXX36t2Ywkfo\niylP\r\n=i1BK\r\n-----END PGP SIGNATURE-----\r\n","size":4363232},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.1-canary.6e579950a_1630539284328_0.2903438874087987"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:35:40.624Z","contributors":[]},"3.0.1-canary.449b2f5e2":{"name":"@firebase/firestore","version":"3.0.1-canary.449b2f5e2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/exp/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.449b2f5e2","@firebase/logger":"0.2.6-canary.449b2f5e2","@firebase/util":"1.3.0-canary.449b2f5e2","@firebase/webchannel-wrapper":"0.5.1-canary.449b2f5e2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.449b2f5e2"},"devDependencies":{"@firebase/app":"0.7.0-canary.449b2f5e2","@firebase/app-compat":"0.1.1-canary.449b2f5e2","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.1-canary.449b2f5e2","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-nNsrDH9hutKrocUwYIQRtQfZKCITh1yPEsWUJLtPfFadC2n1e1BKNV0vnx1k/0Mfruw2hXdlfXR6juRlbHWk+w==","shasum":"ead30e96b8f77efc881a7776171de6df7eea8073","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.1-canary.449b2f5e2.tgz","fileCount":1409,"unpackedSize":21885926,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMA5HCRA9TVsSAnZWagAA+vQP/2FoVT9T6MoW4tIY8W5Z\nmuMn8hxLlXZiarN/gM1JbRsr1kGecy6nedY8GEd4Dtn0mXZMnuzLoQIDmR9F\nskEQ/o1c+4ZDx0Se1SMyPfRwM7xEP4ty09jIMwbfXWBNahdoIajIgD1Cqu6m\nTQ1BQ8ELXys1NXutI6LxalWLvta+AYt9xmh55AGEZQE/j5AGIuFBrwiFaumG\nbdW9knNbYQT25+0TWqIvjz0EOaYCifGDpZYy93MLjgSjuKezyJ2pg7bHkAS3\nZQ8fhlLcy+z/icm1GJOZbv1oph46qLejg+ftdqRjQhdB9/ABHyoNDGGmNslC\nIkoyC59WV/x35S5bGSPssKNpU6Fs5BU7FaArBDRva8r3DjmjYodZyiw8vG8/\naHAciFSLp7UgdpSEaHuc4iua1avlGbnuPM77A9boD+U+cG1FKkF7FgJRJdvc\n3rosvy25I+S4xbf3wiMdWzJ631wxi5ZPmlLyTkjOzxKCdL8JtkdALNLVGSku\nTap6ndGkCARkB9+Xd5p/lGwYFUwC5Kx5mZ31XYXj2LWoT3CWkHn1naL7MMbN\nnXAVvfukVwDB1/0/p8NdgeVitXTRzcHrYlT1Tpm3dqAhQ/Eu+gA8mpL7BVnX\nU37K2OuubUdoo1KsPYmwHGQMablUphmUu4/NtXkAq936QBogmppECOfT4/Gq\nVIb3\r\n=AThI\r\n-----END PGP SIGNATURE-----\r\n","size":4363223},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.1-canary.449b2f5e2_1630539334827_0.6680839344730714"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:35:43.953Z","contributors":[]},"3.0.1-canary.4a4796862":{"name":"@firebase/firestore","version":"3.0.1-canary.4a4796862","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.4a4796862","@firebase/logger":"0.2.6-canary.4a4796862","@firebase/util":"1.3.0-canary.4a4796862","@firebase/webchannel-wrapper":"0.5.1-canary.4a4796862","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.4a4796862"},"devDependencies":{"@firebase/app":"0.7.0-canary.4a4796862","@firebase/app-compat":"0.1.1-canary.4a4796862","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.1-canary.4a4796862","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-t7dEKjcgczeU0kIZ1x6dcAiTON+RnwNlrcK0nG+XBLcMVgtq0IujYPJHHKhg7nMeJJ5/b08PUrfW5ve2ujZvOg==","shasum":"0a58a0e0a9e91e4f6101b65ac06d1ce7e4594e4c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.1-canary.4a4796862.tgz","fileCount":1467,"unpackedSize":22013756,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOPPDCRA9TVsSAnZWagAAWpEQAJLqKobyjQqCpCGpKxW3\nO9Je7vSf/S8FI/3nXE4rnUrHanvYu+o+fKueX8vEF9k8jQTd27rWDFO93B8D\nglHaPpeW9tRuFu5aaxJjZHz+GIBoH/5NI+CdA9WNJ/PfnfFEk5KReq7UFhw+\ns5Mpyn7DLRUuaL57LGxleVY/g/sw7pdiwxhOHL2iEgrIBPvA37ln5n6Na0gS\nGGI8PzlEfdGpxxFc8szsgT4ruo1U+raDAm3e/QaAUjnUMMKi2DTtekcbRqZS\n7Iy4X7HRySYL7etK3+gJ90/1MUsFcwkbd9vj8BPIFxr42g92zkormrqiBOjS\nms90g0bIdSXBWFcpkLi1+KBSTO92DxOrJChFy4+uvWsr8DOYGyEK2PdBRY9v\nIgebxkLyBV7OdL9izd32634up/R7z3Pu2fb9nZhv1DNO9PzNJwTw6dk22Z3h\n+a6WDgn8phd1ghyOTOxIUCaTezXljja8m/h0ONls2SBZr7KWeowlx4yT04N8\nPEfD3iRyOOQOLgYyk2sDGXK1/oaoZaPmNHPEJeIixQtenfw/yNJ9J5C5XJ3e\nEVqywByf/QQuvgXiJbw1toNLUPAktk8tlL7xYT2jCR771Le4G/c3Q/VMc3xT\nhJQXXNp5Sr9spCPdEohkRrDAGM0Imv05v/pUY7CoXybj+/mRDyxsKaz+7laL\nMAkD\r\n=tGz8\r\n-----END PGP SIGNATURE-----\r\n","size":4385252},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.1-canary.4a4796862_1631122371465_0.5037171412871388"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:35:47.343Z","contributors":[]},"3.0.1-canary.2bbbc51fa":{"name":"@firebase/firestore","version":"3.0.1-canary.2bbbc51fa","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.2bbbc51fa","@firebase/logger":"0.2.6-canary.2bbbc51fa","@firebase/util":"1.3.0-canary.2bbbc51fa","@firebase/webchannel-wrapper":"0.5.1-canary.2bbbc51fa","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.2bbbc51fa"},"devDependencies":{"@firebase/app":"0.7.0-canary.2bbbc51fa","@firebase/app-compat":"0.1.1-canary.2bbbc51fa","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.1-canary.2bbbc51fa","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-Bw3m7PMN4YkfwRFdFj6EaXH61Jp7B1Fbokyh4Bq0CPP1dNaLdEFBXSYPNtBe8s7yh58QEmAArtGc+Q4baF8QzA==","shasum":"c52f3d1c59584aa6d908efdc49e07da52ab3c27f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.1-canary.2bbbc51fa.tgz","fileCount":1467,"unpackedSize":22013756,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOPQBCRA9TVsSAnZWagAAutEP/0NjdCUGmY/iQ/ClZAYF\nyqRTfXo5gUfWtpZK4xTOKRsJUxwq7aacbpJ6TWjgza54beKXyt6RQNrnrLIn\nPwOV/D5byrEKn1sslYjqAobGscjA9TZfcV77g50DPox7ExhcHmoEQtHCPq2U\nZAvoDQ5RWuN9N3Cxxgnj3umqHJkH0Yor1Owkav19/fi1yiX07OFS4L1T46Ss\nPmYJ1tXVNLrhhslxWuOJK78i7LcWFv70nYz2PDzYYUACvib2y/Jotny2gEoS\njsWXJBmRnLxySrK5QCf5shQARIbMVQ+CgtBLijPNCIS/VQZD2cXoCG93gkg1\n3JmJR3nOoOxtcQD0StA/awO6NAN3zFlLrTIy7VUIICBa/c/0H1kxLXQ7nvmD\nHYP4jhJqL9cB+3jubQM3ZZ6iSWFawpm2WSuirm1hQpv2CIcBO/Eh9G2tjhPs\nsiR/mMnnCESIK2FWqjbdZZvOygpFrxhHqgS44pWdr/p2dnMUgUPw1/Akq0gG\new6yQcas5Dr0ahkmUUDP1xhPyAUPlTIjp0Z0CteQFVOIxAJ1xDDIsRsCJTTR\nZ6WoALGqDoCGFVdDZxLgOyg1Rb9FvHmaO54rzFGYOlR/pkSzLqM6XPY3+6yN\nbnd+mOEI8iCR1ZRfFh1w8GpDCcL29YRVC1unVhShRhPkRqVdQcWEU+cgJZ2C\nUWCj\r\n=80Qy\r\n-----END PGP SIGNATURE-----\r\n","size":4385232},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.1-canary.2bbbc51fa_1631122433592_0.32947251731004146"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:35:50.753Z","contributors":[]},"3.0.2-202188185114":{"name":"@firebase/firestore","version":"3.0.2-202188185114","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6","@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.0","@firebase/app-compat":"0.1.1","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-202188185114","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-8ek0mdbnjFXQmfmgdRY8KXzr8U6RpHgft1QNkFkQIamsKKH+EIb6TwKFX4bQP9Okwu59Q5dh/qgNlEAOc1Gy/w==","shasum":"72a9bf273e6fa2f2ab47bdfdb9a6a3b7115df6e2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-202188185114.tgz","fileCount":1467,"unpackedSize":22014109,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOQjwCRA9TVsSAnZWagAAB60P+wUOt7SJ8WIqfFq+G1z0\nUOEdRmkLPvfJ25+5YF5T58ahwxtpyjt1lWjve5dro31fNw3HtFmEkcwX10Lf\nQx8qRuehMwgBQEQ4nDkixYmkSkV6AtiwbuKf1aCqLi0mtTg5gtmLxjqnfygt\nDwFahtwBKWeHkMi7yZjnaxDPP+CRJdkG/JpeMYVRCiN0pPp3HNUEtUC4MR7G\nXpxJBDS5MMGB2puyIVj70Xs8+I3Iwheqw0dIC2bb7vCzn/IYkgEWcEST8SmX\nACF5ggR3MIyTwR7ewbeJWi/DCgCW28YPHmJfUOvNt4LrltcD7Q+3AOyCwaGz\nZPKx+M6LeaksAh5hSgE2PrcKr8lb+uoTS83X9blYthmsOgdRbY4dxZQa3vy9\nJcM2W1Uz2gft5EcovFN+Ug3GEvLw5U6Hu14blyzpx0VPKn8X0GWU96lV0Pqw\nTnII7MQzr6cyRFOmNnyMM7+reWBx5fOdEil6UlKdrisvNrGuxcXtIWOz7rrj\naS4oVnCCdkoM8iiDoCvIFGcqt8pilAYmCMRrZ2s1l6Dk1+GxDqHz4cO6oya/\nYXEIJUfKnw6+z/5O48tsaNphpBmUAXzba+GW4F+FiBOSyHUKoW8Cef8sVRQ8\ntwp9QT2VhLtexwYXdDixJ14vTlWpVQ6WZ4bmNEDuqxUZIVIXYUTAy4wzqyTt\nICUG\r\n=2Fxk\r\n-----END PGP SIGNATURE-----\r\n","size":4385410},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-202188185114_1631127792340_0.5632500902906226"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:35:54.965Z","contributors":[]},"3.0.1-canary.deda8cd85":{"name":"@firebase/firestore","version":"3.0.1-canary.deda8cd85","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.deda8cd85","@firebase/logger":"0.2.6-canary.deda8cd85","@firebase/util":"1.3.0-canary.deda8cd85","@firebase/webchannel-wrapper":"0.5.1-canary.deda8cd85","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.deda8cd85"},"devDependencies":{"@firebase/app":"0.7.0-canary.deda8cd85","@firebase/app-compat":"0.1.1-canary.deda8cd85","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.1-canary.deda8cd85","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-yFiKZywMb1XCOPxFv3ujNNfBbD02jOFlbhHJjhCf6H/glPzXw13ysHELykvgvC9Nkytz7Z8ZohGt0aEDdjw7OQ==","shasum":"e3882b3fbeccb86cb59e247153c03aba42fbcff5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.1-canary.deda8cd85.tgz","fileCount":1467,"unpackedSize":22013756,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOQqTCRA9TVsSAnZWagAAdu8P/jivK7ekt19rgQACCjl1\nK9fv0L4622bjuB+wt6BF5xolhXC0OriPmA6yUt6hVsV8jq7jmTM3zCjjYml3\nQSWEsjOxAAKvIMbk8hjbjQVUQBBtyz4b5W+YkmabbiIiOQH82Z13GW+sK9SA\nniqwcZwzldnq40XyfsFNNeGgYO4RzboWHCy9fIHevhgoElmLYv0fgLRDr9Ka\ndFKJaQwzFSXN7GfYpvyrjHx7zN5QuVRVA+aV5pOKK/6n5ob6uraD55bV7VIL\nKPpaRefAaPG4Q8QIa5an8LdaI/YPBlvTvG1+VtWnMaV/yzgM0jV9Baqvw2J0\nT/o6mRReybvjqjCEuRBtZYW0T7ssOyJRJtJf4qxz16GHcNCKpkyd2+4/0Myj\n2tjWauVt67//YjvzdoIKmJ1eBADFylKDGYRVTtRoI4Hg9FK4vAH/FF5oalJQ\nSvkw0rVu8R0J6gxKFuynOonlkcyqqAHRjKuvDybyGqOjoHqiidjNqZ0rlmMn\npwRqd1mHZCQZbDyX1+gXMErSKeKWaW2fUxfWmDupJf6jJzKxuVtyQh02ROUb\nrCCQvHSjvapr7dtYPeNV3JvRrTrz1OCqJLnnWHk08d4clmiqNXMvVKRG/xeh\nN7fI7aIsXUuTovYKSvuFWDiqGEjPTeKrIwMGzd4v+OaSNV+Y8+YvX99KfeWU\nqG9p\r\n=l7nI\r\n-----END PGP SIGNATURE-----\r\n","size":4385218},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.1-canary.deda8cd85_1631128211473_0.4132632305331376"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:35:58.601Z","contributors":[]},"3.0.1-canary.b8462f248":{"name":"@firebase/firestore","version":"3.0.1-canary.b8462f248","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.b8462f248","@firebase/logger":"0.2.6-canary.b8462f248","@firebase/util":"1.3.0-canary.b8462f248","@firebase/webchannel-wrapper":"0.5.1-canary.b8462f248","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.b8462f248"},"devDependencies":{"@firebase/app":"0.7.0-canary.b8462f248","@firebase/app-compat":"0.1.1-canary.b8462f248","@firebase/auth":"0.17.1-canary.b8462f248","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.1-canary.b8462f248","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-JC40lRaPvFBFcLmnPIXL5GMIwBelMVbZL82OmGFZNbTp3FoP2/qLR+/AQXSDtNo1OSwGGaJKzLjFLVTheQi8bA==","shasum":"d462e1ed54036d7b70abf2e9a11b3065416e4eb4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.1-canary.b8462f248.tgz","fileCount":1471,"unpackedSize":22012202,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOTG6CRA9TVsSAnZWagAA2xgQAJFiSKn9D3pV9fzPdfVi\nMVstl7myNZvq8nh95L2q1vhMcZ//HWGq2jX/OQksRW2dKEuZfE1UK+DmaHr9\nWDXwLJ52De4YJYQHHT3u+Jr8NeXi+61RvycFm6wCr1l6WOvA7/MfMjsyZ8BV\nd0mnT7rbeuUvzfTAbwhn5EWM0rvAEsS0YnLdz+Ejld7pJk8WWFLE+oHDzO/W\noTQFwxxP1BkAfcxZAEyqfdtt9v2VG755CPIaLxj463SQmlTxPt8qP5WuqDPr\nqTgWQ2LaMdCTjXFB+TdEQ7N+fhHTdjDyeDbbrtCG0muOeIspRvucCebQxQxH\nLczkz8p4ie8q6DHem8rL5prRheqRQI+RTMur3BM9H2HaHq48wLCRMgNQ9z/5\n5Zku8qXWsZIauw5nBPFI+PpYoZ8qiiRQR+PRyu3KDwCjt9bZdSh38VBs7CXk\n8Z5bj2S5jm6YTIBOdeL2yiKq9FnRXPJfXdIYBN93aee+mbY6fn6whOYL8DY+\njq0msxDQMWABX3J26nmzq4Za6zZ8d2aR3bYqO3I5QtQz9y+Ngd9fi5EZ243H\nvFOk68M2FYhI9LEyGl2/4S6JaWn5aaQmR42S/nm91M9vOUWcKd+tpgFAI3dG\nmAvVLQlG+46GM0f/SV0xM7DmyR65W7S63mxrP+AUBjX2NXAZSGNmqP8BsMQE\nGWa8\r\n=bZkq\r\n-----END PGP SIGNATURE-----\r\n","size":4384568},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.1-canary.b8462f248_1631138234639_0.23852504241359784"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:36:01.983Z","contributors":[]},"3.0.1-canary.271303f3c":{"name":"@firebase/firestore","version":"3.0.1-canary.271303f3c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.271303f3c","@firebase/logger":"0.2.6-canary.271303f3c","@firebase/util":"1.3.0-canary.271303f3c","@firebase/webchannel-wrapper":"0.5.1-canary.271303f3c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.271303f3c"},"devDependencies":{"@firebase/app":"0.7.0-canary.271303f3c","@firebase/app-compat":"0.1.1-canary.271303f3c","@firebase/auth":"0.17.1-canary.271303f3c","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.1-canary.271303f3c","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-DZcrhdRvyjMmDlOBdnSlRPLHFD0TxYmbbS6hPjTlA0dFJ3hlcdOBIqKY+bQMclQDOXnoBpPOkjlWPEawKrmndQ==","shasum":"43a21034ef5ae363f5b6be509d29da7b9de4da63","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.1-canary.271303f3c.tgz","fileCount":1471,"unpackedSize":22012202,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOUOOCRA9TVsSAnZWagAA+DkP/35hOixn8Zd1fQ/8zfsn\nwFYORfLk9eUnmhM8VMyZpbu4F1ULqQtmikzPGrM9a1r2j+qJDCHQwNvZhDak\nF7sy4SRLtT766hNBep4f7B9iNCZLuLaIzWl52kwCfH0XN1ahMxZ9eLmsmP0Q\noYpyyyrHnyW/TtSh+dZupHCtZx8uB1OHoYJ1ku9bwYPKNvN7bM0yAbnLd4PU\nymDpHHvm4MIgF7ionYWMkyifG1fFsVCqnoU+upl8q4OmENxq1ks+DYzfjq5S\nGoQ6YVLK6NjwaxhALr4MDyOVN7Jqr+PFV/vt6Ecq3awtKzODZWNXtXahKjiv\ngJ9p2J2Fri21pehPfxZtytMZMy9ivuPWlTdbMyw83GtCrkqxiTYTBbDanShO\nnnSP9c4tMF4di+AjAuzL2Bgnw2vCmPGthjuE8w9l8hsDt07LAr397AaNLC/g\nzDbe2RnFMGQDiwvuIdToiGnmpWYC0W2XWVvfy6AgviJyDoPl0gQr7+yFAbcM\n6dXGbNngAthrnck2iEaLmW4BnWS5U4k7peHe7rFuUAONein/wN4yahtDbF2Q\n/nGs45p6lI0ChZ4JyQIk3XbGEGxhtmRua9h6LOQhRn8eDJJ2KOxa9Nl2WSuP\nW6ieKPRwhgf+XKQTz6FIXaMXypiFf0eXSOLZKN39Heb7P6OEJD+1jGkiGRKu\nn+qq\r\n=JI38\r\n-----END PGP SIGNATURE-----\r\n","size":4384565},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.1-canary.271303f3c_1631142797911_0.456445495676165"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:36:05.346Z","contributors":[]},"3.0.1-canary.d9808aabb":{"name":"@firebase/firestore","version":"3.0.1-canary.d9808aabb","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.d9808aabb","@firebase/logger":"0.2.6-canary.d9808aabb","@firebase/util":"1.3.0-canary.d9808aabb","@firebase/webchannel-wrapper":"0.5.1-canary.d9808aabb","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.d9808aabb"},"devDependencies":{"@firebase/app":"0.7.0-canary.d9808aabb","@firebase/app-compat":"0.1.1-canary.d9808aabb","@firebase/auth":"0.17.1-canary.d9808aabb","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.1-canary.d9808aabb","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-/HSxlw/x7EA9xTExykmoVzKhmyRtJIKbJOks8gTtps184L/QQRlAOutNw3rV8q8l1To06q1YTHtlo83YAODzaQ==","shasum":"b12d7ca6c7a4c79af6b395369dff0021e54588cb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.1-canary.d9808aabb.tgz","fileCount":1471,"unpackedSize":22012202,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOUfyCRA9TVsSAnZWagAAHkoP/0ryZVN1V1t44KGhwxX/\nT6LzwAcGItlVjTGGEutfC++DqYoo0slasmK9nnI27FLAcGWTGZdouAc0/K4g\nMFqRSDeXESGguYfvK9jQinzbeyOSuOhZcAURoWa//6T6ucQEJ1sNZ7HztTa7\n91sMe+p9rq3yhzh+rdgIWUtHEuXhp3bceJ/npUC/lstqHHynrmu8uEcD8rMy\noXtAiEylgyHqvCNriXwf2Uh6WFBprLHkAWIhNwMXxYGCfKP7zaqx1zuJBeEr\n7BSSgdo7PHgla89/ArAXKZdzo5VafHrKyOWIYrGHLi3Fp6lX8EYjrYoa6jkQ\nzTutUS27syoRrqaVDPVkoAAJuPqxMsFK4aNP6J/iAUUu/EFbrd7F5DFU0qu4\n2eG3vfQlsGY6ZeTFqGN+HEA26/tsyzj+8+XpXJ8oBe+4JNuDYAe18J22Re4f\nihJGLclg+hWuLFKDq2/pcAIkDTM5bIhBLV55rgIRlbigDrvsX0Xq5OmI4fDP\nCR+ijfy5DAOflnvhRchQ97+2LQgwHEw0LUlRnP2ZD5y5xZxfuWr5S2FDPtJq\n920vRT6TqMNddmqIzSEWM0oEkdbxS78+trozJjaXyWzeGR0JA3WE0RJoQPA1\nMTEJbU84WgvekGb2L2KjRl6yI/JjIX6WVADfe4muz09Zwr4Z1Tgh8bS/lKcA\nKMI+\r\n=YL2y\r\n-----END PGP SIGNATURE-----\r\n","size":4384561},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.1-canary.d9808aabb_1631143921957_0.6714653943666824"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:36:08.608Z","contributors":[]},"3.0.1-canary.66d4a1e5d":{"name":"@firebase/firestore","version":"3.0.1-canary.66d4a1e5d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.66d4a1e5d","@firebase/logger":"0.2.6-canary.66d4a1e5d","@firebase/util":"1.3.0-canary.66d4a1e5d","@firebase/webchannel-wrapper":"0.5.1-canary.66d4a1e5d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.66d4a1e5d"},"devDependencies":{"@firebase/app":"0.7.0-canary.66d4a1e5d","@firebase/app-compat":"0.1.1-canary.66d4a1e5d","@firebase/auth":"0.17.1-canary.66d4a1e5d","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.1-canary.66d4a1e5d","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-xCwnwrSMTyv39xQKIfUvGUbwprqp7PMjdKANEXSKOZed9bHAXVo1z5zeEvmjC4jBWr9EOtdoQ8wAaeL1j0xB5A==","shasum":"0ceff98e787c2fa292fda64d51d7e46fe41ed8f6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.1-canary.66d4a1e5d.tgz","fileCount":1471,"unpackedSize":22012202,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOVBjCRA9TVsSAnZWagAAK8kP/jmZkfgvRQs4Yvw93uE5\nAp/U6qCqEDaadg9gE3DMsdwsdIMPh2gOeBlQB10GuYwxU7ULgAFQtcd+pab7\nsH4KA7UOP9+Vkaok5x1K72c9yjhKDmLz65HYMyoctPy36s+ESn2gG8b0qZV0\nH2A7r3XgFSXNkmihKI3yktQNYq/dLVsLkPaYxIYHSxyw4gniozZKJ8dT+3/h\nK6Qk95UnIP/Ou2q3IkSFiYOH2alz7LtWWwXAaSOs7JEsxttO8oaz7wxwqgF+\n9oNVJimis3SHKl8sf0zlkRaC9eHig24wXvHc5MHjL6LZ874lAb3zV1P40fLa\n7qhDuRJUqu1LlmV5aTr1xhDVhsTGDSM2+MUXn3/cx2SEXCDmzQK+2IlksAbh\nx/70vvrHqIVokN729EMCeoErnBfKxRRCVKcEpJieD8PIitv7Amu0HFAfKpCa\nsmd4RErgAKG4cNC+M4gF0RLM6qvQjESa8Z64ZgKCHB9UptRXrdoadqjFbUcX\nAsA76KIMMq6JXXLUiq5MmH+BC4eLJb6COqw7wj4i97z4MjXDSdy796GQqJ37\nGJjYoqY1ngDcytY4OZIWzJxKYdvBuXXRJD4rRlj4+kQ1hwDHVQAfpkGRfOjK\nXeF9FNPi7WqRIO84rO8MbYZi6/BB8jRrahpB+CLJWetdpsvDLG0omgP6HRW/\njlzu\r\n=0SGq\r\n-----END PGP SIGNATURE-----\r\n","size":4384566},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.1-canary.66d4a1e5d_1631146083273_0.2761527944880082"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:36:11.362Z","contributors":[]},"3.0.2-2021891633":{"name":"@firebase/firestore","version":"3.0.2-2021891633","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6","@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.0","@firebase/app-compat":"0.1.1","@firebase/auth":"0.17.2-2021891633","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-2021891633","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-7kR3zrUhoNzZEtDnhIILy0FMO5zh5E4TxZ8uooyBaHu93h8cuefHOg8gX2GcGhvgGAjAFovy8JF253/jxgspXQ==","shasum":"c76bb86c628db2093b3e7a15211c11f8b2b52d53","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-2021891633.tgz","fileCount":1471,"unpackedSize":22013250,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOWIPCRA9TVsSAnZWagAA+hUP/3qdG0NtrWI0qSITau2O\nGwQBevWXw96KqXw0eukb5TmL0QdXxrKAwYYayLxosI+OS6IVmy5fsgeWHsLX\n70wL9C1lTA5EnuL+73+V2kvdZD5cQVBiJvY1cMe3sU1Gqiggp/fmOcQEFzCJ\nBjA7NqV2SQ3Cy+zplp2+xImGp1WLwlX/NsKkDoE/ma/wBuxGLa3BlR9SBAd+\nE+V8+LqH1zUA/KZOpT0x8v6Z3kr79pVwvypNhxXUeS+KOnQFOgyg+ROtXMYo\n9J4oQBlIh6dNTOWz3rVkmIFiO9ZKSomxpI0brz3bgLSEt7F3UsJkPqfRUJz4\nYP11HpTPX+ZFnoVs1EdmQ+LtRTnnvzhGrV2u3YAtOr1377afapEHbXOIRGA+\nGircOoFzrgCMAXrfNuots+/4WaWFnP+e8VoFGpKtbBmyegFVgBBLoxKet++H\ncLou5fthKzLHThuBOSHfGh51fRIPgwSUFp3Xiq7iZMkHP8Umk49fOs3DoFSa\niCAuHgHf2dDx/TWgqSwrVxwZwOLDg1hqDr+WyLHGEBSDK0IadHG4iyRn/FqJ\n9HofqLqgy+q0Mi+eOdbN0rBINsKXcR5+u8LjS8YBgl+bnJXeb9b7PjVvh7HH\nojpam1GHf5Oc5QCrK7h/IFpVncIWAuSnvTeo0qJICSGIgjWjj7YsBgvDfXqG\nuUHQ\r\n=6eJz\r\n-----END PGP SIGNATURE-----\r\n","size":4384899},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-2021891633_1631150607590_0.7607666335626326"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:36:14.801Z","contributors":[]},"3.0.1-canary.dca28a10d":{"name":"@firebase/firestore","version":"3.0.1-canary.dca28a10d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.dca28a10d","@firebase/logger":"0.2.6-canary.dca28a10d","@firebase/util":"1.3.0-canary.dca28a10d","@firebase/webchannel-wrapper":"0.5.1-canary.dca28a10d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.dca28a10d"},"devDependencies":{"@firebase/app":"0.7.0-canary.dca28a10d","@firebase/app-compat":"0.1.1-canary.dca28a10d","@firebase/auth":"0.17.1-canary.dca28a10d","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.1-canary.dca28a10d","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-Mzko5Bo/LArCpXDjFycJ6YgPrx510dPyOWyuxOnnffwXOZ1qjuG8TNOJuav+/1FWTr/0fjXmenqluIC4WSso6Q==","shasum":"cf1ef87579efd39229d3f499cef31d2a11704a5d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.1-canary.dca28a10d.tgz","fileCount":1471,"unpackedSize":22012416,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOWNPCRA9TVsSAnZWagAAQnIP/2Imbs4EZBVav3vzdqWN\nC078+u7bmZZUekPRyeiUX//228RGTGSyzg98h37fAWiucpX8mHcHuCZY0wQa\ni/c1vFB+wCj8X9/GGeEnd0rxVJebzpPlao2l0hYx/0iVopEKjkjnU12RrHKU\nD/D2gZ66FqvCxbpofbFnlRZOaD3WFJAgkIJjdhJ45pSHiYRzfM4/JaGfihk7\nNo5pRWQc2D12UqAJCVzx36EMARyGsCz8TvBTGqOJINwQBtCnqh8+SpoZr5LR\nnQk91vBRD28I/ctIUKg9/jZSs6W4q6zEucy7+/6vcfmZ1EcHCRBCFBmJY+8J\nsD9MCP+soUTB8njTCEyIoD3hBHSLwuDYQ0VDyMxqrD7cDesuBnwg7cggrNDL\nT9l0/gxV53VZ8pZ+q+Nq5iSn7B7rfXW5kDS2eQ5Vce8js1wDKk0LHiFLA/YJ\n1gMoob9iY15D2l9ujQArFceG1DumE6MIEJ09aPE7Tl0owb1UyLMCHcHeWTEA\nW/nYsnLPEyrmRDHg3BMnQEm6/KJk/eaF+VCJ70ZZAisy4H6VJJXT4fyoY6sl\n9h9QCFjJO2pyNCz09i0ZiY3DCk7UdWx5R7UPxoXbRny0c1xuyhVdLjkJUFQv\n6Bu7+s9aDn4vBTAWgEhcMbIgj16ICMkDuV7UsKWm/lR3jc2jI3q8HDLSvYoY\ngwV5\r\n=W5jD\r\n-----END PGP SIGNATURE-----\r\n","size":4384561},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.1-canary.dca28a10d_1631150927380_0.7967218553815303"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:36:18.089Z","contributors":[]},"3.0.1-canary.a4b7003fd":{"name":"@firebase/firestore","version":"3.0.1-canary.a4b7003fd","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.a4b7003fd","@firebase/logger":"0.2.6-canary.a4b7003fd","@firebase/util":"1.3.0-canary.a4b7003fd","@firebase/webchannel-wrapper":"0.5.1-canary.a4b7003fd","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.a4b7003fd"},"devDependencies":{"@firebase/app":"0.7.0-canary.a4b7003fd","@firebase/app-compat":"0.1.1-canary.a4b7003fd","@firebase/auth":"0.17.1-canary.a4b7003fd","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.1-canary.a4b7003fd","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-NY2YP6veD+Xgcqi45AZBYGcfJz5+Th5syeBz7V//E041Zu1dNBQFKPAA8Zq1lvQ4LHarcTyoJ+YaXDw1aPpqIg==","shasum":"dd1ebb03258cead68fbadeb910f5916e1567839e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.1-canary.a4b7003fd.tgz","fileCount":1471,"unpackedSize":22012416,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOm99CRA9TVsSAnZWagAAzRAP/2QWi0fTAoTZyhizyEjB\n7BmtL/W5A9XiYLCC61pDy+vVOKmC33yItf2hCtI6aGank5Ok3kpXIPpHxYuY\nnGr0Q/j04L4E5psw7tvldsVQNZz/AQdkPfPL0HMU3A0rWdYRoxf1Bd0GCHkk\n5fGmWBH/ykF8CH7GoH7k7G/9ci5L1xozvFmYiMgvy/ZLZxgmMqxCRDG04Aad\nPKFkawlWhO8l0/t9At0XA8TK1RJ6if2aGbTQHCtqNsPL0VLxTBaCX6+zTxRR\nSNdvHg7k+o0eViC6frmoQ/jN2p9lkTcLOKZClMOykZJILWvwNlN43LkS+JSp\nZ27emZFG8p0XYCyyVxqbtC7Zg2ROd238OyHMPKS0Z3lcmY5MUiugxX43DFEp\nn31LMxUfM4Ck4bXQ26GgWSTIOKTM0Tk6qXX69qgSS+pfUeiEWanXk1ncnP/d\nGpLDZbRToSmnz57y5Eq06o0EsMlXJ2xvydH5aIfyqkKRP/s4KoXx91ICDCvo\n/GzC6DlLaVoh2GMX+nzllSU5v4F21Wvn//47LYO7wxqMxOdHyQN8Rn9wUGMb\nXkeNeo92yj4D4zyCwZJ83fbHotlVaJ3v9DPF2nypq/68j0+ayk3+mwG/sikg\ncm0JxtFfk36UrzCnEWWIX6DUuK5GTq8UzGF4/PPGosCEhrkYDpJYasVNyb3Z\nIhnr\r\n=gY+T\r\n-----END PGP SIGNATURE-----\r\n","size":4384573},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.1-canary.a4b7003fd_1631219580999_0.43100120933128183"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:36:21.570Z","contributors":[]},"3.0.2":{"name":"@firebase/firestore","version":"3.0.2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6","@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/webchannel-wrapper":"0.5.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.0","@firebase/app-compat":"0.1.1","@firebase/auth":"0.17.2","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"9.1.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-AWh1pugDifwCXHaQalZHp+Hr/3o+cxYvlbgQrPB35bh1A3do4I1xim/8Pba7gtpTzlClDryd5pK/XbK0TC/2kg==","shasum":"594130bb125803b6e28611075c2f396f59ba8186","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2.tgz","fileCount":1471,"unpackedSize":22012995,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOndqCRA9TVsSAnZWagAAmQ8P/0cd4/8cia+dVeooHSgl\nvYmHgmEgAJ5MbypsH4JL5yR9sTJKCVcZOSlKzvn0QYghkfq/4NT5de1TbrJc\nM8qfKGJ+vylIkMyoVPY0FREvo/1JZe6NnLKl4Dg9XgFEu3M5+Q/nBL3ko0zZ\n06oBPO3FlqqQ9BqBHgKCYGH+F3qBX49ljW/RhmlagoZ60/1+oRd51+xLqdVr\ntDm+tU/v8qk21K5uHCMcxUF7I1BXRTS+FWb0WFx4WUlFZvScALOyRUKS3mNa\no8/CyxBScgjUl3qFROa+s6PDiVlHID8QLGNoGb2h35LlV9KaDy/XQjpHdcUn\n4sg5cThFsOdvuWppTL0GEzmbEmh4HCuqPYq+z2ynnZLk90HsbJlWgJULm5pE\nX/tCGUMNdxllXkXxseqw5mPPlFJTx7txlJ5tWJRFPfoN6bL3fRXTiGqcvGEB\nTJyKJlC5EDfG8ClGmU84t1PFFxaV19R+sdF0vHHBIGYUPGSPz1RBC5djjz4v\nzZOomZEt3XcyotIVMV5bMRt47Zsiqe7uuwL/l0xNLL60QWaFu4aqig9Z4osk\nkJTKnqC7PgXTN7JQgXKrs2zU6Kz4YJWkuujPzqFZx7/mkT/SXBCzl+oizP/G\nlwpu2QvareMTAoqfrOHEnlI/cLfQsoMx3J4lYLGxsSEa7011TGaI2urgfDM8\nzh6e\r\n=tqQM\r\n-----END PGP SIGNATURE-----\r\n","size":4384722},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2_1631221610387_0.5396381490630924"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:36:22.676Z","contributors":[]},"3.0.1-canary.a9809f24c":{"name":"@firebase/firestore","version":"3.0.1-canary.a9809f24c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.a9809f24c","@firebase/logger":"0.2.6-canary.a9809f24c","@firebase/util":"1.3.0-canary.a9809f24c","@firebase/webchannel-wrapper":"0.5.1-canary.a9809f24c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.a9809f24c"},"devDependencies":{"@firebase/app":"0.7.0-canary.a9809f24c","@firebase/app-compat":"0.1.1-canary.a9809f24c","@firebase/auth":"0.17.1-canary.a9809f24c","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.1-canary.a9809f24c","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-PjyYasGFW+T+Daq/9cxPk6V+kcMFC6S1+h4XO4ZPyzEn7BXfAlwbL5jtcevedtHwHFbbpJBp36xnl62jci87Qw==","shasum":"90f14cf2e54d586494ea71172dbcf735f9de8e27","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.1-canary.a9809f24c.tgz","fileCount":1471,"unpackedSize":22012417,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOnjWCRA9TVsSAnZWagAAjJQP/iNlDyhXF4Jci+kBffdr\nd6dIncP2rIsCQjpZMVsrVfRGywtFl3qS57R0sp85YIWbjGH/ujXfTO1aJQA6\njWDvVGApPAqU2YU+IRYHprFwEFaPzcYgH1cqFjZWXYj9zkXGAJZ3PsvLfXPS\n7WJcSu/6upYzdr8tgNFrJfRYGfbCCg5dmMRbErnw6405xKeuin2xjeKDJOvq\n0oYgyjyUCsmQd5rHrXukaAiXdMRum3ZGRHQkDH4F1HOVe6M9VvxTP5jwwr5W\nyY1FN+5m4aDQPSzZVuaekCJdJ6Ku/LJ9Mb6egncZ23NrNpiZtjKLzu2uOiFV\nBGulA3Cep1kZUgGWngEXkSoZnM1l/ekSKqHMSM/smYj5u4PaKT5DA3kGGuuk\nCr7l60zliAkrz6JINRFHZ1qMVmWy8mEcrhNJXWrHTQjJZfT6BpHbS/gsUFXp\nvtd6zyXOUayl/etVIUlQtdpmpjiU2N7jlrpdfLX61+mL8YR6clMCm6Lo8PtO\niJS6l0r4hBgspPHTwF6ANvBbTW6PYH/cvvif6wesQi9ecGt7rJURIbmLy3Q+\nMc+d8quaQAyH6mHQ+s6C8zgtMki9k3MQhO9l0CI/YjMMnjsFuD6he+AKSbvq\nYntCTaSL6yK4lefwMAsQocwRfYOXxPsWwswCqPFcGWpA2DAf0y7Q51E0xixh\nCjoD\r\n=JZri\r\n-----END PGP SIGNATURE-----\r\n","size":4384577},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.1-canary.a9809f24c_1631221974067_0.617530635662197"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:36:25.948Z","contributors":[]},"3.0.1-canary.7f9d8f941":{"name":"@firebase/firestore","version":"3.0.1-canary.7f9d8f941","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.7f9d8f941","@firebase/logger":"0.2.6-canary.7f9d8f941","@firebase/util":"1.3.0-canary.7f9d8f941","@firebase/webchannel-wrapper":"0.5.1-canary.7f9d8f941","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.7f9d8f941"},"devDependencies":{"@firebase/app":"0.7.0-canary.7f9d8f941","@firebase/app-compat":"0.1.1-canary.7f9d8f941","@firebase/auth":"0.17.1-canary.7f9d8f941","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.1-canary.7f9d8f941","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-IuzI2nLDHw9ZNJo+4PiSq9e0QXVtVlf1E+fQinpjvJRSlGF6OGeYf3HzjrQuTuK8U85c6EWk1xaNmsnegMPV/g==","shasum":"af8fa2be896d23fe1f05dbb984cc9c72f9a25c13","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.1-canary.7f9d8f941.tgz","fileCount":1471,"unpackedSize":22012417,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOpUcCRA9TVsSAnZWagAA00MP/iexlTLkESUjUfR1iw0x\niekVXcVvq/NIgcBkK2N39hLcRsiZyTAeAj/24xZugBIQ5ejgrCqIKsDk4Rzk\neG6UmMb6kgSJqp8x2htqZQAiGZ8oipVZb+2kVcwNQ//6b0rCNH2D6xBp8P/U\nx8i5KggrH9LLZTDm2aQLH4ntNGaKtSCCFPdQ19f9wNTtU57KU0mD2JLL4SOi\nbHdh2w3eE4aAA3zXEq3IoZLMbTjc9E1+wmN42UEEj59WiwXn0IqsPVTiKpFw\nu5m2teoJbd4IfYJSvWFuzBeWEj+yRRw1RHEvziIA13T0b3y7ZjKLEFBMnsaN\nXrEt5dCDePICdgqnYomqpg99II1ObdxJI9twANxyppXSiotouukI+lEGBlyP\nsbWvu3CUXNc5D1m+E2+eZPq+553XTVOH/BO7Gryrp5nSiKus9Oql0h7Ln6u8\nj+1to9FgAfmxfqUUQ4ONL915JFbDEDPLA4cNnBUDucFsPy7445TujZfh5RrV\nLB8OKscunZyFIDYYXn5C68n8B8HYjFd0IIGi1CWFqUpgcUPrjjZKnmC3YqQj\ngH22uEp6g1fet7NUIO1WTy3Vi89rPdKxbcUXxYIW+qmi7fYeTagd57/dRBhD\nTGrxtSlo1wfbTZIKSodOO1SCrN1L6F3Fk2fOh1RztXDlBYFvRKvqHZjwQagR\nY99s\r\n=kso6\r\n-----END PGP SIGNATURE-----\r\n","size":4384584},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.1-canary.7f9d8f941_1631229211777_0.3976807463334129"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:36:29.191Z","contributors":[]},"3.0.1-canary.1271c9cde":{"name":"@firebase/firestore","version":"3.0.1-canary.1271c9cde","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.1271c9cde","@firebase/logger":"0.2.6-canary.1271c9cde","@firebase/util":"1.3.0-canary.1271c9cde","@firebase/webchannel-wrapper":"0.5.1-canary.1271c9cde","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.1271c9cde"},"devDependencies":{"@firebase/app":"0.7.0-canary.1271c9cde","@firebase/app-compat":"0.1.1-canary.1271c9cde","@firebase/auth":"0.17.1-canary.1271c9cde","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.1-canary.1271c9cde","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-EBQx6SgRBQsBdO83lVZXjE/YL4EtwdZezc0sCdvJxcxxFXq4fMn9kwACH1bVPo6u6NGMDj0PrGe9YbcnNdUQkg==","shasum":"aadc6bd2c809a0db263fc0b9c3ecfbbbf6a8c28f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.1-canary.1271c9cde.tgz","fileCount":1471,"unpackedSize":22012417,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOpVbCRA9TVsSAnZWagAAjEUQAIrfP7f6r4Pm7jbLW7VI\nZ6MGleihrQsquswzjBoqqbZpy1WQhdl9UeeLmRbQgE+rmqLPtDiT7AMNHijv\nM0nmhENbMjbi+qn2o2M+UCNwbfP96+DE5Msd7d4SW8uTEGtAoKjnEIlQndBi\nTq5dU82PH2I1bFcYzKLT3rVmUBeCMicWmSNLhEuQcHUAZS7JYNniQaW37GMi\nkQ0TdUwQzH629AqrkcH9QbnLRjhdOINxeGID7G7gDNI5ajfteUoysjZULSZT\nnHvAKg4RXvk4OjM+fr0aYw0Gt9mdhxH/Ko8ECF5Fpap4S94UcJS+kV+NDFU7\n73Qk+95ig7PlBzorjmL5casYmBfuyiUDTlTKJEr6fjBwhzCUtFOM2bCout2z\n2NUvCEUOZU31/M7+Vk80gvLln3cJx5M3QEaEEh8CluzG6Wzliq5xDER240/W\nwALaIQ73MbtwIQ0zQyUGStDja1MAW0EbiemowzJzKMqV1Mm6ghjKTSDWfpz0\nDrxVqakp89tieMpDKKRtRyiuud/9Hc1Zdrg8mSVo6iGbui7m6LkI2450IiE5\nxl8yAd7YaSQCsdK2cQzBTxuxKt3a6vu0KLH2O+64SH944JQN6MfuJtSV3VQa\nIggak/0M6T3I8HoVyK4KJ6rdOWd5YomFJv0zlCJVlmupyCjoZe6JgUYgV1nj\nqKRn\r\n=utx4\r\n-----END PGP SIGNATURE-----\r\n","size":4384565},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.1-canary.1271c9cde_1631229274848_0.09647584456418512"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:36:32.575Z","contributors":[]},"3.0.1-canary.e039e1472":{"name":"@firebase/firestore","version":"3.0.1-canary.e039e1472","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.e039e1472","@firebase/logger":"0.2.6-canary.e039e1472","@firebase/util":"1.3.0-canary.e039e1472","@firebase/webchannel-wrapper":"0.5.1-canary.e039e1472","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.e039e1472"},"devDependencies":{"@firebase/app":"0.7.0-canary.e039e1472","@firebase/app-compat":"0.1.1-canary.e039e1472","@firebase/auth":"0.17.1-canary.e039e1472","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.1-canary.e039e1472","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-K/w3FEv3HlHHm97ZPH0adm+EqCC/VPwYpcKEy3JxINfFQmcv9qa0KI/5reaJYsQpML2ieUryow2GYfdK3jDSwQ==","shasum":"59e5d2a660c01b73d27736b8d63f6d21e7eab5c6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.1-canary.e039e1472.tgz","fileCount":1471,"unpackedSize":22012417,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOpXqCRA9TVsSAnZWagAASA4QAI0oFzl4nyBnt/c0sib1\n1V0mDh68vl8DEEXNRtf51bEmOy6XwyaVYlCsn5jzgqzBFeFaZVu6cNNdx+jH\nywu8+gPZouSIVOY61Zb8AjCcuNNe9SpBGGnuanIPpD33+19m6xo0rXc108pP\na+S1u970sptcWXV6RGHAI+pV4AKamqNlBrx+16wziIobXCM2GoXXA5m9J+bt\noFGf/7WuMoaxeXLXHD8N4/GCDZoezK4zu7unlThZ0Dt2/11kyKT0HjziKLyl\n64McAq0LcDXXJgonfykCcmFrXMQcuoiOsfsfFnnr6JQzYSrow3qM/m0fGxVj\nm8uC3vddobaS4l56WIyXxjXo3rQsDu27iqoh16zSInB2JqHrgODLkTmPTEhD\n1NMW5Y8kDX0U8mWPH9WjhTCnVuLgib48z2Xjc1VfmBcbkAvjuyfpvhWuWMk+\nVSXOPydXEZNAWz4dKppMU7R8JTN8cMB0DehH5RhicXutD2+YShyb0J4fGuMo\nUJQ6DMofpaLYzqq0FyXGbj0ira0Js5OizXGhHxnB7//dSwzLPNmShYLz+C7J\noW1Ght8oBqn0pxu0UisOT1+LeD1LQFXRZP7+dOkjVXLCt7yrfjGntmWMa0Uv\ngC6U+oKCc5rEo/m670dq+RnNw3SpYhkgle6S7rUHSRYpXNi3DQ6D1ZmY7lrL\n85/p\r\n=MJYQ\r\n-----END PGP SIGNATURE-----\r\n","size":4384575},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.1-canary.e039e1472_1631229418265_0.21969090242360578"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:36:35.754Z","contributors":[]},"3.0.2-canary.a81979a8b":{"name":"@firebase/firestore","version":"3.0.2-canary.a81979a8b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.a81979a8b","@firebase/logger":"0.2.6-canary.a81979a8b","@firebase/util":"1.3.0-canary.a81979a8b","@firebase/webchannel-wrapper":"0.5.1-canary.a81979a8b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.1","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.a81979a8b"},"devDependencies":{"@firebase/app":"0.7.0-canary.a81979a8b","@firebase/app-compat":"0.1.1-canary.a81979a8b","@firebase/auth":"0.17.2-canary.a81979a8b","@rollup/plugin-alias":"3.1.2","@rollup/plugin-json":"4.1.0","@types/eslint":"7.2.10","@types/json-stable-stringify":"1.0.32","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.52.2","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.a81979a8b","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-rX8UYFdZFQ8BWTKxKknEm7lO+hQvcjY9xz8Nt5Wpkyk+LJZmLscG7DtV57mubAOpv28v+R0PqBHxslu2LCqOKg==","shasum":"38760c5a1f7b021e0ef0f13825d86f7d0e8ec866","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.a81979a8b.tgz","fileCount":1471,"unpackedSize":22013493,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOpaSCRA9TVsSAnZWagAA3aYP/07OlQBD5eDIb1M6ryWn\nATf/UhvOe0Ep151MQHK46XADBwpF8h2/ZWzbgzI1TEp39fKXp1dbxWGagLTY\nJU8Bx2YA9k48rR/pNzuhlC7oPKCLSRrEicFUYCtp0/EXc1cb6RWL73TRrht0\nltW749HIyLeWAOo7D+CWI1UJ71E9INDxuo3o1WXzpD211oo7Ol4RWbvr0/We\ns2Ipq5WGJGXv8xLq3DdkfUVQ8a1R+ljlF/GASj/6k5hMhWKEVdKeODp6NDJS\nPJLh9xoWHwk1NdLBfKvIstdL0JRxjrC/FoyHRWJ8oSKt1If4Kj8jPOTtczVt\nZY1iNsfIE+CUtBZ0Vgn0o+FPeJR1/fEUHqfVGq2gv1FL6FsY1EsVFp1tuqtZ\nhSSSFO1yJMH3NtCtUic507RjZcP/k+Uyxae0jAzdwp1vEacHYM88lFh84vmr\nICX+umP5iwiWjs63HXMrOpQwNQsIJUuPe7etG8D6/k6nvdKu/eY27jrm3Nwa\nrLCgUOvlfg8IMwoysOBCW4WfXKxdu1x/FqSZXN/YW3+o1NCyVEvyz0iXBuRE\nYhhK1FxKMDDmij4Y4swQyDZIZ8FaDGHz7G7cujg9ia5+J60huvOS3EMb+jvL\nb8n/aifX3peDtdIpA15eO3XAocvHx2aeGFtseAUzF8GoC7/49nEsjXaRC/Wb\n0Ipw\r\n=BYbN\r\n-----END PGP SIGNATURE-----\r\n","size":4384907},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.a81979a8b_1631229585652_0.288848930916795"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:36:39.119Z","contributors":[]},"3.0.2-canary.21866c268":{"name":"@firebase/firestore","version":"3.0.2-canary.21866c268","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.21866c268","@firebase/logger":"0.2.6-canary.21866c268","@firebase/util":"1.3.0-canary.21866c268","@firebase/webchannel-wrapper":"0.5.1-canary.21866c268","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.21866c268"},"devDependencies":{"@firebase/app":"0.7.0-canary.21866c268","@firebase/app-compat":"0.1.1-canary.21866c268","@firebase/auth":"0.17.2-canary.21866c268","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.21866c268","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-GkEAcljj2XvF5KkkXzQEA9+Mj0UnvfQ7Jpg60RTUqYFY1ZquGVcv26W+FevP7IZ50OpyAN1MB7CZrttRtpBiqA==","shasum":"fa1f0bdf77a63a2679b1560242a8248fa89dff8c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.21866c268.tgz","fileCount":1471,"unpackedSize":22013490,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOs6XCRA9TVsSAnZWagAARY0QAIjGprLgLyY83DgkAcmg\nsV4jbdBqiJJVtnx51kI5V0MTppTm0b8KIyCWPWU/ILW/g7wBE4+bC/drhygw\n4DFyr24PoRG1gz+8pu0cJDpDUaUJ/jLx7D/AjYXzK6X9nE9iwRaZ2gtddXkS\nhMeJt744G3BOKXk5swA8NjhtXipOX9JzEaXrV3YIDarQTY7a5dNQLcxUiNER\nVJ/4x3RuHbPxquYqtY+SHSNE1WPs+R/vr/FLjfA9da0juY95E+5SrEWk6mmw\n3lksB+Er1ISVSuTPssb4PRf/NKd3qU00QSN0sUnRFcUM9BBaKLv522HFsEL8\niCCjnfw5H8Nx8f9Yic5XsI135LoYykVSOWXSRZ9hP2kll0ZE7rESn0XZOcY6\nUPBOtpRGwHGXcuem2k2e1zugBCu/UDymtgICFIuOXJQ3C2z3GJa+5GF5G0h4\n8lpYPKADRMSt/DioTnVEiF2lAz+QGLD0Jr1F5jKQ6nc0dJ8iG0YPYvodmgF4\npe4merK20jg5+0Nj9jgWPEajZO8+wh9M+2qEugw96JSqV3t1f8HXyV08rARd\nEmd5DZhY/QM2NkPMyfx9Fu0qJvuFE4fP4zwJHbiceJowk0kYDNIUaVwVmFjd\nKSW9sftegoxf2lEbm8VjT4vRlGpRs5eLTsjEKER2LvYryBctSseZGcLb2Wud\nSX88\r\n=GhD4\r\n-----END PGP SIGNATURE-----\r\n","size":4384953},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.21866c268_1631243926978_0.022273968665553534"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:36:42.524Z","contributors":[]},"3.0.2-canary.abbf3be93":{"name":"@firebase/firestore","version":"3.0.2-canary.abbf3be93","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.abbf3be93","@firebase/logger":"0.2.6-canary.abbf3be93","@firebase/util":"1.3.0-canary.abbf3be93","@firebase/webchannel-wrapper":"0.5.1-canary.abbf3be93","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.abbf3be93"},"devDependencies":{"@firebase/app":"0.7.0-canary.abbf3be93","@firebase/app-compat":"0.1.1-canary.abbf3be93","@firebase/auth":"0.17.2-canary.abbf3be93","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.abbf3be93","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-xpi4A+PxURA6OLZ7YChSJCMpA1C/LezEGFNBugn1v8rYvHALSHmY8B3NXNALqIV6rTE288ywqyvlB67QOBpT6A==","shasum":"5d6bc90756bb023d5ac4bfd87915f0b49d3a6fd2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.abbf3be93.tgz","fileCount":1471,"unpackedSize":22013490,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhO50yCRA9TVsSAnZWagAA0+8P/3kNhPmLLR6whFs2ZQdV\npKH4j3GgQyDsGjOHFuh5q6iOxhV8ypmmROB3MQWTAN6+KbXnb9dwMthXlxf2\nYeYyHbzcc5Z+UwQLdh1/FdZyDUjjqILuE+evJrjBQt6EM475ssmeNVFfrj2I\nLm0YS/X1v2LkY4JTz55fjdGfSYoJWNFw6To73NQ4GwIfxoR/aHTNd9mSrmZM\n+PFWrIBTk6hJECdC+4FcqhIRjeOdMupaYHLwGWY1tf6cV7ANJO26dpn9DJtk\nGrs90Ra1asanhdfUZU36BbdDw18AjOUqaBWe1zy2edDI68IUP9GwUUWuGhR9\nmNaJj5lY9qnul0lLD5ppi6Arg35T0oE1zT9TdXJTnZLklC4sEf1T2Lui6fyf\nSa7aIsk+YY0TwdWUcAsZEvnRACpyrH1ffGtCqranDuQiEovfdqt4qWK7i/5H\nkvqjt0ZqlQmoWNFVUhk/qsLLDm4niOC7NqGQ3HNLVTLsD9BGC2HXH7aN/901\ny4gONUTpXwIHTuUx43nDPp2Jz8/4MYjtWSfgtKOoEeLdCB++raypokoFUH8I\nCOOx8gTaVYIQVRL63juDJkYy8hXVEY5tfUhAP3IFuG5AY0dVS7PWhHSXhpuu\n0PWJETz1EAwVfk+duq0/yUJKCoudCnvsegiQFa3EduMtq2qOKwcVlc34HxfB\nQR6E\r\n=p5lG\r\n-----END PGP SIGNATURE-----\r\n","size":4384939},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.abbf3be93_1631296818651_0.7466071120838236"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:36:46.616Z","contributors":[]},"3.0.2-canary.d164cb905":{"name":"@firebase/firestore","version":"3.0.2-canary.d164cb905","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.d164cb905","@firebase/logger":"0.2.6-canary.d164cb905","@firebase/util":"1.3.0-canary.d164cb905","@firebase/webchannel-wrapper":"0.5.1-canary.d164cb905","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.d164cb905"},"devDependencies":{"@firebase/app":"0.7.0-canary.d164cb905","@firebase/app-compat":"0.1.1-canary.d164cb905","@firebase/auth":"0.17.2-canary.d164cb905","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.d164cb905","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-sv/Yjdek/cdbxa7vkJ8E+1aL8vAgxClH6jtQJLjpk2ySSPeJ5fvT1eK1IDy4j7xNGB6RSQfFaqvTQtMar+slYA==","shasum":"8b189fd29ae17c54f98f4afe325d7d9db1d7b85e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.d164cb905.tgz","fileCount":1471,"unpackedSize":22018968,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhO7G+CRA9TVsSAnZWagAA/ekP/RrC6SEDzBfF+3VzI0Dm\nfLWNV0DvffdM6Kl17IBRYZek0cItVUN7kbhUjhU6XdCjvo990+NMMJ2NSS2I\nvw46gp/VOl/Hjs2BohQXK9YMhVXYXm8LzzTOm2BhOo1L8LhqHnwr5aGjAHLi\nG+xF9irvyRtMehxS67Yd8wJVAvqxQF72jaM/JuQl8q9aWRfB6cWxWOA+iWSK\n1rdKGaN9VJJR6lVIYvGAEDs9Mjg62niTz5iDBj9tPTvUsIXCcMZZkQZwa9y1\nrl9d2fomW/GAKjPP5RY3INeRx3FjkyqUww8RFf/9iD7EFk6tEWHfRQjvsir6\nLMLVCSpOUdlXqgoe4FXhO6uG9HUprSk/LCAFMmdHw64UatZj8xJFHEtb/9vU\n8IJl3ue53N2IKB/vc2BnDYvh5TlSd5Yi9BHZI0p/Brq/WBFkpkV45bSr5Tx9\nl/KrHQYEGsHDVCkLQn8iJZU4k4bvtyBOKYr335t2tMtuXj3JizLnBworr0kE\nOd506RIiyjC75dvfavng9/5T0xb9acCSyxikj8PUW5DPlL5ydkOyatbxKOq6\nIexXfAwZJefweh4rMlNi1dj4cjq5tNYjg8gSsIFyADRBTHwZkCoou7I3GVah\nfXRmbKSjxhlEtkcDbrC0CZa2/9W4CHQPTC/bmkDOBBI7L9diKI7hhU+LSFwW\nlNm2\r\n=zI1y\r\n-----END PGP SIGNATURE-----\r\n","size":4390026},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.d164cb905_1631302078452_0.0645909202321211"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:36:50.034Z","contributors":[]},"3.0.2-canary.5f8b16808":{"name":"@firebase/firestore","version":"3.0.2-canary.5f8b16808","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.5f8b16808","@firebase/logger":"0.2.6-canary.5f8b16808","@firebase/util":"1.3.0-canary.5f8b16808","@firebase/webchannel-wrapper":"0.5.1-canary.5f8b16808","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.5f8b16808"},"devDependencies":{"@firebase/app":"0.7.0-canary.5f8b16808","@firebase/app-compat":"0.1.1-canary.5f8b16808","@firebase/auth":"0.17.2-canary.5f8b16808","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.5f8b16808","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-WI95x5Vu0BiFegmb7Fg8b35wIZc9fijpYse2GiQqQX2Tv7PVeMqfKphKqDxYmdkUyPDPShZlmGe/JOe+h0H4uw==","shasum":"3713fcd049b0b37141149f4bae50e91cc02ab1bb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.5f8b16808.tgz","fileCount":1471,"unpackedSize":22018968,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhP8PVCRA9TVsSAnZWagAAcpEQAJTa1kB2EfdPH2d/ofH6\nB/L3CapQDjcj6oyBYpA3ce4+iw+Q75prBjToTIOFo96mlqleuLoXaVw+eqmg\nIK+iNLbAMbOjrXz5arpZQ3N4/osZLzSp5TW61nqmvBUr7bLwCI+Ki5vIDaRm\nY7s7OJp5/CujgSfgfYfi5GZTnMTyA8kwIdmZsE1c8yNbAIGlAc/AuM27vXPR\nEoZIHGZbcoEePjZdqL0dUTXSdwfwmEAJTbsK+O2Am7Jt0/fV3zSetBpLpqMu\n20O3xJRPLPgZVBrrOiYBRzjxBVk1ZdKYi3x9BB681l1Hq5JXZvstWFxsqS7L\nD61Af9T33Tglk9pI5djJXFD1Hwfn5J7csXtEEV7lXU5Ta6M7cZp8vjgrTsAG\nC81gR8azP2mbZI4m/aF5kjaN2+6G1i+bTkhZD/E7ppWUd5Gv4etZLggtsRCr\nGuQjgIkv4LVWfb8Vq62Z7qvh1NigYeCsrACbAVVoqL5MN0Vu0cdZoNZqrKk3\nVyYvfwi50qNpntiKc2U2BdDRvLEn29racMTNAtdbvGAtj04bFKIVh7/jUGuV\nNcFVEpbCGY9LuOte70drPfejgx+ARtLyti6shNGl/mpjyP32hv20LJxdOiZN\nBGxT4bprNJHMILIxBdB655bXbRihdjSHE3cwOjUXdenmE3BVz93ZIztH5oJd\ngsS0\r\n=fsEw\r\n-----END PGP SIGNATURE-----\r\n","size":4390034},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.5f8b16808_1631568853630_0.9891355548290872"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:36:53.364Z","contributors":[]},"3.0.2-canary.3846fb049":{"name":"@firebase/firestore","version":"3.0.2-canary.3846fb049","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.3846fb049","@firebase/logger":"0.2.6-canary.3846fb049","@firebase/util":"1.3.0-canary.3846fb049","@firebase/webchannel-wrapper":"0.5.1-canary.3846fb049","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.3846fb049"},"devDependencies":{"@firebase/app":"0.7.0-canary.3846fb049","@firebase/app-compat":"0.1.1-canary.3846fb049","@firebase/auth":"0.17.2-canary.3846fb049","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.3846fb049","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-sLs8LyoIpOQIdbmX7Ek19KoUKH7umvNnF1K/lBtkNT3fbNfdtoQXmRNh/pU11v4ZUURUmQXDEu1rjB670eRYQA==","shasum":"0a162ecad090a7be34cc56cfdf1a2bce407e9401","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.3846fb049.tgz","fileCount":1471,"unpackedSize":22019042,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQQoiCRA9TVsSAnZWagAA+jYP/03l4fYpvrcD41Pd9/GI\nbZ29fo4Cxq+EzDO88jZMyxZAPjWK97lJou+ffG6e3kin/9cNr8x6IpGWzwxt\nDYxmy5RaUeEJhMiNn0PzX0Q0qfBy3r/R9ikptMzKkcRsArc5svPM9Fnd8SF4\nGCzMX+PjisBoe/DGLW/LiZmQMqyzmEmq3sQxt/5OGJ7dbWRWxtB7ZNW0b6ME\n4ug/3EiQHuBufxNqFLBbBVMpJzCZCdhLMQEuKbSG7hIMk4NYlmejQTahIYAv\nA9W06wgNuBKFI4OqEZac6F37bR8xJcefs5U8gS9up2xzNFvjPUJetJ0iNtHQ\ngYkL3oZd7IGwG8yCS05zSsPsu6Fo1wOJ3ZHtFCAPi/BY05mdJ4iNRaBwQola\n9Qam+4P1D3cQ2S9nZaxU3u6qiOwatye9DU9CoenUT1V41b8519k/0ficzJ0+\nL3wUuLqcM3zlX7ohHNu6zVcui4YPOxUFGxNMF6l1j/hDAMCRYxXCk29waL9U\najkABnlj7MJBgaFJ35ilz1N9AtUQB4aoD4eiODHYnVbj9p6p6MjKlktZyBPK\nLeZ7rZI4RdjW7dIvxbgYRd+O+6+WNavFDKlvTws7jVsgoFlmx8mMyxUgP9Yq\nwTnTIskZ6YW8NyNUI2awvRb0/JyCmVeJ44ckcXJFfd6QjP5sfxFylUw505jD\nV3fd\r\n=gwTS\r\n-----END PGP SIGNATURE-----\r\n","size":4390031},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.3846fb049_1631652385703_0.9650435921203087"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:36:56.952Z","contributors":[]},"3.0.2-canary.456d664ae":{"name":"@firebase/firestore","version":"3.0.2-canary.456d664ae","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.456d664ae","@firebase/logger":"0.2.6-canary.456d664ae","@firebase/util":"1.3.0-canary.456d664ae","@firebase/webchannel-wrapper":"0.5.1-canary.456d664ae","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.456d664ae"},"devDependencies":{"@firebase/app":"0.7.0-canary.456d664ae","@firebase/app-compat":"0.1.1-canary.456d664ae","@firebase/auth":"0.17.2-canary.456d664ae","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.456d664ae","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-vPKdcRPkH4u0x56HChGl2s6REGwsHji4kGr1UdyZcY1Wp00N32/CkCZzLi6n8wxr74vml0QuFRCvyhQbM2Jg5w==","shasum":"30b66341ee300ace0c4c527456009cae42d6deec","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.456d664ae.tgz","fileCount":1471,"unpackedSize":22019042,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQRnRCRA9TVsSAnZWagAAALYQAJ1jC2t/XBcT12GBtDde\nRqmt/FMsqQG3SC1ry1dg90uov1e9EuBjW3XHUXLMR0B7pPpF7riwcLr8ILt8\nZF4zaHwQnY+JX1IO4hsVgpDqvzs3UwgF8fwSYm2gsoePb45V0fC4hdkcOAn5\nyPNfnp3TzC+k83u3SoZZQZc/SwocwZw2Y/4FRiVJSOGE3LhiWgMuFb9I9oX2\n4G+bHv6t5RhbFWtT5KVkZ1l4kz4GQ9NgZyFfaPCgB2gLHEtD7DUhQomy0u2r\nseMeeZpYrr0Y1hG2EM0Gqntf/6exN8VFsvIRoXC84ZVU4dQFPZas4KqGRXwN\n1H+qpyjItaSMDrnjATgqFCQzLdGKFldDy4C1RXke7zNrna/TTFhA8xQxPLIf\nJju92akXkfpDUUasceTyBX5PS/WppD9Fk5JbbiCX8Qn7CaPDcNuYHLteTXFk\nHvPfE95HC3tD/4oWZ+ZQXYXAURLM3wrQV9Y2HZns8I7fOHqGynOyBHclGMr4\n8QxfSzX85LVEzE5Ss+uZMOBRCcJkOGGtkgQp07Var1rNObkGM9IlTYHnCLiE\nIQmVoU4kiwYbA/XQEYOv+27tQosvQNuOQnl1CjQMlVwbu9XUfYxSGOde/wUy\nAnFY9SVkxZj7M28C2c+zfwgYVIIInZjZL27iVF60M2fFWKHBzzaxDUqjlao+\nOLxC\r\n=fZji\r\n-----END PGP SIGNATURE-----\r\n","size":4390022},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.456d664ae_1631656401215_0.575525032351575"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:37:00.318Z","contributors":[]},"3.0.2-canary.0281e06de":{"name":"@firebase/firestore","version":"3.0.2-canary.0281e06de","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.0281e06de","@firebase/logger":"0.2.6-canary.0281e06de","@firebase/util":"1.3.0-canary.0281e06de","@firebase/webchannel-wrapper":"0.5.1-canary.0281e06de","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.0281e06de"},"devDependencies":{"@firebase/app":"0.7.0-canary.0281e06de","@firebase/app-compat":"0.1.1-canary.0281e06de","@firebase/auth":"0.17.2-canary.0281e06de","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.0281e06de","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-FXf+l5DKvbYmMl/4MBZ3TPr/iHqk00/+FH17VfVuMCiNm/5D2aAkClVshtVEzNgpZun60lNh1LFvPRTlkLTi7Q==","shasum":"42de2249fc09668c4c8d11d9cf0f02703eb427b7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.0281e06de.tgz","fileCount":1471,"unpackedSize":22019042,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQS9dCRA9TVsSAnZWagAAE2kP/AnmkHSrTWCxFy5kEJIg\nuKTEdiDA9JE1k4qNTVrPchNlNQtiqzGLLJNoCMKN3AVHJTpJXFBI4ws/rNCk\nZMO6NGmenwH6auzXCWy1uCzn2v3aAYJRjhZfUQEuvO9yoXrsTbC5GnxFuh0D\n9nPj6qQcrqcJBpWB3fw7mMk9JHMU5nlSSLuoeAvikFqBvJbM7+lHJKmeA0Ey\ng6gaJAw1nI/Try8z+Ycp12Nr/RdH0pM7sWPtYiHKR+utZAV72/lcZjdif0dh\nYdm/OlwU5ifcplXf/VVsM5Jgu5XGYx8W8Jf9e4XLqDhEQOGbF0wFola72PTK\nV8DnJnbVH82dz0hc8tWFluLrVhmZy9htstC0Ecj29ER2W1HxjLKmbvOp+4pP\n7qAS7ylvZjcfrG0PI7hJhIknk3pulJb8WgSXrkcap8ou/tu8QW8QJ5V7s40T\neArXUgFIb/W0rYs01bSV6HMGyR+lfpyy9BoTLUZRftu0F6lXAn1kQdJyKzGs\nfFKOU1iNzoP9rPHVWvqdT41GoNp2FQfCyA2DpcnK+SS9uyGZ0zVQvYoWQjpo\nApvF7OPwz4ZHRb6Ipc+useW3b/K2sKvN4dlv3PA5eJs3qCleZiXsNPGQ96qI\nBKsAiXTxEVIhfHeJ3wPk1hWrPlRLj7s0xBtV0EaqMOx7Cwzjmyrtpwm4HXjc\nEuoo\r\n=yoHA\r\n-----END PGP SIGNATURE-----\r\n","size":4390023},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.0281e06de_1631661917490_0.01961975414870243"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:37:03.756Z","contributors":[]},"3.0.2-canary.5afd053d7":{"name":"@firebase/firestore","version":"3.0.2-canary.5afd053d7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.5afd053d7","@firebase/logger":"0.2.6-canary.5afd053d7","@firebase/util":"1.3.0-canary.5afd053d7","@firebase/webchannel-wrapper":"0.5.1-canary.5afd053d7","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.5afd053d7"},"devDependencies":{"@firebase/app":"0.7.0-canary.5afd053d7","@firebase/app-compat":"0.1.1-canary.5afd053d7","@firebase/auth":"0.17.2-canary.5afd053d7","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.5afd053d7","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-NAfyAJ6wnyMcRyTmVt+rpS0oo3CEx44ePZHcxvKUsv743ljRgLjVo4r+h7iN7j6/0NBmcTeOQrOC9vPpRH3Q1A==","shasum":"b5a39569987a3ba8e5675b76a7928ecf5c04d348","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.5afd053d7.tgz","fileCount":1471,"unpackedSize":22019042,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQUG2CRA9TVsSAnZWagAAxloQAIUhoSLxAKrWlrNFGFdo\nLg0FyRzow/pD3b6rQ9Q4GIHdj1VcjcdmyWtCAIWxdb2LXXJb+OPU3nVBYoYy\nFA0BHbndF1/X/upFAOk6XqIAMuLfetkkSa+eKJW3ZAC1Cks7rTZPy/8nOdlt\nwc5olBetpT256X8E/twMaj7DHFfYuEsVmNj1L/PSzJjgeXp2epU+dgby2Lfm\nfALaUo8QALSyB6PP9eu3dZ7WO4u02jYlnfX3YjrFc+SAnRDCH6lnAettYyQS\n9d3+Gc+taqaXVJipFAp37qn5WLOB2XOg9xGZMntircAfp4CFRTcg8+nw3CW1\nE5Usqjh4dKajufXDnLJ6xRlQFxCsmnERaWyeRZrXbYPhwrc18YjmL7dpvoxT\n5xUiwtuynmsRDiQNzkthq4qDNcjNWedCxXo59lnB073Gapgd88VnBS5JNI9h\nQLvQgBAc24B2juMA2sLJ6nx9Q7SAhzFhn0AcrRuIrKwjkPobiht3TM8yHlvh\nG4qbb2UZ22yjQ/tNrUvjJ+D9vpQioajXTmHIvd5k/jh/hWsEBmsdOjaaBRZx\n52bGyOsRE8GN/5oecc/oZCqGu6AtopJ+lfDQPGiubj19/2izqGS2UXRP5GLg\n4ZZDI6exgAzobyT4yotCVa9g8CYbCXz+7mYNfTOeFvk86PbYwJwiXGqMmnPY\n2XKz\r\n=ZDPp\r\n-----END PGP SIGNATURE-----\r\n","size":4390028},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.5afd053d7_1631666613968_0.10802183565230683"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:37:07.644Z","contributors":[]},"3.0.3-202181503543":{"name":"@firebase/firestore","version":"3.0.3-202181503543","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6","@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/webchannel-wrapper":"0.5.2-202181503543","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.0","@firebase/app-compat":"0.1.1","@firebase/auth":"0.17.2","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.3-202181503543","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-TZqfAm+lIte2jjrPhIcH6H+I6XltT0efHn8x658On6GDzvxSBePhdscOOVLq/UtL+3bCa1NcIk5YDGkZLsRnUg==","shasum":"ec442f495ef72128d3e55221ccb6b7c961075a87","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.3-202181503543.tgz","fileCount":1471,"unpackedSize":22019061,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQUIaCRA9TVsSAnZWagAAcTcP/iWvHjWydi7Dnkn+3pWO\noRUfHhD/4vZ0nfdlcHn+r+mxrZy3GW51/gp2N86JDXl0KbJKdVcalA6RK+wK\ndiRnST/taaMkEntVr9ZUFdO0FuC1omVB0s5ewsKmtp9JDsvvRY6kDg1AdmH2\n4Fs1q1qmOC6f48EnjWLSRrpkydjSDilyzaIEPeaUQjeQdbC6wRZQxFg2TaGV\nKt+srNA6RmICKT2lxyPZQR3L8J8SqgUSbqkgiNXUbNdacQmyrm/FFcDcAPFR\n3Cn/ZSSr8I7i2look92SvZD0k0aFtXMQVmZghBmDQrepZBItuHwxzmK0KsTM\npWi3Blpnyd3svuguravUX/bW8NET7Ruvq//Kwdwtvi2Hk1mELfs3gkWR/63S\nZGXez4UgIevZh97Tp31A86vcKJ2VtmHD1wdrNv6gFBWjoSL4XilZXSMVAE3n\nyKI6QbTgx98OL8sKktryf1kXom57OR2vvLAMKXzTVkbnN0fq9/5j9inE/Bhl\n1SdBIr5geIfu1VI/AYmRh8I2xsw9DhvjU8PO0Rd/IQMjnykeaxLSK/CN6s5J\nA4rJvpqSzg/Crr+aQa21mjxJVQwpELf6LAnlvccJL+ATNSPJpnIzpCg7dZFZ\nFehxI8zS/gygiCHvOV7pevSqtaolGDinWuxa75Ph9E2vdCaaWQS/bAOglDCi\n6bVa\r\n=We3X\r\n-----END PGP SIGNATURE-----\r\n","size":4390086},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.3-202181503543_1631666714655_0.5449731950608201"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:37:11.124Z","contributors":[]},"3.0.2-canary.f5b5efe95":{"name":"@firebase/firestore","version":"3.0.2-canary.f5b5efe95","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.f5b5efe95","@firebase/logger":"0.2.6-canary.f5b5efe95","@firebase/util":"1.3.0-canary.f5b5efe95","@firebase/webchannel-wrapper":"0.5.1-canary.f5b5efe95","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.f5b5efe95"},"devDependencies":{"@firebase/app":"0.7.0-canary.f5b5efe95","@firebase/app-compat":"0.1.1-canary.f5b5efe95","@firebase/auth":"0.17.2-canary.f5b5efe95","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.f5b5efe95","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-JNw0ezbU5/94ZNHfrpechJ6NV2rI13azUUGKtSKSvHFysBzFJLFLtIFgLFtnkDTrcvTyNXbgMrewqFUN+OLGDg==","shasum":"a297524a707cdce951fc63331ce3b86cf203d1a1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.f5b5efe95.tgz","fileCount":1471,"unpackedSize":22019150,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQhNiCRA9TVsSAnZWagAACmYP/3/F3PT54WQfWl8GiHRb\n5JxzDx2HcjYnijz9sbsKn34QdY0Qa0M7fLBEPzi1Mhn1lQ89SU6C/YIutqsP\nyp+eDazoCmcGdecDCSG5/1T/cpVMf7J7629hBfDSdv7wSjCxjIsmwXyDhciT\nIqYTFaIqFaEuXPp9rYcTPAdCgBR0SysCKKsEoeJrTXMxNVAA1zWIUMTHkeeU\nsItLsv6BPS/ZGEVKJSc1sNs3YspqjN/iVcRmxQBXSKx+OtLjOOmDxGl/jkFO\nHrfBVxOBGurvuWTxOXbJqhbaN/QPvn9ARLrvzzacB42S8AAQ7RQaE6J/PIhi\ngMfuMuBTCAo9dfwPBw+ZBSn0K4xHvqnOyggO/5ucVlUkPjEHWxAwO3HFabSy\nRiR2RBkie4oNDReBrq43KMt0Cp+POns7+2BbibK7SrqmJ5/xTSQ82WlIoDcg\nrS+UP/tNbyVTP5EIjuF4I6t8ks1GK3cwhb92BAoZZy5vixA8UlC2mnjDhCIH\nyiozszUhyrzezBfCDl0AqIfJQ+3hDZlO0HQ7ahK6DmFa4gAZ+YmKVq+Z3r18\nHTHjT9mqbovESINlDp/Y84KFZIF4kJcS3FayuKFYQ4lwrSHfmy4ScUe4cP7l\nXVNBr3ZanLS6/5OZttI3iQ3LeworA23cKlBZc3Gfj8IZnrV7nhvZNT4FxYLN\n8AY7\r\n=TQdq\r\n-----END PGP SIGNATURE-----\r\n","size":4378367},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.f5b5efe95_1631720290133_0.8114891914272566"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:37:14.686Z","contributors":[]},"3.0.2-canary.cd9ca9b73":{"name":"@firebase/firestore","version":"3.0.2-canary.cd9ca9b73","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.cd9ca9b73","@firebase/logger":"0.2.6-canary.cd9ca9b73","@firebase/util":"1.3.0-canary.cd9ca9b73","@firebase/webchannel-wrapper":"0.5.1-canary.cd9ca9b73","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.cd9ca9b73"},"devDependencies":{"@firebase/app":"0.7.0-canary.cd9ca9b73","@firebase/app-compat":"0.1.1-canary.cd9ca9b73","@firebase/auth":"0.17.2-canary.cd9ca9b73","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.cd9ca9b73","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-SReKOpPWPctoJUODIQD7Uh0sR8UPnbYmeGYm70jzv+w/8qpg835XMSjM6DvsenBB5gX7VhPJwQY8GuGeDTA/Gw==","shasum":"fa4085955ef238dd84dd2dca0414742761878855","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.cd9ca9b73.tgz","fileCount":1471,"unpackedSize":22019150,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQjDSCRA9TVsSAnZWagAA0ecP+wdYXzU/I5WTb5FVlGqZ\n1yQZlD5jr4oLFoyyVcy42vKQb7rDUadW9j6+k+Ph9+9N8T0oMG/z/+Fz4xBK\nTc7IG0Fuxy5WMrYeF4A2DFcJgcPWmqkksMa9weTQUnGdkd89Ek7V40iUQDyo\nhGBS9WP8DwhszFRIzbCQUwMZD3Ek2vTWNGH77xG4T0XYpMpV0W7cbl3kecR0\n8LBPrkW2cAlBB9Bo9fdFwyA0hdoPDmpzuuIj1fDyNfwtkHUtA7vl+wlBQ8AV\n3iVwcNXhynvoTau3bLyYsZcXbutJ4EfEdsSQLPKydveBbtlJFONslyAizZOb\nfI8+SWNeGswfHBPDCMm5huqRoVNCPXweoYhedWgrD2C/56RYbwSo/5565Gfg\npMXlpGsX18snRqXWZ1eAa6nJDCgnWtg6qQgs9uHarh/72eKL/m7L156TimVU\nB3Tihbo3LVm4KPdRQ+zjnSez8MP8EDezAmEzB+edsPyEfrN7DGcnXHvVfiTr\nFc6wxUXy3T701yxsR3x4IxH7FpsNLCB3/C9P/0VgVGLBfDJNI3dy1HwfYx/B\nfnmH47ua8eDdlTc+H4mhJMDG8b515wcxuFs/7zt6HvBgXbepH5ykyJv+XgiH\ncfiMprmKC1dQkkA4cpOaOg9AAlEm1nXvNVDw/hfkW1ceICmMSn1B7/HGTDMk\nf5Sc\r\n=27ct\r\n-----END PGP SIGNATURE-----\r\n","size":4378361},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.cd9ca9b73_1631727826400_0.5713532066751577"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:37:18.097Z","contributors":[]},"3.0.2-canary.07b88e6e8":{"name":"@firebase/firestore","version":"3.0.2-canary.07b88e6e8","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.07b88e6e8","@firebase/logger":"0.2.6-canary.07b88e6e8","@firebase/util":"1.3.0-canary.07b88e6e8","@firebase/webchannel-wrapper":"0.5.1-canary.07b88e6e8","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.07b88e6e8"},"devDependencies":{"@firebase/app":"0.7.0-canary.07b88e6e8","@firebase/app-compat":"0.1.1-canary.07b88e6e8","@firebase/auth":"0.17.2-canary.07b88e6e8","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.07b88e6e8","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-MISyDpjqVYp64SXK420fysuSEv9MIXAf9GFxCeTSqxUHOQPFnDYZN7WhwWH93we0cBLAdUhtkbyNPCTU6zLbTQ==","shasum":"51bd8704466ef687376b83e2fa4bc8d84f3fb0e8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.07b88e6e8.tgz","fileCount":1471,"unpackedSize":22019150,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQ6CWCRA9TVsSAnZWagAAf60P/1ko85GGlLylUJk2uMTX\n+SxAUozRveTrP7OTHSU0klyJvSc7AKqiWq6NQdEn+YSsgsWVgHvKGjA5c/cu\nr63RIKr5b/E0UN5ayGgF0cH2k1IFxmD1FdYVKKKofNYUfwKAaCd80RzCdj7E\nQ0Nrj25AnBrdLHtXkfFUhFQPvtcfppnufGEywZwY5nRGCOvvrav38SDsVcza\nFilnwRp9ao47WWRxRq34+Bymnv791lY7qpgm1YPeB2M44QI52cK7XdnZhOsp\nUcKZwI+9HBVXE4KUSZnJOtYXXMJXU+1SydNRbhp7l3y8hb+Pd6BXUXUDp0oA\n9SP4hWvUeYsHSXiY8EeO3C9lsWQuoHieeOTD+alGiuEI46B0WoIsGraHfmvs\nKK4n1IW1hRKIWtKimN9RgY3QkDIGsH8NIFEZh8i0hBih0n6muP8sAzXepDfR\nZ31GOSYkQt+gK4DrAzR2IGUt1uqUb+/x1HbUrNd9KhLsPHaQbX7JpZjb573N\nt5uxngqp3VYvjGg1FTZwI1jAQ0HV4TTpEnSfffvxoLj0m2AOfNT2VxpjjujL\nxnU4F9j1YMuVL1qYcZAA2caujfijJJvxY0NHXJ23lH7Ax9qXjIQkaBdeGVBx\n06LpPOp6aCT4kcZHEe50Wc93V35EY/MFu7mHzkwP04U9sYnOjoW80KE6AFEO\nwl/I\r\n=aqZ5\r\n-----END PGP SIGNATURE-----\r\n","size":4378367},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.07b88e6e8_1631821974020_0.6748487028863772"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:37:21.528Z","contributors":[]},"3.0.2-canary.46d26ff96":{"name":"@firebase/firestore","version":"3.0.2-canary.46d26ff96","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.46d26ff96","@firebase/logger":"0.2.6-canary.46d26ff96","@firebase/util":"1.3.0-canary.46d26ff96","@firebase/webchannel-wrapper":"0.5.1-canary.46d26ff96","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.46d26ff96"},"devDependencies":{"@firebase/app":"0.7.0-canary.46d26ff96","@firebase/app-compat":"0.1.1-canary.46d26ff96","@firebase/auth":"0.17.2-canary.46d26ff96","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.46d26ff96","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-FxwHGBAtF8JmbJ5CQdebFnKkZfqzEdrfkuOsD2tLYks/sm4ZvX+OIsTokeD97I4Gdo7mnLjlpuY1S5vMFPie5w==","shasum":"e890277446b5978b579b8950afed7afc6eb12889","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.46d26ff96.tgz","fileCount":1471,"unpackedSize":22019150,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQ72OCRA9TVsSAnZWagAA7IQP/1JnxsNJCfFUax+EJMI1\nJp9hcMh4EBxS4eXcEHoKXj/6hmX0zxcvWrROyBLFsmJeIIiwoAZ5iptdMkOQ\n2DYxvf0bNLkWVnTz2dqCmKYFtbySkvZY17ZGWVxlXaWT5pM9h1sgsSHy2jdc\nuoACLKhdpnI0lZAv7tdvP72RIP+AmwiMQ1SmIMvg8zTtFS0Us4zbMi4HQF6l\nUnAJ1kROJqM1dS2uOYVfej7hFSQxPDDkJWuc29Oy+pv/2cjUa3ycWRV9T96c\nJr4Sb/hsPuW6Nxg/31tBD29uMz/JqrT3IgkzSvpJSga3LMBhjjJJDMGiauLg\n2wCKjb3lWXiad5ZBGLTZIt+lLIUWaxiusjUy83/bJMHKx3JDLhFXicYVx5gp\nGVB9B1rntc2tIauKMgeLwqSbdSVPag8qvUOtOlhpM3j77/2zO5QNt1rISi4W\nxix62fZDQnbvTjFh631mwRLzZo14BWe08+YFEVYZV2LMAXZunEnpQFUtfdsW\nCqhFHNFNn1hnRfvecjemarNsIsYE8Ir7xRnt4mjb2YpyFF2VuOxEMEgwSsyQ\nAr1/G2Yqvm5AP3U7svBYf7MyPBTKqRBfvXOgWPEhnA3ijprOa+GgrNJzu2Iq\nHMh8RQD36mQxtZwac3qzC3mDrqodhlX2XStzlRmVLpXYUQ7vK8e6k7w5NXsQ\nggIt\r\n=gJE8\r\n-----END PGP SIGNATURE-----\r\n","size":4378367},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.46d26ff96_1631829390008_0.6749012470559084"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:37:24.817Z","contributors":[]},"3.0.2-canary.29e0be2cb":{"name":"@firebase/firestore","version":"3.0.2-canary.29e0be2cb","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.29e0be2cb","@firebase/logger":"0.2.6-canary.29e0be2cb","@firebase/util":"1.3.0-canary.29e0be2cb","@firebase/webchannel-wrapper":"0.5.1-canary.29e0be2cb","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.29e0be2cb"},"devDependencies":{"@firebase/app":"0.7.0-canary.29e0be2cb","@firebase/app-compat":"0.1.1-canary.29e0be2cb","@firebase/auth":"0.17.2-canary.29e0be2cb","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.29e0be2cb","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-Vvfx50R6kQNgmEKT51Oprh7Xk1js8pWmsXt3wVDPDoh3ZPZRW4Agu0fOCdI8GRsSGenxEhscCQfAUgALXYwCdQ==","shasum":"3ed7204035ee14031bbc7b9562d6c20d90b89f88","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.29e0be2cb.tgz","fileCount":1471,"unpackedSize":22019150,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQ77BCRA9TVsSAnZWagAAX8QP/1S/9+4oznWcIBspbzGE\ndUZSj/Mt2uUGgpgXlXP/Z6GTWU2QeWdLrrs68eCwvyvQfuSJGwBH2BPYaoHD\nUSdBnmNunDJyzY+JpGFXlHXuX4nCJJAQp5TzB/cbSZSLmhTZd3xIcbslLXZ3\nqGHphuboGsmdWkfzhIymjuAUDlhx+2mDkYf8Hn6SS2Nac0Exgzf1Qd1Li9Eg\n/cfHBtiiarvq0h4wrRJHWAXbgpcIzFgVt3BBu5ymnlUJ7Yvi4IURzS005DTo\nMd5R2PGzb3T3yPHDKnCBuyO+kAz2tGcLuBZgx85+GaPzLqP33PFFnSS0hvmE\ngteIUFFaZayHoQBrS17/9L3x7eRhFUsn1zHnYbZQ1ls9Zzrb5QfIoYM7aqQy\neW2HC3I+R+uuP1x2uQkGp35x2a3XrQHAU7Yi6m+CtbzH6GsWVVxMid4b98C7\n9oIwvhFKJOFS2fStj4KS1U4C1KxWOqfJ80HNPSZwJe8Ez0W2sOMjVfOfUEZW\nAa8UjLvT9rooQ0kcrxqdZmHrsH2p+AIMUsE8Pngk+r0Ju3aFx6eQDCrjr1Nr\nZroPCDDUPqWzgpqwZ1hWxt7awfhlIRK/E4wW2EJQNVfJECd76btxcU2xK6C1\neTEewRvvXR9eRPcrrpUH4a4BEpEI/T9udu/ZafQHtQKw4zqeE/rqg/EMaVVf\nG6yl\r\n=jnK/\r\n-----END PGP SIGNATURE-----\r\n","size":4378355},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.29e0be2cb_1631829697131_0.9519085543491508"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:37:28.077Z","contributors":[]},"3.0.2-canary.b83591e6e":{"name":"@firebase/firestore","version":"3.0.2-canary.b83591e6e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.b83591e6e","@firebase/logger":"0.2.6-canary.b83591e6e","@firebase/util":"1.3.0-canary.b83591e6e","@firebase/webchannel-wrapper":"0.5.1-canary.b83591e6e","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.b83591e6e"},"devDependencies":{"@firebase/app":"0.7.0-canary.b83591e6e","@firebase/app-compat":"0.1.1-canary.b83591e6e","@firebase/auth":"0.17.2-canary.b83591e6e","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.b83591e6e","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-0Z7hga8LbyoHVg8G9GMtqquSqqoYdOmwKVNhJxcHw5VGO/69R12v0/NR5AF0esro3LYyLwZ8fQGf368MEdIgmw==","shasum":"9f54c4d8468e57bb0e5ab48e4ef86949b40c90ba","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.b83591e6e.tgz","fileCount":1471,"unpackedSize":22019150,"size":4378365},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.b83591e6e_1631906445688_0.031577539658434794"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:37:31.289Z","contributors":[]},"3.0.2-canary.a5d87bc5c":{"name":"@firebase/firestore","version":"3.0.2-canary.a5d87bc5c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.a5d87bc5c","@firebase/logger":"0.2.6-canary.a5d87bc5c","@firebase/util":"1.3.0-canary.a5d87bc5c","@firebase/webchannel-wrapper":"0.5.1-canary.a5d87bc5c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.a5d87bc5c"},"devDependencies":{"@firebase/app":"0.7.0-canary.a5d87bc5c","@firebase/app-compat":"0.1.1-canary.a5d87bc5c","@firebase/auth":"0.17.2-canary.a5d87bc5c","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.a5d87bc5c","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-6sT51H3K9zSr0Z5XTL+OrSp8F/w8JhHhr5qQevRcLuwCVXg8rg6k5W/32dhDF0+zA2905bZP+y1nf44KCJCo4Q==","shasum":"b38d4ebe091bf19b169f52ed72c7bfd0969e40b8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.a5d87bc5c.tgz","fileCount":1471,"unpackedSize":22019150,"size":4378368},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.a5d87bc5c_1631917114130_0.5907214595976473"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:37:34.732Z","contributors":[]},"3.0.2-canary.ff9baf70c":{"name":"@firebase/firestore","version":"3.0.2-canary.ff9baf70c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.ff9baf70c","@firebase/logger":"0.2.6-canary.ff9baf70c","@firebase/util":"1.3.0-canary.ff9baf70c","@firebase/webchannel-wrapper":"0.5.1-canary.ff9baf70c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.ff9baf70c"},"devDependencies":{"@firebase/app":"0.7.0-canary.ff9baf70c","@firebase/app-compat":"0.1.1-canary.ff9baf70c","@firebase/auth":"0.17.2-canary.ff9baf70c","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.ff9baf70c","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-oNyLShf2TjxqJodnStwSFz+RJnlrUwvQBqQYTdgiioIZT2N0Y4FHOB6JiJjOYGz851HDnvyTV6eybh73YAh7nQ==","shasum":"1fcbcf25675d4e074d0a9df09953d0b815b13d40","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.ff9baf70c.tgz","fileCount":1471,"unpackedSize":22019150,"size":4378366},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.ff9baf70c_1632167176797_0.5258271341428353"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:37:38.447Z","contributors":[]},"3.0.2-canary.8468d7f74":{"name":"@firebase/firestore","version":"3.0.2-canary.8468d7f74","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.8468d7f74","@firebase/logger":"0.2.6-canary.8468d7f74","@firebase/util":"1.3.0-canary.8468d7f74","@firebase/webchannel-wrapper":"0.5.1-canary.8468d7f74","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.8468d7f74"},"devDependencies":{"@firebase/app":"0.7.0-canary.8468d7f74","@firebase/app-compat":"0.1.1-canary.8468d7f74","@firebase/auth":"0.17.2-canary.8468d7f74","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.8468d7f74","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-v/wTCFXLoa+nHHg8H71gFsDqgaN5fXTGNoaVrP5J3toUMy92jGtjlByvLmdBT6TZ9WLsGyfyJB/6ZckDrzXTTA==","shasum":"4f59349b9692b5a6891c6ef93570819bc15ac760","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.8468d7f74.tgz","fileCount":1471,"unpackedSize":22019150,"size":4378375},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.8468d7f74_1632168166480_0.985319240543876"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:37:42.079Z","contributors":[]},"3.0.2-canary.c2362214a":{"name":"@firebase/firestore","version":"3.0.2-canary.c2362214a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.c2362214a","@firebase/logger":"0.2.6-canary.c2362214a","@firebase/util":"1.3.0-canary.c2362214a","@firebase/webchannel-wrapper":"0.5.1-canary.c2362214a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.c2362214a"},"devDependencies":{"@firebase/app":"0.7.0-canary.c2362214a","@firebase/app-compat":"0.1.1-canary.c2362214a","@firebase/auth":"0.17.2-canary.c2362214a","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.c2362214a","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-smsc4L/ikbQnpQ8iNF8WAaVp/2vzSHx326EmLptiQ1lzbz91dgHq4BnzXJ50kfD8tJoMaJJvMWcXm/InrVJ0kQ==","shasum":"4c38a696c06e67490a43ebac3acae10c23dd8698","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.c2362214a.tgz","fileCount":1471,"unpackedSize":22019150,"size":4378367},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.c2362214a_1632178548103_0.8543821400892564"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:37:45.504Z","contributors":[]},"3.0.2-canary.f78ceca1c":{"name":"@firebase/firestore","version":"3.0.2-canary.f78ceca1c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.f78ceca1c","@firebase/logger":"0.2.6-canary.f78ceca1c","@firebase/util":"1.3.0-canary.f78ceca1c","@firebase/webchannel-wrapper":"0.5.1-canary.f78ceca1c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.f78ceca1c"},"devDependencies":{"@firebase/app":"0.7.0-canary.f78ceca1c","@firebase/app-compat":"0.1.1-canary.f78ceca1c","@firebase/auth":"0.17.2-canary.f78ceca1c","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.f78ceca1c","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-VPXKEBBRx4F2BxVkGQgzuZe2po/gy37a//ESdqNQt1QxvWonBppdbeWRZaHyAaqo9O31iOZsFWG6CtQtnbrQKA==","shasum":"b57318879007b024373b033d4b8755f19643ccc1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.f78ceca1c.tgz","fileCount":1471,"unpackedSize":22023402,"size":4379176},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.f78ceca1c_1632181511561_0.38928659432678425"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:37:52.171Z","contributors":[]},"3.0.2-canary.f90c1d081":{"name":"@firebase/firestore","version":"3.0.2-canary.f90c1d081","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.f90c1d081","@firebase/logger":"0.2.6-canary.f90c1d081","@firebase/util":"1.3.0-canary.f90c1d081","@firebase/webchannel-wrapper":"0.5.1-canary.f90c1d081","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.f90c1d081"},"devDependencies":{"@firebase/app":"0.7.0-canary.f90c1d081","@firebase/app-compat":"0.1.1-canary.f90c1d081","@firebase/auth":"0.17.2-canary.f90c1d081","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.f90c1d081","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-ivhhfpE12mNosSikPI2Yx/TicXHlsqRePvnJ93xg2e1sVWo80gzWJqAcgOcOseRKj62rO/g2X+xgyOpjuGd0bQ==","shasum":"1b3bdc3126dc7a0589b8b4fb04246ce2b40152ac","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.f90c1d081.tgz","fileCount":1471,"unpackedSize":22023402,"size":4379192},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.f90c1d081_1632244542074_0.7658134730225432"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:37:55.439Z","contributors":[]},"3.1.0-202182121215":{"name":"@firebase/firestore","version":"3.1.0-202182121215","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6","@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/webchannel-wrapper":"0.5.2-202182121215","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.0","@firebase/app-compat":"0.1.1","@firebase/auth":"0.17.3-202182121215","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-202182121215","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-bFMDQPmjBKbaSwJdQuKBJnTw7y6j8gSAVdRytYLJaXg9D1wmwfhOx3lk3ObDJz7Fi8Q+0ucIwE7HCzcdw/NT4g==","shasum":"149a322e301c4515641a1a3f2163ffb62b8fab43","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-202182121215.tgz","fileCount":1471,"unpackedSize":22023731,"size":4379326},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-202182121215_1632259981953_0.656613810791004"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:37:58.807Z","contributors":[]},"3.0.2-canary.5823d0bac":{"name":"@firebase/firestore","version":"3.0.2-canary.5823d0bac","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.5823d0bac","@firebase/logger":"0.2.6-canary.5823d0bac","@firebase/util":"1.3.0-canary.5823d0bac","@firebase/webchannel-wrapper":"0.5.1-canary.5823d0bac","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.5823d0bac"},"devDependencies":{"@firebase/app":"0.7.0-canary.5823d0bac","@firebase/app-compat":"0.1.1-canary.5823d0bac","@firebase/auth":"0.17.2-canary.5823d0bac","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.5823d0bac","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-OZuW9Axaq/RUvXJvUM6MSIAK+jMZReoyc2jVZ6FOU0cp+twflJu6yAJnvORfWra2ZOZHiHTI7qT6Ga7d9Fhx/Q==","shasum":"b8bad47f2c4a981a92e3cd98118f62717f3f6c2d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.5823d0bac.tgz","fileCount":1471,"unpackedSize":22023402,"size":4379175},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.5823d0bac_1632338960375_0.12543624074277893"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:38:02.272Z","contributors":[]},"3.0.2-canary.b79bd33e4":{"name":"@firebase/firestore","version":"3.0.2-canary.b79bd33e4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.b79bd33e4","@firebase/logger":"0.2.6-canary.b79bd33e4","@firebase/util":"1.3.0-canary.b79bd33e4","@firebase/webchannel-wrapper":"0.5.1-canary.b79bd33e4","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.b79bd33e4"},"devDependencies":{"@firebase/app":"0.7.0-canary.b79bd33e4","@firebase/app-compat":"0.1.1-canary.b79bd33e4","@firebase/auth":"0.17.2-canary.b79bd33e4","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.b79bd33e4","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-eBYbKXolNbJps3hskSDxQ+K2f4W3IJDrzcgI3ns91RfEOw3X5INqFWuT+mmrX3nDjaVxRQtCKvTaPa/y/L/qlA==","shasum":"191af0a61b993ff2469846e1dbf767421e154542","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.b79bd33e4.tgz","fileCount":1471,"unpackedSize":22023402,"size":4379200},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.b79bd33e4_1632343566394_0.4288718755030776"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:38:05.631Z","contributors":[]},"3.1.0-2021822203916":{"name":"@firebase/firestore","version":"3.1.0-2021822203916","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-2021822203916","@firebase/logger":"0.2.6","@firebase/util":"1.3.1-2021822203916","@firebase/webchannel-wrapper":"0.5.2-2021822203916","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.1-2021822203916"},"devDependencies":{"@firebase/app":"0.7.1-2021822203916","@firebase/app-compat":"0.1.2-2021822203916","@firebase/auth":"0.18.0-2021822203916","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-2021822203916","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-5SEAKOn2aQxBGaTI0gDYntp1izYYOaX/JYb1C+A0TIlkVhrgDxK7jezZvWwXMIaIENBjfsoArULIW4qiT8Py/g==","shasum":"1d17d2af9d96766b8d5eab19c8cd1a1572be431b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-2021822203916.tgz","fileCount":1471,"unpackedSize":22024315,"size":4379522},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-2021822203916_1632343772133_0.21678183569536236"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:38:09.045Z","contributors":[]},"3.0.2-canary.4d2a54fb0":{"name":"@firebase/firestore","version":"3.0.2-canary.4d2a54fb0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.4d2a54fb0","@firebase/logger":"0.2.6-canary.4d2a54fb0","@firebase/util":"1.3.0-canary.4d2a54fb0","@firebase/webchannel-wrapper":"0.5.1-canary.4d2a54fb0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.4d2a54fb0"},"devDependencies":{"@firebase/app":"0.7.0-canary.4d2a54fb0","@firebase/app-compat":"0.1.1-canary.4d2a54fb0","@firebase/auth":"0.17.2-canary.4d2a54fb0","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.4d2a54fb0","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-ygsw9HZAOm6UI4yMwqD3L5TGsL2+dqbaKyys8c5+kVHyDtegHzWLHdhsDVV2IyMOEZZ/Bi//fKZuCFE53VKYEQ==","shasum":"9ebad3e42f4222ebcc80c3b44bd1a81ea8b539ec","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.4d2a54fb0.tgz","fileCount":1471,"unpackedSize":22023402,"size":4379183},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.4d2a54fb0_1632343851241_0.14456534663730447"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:38:12.309Z","contributors":[]},"3.0.2-canary.b835b4cba":{"name":"@firebase/firestore","version":"3.0.2-canary.b835b4cba","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.b835b4cba","@firebase/logger":"0.2.6-canary.b835b4cba","@firebase/util":"1.3.0-canary.b835b4cba","@firebase/webchannel-wrapper":"0.5.1-canary.b835b4cba","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.b835b4cba"},"devDependencies":{"@firebase/app":"0.7.0-canary.b835b4cba","@firebase/app-compat":"0.1.1-canary.b835b4cba","@firebase/auth":"0.17.2-canary.b835b4cba","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.b835b4cba","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-5VheKlARoXM/t2TDPOOg8SqQrxPIJQBAw4M/bNdO/jnn5uQ1F2VZazfz3/sPR0VJrS2Wljg9HX8vIdLuA9qGKQ==","shasum":"a7f3031e2b9032cd8879cb1f18304cf85f437d84","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.b835b4cba.tgz","fileCount":1471,"unpackedSize":22023660,"size":4379348},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.b835b4cba_1632344450606_0.6684568584353967"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:38:15.774Z","contributors":[]},"3.1.0-2021822225617":{"name":"@firebase/firestore","version":"3.1.0-2021822225617","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-2021822225617","@firebase/logger":"0.2.6","@firebase/util":"1.3.1-2021822225617","@firebase/webchannel-wrapper":"0.5.2-2021822225617","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.1-2021822225617"},"devDependencies":{"@firebase/app":"0.7.1-2021822225617","@firebase/app-compat":"0.1.2-2021822225617","@firebase/auth":"0.18.0-2021822225617","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-2021822225617","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-LJPaekiKBvweyFn/BXq/CYtWP3KiepaSoy7PT83bQhd4e0b6QuHxMiPN3C00FoHbPWFKRHLmBnXozbnRwdA7Eg==","shasum":"02a09a47667b0dff31e3ddd141cee0af469fa054","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-2021822225617.tgz","fileCount":1471,"unpackedSize":22024315,"size":4379496},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-2021822225617_1632351876508_0.52100411037585"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:38:19.020Z","contributors":[]},"3.0.2-canary.ba9cba4e3":{"name":"@firebase/firestore","version":"3.0.2-canary.ba9cba4e3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.ba9cba4e3","@firebase/logger":"0.2.6-canary.ba9cba4e3","@firebase/util":"1.3.0-canary.ba9cba4e3","@firebase/webchannel-wrapper":"0.5.1-canary.ba9cba4e3","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.ba9cba4e3"},"devDependencies":{"@firebase/app":"0.7.0-canary.ba9cba4e3","@firebase/app-compat":"0.1.1-canary.ba9cba4e3","@firebase/auth":"0.17.2-canary.ba9cba4e3","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.ba9cba4e3","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-j9lBxRLojNHLWEg2WhS7PX+a5cLoXVV/CzoT6Ga0OhUJGy/jv4FsHEW2VE+zW4YWY6HxTCg33Pd6LQRRmDn44w==","shasum":"3221ea20bef06827b6e4cf64332f9fb66c0ab2e9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.ba9cba4e3.tgz","fileCount":1471,"unpackedSize":22023660,"size":4379342},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.ba9cba4e3_1632352825505_0.204423577248233"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:38:22.293Z","contributors":[]},"3.0.2-canary.86befb3f0":{"name":"@firebase/firestore","version":"3.0.2-canary.86befb3f0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.86befb3f0","@firebase/logger":"0.2.6-canary.86befb3f0","@firebase/util":"1.3.0-canary.86befb3f0","@firebase/webchannel-wrapper":"0.5.1-canary.86befb3f0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.86befb3f0"},"devDependencies":{"@firebase/app":"0.7.0-canary.86befb3f0","@firebase/app-compat":"0.1.1-canary.86befb3f0","@firebase/auth":"0.17.2-canary.86befb3f0","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.86befb3f0","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-lUzTiw9IehRo1xgLoxV7R62wDI8jR1Tmtro9N1uyJHZ2n+OdErzH0Kcp2MnK1GRvBqLW1qy8ydInzpY5Ms0keQ==","shasum":"a129162e9e11984fd59f65eb464ea5727713b5f7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.86befb3f0.tgz","fileCount":1471,"unpackedSize":22023660,"size":4379350},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.86befb3f0_1632357945379_0.9940622754628079"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:38:25.747Z","contributors":[]},"3.1.0-2021823172527":{"name":"@firebase/firestore","version":"3.1.0-2021823172527","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-2021823172527","@firebase/logger":"0.2.6","@firebase/util":"1.3.1-2021823172527","@firebase/webchannel-wrapper":"0.5.2-2021823172527","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.1-2021823172527"},"devDependencies":{"@firebase/app":"0.7.1-2021823172527","@firebase/app-compat":"0.1.2-2021823172527","@firebase/auth":"0.18.0-2021823172527","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-2021823172527","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-6BKg8mAMyfYrMZrp1JXqWZng2YC/ciFWOQbQxoBcXzjoHQ34hhNDaqLVgXIBRPr4T/Hcy7wq7fxiQEiN4fq4uQ==","shasum":"3ff7e16cd7dba313f52d1c33fe4911dfe37a63b9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-2021823172527.tgz","fileCount":1471,"unpackedSize":22024315,"size":4379526},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-2021823172527_1632418689355_0.17969087489484759"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:38:29.168Z","contributors":[]},"3.0.2-canary.4e7aba48a":{"name":"@firebase/firestore","version":"3.0.2-canary.4e7aba48a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.4e7aba48a","@firebase/logger":"0.2.6-canary.4e7aba48a","@firebase/util":"1.3.0-canary.4e7aba48a","@firebase/webchannel-wrapper":"0.5.1-canary.4e7aba48a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.4e7aba48a"},"devDependencies":{"@firebase/app":"0.7.0-canary.4e7aba48a","@firebase/app-compat":"0.1.1-canary.4e7aba48a","@firebase/auth":"0.17.2-canary.4e7aba48a","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.4e7aba48a","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-4ZXM+5J+8NN9TTQiZOaE80QFaV1Xq43WicM9BaDp+sb/h5BEp0omyb4B+1KG6rPYEFZcoByIFKY9ABzH5+NldQ==","shasum":"8dbcdb6a14c14478964e9e6f35010549c43d32c7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.4e7aba48a.tgz","fileCount":1471,"unpackedSize":22023660,"size":4379351},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.4e7aba48a_1632418933365_0.6113209008413469"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:38:32.595Z","contributors":[]},"3.0.2-canary.785a217ec":{"name":"@firebase/firestore","version":"3.0.2-canary.785a217ec","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.785a217ec","@firebase/logger":"0.2.6-canary.785a217ec","@firebase/util":"1.3.0-canary.785a217ec","@firebase/webchannel-wrapper":"0.5.1-canary.785a217ec","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.785a217ec"},"devDependencies":{"@firebase/app":"0.7.0-canary.785a217ec","@firebase/app-compat":"0.1.1-canary.785a217ec","@firebase/auth":"0.17.2-canary.785a217ec","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.785a217ec","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-kn9cWPvSUAJTkA+OPEn0WrVwef+83y/zbgmdwYT5r/II39FwoQLH6nswsyMdJvhzjw/LZkcASH0qnNcg0mpQog==","shasum":"9b60c098d13719e6d7c40bc5e4dc5a14a94a580e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.785a217ec.tgz","fileCount":1471,"unpackedSize":22023660,"size":4379350},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.785a217ec_1632424210772_0.5001777988529541"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:38:35.943Z","contributors":[]},"3.0.2-canary.126113703":{"name":"@firebase/firestore","version":"3.0.2-canary.126113703","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.126113703","@firebase/logger":"0.2.6-canary.126113703","@firebase/util":"1.3.0-canary.126113703","@firebase/webchannel-wrapper":"0.5.1-canary.126113703","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.126113703"},"devDependencies":{"@firebase/app":"0.7.0-canary.126113703","@firebase/app-compat":"0.1.1-canary.126113703","@firebase/auth":"0.17.2-canary.126113703","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.126113703","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-8jWPlG3a70pdA0ynLfhQOm8P74GqXg3UMRKIThW2+zvOxaBFXdyOCWvnzLd+I3mQLXHyTCQyp4vArAP3T3DpZw==","shasum":"0c54e44095b1c4ed555f6419039760bc61737b6c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.126113703.tgz","fileCount":1471,"unpackedSize":22023660,"size":4379355},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.126113703_1632430928455_0.5314898108225274"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:38:39.991Z","contributors":[]},"3.0.2-canary.08c098211":{"name":"@firebase/firestore","version":"3.0.2-canary.08c098211","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.08c098211","@firebase/logger":"0.2.6-canary.08c098211","@firebase/util":"1.3.0-canary.08c098211","@firebase/webchannel-wrapper":"0.5.1-canary.08c098211","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.08c098211"},"devDependencies":{"@firebase/app":"0.7.0-canary.08c098211","@firebase/app-compat":"0.1.1-canary.08c098211","@firebase/auth":"0.17.2-canary.08c098211","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.08c098211","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-nZ8sznV94GTpfEOUB0u1sO+ea5HTGHdENep4LqpyD6bS8iOefUTTkv+lYZjSf6O6gaobamHF3qYrVO4GvdrVbg==","shasum":"f89adedfb392b828901336d272ec79717053e47b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.08c098211.tgz","fileCount":1471,"unpackedSize":22023660,"size":4379351},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.08c098211_1632504604555_0.6120148674033059"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:38:43.815Z","contributors":[]},"3.0.2-canary.e62d02e52":{"name":"@firebase/firestore","version":"3.0.2-canary.e62d02e52","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.e62d02e52","@firebase/logger":"0.2.6-canary.e62d02e52","@firebase/util":"1.3.0-canary.e62d02e52","@firebase/webchannel-wrapper":"0.5.1-canary.e62d02e52","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.e62d02e52"},"devDependencies":{"@firebase/app":"0.7.0-canary.e62d02e52","@firebase/app-compat":"0.1.1-canary.e62d02e52","@firebase/auth":"0.17.2-canary.e62d02e52","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.e62d02e52","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-xPqia8bg/Fw9bJ2f6jXk2gvIniWQ2wjkzOWNwqA9/tLRYOWEn4+4BU96M/yTRuVaYbTcTdddILCPzz9wWf+omg==","shasum":"4dee80ebd794728f4ed8a0ec9de1220ef0399165","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.e62d02e52.tgz","fileCount":1471,"unpackedSize":22023660,"size":4379344},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.e62d02e52_1632505125916_0.935944680179587"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:38:50.014Z","contributors":[]},"3.0.2-canary.dfe65ff9b":{"name":"@firebase/firestore","version":"3.0.2-canary.dfe65ff9b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.dfe65ff9b","@firebase/logger":"0.2.6-canary.dfe65ff9b","@firebase/util":"1.3.0-canary.dfe65ff9b","@firebase/webchannel-wrapper":"0.5.1-canary.dfe65ff9b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.dfe65ff9b"},"devDependencies":{"@firebase/app":"0.7.0-canary.dfe65ff9b","@firebase/app-compat":"0.1.1-canary.dfe65ff9b","@firebase/auth":"0.17.2-canary.dfe65ff9b","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.dfe65ff9b","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-nNDE3L/K4nYEM1YI1grjbDbRELpSQCzfsHfp3KKqadY+PaqvzbQXKgXOrnNrKrOxgbjktoxP08Cm/efiGbLzOA==","shasum":"f06d731be62742c0ecf6d1b4fec3e2924787b69f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.dfe65ff9b.tgz","fileCount":1471,"unpackedSize":22023660,"size":4379344},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.dfe65ff9b_1632508051194_0.9317660856869807"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:38:53.640Z","contributors":[]},"3.0.2-canary.a99943fe3":{"name":"@firebase/firestore","version":"3.0.2-canary.a99943fe3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.6-canary.a99943fe3","@firebase/logger":"0.2.6-canary.a99943fe3","@firebase/util":"1.3.0-canary.a99943fe3","@firebase/webchannel-wrapper":"0.5.1-canary.a99943fe3","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.0-canary.a99943fe3"},"devDependencies":{"@firebase/app":"0.7.0-canary.a99943fe3","@firebase/app-compat":"0.1.1-canary.a99943fe3","@firebase/auth":"0.17.2-canary.a99943fe3","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.0.2-canary.a99943fe3","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-vFllTLSPVlsTqaQv5VwBH+eauEXgTq22VXUNQ8WtO6bZFzVIbOYTYzxTZ5QpkzX6UgsZ6Sa5TCiLkKDzvSCGvw==","shasum":"2f3d81914555a0e1eae65737b1c3113cceb5290e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.0.2-canary.a99943fe3.tgz","fileCount":1471,"unpackedSize":22018796,"size":4377478},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.0.2-canary.a99943fe3_1632510798002_0.6221297310117999"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:38:58.277Z","contributors":[]},"3.1.0-2021824202338":{"name":"@firebase/firestore","version":"3.1.0-2021824202338","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-2021824202338","@firebase/logger":"0.3.0-2021824202338","@firebase/util":"1.4.0-2021824202338","@firebase/webchannel-wrapper":"0.6.0-2021824202338","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.1-2021824202338"},"devDependencies":{"@firebase/app":"0.7.1-2021824202338","@firebase/app-compat":"0.1.2-2021824202338","@firebase/auth":"0.18.0-2021824202338","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-2021824202338","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-KrtbBOrBtr8gGYP7xt27n1j2mQq9LCIJ7xqGPRzgK6utCNHMB0lpmVnbN68wgFdw5xYojuJmb8VDJmyV1uMNFw==","shasum":"2ba7e903a6d66550e28e81e189605516854ee339","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-2021824202338.tgz","fileCount":1471,"unpackedSize":22019828,"size":4377774},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-2021824202338_1632516528740_0.04620318388795086"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:39:01.530Z","contributors":[]},"3.1.0":{"name":"@firebase/firestore","version":"3.1.0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7","@firebase/logger":"0.3.0","@firebase/util":"1.4.0","@firebase/webchannel-wrapper":"0.6.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.1","@firebase/app-compat":"0.1.2","@firebase/auth":"0.18.0","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-vOXueHNRjlgBlKVCWuUDhr3dQW2hJwbcqcJaFiIV9V+PamfyhOHzX8pEQkrPort4YQQvoRmY9uiFhfOGj2hbeA==","shasum":"0a59e41f164b28116aca1a264acef0dbc8e5a585","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0.tgz","fileCount":1471,"unpackedSize":22019310,"size":4377606},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0_1632521255833_0.5696964887141316"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:39:02.818Z","contributors":[]},"3.1.0-canary.e5c8eeda4":{"name":"@firebase/firestore","version":"3.1.0-canary.e5c8eeda4","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.e5c8eeda4","@firebase/logger":"0.3.0-canary.e5c8eeda4","@firebase/util":"1.4.0-canary.e5c8eeda4","@firebase/webchannel-wrapper":"0.6.0-canary.e5c8eeda4","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.1-canary.e5c8eeda4"},"devDependencies":{"@firebase/app":"0.7.1-canary.e5c8eeda4","@firebase/app-compat":"0.1.2-canary.e5c8eeda4","@firebase/auth":"0.18.0-canary.e5c8eeda4","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.e5c8eeda4","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-sFQFu/Gj4W34UWx8tpBvE/Y2NH1FUPdd/WiPEWdt0n45KBVrKs907Ow/Mucuyc+GLcHXbBxfj34zSO+kDwGWZA==","shasum":"71f2d5f5c55cc486125106da37fa053bcfc3dbe3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.e5c8eeda4.tgz","fileCount":1471,"unpackedSize":22019807,"size":4377711},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.e5c8eeda4_1632523496131_0.8640510789793818"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:39:06.216Z","contributors":[]},"3.1.0-canary.5e173a25e":{"name":"@firebase/firestore","version":"3.1.0-canary.5e173a25e","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.5e173a25e","@firebase/logger":"0.3.0-canary.5e173a25e","@firebase/util":"1.4.0-canary.5e173a25e","@firebase/webchannel-wrapper":"0.6.0-canary.5e173a25e","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.1-canary.5e173a25e"},"devDependencies":{"@firebase/app":"0.7.1-canary.5e173a25e","@firebase/app-compat":"0.1.2-canary.5e173a25e","@firebase/auth":"0.18.0-canary.5e173a25e","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.5e173a25e","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-D+HwTVTPEr7j4xFyPMHHjcVRj9FJcY4pv3THTqJ6GhZ01JceLDTorp7GZTZYHqoXbopy4jx9qIqyd026AweVjw==","shasum":"51c8ab39ce6c9ff767b030a90d25eef58f54c320","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.5e173a25e.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374775},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.5e173a25e_1632527139684_0.23091007020922794"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:39:09.556Z","contributors":[]},"3.1.0-canary.2460e8dbf":{"name":"@firebase/firestore","version":"3.1.0-canary.2460e8dbf","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.2460e8dbf","@firebase/logger":"0.3.0-canary.2460e8dbf","@firebase/util":"1.4.0-canary.2460e8dbf","@firebase/webchannel-wrapper":"0.6.0-canary.2460e8dbf","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.1-canary.2460e8dbf"},"devDependencies":{"@firebase/app":"0.7.1-canary.2460e8dbf","@firebase/app-compat":"0.1.2-canary.2460e8dbf","@firebase/auth":"0.18.0-canary.2460e8dbf","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.2460e8dbf","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-PvgxN9f0Whe/fzMtX/k20Pn92fqvMhArRNuk0pBqr1W7ONZV6YwSZB+XmRAsE8lBqhAcVD7K1cwFQ/NSTcvo1A==","shasum":"960b34a49947a59c56ea99c09a424ec02fa7a448","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.2460e8dbf.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374774},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.2460e8dbf_1632527473054_0.757324599424746"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:39:12.921Z","contributors":[]},"3.1.0-canary.85d2c4d29":{"name":"@firebase/firestore","version":"3.1.0-canary.85d2c4d29","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.85d2c4d29","@firebase/logger":"0.3.0-canary.85d2c4d29","@firebase/util":"1.4.0-canary.85d2c4d29","@firebase/webchannel-wrapper":"0.6.0-canary.85d2c4d29","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.2","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.1-canary.85d2c4d29"},"devDependencies":{"@firebase/app":"0.7.1-canary.85d2c4d29","@firebase/app-compat":"0.1.2-canary.85d2c4d29","@firebase/auth":"0.18.0-canary.85d2c4d29","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.56.3","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.85d2c4d29","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-qhuHSRNdhz5Kam336teD5GuyPooEBGqxn8ruTpKVFFklSDTNP6W6YiCUjvk6peUEzfbTfbl5mpWHUEsY4cl/lQ==","shasum":"d39d9c334f757cfe5e8478b6c8d4e4c05ec24652","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.85d2c4d29.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374765},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.85d2c4d29_1632527761745_0.018196659610225208"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:39:15.239Z","contributors":[]},"3.1.0-canary.d3041d875":{"name":"@firebase/firestore","version":"3.1.0-canary.d3041d875","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.d3041d875","@firebase/logger":"0.3.0-canary.d3041d875","@firebase/util":"1.4.0-canary.d3041d875","@firebase/webchannel-wrapper":"0.6.0-canary.d3041d875","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.1-canary.d3041d875"},"devDependencies":{"@firebase/app":"0.7.1-canary.d3041d875","@firebase/app-compat":"0.1.2-canary.d3041d875","@firebase/auth":"0.18.0-canary.d3041d875","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.d3041d875","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-r7lI7aI/bSO8JPc4XMPMx2qIvoVH7X+SVptYOYcYRn+7U/boc090EGoSMkj727ZWJmFn5aJ159+d83WsGvcV9w==","shasum":"b88da020ee32d9f3feec33de5e45d1dcd6b0677e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.d3041d875.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374774},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.d3041d875_1632532389635_0.3535597576774472"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:39:18.515Z","contributors":[]},"3.1.0-canary.316638a5b":{"name":"@firebase/firestore","version":"3.1.0-canary.316638a5b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.316638a5b","@firebase/logger":"0.3.0-canary.316638a5b","@firebase/util":"1.4.0-canary.316638a5b","@firebase/webchannel-wrapper":"0.6.0-canary.316638a5b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.1-canary.316638a5b"},"devDependencies":{"@firebase/app":"0.7.1-canary.316638a5b","@firebase/app-compat":"0.1.2-canary.316638a5b","@firebase/auth":"0.18.0-canary.316638a5b","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.316638a5b","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-a8N9JYFQ4MBYJ9BGjz/8cKx8BXAZ5JIl0RnN+vaWM2nO2WtOB8Yy/kP6GOky/ClFvAlTyq6UHkWTqxZ3vvTx/A==","shasum":"487219f31d20e797bda591033973f5f6fb784cc7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.316638a5b.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374762},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.316638a5b_1632722278065_0.8793486197870668"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:39:21.713Z","contributors":[]},"3.1.0-canary.49b0406ab":{"name":"@firebase/firestore","version":"3.1.0-canary.49b0406ab","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.49b0406ab","@firebase/logger":"0.3.0-canary.49b0406ab","@firebase/util":"1.4.0-canary.49b0406ab","@firebase/webchannel-wrapper":"0.6.0-canary.49b0406ab","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.1-canary.49b0406ab"},"devDependencies":{"@firebase/app":"0.7.1-canary.49b0406ab","@firebase/app-compat":"0.1.2-canary.49b0406ab","@firebase/auth":"0.18.0-canary.49b0406ab","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.49b0406ab","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-mYY7uAtswnB59gWTgO02GXL7ZIK7hppcVR/dlwjouA+/pEdUf4qDhOEC2qiE/8+KSLmQc+nvexVpnHTDOVkS+w==","shasum":"a2c5c582426d2e04f5ce3ba0a684d24cc773668b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.49b0406ab.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374780},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.49b0406ab_1632767748485_0.7046353311616946"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:39:27.420Z","contributors":[]},"3.1.0-canary.addd8b151":{"name":"@firebase/firestore","version":"3.1.0-canary.addd8b151","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.addd8b151","@firebase/logger":"0.3.0-canary.addd8b151","@firebase/util":"1.4.0-canary.addd8b151","@firebase/webchannel-wrapper":"0.6.0-canary.addd8b151","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.1-canary.addd8b151"},"devDependencies":{"@firebase/app":"0.7.1-canary.addd8b151","@firebase/app-compat":"0.1.2-canary.addd8b151","@firebase/auth":"0.18.0-canary.addd8b151","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.addd8b151","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-fqXSK3Cx0jn5KeUYGhuD8ALpltMFSuTXzVWJ3Fj4QXh40GJlTzxGzSZx976mHn50pTVcm77mhgQ7BxjN5qMOVA==","shasum":"db4a758f3326683ec4c80d4218eaf027afea8321","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.addd8b151.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374748},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.addd8b151_1632847577902_0.001518001918898726"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:39:31.568Z","contributors":[]},"3.1.0-canary.2ad6ce813":{"name":"@firebase/firestore","version":"3.1.0-canary.2ad6ce813","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.2ad6ce813","@firebase/logger":"0.3.0-canary.2ad6ce813","@firebase/util":"1.4.0-canary.2ad6ce813","@firebase/webchannel-wrapper":"0.6.0-canary.2ad6ce813","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.1-canary.2ad6ce813"},"devDependencies":{"@firebase/app":"0.7.1-canary.2ad6ce813","@firebase/app-compat":"0.1.2-canary.2ad6ce813","@firebase/auth":"0.18.0-canary.2ad6ce813","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.2ad6ce813","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-Lc0Ml/kpouHot787oojRnwkURsmOYKYjPgl5u2TqFbcmvc6Goro1E1pT4ng7l2SneytSmCr/zSQuLjZ59ejKdQ==","shasum":"d896ecc4062c22eaa1a3bf46671abc8a1071e156","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.2ad6ce813.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374770},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.2ad6ce813_1632854821782_0.5882375407016169"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:39:36.466Z","contributors":[]},"3.1.0-canary.6f66b4b90":{"name":"@firebase/firestore","version":"3.1.0-canary.6f66b4b90","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.6f66b4b90","@firebase/logger":"0.3.0-canary.6f66b4b90","@firebase/util":"1.4.0-canary.6f66b4b90","@firebase/webchannel-wrapper":"0.6.0-canary.6f66b4b90","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.1-canary.6f66b4b90"},"devDependencies":{"@firebase/app":"0.7.1-canary.6f66b4b90","@firebase/app-compat":"0.1.2-canary.6f66b4b90","@firebase/auth":"0.18.0-canary.6f66b4b90","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.6f66b4b90","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-opuqs63yyRAqLeiI1JtI5WK7ggGt15DXyHD3k1yVVcgU3nSe7Mjn15+ggJZoql26aqY/nhpB3vbx1gNqn2NtgA==","shasum":"b5dc745c5e272ed103e1f74cf403d335354d7b64","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.6f66b4b90.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374785},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.6f66b4b90_1632856687687_0.5516118758703537"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:39:39.905Z","contributors":[]},"3.1.0-canary.aa48accd5":{"name":"@firebase/firestore","version":"3.1.0-canary.aa48accd5","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.aa48accd5","@firebase/logger":"0.3.0-canary.aa48accd5","@firebase/util":"1.4.0-canary.aa48accd5","@firebase/webchannel-wrapper":"0.6.0-canary.aa48accd5","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.1-canary.aa48accd5"},"devDependencies":{"@firebase/app":"0.7.1-canary.aa48accd5","@firebase/app-compat":"0.1.2-canary.aa48accd5","@firebase/auth":"0.18.0-canary.aa48accd5","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.aa48accd5","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-yD3EVleFWH6P7++aEnrT617XVAz81Bmj2JgGKjimuT7DFzbmdIl/pSCZ+UMvMCv6ZLiaraNZDl5Vp+pmIzhunA==","shasum":"7281f90b93bda1e85f24413dfe9a24888c1a80ea","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.aa48accd5.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374758},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.aa48accd5_1632937797263_0.6851452569349712"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:39:43.210Z","contributors":[]},"3.1.0-canary.91117e0c2":{"name":"@firebase/firestore","version":"3.1.0-canary.91117e0c2","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.91117e0c2","@firebase/logger":"0.3.0-canary.91117e0c2","@firebase/util":"1.4.0-canary.91117e0c2","@firebase/webchannel-wrapper":"0.6.0-canary.91117e0c2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.1-canary.91117e0c2"},"devDependencies":{"@firebase/app":"0.7.1-canary.91117e0c2","@firebase/app-compat":"0.1.2-canary.91117e0c2","@firebase/auth":"0.18.0-canary.91117e0c2","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.91117e0c2","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-n7RX8K9z+bA4Zt3e8OtujwGuqyxHN2AeWncAGklxTTv+UZXHip8uFZCH6t1FFNscUoPexArmYYYbj1YGYChAeg==","shasum":"2b57ac6e5654f791fee76a6e9a3d4685eabd5bb4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.91117e0c2.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374761},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.91117e0c2_1633022378276_0.8788643273941064"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:39:46.848Z","contributors":[]},"3.1.0-2021830195733":{"name":"@firebase/firestore","version":"3.1.0-2021830195733","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7","@firebase/logger":"0.3.0","@firebase/util":"1.4.0","@firebase/webchannel-wrapper":"0.6.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.1","@firebase/app-compat":"0.1.2","@firebase/auth":"0.18.1-2021830195733","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-2021830195733","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-ocEZWiKo/+dgg/+qZdduj5N7LWeaogtNfVX0waCOZYKnTutGJonYAhRLO+oc43th/o4tji501SQ5T7v1AS5mvA==","shasum":"bb79046cf8778822960f18f171c2cd258e32765e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-2021830195733.tgz","fileCount":1471,"unpackedSize":22014605,"size":4374848},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-2021830195733_1633032385935_0.5679140969777963"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:39:50.218Z","contributors":[]},"3.1.0-canary.f7d8324a1":{"name":"@firebase/firestore","version":"3.1.0-canary.f7d8324a1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.f7d8324a1","@firebase/logger":"0.3.0-canary.f7d8324a1","@firebase/util":"1.4.0-canary.f7d8324a1","@firebase/webchannel-wrapper":"0.6.0-canary.f7d8324a1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.1-canary.f7d8324a1"},"devDependencies":{"@firebase/app":"0.7.1-canary.f7d8324a1","@firebase/app-compat":"0.1.2-canary.f7d8324a1","@firebase/auth":"0.18.0-canary.f7d8324a1","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.f7d8324a1","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-wfxth5ytjrYArr1xEajrVgO5m8c/sXEjhfxLGLKZvNbNik/lAqfa+eDIvUQXMqq6YmqvfDsc4wdrh98CylIUZA==","shasum":"b782b263a05cf0e96459e9a95a36185bec616bf3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.f7d8324a1.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374768},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.f7d8324a1_1633046094877_0.6909987829878927"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:39:53.624Z","contributors":[]},"3.1.0-canary.1b0e7af13":{"name":"@firebase/firestore","version":"3.1.0-canary.1b0e7af13","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.1b0e7af13","@firebase/logger":"0.3.0-canary.1b0e7af13","@firebase/util":"1.4.0-canary.1b0e7af13","@firebase/webchannel-wrapper":"0.6.0-canary.1b0e7af13","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.1-canary.1b0e7af13"},"devDependencies":{"@firebase/app":"0.7.1-canary.1b0e7af13","@firebase/app-compat":"0.1.2-canary.1b0e7af13","@firebase/auth":"0.18.0-canary.1b0e7af13","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.1b0e7af13","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-nfEXIk9nQsocDEt7pKnkWaSxl/2xNfHMgMJzN9W5MBSgBgxJgMDcFm9abPEyrHujwJ8JbH+kvFLevmhdoUkmmw==","shasum":"2aeff0c5d7b20401fca7c57332cfeb3e6e305df1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.1b0e7af13.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374771},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.1b0e7af13_1633048975879_0.852585806887439"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:39:56.928Z","contributors":[]},"3.1.0-canary.e70de6201":{"name":"@firebase/firestore","version":"3.1.0-canary.e70de6201","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.e70de6201","@firebase/logger":"0.3.0-canary.e70de6201","@firebase/util":"1.4.0-canary.e70de6201","@firebase/webchannel-wrapper":"0.6.0-canary.e70de6201","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.2-canary.e70de6201"},"devDependencies":{"@firebase/app":"0.7.2-canary.e70de6201","@firebase/app-compat":"0.1.3-canary.e70de6201","@firebase/auth":"0.18.1-canary.e70de6201","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.e70de6201","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-AS/LfCAJjEPEbvrMdfk3EQdI6S2UpltnwnNdj+CZBLlQmeZmWYesSi1cDThELixXbBin54ZG3bjHi1/Ij7vrEA==","shasum":"cd9fb8ded657acae1692ba3c00c3bdef92ec3482","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.e70de6201.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374806},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.e70de6201_1633112893381_0.5648090849314225"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:40:00.304Z","contributors":[]},"3.1.0-canary.88ea06930":{"name":"@firebase/firestore","version":"3.1.0-canary.88ea06930","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.88ea06930","@firebase/logger":"0.3.0-canary.88ea06930","@firebase/util":"1.4.0-canary.88ea06930","@firebase/webchannel-wrapper":"0.6.0-canary.88ea06930","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.2-canary.88ea06930"},"devDependencies":{"@firebase/app":"0.7.2-canary.88ea06930","@firebase/app-compat":"0.1.3-canary.88ea06930","@firebase/auth":"0.18.1-canary.88ea06930","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.88ea06930","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-Jw3WFpWeyPhcvlSzINBSThgUg2Wu04/H2/1Q5Ac4hvgZkBfSfKqzMyRpxtkoltyL8duXFanNPItuU2mOKeZLkQ==","shasum":"7f05164e728869c15d67b6bd7b7beca11246f6ad","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.88ea06930.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374812},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.88ea06930_1633122836537_0.30153138901806953"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:40:03.612Z","contributors":[]},"3.1.0-canary.49dfeb315":{"name":"@firebase/firestore","version":"3.1.0-canary.49dfeb315","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.49dfeb315","@firebase/logger":"0.3.0-canary.49dfeb315","@firebase/util":"1.4.0-canary.49dfeb315","@firebase/webchannel-wrapper":"0.6.0-canary.49dfeb315","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.2-canary.49dfeb315"},"devDependencies":{"@firebase/app":"0.7.2-canary.49dfeb315","@firebase/app-compat":"0.1.3-canary.49dfeb315","@firebase/auth":"0.18.1-canary.49dfeb315","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.49dfeb315","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-QjIX4w/F/4DWPOe7LMmMjBE1qdAgiJ3INsLnM+KCvjtnhbO6bEYdokv6b9tqTI32td0vYj7lnMzbvzf5ZPy0/g==","shasum":"4608d1b5977a2c44b477c406920fd4b209bbece9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.49dfeb315.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374806},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.49dfeb315_1633375125150_0.8532897724524053"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:40:07.055Z","contributors":[]},"3.1.0-canary.e2c4ab278":{"name":"@firebase/firestore","version":"3.1.0-canary.e2c4ab278","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.e2c4ab278","@firebase/logger":"0.3.0-canary.e2c4ab278","@firebase/util":"1.4.0-canary.e2c4ab278","@firebase/webchannel-wrapper":"0.6.0-canary.e2c4ab278","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.2-canary.e2c4ab278"},"devDependencies":{"@firebase/app":"0.7.2-canary.e2c4ab278","@firebase/app-compat":"0.1.3-canary.e2c4ab278","@firebase/auth":"0.18.1-canary.e2c4ab278","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.e2c4ab278","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-vIHgCCo1n2qAym4RhItEx3CpntD08+RYwMq9TSeh6YtNRAJm7JH/dv5kBr9V++mpXSh0UJnUkiD77zyu8hIyww==","shasum":"30f630a9df0042e7d76666e223d9180ec78a0572","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.e2c4ab278.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374808},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.e2c4ab278_1633454596925_0.3040141782266288"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:40:10.363Z","contributors":[]},"3.1.0-canary.e1d551ddb":{"name":"@firebase/firestore","version":"3.1.0-canary.e1d551ddb","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.e1d551ddb","@firebase/logger":"0.3.0-canary.e1d551ddb","@firebase/util":"1.4.0-canary.e1d551ddb","@firebase/webchannel-wrapper":"0.6.0-canary.e1d551ddb","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.2-canary.e1d551ddb"},"devDependencies":{"@firebase/app":"0.7.2-canary.e1d551ddb","@firebase/app-compat":"0.1.3-canary.e1d551ddb","@firebase/auth":"0.18.1-canary.e1d551ddb","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.e1d551ddb","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-tdEdJ+LF0+FaSluwLLRuYBGa3uLFsli6JeLBeu7nmfl4OxvfN7q4EjQf695tm07QfiT+VPobpjRk23Vli5vJiQ==","shasum":"339c051d216b0c1ba43c8c31bfe4e2ce245510aa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.e1d551ddb.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374797},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.e1d551ddb_1633457583935_0.818878246163562"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:40:13.843Z","contributors":[]},"3.1.0-canary.a4e770e58":{"name":"@firebase/firestore","version":"3.1.0-canary.a4e770e58","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.a4e770e58","@firebase/logger":"0.3.0-canary.a4e770e58","@firebase/util":"1.4.0-canary.a4e770e58","@firebase/webchannel-wrapper":"0.6.0-canary.a4e770e58","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.2-canary.a4e770e58"},"devDependencies":{"@firebase/app":"0.7.2-canary.a4e770e58","@firebase/app-compat":"0.1.3-canary.a4e770e58","@firebase/auth":"0.18.1-canary.a4e770e58","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.a4e770e58","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-ocSpDZCflIJZIQUsQKzXlNw9vUG3HmbWNHqTG3o6PPDa0cFdZ1Wgk2kxIuFRwGr/zG84jJrlIl+sq21l/6p1Zg==","shasum":"e2e1c3fbff20a09476e69d7ec5b4457a1771d922","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.a4e770e58.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374821},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.a4e770e58_1633457937758_0.9472667864013515"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:40:17.305Z","contributors":[]},"3.1.0-canary.15719e021":{"name":"@firebase/firestore","version":"3.1.0-canary.15719e021","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.15719e021","@firebase/logger":"0.3.0-canary.15719e021","@firebase/util":"1.4.0-canary.15719e021","@firebase/webchannel-wrapper":"0.6.0-canary.15719e021","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.2-canary.15719e021"},"devDependencies":{"@firebase/app":"0.7.2-canary.15719e021","@firebase/app-compat":"0.1.3-canary.15719e021","@firebase/auth":"0.18.1-canary.15719e021","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.15719e021","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-rvfQ8zb0f4KwPLXJcU0kmgc36kAnk98PbF/AWh6U3DDShjPw1IbWm2oTBaOa399td1zJnObyckOH2dMuJPUSIg==","shasum":"1a01c9c0647bcf3f6b60aca02d949824dc38ed2d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.15719e021.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374807},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.15719e021_1633458490636_0.057496268086131064"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:40:20.549Z","contributors":[]},"3.1.0-canary.3e920c888":{"name":"@firebase/firestore","version":"3.1.0-canary.3e920c888","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.3e920c888","@firebase/logger":"0.3.0-canary.3e920c888","@firebase/util":"1.4.0-canary.3e920c888","@firebase/webchannel-wrapper":"0.6.0-canary.3e920c888","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.2-canary.3e920c888"},"devDependencies":{"@firebase/app":"0.7.2-canary.3e920c888","@firebase/app-compat":"0.1.3-canary.3e920c888","@firebase/auth":"0.18.1-canary.3e920c888","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.3e920c888","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-/wgn8jIrjTr75xasKGAe6PEMkKMqNsLPA41DwIB1EdLQKb8ovnqFLuwx+krjRC+9h/OfwXknyhjzKe499fPsfA==","shasum":"93eabb3505b4fe04c510dedeb71b412af9f4271c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.3e920c888.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374812},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.3e920c888_1633459495638_0.9934216197688397"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:40:23.843Z","contributors":[]},"3.1.0-canary.e456d00a7":{"name":"@firebase/firestore","version":"3.1.0-canary.e456d00a7","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.e456d00a7","@firebase/logger":"0.3.0-canary.e456d00a7","@firebase/util":"1.4.0-canary.e456d00a7","@firebase/webchannel-wrapper":"0.6.0-canary.e456d00a7","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.2-canary.e456d00a7"},"devDependencies":{"@firebase/app":"0.7.2-canary.e456d00a7","@firebase/app-compat":"0.1.3-canary.e456d00a7","@firebase/auth":"0.18.1-canary.e456d00a7","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.e456d00a7","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-Um9xpoACcRavjwqKPwScKHLnZIQNKXc/zwNXU4Xb4Fn9DwCL9N50WyBVT4ju0aEDwk7IswmBHXlZF0MuotrLKA==","shasum":"a3ffc16050419ac4656ce0c6ffa3f3880d89b0df","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.e456d00a7.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374806},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.e456d00a7_1633460445235_0.23874243068134837"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:40:27.342Z","contributors":[]},"3.1.0-20219523556":{"name":"@firebase/firestore","version":"3.1.0-20219523556","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7","@firebase/logger":"0.3.0","@firebase/util":"1.4.0","@firebase/webchannel-wrapper":"0.6.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.2","@firebase/app-compat":"0.1.3","@firebase/auth":"0.18.2-20219523556","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-20219523556","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-Fpshqdwpj6nOWUHYgOESTdDY2pBiKYYf3JbbBZueAWms8rqeD+uU/88Ate4oRF0+HzKvJ+UO9i+mHTzmfL5EOQ==","shasum":"c39d33e5e3855dc2161e20d6f8585f5623f96b97","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-20219523556.tgz","fileCount":1471,"unpackedSize":22014561,"size":4374814},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-20219523556_1633478567828_0.9210241375887671"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:40:30.786Z","contributors":[]},"3.1.0-canary.b9235c65a":{"name":"@firebase/firestore","version":"3.1.0-canary.b9235c65a","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.b9235c65a","@firebase/logger":"0.3.0-canary.b9235c65a","@firebase/util":"1.4.0-canary.b9235c65a","@firebase/webchannel-wrapper":"0.6.0-canary.b9235c65a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.2-canary.b9235c65a"},"devDependencies":{"@firebase/app":"0.7.2-canary.b9235c65a","@firebase/app-compat":"0.1.3-canary.b9235c65a","@firebase/auth":"0.18.1-canary.b9235c65a","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.b9235c65a","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-8FuODvbpw/CDt6IQHZCkACdqo0MPmz7B72Q3MI2wO4zpC5LF8EXWGKlZptjBLAvg3qjhhJNmpRRRvPvWGpd6rA==","shasum":"c61247266c1b64371574fe71e301ed58f936235a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.b9235c65a.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374814},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.b9235c65a_1633543059126_0.21489808808784439"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:40:34.176Z","contributors":[]},"3.1.0-canary.a7e00b9eb":{"name":"@firebase/firestore","version":"3.1.0-canary.a7e00b9eb","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.a7e00b9eb","@firebase/logger":"0.3.0-canary.a7e00b9eb","@firebase/util":"1.4.0-canary.a7e00b9eb","@firebase/webchannel-wrapper":"0.6.0-canary.a7e00b9eb","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.2-canary.a7e00b9eb"},"devDependencies":{"@firebase/app":"0.7.2-canary.a7e00b9eb","@firebase/app-compat":"0.1.3-canary.a7e00b9eb","@firebase/auth":"0.18.1-canary.a7e00b9eb","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.a7e00b9eb","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-1BRJJNReZzwjFhJ7wdNw3uauPM1fNe6xluqn18IhcZQxiSjMF3bs1el13GdM6QnOvliDM68VI7LuMdtVDAy6IQ==","shasum":"937a3473e99161fe46d264fb0645eef2a6bb018a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.a7e00b9eb.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374816},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.a7e00b9eb_1633544748360_0.8247914086366248"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:40:37.615Z","contributors":[]},"3.1.0-canary.a4c373401":{"name":"@firebase/firestore","version":"3.1.0-canary.a4c373401","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.a4c373401","@firebase/logger":"0.3.0-canary.a4c373401","@firebase/util":"1.4.0-canary.a4c373401","@firebase/webchannel-wrapper":"0.6.0-canary.a4c373401","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.3-canary.a4c373401"},"devDependencies":{"@firebase/app":"0.7.3-canary.a4c373401","@firebase/app-compat":"0.1.4-canary.a4c373401","@firebase/auth":"0.18.2-canary.a4c373401","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.a4c373401","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-Hoc3JnoiPRObKhoN7eZ8qX21QE/Z2CdIofbOxdRrzJNcgacXpGJ/QiAH2aytFX4+4/CFT16yF93q0miyZsPrtQ==","shasum":"33961b741af7eae18fb56953a58543095eb07b27","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.a4c373401.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374808},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.a4c373401_1633642614842_0.6403510438616142"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:40:41.010Z","contributors":[]},"3.1.0-canary.53a926390":{"name":"@firebase/firestore","version":"3.1.0-canary.53a926390","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.53a926390","@firebase/logger":"0.3.0-canary.53a926390","@firebase/util":"1.4.0-canary.53a926390","@firebase/webchannel-wrapper":"0.6.0-canary.53a926390","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.3-canary.53a926390"},"devDependencies":{"@firebase/app":"0.7.3-canary.53a926390","@firebase/app-compat":"0.1.4-canary.53a926390","@firebase/auth":"0.18.2-canary.53a926390","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.53a926390","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-Tl0Px940JncJ+DDiu9C9DqPYH+sKC7mITTG3xo/bDu/CVUt04dB9yq/+fVZ/CtZRg5kocxy265SqZtWKPK4GIg==","shasum":"fc825d2caf34f2fd0ec70f62bac0422496a05f1d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.53a926390.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374822},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.53a926390_1633644739277_0.14673476867559332"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:40:43.694Z","contributors":[]},"3.1.0-canary.233e117f0":{"name":"@firebase/firestore","version":"3.1.0-canary.233e117f0","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.233e117f0","@firebase/logger":"0.3.0-canary.233e117f0","@firebase/util":"1.4.0-canary.233e117f0","@firebase/webchannel-wrapper":"0.6.0-canary.233e117f0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.2-canary.233e117f0"},"devDependencies":{"@firebase/app":"0.7.2-canary.233e117f0","@firebase/app-compat":"0.1.3-canary.233e117f0","@firebase/auth":"0.18.1-canary.233e117f0","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.233e117f0","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-d29t5TXtHb/BhFTcxx71GKMFdFv8wR+y1E4Qrz4v/cI9dtwE/B3E6huMfe06incexsFlX4tNvglgQ6APSiH1nA==","shasum":"a137a47f9eac6f389d16e1e270a44b3abf2c6c5a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.233e117f0.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374809},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.233e117f0_1633648150246_0.4989269036148356"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:40:47.184Z","contributors":[]},"3.1.0-canary.db25f4155":{"name":"@firebase/firestore","version":"3.1.0-canary.db25f4155","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.db25f4155","@firebase/logger":"0.3.0-canary.db25f4155","@firebase/util":"1.4.0-canary.db25f4155","@firebase/webchannel-wrapper":"0.6.0-canary.db25f4155","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.2-canary.db25f4155"},"devDependencies":{"@firebase/app":"0.7.2-canary.db25f4155","@firebase/app-compat":"0.1.3-canary.db25f4155","@firebase/auth":"0.18.1-canary.db25f4155","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.db25f4155","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-B4iQs7ZaUxpHihp7BoBolx6VYY6NqTAkAFz9JFCMVHhIMMrbfDaLUMF+DBigcI32uX7wn/0dswCejoT8gAS8dw==","shasum":"cce0804179220f609ea95703b615b06c3c2bc83c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.db25f4155.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374806},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.db25f4155_1633651587203_0.6534225820772208"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:40:50.665Z","contributors":[]},"3.1.0-canary.fc1d36497":{"name":"@firebase/firestore","version":"3.1.0-canary.fc1d36497","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.fc1d36497","@firebase/logger":"0.3.0-canary.fc1d36497","@firebase/util":"1.4.0-canary.fc1d36497","@firebase/webchannel-wrapper":"0.6.0-canary.fc1d36497","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.3-canary.fc1d36497"},"devDependencies":{"@firebase/app":"0.7.3-canary.fc1d36497","@firebase/app-compat":"0.1.4-canary.fc1d36497","@firebase/auth":"0.18.2-canary.fc1d36497","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.fc1d36497","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-7KTWRqhl2humd7oErBs0xzyoynnx04bx9JFQ9u+1VVmuM2pZRGp4c4dWIuws9id6tnnyissh7dutnSOX5VKcOQ==","shasum":"a5fb33f194a4950f97b789ef1cfeb48695197833","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.fc1d36497.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374812},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.fc1d36497_1633973668516_0.8752768488025358"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:40:53.948Z","contributors":[]},"3.1.0-canary.8c6b2caa3":{"name":"@firebase/firestore","version":"3.1.0-canary.8c6b2caa3","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.8c6b2caa3","@firebase/logger":"0.3.0-canary.8c6b2caa3","@firebase/util":"1.4.0-canary.8c6b2caa3","@firebase/webchannel-wrapper":"0.6.0-canary.8c6b2caa3","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.3-canary.8c6b2caa3"},"devDependencies":{"@firebase/app":"0.7.3-canary.8c6b2caa3","@firebase/app-compat":"0.1.4-canary.8c6b2caa3","@firebase/auth":"0.18.2-canary.8c6b2caa3","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.8c6b2caa3","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-r9Z/CKzkkdzR7Xb9VoZuuQAWAJ/vhcQo02nNLGiJGYAeND7gQteEqjR+gDNCU6R83JmvnyfkbGw+qc3yyZ8CUw==","shasum":"fa3a728d69f5a7e70fc92df3f6754d7ee1da5bbb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.8c6b2caa3.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374806},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.8c6b2caa3_1633974317037_0.7746831979507718"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:40:57.277Z","contributors":[]},"3.1.0-canary.352cc2647":{"name":"@firebase/firestore","version":"3.1.0-canary.352cc2647","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.352cc2647","@firebase/logger":"0.3.0-canary.352cc2647","@firebase/util":"1.4.0-canary.352cc2647","@firebase/webchannel-wrapper":"0.6.0-canary.352cc2647","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.3-canary.352cc2647"},"devDependencies":{"@firebase/app":"0.7.3-canary.352cc2647","@firebase/app-compat":"0.1.4-canary.352cc2647","@firebase/auth":"0.18.2-canary.352cc2647","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.352cc2647","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-fGChDz3i8TrxiLOJe3XYwBTLtEtXmVfWq8biVZrrRp2J56KB3HOAt0E8C0/GAXOOaonOQKGJXmH938XMiV20rQ==","shasum":"31e6dcb5d08db550276b4bfcb304b03bf5f4a51c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.352cc2647.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374812},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.352cc2647_1633974847640_0.19341136267827452"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:41:00.665Z","contributors":[]},"3.1.0-canary.f5a17143b":{"name":"@firebase/firestore","version":"3.1.0-canary.f5a17143b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.f5a17143b","@firebase/logger":"0.3.0-canary.f5a17143b","@firebase/util":"1.4.0-canary.f5a17143b","@firebase/webchannel-wrapper":"0.6.0-canary.f5a17143b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.3-canary.f5a17143b"},"devDependencies":{"@firebase/app":"0.7.3-canary.f5a17143b","@firebase/app-compat":"0.1.4-canary.f5a17143b","@firebase/auth":"0.18.2-canary.f5a17143b","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.f5a17143b","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-S7/9rxGYDNfpCt5uW1Hf1m0HtuZtANkJC8u4wZPgQgJuRGbBOpiJsXGpnN6srR1b4Z0DctOl3KEJO/vOuLj+FQ==","shasum":"18bcbf7f9710968acb5bc3fc004900972928f1bf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.f5a17143b.tgz","fileCount":1471,"unpackedSize":22014792,"size":4374810},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.f5a17143b_1634012677158_0.1730786090704428"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:41:04.165Z","contributors":[]},"3.1.0-canary.5c9ad7e0b":{"name":"@firebase/firestore","version":"3.1.0-canary.5c9ad7e0b","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.5c9ad7e0b","@firebase/logger":"0.3.0-canary.5c9ad7e0b","@firebase/util":"1.4.0-canary.5c9ad7e0b","@firebase/webchannel-wrapper":"0.6.0-canary.5c9ad7e0b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.3-canary.5c9ad7e0b"},"devDependencies":{"@firebase/app":"0.7.3-canary.5c9ad7e0b","@firebase/app-compat":"0.1.4-canary.5c9ad7e0b","@firebase/auth":"0.18.2-canary.5c9ad7e0b","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.5c9ad7e0b","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-NtdeMO1toX6E7Ot5HGFMpJvRqPISPU/l+OiMVcZtYa6rtKA2T1NTQf5O3Lvfep21lK2c8C/Hu67mt3WPp3WqGw==","shasum":"f26b7053d20a50c031a5e8cc40e9daf368ad050c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.5c9ad7e0b.tgz","fileCount":1471,"unpackedSize":21164215,"size":4015687},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.5c9ad7e0b_1634062220781_0.6195803680854814"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:41:07.586Z","contributors":[]},"3.1.0-canary.4a834d8cc":{"name":"@firebase/firestore","version":"3.1.0-canary.4a834d8cc","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.4a834d8cc","@firebase/logger":"0.3.0-canary.4a834d8cc","@firebase/util":"1.4.0-canary.4a834d8cc","@firebase/webchannel-wrapper":"0.6.0-canary.4a834d8cc","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.3-canary.4a834d8cc"},"devDependencies":{"@firebase/app":"0.7.3-canary.4a834d8cc","@firebase/app-compat":"0.1.4-canary.4a834d8cc","@firebase/auth":"0.18.2-canary.4a834d8cc","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.4a834d8cc","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-1mXaTkdmuh/RlupG/3k+Zluj+kPvzz7zjoQkE9J/L27/ej0v8mDNRFwxvHOBKEVrArAP+Fy8qG8+dl+v3crVpA==","shasum":"b4b46992b118c1ab7dedd80a8de54c3b2bce013c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.4a834d8cc.tgz","fileCount":1471,"unpackedSize":21164215,"size":4015658},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.4a834d8cc_1634062465253_0.6474579849649695"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:41:10.936Z","contributors":[]},"3.1.0-canary.93795c780":{"name":"@firebase/firestore","version":"3.1.0-canary.93795c780","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.93795c780","@firebase/logger":"0.3.0-canary.93795c780","@firebase/util":"1.4.0-canary.93795c780","@firebase/webchannel-wrapper":"0.6.0-canary.93795c780","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.3-canary.93795c780"},"devDependencies":{"@firebase/app":"0.7.3-canary.93795c780","@firebase/app-compat":"0.1.4-canary.93795c780","@firebase/auth":"0.18.2-canary.93795c780","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.93795c780","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-+Pghn1eYmDRBoYfVbOJZORrvCbtLwZvxcHjR67pU+U36wlg10v24tegDMno9v4yBjNxCZMjRPk2I+7Tm11blvA==","shasum":"929e1a3fc16563890d0632785f55f5c25d4aef54","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.93795c780.tgz","fileCount":1471,"unpackedSize":21164215,"size":4015676},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.93795c780_1634062515915_0.6180948188421378"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:41:14.271Z","contributors":[]},"3.1.0-canary.703ef779d":{"name":"@firebase/firestore","version":"3.1.0-canary.703ef779d","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.703ef779d","@firebase/logger":"0.3.0-canary.703ef779d","@firebase/util":"1.4.0-canary.703ef779d","@firebase/webchannel-wrapper":"0.6.0-canary.703ef779d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.3-canary.703ef779d"},"devDependencies":{"@firebase/app":"0.7.3-canary.703ef779d","@firebase/app-compat":"0.1.4-canary.703ef779d","@firebase/auth":"0.18.2-canary.703ef779d","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.703ef779d","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-VQwQJr6sj68iTPPHF5Ppnls/KoJHOdoRhOFnqdVguEbTU1CXSezp47T2AnwUSBJ/UCtPJob2S2MeC0PAEHiBjQ==","shasum":"f7cec1ee12e1cb4ad2c2270bad15ccd3641dff72","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.703ef779d.tgz","fileCount":1471,"unpackedSize":21164215,"size":4015699},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.703ef779d_1634073794379_0.7341058435102057"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:41:17.547Z","contributors":[]},"3.1.1-2021912211028":{"name":"@firebase/firestore","version":"3.1.1-2021912211028","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7","@firebase/logger":"0.3.0","@firebase/util":"1.4.0","@firebase/webchannel-wrapper":"0.6.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.4-2021912211028"},"devDependencies":{"@firebase/app":"0.7.4-2021912211028","@firebase/app-compat":"0.1.5-2021912211028","@firebase/auth":"0.18.3-2021912211028","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.1-2021912211028","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-ulSzboisB0eEalwH6HQ5cSq3j2QIGTSSgGHr4gKvZ+ObAPVR9HZVFDwuGTW1Op6/bOrPSQK/7FnUVUbjpqtTTQ==","shasum":"eedb704048409d305c3da4629367ee68464bad9e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.1-2021912211028.tgz","fileCount":1471,"unpackedSize":21164449,"size":4015795},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.1-2021912211028_1634074416696_0.6165945162493685"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:41:20.149Z","contributors":[]},"3.1.0-canary.5a9a14473":{"name":"@firebase/firestore","version":"3.1.0-canary.5a9a14473","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.5a9a14473","@firebase/logger":"0.3.0-canary.5a9a14473","@firebase/util":"1.4.0-canary.5a9a14473","@firebase/webchannel-wrapper":"0.6.0-canary.5a9a14473","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.3-canary.5a9a14473"},"devDependencies":{"@firebase/app":"0.7.3-canary.5a9a14473","@firebase/app-compat":"0.1.4-canary.5a9a14473","@firebase/auth":"0.18.2-canary.5a9a14473","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.5a9a14473","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-uZzwGxH57W/p4qOMBBonV7xgqYCIp67qNt73DsyOClRcLKBDP8eVqd8K24i8AxBBmT8gr6FyFqu7WgpJN/XXvQ==","shasum":"f743d44952a6c50bb08977b5580f3bde10780c29","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.5a9a14473.tgz","fileCount":1471,"unpackedSize":21164215,"size":4015655},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.5a9a14473_1634236039199_0.8566438837808841"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:41:23.375Z","contributors":[]},"3.1.0-canary.b6f30c24f":{"name":"@firebase/firestore","version":"3.1.0-canary.b6f30c24f","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.b6f30c24f","@firebase/logger":"0.3.0-canary.b6f30c24f","@firebase/util":"1.4.0-canary.b6f30c24f","@firebase/webchannel-wrapper":"0.6.0-canary.b6f30c24f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.3-canary.b6f30c24f"},"devDependencies":{"@firebase/app":"0.7.3-canary.b6f30c24f","@firebase/app-compat":"0.1.4-canary.b6f30c24f","@firebase/auth":"0.18.2-canary.b6f30c24f","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.0-canary.b6f30c24f","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-MPzEXBafc/vq+OMQRtQwFcWwl6Xb3mSHFi6ozAAFxMHwSjF4sbi3f0n+zIPRmvpD7/jusaS3R3Uo1KfpQLFhHg==","shasum":"b2083acd628e4f6372101c55e1e9b97c03226fa1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.0-canary.b6f30c24f.tgz","fileCount":1471,"unpackedSize":21164215,"size":4015671},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.0-canary.b6f30c24f_1634242031883_0.1382370178028698"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:41:26.623Z","contributors":[]},"3.1.1":{"name":"@firebase/firestore","version":"3.1.1","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7","@firebase/logger":"0.3.0","@firebase/util":"1.4.0","@firebase/webchannel-wrapper":"0.6.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.4","@firebase/app-compat":"0.1.5","@firebase/auth":"0.18.3","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.1","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-hFl+Me6F+GhtEaMsmwruOVoaJfoYinjCKyhaXzQT/jUsoBzKUBCd6MKMjYD+D+y1deAmdkFJcRNxPV7CsgF2aw==","shasum":"4b3c0d15f8ca38a83cc655ebfc2dffb8a6c984ab","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.1.tgz","fileCount":1471,"unpackedSize":21163661,"size":4015538},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.1_1634244742596_0.5464338517621299"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:41:27.592Z","contributors":[]},"3.1.1-canary.ba40cde9c":{"name":"@firebase/firestore","version":"3.1.1-canary.ba40cde9c","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.ba40cde9c","@firebase/logger":"0.3.0-canary.ba40cde9c","@firebase/util":"1.4.0-canary.ba40cde9c","@firebase/webchannel-wrapper":"0.6.0-canary.ba40cde9c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.4-canary.ba40cde9c"},"devDependencies":{"@firebase/app":"0.7.4-canary.ba40cde9c","@firebase/app-compat":"0.1.5-canary.ba40cde9c","@firebase/auth":"0.18.3-canary.ba40cde9c","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.1-canary.ba40cde9c","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-MFvWs00/YxRaneKwG7KZbi9t37YKaUD5w4gWgF7LNVsXx5o/u/AUZ56GDYhX1OhvkWqeMVQPaRiJUnyu1z4E7g==","shasum":"655b73be097247a1fdb24ee7747d7a5bba95f193","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.1-canary.ba40cde9c.tgz","fileCount":1471,"unpackedSize":21164454,"size":4015725},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.1-canary.ba40cde9c_1634256082363_0.6453702097025842"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:41:31.017Z","contributors":[]},"3.1.1-canary.f27fe4304":{"name":"@firebase/firestore","version":"3.1.1-canary.f27fe4304","engines":{"node":"^8.13.0 || >=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":"./dist/index.node.cjs.js","default":"./dist/index.esm2017.js"},"./lite":{"node":"./dist/lite/index.node.cjs.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.cjs.esm2017.js","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.f27fe4304","@firebase/logger":"0.3.0-canary.f27fe4304","@firebase/util":"1.4.0-canary.f27fe4304","@firebase/webchannel-wrapper":"0.6.0-canary.f27fe4304","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.4-canary.f27fe4304"},"devDependencies":{"@firebase/app":"0.7.4-canary.f27fe4304","@firebase/app-compat":"0.1.5-canary.f27fe4304","@firebase/auth":"0.18.3-canary.f27fe4304","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.1-canary.f27fe4304","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-g9DX4ierWScDp6Spa4zDTNNdJ4JlYBdjLEbBQr9Wc8NmeX8MZ/Sz14YVjLEL48bdJTK9wrcmlq2ySBRk1r1voQ==","shasum":"5228f6ba30536509b5c4ddbeedcb64d96f6d1ee3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.1-canary.f27fe4304.tgz","fileCount":1471,"unpackedSize":21164454,"size":4015760},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.1-canary.f27fe4304_1634333575461_0.19675714475361228"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:41:34.254Z","contributors":[]},"3.2.0-2021920175447":{"name":"@firebase/firestore","version":"3.2.0-2021920175447","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7","@firebase/logger":"0.3.0","@firebase/util":"1.4.0","@firebase/webchannel-wrapper":"0.6.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.4","@firebase/app-compat":"0.1.5","@firebase/auth":"0.19.0-2021920175447","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.2.0-2021920175447","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-St1kygEn0Ix0k8aX5PGK5srObBM7AQvOA4h7jBEQa/j9XMYu2o0z1lUlu23uSG9vHQdxbpiT7qOruyUyoI1F3Q==","shasum":"0862b65b65c282fa8a5f84f765f11fef2e72fe66","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.2.0-2021920175447.tgz","fileCount":1469,"unpackedSize":20846964,"size":3961088},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.2.0-2021920175447_1634752988439_0.3555047202132613"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:41:37.633Z","contributors":[]},"3.1.1-canary.f1c38f3cc":{"name":"@firebase/firestore","version":"3.1.1-canary.f1c38f3cc","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.f1c38f3cc","@firebase/logger":"0.3.0-canary.f1c38f3cc","@firebase/util":"1.4.0-canary.f1c38f3cc","@firebase/webchannel-wrapper":"0.6.0-canary.f1c38f3cc","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.4-canary.f1c38f3cc"},"devDependencies":{"@firebase/app":"0.7.4-canary.f1c38f3cc","@firebase/app-compat":"0.1.5-canary.f1c38f3cc","@firebase/auth":"0.18.3-canary.f1c38f3cc","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.1-canary.f1c38f3cc","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-ZiBbZBPuHUnaALDe0tY+iyirZC26i8aXHPwIpZlAkxxFGooc62EEM83C5/1VRZeq1gkpwLFz3Bjg4rreYsTNWg==","shasum":"153f151f6b9a79365bc53bc56d58c94bd7ea488b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.1-canary.f1c38f3cc.tgz","fileCount":1469,"unpackedSize":20846545,"size":3960839},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.1-canary.f1c38f3cc_1634753709474_0.30925724770572294"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:41:40.832Z","contributors":[]},"3.1.1-canary.6dacc2400":{"name":"@firebase/firestore","version":"3.1.1-canary.6dacc2400","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.6dacc2400","@firebase/logger":"0.3.0-canary.6dacc2400","@firebase/util":"1.4.0-canary.6dacc2400","@firebase/webchannel-wrapper":"0.6.0-canary.6dacc2400","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.4-canary.6dacc2400"},"devDependencies":{"@firebase/app":"0.7.4-canary.6dacc2400","@firebase/app-compat":"0.1.5-canary.6dacc2400","@firebase/auth":"0.18.3-canary.6dacc2400","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.1-canary.6dacc2400","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-iEkUz75XGEbhfpsp+P0toiHJFQYHz70KwqIek9YDvecz3gVSU6XFBvCvfWs8LJJ3mZMI9bx08Lu1C9+9zs1Xmw==","shasum":"6a43ebba44d61831789950b3720bc3af8f6227ee","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.1-canary.6dacc2400.tgz","fileCount":1469,"unpackedSize":20846545,"size":3960846},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.1-canary.6dacc2400_1634768408702_0.6149493829877608"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:41:44.416Z","contributors":[]},"3.1.1-canary.65dce1867":{"name":"@firebase/firestore","version":"3.1.1-canary.65dce1867","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.65dce1867","@firebase/logger":"0.3.0-canary.65dce1867","@firebase/util":"1.4.0-canary.65dce1867","@firebase/webchannel-wrapper":"0.6.0-canary.65dce1867","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.4-canary.65dce1867"},"devDependencies":{"@firebase/app":"0.7.4-canary.65dce1867","@firebase/app-compat":"0.1.5-canary.65dce1867","@firebase/auth":"0.18.3-canary.65dce1867","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.1-canary.65dce1867","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-6l+khas67po2xYvkh3mFLWWQFThwD06iRrtdYF/rVJ2EMnpqoTU4k1VQADIQQ04tJhtHqzetG4Mlm7AZP/pg8g==","shasum":"e8baba664b53372c907c2974136ee9e62e9e552e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.1-canary.65dce1867.tgz","fileCount":1469,"unpackedSize":20846545,"size":3960894},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.1-canary.65dce1867_1634773876459_0.82100516098438"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:41:47.573Z","contributors":[]},"3.1.1-pr5646.99b165292":{"name":"@firebase/firestore","version":"3.1.1-pr5646.99b165292","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"browser":"./dist/index.esm2017.js","module":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"module":"./dist/lite/index.browser.esm2017.js","browser":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-pr5646.99b165292","@firebase/logger":"0.3.0-pr5646.99b165292","@firebase/util":"1.4.0-pr5646.99b165292","@firebase/webchannel-wrapper":"0.6.0-pr5646.99b165292","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.4-pr5646.99b165292"},"devDependencies":{"@firebase/app":"0.7.4-pr5646.99b165292","@firebase/app-compat":"0.1.5-pr5646.99b165292","@firebase/auth":"0.18.3-pr5646.99b165292","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.1-pr5646.99b165292","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-ddiHAhh7SkMw808tEiyNMvnSlB7Uki4Fz4AI5Hn6L7X03tJZXOx4qQ6YkTs1QtfhImHIVFPNEyEnKg95EAX1lQ==","shasum":"a4c2d73d0b5a363881dd180ea13febd674ddddd8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.1-pr5646.99b165292.tgz","fileCount":1469,"unpackedSize":20846846,"size":3961018},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.1-pr5646.99b165292_1634839523576_0.6529018055233227"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:41:50.871Z","contributors":[]},"3.1.1-canary.f0f6d74b5":{"name":"@firebase/firestore","version":"3.1.1-canary.f0f6d74b5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.f0f6d74b5","@firebase/logger":"0.3.0-canary.f0f6d74b5","@firebase/util":"1.4.0-canary.f0f6d74b5","@firebase/webchannel-wrapper":"0.6.0-canary.f0f6d74b5","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.4-canary.f0f6d74b5"},"devDependencies":{"@firebase/app":"0.7.4-canary.f0f6d74b5","@firebase/app-compat":"0.1.5-canary.f0f6d74b5","@firebase/auth":"0.18.3-canary.f0f6d74b5","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.1-canary.f0f6d74b5","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-d7JOgHIZdRrWa20GKm9eqHj/o4RdobMfzOOiYVn1GzNbrImNkXtLc7+lxVipKtY3A3xZ23cjZ1cB49DX6iYQbg==","shasum":"f0ff6bdd9ca10581b103814c3fce60640aa98d87","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.1-canary.f0f6d74b5.tgz","fileCount":1469,"unpackedSize":20846545,"size":3960850},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.1-canary.f0f6d74b5_1635218887317_0.8023667137865504"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:41:54.197Z","contributors":[]},"3.2.0-202192711727":{"name":"@firebase/firestore","version":"3.2.0-202192711727","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7","@firebase/logger":"0.3.0","@firebase/util":"1.4.0","@firebase/webchannel-wrapper":"0.6.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.4","@firebase/app-compat":"0.1.5","@firebase/auth":"0.19.0-202192711727","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.2.0-202192711727","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-1G/L/KttRAwhYNKqdCEA391iE4um/+lhssk5S6aCXr53Mxq8XYp2AdrQxrOSJLn6MQ19qR1Rs1F1CY+TPJiPdQ==","shasum":"1a22dbed9e3d7b2f2e901ebbcef6d956c2bf30ee","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.2.0-202192711727.tgz","fileCount":1469,"unpackedSize":20846925,"size":3961018},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.2.0-202192711727_1635298309821_0.5411861306489769"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:41:56.840Z","contributors":[]},"3.1.1-canary.1048c4f2d":{"name":"@firebase/firestore","version":"3.1.1-canary.1048c4f2d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.1048c4f2d","@firebase/logger":"0.3.0-canary.1048c4f2d","@firebase/util":"1.4.0-canary.1048c4f2d","@firebase/webchannel-wrapper":"0.6.0-canary.1048c4f2d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.4-canary.1048c4f2d"},"devDependencies":{"@firebase/app":"0.7.4-canary.1048c4f2d","@firebase/app-compat":"0.1.5-canary.1048c4f2d","@firebase/auth":"0.18.3-canary.1048c4f2d","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.1-canary.1048c4f2d","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-qVM/jDZi3amCCXvJ/CpS8Gh5hFsfUmvSTXoLYAqqsCtBbTX7CvVLIy6Cpi6zy2P4CV6MSJHp7xt3pavczt0v8A==","shasum":"ad63b255d541f4cbde4ed5c741bb648005ea630a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.1-canary.1048c4f2d.tgz","fileCount":1469,"unpackedSize":20846545,"size":3960867},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.1-canary.1048c4f2d_1635298838013_0.22893108186162192"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:42:00.802Z","contributors":[]},"3.1.1-canary.f48527617":{"name":"@firebase/firestore","version":"3.1.1-canary.f48527617","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.f48527617","@firebase/logger":"0.3.0-canary.f48527617","@firebase/util":"1.4.0-canary.f48527617","@firebase/webchannel-wrapper":"0.6.0-canary.f48527617","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.4-canary.f48527617"},"devDependencies":{"@firebase/app":"0.7.4-canary.f48527617","@firebase/app-compat":"0.1.5-canary.f48527617","@firebase/auth":"0.18.3-canary.f48527617","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.1-canary.f48527617","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-n0kCbpaRNqoohaJ9sx0MTmOggoZPSwl2wMsBytH9FnAN8JeVoKTruTvWNNnR26B4ImKFpbEq3BXNPNBfBC41zg==","shasum":"36faf78f4c302574e1e0c96bfb6ce3048106bc59","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.1-canary.f48527617.tgz","fileCount":1469,"unpackedSize":20847191,"size":3960856},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.1-canary.f48527617_1635351420454_0.0607144893670335"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:42:04.050Z","contributors":[]},"3.1.1-canary.317394d23":{"name":"@firebase/firestore","version":"3.1.1-canary.317394d23","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.317394d23","@firebase/logger":"0.3.0-canary.317394d23","@firebase/util":"1.4.0-canary.317394d23","@firebase/webchannel-wrapper":"0.6.0-canary.317394d23","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.4-canary.317394d23"},"devDependencies":{"@firebase/app":"0.7.4-canary.317394d23","@firebase/app-compat":"0.1.5-canary.317394d23","@firebase/auth":"0.18.3-canary.317394d23","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.1-canary.317394d23","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-TrSsesczbP6CXdrn1sjSER3yDwJBwolqeVcbmEuymTbdbT/u4ulxLi/ePwCaFprDh34N/n8nYlnLHvsvAVjsmw==","shasum":"02eaf15a8759a2f25f406d81939b6847af35ff77","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.1-canary.317394d23.tgz","fileCount":1469,"unpackedSize":20847191,"size":3960860},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.1-canary.317394d23_1635362332677_0.5371827461773717"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:42:07.285Z","contributors":[]},"3.1.1-canary.dfed7f83f":{"name":"@firebase/firestore","version":"3.1.1-canary.dfed7f83f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.dfed7f83f","@firebase/logger":"0.3.0-canary.dfed7f83f","@firebase/util":"1.4.0-canary.dfed7f83f","@firebase/webchannel-wrapper":"0.6.0-canary.dfed7f83f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.4-canary.dfed7f83f"},"devDependencies":{"@firebase/app":"0.7.4-canary.dfed7f83f","@firebase/app-compat":"0.1.5-canary.dfed7f83f","@firebase/auth":"0.18.3-canary.dfed7f83f","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.1-canary.dfed7f83f","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-2q8O6aJfgWn8z4uMePit+2oz2P+FaqeQJLtvN+SmKdcozQzW0oDcnyIgwHlmZdyv6Xpoeih0z3+gCnZg5pRjFQ==","shasum":"cc342f70a5d695f210e993b1258a6b856f5a0f19","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.1-canary.dfed7f83f.tgz","fileCount":1469,"unpackedSize":20847191,"size":3960877},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.1-canary.dfed7f83f_1635370694049_0.5461406137536455"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:42:10.573Z","contributors":[]},"3.1.1-canary.4594d3fd6":{"name":"@firebase/firestore","version":"3.1.1-canary.4594d3fd6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.4594d3fd6","@firebase/logger":"0.3.0-canary.4594d3fd6","@firebase/util":"1.4.0-canary.4594d3fd6","@firebase/webchannel-wrapper":"0.6.0-canary.4594d3fd6","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.4-canary.4594d3fd6"},"devDependencies":{"@firebase/app":"0.7.4-canary.4594d3fd6","@firebase/app-compat":"0.1.5-canary.4594d3fd6","@firebase/auth":"0.18.3-canary.4594d3fd6","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.1-canary.4594d3fd6","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-XciH4dd2tKFhQt5xPkjXQqzNyCkdVEsCYZo8QaxZTZHOeaYctF2GVr9DKwlIyM3+LbVhB1qY6QYlsm/coK+xKw==","shasum":"56f4a7bca45847c10e34d34ab67a8b6fec30e1e4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.1-canary.4594d3fd6.tgz","fileCount":1469,"unpackedSize":20847191,"size":3960856},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.1-canary.4594d3fd6_1635374295152_0.6266763375341522"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:42:13.753Z","contributors":[]},"3.2.0-2021927221742":{"name":"@firebase/firestore","version":"3.2.0-2021927221742","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7","@firebase/logger":"0.3.0","@firebase/util":"1.4.0","@firebase/webchannel-wrapper":"0.6.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.4","@firebase/app-compat":"0.1.5","@firebase/auth":"0.19.0-2021927221742","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.2.0-2021927221742","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-X5/xclCRepVTqa41dK727pngtofSTyB2basBuvw3rWZAI00v5MF2auUZY8C34VitVgd+/1IbGAsCk1qX09qiNw==","shasum":"4ea807bc1012290b2d5729229786ea0cdb02ae25","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.2.0-2021927221742.tgz","fileCount":1469,"unpackedSize":20847844,"size":3961165},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.2.0-2021927221742_1635374926441_0.3015935186217684"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:42:16.951Z","contributors":[]},"3.1.1-pr5646.4594d3fd6":{"name":"@firebase/firestore","version":"3.1.1-pr5646.4594d3fd6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-pr5646.4594d3fd6","@firebase/logger":"0.3.0-pr5646.4594d3fd6","@firebase/util":"1.4.0-pr5646.4594d3fd6","@firebase/webchannel-wrapper":"0.6.0-pr5646.4594d3fd6","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.4-pr5646.4594d3fd6"},"devDependencies":{"@firebase/app":"0.7.4-pr5646.4594d3fd6","@firebase/app-compat":"0.1.5-pr5646.4594d3fd6","@firebase/auth":"0.18.3-pr5646.4594d3fd6","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.1-pr5646.4594d3fd6","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-/LvT1Yo4umViLguCd0S4STqaq3HbTNE22fZSA7IpwvQ6dhtQto3MQM6CeHvMgYXxC0ua7NuHPFIvgYI8xzyWag==","shasum":"e62be39b2031915753072f8574d618abcdb2713f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.1-pr5646.4594d3fd6.tgz","fileCount":1469,"unpackedSize":20847191,"size":3960947},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.1-pr5646.4594d3fd6_1635457029506_0.4931193453642304"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:42:20.415Z","contributors":[]},"3.2.0":{"name":"@firebase/firestore","version":"3.2.0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7","@firebase/logger":"0.3.0","@firebase/util":"1.4.0","@firebase/webchannel-wrapper":"0.6.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.5","@firebase/app-compat":"0.1.6","@firebase/auth":"0.19.0","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.2.0","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-LuL5oUlEsHmB4AzxGi+HqQ9dZvuBo+p2sRAribm8dUFbGdWEillPqX4UEHZHzkDQWmAUD3P92YiV2d34PnL/Tw==","shasum":"092188ceb2bab8f7e9b27e8130b3e2dace48bc6c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.2.0.tgz","fileCount":1469,"unpackedSize":20847273,"size":3960793},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.2.0_1635458179776_0.9431399877081941"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:42:21.453Z","contributors":[]},"3.1.1-pr5646.6d9dd3616":{"name":"@firebase/firestore","version":"3.1.1-pr5646.6d9dd3616","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"browser":"./dist/index.esm2017.js","module":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"module":"./dist/lite/index.browser.esm2017.js","browser":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js","default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-pr5646.6d9dd3616","@firebase/logger":"0.3.0-pr5646.6d9dd3616","@firebase/util":"1.4.0-pr5646.6d9dd3616","@firebase/webchannel-wrapper":"0.6.0-pr5646.6d9dd3616","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.4-pr5646.6d9dd3616"},"devDependencies":{"@firebase/app":"0.7.4-pr5646.6d9dd3616","@firebase/app-compat":"0.1.5-pr5646.6d9dd3616","@firebase/auth":"0.18.3-pr5646.6d9dd3616","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.1-pr5646.6d9dd3616","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-ssVAweglYBcAvd2ephERfzHVI4wMdIyPNpeIhwMC+jq9vY4D3ocuqOyRaMs3NqROmWgy4EdIJHSOfYhIpGEVPg==","shasum":"8bb93464ae3779c787f699f0afd155e630c0fe4a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.1-pr5646.6d9dd3616.tgz","fileCount":1469,"unpackedSize":20849011,"size":3961424},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.1-pr5646.6d9dd3616_1635460035311_0.2508012352040119"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:42:24.888Z","contributors":[]},"3.2.0-canary.477bdef13":{"name":"@firebase/firestore","version":"3.2.0-canary.477bdef13","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.477bdef13","@firebase/logger":"0.3.0-canary.477bdef13","@firebase/util":"1.4.0-canary.477bdef13","@firebase/webchannel-wrapper":"0.6.0-canary.477bdef13","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.5-canary.477bdef13"},"devDependencies":{"@firebase/app":"0.7.5-canary.477bdef13","@firebase/app-compat":"0.1.6-canary.477bdef13","@firebase/auth":"0.19.0-canary.477bdef13","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.2.0-canary.477bdef13","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-8G7SPU7ZrF2qefqLIjvO0Ezptz5/P77kCceig5DSI5y81FU0aAtItx7AJq9cbSMzoRM3pM06+jS8aBMESz/F2g==","shasum":"a63fbdad05271862a2a4213a88ac56f954d7c68c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.2.0-canary.477bdef13.tgz","fileCount":1469,"unpackedSize":20848065,"size":3961078},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.2.0-canary.477bdef13_1635788106504_0.43817397285059734"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:42:28.067Z","contributors":[]},"3.2.0-canary.31bd6f27f":{"name":"@firebase/firestore","version":"3.2.0-canary.31bd6f27f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.31bd6f27f","@firebase/logger":"0.3.0-canary.31bd6f27f","@firebase/util":"1.4.0-canary.31bd6f27f","@firebase/webchannel-wrapper":"0.6.0-canary.31bd6f27f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.5-canary.31bd6f27f"},"devDependencies":{"@firebase/app":"0.7.5-canary.31bd6f27f","@firebase/app-compat":"0.1.6-canary.31bd6f27f","@firebase/auth":"0.19.0-canary.31bd6f27f","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.2.0-canary.31bd6f27f","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-ppUa6UeIhhSxTC4L89NHMPBIQfgLDp2IBCUj6QUcs6QXvAiYjqflUpOQPR/9IhRsH1TfLC0r7mZ67RIbUkuytg==","shasum":"fe4c24b7391aaa05d496b9915dc919b6ad38a069","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.2.0-canary.31bd6f27f.tgz","fileCount":1469,"unpackedSize":20848065,"size":3961057},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.2.0-canary.31bd6f27f_1635794119792_0.3475824740713229"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:42:31.249Z","contributors":[]},"3.1.1-pr5646.1ea90dcb0":{"name":"@firebase/firestore","version":"3.1.1-pr5646.1ea90dcb0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-pr5646.1ea90dcb0","@firebase/logger":"0.3.0-pr5646.1ea90dcb0","@firebase/util":"1.4.0-pr5646.1ea90dcb0","@firebase/webchannel-wrapper":"0.6.0-pr5646.1ea90dcb0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.4-pr5646.1ea90dcb0"},"devDependencies":{"@firebase/app":"0.7.4-pr5646.1ea90dcb0","@firebase/app-compat":"0.1.5-pr5646.1ea90dcb0","@firebase/auth":"0.18.3-pr5646.1ea90dcb0","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.1-pr5646.1ea90dcb0","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-LeyS3orNfx4EEPixh4OGdwny605tRF4u6d1SMRmiBY9r1xyhFhlckLCt56vfj2ExL9/sy8BI7+aPz/25Mw0arQ==","shasum":"628066df8817b6c579d87cbcfc3d7d9b1e8905b5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.1-pr5646.1ea90dcb0.tgz","fileCount":1469,"unpackedSize":20848997,"size":3961400},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.1-pr5646.1ea90dcb0_1635884552381_0.28214212354301615"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:42:34.384Z","contributors":[]},"3.1.1-pr5646.2abc5e854":{"name":"@firebase/firestore","version":"3.1.1-pr5646.2abc5e854","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-pr5646.2abc5e854","@firebase/logger":"0.3.0-pr5646.2abc5e854","@firebase/util":"1.4.0-pr5646.2abc5e854","@firebase/webchannel-wrapper":"0.6.0-pr5646.2abc5e854","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.4-pr5646.2abc5e854"},"devDependencies":{"@firebase/app":"0.7.4-pr5646.2abc5e854","@firebase/app-compat":"0.1.5-pr5646.2abc5e854","@firebase/auth":"0.18.3-pr5646.2abc5e854","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.1.1-pr5646.2abc5e854","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-/Ii7wUw3PZXqLyk6hSWNthrfkB2yJWpUcCw863vvZ5cL3Gr1TOUknQ56e8JmSlXdkhFH2gPwXs/L5EDT9JRXfA==","shasum":"0dd60deecb0133266792602970b9423851e62380","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.1.1-pr5646.2abc5e854.tgz","fileCount":1469,"unpackedSize":20848997,"size":3961417},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.1-pr5646.2abc5e854_1635887787521_0.4476272100951506"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:42:37.571Z","contributors":[]},"3.2.0-canary.61604979c":{"name":"@firebase/firestore","version":"3.2.0-canary.61604979c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"default":"./dist/lite/index.browser.esm2017.js"}},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.61604979c","@firebase/logger":"0.3.0-canary.61604979c","@firebase/util":"1.4.0-canary.61604979c","@firebase/webchannel-wrapper":"0.6.0-canary.61604979c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.5-canary.61604979c"},"devDependencies":{"@firebase/app":"0.7.5-canary.61604979c","@firebase/app-compat":"0.1.6-canary.61604979c","@firebase/auth":"0.19.0-canary.61604979c","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.2.0-canary.61604979c","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-e5+98NvePtvQdRj+VnYg8rVzPrKMIXruvAkrM12NnzjaF9DSNnSLCt+9vcUOxAr6WIw5jGvj2PDs7/84ixKkgw==","shasum":"dfa18e0ba927c730b9625674fef1deadf4563c22","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.2.0-canary.61604979c.tgz","fileCount":1469,"unpackedSize":20848065,"size":3961045},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.2.0-canary.61604979c_1635887979173_0.06736994388946482"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:42:40.982Z","contributors":[]},"3.2.0-canary.0b3ca78eb":{"name":"@firebase/firestore","version":"3.2.0-canary.0b3ca78eb","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.0b3ca78eb","@firebase/logger":"0.3.0-canary.0b3ca78eb","@firebase/util":"1.4.0-canary.0b3ca78eb","@firebase/webchannel-wrapper":"0.6.0-canary.0b3ca78eb","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.5-canary.0b3ca78eb"},"devDependencies":{"@firebase/app":"0.7.5-canary.0b3ca78eb","@firebase/app-compat":"0.1.6-canary.0b3ca78eb","@firebase/auth":"0.19.0-canary.0b3ca78eb","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.2.0-canary.0b3ca78eb","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-Mavw+TFyAJPb91RJdiCVb0LxfEKkOZ8juGPr98uXdbEINCFNPg8ycR9+nxdqPWjVVVWXZ8NrSL0moneWniK1Vw==","shasum":"a1b00b9b460bf0c987bd2cc922d14d1741bf84fe","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.2.0-canary.0b3ca78eb.tgz","fileCount":1469,"unpackedSize":20849871,"size":3961548},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.2.0-canary.0b3ca78eb_1635893964716_0.9950118103831842"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:42:44.173Z","contributors":[]},"3.2.1-2021102231614":{"name":"@firebase/firestore","version":"3.2.1-2021102231614","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.8-2021102231614","@firebase/logger":"0.3.1-2021102231614","@firebase/util":"1.4.1-2021102231614","@firebase/webchannel-wrapper":"0.6.1-2021102231614","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.6-2021102231614"},"devDependencies":{"@firebase/app":"0.7.6-2021102231614","@firebase/app-compat":"0.1.7-2021102231614","@firebase/auth":"0.19.1-2021102231614","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.2.1-2021102231614","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-9QOsa/3/z406mCpngnzhPWSdjy1jD/ngqNIO+LrrPCdPmPvQAYF4l/tKGzZnllmFfbLyksJiI2gaPnb8lEg9Hg==","shasum":"ee937cca070625116c2f37e743598023f9bd9227","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.2.1-2021102231614.tgz","fileCount":1469,"unpackedSize":20850128,"size":3961737},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.2.1-2021102231614_1635895513140_0.6645066775288737"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:42:47.335Z","contributors":[]},"3.2.0-canary.2322b6023":{"name":"@firebase/firestore","version":"3.2.0-canary.2322b6023","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.2322b6023","@firebase/logger":"0.3.0-canary.2322b6023","@firebase/util":"1.4.0-canary.2322b6023","@firebase/webchannel-wrapper":"0.6.0-canary.2322b6023","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.5-canary.2322b6023"},"devDependencies":{"@firebase/app":"0.7.5-canary.2322b6023","@firebase/app-compat":"0.1.6-canary.2322b6023","@firebase/auth":"0.19.0-canary.2322b6023","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.2.0-canary.2322b6023","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-2UJuOcz3IPoru9/U5oH8Z7kjFDSC6LxEATMq2tWMFN/rvsDN0Kmi+uIfP+b3xaemw67dTue84gPk7TYy5LJxPQ==","shasum":"ebb381981b3f0d2a72fd43b743c77a169a14dd24","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.2.0-canary.2322b6023.tgz","fileCount":1469,"unpackedSize":20849871,"size":3961535},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.2.0-canary.2322b6023_1635896341139_0.3693520990206376"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:42:50.530Z","contributors":[]},"3.2.0-canary.dbfe09e9d":{"name":"@firebase/firestore","version":"3.2.0-canary.dbfe09e9d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.dbfe09e9d","@firebase/logger":"0.3.0-canary.dbfe09e9d","@firebase/util":"1.4.0-canary.dbfe09e9d","@firebase/webchannel-wrapper":"0.6.0-canary.dbfe09e9d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.5-canary.dbfe09e9d"},"devDependencies":{"@firebase/app":"0.7.5-canary.dbfe09e9d","@firebase/app-compat":"0.1.6-canary.dbfe09e9d","@firebase/auth":"0.19.0-canary.dbfe09e9d","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.2.0-canary.dbfe09e9d","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-skh6aSuhoCiVd1ZeKzH5J3SULqwrHB9yxe/UOcVGTx7aoXWwKud9zsQymJhdqIrvxW2InTGK/r/NJvYBiXlq/w==","shasum":"79d4b3415f05e320e35a462cbee95dd6511b54a7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.2.0-canary.dbfe09e9d.tgz","fileCount":1469,"unpackedSize":20849871,"size":3961544},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.2.0-canary.dbfe09e9d_1635896568041_0.44850615690323004"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:42:53.670Z","contributors":[]},"3.2.0-canary.532b3cd93":{"name":"@firebase/firestore","version":"3.2.0-canary.532b3cd93","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.532b3cd93","@firebase/logger":"0.3.0-canary.532b3cd93","@firebase/util":"1.4.0-canary.532b3cd93","@firebase/webchannel-wrapper":"0.6.0-canary.532b3cd93","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.5-canary.532b3cd93"},"devDependencies":{"@firebase/app":"0.7.5-canary.532b3cd93","@firebase/app-compat":"0.1.6-canary.532b3cd93","@firebase/auth":"0.19.0-canary.532b3cd93","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.2.0-canary.532b3cd93","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-CX2mI9UA5xE4ZyVTOz7t6OAvNjRkktW7qEcA2WlwByhxCV6BgQVWA5/tAhGnO2QxUChXMleWB8CIZXx/jspYjA==","shasum":"b4c248d15f3d61f70ab7d2cf28a31a52d35cb8d0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.2.0-canary.532b3cd93.tgz","fileCount":1469,"unpackedSize":20850335,"size":3961773},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.2.0-canary.532b3cd93_1635960937316_0.6984748908110572"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:42:56.906Z","contributors":[]},"3.2.0-canary.6ee947d63":{"name":"@firebase/firestore","version":"3.2.0-canary.6ee947d63","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.7-canary.6ee947d63","@firebase/logger":"0.3.0-canary.6ee947d63","@firebase/util":"1.4.0-canary.6ee947d63","@firebase/webchannel-wrapper":"0.6.0-canary.6ee947d63","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.5-canary.6ee947d63"},"devDependencies":{"@firebase/app":"0.7.5-canary.6ee947d63","@firebase/app-compat":"0.1.6-canary.6ee947d63","@firebase/auth":"0.19.0-canary.6ee947d63","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.2.0-canary.6ee947d63","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-18n6eVPH4KGm90c3/UdWZMT9jOza4Eeq3dWQab9kES9EUtVbi0Satl0bb3L13X9f0NFxyCfmwCyKUnsVDXJ5tw==","shasum":"5013103f802fc31337aa0c565dbc78a14a1c48f8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.2.0-canary.6ee947d63.tgz","fileCount":1469,"unpackedSize":20850335,"size":3961786},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.2.0-canary.6ee947d63_1635966900194_0.5859789036787062"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:43:00.138Z","contributors":[]},"3.2.1":{"name":"@firebase/firestore","version":"3.2.1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.8","@firebase/logger":"0.3.1","@firebase/util":"1.4.1","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.6","@firebase/app-compat":"0.1.7","@firebase/auth":"0.19.1","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.2.1","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-n0uNTRlhVee0O+VvDkB/e1gtH96+242LmRe8YUHGqGKPHgtFrZAhePlY31ujwaVzlP5Fw0hBffwYIe9GwWlmSA==","shasum":"f006de0341a0c29b02c5b39127a7a81b5d458feb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.2.1.tgz","fileCount":1469,"unpackedSize":20849363,"size":3961368},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.2.1_1636059900462_0.4152739134704728"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:43:03.304Z","contributors":[]},"3.2.1-canary.ee440a8e6":{"name":"@firebase/firestore","version":"3.2.1-canary.ee440a8e6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.8-canary.ee440a8e6","@firebase/logger":"0.3.1-canary.ee440a8e6","@firebase/util":"1.4.1-canary.ee440a8e6","@firebase/webchannel-wrapper":"0.6.1-canary.ee440a8e6","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.6-canary.ee440a8e6"},"devDependencies":{"@firebase/app":"0.7.6-canary.ee440a8e6","@firebase/app-compat":"0.1.7-canary.ee440a8e6","@firebase/auth":"0.19.1-canary.ee440a8e6","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.2.1-canary.ee440a8e6","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-mhwHI91ugorO4YyXUk7lgHPArr4aKH+pyoK5ZY41HrxsRSmMcM0Rsge/vPnUgiXYNLkSPDBgiIhMbtowGQq4IA==","shasum":"af8272e03fa7367869b682243e33999d9c61fbf3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.2.1-canary.ee440a8e6.tgz","fileCount":1469,"unpackedSize":20850619,"size":3961925},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.2.1-canary.ee440a8e6_1636061340562_0.14865945601195474"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:43:06.490Z","contributors":[]},"3.2.1-canary.dbd54f7c9":{"name":"@firebase/firestore","version":"3.2.1-canary.dbd54f7c9","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.8-canary.dbd54f7c9","@firebase/logger":"0.3.1-canary.dbd54f7c9","@firebase/util":"1.4.1-canary.dbd54f7c9","@firebase/webchannel-wrapper":"0.6.1-canary.dbd54f7c9","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.6-canary.dbd54f7c9"},"devDependencies":{"@firebase/app":"0.7.6-canary.dbd54f7c9","@firebase/app-compat":"0.1.7-canary.dbd54f7c9","@firebase/auth":"0.19.1-canary.dbd54f7c9","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.2.1-canary.dbd54f7c9","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-5FM5e42+rQF3+w6vVyzxle0Jqqbw0oxB3kOfPe+4zmcpwbXG9299/yrw+6xq1P/GAxDLD3wYOwKpl1YGDJRURA==","shasum":"e948cfe498888c4282d05a0981b3c35a576fdd7e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.2.1-canary.dbd54f7c9.tgz","fileCount":1469,"unpackedSize":20850619,"size":3961911},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.2.1-canary.dbd54f7c9_1636062097785_0.213918953370285"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:43:09.749Z","contributors":[]},"3.3.0-2021108175111":{"name":"@firebase/firestore","version":"3.3.0-2021108175111","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-2021108175111","@firebase/logger":"0.3.2-2021108175111","@firebase/util":"1.4.2-2021108175111","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.7-2021108175111"},"devDependencies":{"@firebase/app":"0.7.7-2021108175111","@firebase/app-compat":"0.1.8-2021108175111","@firebase/auth":"0.19.2-2021108175111","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.0-2021108175111","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-9ioEdy8/l/uNOXsIlrOkS3Ynj2Wcf189IAzFZ4eyVu8iNXblHPPHWc628xvsyn14nDJtLs3O7XO3eQT0ATgXDg==","shasum":"725f2e994cd86344d136401c00e9265a2bae7974","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.0-2021108175111.tgz","fileCount":1469,"unpackedSize":20851668,"size":3962181},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.0-2021108175111_1636394375698_0.45843832196017154"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:43:13.017Z","contributors":[]},"3.2.1-canary.3281315fa":{"name":"@firebase/firestore","version":"3.2.1-canary.3281315fa","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.8-canary.3281315fa","@firebase/logger":"0.3.1-canary.3281315fa","@firebase/util":"1.4.1-canary.3281315fa","@firebase/webchannel-wrapper":"0.6.1-canary.3281315fa","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.6-canary.3281315fa"},"devDependencies":{"@firebase/app":"0.7.6-canary.3281315fa","@firebase/app-compat":"0.1.7-canary.3281315fa","@firebase/auth":"0.19.1-canary.3281315fa","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.2.1-canary.3281315fa","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-ySGnHes63CRaBcuG75g4UuXtk3BBpX/j0QqnEejLvhdieieMCE3fki/6VXRi6GR3TEiNu4A7B/uHkTdhyuDBpA==","shasum":"e377bc5967793b280a477c950d069dfd9496e669","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.2.1-canary.3281315fa.tgz","fileCount":1469,"unpackedSize":20850708,"size":3961917},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.2.1-canary.3281315fa_1636394575277_0.11218157159994457"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:43:16.178Z","contributors":[]},"3.3.0":{"name":"@firebase/firestore","version":"3.3.0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9","@firebase/logger":"0.3.2","@firebase/util":"1.4.2","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.7","@firebase/app-compat":"0.1.8","@firebase/auth":"0.19.2","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.0","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-QMCwmBlUUFldszKtVqIlqwjZYY0eODI2R7F9lkPxiANw8F853bSyBY6wqN85657vfDS7Ij6i6s+1qWMCqFvHHA==","shasum":"5c77739f7f7c6f7b68a236575ca30d6c900f971e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.0.tgz","fileCount":1469,"unpackedSize":20850931,"size":3961807},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.0_1636409150632_0.08520707349716994"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:43:17.204Z","contributors":[]},"3.2.1-canary.43001418a":{"name":"@firebase/firestore","version":"3.2.1-canary.43001418a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.8-canary.43001418a","@firebase/logger":"0.3.1-canary.43001418a","@firebase/util":"1.4.1-canary.43001418a","@firebase/webchannel-wrapper":"0.6.1-canary.43001418a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.6-canary.43001418a"},"devDependencies":{"@firebase/app":"0.7.6-canary.43001418a","@firebase/app-compat":"0.1.7-canary.43001418a","@firebase/auth":"0.19.1-canary.43001418a","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.2.1-canary.43001418a","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-xhkd7fC3Q3r7mtfWYe2Ja3R2v7IdMlRD+q9prl2OEMfK122b2/TUBhsOqKmQpO9AEf5Jf0tIxFgFkSk7bWFKbA==","shasum":"6fd682ed587be632685e3866f2c41c0c12f68513","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.2.1-canary.43001418a.tgz","fileCount":1469,"unpackedSize":20850708,"size":3961918},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.2.1-canary.43001418a_1636412514274_0.06625046576313953"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:43:20.493Z","contributors":[]},"3.3.0-canary.3b23a9ed6":{"name":"@firebase/firestore","version":"3.3.0-canary.3b23a9ed6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.3b23a9ed6","@firebase/logger":"0.3.2-canary.3b23a9ed6","@firebase/util":"1.4.2-canary.3b23a9ed6","@firebase/webchannel-wrapper":"0.6.1-canary.3b23a9ed6","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.7-canary.3b23a9ed6"},"devDependencies":{"@firebase/app":"0.7.7-canary.3b23a9ed6","@firebase/app-compat":"0.1.8-canary.3b23a9ed6","@firebase/auth":"0.19.2-canary.3b23a9ed6","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.0-canary.3b23a9ed6","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-2VKc9Adh+3ds3Hcwge9I8vVQOvUtClV9M8bs6IIJ7eXCCqae8gNXMJr6gk9iZr84cJ2k5yuhMikfRJ3hnn7cxw==","shasum":"41baecae8806de2ecc408ac8d52d00488aed18f8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.0-canary.3b23a9ed6.tgz","fileCount":1469,"unpackedSize":20851723,"size":3962140},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.0-canary.3b23a9ed6_1636432646163_0.3513278533515114"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:43:23.272Z","contributors":[]},"3.3.0-canary.1583a8202":{"name":"@firebase/firestore","version":"3.3.0-canary.1583a8202","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.1583a8202","@firebase/logger":"0.3.2-canary.1583a8202","@firebase/util":"1.4.2-canary.1583a8202","@firebase/webchannel-wrapper":"0.6.1-canary.1583a8202","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.7-canary.1583a8202"},"devDependencies":{"@firebase/app":"0.7.7-canary.1583a8202","@firebase/app-compat":"0.1.8-canary.1583a8202","@firebase/auth":"0.19.2-canary.1583a8202","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.0-canary.1583a8202","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-yhTUbWsVVCqT2iPyihQ8OkgjYWBN5xGU38Bpjf4K+1jTYwDUEgnWkiekwV7PBgjPWNWq3rN2wHW6EjvafYyDtw==","shasum":"6489ae1d0a8155238f87e6be7c5f3a8603e59b5e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.0-canary.1583a8202.tgz","fileCount":1469,"unpackedSize":20851723,"size":3962111},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.0-canary.1583a8202_1636492234055_0.017579854053758837"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:43:28.102Z","contributors":[]},"3.3.0-canary.3b338dbd8":{"name":"@firebase/firestore","version":"3.3.0-canary.3b338dbd8","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.3b338dbd8","@firebase/logger":"0.3.2-canary.3b338dbd8","@firebase/util":"1.4.2-canary.3b338dbd8","@firebase/webchannel-wrapper":"0.6.1-canary.3b338dbd8","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.7-canary.3b338dbd8"},"devDependencies":{"@firebase/app":"0.7.7-canary.3b338dbd8","@firebase/app-compat":"0.1.8-canary.3b338dbd8","@firebase/auth":"0.19.2-canary.3b338dbd8","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.0-canary.3b338dbd8","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-OG3tHKUC9JghgFQXO4su9DPLEgsz4Iz57S0tV85Va60bg8Jp9YN9W8PcZjDGQycegpAVGApZENQ0XuV1vjQ75Q==","shasum":"ec079884568ac89e8edce0bbba2780eada867ece","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.0-canary.3b338dbd8.tgz","fileCount":1469,"unpackedSize":20851723,"size":3962109},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.0-canary.3b338dbd8_1636568811409_0.7976141897768756"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:43:30.740Z","contributors":[]},"3.3.0-canary.e0fe2b668":{"name":"@firebase/firestore","version":"3.3.0-canary.e0fe2b668","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.e0fe2b668","@firebase/logger":"0.3.2-canary.e0fe2b668","@firebase/util":"1.4.2-canary.e0fe2b668","@firebase/webchannel-wrapper":"0.6.1-canary.e0fe2b668","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.7-canary.e0fe2b668"},"devDependencies":{"@firebase/app":"0.7.7-canary.e0fe2b668","@firebase/app-compat":"0.1.8-canary.e0fe2b668","@firebase/auth":"0.19.2-canary.e0fe2b668","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.0-canary.e0fe2b668","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-MqevuCAXpodbZ+b8OLswlhWumEUBmZwKfbgKGaEOJl39PoCRrBXmfwBh4lcUu4UdqlMjqd/1tPaUn4wUFtBKZQ==","shasum":"4fb085330d451c222076d6aef9278a83f59efea8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.0-canary.e0fe2b668.tgz","fileCount":1469,"unpackedSize":20851723,"size":3962141},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.0-canary.e0fe2b668_1636568872619_0.7843862761632143"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:43:33.952Z","contributors":[]},"3.3.0-20211010221442":{"name":"@firebase/firestore","version":"3.3.0-20211010221442","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9","@firebase/logger":"0.3.2","@firebase/util":"1.4.2","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.7","@firebase/app-compat":"0.1.8","@firebase/auth":"0.19.3-20211010221442","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.0-20211010221442","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-dnOI8xpqrDkfsWFwzbNJsr/7rSFjqZai8CD/XAmeTU48A4DstYUhtNQu4tOwQaVDKa2W5ga+9Qu8l8aZ2rTuGw==","shasum":"4e25af77691a19e1fc519af62c79346cacaad901","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.0-20211010221442.tgz","fileCount":1469,"unpackedSize":20851526,"size":3962196},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.0-20211010221442_1636584390275_0.7497009151466161"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:43:37.260Z","contributors":[]},"3.3.0-canary.e34e98e73":{"name":"@firebase/firestore","version":"3.3.0-canary.e34e98e73","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.e34e98e73","@firebase/logger":"0.3.2-canary.e34e98e73","@firebase/util":"1.4.2-canary.e34e98e73","@firebase/webchannel-wrapper":"0.6.1-canary.e34e98e73","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.7-canary.e34e98e73"},"devDependencies":{"@firebase/app":"0.7.7-canary.e34e98e73","@firebase/app-compat":"0.1.8-canary.e34e98e73","@firebase/auth":"0.19.2-canary.e34e98e73","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.0-canary.e34e98e73","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-8v0J6ZpTm13SKQ6oeamiuzhPPl/YRol+uHth7XLWnCB94j+Aa3r0IgqParXrAkNUTGQ2ajh6O7xJRDS3mrpGYQ==","shasum":"9f1faa0e61e847ac6275e3f9f2ba8a39f849108d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.0-canary.e34e98e73.tgz","fileCount":1469,"unpackedSize":20851723,"size":3962142},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.0-canary.e34e98e73_1636657360493_0.5899198466263893"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:43:41.246Z","contributors":[]},"3.3.0-canary.7a5bc84bd":{"name":"@firebase/firestore","version":"3.3.0-canary.7a5bc84bd","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.7a5bc84bd","@firebase/logger":"0.3.2-canary.7a5bc84bd","@firebase/util":"1.4.2-canary.7a5bc84bd","@firebase/webchannel-wrapper":"0.6.1-canary.7a5bc84bd","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.7-canary.7a5bc84bd"},"devDependencies":{"@firebase/app":"0.7.7-canary.7a5bc84bd","@firebase/app-compat":"0.1.8-canary.7a5bc84bd","@firebase/auth":"0.19.2-canary.7a5bc84bd","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.0-canary.7a5bc84bd","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-bBb/Na4RtoxeEhObdR2l1TBy/BZ8OX9cIWuyCT4HeWX37IJCpmeu121i00Bn3mHAcJ1yMeBW0WkSCK8MmHiCYQ==","shasum":"acbfc290c5aca244fb00e8bbce3952285570f8f2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.0-canary.7a5bc84bd.tgz","fileCount":1469,"unpackedSize":20851832,"size":3962206},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.0-canary.7a5bc84bd_1636658636057_0.8716027270911808"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:43:45.506Z","contributors":[]},"3.3.0-canary.88f2c706b":{"name":"@firebase/firestore","version":"3.3.0-canary.88f2c706b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.88f2c706b","@firebase/logger":"0.3.2-canary.88f2c706b","@firebase/util":"1.4.2-canary.88f2c706b","@firebase/webchannel-wrapper":"0.6.1-canary.88f2c706b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.7-canary.88f2c706b"},"devDependencies":{"@firebase/app":"0.7.7-canary.88f2c706b","@firebase/app-compat":"0.1.8-canary.88f2c706b","@firebase/auth":"0.19.2-canary.88f2c706b","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.0-canary.88f2c706b","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-XXPUudTXYEd0vCXLAPhBz6ziY+Xj8k7JuhcBryfe4glOUM33N6ifb6/Hupv8+Eu5l72yH4fOCN/41iOZnzgbsA==","shasum":"92ffe143f624fd886809b94c656544890cca8283","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.0-canary.88f2c706b.tgz","fileCount":1469,"unpackedSize":20851832,"size":3962227},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.0-canary.88f2c706b_1636665891080_0.7121724833103866"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:43:50.116Z","contributors":[]},"3.3.0-canary.cf40fb8e6":{"name":"@firebase/firestore","version":"3.3.0-canary.cf40fb8e6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.cf40fb8e6","@firebase/logger":"0.3.2-canary.cf40fb8e6","@firebase/util":"1.4.2-canary.cf40fb8e6","@firebase/webchannel-wrapper":"0.6.1-canary.cf40fb8e6","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.7-canary.cf40fb8e6"},"devDependencies":{"@firebase/app":"0.7.7-canary.cf40fb8e6","@firebase/app-compat":"0.1.8-canary.cf40fb8e6","@firebase/auth":"0.19.2-canary.cf40fb8e6","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.0-canary.cf40fb8e6","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-TvsfzktuDEy3G5btYbg4DY5XalzcKGpWPhcpcTyy3SYQaCrQx9KPgRDPuq/ghlWQe9KaWB4im88y+xNK5yqgFw==","shasum":"6a83bb25be7c2cac286b08a886ffe739e8d70b00","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.0-canary.cf40fb8e6.tgz","fileCount":1469,"unpackedSize":20851832,"size":3962242},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.0-canary.cf40fb8e6_1636672165146_0.1496805846604854"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:43:53.784Z","contributors":[]},"3.3.0-canary.3a9435447":{"name":"@firebase/firestore","version":"3.3.0-canary.3a9435447","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.3a9435447","@firebase/logger":"0.3.2-canary.3a9435447","@firebase/util":"1.4.2-canary.3a9435447","@firebase/webchannel-wrapper":"0.6.1-canary.3a9435447","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.7-canary.3a9435447"},"devDependencies":{"@firebase/app":"0.7.7-canary.3a9435447","@firebase/app-compat":"0.1.8-canary.3a9435447","@firebase/auth":"0.19.2-canary.3a9435447","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.0-canary.3a9435447","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-jNu7JdD+Pf/xsrFImq5PJA4hbYnMbm82exLfy6nizWBzlPbvLqI2rUVDCijbWhUbqyJnqmTwc1zDDgQ5dCpOmw==","shasum":"2718324c6f17fa14c2234b5005b016850990be2a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.0-canary.3a9435447.tgz","fileCount":1469,"unpackedSize":20851832,"size":3962216},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.0-canary.3a9435447_1636737682256_0.26043242355509144"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:43:57.037Z","contributors":[]},"3.3.0-canary.882d86481":{"name":"@firebase/firestore","version":"3.3.0-canary.882d86481","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.882d86481","@firebase/logger":"0.3.2-canary.882d86481","@firebase/util":"1.4.2-canary.882d86481","@firebase/webchannel-wrapper":"0.6.1-canary.882d86481","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.8-canary.882d86481"},"devDependencies":{"@firebase/app":"0.7.8-canary.882d86481","@firebase/app-compat":"0.1.9-canary.882d86481","@firebase/auth":"0.19.3-canary.882d86481","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.0-canary.882d86481","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-D9Mvey70R3fXPbz3ONxcANkGk3I+U/WLDJD0IDCIYLsx3jrNqHUp4lHyEtWsr/MsMdEoNN704CuKHjO8P61bxQ==","shasum":"428488a83f35309077879bbee1b65dea5c286e2c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.0-canary.882d86481.tgz","fileCount":1469,"unpackedSize":20851832,"size":3962234},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.0-canary.882d86481_1636740242466_0.6442121454480385"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:44:00.174Z","contributors":[]},"3.3.0-canary.6f0049e66":{"name":"@firebase/firestore","version":"3.3.0-canary.6f0049e66","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.6f0049e66","@firebase/logger":"0.3.2-canary.6f0049e66","@firebase/util":"1.4.2-canary.6f0049e66","@firebase/webchannel-wrapper":"0.6.1-canary.6f0049e66","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.8-canary.6f0049e66"},"devDependencies":{"@firebase/app":"0.7.8-canary.6f0049e66","@firebase/app-compat":"0.1.9-canary.6f0049e66","@firebase/auth":"0.19.3-canary.6f0049e66","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.0-canary.6f0049e66","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-mesOeIASq/WVi3CCwL18m9xSpc0Zsa9i/JpWrdPKCLZPVezJcg42pDt4m4C6x+sH+nWhnPaQZLBiJiVACBKcRw==","shasum":"0dcb867e822b8b1e46cc6a2fca3a9e68c11a16b9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.0-canary.6f0049e66.tgz","fileCount":1469,"unpackedSize":20851832,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlD4xCRA9TVsSAnZWagAAtE8P/351t120pwUSdL6Wrcg+\nhBWWEnmTWGKrQzJYV6DoxQA8jjccowKkLxJg9+PJ38AIsgzde3CFvpqBpJcf\nSaur5LaewVmGf7t9LadcNEWzgPhdMsdFX6fa+CaMg6HK/vNhpIKkyqUOHAT0\ngyy7+c6VfHgp3x0NNEYnX/unXQJv9gwQIbu+0f+O490nd/vcQU8mjLpD0EUX\nruFj0n5j1VIzSlEqL5VTbNIKKVO1TzcES4rv/Uv3lPJ+9xxLgDyr7Pt6F8I0\n+keErW8HFxUZrPWa3Zwq6N/6mEEnXBbQaeWIIldaXzkpEnmU0yqq16WAgvQ/\nBduqL741uasHtFe4bNAzOEqikJKJUBxmTvpJjvFZFzT4oFLLpDvAgESnmfTZ\n0WdTLjjVI3+9TauvsDGCU4GoYW1LaAuId0J3J5kzgnR1VdE5ROWWIlKTpAlL\n2CGUfhv9mksjqHTio1XQcNh3BMKmOFFlqiego7n6cFPdTxedQJGblCnxeo2v\nd9Z4/pJGazV5ELQGW8tMazezHmbHSG+mJviZ7ffjIt2joI8rw2xgp7i7zDAy\ny5dDpPCYdwJITc9zjMEkNoG8JF11lppTXlPwht1/UGxfRNylx/mx9aiJriGt\nqy7R8hR2qJoSU5RzysvrKJmDbV+o+DUdp4+OSt+lHVtiPQhLPSxFrOKiTLAF\nvJEh\r\n=e7t+\r\n-----END PGP SIGNATURE-----\r\n","size":3962254},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.0-canary.6f0049e66_1637105201217_0.023966153945529367"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:44:03.353Z","contributors":[]},"3.3.1-20211017183813":{"name":"@firebase/firestore","version":"3.3.1-20211017183813","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9","@firebase/logger":"0.3.2","@firebase/util":"1.4.2","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.8","@firebase/app-compat":"0.1.9","@firebase/auth":"0.19.3","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.1-20211017183813","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-EeQmI8HoaKIN/Blm/tuhrbnjJC0fROYg2WQbaU2NnyF/PGwl41YYgckSDdxl/EeVeQlVD9tsXM7SETovxl5kdg==","shasum":"c25a33f486b69d2a225da7b60b238ee4198d95b5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.1-20211017183813.tgz","fileCount":1469,"unpackedSize":20852105,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlVIkCRA9TVsSAnZWagAAWGUP/2jZ+UA1H4LMG0WWtqYj\nZNNwAieDdDeNzFCZvNqbgFnqmweu7csrPwKgPDMpnD5/AaSsf/TKb5zy04p1\nxq/RcT+gvMkqL1YYZQ/1drjfnjuZMRiNA0vDxuPNdjdaRhT0vflP+ZGBzZDE\nKj8zKerFmzRpeDWFdmlfo5TI5yYOuVGoFIiBdth1lLqX95CtFeW6or+rvsu9\nqkjA2BG9bpNyOiqo36NxpCNPKYRMLYXY6Todg3C4QP70rQyAONkFhgA46/ld\nyvcvIpZVmdIfLO27MsfjHn2tS4EpWFl29O5Bk+AtZ/LQGO7UBDDJGvfbyONc\nJJdxkMPgCEAh9YJZHFLZbXf4ffX6IzM+DZgnZOj9o/xRgmJ9TTUXXQ3GcZg6\nyVf/8oJ8ZOefmFZ5g7jpRjqitgcbT39jazp2a9D6Tjsj49WrVmfj6VE8sgkN\nyQZ37Pbrq0Daia9bFSvfhGuEzvm50IdpXzLtfTRthJlZQR6rTbyc9pMREAL4\npA50Qde44b1mIHPpPiZl/z36C27s3bN4j/XM1gIzkeNdDyWy+H3QDoEK9ngq\nbD1K04KbL0oDVwINX9GyrHtJs2XpljhT7sGptzKHRw5T5fsFZfcdQBxBkM/w\nvlfAc0PBaf6NSTFKR/mDuhBxQwpPkPrgbz79MCxLZ0W4w924IZDK0hQU0j7d\nI7H5\r\n=pgTd\r\n-----END PGP SIGNATURE-----\r\n","size":3962429},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.1-20211017183813_1637175844140_0.760706906097596"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:44:06.658Z","contributors":[]},"3.3.0-canary.ce39a1a07":{"name":"@firebase/firestore","version":"3.3.0-canary.ce39a1a07","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.ce39a1a07","@firebase/logger":"0.3.2-canary.ce39a1a07","@firebase/util":"1.4.2-canary.ce39a1a07","@firebase/webchannel-wrapper":"0.6.1-canary.ce39a1a07","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.8-canary.ce39a1a07"},"devDependencies":{"@firebase/app":"0.7.8-canary.ce39a1a07","@firebase/app-compat":"0.1.9-canary.ce39a1a07","@firebase/auth":"0.19.3-canary.ce39a1a07","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.0-canary.ce39a1a07","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-ev3iHo0XrJ7EapjyGt9AQPcCqrkRJB8QxXx709cZqWWUY3feQFdU4ODVqZB/wHpjhfNrhRk9yidmbzScpusbsw==","shasum":"e31dbbc0157250b187e564d092f1e857000e911e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.0-canary.ce39a1a07.tgz","fileCount":1469,"unpackedSize":20851526,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlWFsCRA9TVsSAnZWagAA6EQP/29ipwxvfrJAmMiRG8Tr\n3m+WqFdmQ+9+BF9ZxcB8pQCGNvsT/eg54KHZrncqlQ2c3C8rEahkWFg7O5lP\nV+RZWJNIOV+l8M0EfPyR0hz+dKqCPH8jhRfGBmP8b2ySd4o+fjLt/9xcgFAX\nXYELecIHrHXqHAWo7/l1YETVkg4CvV6ey7K7S+6VbvQs+q0sYQawjmbawoMb\nUHyy+RoMhBCBPDCAr8MOgs1GVL4ar+WTLmf317oYwghtQN4JpBDr5hWNYAWi\nU4gPOWnOXAea4jBv60t7H6U9xGWSJvMXqfG7HSrMPEhJPg7qz/L4cxkmAGxG\nXxrH4O6RQeDg2BC42qEkPdKiOP3TqiMNySP1vNnYW1ZdpPkY2IJBctknv1ML\nLEaIMiUNuO0X0r441/ixgHlmzkWQu4e2oDxizhi9bRmSNlHKtK2WB49BiOiX\nbHgIYrL0j8Wtu5rKsHmyd6sxCG1on5iRWE2DoweJpYiPM7cWZdclPa4GHJec\nKZ9sh5KYyZ4i4x1M+Bk4IRhbKz8DJx0bNbIMra6Ct69DMWNf+zOQ99nDX2vR\nfjGo9CSFlnlQop8ZeMevoSbgNKWUrSUBsIfDuPhkrhoqp+K5ZHDzNvgv4Rmj\nPv8Ya4Tpw+l2HfMe0S6nqnKLL87yxPIFYpDYsr5VPDWTa50m5Ht13GMKkmVk\nwg2v\r\n=Qw/e\r\n-----END PGP SIGNATURE-----\r\n","size":3962164},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.0-canary.ce39a1a07_1637179756150_0.23473652614783935"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:44:09.994Z","contributors":[]},"3.3.1-20211017215430":{"name":"@firebase/firestore","version":"3.3.1-20211017215430","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9","@firebase/logger":"0.3.2","@firebase/util":"1.4.2","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.8","@firebase/app-compat":"0.1.9","@firebase/auth":"0.19.3","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.1-20211017215430","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-bGqUbXrQvOVJ9IMyoYoIa+hfNnm3G/SQcgUqvQxPAokpN8e+taMJOF96SuzO0kX+EGSJ2NcX2oD8Pw6j6NXZFQ==","shasum":"c671a8128a0ae910cb5e09060a4602dd4fec68d4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.1-20211017215430.tgz","fileCount":1469,"unpackedSize":20852072,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlXwtCRA9TVsSAnZWagAAsgcQAJecBBS7O3ITtkNxmokd\nuYQOUbANAq+FJfcpBdHQ3Yzk+vmSIGfJDSvEtjrBF2JH0A/bfb6fjdbosR2l\npWxY2PsqpgQxMQ8RCdZZ2E31CHImCY5z+iZSk+UFzUn4KICs+wJdLXtgQVTA\nEpboV7mM/7d8mbiJvlgULyxx5MKCZY5E8yOBmBUQHMgHhL/AC84tMZPHsIDQ\nL1idgr4rDqEbQSwkdNjB3HB+44j3g4vFeU+ynvNCELQGAdHtCMymherdlR8O\n/2K6VdrlILJsM2n4Na9VQNsDmxqYe9DNbeK1Xld0G1i0rr4wYU3JuFrpEih+\nlYwOlAZ9SbS9Ger0fSokA5NVcMJREzdIPqB8sz1gOBNjjmiccZZYoctKvKIZ\nT1zneqVc8z7J+UbJCxd8U4h/3Wa1toAW8qIQOe3yF3/xqZhbTuE9GKsFbyi/\nTZ2QYQL9ZceXmW2FUesyumf09BMlpodB8LhfjMAXOHDG+m0trx/XfB+PB1er\nUazQ2xjHg5zQjRv0USFER0yu0v35hwTKqwPzfHMAGZGm8YpBDavKn6vBRBIr\nnmHVTavYuvcn9MP2FUcmGZhtlBwQbMriNuW09nmhEl7QcRPIx9ReXvveAGlQ\n06lKqwLljLKexgR/x7z+5F4tqPQoqtDJ2Wpi7qudAtHUMDFyoQSNj8KZeqBW\nCc88\r\n=03jm\r\n-----END PGP SIGNATURE-----\r\n","size":3962377},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.1-20211017215430_1637186605660_0.1215377098948931"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:44:13.203Z","contributors":[]},"3.3.0-canary.0394cc97b":{"name":"@firebase/firestore","version":"3.3.0-canary.0394cc97b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.0394cc97b","@firebase/logger":"0.3.2-canary.0394cc97b","@firebase/util":"1.4.2-canary.0394cc97b","@firebase/webchannel-wrapper":"0.6.1-canary.0394cc97b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.8-canary.0394cc97b"},"devDependencies":{"@firebase/app":"0.7.8-canary.0394cc97b","@firebase/app-compat":"0.1.9-canary.0394cc97b","@firebase/auth":"0.19.3-canary.0394cc97b","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.0-canary.0394cc97b","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-gZDeap7Q1nLFgC4DEidVFQA53K5dqDISdpJAd4+DMqBSg4DnNlg0Z7tPgXfgMcBWGQOPQehLAgNpRRVehLicXw==","shasum":"43513c6b2b3cab4518ade0f1ee774b80293b09a5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.0-canary.0394cc97b.tgz","fileCount":1469,"unpackedSize":20851526,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlriwCRA9TVsSAnZWagAAFAEP/1XW7BS9AGUNIkIvNNza\nAYBuQEqY+OQInMlryyziecTyILTCXHCQGid0VQ4EE+Jq8hAWrThz66ouP14X\nLDG54HxCWHZxupziMHmZuzgCL7RVxHZS7KEBL2COjwWUSsF8g3fvIyUzl1ID\nRnPbUnwlTBdkvCsWAGWhu08Jxw9bPMKjmjDX4MxN1SJ3gs5RTnX6fKO+EQsV\nAs+RzyAfFk4bJ5ImdvJtqjIg2nx9GLARBVrTInfFe89XtvIGag1/kRzITg3k\n8VJZdR9UtobHLp1HEbecL1SjxUivI157M57DIB2cjEBjyQviEqutZx1VyKxD\n/GJYPFEczkNOOwyZVJ0+P26kzi/SPq+h6qEZa2u1bUh12fJng9RXsI5X+/WQ\nkMVyQf+oepb7NrJ/mXkUyfhIpsuyy3ZeGW36c/Q//AXWttk05I/JmnMNQU76\ndHiT7/XgdVRmKfaaxla9dHh4pTJz3eZE5OnpVJOJwd5jP7eu+EP9mVHIL5nA\n9cCKehN36I+k9O4MBa0zQAepGF6yZqZwGuQXxN9R2p1q1qzTi8F2Wk8iphey\nN16RTvlMblIm3ngGRg8cP6XR0zYhm1Y3YcYodIDceJyfSBSTspCEYLiaXrj7\nxt+hWE+XP7wbKTcOu4sbqWX8VGlCMIUqT6Y3xJA4goNQ2ocQm/+F+1cCAzIE\nupMy\r\n=AV4s\r\n-----END PGP SIGNATURE-----\r\n","size":3962170},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.0-canary.0394cc97b_1637267632592_0.9278060297888926"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:44:16.327Z","contributors":[]},"3.3.1-20211018205651":{"name":"@firebase/firestore","version":"3.3.1-20211018205651","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9","@firebase/logger":"0.3.2","@firebase/util":"1.4.2","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.8","@firebase/app-compat":"0.1.9","@firebase/auth":"0.19.3","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.1-20211018205651","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-VDWGtxCXUe4RwlFih13ClG/1D8SNxxu+/G/qAyjIsyFeHV3eQabKmFf8fw3jiGuxFF7zFNy2Kksd9LTZ4SVQBw==","shasum":"92b6f29edd6a1770c0acf9e1afca7913d26880c3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.1-20211018205651.tgz","fileCount":1469,"unpackedSize":20852072,"size":3962435},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.1-20211018205651_1637269574326_0.8606145258743634"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:44:17.473Z","contributors":[]},"3.3.1":{"name":"@firebase/firestore","version":"3.3.1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9","@firebase/logger":"0.3.2","@firebase/util":"1.4.2","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.9","@firebase/app-compat":"0.1.10","@firebase/auth":"0.19.3","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.1","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-aeEc/UzRJ2YqL/trEQo1fvKFScB/oXHzLg6q/X445tpMPf+zFHmpEuI9YdWGuqSCRfuP/qAy5u0tfkGIcrVmLg==","shasum":"5e12c08e0136ee775bf72cfba8158e0dab0f60ac","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.1.tgz","fileCount":1469,"unpackedSize":20851478,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlu+DCRA9TVsSAnZWagAAqGIP+wc+fgs6BEcPyZqyidGJ\nQyczLWeoBYjPup3Gh9ADWpPd7qmKZoU4pRzvaYl0oIQUeEayHcy+qhO7EcPa\n91BhmWqJqoPpXNcheC4OJZ0mPU+5l4+zKoPiUy+ULoUW2u3kI0PrpQGH4HVK\nMv92B/MJBnl/bXIe2FT8Iux1N725qUiMdpq9XsCMLL09D9omLJC2F3FYOAxf\nRmbZ74WaHEfqKQ7AHavbkLGvQVmg/E9CowQzBwUJEwRzo/mDb3k7jOhH9sO8\nIbaPrCZNKqoR0+Aa9dz6lOB8PgcDvY/Xrp1vtGC4EBWMtYUIHTB8lovveCOl\n796k3fGNCEDNYc2OhcgRy2AsyDEHvpIe+aOyXRRjdP+l2vKBNaq+MTLoFHww\nsH3lBWYVkV3njYITpTFBv4HECkUutI7wTVcbhmvv3fWfd7oex+W5c/pTRQO2\nBwypOUHYeCntKVmeSACucqJI7G38s16dK8ukx71Jr1Eq77qm16PsN7XuSqQF\nzY3P0XjOyjrCQNUASOviH/ttPyqVMopDJNZ3B7b1hcBJhUbzQ/WIwvYbR3t9\nibtHIDG6dN92vtspHQv4nMN2YYduPhwMYU9KEdBiqFvtSqlb0u41fPzI4YlY\nyxbgI065bgvgdoZq0Hn6GhwV2k6VzN7923RzhRINaFX7gzwF16NHOQJ6FogX\nj7ME\r\n=1sz9\r\n-----END PGP SIGNATURE-----\r\n","size":3962011},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.1_1637281667232_0.1317767336415938"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:44:18.557Z","contributors":[]},"3.3.1-canary.cb7299cbf":{"name":"@firebase/firestore","version":"3.3.1-canary.cb7299cbf","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.cb7299cbf","@firebase/logger":"0.3.2-canary.cb7299cbf","@firebase/util":"1.4.2-canary.cb7299cbf","@firebase/webchannel-wrapper":"0.6.1-canary.cb7299cbf","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.9-canary.cb7299cbf"},"devDependencies":{"@firebase/app":"0.7.9-canary.cb7299cbf","@firebase/app-compat":"0.1.10-canary.cb7299cbf","@firebase/auth":"0.19.3-canary.cb7299cbf","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.1-canary.cb7299cbf","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-ECvrzwEU/rDMIFNZZv4L/zvE3ONg3vSzxYMAJ7fLuQ470X9kYRdC3wp8EKf5Vb+CohS70x9CrAomup4RENAePw==","shasum":"27b80c9a5c3a706955006a77a736ed7ef754ed8c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.1-canary.cb7299cbf.tgz","fileCount":1469,"unpackedSize":20852270,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlvwpCRA9TVsSAnZWagAAoB8P/jMMPq2c13XCPd4gtiT4\ndNy1Cj+DO46dJ3gQK+WSgGx3s3lS8qSxffLF1grVNJHIBkNlVmUyxUMrqHE0\n4zTo+a+B6Ihb8Q/Fhz95fVdNCBbbd/fYL26/CtSAP/nl0YsiUFlRYChnp/pP\nqNFUfZ1zvUixdx9S4KY/lYw3DrmQytdbe8dmUfaTinFPImFrTWknchsR7jUx\nWZJBC3y56Oj96QIu7pLBfwkjSq6+HFSdyxsqn4gAGLzgZhfh5LHH/t8ZPubC\n487VOpTMWmnaCWIKjJZSOPhtIvw27TK0eZiMwtDO8bTAytdx1ckab0sfSGPU\n0X/DLgusvNTJ0XZKaxaGtMeQubjhjctbZDNKN96ZCB2qLitapj2CN2v0TyNh\n/i7Uct79i0YO8KtcpmOOXhjsum+XMcTeIZz4k69xvAp4wBvgigE1VsuiWL0U\n7Rbci0KUKyQc/aK4itVE/LMRdJf79gWVtWQhqa0QJRGhix95U30abme2LHOR\n+khwaPn/LXdQ2EKjR/Ws/d9GR9J60f1E9R9sh+xeDP83lNx7eIx05N9UE4++\nOrgoVVsht4HWsrbjfMbQoJaP5NBKu9jeQDAjQvwzlhcK6LHRbmEWQfjvZDVh\nCXfcKDTHAQur6esKDOtaAdzkAIAvDWVuLm3cRUS0NEESaff+WUXNa/CIJjEE\nAnpA\r\n=1w7+\r\n-----END PGP SIGNATURE-----\r\n","size":3962317},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.1-canary.cb7299cbf_1637284904847_0.9894284903386166"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:44:21.844Z","contributors":[]},"3.3.1-canary.086df7c7e":{"name":"@firebase/firestore","version":"3.3.1-canary.086df7c7e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.086df7c7e","@firebase/logger":"0.3.2-canary.086df7c7e","@firebase/util":"1.4.2-canary.086df7c7e","@firebase/webchannel-wrapper":"0.6.1-canary.086df7c7e","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.9-canary.086df7c7e"},"devDependencies":{"@firebase/app":"0.7.9-canary.086df7c7e","@firebase/app-compat":"0.1.10-canary.086df7c7e","@firebase/auth":"0.19.3-canary.086df7c7e","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.1-canary.086df7c7e","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-x8KdlIcLwgOHT/p/0wQhns1wdfIayHUGp0lJ2ADaRi/WCd4jtA/QS8XCYJLSvGCeL5yUgxSKSYyT17aZ4s80Dw==","shasum":"9fb38b63bb9e0b350e25f3a191d78ac2ecf5b01a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.1-canary.086df7c7e.tgz","fileCount":1469,"unpackedSize":20965343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhm/mcCRA9TVsSAnZWagAAgqAP/iAbHM2BJu9BwvB7KDcD\nnLTRre9pPOmpNPy9NI8nyt06kHqihq5xCljvafNdasyc1ROuzL/4gz6O534/\ngS/7y7nwmPlkBze+pC7Eezui05FCf5rrtQBojw1+QRkeN4w6oeTeVbuFf76s\nupE8r8yDNurjH8BJaa2dAiZaQ5ZKGJiZ7Ek6+1HbGH7v29gxckQ2MS/q5liH\nNfhsIGnNq01RhbQqssrh0W+0Uh3CrZA2AFWRv6G5CIPybgENVddWUSMdKVt+\nP0N5V6ttdQNdANTHkCJdJYbn+hVbSak9v7beXvVbcTndyQiT3c+3pSwAR+Lk\nA20faU69cj3ULsF9R4mxQPTJAb7VzJgr1P4+7jYFKuLXTB/gIXU3ZttHqgCr\nRsaQFYFqWHdJXmpv5dJgCXHyhSRh2hnOJ85t6Ork5JQ6PfD4t5SRDObPLdCG\nz20hONUWQdZtYYuWZe43FqOA7rKKYKwKo7GgsessE6DhCN7arRrGdLTWBfDL\nOmFU/5V01FC/g0JJWhxMIcJAQLAbl2Rs1oZPLvCfdOYCT6kXDitrXd8pEQ0L\nMCjz9KikOaVn0AvN/b10zlZ8zso/e9tAYwnLv+WtjVRlzUOwDmzYWf2S4cNm\nEj2FTyhjvahQRWFYEGRdzhaEtc19+K8gTpiRWFgFTzQ17eSmd+zBHhOnTu6z\n5plV\r\n=7dK4\r\n-----END PGP SIGNATURE-----\r\n","size":3989009},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.1-canary.086df7c7e_1637611932611_0.06711338781811182"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:44:25.928Z","contributors":[]},"3.3.1-canary.f318c7009":{"name":"@firebase/firestore","version":"3.3.1-canary.f318c7009","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.f318c7009","@firebase/logger":"0.3.2-canary.f318c7009","@firebase/util":"1.4.2-canary.f318c7009","@firebase/webchannel-wrapper":"0.6.1-canary.f318c7009","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.9-canary.f318c7009"},"devDependencies":{"@firebase/app":"0.7.9-canary.f318c7009","@firebase/app-compat":"0.1.10-canary.f318c7009","@firebase/auth":"0.19.3-canary.f318c7009","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.1-canary.f318c7009","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-Gfu8Rq0pTLcJnFbXMge2bntxSwKRQgZ1nEed9+0LdIwncWWx2Z2KYykdiPvdhKSPMzerZ4XMiqF452IwIcZUfQ==","shasum":"633883a189e6ab0cc7f52f34b915afafaef41c86","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.1-canary.f318c7009.tgz","fileCount":1469,"unpackedSize":20965343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhplM1CRA9TVsSAnZWagAAxQQP/RBI04Bu0E3/uz7MgSsr\nproy8viD/UuzlCMN2fCWpP3ydOn4FJ3coNh5UraV/ZHohPaJ9sm5wXHI/oOQ\ngbW1n+MIc2/+C4Zdx+NXaMFgBiJ6ZbA1j6ungTl/ICr6KR9zgLCS9UgFz6u6\nLbnX41eaZ7dl5dRkVLrD4VEW4w6LqL6xJ5n3Eb0eLK8xlCc5J7ZHbSQjHV8L\nGNm8sSaNRoEA+rTq9XVUA/QQsCg4shn82E/SaHSZjjcVrQKxIcdJmcLTeYSO\nDb547s3fIRb0avK/RUfeB2MNAqOixPRRyn0BnNtgoDHnZiCWenZxEMJfzyL7\nmtQC7lUGGzvmWnpSZOi18jhWI4XKq3DFgmd0UGnzYTd3xTz1oRwIlgtRV9xz\nrQWqIcB9SwhSr+Uh0HNFLTTQTMKFQ4b7n0V+CKWKNz5grEpJMY4680xC+of/\nA1i3cRdHBfHAy/Cx2X5zAFuWxJf2IB9eC6aYDsIILqltMvgxBoc8UcrOywAN\nfgR5FJqQdkBdyM2XDzvNsXpAyjdnlarf5X9nNrUhWdl5ukjne0vi4eBRUa2l\nO1qXZVmtq2U+6fxL23XQzWN1usC11fgnOJVzxSbDKHwjO+y3H7NpYI8x7Z8L\nzdPmOcYVHoZ2pz3/Uyx/vwaZrWPchr8SIUABhvfcPzMCav65aDpGHflbnNEE\nOroB\r\n=wXhL\r\n-----END PGP SIGNATURE-----\r\n","size":3989024},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.1-canary.f318c7009_1638290229049_0.15869783288761563"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:44:30.379Z","contributors":[]},"3.4.0-2021111174650":{"name":"@firebase/firestore","version":"3.4.0-2021111174650","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9","@firebase/logger":"0.3.2","@firebase/util":"1.4.2","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.9","@firebase/app-compat":"0.1.10","@firebase/auth":"0.19.3","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.0-2021111174650","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-bNLpXCiksj1HXtNuFYHZftfPqvYIDYI8Tsve7tezaVRiBsJnRNycJ/XqKgKpbampfzp0HmOf3L4XpDpF063/SQ==","shasum":"7786d0b8ff28f24ed8ab1f23e7055ef1036fe260","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.0-2021111174650.tgz","fileCount":1469,"unpackedSize":20965347,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhp7cOCRA9TVsSAnZWagAAEFgQAIt6HCYly4HTxTUN6wjh\nrlDE82h31cFBWpPdYWJDWSYUQsDuFurLDoi4ZFU1rvvJjlBnG3ESR8zzOfO9\nj7kfLZjQ39b/Jx0mVUlaepq+Lh2+1eiRZle2L5hcE1OU5FH1XmGbSNahjy78\nDPqLwcD+LIN2JQJNw1oWoc/4k2eFXpImO7j66wHHrQB//p/eie6/oFN9an0K\n/8B0uD6BN96HGovZuH+XiOPjg4yn7b6VBcsoru5N2Q+O4NEOvSvFLMYpr2Fd\naTp91eXj/b7BjAobMtADVmgLOHnI3A0fd7qdo/ybu3lbS5WsOObXjcfRusN8\nDlTHMaN30aQgJ9lwuaK5xwg9ZTOtjDHW1SyaDZrnqfp0mCkHKzkDgnt6b9Nc\nP3X1Y2ZJsl3IJQMvmCoKKag8l/S2gvzIfKToaqUSOslh/dbyEHEaPfmS7rmR\nDiGqsti5Qi6Vr0UMasUvtbN80ykFclqhySG269wjDUbq+mul7Q2xcIrklGHK\n9P71njBs0oGOuvsT1JE9zD5jbrpWQFfqGQLpH9bj82sjuHXwAnTlzBaKOKyM\nruTV1zSfg0K+jjvADS1R4F5UYyap+O/ZvyxzQCq5Mshbz4ctHYBpzpeKTop1\nk5A6ljy192k2H0B9vFW2K50yqsfAfiPGGr9fmXpUMk8ieGErILtqTnE4ocpe\nEPK4\r\n=ccB1\r\n-----END PGP SIGNATURE-----\r\n","size":3989013},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.0-2021111174650_1638381326146_0.19956212781104776"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:44:35.932Z","contributors":[]},"3.3.1-canary.625b7a7c9":{"name":"@firebase/firestore","version":"3.3.1-canary.625b7a7c9","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.625b7a7c9","@firebase/logger":"0.3.2-canary.625b7a7c9","@firebase/util":"1.4.2-canary.625b7a7c9","@firebase/webchannel-wrapper":"0.6.1-canary.625b7a7c9","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.9-canary.625b7a7c9"},"devDependencies":{"@firebase/app":"0.7.9-canary.625b7a7c9","@firebase/app-compat":"0.1.10-canary.625b7a7c9","@firebase/auth":"0.19.3-canary.625b7a7c9","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.1-canary.625b7a7c9","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-+ceFbgFDEc0dmV0UVjLVF5QZnoEaKtfVnbUQStCo0CYOWL/5aEer4rOX8W0ycPRAVexpdTJ7wKZG3tAstlWRpw==","shasum":"b483625f8b87c308b5d368d90c23977d69321fe2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.1-canary.625b7a7c9.tgz","fileCount":1469,"unpackedSize":20965343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhp9AFCRA9TVsSAnZWagAAi24P/3ZO5P3HRicACyteRWiB\nLENJUMdQDHjhyvXtzNwV+XJRNnoc0IZR8kL6tv5VBARZ0/AVrYOVMuGSfaYN\nS+CY2cE+9I8YIaep0dTYkpD5pXx7xjcAgd1T6EaMji83zMBgIkGtJZhKLHQM\nSHDAqm0OFeJbO9Lzj69x1TRlcNepLivD4YxDULLu5nwM3VypSoCiob9GfHa9\nMk0zPSheJ4fXJoq5I5+CF1Z0N8uoJZwUEI0MS4RhE3HDWOvQQv+6Ko9Vw3Mb\nCzOmgyky174yFVxQL7zZb78TvuvoUoPipXlb5nQAD6ritAr+Gv1vO40cCRHM\nXzNRNL0K42+RmKBsnfg7SxNMOtwhmd/yJ6YP4bWUTDfB8xvFs6+wc4ArPqyv\nhQXIjt6/zGnLGxoHzqCFDg+//5r/Gn8JpU7QfYWKK2DocBo7hrFZXrCrBnga\ncny/TvwTe+CfhNy+w7iQy2kp1BuLgejmozPIPY6mv78e702uqi09Skw5D1v3\nVRBTPn9qQL2AnOpkIzlokfhguXjQVT4A8qAIfM3HQ9eMUzic2g6dNXs5Tt97\nGPFa3taoUMTSA2f0+sASYKUM1XyeUyC3XNrB6U4lX1j3wOsPMu3oL+dVwFnR\nG+A2wtXBRusmcVflZ4+P+WKzyyD/dPBPtK8P1LT40f3+JqLcdbeKZqSbcwgu\nPv85\r\n=RoVW\r\n-----END PGP SIGNATURE-----\r\n","size":3989032},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.1-canary.625b7a7c9_1638387717592_0.5218067493831935"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:44:39.136Z","contributors":[]},"3.3.1-canary.08186856d":{"name":"@firebase/firestore","version":"3.3.1-canary.08186856d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.08186856d","@firebase/logger":"0.3.2-canary.08186856d","@firebase/util":"1.4.2-canary.08186856d","@firebase/webchannel-wrapper":"0.6.1-canary.08186856d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.9-canary.08186856d"},"devDependencies":{"@firebase/app":"0.7.9-canary.08186856d","@firebase/app-compat":"0.1.10-canary.08186856d","@firebase/auth":"0.19.3-canary.08186856d","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.1-canary.08186856d","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-EKbxUasyY6CUifpETFByRopCLsO8RR2Bh3MRfETg7c1Sh2WMWhdHUyttzBjDCDTMfFhi0ftKWpLGHIcJlT/bjQ==","shasum":"7777eaf64d4100bbccc322dae90aaca6ee108816","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.1-canary.08186856d.tgz","fileCount":1469,"unpackedSize":20965343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqP1+CRA9TVsSAnZWagAAl4cP/2epgKlqnhqFbM9eXHIi\nSOmIXyNGDPbf8yJKzVTlVW/QvzVgKtQPbqrTzaTSn2Hc0moENPs5wJohsBAs\nFv8cLmBGLVmQuVppB4GlK2SaTd8hdE+qyHHG1jQUf9pbwxkGEuRYLO1bvwvE\nWFmPsP8Mf9MYTb7Qm0eVFU+gHh96HIYfZb7TjwNM1QqKp9rYSeoeGJwSDexh\nOWM6+7apgkA2vAF13SBxuisDPVGKBSZ6Bh4e1OxgSPnyEQ7r/OKSTGezbjnT\nDkAcuAnGffY924obmG+oyvzFDqr/iYUo6IvS2MS6ul3s+XVnDrbIEMeL6t1Y\n4YUQch2dMIrHExpbAcrUJhb2M3lcTa2ZNTL3uM5mclpJ4eZzud+bmT1R1Fpm\n8gkBQDt9JbmtGAPNw92Shr5CP91vyivF+35RmBfIHcHZBeSOOd5o5TVR1iTw\nZgDRmX6kqlmhTM6p1oZO8popXcMra4IsbHWNK64mNntdVY9FRAzpZDALKOvM\nS/gh80AA5I1nbAns/MYuJgQBtQ0OJwZsRuyD8hidwAJJtR+i1LmOAYouxueq\nM7Ti0gazh05RZgVMO0gWeEtaTHOf5CFtWFdzVpQQ94nInfgSMVDN7fMpnMeX\n+kG0n84NU2FUw7ii6+ftMjVNdEjBt62lCi3+mGxWQYTwna+gmEaJ36WwIlzo\nKi71\r\n=HNZ3\r\n-----END PGP SIGNATURE-----\r\n","size":3989034},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.1-canary.08186856d_1638464894140_0.8044329327664999"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:44:42.401Z","contributors":[]},"3.3.1-canary.dc6b447ba":{"name":"@firebase/firestore","version":"3.3.1-canary.dc6b447ba","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.dc6b447ba","@firebase/logger":"0.3.2-canary.dc6b447ba","@firebase/util":"1.4.2-canary.dc6b447ba","@firebase/webchannel-wrapper":"0.6.1-canary.dc6b447ba","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.9-canary.dc6b447ba"},"devDependencies":{"@firebase/app":"0.7.9-canary.dc6b447ba","@firebase/app-compat":"0.1.10-canary.dc6b447ba","@firebase/auth":"0.19.3-canary.dc6b447ba","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.1-canary.dc6b447ba","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-IfTR1iZiY39+Vy7KaA1jzvUOccgzfIt5DL0wnTsXovYTnPPAtxHIURxBoAHFWTPLCTdUUFwxzEo+xmpRpNxEuQ==","shasum":"04d30eaf308d57df697aa8238f12a5763bd9c467","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.1-canary.dc6b447ba.tgz","fileCount":1469,"unpackedSize":20965343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqQMrCRA9TVsSAnZWagAA9HMP/3Px/7qa1CWfw237drbY\n9cJEcgc3zUuteSP/eaYzcW+IaoXUPMEIpXhkTY3f2z8nLY405bUiQ+T6Rlpx\nOOVoC4OsHKqwbxWDBm+RqKhb7Ss7fnBprvMHv/7vUhT5mMjtFZJYE4Y350Na\nRwGUOygEiMsU6Grux8T5ICpcvJsCFTWCQ5RIzXBtOe0ihqln49CsZLOKMRU5\nw9Q7DbsRCah24XIoQs+Qmh0g/Ue4iA/OR6jdu+Fh03G84VwfFOqKL4lJBUTk\nhZ7a6W42/kwwvJVidhOuvDsICnm+9ax/eQ6PuxQv+ZsAFJxpk759w6d5TXyM\nKFNRRjDOVB/O8Rx0SUpFjlj2qI+WEJoRu5R3HnPn/c2kIgs63CgC73Ne3QUq\nyuJ58KwsSGONrjUCYPqKbqnEI2gtwW3oAfcOSv2LXURK+rfFj/zb2dEBM1jK\nNPtrUT3mTuYmD+pXrNSSxX4n6RLDu2nNkNlNtOvE4FwcLMjkE+VDI/a3BxaB\nXAE731K5xPfanZMpYjN0ujA87feW6UeEAMu1FAY453Fy+bjt4E8yiDdaWKz1\n4LN8VbRSDUIFPy+v+zJJCP+XDXFCLLjqNemULaN01s6n9xbiNYRewLyGHxnk\ngOo33sVyLjapiyTkXT6NlrrFcirXyGOMz7av/5JjvsSiyBpoExvMmAgVEIvY\njnQJ\r\n=AnGv\r\n-----END PGP SIGNATURE-----\r\n","size":3989034},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.1-canary.dc6b447ba_1638466347627_0.8222596065081087"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:44:45.623Z","contributors":[]},"3.3.1-canary.bdc71d1b2":{"name":"@firebase/firestore","version":"3.3.1-canary.bdc71d1b2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.bdc71d1b2","@firebase/logger":"0.3.2-canary.bdc71d1b2","@firebase/util":"1.4.2-canary.bdc71d1b2","@firebase/webchannel-wrapper":"0.6.1-canary.bdc71d1b2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.9-canary.bdc71d1b2"},"devDependencies":{"@firebase/app":"0.7.9-canary.bdc71d1b2","@firebase/app-compat":"0.1.10-canary.bdc71d1b2","@firebase/auth":"0.19.3-canary.bdc71d1b2","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.1-canary.bdc71d1b2","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-G5xR8V7vIFL7sXOfwKRcaSpLWg828GjlTZQS1MnVMR0/dhzroZsRGILyAR7Pj93yOD2i3aC7EAq+BGJ60MaG4w==","shasum":"9fcf5e98a9021f1051b52c793216ca8aaba48914","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.1-canary.bdc71d1b2.tgz","fileCount":1469,"unpackedSize":20965343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqRpICRA9TVsSAnZWagAAR+cP/1a+rjtCXPfsiysFhyif\nAtDjdf7R52rCLXN/RNwUgyIU20lj5msfKhxK4IcukM6gcAZNxX+3U6RQ7VAe\n2QKG3U+jQywNMWb94z8wVL4k3dklp1lYVWlpmL4uOH4JEUck//D5bceoeEI5\n0GoNchx9WqhCcR9yeeH2bF3gvj7BxHNbsA94/RHoE+0Lsz1+hRGa+FniwB48\nVVuYl50qlLwyjhnBCYEQM1z8eCWt9AzgLXeNiFJpg2fb3Ysm5MKb4kpECIOs\n4C43GXRNQJRYi7Jgh+EFs1p/k5jZPfmutwjLnlFfPi+ksBrGfCys4FojrsLF\nPTLydPNA5Adc1Y0P4jFIhd4gJchZ27lUZeS0OT5YaV7tvt7s8V4L3mXLPISx\nP9Ap90aKTdoymzQ89E36cGZEunyOdKsxouy7WVeIGC1wdBXIH6eVglFcSfRK\nxn1L5RRfn1lDzeWTl6WhXY/QDEAdzspEB7HC/X5Bd1g84q6bSGVmy+IHu93t\nX2iMobF2lKqW+V4JZPgvJu+z1z7mVf9w8rZZ15vHOykfWgZgJuU62+DVT+go\ny4Yc2jaNWp/OvkCJNb6AD0a9RtJrJW384DSWVYGzOm0PfLWXqP/hb4tLhToZ\nnc24AphFHmLWP7YhLrGbCvWBfVuDafc0jLL3hIVGczb0ZxzYrjL4oiEthTTd\n9O7u\r\n=bJru\r\n-----END PGP SIGNATURE-----\r\n","size":3989030},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.1-canary.bdc71d1b2_1638472264110_0.23845368943078338"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:44:48.805Z","contributors":[]},"3.4.0":{"name":"@firebase/firestore","version":"3.4.0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9","@firebase/logger":"0.3.2","@firebase/util":"1.4.2","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.10","@firebase/app-compat":"0.1.11","@firebase/auth":"0.19.3","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.0","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-AiK4ol0U1Ul2oWegHgtAL47MRN7pkEo4XMtMY6ysVpopkVsiZzHFQIIgq5nFi/dQczWUvwX/ntOIELGJyQEZXQ==","shasum":"1ead32ae912545f12ccf9203a55e6e8e27786851","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.0.tgz","fileCount":1469,"unpackedSize":20964791,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqUxNCRA9TVsSAnZWagAAddMP/iKUeJ2sh021XLYNy6M9\nAGkCk8oQZ4kWu0B/PZIYTHR4Jl8Lur7A/WZGE1wkHPsZ8BX4eYtYOjRMRN7E\n79OOWoiOK1VYWtjQUDqCJNBtflmWZ4wUp3qOTEvEje0Mg8hqjliKJVShOKV6\nn7gvO+D894cnOUD4FfEidKQtfQ9o+yXY9NlVKiP/Yd5nYStBXvNTIhbYBvsz\nbLu0MCJ43gAlzUcjM17d3RVHFkQVbgKoGvUH+DozowSbnEpNDlV/EjJAs4OR\nNo8JfCiY+HMrd/kJ+H0YYOzSy1jNLIYMr+plwMf4yWdZxeuBoPs87fMw7B2m\n0kfDsjr3Mn931aM0KZyJkA0z+7tbMji1bEgjp6dW0hT+CVce/zWClm3VgOGC\nENrDdXGn0wGvj8UtK7hKwiLLMWmfzcxxWxpSNnfD1Wxs1MZYoubIhAaJqrWF\nY/oyiC3ClS+nKTO5+W0u0y/yMVOrZIYmHzE0CHxwdrSVbP84ktvk/cBSUDHm\nAspRlSHCzAS4FIacLYiuxlOCBnEVb/oNRd2/ScPeFPtbtPuVp/OKjbSiOx2D\nL3Fo9xuouwYG/Mv/pm7lIP4zxzr+goSvdFnFpcHS6fCEpCf5nKDgV2qEyhn6\n9EquhrHr46tuyi1r7/aqZcqHP49VDiopIJQ+fNzKmt+Wid03hY7sliXGvy5B\n83PY\r\n=QqXj\r\n-----END PGP SIGNATURE-----\r\n","size":3988724},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.0_1638485069180_0.9548270707316888"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:44:49.998Z","contributors":[]},"3.3.1-canary.6ae54d041":{"name":"@firebase/firestore","version":"3.3.1-canary.6ae54d041","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.6ae54d041","@firebase/logger":"0.3.2-canary.6ae54d041","@firebase/util":"1.4.2-canary.6ae54d041","@firebase/webchannel-wrapper":"0.6.1-canary.6ae54d041","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.9-canary.6ae54d041"},"devDependencies":{"@firebase/app":"0.7.9-canary.6ae54d041","@firebase/app-compat":"0.1.10-canary.6ae54d041","@firebase/auth":"0.19.3-canary.6ae54d041","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.3.1-canary.6ae54d041","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-FdoFUsmHqG5vwI1kstCUEGvhaUZJbAvBmKl7Zzpe0XlDUJx3eFAg1WH+lIBYDPpSgdPzysaNbRIXf1ihJCJTuQ==","shasum":"fb18b2c83e819c21db1873f56cd5fc2b91e00ac1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.3.1-canary.6ae54d041.tgz","fileCount":1469,"unpackedSize":20965343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqWYdCRA9TVsSAnZWagAA0WAP/iqExg6GBcyignNx1Fc9\nN6tdzPjPJMQYgMe3OI7oiAiihGaoV7WpBc6LREqVHz+7wuskrJxYVHIxL7g7\nytF7QliIkVnhKFaiAn8nZgijjVzMXVhKq0L2yZQSqT8HM3W5jFYZjJYfTm8U\nbCNKKwX45Uw8US7gPt6GK3iazcWPx5Yyv0qcQw8dWYJsjF/7kJxI2stL1Q8Q\n/ZxjaoWvPe58KAXd+9sBLu8lB8SERtXZo/e623qK9UDVCzplQ3yPWiSrjvXB\nn+qdJpeuL3fm7beyZ5Rsq4Su78/7pK0GBh4lMmXgjbMEWStqWHFP17aRYVhn\n8vzdU4lb6dN1kOp4SsKWBwuavMNsg6nSgtVYLHoLAepPFsOJb9DBjdBGoClO\n0OhdyvT920fQZ/HdJs4LXv8eyX1EFyWR5/7SH/lBOTTdZMTAaJSIxZQ79E7Y\nuQV15fgc4M+P4hPZtlT08gBFObhgFkKQ8mJjXjvWxpd7k8ukdCcNHp8DS1KC\nUnXfO9SjSqz7JdGMAYwL6U34wK+qz7N6jTffCO0dxfTnRuYsR21mPIrLSRNY\np2DJYYAY914Z2eSbtvJ24URQWcWpLW0oC9DcKSb9pUuuvw7FJjhWAHZ+0mMw\nVsEm/xYzcMoz6W/H1ucHsQyagN9AgTwoysx1CUf/BlLvRAGauds6zM3tT+qR\nvmZK\r\n=5ZG1\r\n-----END PGP SIGNATURE-----\r\n","size":3989007},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.3.1-canary.6ae54d041_1638491676706_0.7090357430499841"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:44:53.330Z","contributors":[]},"3.4.0-canary.34fbca4bd":{"name":"@firebase/firestore","version":"3.4.0-canary.34fbca4bd","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node-script ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.34fbca4bd","@firebase/logger":"0.3.2-canary.34fbca4bd","@firebase/util":"1.4.2-canary.34fbca4bd","@firebase/webchannel-wrapper":"0.6.1-canary.34fbca4bd","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.10-canary.34fbca4bd"},"devDependencies":{"@firebase/app":"0.7.10-canary.34fbca4bd","@firebase/app-compat":"0.1.11-canary.34fbca4bd","@firebase/auth":"0.19.3-canary.34fbca4bd","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.0-canary.34fbca4bd","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-O/mwgig5HlJXA+Hqu8Hk2R1lkIQuNfTXqDq6zm2sc36UI8U38Zf6+71oW0O14ljAMmS83iGCET/IAYtIe2ZNRQ==","shasum":"563e0a417bb18dcfd240901b3707a3fe3765fa8a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.0-canary.34fbca4bd.tgz","fileCount":1469,"unpackedSize":20965584,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhql4XCRA9TVsSAnZWagAAzhIQAIXsfGuTlWmD+AeX6kxX\nCsj2pVcU/fzk+8X/yiQHFNn3lSEdxCi7+T9wUi0w0nyAQCg1iE8kk7YjEbhk\nylY5RCpybt7esu1WYy61dmHdTtv0SWlu8WLsaI7frZtWs/XhOhprf2CvH9Pe\nB4mzchVigKzIPNBpEOYnQE7C0dhlg/gi/e/CF7Q8Pt93jh+vEuOKDiCMPDxI\nhpSOvkafs/sKEBoH3a1CbhR8TPf85PUKtD9k+4NzW+ZOlr0zSf10cke1fvWq\n8qTQtqgTUietXnhHtkDOK12Pr/bwZBWotcvaF8gKbFh4miCCQ9rYU2VVdf2K\nEMGB4XgWnxqJzyys+MUOXWCkXFZivrndfxBItHldN2T4hWGl16w8rIQA6MQo\n6VXCw/fgA5rJGohU3eT7Td8imjg7D/3jtzh2ptc8DQPNo4F9dhWEwDU+fzil\nJ3IBfFFtptEwwLuolLGrkX6lVZYVGROIDkF0tbAgjSIAlLjSSIIb9qDh7STV\nlJQa1xHohcyw7stP/WNcAyxLdlwVaGwBkjhsetzok1YrkJ2uraDNs3+lY/Kg\nyJVO6g7mpxE4GucidKwPnSK82NVu81o/BNMQNAQga3Cf3PNdpcthMud3Uq6l\n/kxorm3yHmiMyQTGuKxxtr6yNu9suktI3A5yP9PNKTQCVBAj4EYajm1+Zhs7\nEWjX\r\n=CTFv\r\n-----END PGP SIGNATURE-----\r\n","size":3989080},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.0-canary.34fbca4bd_1638555159510_0.8865679001305149"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:44:56.587Z","contributors":[]},"3.4.0-canary.8298cf8a9":{"name":"@firebase/firestore","version":"3.4.0-canary.8298cf8a9","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.8298cf8a9","@firebase/logger":"0.3.2-canary.8298cf8a9","@firebase/util":"1.4.2-canary.8298cf8a9","@firebase/webchannel-wrapper":"0.6.1-canary.8298cf8a9","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.10-canary.8298cf8a9"},"devDependencies":{"@firebase/app":"0.7.10-canary.8298cf8a9","@firebase/app-compat":"0.1.11-canary.8298cf8a9","@firebase/auth":"0.19.3-canary.8298cf8a9","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.0-canary.8298cf8a9","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-UKMVwpe2Q+Qvwq1YQLtuHvQlCdQTsiPs8DMyFn4lUajye1U3phhR6JM2NZWSgli8xygMcy6NP7aynGgKLDFd2A==","shasum":"13d963ac4b636d5445678cfd9c60a513c4739eea","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.0-canary.8298cf8a9.tgz","fileCount":1471,"unpackedSize":20965608,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqqDZCRA9TVsSAnZWagAAVbgP/jOFyjV/X1SdnJocznM+\nJJ8AV/gtg+5zU7NZDowpMGdKSSt8D2t/zrdYxcYTuwcx1lD4UowryKu2C3Cx\nazAUHJhwVRepudy7Jdevrtx7AGIDWVtujfjZLwCk8Nm1MmtFeQNcSHwoYXHx\nvgfUenggyqLecWTVPzaIeW/zlK6LbxJ4CkFqVPelT7uiCy4H56amCCA8Ki2p\nR5fjLDXqA5CglmUPLB/xsuzML05H7Edsk5Mc0kZSOaAwFV31Kxb51lzfUpy8\nbpTt6BreKX+CRKgn11tuKmndSTidzl1kpjvNZ83jcrXe1IcF3pAeLc+mYUt0\ngc/A8loyqyiOnTL4QfvEXbBC29W9E/fLIFbKkguQvAGD2JSf30PPjSSMqYVh\n1AV6xUqLKZkYj/QzTUtFs6bqznovQkJWSFwWAluwdko8AnWAPGg8ZcLRJC+P\npzkuK3HAbffHv6nTF2yDjQpNUdAfV+NQZIhsQaZb4HpYTp0K9NXX9Sf6Ezf2\nsrova1DNKiX9XvD3+t4RGOFz3K3RhMdMMgT1drep9l7eLNelZH7sHyuORaWW\ncz3hb2zM9S97BHplDf+WX30ps3Ci9SlszOjgDI/rUIyPOEf+bq02mVn16K1l\n3OCWf8YZfsluaKFwwpduulci/wOtILsGIZfjY5BtN4ZLHDzyKe//Wry2sFU/\nbjNL\r\n=JVWF\r\n-----END PGP SIGNATURE-----\r\n","size":3989115},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.0-canary.8298cf8a9_1638572248841_0.7661943608004596"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:44:59.767Z","contributors":[]},"3.4.0-canary.08da8c81e":{"name":"@firebase/firestore","version":"3.4.0-canary.08da8c81e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.08da8c81e","@firebase/logger":"0.3.2-canary.08da8c81e","@firebase/util":"1.4.2-canary.08da8c81e","@firebase/webchannel-wrapper":"0.6.1-canary.08da8c81e","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.10-canary.08da8c81e"},"devDependencies":{"@firebase/app":"0.7.10-canary.08da8c81e","@firebase/app-compat":"0.1.11-canary.08da8c81e","@firebase/auth":"0.19.3-canary.08da8c81e","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.0-canary.08da8c81e","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-PCW3Ev7A+P8D7e7FpRtbVjfs916fMX0e2A6+tUdT4mtWdkMIw4trp4NNs3/BhN8OZ2m7jKU/M8j7qNRItwEydQ==","shasum":"9dd79fedab62338b2e8d0141501c0696144f737d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.0-canary.08da8c81e.tgz","fileCount":1471,"unpackedSize":20965608,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqr7/CRA9TVsSAnZWagAAVOIP/1nCX0JunTU/OMHdDDNI\nl6CiTXJZVmeKJelShA7OeD/rFxrFvlfnbTowXsKYgR/9w72sRQ8vfT1S2uum\nYn6rHjB5LrkRPyWDqPO3sReauY/rmgAFtbAJ9p9cG6041RmLL7M75DK85zH8\n+jPzMaBTIxwqp1JiTDS9OlZW4PLfhVrBTaEEQmj6fh43rbqFjLFEn1mx7SMm\nKPUbr0EAI8ekqrmfXNvT7bvP8oD9frN4v1ncOH7McHDWMUzFH8cU0XA6TnpX\nrOLeR/iLkh2YM3VZtRB+Xgl3Xvcy0lvZhi3nmGyS7J/QU5l5m6vEbfvbGfCq\nTTIeLQuNyj+NitS0aiYL8RSTQn26RI2Yukw6pyY5eQOTvnVknrcBf0lxnwam\nP4WSefrPGpOmas+oj9IzsNnfYUbSWrJUtqjwiYv1YGtbsVtd4xSSpC1ym1mM\nwt/iy1Tnw2WSQr5L82/mbOIeYFGdxEnSvCc/kSBZW94eNDRt1vyzzUQgnWkQ\nZ+lgGVOKezwxu6VKkry+oC/Cb+aan4ozNpal85uTYEEqiR9cLt5XaykOxuKy\n6mfES3HBP1x9xJyH6msMx7jP1PkBWYqRJuDdJds+dxnFigaZCqr0lsZFQHCQ\nF2y/AAsFh1DfW1+gt7wBBiwWrDdIJ6OzxjxJ9d6B+OWwBIItl7tLNQUzy9eq\nTDf7\r\n=5N64\r\n-----END PGP SIGNATURE-----\r\n","size":3989090},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.0-canary.08da8c81e_1638579966826_0.23897813168981918"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:45:02.906Z","contributors":[]},"3.4.0-canary.8d04184b7":{"name":"@firebase/firestore","version":"3.4.0-canary.8d04184b7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.8d04184b7","@firebase/logger":"0.3.2-canary.8d04184b7","@firebase/util":"1.4.2-canary.8d04184b7","@firebase/webchannel-wrapper":"0.6.1-canary.8d04184b7","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.10-canary.8d04184b7"},"devDependencies":{"@firebase/app":"0.7.10-canary.8d04184b7","@firebase/app-compat":"0.1.11-canary.8d04184b7","@firebase/auth":"0.19.3-canary.8d04184b7","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.0-canary.8d04184b7","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-3H82FvaBGwoZPBz6vxM2s0UyOu8nKqmfV5rkf29Pv2w/O56NeIg0jQ59tnszMIrya+4KBtKncReeXgGywj14eg==","shasum":"becc8cd00133844d0bbf06594bbbdf890dd60f99","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.0-canary.8d04184b7.tgz","fileCount":1471,"unpackedSize":20965608,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqr89CRA9TVsSAnZWagAAHjgP/imsE8oBWE8ig4kDxUwb\nXsyJ9IU7V+c3ZPxZbkq0ofJq3FAcVwYTW5jW2WiRstRKRVHt/NmRgo6TIPPP\nYAZ6uew8mzK5CZQxPWzYSYvO47ONGFqmU7zKJOdAjYDOSKgutJKkKk+Be8Li\n/ysQTTgNk5a0eVO7xGs5NFQgM6/RO6PiIcY49UxWOBm7lGl7C+cCGS9PNv/9\nUZDh8locXkbN3/qUVqyB+Ru9jdGIGJ9Z4ls4ZDa3i1aWq8DiBpeiSepl4XRH\n6n+O7mRV9BmtEBDKPmxKDTaNTMfRiZ5l/6laSCDohULOwALcOebaqXz92sro\nAqLTMYn4hLCwsjF6RnqrdTo9HnUJJF8YZLCD5EnPfXGUFpixt7FTeToO/eQR\n9rSdStCqzcGgv6Ml7V691QwLMCiNrqCke9FpGZXxF9YC68pWQSL95wX86JDs\nGCsh65QiSIsMBgP8Wqr0oLbkWZvkVj74s2IJldNYTbw4zMPcdnmTefU7VeSz\nkHTRNEHuFixljEWmHA5gDtHgeHtXgaAcHrSj1s+amLT0SqZqtEZEjKCZnHHb\nGB43tgI0FntuAfVzH7gVNTTs7QS8oIonU+2e4FZIerGLLV3kbjq+lLDK8/Hq\n14ZI2B7JcCakmOaK7nrpFJyr0sSsTruxN9nAZh8K4sA2g7E1VApd2E/mnhrQ\nkysT\r\n=M0/A\r\n-----END PGP SIGNATURE-----\r\n","size":3989139},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.0-canary.8d04184b7_1638580028941_0.09592261070840813"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:45:06.123Z","contributors":[]},"3.4.0-canary.cd5ad5055":{"name":"@firebase/firestore","version":"3.4.0-canary.cd5ad5055","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.cd5ad5055","@firebase/logger":"0.3.2-canary.cd5ad5055","@firebase/util":"1.4.2-canary.cd5ad5055","@firebase/webchannel-wrapper":"0.6.1-canary.cd5ad5055","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.10-canary.cd5ad5055"},"devDependencies":{"@firebase/app":"0.7.10-canary.cd5ad5055","@firebase/app-compat":"0.1.11-canary.cd5ad5055","@firebase/auth":"0.19.3-canary.cd5ad5055","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.0-canary.cd5ad5055","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-7TbQ/o33MolFCWKG51tJoAWyJPOiaq2d5+r9aTMEuV8+na1mrOXeQajPyim7M96ONRXsr6b9tD+ZVP/0Gi8rAA==","shasum":"828ce526533f7b66badb2dbc0dd36f62d1253939","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.0-canary.cd5ad5055.tgz","fileCount":1471,"unpackedSize":20965608,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqsAdCRA9TVsSAnZWagAATrcP/R0uiuT1xVJ2Iq/P4h8g\njfQkB+wWBlKV/71/OjPZpq0unqGnqoTK7c4dS0L4c0x+YeUpGGvbmLKfhyzR\nSemorTACBTMdet2C48gniBvqtG77+j68bVoy7Er1jH7mq2WJXVIREJ7KRvBq\naUwC/i5wBbgDe1qcnrzH9kdn912ZJy1m88N4XSvcnPev0DDM75pOZQwMBNc/\nnMv1GC82369Ypt9L3BnvIp+ek/PK4nWy3sgimsksmcLuP575yFR5X19eZcAQ\nt7RvQNIJifWHUUtCihi42XhgNvZXW/AI9Eef5865hvDzf0QvKxhQPE1RFyBo\n1Qei5s5AKU7G6q9gywT7+YPCW8jFpHwdELdosTDiORBAA9q9mRavSWh5Y05l\nmAgrsLTVfBK5aSrGC99jpzLpmdaBN5u/H0TI8lzGciNfP3FJ0GzN2dkXP2UX\n4JjA0RBvtTGjRBr3UrJiyokP/j5gnjDFBTFICyClYsDPAnLKJ7V9u0DCKl3k\nWCtNtx5uDNSIOHiO/LfVku6x/+Z/xMQa4L5hYULSPXzYGGDHBXS0KR+klHpF\nk3txFV9lVnS6HMmzTgEX5ujR+aH0RQPkCwHcEhMzjOgo1knyM/fhUAk6q/yp\n27djbsLv6iX3OoYshamX7lI1wKy1RI9ins2gYhQgX/l96O0Qsfca8gShPmvX\n2d0L\r\n=MJyq\r\n-----END PGP SIGNATURE-----\r\n","size":3989106},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.0-canary.cd5ad5055_1638580253658_0.33405279231544194"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:45:09.362Z","contributors":[]},"3.4.0-canary.931c80dce":{"name":"@firebase/firestore","version":"3.4.0-canary.931c80dce","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.931c80dce","@firebase/logger":"0.3.2-canary.931c80dce","@firebase/util":"1.4.2-canary.931c80dce","@firebase/webchannel-wrapper":"0.6.1-canary.931c80dce","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.10-canary.931c80dce"},"devDependencies":{"@firebase/app":"0.7.10-canary.931c80dce","@firebase/app-compat":"0.1.11-canary.931c80dce","@firebase/auth":"0.19.3-canary.931c80dce","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.0-canary.931c80dce","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-tlL0LYQHxsXqBZli1UB7BV+YFsWHMBypygry/OpykdL50IR97JnT6fOqi0oUU+3I3yCTqhrv+IhgQ8DHH9b7Uw==","shasum":"756fb0b73dec5b6630f2a47256fa99d1716e84f6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.0-canary.931c80dce.tgz","fileCount":1471,"unpackedSize":20965608,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqstpCRA9TVsSAnZWagAAsUIP/2XgnOhsbUPMuGoZdTgI\nyIqzmONXox4jgsMcxYai7YEJZ/8qynSqEJaqYGDZIU9WQX6lNKfkYP2Dz4B3\nP8N8aNVH6yNfNZGchbfZDHyspMC+adQZmvTnNroUh7h6TTteP4Cwm8kCfN7X\nTTfiW5VlDuUJnHNenEvTNSnYQRdAAkG2v05KZrSCyD7oeAwmT7PhIaejceuY\nMxtMV8QxPrJfabWGwWqnW5Q+XnAvVlpWZVz4qM7WoQRm+h1JZ/JXZdBEOIsv\nj43CVVvat4n1pJ+CqhPg1jyRI+A4LCDt36KQ9a+4bp70t7On6BNV2JvEYr78\n/kCCWF/8hov4z9UOtjIqltrvbtWRUUxXA0I2ea7TPMGh3ae4cultUIELmQ2D\nxzoqcKp8afhBdKUZQNadbVcgPEOYIyQGY6nD188EeQIpz2M+7N3UD6RgwbpA\nJbL2HM82ddBxs/cTXD0iWlH686zabCew82TfNp2CbZO6CJ86VNeQoS6r2UNE\nB731BHBD2OkYOTOZQkgyW/nBVYqfDfBQciQb8KHtIuCzF7YaI8drnGAQUG1H\nP/bmPGkoq+zKMZ0pojFtmzwtwL3kVLlY2O7qovRzEbKResV5aK2fv9kyJ2fA\nwiJQgpsco2J1l66x7pyF97JgjI5ULPtvNYVg7IsgkScOtbK7Yfh9L0OGKFHw\n/GQC\r\n=rchw\r\n-----END PGP SIGNATURE-----\r\n","size":3989080},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.0-canary.931c80dce_1638583145138_0.19793290750828407"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:45:12.588Z","contributors":[]},"3.4.1-2021117224551":{"name":"@firebase/firestore","version":"3.4.1-2021117224551","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9","@firebase/logger":"0.3.2","@firebase/util":"1.4.2","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.10","@firebase/app-compat":"0.1.11","@firebase/auth":"0.19.4-2021117224551","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.1-2021117224551","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-LFYw1kKCsjN9DgRvvBFIT7RmNGn+B8luw4zN2skkD7AR+nA+ERRK+NXmHngzbUkVz9YEBRgp48Dl+biYbdT1MA==","shasum":"871d2d4aeb5124855dc9241054b7033253a25afa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.1-2021117224551.tgz","fileCount":1471,"unpackedSize":20965615,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhr+b+CRA9TVsSAnZWagAAAy4QAID12vQk4LkpLM1/EM2j\n6+GBOCcaUSpXJrBG03mLataiJY5bjoQLaEiSm6Z7nJ95Cefo8MHbOEgocuR5\nYisjcTFqOd0UVm8kNLuM6zVK61FqQH2MoVgPPYusYQP0OLeDW5jVDtqunxxO\nXYe8mNDHtfqKSU1kYjdATzNul/KzSNGWD4aWj+erDr2ls3WM9RTRpfNSht0h\nRROT69Limn0LY4WxOl14ywwLUlIaoBk0DsjW91as2WA7sNhmHuK8/q1SiLj3\nQPJG28nh5Li5g2xy1uZaarxL2hOUQZa632M4jNxgGPlCsJf2B8rKkkufyqNV\ncY/Ut4MRsbj6v2egHtttGFG9N5A6HWiBfKC1uMt8+VScbMlS0bG0GxJ2td1x\naWa7g1UpNsqVWRr+s3Y6+3AZXHUDYpxsQ/qkreuz4N6BTSHtPblEiHBnidN2\nWP70HOSyaBwr722MnME7ZDIBv1RFX3MMmmPGQaaRnv6r+ADQ6cCTa8t5KGgH\nINrlveDjmfI75mf8FZQQQcakWXgywPsnBY/lnI1V7vOxQidZXrPd1fNc1G0X\nMe+F6Npl6eMX/2cogB82ns7CNjh7t+rW1sx7tyNcCfMXrYd9r6YjnyZCPL6e\n/qLG9Hs05PvLUhy6fwHDWqPtUox8Ljhyklgd1jbQl0VKCfZuqeU48J2ERArB\npvLA\r\n=v+tR\r\n-----END PGP SIGNATURE-----\r\n","size":3989149},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.1-2021117224551_1638917886337_0.43782353670005825"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:45:15.855Z","contributors":[]},"3.4.0-canary.a777385d6":{"name":"@firebase/firestore","version":"3.4.0-canary.a777385d6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.a777385d6","@firebase/logger":"0.3.2-canary.a777385d6","@firebase/util":"1.4.2-canary.a777385d6","@firebase/webchannel-wrapper":"0.6.1-canary.a777385d6","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.10-canary.a777385d6"},"devDependencies":{"@firebase/app":"0.7.10-canary.a777385d6","@firebase/app-compat":"0.1.11-canary.a777385d6","@firebase/auth":"0.19.3-canary.a777385d6","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.0-canary.a777385d6","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-2FhtgPfT5baulzeDftNky1p9JQKjx3UckQgpWd4t6Y473eRl09CD3bA06JabXI5fFjQdtqKRa4TFFCZ5EqOS+Q==","shasum":"2c8ec213bebc98bfdb6493a042e847ed881d4f89","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.0-canary.a777385d6.tgz","fileCount":1471,"unpackedSize":20965608,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhr+osCRA9TVsSAnZWagAAZHUP/1grwdukOPQGlISGnVdT\nAKsuuSllhjA4aubv4l2GA2d2YAOUGtR7TETPNomH7x/t3SbhA3QhjIyTGOhF\nXrfKLrQekIJLuzAU8p86fdyFcoDL5PQPIzajI7Nlo0GdnTBjbMnn3i5TzqYx\nNwBoXwT4cLDpMzwCzmslnDF9YcKiSwa4e1kAZKn9Yc7pcUOGLfQbzYC4qQjl\nXOuOcbQgIj+ziqxk1y1+MXOLcHv5zbzWjZjZhB/dxq/OMv0BGTS75i3zezWh\n4j9Vxi1f70acb4Hi3kDK1nK1nNYq6y1tLJ1RcyEVhie0TduaYD147suAvUin\nvSmNF+2nwYYaChmV+awTtSe8PRHR5tzIkz1ywjmmcuT0W0LLC38dUDZc3Q52\nV/J8GdZlNyupha3WpaDpl5bCQboCYxtwIQxSVYcgUVTGNsKAg48Dw7DuCXBa\nQQ5aEr6Irs3tpjFTyMKn6Wi0ZuAA0TxlX6PCphBVybtGrxVd1dPXNqv88RX8\n+G3ZR5tI5DXR9tar+7CRekHEgHolR8J9yYilDxPgL5nOYDw0aLW5S/0OILpD\n1Jok01T0pbR+uZZepmVpGCUXM0LDl/Xoq2m0tZ2o18OOya7uedm9wOo37fCr\nJ2HWd+ghuy+jd2ciR7MtN597+ShjkVPHGyoVKDrxy5I0tpRCTyVTdWABeW8V\nfhrl\r\n=GVg1\r\n-----END PGP SIGNATURE-----\r\n","size":3989107},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.0-canary.a777385d6_1638918700305_0.6066806207827715"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:45:19.076Z","contributors":[]},"3.4.0-canary.8d9a09e18":{"name":"@firebase/firestore","version":"3.4.0-canary.8d9a09e18","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.8d9a09e18","@firebase/logger":"0.3.2-canary.8d9a09e18","@firebase/util":"1.4.2-canary.8d9a09e18","@firebase/webchannel-wrapper":"0.6.1-canary.8d9a09e18","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.10-canary.8d9a09e18"},"devDependencies":{"@firebase/app":"0.7.10-canary.8d9a09e18","@firebase/app-compat":"0.1.11-canary.8d9a09e18","@firebase/auth":"0.19.3-canary.8d9a09e18","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.0-canary.8d9a09e18","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-g4pUYb/zv0qCZuQ7n//sSZx1J3sos4RIYsOq3l9eE0uP0k1obSEgcG53VYz5gllJF2D4GIv5CMrqwzijc3kTFg==","shasum":"e26ded6239f9d35918b50105ff147fd26cc0da0f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.0-canary.8d9a09e18.tgz","fileCount":1471,"unpackedSize":20964306,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsTuLCRA9TVsSAnZWagAADh8P/iWBJkq6NHyc6ymtOPIV\nahXrmOeWJ+LFgO5wsU7TwHF16joeWjauDrX2Do47Kf9I2ItRmASp+FerVHv0\n9vgahfY+IY5IqB6soTbgsRVwFNn27g60v9BFvurUTV/BUDau8hLYvSPjwu4d\nN1Azje1LrHsQXmgK5isD9WibJDQdvRkQVlcvnAsR6eFYhAN/NcxFYHWVjWcj\nLziWdp43b/Rq+jkM9DS5QgD2JGXKOPbjYflAHVv5u/rrxHph6xevPa63rFg5\noQclojOmyblAqHY8QMW4Xj/KVuQea+MQdFTVLhAOmTOLkhfgakuZDM0QX8KI\nYSp8PX3qXHLehuXma2LuKNQHlWKbSfoCjg8Om7/+Ea+LhGts5eOL6VXfXyj6\nNClHUxvXzrfDDZZI4vhEqc33xELpqrlLV9i9k5GeZz0z1hx5KQAP9vBD0Ovv\nO8/K8xSS8zOxKeT0QJ81d8uVrnZAR2spPQmViwRDJ1VXKzR3UfOkGwW8DIZo\nUd00EjhGljz8LVYs+Lx9wKd2d3j7wtXUbkno2W8kWgPXIh1T4ROqMQyyxs+c\nx814Y/2ACV8jRjDqZyIzhv8LeyKIsZoITCDWVC/GRtB/iD9hcOUtGu9l9ekV\nWZS7yosqSxRw8bwvxO/E7Meh123UXfsmNEst4MC7TuZvxgz1hgLp1gfrn4jV\nLMBn\r\n=u7qb\r\n-----END PGP SIGNATURE-----\r\n","size":3988776},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.0-canary.8d9a09e18_1639005067045_0.7106903001200906"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:45:22.241Z","contributors":[]},"3.4.1-2021118224937":{"name":"@firebase/firestore","version":"3.4.1-2021118224937","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9","@firebase/logger":"0.3.2","@firebase/util":"1.4.2","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.10","@firebase/app-compat":"0.1.11","@firebase/auth":"0.19.4-2021118224937","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.1-2021118224937","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-2Yiv5Dt2xElpp7XWW4c4L63OfXzutjck08Yy9UFuUB4C+d2CZDfxJqufXhpKOZrcL+Aki0L25cQ4TWfd6egUDw==","shasum":"09160c2396dfb320001e23ee4bb91a4f9e4124a5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.1-2021118224937.tgz","fileCount":1471,"unpackedSize":20964313,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhskC+CRA9TVsSAnZWagAAwGkP/R9V86A+KBAl9HuQzDRp\nMQjr2nxXuc+NfGwNOpYiqClBDq6l9dNlu47OQUiXAtE5OVH7fTspyyO97Zg2\nolAgi7HwZdnnDCFfzgOXmSZBceKK/Yg2JI5O7//YcvRc337885TiTQf+3TXl\nItL3Tx0/2VFD4sInWpS6KclvcMf7kZ+G42AR14Uz5SwpfMtmE7h+aFrEROBq\nDV/EQAB+JMvXLvcrob6PJuZE2xv9xJHiwWQ5pkSkEnGpjS/tXtLR+XCRO96t\nr/EL+8FiN88+Ggp4IdedI7ajNqhD3HGHDulfey2YRB0F68Rx55jyaXNpE1BP\nYCwkcOQ6PUXg5kETrMW6qDh+2DhR+7/XitaUTCI/5uz2Iz2YzsB9HM2VNU3Q\nWaUpMYL4E3RP8gcna5O5CBkEHkOSAZqj9ewvjp08K5ebjAxz40Hbg1oegTos\nSTooUG3qwJQzwcCORjbfKZ1W08PLs3r0stjnuQSsaWbGJRGRr119C4/cEHv7\ntpBN0pD+uaqXeRXLb/AjdrEOWeHWdEMHa9pb/gIuSaLoLoZHHgJobZXksdfD\npnIuzjaI2Bhw6NWos7hDJdO9mq6HmE7Saj21hK4k1aioP42HDZB3wVK2WFvm\n0FPf6RBLL14FQvfkXSRCWK1PefsnzNSPlLXDgJwbKLpLL/MKAsCxw1VEK6XS\n7Uhp\r\n=tHSH\r\n-----END PGP SIGNATURE-----\r\n","size":3988838},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.1-2021118224937_1639071934027_0.7119768876434796"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:45:25.410Z","contributors":[]},"3.4.0-canary.fd8cd3ec4":{"name":"@firebase/firestore","version":"3.4.0-canary.fd8cd3ec4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.fd8cd3ec4","@firebase/logger":"0.3.2-canary.fd8cd3ec4","@firebase/util":"1.4.2-canary.fd8cd3ec4","@firebase/webchannel-wrapper":"0.6.1-canary.fd8cd3ec4","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.10-canary.fd8cd3ec4"},"devDependencies":{"@firebase/app":"0.7.10-canary.fd8cd3ec4","@firebase/app-compat":"0.1.11-canary.fd8cd3ec4","@firebase/auth":"0.19.3-canary.fd8cd3ec4","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.0-canary.fd8cd3ec4","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-/LgLX4+C7/0y+St/4b+WuFbsZ9mPqUGYKZCDVCL3mqGAZz77YqsmgBVTn/fgdS/FJefJF8BsvRBQNR3tno+KGA==","shasum":"94091ac2c6f736a9c0407c23e29650065a862584","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.0-canary.fd8cd3ec4.tgz","fileCount":1471,"unpackedSize":20964306,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhslGVCRA9TVsSAnZWagAABSMP/i55jbBaoGIyoYsGqz5e\n39rQdnxnHnq3imMjEbKOkKcsEM5XTxwCRHt4A1uCYJpMyezMA5z1JA2l9wIM\nfAEGH9/UQBTsD7gCQjsyp6K7K2eo2yZiaatQKt4x6DzNdxokgFzhGglKykIU\ns+Owboer5/9f24KFO94eP5G8T3SlhZO9VxYUXDT5htIA5hAHRqgURH69f6I2\nRyuBZqv1a+CUBW0CL0gpAW77+WXKopK8OZrh3k9NygCY8/RV9wRAjdr6B9ka\nLjFRmoCGGMLGfWbJtKeQJ6kX4VgNnRdArqXGStCREJdJfJvGW+FAjHIZPlAA\nO80F4PqN7P40R5xdQILlM1CaNYa0/7ApkuJgNngcWb0xGakEhti5yTv95GBz\nFa6aaiy4zfAY6YLFw09pGyUProrFUuzioXVvZ6jMZMAR5QA+F8V6JO5fWBgO\ncD7wCyvzGeOhNTy3clfhibqYMFRX1zM69Nm6+jW5G7+lMzjtb5asNFFm/9dT\nwhK+/C0MoTYFZhapSjay6dde3Yqrgt9J0IqQ5ZbYLp1MQZ9MlcGtXrwVUkCy\n1XGcm6kmdeLyY7e873e1EDc6fLjzrEezWL3LEIUTL/Xx3TK/80/ll7bC7Ier\n0dLy9sv2DIIPTD6J2vVLDMD/nSEdSQRM0rm5TonabZuH1UwCBG9NFJSRtTYj\n4xyk\r\n=6Ojr\r\n-----END PGP SIGNATURE-----\r\n","size":3988768},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.0-canary.fd8cd3ec4_1639076245185_0.6307003361132215"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:45:28.605Z","contributors":[]},"3.4.1-2021119184024":{"name":"@firebase/firestore","version":"3.4.1-2021119184024","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9","@firebase/logger":"0.3.2","@firebase/util":"1.4.2","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.10","@firebase/app-compat":"0.1.11","@firebase/auth":"0.19.4-2021119184024","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.1-2021119184024","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-qotFv7EcOSo7BJo/G4p5PaB8iJs5qexpDpsMgzFeZYXAKsIsQHWHxphtGUR/osz2AwzWKPUeo9JF9b0WeXoLtw==","shasum":"6db7d5782339295683d5fdf87b5f8d8529a9a4e5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.1-2021119184024.tgz","fileCount":1471,"unpackedSize":20964572,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhslzgCRA9TVsSAnZWagAAMQkP/jJMrQXTZ3eFqxWMokwm\nA4eZ2g2EOMZI6BrD3Adj9FctW/bgLKDHQ6RZrKMio5ZuxTd47A68p8MVYZng\nVR8Uu0uD3xG/q4llwHjs3Qd9jHCUn33il0Y/XZ3M6212EGKmRWAYP5/n3ToE\nqrNOHDcyQQV5uhohV1r5njUBdqDYP0bdQG0jZdCW8Burog5DxqM6NWQ/iXLZ\n3IS+9wuQ/zPB10a+adQZ9cRS6kFNUDJx8Wi2HQ+KrtVhnvWiRjkDcFo+7cWk\n/nquchMi+i/Kn+UtHDWk1r3OPMZfolysDrq+XKRnwCz/y1sxxsWIYmFHz5eT\nTr6H9vKQ0GYhJ3i+jB80/xMeT21R1ceWm9HWsUuQv+lQPU1euu4E03OTESVO\nHD8fd7bVE1pez29b/n4ZOxMWgqchKHAzDFbeM2mdl99ui9rZs+b4ZlBQKVaB\nzc5K96eRbS4ZNRsyBAqxeJG7Pc0g1IaNCo8BXf1st7omd/CbwQGRbUSDRN83\nyu0hvVvq1bUP9gsqXRT+j95c1s48d9t22nUzwzTR9ZtPB5wUPLyz2ZFBUDWo\n3bhTeSig9C46t8aCbGGqYBsHoG8smabyuJYtLHGj3cOqJoknl87Lzw96TxBj\nBoxQZKMZMyJGiyh1uGsPiblCIR87iOFsizsdvCDm5+6KmzsaMioSlP7CFKrd\nRxv3\r\n=9zta\r\n-----END PGP SIGNATURE-----\r\n","size":3988941},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.1-2021119184024_1639079135867_0.15507472861768545"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:45:31.492Z","contributors":[]},"3.4.1":{"name":"@firebase/firestore","version":"3.4.1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9","@firebase/logger":"0.3.2","@firebase/util":"1.4.2","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.11","@firebase/app-compat":"0.1.12","@firebase/auth":"0.19.4","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.1","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-KSXuaiavHUqk3+0qRe4U8QZ1vfpOc4PuesohLcjA824HexBzXd+6NoUmBs/F9pyS9Ka1rJeECXzXgpk0pInSBw==","shasum":"b988a25213e51b112db4fef8d939634957f35b9f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.1.tgz","fileCount":1471,"unpackedSize":20964001,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsnq0CRA9TVsSAnZWagAAorMP/1cczOwYu3yawDTg/Z5O\ncqHa3ZHPLYBN3qNyijFTTeWWIA43wvFcqAGJtzZWXMmN+6rEEJJfoCHgC1+X\nLhE8tSzvOFL+lreJCASjJ+Y8aP+Sg04wZflBFEE5Zg+YkkWdIWtmRNTpzeYN\nxwbIUE6GcSduGUERLAsesj0y6R1crpQnvVUg67FerFDc/dZBElclfPP11Hjc\nuYH4X+GB4Lf9yGD347u3bQTCJiNJsPeoBhcT3B6SwAWnd2zkNIzYo2u3Cxb5\nRQUnEYRGlSrK2e4uO+GHghazo+S/rsXPPWtyuwn9qcpptAVflSEFL1xlaY8N\nLpSPzRrYEHBdVVtB1lNjLMPAnhAL3t7ld5+ay4E0CKB0DYOiulA7QgyhbC5/\nqkaE4l7oIyAnsBCyis8bR4DEBv6LyLIHxCvHguJsuZW4sUGxY4QYgVZ5Cji/\ns7Nmg4FCECjLbyu+y3iSedLx+wL32/0il2QRWBC6nm6nHUATuOvtz2xoniro\ng44zxkoirXbCQXKspCiBAZPORITqRUaxKHP3OA5mB+OpM/PKmfgd4qjgbtor\n57h8cvHiuXWAvJ8vWs7Ae1FAN0dPv8X0RBD37L9gcxnIg/1htg5RZfpF8ukI\noATN8FzJz4r/5DIUrWudgUor9LeOw+xjdjDLaN55wm+gtlzKoVGh08ys6PYh\nvLy/\r\n=CoA9\r\n-----END PGP SIGNATURE-----\r\n","size":3988658},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.1_1639086772426_0.41873729133046367"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:45:32.604Z","contributors":[]},"3.4.0-canary.e3a5248fc":{"name":"@firebase/firestore","version":"3.4.0-canary.e3a5248fc","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.e3a5248fc","@firebase/logger":"0.3.2-canary.e3a5248fc","@firebase/util":"1.4.2-canary.e3a5248fc","@firebase/webchannel-wrapper":"0.6.1-canary.e3a5248fc","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.10-canary.e3a5248fc"},"devDependencies":{"@firebase/app":"0.7.10-canary.e3a5248fc","@firebase/app-compat":"0.1.11-canary.e3a5248fc","@firebase/auth":"0.19.3-canary.e3a5248fc","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.0-canary.e3a5248fc","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-kJy2trZH8SiRcE/lUMyl4kcYDgvDis058eqqE1xZHBXczw6jTQTftt05HxyPtP6YoQDZNAW8AktFspsFlDUWQA==","shasum":"0bc3283817854cbd69ae85453dae11da85ed4afe","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.0-canary.e3a5248fc.tgz","fileCount":1471,"unpackedSize":20964306,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhs4jjCRA9TVsSAnZWagAAmlYP/RpRrVCQAnQAz8X5kgiQ\nREuLaRNcj9maCt3uxdLwnPtAuqjv6fq7ULKRL+OP3YLPnujgNvaQ+kIDErZz\nl5UYqYA+OypqEkHYOwXM3/FBhkgEC0rd5bRImAMURJYU9tXOp44rFCGiHwrP\n4pcCPe/g3nwAHAdcSNx/JGyxOFgo0lJfiVZObiG6idyK5iRNWCBxzzcNiQbI\nmZfii5j/c7Gt03hp93MhxA8mgHTPJX0vfdWuZhl3Vdi2KooxvghhTkRFr3hL\n7qj2F3VFX5bcKzWuadEyvnswGqL0VFcUloYCCSYI+lqVDUXNmcVfrnG5JWls\nrmEWG+G1eZ36oA42FU/IdEiHp15aBur4jogYDqPiIQ20S3noONQvp45B1ODx\nbYAPveFgbwiCZhc0dS7FgdOsKBHs5qqGCayEAkx8uFMeqBvdnSOQlMIIjed5\nk+KHYQXBFOX5rdiyENU3/D85mLWZTn2hNAYAFt2OiFQ2SFsxyj6uJw7STEYb\nqZhblpPYzjm6XhNd8Cv20rVf/4B4jCd/t4sjXhdFpazANx2NNVUY2wjw4atj\nwzcIxUa0uwThmxXL0TW3l6j+PF99ntV28S5L8ZcXyH0LzzRrSSKjpxFXQ2o4\nIXrATS5ibPsePAMX8uPd6E1vCKXGesLL8aWsIo/m3LPNDxhIPwNEXe/AOURM\nsUAH\r\n=kbnT\r\n-----END PGP SIGNATURE-----\r\n","size":3988766},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.0-canary.e3a5248fc_1639155939366_0.11472603772650092"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:45:35.806Z","contributors":[]},"3.4.0-canary.774b2fc19":{"name":"@firebase/firestore","version":"3.4.0-canary.774b2fc19","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.774b2fc19","@firebase/logger":"0.3.2-canary.774b2fc19","@firebase/util":"1.4.2-canary.774b2fc19","@firebase/webchannel-wrapper":"0.6.1-canary.774b2fc19","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.10-canary.774b2fc19"},"devDependencies":{"@firebase/app":"0.7.10-canary.774b2fc19","@firebase/app-compat":"0.1.11-canary.774b2fc19","@firebase/auth":"0.19.3-canary.774b2fc19","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.0-canary.774b2fc19","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-DDVfu87R2DY/T8/uHYXUDDcGZ4CrMesqevoeHLmVDHagBjG8yuayPaSg7SFbAiHWkLuplqtaTK27Frf5ZPQV1Q==","shasum":"e7d093c40c1dd5c919ea47274ea59248265a2946","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.0-canary.774b2fc19.tgz","fileCount":1471,"unpackedSize":20964306,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhs5m1CRA9TVsSAnZWagAAh4cP/3ISvdxJPq6hn4q6Yrc9\nGUoVleNp388GmoZsFWbkxLp85dQDfArqMffxEzm6JrzSW+7l9r7OQn8m/DLW\n9nAazi8HdBLdZbQ56DTh246UpzHuNdo+5cB+KX9WRoJckzNuRYV98AxKpK2D\nyH2Wo9P/zLnz4KgFGOW7AHADFnbEhogNjeXRsAbMCkk3R+eT6bX3CcifhFTW\ne8CnaDE1+WZjZV65V/e7sIteFpElWiKPdeXk7uwV/G3hczM0kh56mqJttKkL\n6M4Dz/1AujMzw6lA0v1MtUVJxy0IFs2gbChoMsMfZL2TNx9gTleAuSW7U1Cd\nQ5u22mo9jWZdKxW0fHxjTtQahF9tkD7IbwzspcFNB8YcQyMhnTofFS39WsQl\nN6MXs5pVxBZw305/9sYF5nf5h5UrCyvipO4BjgiRDEwKcITfRR1pK+Gd4PA+\nOdOWSBjYcZTlzsFELmMBSYhmdCGalVd0Kaa5GAsO0M8fk/IGoM+fXDW8yXhN\n5GyqgSvn6eBQ8Fb6Z2aYk0ugxviwVzTkDBRAaV+KV6mxvJLfSxcuY3+MToYs\nfqdT+9M3xwAIn2qd/ZlMjnj2nQh9oQjqVjqYhzd3vnpxIFbA71nodEON9jQU\n/S61ol5Tc6U9L89NCya3QQ0oiqqVhyxY+8iMJ6dcah7M1k1aiOYHKMDZl2cn\n+42W\r\n=aNdt\r\n-----END PGP SIGNATURE-----\r\n","size":3988799},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.0-canary.774b2fc19_1639160245526_0.26909793038718766"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:45:39.071Z","contributors":[]},"3.4.1-canary.a185b1431":{"name":"@firebase/firestore","version":"3.4.1-canary.a185b1431","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.a185b1431","@firebase/logger":"0.3.2-canary.a185b1431","@firebase/util":"1.4.2-canary.a185b1431","@firebase/webchannel-wrapper":"0.6.1-canary.a185b1431","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.11-canary.a185b1431"},"devDependencies":{"@firebase/app":"0.7.11-canary.a185b1431","@firebase/app-compat":"0.1.12-canary.a185b1431","@firebase/auth":"0.19.4-canary.a185b1431","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.1-canary.a185b1431","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-xgU+E05szFvDDaLWfwCiT+RO/GUSkgPXU567QPWP/Pj7osCyrd7E6JcR7qSU/KznHt5XYHFWWs00iHtTCzhioQ==","shasum":"419750d1c92348cab30a0a55a362bd9577712cfe","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.1-canary.a185b1431.tgz","fileCount":1471,"unpackedSize":20964794,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhs6PhCRA9TVsSAnZWagAAb+cP/2nm59IqkxwyQseniizY\n4P/U98KjgXe0Mm57ubdGBvB+3/95H8qCFutoJj8nU1TSDC/0hPyMij9SJRVO\nsX54u7nd5OHVJ5grZSeHboULgcLzf+28sm8k9cfebMEK1DRB8Z5ZACZ+gs9j\nbMndVVX9kE4Vab2xUKufysYFqHwiTP5wzNuYD/2Ls2hxNUb9rLBkE1DXRIVp\nVLYpXRYggKpwP3tn+emNQySht42BhvdLHCA7TbkkCvwOzlvYc7Tv/UopH0AX\nqsVniV2N/x4driGiBfYmXX/9Q+4WGwqC+ETgCiO+jaDQljDrlfLmsXacJF3b\njAUpwF+WoQNql5nXmYYmFRzMZDwACrPSC41uhubzU8FoAaXi6mE9C1eWExRY\nEYe6WaashSvHcgGxet8bIEykp2JcQWB+hvPMPD4BFiACRfyeOPjkNnwAiL78\nZI0cBDkz4Cp7Iy/Ia2NjwZ5UMf+WBKZzHrbE/VhHfAlS2Zn+casAWtggduFv\n2JaJfO+fElE/HtrvPUlLbNwQyBZP9xBISKiH8Wj0FYgClof/tWtCRdUOC2KA\nvBw94nj34aDD4TONbCWEvZ9IFJ7SJaPrGKj+lLT/ybfWfI8S4govETxJih+Z\nqizRyU3WqfKYRWeWxi7szzsjjlYqs1eT+QQyMvIy+RzaqyFW8N1csH+qybza\nvsgQ\r\n=DsRT\r\n-----END PGP SIGNATURE-----\r\n","size":3988962},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.1-canary.a185b1431_1639162849211_0.19097418175217618"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:45:42.323Z","contributors":[]},"3.4.1-canary.31db4b706":{"name":"@firebase/firestore","version":"3.4.1-canary.31db4b706","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.31db4b706","@firebase/logger":"0.3.2-canary.31db4b706","@firebase/util":"1.4.2-canary.31db4b706","@firebase/webchannel-wrapper":"0.6.1-canary.31db4b706","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.11-canary.31db4b706"},"devDependencies":{"@firebase/app":"0.7.11-canary.31db4b706","@firebase/app-compat":"0.1.12-canary.31db4b706","@firebase/auth":"0.19.4-canary.31db4b706","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.1-canary.31db4b706","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-yl/GjX5fM7slZDzADFbRc9ki+6twSlwxQ2j0+9EkUm3sqhoAZDwbvD2iY9GyOSwli/DaH1YtQlzt/GqfPZFezw==","shasum":"5fd0dc1aed1c89e45465b34f818e6ea1cd3950e8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.1-canary.31db4b706.tgz","fileCount":1471,"unpackedSize":20964794,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuP3SCRA9TVsSAnZWagAATtUP/izN3ZJAk+ZAVoMvZIFO\nLUi781c2CmAoTZOybc4iUgliTTJNH+fr2kfDtHbDCPoakJQRKW+zFOf888xF\nj71vTVVfR6vPkO1cMNIYmnEatdEIyFUQm3ow55M9DrRsHJi+raScW6yP/Egw\nhly4Nb7bqtN5fdtAA/ZJSCfbTxvgUcd5iX8ZoSdtLLbFdjSvIAlcKkRc+vEk\n6/mbP8cPjykahEY7OYDthBQF0abaD2igd4uDpvoqFJIyac77kxuzM9AfOkHA\nl6Kss4e9Xyw+J5ZLJ+LIbaYZsWmuLz8BETMr+MSx53x5Z20Gu2HpVl+qgSoW\nFk8WKtX5qUJTAEuqiWZ+J9ytVfJlHjDyXOFl8ICt47EoKTotCYezWzNOcRkB\nNFI/t1GQ5rl6gwSOrc/OFcUqG3frLOIcCB+q2PB2NNMGZiQB1Lan8x2fk0xx\nqAjPUxJyi8KB+q8SzCPoU3woquCctz/M9DVLEmTkzruAaO1Z5P0ixojguLA2\nZiNIll11F0d2MWWgp+UTid81l2JdTMSxFY26Tgl5ef4DONsm2v2Ixj2pVl+E\ng2ypflPio/oBnLYV5rg8AXSjR4jR+odEWWZJpPcP7DWDjBcCvYZb+AjNNSMq\n77Y1XjG5/Hv3WhzG8yl+uvhpESTx5ooS0iZ7E6XgCFJUO5MN6fBPt7w6XayM\ns7PK\r\n=CLzk\r\n-----END PGP SIGNATURE-----\r\n","size":3988987},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.1-canary.31db4b706_1639513554717_0.033171280692719574"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:45:45.556Z","contributors":[]},"3.4.1-canary.0db840a09":{"name":"@firebase/firestore","version":"3.4.1-canary.0db840a09","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.0db840a09","@firebase/logger":"0.3.2-canary.0db840a09","@firebase/util":"1.4.2-canary.0db840a09","@firebase/webchannel-wrapper":"0.6.1-canary.0db840a09","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.11-canary.0db840a09"},"devDependencies":{"@firebase/app":"0.7.11-canary.0db840a09","@firebase/app-compat":"0.1.12-canary.0db840a09","@firebase/auth":"0.19.4-canary.0db840a09","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.1-canary.0db840a09","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-TCGXFk7P2FtMO31IOATjOWID41mBev7FuFGpzUUvoo1jKkZf3asyStBWt6JxDVcvtuDC+HevA7pUm/dVDBGQFA==","shasum":"01b56224507829f62d9d2947bebc905c6e5a4396","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.1-canary.0db840a09.tgz","fileCount":1471,"unpackedSize":20972073,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuP9eCRA9TVsSAnZWagAAsOAP/0OyARbo8M3zhSOM4111\nVY5JLwRGHVzvrs4iLs2Eo93e06mICwtFlJfQj4KZEV6pO0JoSprwZepFo8gE\nDlEhUz3KR5y9eQrUyeYkwHDaq0wUb0RcL0QsLYPy3jmFLeZgT0htr8gMUOZI\ntvgVF2CKffsVb4gY58L7FKTaj9dWwxTM6XRKOaWniB1tZyBF1M+qe+/cabJu\nVHZ7RudI/cESFF0imctPhpqfpKG2FplU1GexPbeVSEI79SzAr0lROIrD5yD8\nvjeKjSNDabSjhtNA/rSGqxq3rUhMMpFrjB3m7tEFsQ7gswdwP4+DPsi3nyeZ\nyVL2FJUU5tEErfLJ1kVqF9pXI7MdLv6oG2ibq0EaCUr6jU1qlHNtbIb0oiCr\n0BCcv7dIdtmOZX6LJNx4/0d6h0cZdvlCaSUMI4jbDLSGdyivlSvjKSiAuUtN\nFnYy+85O1CNNKkT4GAUUTKF2ykhv1VC+VAUfxFR++3OecJLCWDgIelRTZFyK\nR42iPOc/AmR2c2fiUiuozJMeiTatD9EvBLy7AEMekd2gyDLCWrGtkKAQsroQ\n9wj1CToesKY55HkAahUZl6oaVrtre06JkV/ZcFGr9VG/dJ0pCZtIcHJeEpyu\nOwoFuMRlvwJdACjLV07UT1eX5Y2sDtDuEkyOB1N0IQYeb0NgXcLBa+7CNiSW\nVLez\r\n=ujZ5\r\n-----END PGP SIGNATURE-----\r\n","size":3990584},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.1-canary.0db840a09_1639513950516_0.57438002038031"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:45:48.765Z","contributors":[]},"3.4.1-canary.8d415c6b4":{"name":"@firebase/firestore","version":"3.4.1-canary.8d415c6b4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.8d415c6b4","@firebase/logger":"0.3.2-canary.8d415c6b4","@firebase/util":"1.4.2-canary.8d415c6b4","@firebase/webchannel-wrapper":"0.6.1-canary.8d415c6b4","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.11-canary.8d415c6b4"},"devDependencies":{"@firebase/app":"0.7.11-canary.8d415c6b4","@firebase/app-compat":"0.1.12-canary.8d415c6b4","@firebase/auth":"0.19.4-canary.8d415c6b4","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.1-canary.8d415c6b4","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-EIj8GHeE+urDwBInvCO7aW/EGnrjaQ4ZCsiX1PeiufX0Zc204lDkv6W5ES0v26y00pxjLXZ3fT+7e7ZDiePybw==","shasum":"435ae3182ca7b967f1ebd0a866789f1f22bc8114","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.1-canary.8d415c6b4.tgz","fileCount":1471,"unpackedSize":20972073,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhu/QpCRA9TVsSAnZWagAAhgUP/j6eBtMyZbnXm174qWPN\nOsmrxnfaizlvuk5TlJasSo2M6L/X53PICNRHgGhb5QGB0F+I5t1H0cxwU+6h\nyU7L+OxfK+LSt6ebfLClFfPGX/TSb3bAvdcEv2I/7C8/MVv44hKNZbkDpnxy\nEZvjVhCwam4FEBVuZH3VqTzfkAiMIFTUDMMY2pLdWohRF4t2lcp5Wn3nuG43\nNNwJhX23B87NTMU5fAewBOxbt3SYn+/sIKQhX+C0YctOnc5KDITOp1KvYKIZ\nvDVQ/t6E+egBqmuVfYV6//7KzKk8hV8C5WQFFAjStr3qrmMJPf9i8LVoUOln\nyPyZr2Adro5Bf9aA5xPLsVMQWCcJQ68CqxPQYqQzLyn54NzzSRYZeOC62x+r\nCiYKBTE2clyyV8x6GoxtLPGruFMrkKc/nUKK5n6mbykLhfzDnq8Vj3EBMDFj\nK3paM2vrS8loIqvu8/v2tycsFDwCDKqZjNxCuAGljbdiYUAzcBdpOwY2FR+c\ng2NWdVsi6pd1RBsDE12FG0k0mXgvfV4TNawdu7nKR78Rp6tVHULP3zwbi7ER\nFtZrFAGT7Z+Z/awfwJVAOYPJ88QfEsAJle9C51ZP5dG/KgPfDt8x36o2shqa\nl96P0boEOjRPvlYBdDRY7XS+J9wnUMczDT+TDfzlDykfbos3b61a1wrXQr+0\nFFWD\r\n=srIp\r\n-----END PGP SIGNATURE-----\r\n","size":3990603},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.1-canary.8d415c6b4_1639707688848_0.7694811297158102"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:45:51.962Z","contributors":[]},"3.4.1-canary.9295bb0b8":{"name":"@firebase/firestore","version":"3.4.1-canary.9295bb0b8","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.9295bb0b8","@firebase/logger":"0.3.2-canary.9295bb0b8","@firebase/util":"1.4.2-canary.9295bb0b8","@firebase/webchannel-wrapper":"0.6.1-canary.9295bb0b8","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.11-canary.9295bb0b8"},"devDependencies":{"@firebase/app":"0.7.11-canary.9295bb0b8","@firebase/app-compat":"0.1.12-canary.9295bb0b8","@firebase/auth":"0.19.4-canary.9295bb0b8","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.1-canary.9295bb0b8","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-MwU3rGIMRimNBpWCNjFrt8IbFySJVdzYJ8OM/XhPfvQ5UeSUsFBZD5aXJm1/to8LNdse7iMb+ErcZ26PTz/7gA==","shasum":"0ba62767247f9f2a09b73dcdeb1e50b0c79b2680","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.1-canary.9295bb0b8.tgz","fileCount":1471,"unpackedSize":20972073,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwL0OCRA9TVsSAnZWagAArVUP/jBy9Nb4Du8wolHqkIEh\nltXpCyaY0x7hSj9knjdPA+zBA4obskDfPhm6qvn2tl157Kg6bC0gLbC9Nnnp\nKjRQ7E3RMgKcMMeKyzZdgerjvdjbcQt6pMrJlmDaBqY9LUCWbBDl6xgo0fdV\n9CckRa9LGDKu+JewqyK3MSHfhT+ls1bjJ4Bs53bbBDJ3NCF1QJ8+YuymjWJj\n0ZcjUjb8TspzdHQWellR+vqOFsH7ydvOitO+Bsw4FpRzSYYd+eTEOyByiUgR\nTMXmYOMzbtiUyyK074vQjstLIlC2bik7vLA3YnvwkXATreEpPKeQSgF54bnM\nUlc2+ppH5Pp9pPZnFaKXYSgIGRBHt4vhuliiDruTXxm4y159DkBbDojPTBME\nMuC5jM6TLY0t+VcvmCdRu+RKyiXuHtqFrZ07bIYhWezD0XIzfWEsOXw7QZQ8\n0CKkVp0/o0V1YHIXSUDvo5kTkcWtJyJ/Q7i0lwYyi1OgFTSqVvOrs0f46OMS\n2M/hUilPwYTlCynHIIRZTW7gKlF588uoA86n3S85w7IA0kLyQDydNpYvth+O\nmPrj9jVHJedbZJ02rqOeQ7ik6Ie5E9Iugt52DuDxZPUYl3/PGCvrtJz19mp/\nFSO4mIovrettA1j53VMiV9dRGEo/KRlaZ87yc7v4hbisAB11nrDURVZVHAsd\ne/jJ\r\n=yj69\r\n-----END PGP SIGNATURE-----\r\n","size":3990596},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.1-canary.9295bb0b8_1640021262431_0.8061384096890603"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T17:38:36.472Z","contributors":[]},"3.4.1-canary.9ca74ee43":{"name":"@firebase/firestore","version":"3.4.1-canary.9ca74ee43","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.9ca74ee43","@firebase/logger":"0.3.2-canary.9ca74ee43","@firebase/util":"1.4.2-canary.9ca74ee43","@firebase/webchannel-wrapper":"0.6.1-canary.9ca74ee43","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.11-canary.9ca74ee43"},"devDependencies":{"@firebase/app":"0.7.11-canary.9ca74ee43","@firebase/app-compat":"0.1.12-canary.9ca74ee43","@firebase/auth":"0.19.4-canary.9ca74ee43","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.1-canary.9ca74ee43","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-hJFGrNNiF/fIDTatHK0wP6MQ7CJfv6rHkPiYPVn3aevcfIw/SvhPBb5br2QTBMUJ/glt34BqebHp1HhSFcvqEA==","shasum":"3cf4353d3c18d1466b8486394c454382f2ced9df","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.1-canary.9ca74ee43.tgz","fileCount":1471,"unpackedSize":20972359,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwky3CRA9TVsSAnZWagAAwVoQAJt1IryZT7ZBQoi1OP2g\nTJvVgJiGZRdOk7TeKmUo2F5q2HLPC3fW8O1IgKn0vZtR08nPQo2BdZBGmQTk\nytPPN8DyUn101m0FbdCRaHSEkUi6aH6WG25OV/5C8izc2WbLBUbXb+Rfz1X4\nF+Wgcc1jKRkKQQOieiNl943FsObDYx2J5+3AwMBU061sWUP+FHUTiM+ul5TY\njLY8FfDFaKqFnsAHgZtlJ6IDcEKla1S5ajK4NnE3veYFiLWIxdLWZCGCpOFb\nsnnq2XneZh9lkmqRlwgc1n/08LlpSR9gUW5+jrPpl6k6xD0m1+f2ODOf9OOI\nDoB6Rw+chVUNEPYBMcC6wJsX5em3ksalvEg3suaYues//cePFRAcE5QUgLDp\n7qYokEoYhoaiVsciWGoTNLz24F1dFcQjLTIm6BW31kzQroHZKWGcZpaxlljC\nJw5Pq0+0fgqi3R6u933Xofwkv1RqElvBlkw8LIr7Ni34msViJEt5gNYuB0/f\nkh7BaIpvkojk46ww93D4fbb0twxHgEkzFcLyZzFivlTqeufEiToByWjvsx3S\n7MLpqypqg4iDDAp86lprDG7B347B17KcvAeFO+r371hgvWde2lSSyYK26qfA\nKhwl7X5KY772LY/LDXZP5M5FWDxQXGOsADbxh5eQS7IsbW0Wap8iLAb27Zs3\naFgS\r\n=BuPY\r\n-----END PGP SIGNATURE-----\r\n","size":3990702},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.1-canary.9ca74ee43_1640123575468_0.12884880769534623"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T21:53:42.227Z","contributors":[]},"3.4.1-canary.c2fff0c6a":{"name":"@firebase/firestore","version":"3.4.1-canary.c2fff0c6a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.c2fff0c6a","@firebase/logger":"0.3.2-canary.c2fff0c6a","@firebase/util":"1.4.2-canary.c2fff0c6a","@firebase/webchannel-wrapper":"0.6.1-canary.c2fff0c6a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.11-canary.c2fff0c6a"},"devDependencies":{"@firebase/app":"0.7.11-canary.c2fff0c6a","@firebase/app-compat":"0.1.12-canary.c2fff0c6a","@firebase/auth":"0.19.4-canary.c2fff0c6a","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.1-canary.c2fff0c6a","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-rx9WasdAVJsuu2/ioKY5nbIKQfUJEr++0ivG9jdJW1PkF8T52RzBaQ+G9/hdoBJWBl+aN6W6Gt8x0d+pgl1F6g==","shasum":"59c301dd9c7dd658a4a23f09bd7aed08f2ea91d7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.1-canary.c2fff0c6a.tgz","fileCount":1471,"unpackedSize":20986421,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhw3C8CRA9TVsSAnZWagAAFUsP/3pBGoQqnWFJeQH1fg/q\nGQfpCyl7pJOfZBQumbWIrpfrtBHvS73hwDB4F0oAWX8Ul+sQVC9g3XAYLBiP\nnDJ42Jnmqow5NDDDhphMVO2XUr8uEYNS+UbQkiuXfEt3drCUg5nmbG6NPVsM\n+/edSDxfBR/RON7FUkxh8Jp1oU65sBgUQXJMJqFoSPY+a/rlLr10rJGcYUZd\nBneXL3ZjIAWX15ZBApIeT3F04qqSxqoI4VGSOZIX+KClEsj4AirwdmTbNMqF\nyLe8LX7g97XYZV8bB2fTtDEVXkq9SS9icxy5XZ9E/0sUCefshuIHb4Y2RuPZ\nFPv0hhnCYjP5loiWmIjCbWj3znj0cfoQtK1Opab9jmBcWnz2uh2nNl8gR1MY\nrnyNQptESva5g5yw1Cj/97NPxFHxPAfzi5gJa3IBYxBdBmbhJItPIsmysx/b\n05lA1YlQEwZQOwT+oSrVROYTNEt3SwTt/a9FeO1bLxROroVWjg7fPFAKaC8E\nGX37azqzWP0PdanBpJhT/W6WucaFfTeGcQVuph5VWRE6YQgqroQ8HafJISQ4\nolyUWw5SnfAFdfKeGrtqTqg0QA8ZlgySiU53p8MydrQHDD8tcLJHeOnSE7Dq\nlDkWObpVVsVb/NjNhRo6luMkTLt6DGy0lxvgauuFHHjpS1DfiIBke5d2DEd5\nSWSE\r\n=iu47\r\n-----END PGP SIGNATURE-----\r\n","size":3992032},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.1-canary.c2fff0c6a_1640198332573_0.2145302761125114"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T19:37:43.959Z","contributors":[]},"3.4.1-canary.4c042b2f9":{"name":"@firebase/firestore","version":"3.4.1-canary.4c042b2f9","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.4c042b2f9","@firebase/logger":"0.3.2-canary.4c042b2f9","@firebase/util":"1.4.2-canary.4c042b2f9","@firebase/webchannel-wrapper":"0.6.1-canary.4c042b2f9","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.11-canary.4c042b2f9"},"devDependencies":{"@firebase/app":"0.7.11-canary.4c042b2f9","@firebase/app-compat":"0.1.12-canary.4c042b2f9","@firebase/auth":"0.19.4-canary.4c042b2f9","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.1-canary.4c042b2f9","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-fPNK1ikjCVpcm3gQPTRqQJaZ7ru3aDwtG7FDyXqgkyeEVlx0OrVhEMKTa5G4NQW/yG5AA0+8KVL10wCqq71UDg==","shasum":"7c6c0a8721442475bd2dbe7966d5bbdffa5ad15f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.1-canary.4c042b2f9.tgz","fileCount":1471,"unpackedSize":20989137,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhw5X4CRA9TVsSAnZWagAAuKkP/jKXiSw/nCSn81AxVXS+\nEiRWsCgKwihfQTxZRttF2FX9QRwYT9jqqCHpy+BrZUOuPQGzcX6rauYtXweB\nRelAHZU5HuXvQmrM6pD/amOCho2uflY0SSO0QBzL6GyIw3A08dJCHNUS6zen\n0E8y6IHwsrt3NON361JE7VLeFW5m/xWVPRpVuJJ/Abba959GHqmjdAzub+SJ\nLWgEHOnhPgJp6F8rdS6Z5gc/q4yQ6GpB5acDva0bPyTdtK/BBCMJguh0f4hW\nbFyFiL+kZlWGH+sBs5aI9KT6kMwXqGkxzvyXuFQNaGPkYoMxPOFUaxUbwSU/\n5L3nf0BTp45ckHu5ThbMbhrKq1eY48ZS5cpefnwpRj0n2QPPiRWMXhAtxsTN\nZKQN5un36ygMK7aOvINanchheVjsN+OFj7hN1XGiwp0ITkd96mRmC8n7K7Oz\nY7whgNAb5xY3y/t+PJFDzxpsDJM7gaPYJD9T1qiHdGqSPCA2GqqNtffid2t8\nN36sw0osrIkbht8iJZShm1vQNT14L46L9SB3IkY2014qJpaUQyITyeGKZc6K\nO/jnyqHfxg4hnnS1iO2vSQZBc8en3+hX/uXw/sa5m+BxIhBqsEGsk+/Mjms7\nTKdzaLAY7skSCQI+s0JVTn28USSDTIYajzF5EE9Xnhmrv/DCE7Es/PE5/VaW\nrpSa\r\n=GFtT\r\n-----END PGP SIGNATURE-----\r\n","size":3992671},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.1-canary.4c042b2f9_1640207864364_0.636249177204641"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:18:22.012Z","contributors":[]},"3.4.1-canary.3d8109ca3":{"name":"@firebase/firestore","version":"3.4.1-canary.3d8109ca3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.3d8109ca3","@firebase/logger":"0.3.2-canary.3d8109ca3","@firebase/util":"1.4.2-canary.3d8109ca3","@firebase/webchannel-wrapper":"0.6.1-canary.3d8109ca3","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.11-canary.3d8109ca3"},"devDependencies":{"@firebase/app":"0.7.11-canary.3d8109ca3","@firebase/app-compat":"0.1.12-canary.3d8109ca3","@firebase/auth":"0.19.4-canary.3d8109ca3","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.1-canary.3d8109ca3","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-K549UmC4EaXqYMWI9hmzaTahVdhg9V9HtRCTKNjENru7mTBCsT6o/37UNlNAGznkpcqB30Eer2V7dVMFJ49BvQ==","shasum":"711cb3bbbd7b7f4ce3d64c74202668e3a3a9e5af","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.1-canary.3d8109ca3.tgz","fileCount":1487,"unpackedSize":21007331,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhxK4uCRA9TVsSAnZWagAAcaYP/1r7ORF0gXhqoYl2v+SM\nnCdxmM1OTlfKGd8X1uow44TgbSh8KRbNX3H4caDDOi/YGrHRsPobl51QIm2i\nWs3Wh9xSZheA9Q82xbR78pd/UqoaW00IZRim5JYfIW5gO+QdHNI8iJUGDZW/\n4XtXjIUBg7bopgk/QLTo4LjdUBJDYN51XhEK8sT4EKTsLf9O9iTalYqbi5v8\nonbqBXmy3/kAKMoU8eVgC4douW5Xxoub0kNxXLzeeS1PhScQbAMt1fu+Rw/5\nmOk/9jDgrqzSNw34zmbnRc3ZhUAaVvxl+zGWvVWnXQFr/GMZK+RLlHlRmwVA\nAMtkcm61NbglVsYcW8KD0TZBoeMFmRB9e9jijgKa2ikyVudJwj/+vWZzgTv5\nBaPFPfHZFXMLvBMbfGSKGxfSMDEYq0wi5crRJ9NlbfOJm/vmL3bgthZ4FkcN\nGTrE2z/6TDQRRrRfRmuNxtS6hN7pf0R87ntwc9JnGx7xVJ3217WuLSyZWqJI\nNyHIYs3HRnSbh5PRRZjYks5ltVy8Fx6HOpn1z/uJOEwRASh/Mw1Y8hyBE9bx\nJKNKhoKjP3Qz7g7Hpk3v+IKh1VgApSBxDqGmWzd1I8ilYQaOGWlAEt+hDxFZ\n9HO4HFLCe+C+4sEu9ZY5PoOZstrb7V1eRsd0m9LqqGCeUCoM7nKTOep1TR7F\nkE8G\r\n=+qSr\r\n-----END PGP SIGNATURE-----\r\n","size":3994815},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.1-canary.3d8109ca3_1640279598394_0.7762958516710341"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-26T04:27:23.834Z","contributors":[]},"3.4.1-canary.3b481f572":{"name":"@firebase/firestore","version":"3.4.1-canary.3b481f572","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.3b481f572","@firebase/logger":"0.3.2-canary.3b481f572","@firebase/util":"1.4.2-canary.3b481f572","@firebase/webchannel-wrapper":"0.6.1-canary.3b481f572","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.11-canary.3b481f572"},"devDependencies":{"@firebase/app":"0.7.11-canary.3b481f572","@firebase/app-compat":"0.1.12-canary.3b481f572","@firebase/auth":"0.19.4-canary.3b481f572","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.1-canary.3b481f572","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-D0UG/l3OAcQHXzpkrL3FjLT2tGHB+NFks7DeZcUbE//2ChbikZOzWMwBsSahEzyYGUNgz6IeQSVI8sfuwQZAwQ==","shasum":"a9379e7998eb04e56ac02b825d568a624104f5d2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.1-canary.3b481f572.tgz","fileCount":1487,"unpackedSize":21002254,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1JBpCRA9TVsSAnZWagAAVo8P/iHo5pz7SKmhPm5k5oqa\nn8I0fy7ur8DeFw9aCesC+FV7tcotCFUW0JpvYETa3eTaNJy8eqcXocmjT6P3\nJatGntz9MEvhGRRM4Ae4WJ15/djUGdEZHUasNc48K1CoKOkYMi8Oe7pR/1TU\nsd3Cnqyk7yzEP0dazIUlA0eD/nPaAN3R9CmXgB7E6TMxv3fqiBcucGB56cVG\n81WXKcIa9Maz8TUSqkCGSafrX3iRUojyEbEjcVeGbJ7oPxwpw2s4aAJIh3J3\nqFOz3pA9BfECEXcJGgq7QpiOmTageyiDpc18kuy2w+//5TMvIxRsXdwRA7S9\n2Nj/UcQ/g1jNPBNEFwpBGAa8dFIdu766OuJobFIveMlDJgQHSEiTqELDzjr8\nKN0OCz1+bmg9nPlz73xftGWZ3wMWjJNrHsCMtMJsnyg6+g+d+ZCmD0WgLlmT\n2RHsB2o12WZOl5LvwCNu6kv7/MiLUVwmDfKpu8nnI6hPM9YVGwCcbzAOygJX\nB3OT1C3kUBIiaHOmC3tCPjXN9DwjTf11wYAuEv5jt7aEdULUe7iMcw1BPA/U\nfceI/PyrKqEOUwS2HTJHjPZDx9e29USlOdH8MbCj2Q0jG/Z5LN7vcHIJn6LP\nXk7DSnGTCwiNOxPM3pxy0yO28Cadm0qoQiq8gHb7E3xQe7zONpirwWEwxunV\ns6wU\r\n=+pUJ\r\n-----END PGP SIGNATURE-----\r\n","size":3994689},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.1-canary.3b481f572_1641320553154_0.2454044256177701"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-04T18:23:21.111Z","contributors":[]},"3.4.1-canary.1ef134172":{"name":"@firebase/firestore","version":"3.4.1-canary.1ef134172","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.1ef134172","@firebase/logger":"0.3.2-canary.1ef134172","@firebase/util":"1.4.2-canary.1ef134172","@firebase/webchannel-wrapper":"0.6.1-canary.1ef134172","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.11-canary.1ef134172"},"devDependencies":{"@firebase/app":"0.7.11-canary.1ef134172","@firebase/app-compat":"0.1.12-canary.1ef134172","@firebase/auth":"0.19.4-canary.1ef134172","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.1-canary.1ef134172","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-WbnnF5tFuEqKOp2Nrjr9HMAspzMedfqKJ9OTX6HC8JiYg2TSmgKHjkZpEi7vzRT1gXVAm4R+VbVnlnPWum2esw==","shasum":"e4c3d8ce9f9be28e1cf22e8966a7fff28261a148","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.1-canary.1ef134172.tgz","fileCount":1491,"unpackedSize":21005610,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1JsXCRA9TVsSAnZWagAAIfMP+gKCIt1tHOR5a54iiV5/\nBkk3SDstJYQgRA8ByW/ilxn9DY6sE+uvM6N/4gq3zsyctQK9FgxfjbeKqo8B\nyK7TSvUZJFnDaILvoqqP4kvl2JUGAVrP0U2phTig88y+HEaGbRLWWOK+zjsV\nSJV4UpHl6M4d6KB/IJC7s9ElYKguZT7qssbxJfGUgCXe/H9ICLs7eHhiuI6Q\nuShsJjfmjmidEnjObtxeLnr+cJl+0BphL/zLeMGf0e6xMPSOMSoUTyEdB+Rp\nqz9M/fgt7zKcxSnKsgq1prXzOTvHBXCdMhhijh+G3Qqma2jlcFWCz4rcEOFg\n7rXAwMj2C4CsTBYN3qgjkHcQ046MPfiLuQBIAvQsEySTf/P0zhjqpodPY6oO\nvNLMlYDXGEPCceK9XMAp2sI8v7eMZtuBiWoNPUVJms2KVaXWGJLXMSqbulqq\n3yo21kpOTiFo3mCDamC5vxtDVqMchaFspvNFAhT/Jog29U1VwqBGU5UsrIdf\nNJxmXhWkPgdFPz10IC06n8W44z7MW5b428dcmMXsda8VHF1RS4OwOv8r1CfF\nhUFK5q08PrFV+3wfN1mbzh11ACHVYm8JBw8wvEp1T6/QMurWcOhliM35UMbX\nrg+vfwGKHFnOzpAvCdOWncOliPAxsVONQjQwXPRKCInuHmvt7Ty+4x2yqRRw\nqMBn\r\n=brVy\r\n-----END PGP SIGNATURE-----\r\n","size":3995127},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.1-canary.1ef134172_1641323287608_0.10738436509823557"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-04T19:08:58.143Z","contributors":[]},"3.4.1-canary.4f3662b70":{"name":"@firebase/firestore","version":"3.4.1-canary.4f3662b70","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.4f3662b70","@firebase/logger":"0.3.2-canary.4f3662b70","@firebase/util":"1.4.2-canary.4f3662b70","@firebase/webchannel-wrapper":"0.6.1-canary.4f3662b70","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.11-canary.4f3662b70"},"devDependencies":{"@firebase/app":"0.7.11-canary.4f3662b70","@firebase/app-compat":"0.1.12-canary.4f3662b70","@firebase/auth":"0.19.4-canary.4f3662b70","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.1-canary.4f3662b70","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-4svbBYTtJ60XWIyvGjDZfncpPITLM4Z1J0+bS1Y+OvtD8Ad4BGHfjSZBXbZx48ccUq6Dco89aThlY2dbqnchjA==","shasum":"416361a85d25d75f2b2d11e6ed7ab81f1b68e079","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.1-canary.4f3662b70.tgz","fileCount":1491,"unpackedSize":21007510,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1KJDCRA9TVsSAnZWagAAYX8QAJ/5hhscy8Czk5S0hyoS\nnfymAVH0bwRceBXMpmrEbaB+kJ1GlTpuZKmEPRPmHBeiLZsKmp1+ieHYXMeq\nSoe3lDqw0CnOp9Qx5BOYGxCkGNpDQcUob971ru8E2bvr3OmiJfwx2ewONj5v\n32E11UbyBy81DMNAA05WVel4QYJCT/7g6qxX3KKlJXokwYzPRc7uszHM848a\nNmPIGRDqlLeMXXj+YnuVKO9NYWqKEfW1C0A/fe/TwVxb7h05iiod3mljzHLB\n0a/RrM0hyukXBG+5HOKCnX81kvkXKcWfg5PaFp609t4sfiffzEf3zBP5Gxxh\nIVlRkGqNst16QcOVFfNk17AGkheInoBN5BTFioNPF+1nCv+biL3hpUf9acX8\ncMKM/Dg7m7W5esZ0HAzIBi7z5JBMsOs8mqnY63eGO+jzJ9WzqBjVLDZEQLJf\nILOKSYbej6bRTao13j9FJAveB+l+Uko2vP8Tyu9aUG/IiqXS0riDdNy2jhGs\nzRtcbKfACYGO5RcDYdZnpwG4Eo5S9/AJDs6MWUcYcCwsJhyaIqZfO8ZEZmEQ\nhSigy7qKDK9WS3BdQxIimXBLEuNmi8QAo1CYXA+mNcTOePuSIUI7egcLac+0\nUYxYHUMCaA12uvZIlyv6vqnXzMBzPvewBz7DzalmMKddR4lxfyWehtzMe4Bq\ng1//\r\n=7hST\r\n-----END PGP SIGNATURE-----\r\n","size":3995261},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.1-canary.4f3662b70_1641325123741_0.12135840213926308"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-04T19:39:33.039Z","contributors":[]},"3.4.1-canary.be7ccb8ed":{"name":"@firebase/firestore","version":"3.4.1-canary.be7ccb8ed","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.be7ccb8ed","@firebase/logger":"0.3.2-canary.be7ccb8ed","@firebase/util":"1.4.2-canary.be7ccb8ed","@firebase/webchannel-wrapper":"0.6.1-canary.be7ccb8ed","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.11-canary.be7ccb8ed"},"devDependencies":{"@firebase/app":"0.7.11-canary.be7ccb8ed","@firebase/app-compat":"0.1.12-canary.be7ccb8ed","@firebase/auth":"0.19.4-canary.be7ccb8ed","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.1-canary.be7ccb8ed","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-WgXFnEus5wDOGCdIPEH5/1Ua6ezDhRgVvLiyKLdCJhtKRV72lsNm9T8HRqnql6rPovxBU6lzH1dHI0+bLnp+OQ==","shasum":"8ddc377efa807a59822437bb1bffa382b8057c9e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.1-canary.be7ccb8ed.tgz","fileCount":1491,"unpackedSize":21019154,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1LgVCRA9TVsSAnZWagAAiVAP/3CkUeJWYUm6ub9eF6n+\nA/z6Bx/XfLUX/rMt1lbZUfsS2BpBByCeJcAZRZUI02hy6V0fAwMkjR3qmbqQ\nAtK+OGgy2i+uhf5+YdSBx6DRZVs/d+9fyanMUkwMzciDWMInJa6EdjFdA8Oh\nBOU0f7CcwntEh2ZRQbhD3pMUmk3YucO015LAtHOCk3Y3vC6ngD7aD+bI7dKq\nssCg0ZD2s79695Mgpr6YJa1wWa7Df7TwHJz+6BbrUxcZdlgctYImM+BPz4Xw\nOj6ZllaoQHGb44+7jPEa+3g3IpezBwhYrKTj9hyxuTeHJzdl/SgmRWNc76OP\ngt0XVQBdiqQD59hdu2CVP7i0AWA9MLO8EJQ8ohz5JO13gPCpaRhQ0d5jkPbb\nnTMiqq7mzcxHnOWDF6/EI4ijpfzyNOrSvivrNFWmydrkDkLsv4EMZ7PMDRmX\nXbws6Fv6kVjgr+0+Yu2tjVPEosseMXHQItBnpJipWlIi6iJeQS1DbVYzNqH6\nBbmiV0JPXCjnL6W8iowi4pKJbWRicGCckenFuiZKYDamGkxb7fy0LGy7kgl3\nujj6wuNtakkmkxRBI4wv55NvyZdTRiRF0XMPd9lz2TU1TuuhjpAdxFwYMa/A\n0KLg/ukBlmHQN8XV2lejVxebyZtTKVnhFgw4QA1gtYzJoyCCD5yAeukqulaL\nP70t\r\n=WWkD\r\n-----END PGP SIGNATURE-----\r\n","size":3998400},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.1-canary.be7ccb8ed_1641330709501_0.37607590098669186"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-04T21:14:00.498Z","contributors":[]},"3.4.1-canary.7f05d22e8":{"name":"@firebase/firestore","version":"3.4.1-canary.7f05d22e8","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.7f05d22e8","@firebase/logger":"0.3.2-canary.7f05d22e8","@firebase/util":"1.4.2-canary.7f05d22e8","@firebase/webchannel-wrapper":"0.6.1-canary.7f05d22e8","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.11-canary.7f05d22e8"},"devDependencies":{"@firebase/app":"0.7.11-canary.7f05d22e8","@firebase/app-compat":"0.1.12-canary.7f05d22e8","@firebase/auth":"0.19.4-canary.7f05d22e8","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.1-canary.7f05d22e8","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-0Ul1Jq4zAAKsTpOST0u34tT9GgibZPmeq7eCtnGdzlFXxkDg3mVqgRWnAqTB4H2T6n2SuHzflUkX9XopLmfEng==","shasum":"6d0976aad361ffadd63cd6f727f753c7af55a58c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.1-canary.7f05d22e8.tgz","fileCount":1491,"unpackedSize":21020283,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1NIYCRA9TVsSAnZWagAAV1gP+gP5EoA+g+bP9tiU2J8t\nD+XBWzoaFVv+zSICWA9aNiFmwBf48d6ZHVO9p0CvbVI42FVhWDWCkL0qNswL\nmOH4ZxyWA90oIlOSEtVJOocBxpTI1yuw9dVbghP7u8HR5A9HzLktWWyUINxM\nvg49JLLA9jvsQmtg1BNDwzlEKk9HZyU3lbZRM+QwuCrxNKPETj9NB/oOGhL/\n7S/LoBnEXJmeVM0VbfdC/GKXI66h03YKzizlAG06aGkk+Cj5PxIithqn5rF0\ndtJTgr6sYYM3Gf/bTByhAysMYrBxKg7GWdTwKGUD/V+ZaBPpAGdR1e2Gb7pJ\nEqfYND2ZiPmeKBHCte/1Vd/lUSMi0kKGLwy8Gbneq3qCcufH+GeJMQaKIi7W\ns2cyudfd0w/ARzshbtsbC3fFiJV5//PItsbkKeJkJthoTjA+MEiZmHOr2Bw4\n2+50iJr8YcqEQICp9FpaZ7DgK5l3DciFlNy1JKP6p2VRwmzpiMHKeq6uFYpk\n8YUdKIyGSTbRMu+saaa+vO8Av9FZZo0lmnavuudqEIKKbUsBF4R6YSZI3Xi5\nFfRo5JBpTPxbpYmSrXV1AfOT/QYPz7etlerBkYx6/J3nyiEKyDspOtzr3yS8\np6lKb36FcD5nCUX66wHjD5q5kxxadWbGGMGYnq68jkY1EKvaSCcZ96c0KqlZ\nHR9q\r\n=gs0N\r\n-----END PGP SIGNATURE-----\r\n","size":3998501},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.1-canary.7f05d22e8_1641337368450_0.1364357511345562"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-04T23:04:06.166Z","contributors":[]},"3.4.1-canary.0b385f18c":{"name":"@firebase/firestore","version":"3.4.1-canary.0b385f18c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.0b385f18c","@firebase/logger":"0.3.2-canary.0b385f18c","@firebase/util":"1.4.2-canary.0b385f18c","@firebase/webchannel-wrapper":"0.6.1-canary.0b385f18c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.11-canary.0b385f18c"},"devDependencies":{"@firebase/app":"0.7.11-canary.0b385f18c","@firebase/app-compat":"0.1.12-canary.0b385f18c","@firebase/auth":"0.19.4-canary.0b385f18c","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.1-canary.0b385f18c","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-h1D01ihYQ4Yjwuuu7YJiwevYH+c2FbtJt6DfgC4Ck1DpjhJx1Jv4yLbwPxYGthDxIfRsROxHJAQ6bpALgUVF8A==","shasum":"76c37986216ae8a570c1a38ea3413cfa4d8c86c8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.1-canary.0b385f18c.tgz","fileCount":1491,"unpackedSize":21020283,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1OFTCRA9TVsSAnZWagAAYAkQAIz8uwD+uZQ69+bAvzTv\nimvgDqtPIws5WtXBDDjBxPn6O6zXbLIM34IaD64uV2b3ByawGCLqfWfwqEy2\nZytdpo5UHuiP/ROwUZt09He4E9fdZpk4NOt0J19Pa2Fln5AX9nhtNfi6qvMz\nQouR6W6dDFm9/Y+Q2XsQIP8450FaK6Kc9Rll7VVWs7it0kkkXSMXF7EZ7IZ9\nlXx2N7f0mhfM0zROUhTGlsRsP+/xUWwq5r5KY2muNYjiRQ3OHW7PMiRYuAXb\nZ0WGsIlRGOoVTnSyOE4w3yPTyk+F+TKSYYvXdzlyauTbjtuagIHcrcallk+F\n/+KWCZXJIji4IAaImV1c/UqNVzFZxd0XXV5sbtUzrdlHB5r9fvsvy9WKZAym\nV4DNKlh2gbCjdWDu0h6Y2ze062bR660HrkHD+sftHU3igo1yPWATx/VWKb3g\ndfeeukgWyfb4P3WfnF2eZSb3Z8tWmXP6mpmMlAAoTipXXyYwhlJWiwhgLd44\no2uGAO5Q1lIl0uTbKHmWvzH0pY+UIgESHQlDv4D3/C0HM3aIpf/3pzWcv7Sy\nVhrah38FdYw+EglzyUJ9oWYwrwNiOIQT9+sfVCgrkb/fMeAeqfAinQKf/qeD\nr3a4YC8uAO0Rk0I+r+1PnFXz+cao6UfTOylEqIERsFq+Xwy9eCIpQkfpcpDm\nsJlc\r\n=uSv4\r\n-----END PGP SIGNATURE-----\r\n","size":3998485},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.1-canary.0b385f18c_1641341267580_0.6199816154713553"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-05T00:08:37.118Z","contributors":[]},"3.4.2-202205224240":{"name":"@firebase/firestore","version":"3.4.2-202205224240","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-202205224240","@firebase/logger":"0.3.2","@firebase/util":"1.4.3-202205224240","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.12-202205224240"},"devDependencies":{"@firebase/app":"0.7.12-202205224240","@firebase/app-compat":"0.1.13-202205224240","@firebase/auth":"0.19.5-202205224240","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.2-202205224240","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-ehNr9qZZA2gPhZotKDHHgi3WxH0rJIlLxpXaexnupefUfti85Lk1BNNVRaI12n9KRzwvp+Gk4qwSGbPP29jmbA==","shasum":"8205066c5f6f0f20a9fe062a4dbd21afada155ee","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.2-202205224240.tgz","fileCount":1491,"unpackedSize":21020964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1iE0CRA9TVsSAnZWagAAyVgP/REDwWvetQnKvYlN6rxR\nTwD0eUH3gbxR3jL63xtlB47v94aBTU3NK1bkpSdFT0BDEP30zWECA4KqJ4Zn\nLihnWb8+HI4+JgYzYFPPJt1PkfU6IiAgUndIk4FNiScqTvlT0UkOj3K1XpvL\niSFHkgBiNpie1M64G490xyH4PmZHiHhXxqmeFJr8HtXB9SdH4MrQuCUzqyNG\nWFCPqgG2j/ynb7dUXcIP3bQaBl23aSbXmdN+LhwIwb8uVuX6iN6414B8iyKp\nlqd2WBuxTL9/XOrIpBCdxb1Xh4U/pnJbQ8hwU8Rgb15wVSXkwClq0oqZKAr6\ncS7XJCryMgmDLQI4THKqzXHzjaXvQjjiB9I4zldV4JGsC+HUQDusxGIqFFxp\nfzgps1rBp2MI1BEq/H1pgTlUnfxTlKEiVg/+zshmavMux9LHG2eGaQh+TMi+\nAVyIHOihsJ3IF5hfM6fy9RA3uX/AT/Mvock+6ai54bdaH7m4ZHxHaKLqnCcq\nsxOqqZQrTNaTBosX9cvmWR0Tgziq5by6UlqkrKEpFgNZwr6pBpUAbgCejWdv\n6hdKQUCRFwHegJ80ixsRuVRnH2cPGEcxwpOoTZynqSy4U66AycobKyXTBq7f\nd4/xp0kinFRF5B+bfgPYBOwdVwjLPzsdJo/YH6J11a2dPpw3ldiz5pfzNYOd\nF1fq\r\n=fjhX\r\n-----END PGP SIGNATURE-----\r\n","size":3998684},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.2-202205224240_1641423156401_0.8294898597213087"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-05T22:54:02.733Z","contributors":[]},"3.4.1-canary.26b197f56":{"name":"@firebase/firestore","version":"3.4.1-canary.26b197f56","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.26b197f56","@firebase/logger":"0.3.2-canary.26b197f56","@firebase/util":"1.4.2-canary.26b197f56","@firebase/webchannel-wrapper":"0.6.1-canary.26b197f56","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.11-canary.26b197f56"},"devDependencies":{"@firebase/app":"0.7.11-canary.26b197f56","@firebase/app-compat":"0.1.12-canary.26b197f56","@firebase/auth":"0.19.4-canary.26b197f56","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.1-canary.26b197f56","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-gu5Os7YiRFV37I+T0hM9S0nYziyEuFhihstmbEWFMVLM6Mnn7hV3e+5jbWHTGKaP3pKaqN7apJ4vGk8IIRTRdQ==","shasum":"ea12daa40459b80283e890263b011b5e971ffde8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.1-canary.26b197f56.tgz","fileCount":1491,"unpackedSize":21020283,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2I9WCRA9TVsSAnZWagAAuusP/jyX3zJgSNLZiDoW9zlX\nAioVys03/RevAzieKydCaAgd5YOfxfeIuPI8OQR7E/10y+dcxWUxxHje7JLV\nA41iTF9o8DuF++cZJkSFdpUwbt6GNL7O4+6q8dnspeV8T0ltvHWRgW4WkSmc\n2Z8byZJMROzqCasccfHRUfns8rlEEJ9JSZSFjBRaOXxw1OWQC/IU/ENgU9xM\nf3avvunWXiOtX63wWoE0/zM9bDYL8Dv3KY9PKCNkwI+iYEZfjDM4ZZvzxz3z\ngJLnGzGfNzd1VuYOal/Lu8Pkmb6Qrqx3EFXLRUV+cOU9DjkyCMsDi2hOHaKN\niehSi68N6cJV7qa8ucsN2TKET07UNhL06iXUImeOABhm1WnZaZucpXnZJHfo\nFKwC9HFbvZXJWjnsbL28W5gwrGO9L0HZzSeYtsY+dKblXPsk5gLHQW1fqxZM\ni0tTQf0TbUqDt2MNFIQVGqooodUIaCAobz2BwWgi+R2Tzw7I0vZ1uSX++uat\n93kYmCWsqnedH0ttN9gr97FVWxYh4/1eqNz/n3t8LUtLGVmRAYQij+2pfoCq\nR/VcB0IJdAV9NBUV/rsmO2CzT0tW8Zcpec+CnlkKPiLDBnYcVPw53Yq9qWxm\nN/GaNQxXkOeqRGBvUmLms6+Ev8xfzt0xmWcIniHsuXFDgG3MXOfMqhraGY3u\nX3Eg\r\n=gKd9\r\n-----END PGP SIGNATURE-----\r\n","size":3998494},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.1-canary.26b197f56_1641582422473_0.32109201065799287"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-07T19:08:03.176Z","contributors":[]},"3.4.2":{"name":"@firebase/firestore","version":"3.4.2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10","@firebase/logger":"0.3.2","@firebase/util":"1.4.3","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.12","@firebase/app-compat":"0.1.13","@firebase/auth":"0.19.5","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.2","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-i9tzocEnMagFEB9MLilhmNlOzG8qz9OMjMF85MGV6kMh2jxHRXGUlcDzjPOBthmlBoGKPHkB/3ZCZvxMsatDSw==","shasum":"5ddbd60d435cfb6a55f1b8547d04ccb8a97fec0a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.2.tgz","fileCount":1491,"unpackedSize":21020300,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2I+7CRA9TVsSAnZWagAAPpkQAIq/1Otm5RcAQanJ+W1R\nxTWrsjo0jPiP3HZY2Mfqyr1Q3gOH9lhjwUt+P+ikbNc4884dYgKO6DpVGvh2\nQhkrLC39UyXq4AeZUQxaddGcmjTpjyCV1cj3Q4f/SCmIrUqlBuSMBrZc4ZTs\nf5L0KiYZndJ/XXkcEI13v90QtP2Lh0RsRxEiFgz219WCSn8d3xu4FMugQ9JL\nmUZ07YHlsjQGXwQm7pdwNlU5lQY/SewrrY/NDopCKe+G/42T3+UOfCsubpZ1\nun3tCvUNcVUJg3icLhKYqEVQTayDAdC7EJ+72NetC4LccyZ2Knhl1j81kone\nkrwbzFfJxLckxzY+j42yqVvzusDVa6q4KPW+DqpGJrFtmvgO6CEtc6oSXtJK\n3yMH3IN2S6E7INKFo8p6iB9W+IXB3YcbeaAg8R7hjfxn+NIR2Q+Ki7j7m4/D\nkqmFI5c3Ae7qqBBBOgHljmipw4jkUAPgOc8u7dE8Jii+Rnkibp95IummF2Qn\n3Lj4JfhWoB2+39suAobAUANSAQPjCYEoqqYiDJdxL7bM4bD7m7wClbWfuZWT\nUtgMwwFxBkRkoNohkVYtT28bilmVYLNJVPDUde54E0eX+kU9wyCaC9OeCMfM\nr8en7KiPkN47/Z2qry9NZFLao+QtXAk3jzxeSz8OZvQFgAJwEL29xb+cJjgl\nxLIW\r\n=hnj7\r\n-----END PGP SIGNATURE-----\r\n","size":3998277},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.2_1641582522793_0.13394661268979213"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-07T19:10:13.364Z","contributors":[]},"3.4.1-canary.f873ad4d1":{"name":"@firebase/firestore","version":"3.4.1-canary.f873ad4d1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.9-canary.f873ad4d1","@firebase/logger":"0.3.2-canary.f873ad4d1","@firebase/util":"1.4.2-canary.f873ad4d1","@firebase/webchannel-wrapper":"0.6.1-canary.f873ad4d1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.11-canary.f873ad4d1"},"devDependencies":{"@firebase/app":"0.7.11-canary.f873ad4d1","@firebase/app-compat":"0.1.12-canary.f873ad4d1","@firebase/auth":"0.19.4-canary.f873ad4d1","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.1-canary.f873ad4d1","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-lggOaSmP9B+8VWcYNwSgb56/KFg2XRywZpGhn4Qs6wu+OKnld6FBBlh8X8kVmAhTVluEGYdjF2a0SiALYUcqUA==","shasum":"dd67d4ebb4c608e12b7d4006dc3735c5b609cc1f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.1-canary.f873ad4d1.tgz","fileCount":1491,"unpackedSize":21020283,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2JoyCRA9TVsSAnZWagAAJmAP/jpflpOnSn+l732zVLX2\nFaN7sLi79ZLaf8yF6XCs+Fg9ZEVZuJLXEHxFmzyfIp0GGrL0CFb4eKrTS4Yx\nn64hDNjS+JAuFucsWd6DkRR+9Ofdk33lp08P3CsKWsed7P1ZSY9S3ER9uA5X\n+ZJoFjhtcO8lhEx6DAhs5zEvzQ6llX7NOOl8BWCe6ghy1nf/ihzk+ZBVCsoG\ncDNXf89xw4bCylfaBnkI1zvGbTN0oWodZSAIRpibdhGXELcEm5DWDkk9K6MQ\nPO6bSRJtHt+w0/5ATRWZ7uMMu0ndoKiirC/jEvpuod9EE7DyztqRLMuYs/+w\nbLCjTjqKud5L+s/UNS9BVhIaRhfdGPkEcR78ZS5Rt/Qo/CD0cOitgCJ/+u8Y\nlZiyClqOBN1Gl5kv0yknXgr/qL6I+opSJgXJKXh2V3B1FqwMObzhAtRiE0qM\nrDBcUd3vAwXPL1h3P6htcK8qGnyl+rKheRTtJB7QARJTlVliH5sTtfxEq6Br\n6FkyimeLtwgnAXxwB62mVuIs7cadXAptUTSUOhNMGLYP2YH05fpz5Dox95Wv\ni75Lprz6XRIJmvSBSfvFLWHvi/eRwHt23GX49mS6dqCHuCHke/zT0NOsuOe8\n79IOzQ0X+9w9cKbPbDDtjNffByNfmKmXOZXRmWOEyCapVw8K0AdvA46FcwAa\n67H3\r\n=9GVN\r\n-----END PGP SIGNATURE-----\r\n","size":3998469},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.1-canary.f873ad4d1_1641585202204_0.831957175386731"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-07T19:54:19.618Z","contributors":[]},"3.4.2-canary.b5084fbbf":{"name":"@firebase/firestore","version":"3.4.2-canary.b5084fbbf","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.b5084fbbf","@firebase/logger":"0.3.2-canary.b5084fbbf","@firebase/util":"1.4.3-canary.b5084fbbf","@firebase/webchannel-wrapper":"0.6.1-canary.b5084fbbf","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.12-canary.b5084fbbf"},"devDependencies":{"@firebase/app":"0.7.12-canary.b5084fbbf","@firebase/app-compat":"0.1.13-canary.b5084fbbf","@firebase/auth":"0.19.5-canary.b5084fbbf","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.2-canary.b5084fbbf","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-fwALvRjB5F28fdn3enV1jKhJ+C8Wf69HaDo6u7aNXVi8dDMl5QHZf6B0jaJRrGoW2PKAUINszeGhLuJx7LfyNA==","shasum":"7c2b3361fc689ca5444c1c825f8f6124ea336e54","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.2-canary.b5084fbbf.tgz","fileCount":1491,"unpackedSize":21021093,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3I/UCRA9TVsSAnZWagAAh/cP/0Dhp02qxalSZSmCtwKq\nFaBAdoRyXkWhFDSR9pWu4R1oeA4yESvqMDe25NyozOFr+psi7mM9pcICPiCC\nUIweIMCuRirP1g32VJv6tytrZ/IMrYzMH5xbPfNggzQhlb+TyftiRXQWqxPa\nuG4a6MXs3SxpTNLj/F//JzfWeECEWx7Xuhue67uN49HNHHIgTW0i4XhGw+Su\nL3SrTSNW9D326KhTWVm4+kCXHrT0fdThUpaNKR8qDMg0rxz4zM7hCmzoaKvW\nBqVpv3BA+IWiKVT/89xH/xnTyg37BTm2NZYZ2aQ8KPbmMH/p5kmuYemr97WY\novpcjC4HZm7ygnvx/2uQGaUbVPv4V9U4UyEoYeYrZhGcSv80aq6AmjQrHHDY\n7U2NFV8thaT/nAEMFebZb18vbV0rEwLbHUFl50sXQrJJaGyfJ42rgPxqkL5x\nKvHf0XVp6qDCaOHRpCRKWPSznYU30u5LDvlBXjuZSzaiceh1C4BLyVdyrwBD\nXDZZ2inNE4TgLd9+1v/Sbvjm4OPGIXBR+Pt3DIAf4c9+ZC1+x+X09OYFJ3UA\n02bjMYalHXjE/ao1D0ZHumqgBB80qgQfOcuAvpXOTGub8u/ZatgRaTusZOCn\n7qBIAmBp+bWM/PbuzPMSxNCHv2jU4fSElYrNF142IJ8wi7zNNu5DvFqE6TT2\nezL+\r\n=l5eO\r\n-----END PGP SIGNATURE-----\r\n","size":3998655},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.2-canary.b5084fbbf_1641844691892_0.7942524996915197"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-10T20:19:55.203Z","contributors":[]},"3.4.2-canary.dd764b0fa":{"name":"@firebase/firestore","version":"3.4.2-canary.dd764b0fa","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.dd764b0fa","@firebase/logger":"0.3.2-canary.dd764b0fa","@firebase/util":"1.4.3-canary.dd764b0fa","@firebase/webchannel-wrapper":"0.6.1-canary.dd764b0fa","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.12-canary.dd764b0fa"},"devDependencies":{"@firebase/app":"0.7.12-canary.dd764b0fa","@firebase/app-compat":"0.1.13-canary.dd764b0fa","@firebase/auth":"0.19.5-canary.dd764b0fa","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.2-canary.dd764b0fa","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-2CoshvS/aidklP1EU+azIZ5XVvujbDx3r5Yn60D+JPXv9kxXsM47ALMuKmKWD9w7CfxvzVlCQ1pBeBqilF2UCQ==","shasum":"06134d9d11713eab37385df8524fac1784949256","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.2-canary.dd764b0fa.tgz","fileCount":1491,"unpackedSize":21021093,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3JDKCRA9TVsSAnZWagAAW+oP/j69zDpLtTPXRa5DgNwg\nbb054NpWEzaQCcgGNK8967jtgQFeSju1SCMRenhsvsCI/1pH95Ks5qNDxSv9\nate/oKDF+jcwEFSqwxPhCcT7OEodCkmB0jtSVaWMQUtGcD8nhKDXYtIekAsH\ni/p0hT8cIJFmskt6/1jn6MePb31Ylc3qB2JM90lHmIVdeqbiBbusd32SHDJi\ndcHFOoV7WUSNMHNRgLoeUPH0U50GCywIdS6oT8apnDDm2GcTy9w1w+fnOhbi\nMexaJ2LfHMsdN6RsTeX1BlLBnkW/2R8ILmpprQOnDfUafJGjY00tHK5KeWtR\nHOsQzb5B+yMTbWaz6vCEI+saF1a8y6jxBGlHCHrHXhByjhEX7kh4EU2KEAV4\nTseEveIgKA7sR+oJ28ZntjT4JSDAMj1w6BScloKiM2AHo3VznDesc6GBD7v0\n+xGd8urh/VP0GdYqitLC+DqkCy/N1Xp8ijienORocLNN/f+aKppWLQwEVUO6\ner7H8ANpggvzYDi6W6C51zB5jLqih3yP1ZgpU9eISwV8mrxs+072JoSO5dkb\n31ZWGYMPxsaeGv4kqoWm/0PQVJlJRpXEj8owbTVsvNylG1QxJOVjCGz98xx8\nTcKUBGLaSMF0TDSP3utv9v6S1hvOAr4QmhL9qcGeEd9u8SGrSnJVnYfxqGo6\n0hG0\r\n=9WsX\r\n-----END PGP SIGNATURE-----\r\n","size":3998649},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.2-canary.dd764b0fa_1641844937832_0.4746010813304393"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-10T20:19:58.783Z","contributors":[]},"3.4.2-canary.044a8d7f9":{"name":"@firebase/firestore","version":"3.4.2-canary.044a8d7f9","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.044a8d7f9","@firebase/logger":"0.3.2-canary.044a8d7f9","@firebase/util":"1.4.3-canary.044a8d7f9","@firebase/webchannel-wrapper":"0.6.1-canary.044a8d7f9","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.12-canary.044a8d7f9"},"devDependencies":{"@firebase/app":"0.7.12-canary.044a8d7f9","@firebase/app-compat":"0.1.13-canary.044a8d7f9","@firebase/auth":"0.19.5-canary.044a8d7f9","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.2-canary.044a8d7f9","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-K3BhNC/v4m3xc7XxsCtkxW7B9HPE4ROP45Ubbvc9vBOAgWKeO4y2R/33IOG85+JHbHdTVLFOI1FczVrviHKa4w==","shasum":"b1ff7d0b727e70b3e8ae7654a90dfd7f83446978","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.2-canary.044a8d7f9.tgz","fileCount":1491,"unpackedSize":21021389,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3KS8CRA9TVsSAnZWagAAcS0P/jkEHlKXRkR36bKlBcXB\nYYvDx2kNfoz6eagBC9AwUh/c+T17XTN/qtfwxPeNlzJyiReVEsiqsPontqvF\nIhNHr/zEEZICUQ/PsfuB+czx7AH5lxIdTzeaSgnaSHN8GaQYcYm5OlehVa42\nXZjfkZuKtfj9Jr1VXr8+XLovQ7CAoCNGSia8dg/C7wDzS37xeXwQYEjh33b8\njLmH0m1CEoXhS6X0Tpc+lUGBMY/7rgOmIUavqztmK4svMlnCgnNLKTk5pqmK\n2DxaD9GtmkwLq+YurBD/iToXSRL+9vNyKJCMmnIoepXejBgZKMwDxCaHQzEB\ntfqvok2QrVV0OShRXOQHtuuVmhuScmawi6BVQV528aRS5ShH+ovMVOTOsLWE\nKy7ugY0kQu0DS61URw2+OLm9WitB2o4TYCDe29IhsjPoC2aD2Wd6rAFQyLgj\n3TbqfvwBU4ldiCFeYuWHSI1B7POUqFAZljxh1kiP1M62kLoOFxJH94ApbRXM\nG1xSXts3Dx6hgw7MX2TCFy7ICy2vZbes+hpjnAJOvNArM0nMijQdK1pj6V6p\nq+me5Yb1A0al7Sl4auCihjHW+tT83gvyWYmAmY8X39INylZEBCBjLYrWL5Xn\neR6l8YfUm5gOYR4+o8AW+2gFDXg97x9Sx0YcKhIPho4XC3u24D3tTbooZquN\npLCw\r\n=n3pR\r\n-----END PGP SIGNATURE-----\r\n","size":3998814},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.2-canary.044a8d7f9_1641850043814_0.509783756618422"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-10T21:29:36.515Z","contributors":[]},"3.4.2-canary.4ddf5566c":{"name":"@firebase/firestore","version":"3.4.2-canary.4ddf5566c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.4ddf5566c","@firebase/logger":"0.3.2-canary.4ddf5566c","@firebase/util":"1.4.3-canary.4ddf5566c","@firebase/webchannel-wrapper":"0.6.1-canary.4ddf5566c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.12-canary.4ddf5566c"},"devDependencies":{"@firebase/app":"0.7.12-canary.4ddf5566c","@firebase/app-compat":"0.1.13-canary.4ddf5566c","@firebase/auth":"0.19.5-canary.4ddf5566c","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.2-canary.4ddf5566c","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-ys9ZYvSRlyS/jbvzkyj/8pDNEnWXF6fY98OSyDEd+8iyre5nLN9JwI5YJjjRt8VnpSuxl0WAgcxWe9et7MBLzw==","shasum":"5cfe6642c726a71dbe159a493c13b361b2904a4a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.2-canary.4ddf5566c.tgz","fileCount":1491,"unpackedSize":21021389,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3LUoCRA9TVsSAnZWagAAyykP/AtPvG+yhuwPeLcGDN1U\njDtF0GjUPpABpvIZtz/LEHlGscm5P+GLo35jzyXxsgXEYoUyIfCl7Rs1GVIu\nOvNsELFxKTIJAcfcvpLc9kuGL0xUXvvFYtLMnSe+lHuL7IqDhlHUIIKwTAp0\nDUm4q59udr6X+4zGPa3hMs/f1MuxeFx9uPQ5V4rSHAnkxrgdl9/m6XanknYI\ntzsFSGuTctB8TMrZ6aVl1ljNUNmXbd9VcxHEdrLCQ/AVpYpgyb3ZXO7IIXLD\nXenYByqHh3vvkv0Ojr/QUjWFhE2RMfIm0l/VyxpUgcjVpN2YhEB92Y2h6FG3\nw25meal99+c4jBp4SFInOwvacCQAQjqW6+RRqAnRKU5Y5vjZ29A9MF02MPhV\n1WMXDLbIodomA8TZ0n0Jzt+EhVxl45vQOWwjP1bLMWoy3IXBR4mrdiGpLeJ9\nq2TmHZSWS9L1h2NkzYocRmPFOp/QkFPiL+wwpwYjh7isrw35JMreMCpXqUEm\na6c1l7lmoBvlqzVxXwnCYjGgjVd0b5cQ+hvf2f1wQ++eJhbbhbtqQ4SxC63F\nTLfHtalnVzS8jpgTdyoPf5XDlkcJpkVXfHbre3hKTiUAp0WL5rS7TET2ovt/\n8H/S/JSTxjV0zDOf6aKlNy+TobOh2lHP0EeFa7QWJrK0YxypnAkkgkHjsSKp\nYS5+\r\n=FtYn\r\n-----END PGP SIGNATURE-----\r\n","size":3998809},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.2-canary.4ddf5566c_1641854248557_0.165854726752521"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-10T22:38:36.458Z","contributors":[]},"3.4.2-canary.e0f23d6f8":{"name":"@firebase/firestore","version":"3.4.2-canary.e0f23d6f8","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.e0f23d6f8","@firebase/logger":"0.3.2-canary.e0f23d6f8","@firebase/util":"1.4.3-canary.e0f23d6f8","@firebase/webchannel-wrapper":"0.6.1-canary.e0f23d6f8","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.12-canary.e0f23d6f8"},"devDependencies":{"@firebase/app":"0.7.12-canary.e0f23d6f8","@firebase/app-compat":"0.1.13-canary.e0f23d6f8","@firebase/auth":"0.19.5-canary.e0f23d6f8","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.2-canary.e0f23d6f8","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-g7vFjCNpVFgddKYtQ9sOhcI23qmM2nn8wHUYkl8XJ9ClLoR4IdGoj3wGNxIQvKbTUZv11ZrcIfVOQX6e+bBxmw==","shasum":"907c42ba047a4df20acc0d17e9261e5b8c56b52c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.2-canary.e0f23d6f8.tgz","fileCount":1491,"unpackedSize":21021389,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3cqkCRA9TVsSAnZWagAAaKQP/3lWiKRa4se7pyKJhHfl\nF6HvALKN21B6PHlaD3pTWpblTQWFVWN4ENi46drXMYW36tMMb1pkm3pBBVMi\n/oqLf+8V8og98wueZldd5aie3M2IEe4KcRbxKZ8OgJ1WupgtZQ3uLci89So7\nHyOGfIzdnhprOiuqZLelQQPeKu9DxVjqPKQm79sCQE3TZ/fD5veNeq0ZKMJz\nf78drcIbrhEGzmODgkZVEE5fDvqvTMJo/fBtNN7z464X1CB1JBn68o2hMuHg\n96Tv4qvMOHSnUXBzLXcipOIlJW6O3DTepdVCSXkC421uC85rhdfGZYLFBIwA\nepL/I+90pBUrP3/Aam4Xsdwao/4h76lEC1ZFRSe/ZmG6ytIxwgzTIKJ8V+9g\ns3UEYS0IjUi8NY1CpP6n1VHEZ7A7a6NkToyLrpAwZak1riRVxggLPjylbzGV\nWIouSpB+aQhq2dkFcYcv7IYIXT60IguQWWaADyUgSqwNrc8fwlcmqabL4DMb\nv42gnefxsaZJbkUZ9+hrsydq3qVuFScUrvuOJpGvr4KyrpKlm+qwh6EZo7hr\nCZ2rvhlpSlpnADpcRsDZjAvvL1LB055jU9lrQI8BCayEwKBMfB+Rb9avvZAl\nYPcpcUEEIpZRBLOeMBES161Ykmke9nmZnrEo5tofoxaScGh7otLEiS8tfGPx\nF/ED\r\n=mErR\r\n-----END PGP SIGNATURE-----\r\n","size":3998831},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.2-canary.e0f23d6f8_1641925283771_0.25761295687832075"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-11T18:22:11.652Z","contributors":[]},"3.4.2-canary.c271d16a9":{"name":"@firebase/firestore","version":"3.4.2-canary.c271d16a9","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.c271d16a9","@firebase/logger":"0.3.2-canary.c271d16a9","@firebase/util":"1.4.3-canary.c271d16a9","@firebase/webchannel-wrapper":"0.6.1-canary.c271d16a9","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.12-canary.c271d16a9"},"devDependencies":{"@firebase/app":"0.7.12-canary.c271d16a9","@firebase/app-compat":"0.1.13-canary.c271d16a9","@firebase/auth":"0.19.5-canary.c271d16a9","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.2-canary.c271d16a9","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-FswtCZ1ZRqC24eBRQnzq3bk92DSRizy1Um1/rm7lORhw3BqbKEBe3U+DF6JxjK2HQDVD+weai3o2R+/Z333MTA==","shasum":"ef1fc7618825c435117bb7d87138efa7a4d31ec4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.2-canary.c271d16a9.tgz","fileCount":1491,"unpackedSize":21021389,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3dOeCRA9TVsSAnZWagAAsk4P/iFM4dFp2AxnGetro4OK\nvvacAUW5ktkcxie5fGZr8IV77wwMjVKa6MpqSdz6/d/jvHo2OI95xbVzLISY\n6YPqfLK0k8rl6Rg5cirE9kWukS97Nq+Aq4AimBATSCp3CqK0JnApk2vzHNA3\n1QmT+8KaXmMTLT2d8Mj3aKjNDXMYtpye4l3kM1vIu3s7pWpQcEEdwxz3yCtL\nkPsFzVMVi3Wc955LwskVVKtAduZgBGlj991+ncXKo8+VpZFMP6xcGawyCVOS\nHV/oKt4Xmsm9uOV1jk2GVNVyIsmhan+m+amdAwMJDnNZJ29pBaqtfhGyq2m8\nadTkfPHa6SD4p9dPEgAM/DbtYwE3d7pytbkUKpVubGVvYOwETJ7bQdfoGBg5\nsL6KRaxMrP2Jamw7GZd0FXBeb5BoOiZ0cxicgqyPscht9OMZxP4ye0qtD7jd\n++JRghuE9P3zYzlsGWsYfFi4hmLFZ2AkpBbLhF0/nrv72zCZl/fkdurpXsZ7\nyg3Rl5ME1HP6yjV6KvQd4e+5YWbPqdLt0T0utsjlBoES0ABB6kLpfEKcg85A\nLBCvF1JsH8TVpoMbU5LJ53jVKFtviproTXSfCLC1HVXF3ZAHKm1Ku3TLGXc7\ni2T2AEGkxDN81FSCju+8CESmArCj1+uXteQyi4E4qsnvr614Eueb/uPx4wNk\nJhFT\r\n=Mpyi\r\n-----END PGP SIGNATURE-----\r\n","size":3998803},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.2-canary.c271d16a9_1641927582395_0.8372983178053821"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-11T19:00:34.250Z","contributors":[]},"3.4.2-canary.d0c8bfe72":{"name":"@firebase/firestore","version":"3.4.2-canary.d0c8bfe72","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.d0c8bfe72","@firebase/logger":"0.3.2-canary.d0c8bfe72","@firebase/util":"1.4.3-canary.d0c8bfe72","@firebase/webchannel-wrapper":"0.6.1-canary.d0c8bfe72","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.12-canary.d0c8bfe72"},"devDependencies":{"@firebase/app":"0.7.12-canary.d0c8bfe72","@firebase/app-compat":"0.1.13-canary.d0c8bfe72","@firebase/auth":"0.19.5-canary.d0c8bfe72","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.2-canary.d0c8bfe72","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-sXfYerKHnv9GMupxxXtCdjhk/h7asbWIDro6gOh0wtW95qmy86imFPO9yqRhJiViUdhvTegHbIPkGGwxE7AhTw==","shasum":"777b27d00373a79cf7a7cb4d84f7d585f53bea6f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.2-canary.d0c8bfe72.tgz","fileCount":1491,"unpackedSize":21021525,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3frwCRA9TVsSAnZWagAAxk4P/0JJCxIyGNikgosJLIRE\nkK36oeTWXntoKFO5bcekxJHB/IWoDyKVhmZJTgdtYDAbtYa1WZd6ppGx4Vv6\ncNSzIW6CZ/gG7cmRBN5OgWfZc0awyBRIGnlq9ndyzqOqD9IS+BiVDGiIFBGC\nls53HtiElsqrIxq7Bg4a3vmDq21pch7mSP348nKPbOaN19rdaSfAt7Amp+a0\nSULsJDVKDOQ2dSAPi2Jv6dMniM+7JHeKIIrYMdiZfy1BtGB2wN+1faEVj3WX\nYUTU87takqqJVP50j0MR0gk+CDgwr6Q1MQT8AiNCr3pi6oDV4AafljpmSAYu\nbUTXF3uft6203LlVI5c+sCYSXakzrl96XvNoWfrzIeJmmaKpBjykSi6uvqSc\nm3yOCpUuvtJBkRaUjDQSvaQfjTk8RCKKv5BNeVDyNL9PsNuzC2beWaC1g7hz\nZoqJ2prsCkSgu156VCJDlsJdD13rBVt4WdatluGMGZogYfS+lOjf3sMG265G\nRUiHKGOJGSzbx1pnGO+o3xgTf4Pp95zmVOhy1D7WSZFK2k4setJhgPrBK/1G\nbLsCVVTG8fXLsZFUIRfRg3M6LUA+D1tTZJ4kc1Gcx5lWdHedD8Dviz41fuMe\nRVfEbalmcskmjWkupd2Fislz6TXC+Qm0j4UPj8Bl3Xcx2mbMiX+JzQ8crHqh\n+fFl\r\n=jBqc\r\n-----END PGP SIGNATURE-----\r\n","size":3998859},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.2-canary.d0c8bfe72_1641937648438_0.22764320788454162"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-11T21:48:32.925Z","contributors":[]},"3.4.2-canary.3c20727d8":{"name":"@firebase/firestore","version":"3.4.2-canary.3c20727d8","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.3c20727d8","@firebase/logger":"0.3.2-canary.3c20727d8","@firebase/util":"1.4.3-canary.3c20727d8","@firebase/webchannel-wrapper":"0.6.1-canary.3c20727d8","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.12-canary.3c20727d8"},"devDependencies":{"@firebase/app":"0.7.12-canary.3c20727d8","@firebase/app-compat":"0.1.13-canary.3c20727d8","@firebase/auth":"0.19.5-canary.3c20727d8","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.2-canary.3c20727d8","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-jd99EBNDy6pOpI/IPCfCadc9KGwdrHY8/hsMgAO89lz+j+pcbhJqlTmUDhHJPNbNGpg3qHhjAiQGl9tXKxx6uA==","shasum":"af5cf28389e0ee0e414c40f8c79a9b12c77dc56a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.2-canary.3c20727d8.tgz","fileCount":1491,"unpackedSize":21021525,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3xm2CRA9TVsSAnZWagAACWcP/0rBBPyoADj9gPQTT0XG\nJbayxPQtcq8zAqulGjK1D8c66pgzRaZR7UZsNbd3vHTnyooX6Pino3vv95uX\n5wtzv6l5NjUDH9JdaK5vckHWVGV5H1+zH8t6tDadDLFxmMZGa5DfuaXe4FAn\npeq7Zgx41xE8iziYDmfRkIN7UWiIhQ5bt4zZnM6RgyPAqh7JOoS/WJXlXqbs\n9RCJGSVf6IXsDbZhyWji9esvnKjae1I3R0NwhmanLZCJGAq+g7bw9rJs51pK\nG17afkal0PBGGGzWKz9tku9iL2rN1w1AFlFtdE+NdfacnRr2a5ZbYtGPN6Rq\nIn8B0e5vhy2oz5J+gRPV5gqyVFHIFJXJGXcfQkvcVbE7XvOk85m7H2JKq7v2\nmuSiqwtzjsrFvF4CAcfYDA1DiV9oxpl3DvZjPTI83opvQWOS3mjaT3tmL+/8\nuVs12gDGa3XLlpHdDAHvkNvE0SyW8UwYZofSpkFsvwP1TNiANqcnViT/D0ak\nCIEhfhF0Kb2t8u4cxjJmUlbBz7w5J3hwp1dFc4iJhfnrhtd/cH+IvmavE5BN\nf3EE5vd3Pr8D7R5PRSr8y8SaAjWuSCSCOOD4L/jPqUyrkepijChyc/FEDES7\nSiqTUxI8LlXupOiubrxhinK0EViAeEasqeVtyvHGE6ykRXw1HzHTynX9ADJf\n7LKX\r\n=/baV\r\n-----END PGP SIGNATURE-----\r\n","size":3998832},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.2-canary.3c20727d8_1642011062505_0.3479654069454219"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-12T18:11:48.389Z","contributors":[]},"3.4.3-202201219200":{"name":"@firebase/firestore","version":"3.4.3-202201219200","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"yarn test:prepare && tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","pretest":"yarn test:prepare","pretest:ci":"yarn pretest","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","test:prepare":"node ./scripts/prepare-test.js","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10","@firebase/logger":"0.3.2","@firebase/util":"1.4.3","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.12","@firebase/app-compat":"0.1.13","@firebase/auth":"0.19.5","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-202201219200","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-WjLJ2AWCAY4syafW0L+Ek50cBmDrN+au1yWBCZ9etKG+DjxSuOcqimH2QjSVaJSRnd/uai8Syei2tSlcGJQwVw==","shasum":"5a4b3c368b19977e9f7cd3136c778052616b3567","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-202201219200.tgz","fileCount":1491,"unpackedSize":21021566,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3ywWCRA9TVsSAnZWagAAlNUP+wRVuYlisGRLgmjQP9SW\nkDXzHx+Lmc6Lbwuq7t3ZcuDdYpnq8rIabll0mZcxX5q33HIsREdUYsuao2Np\n+RcJSz4kP07UELmFeP+1wOSUjaWRZZOXcqfJHH/QwaKgJOHWhljfb8A+7m7F\nla7EF+1SRgBRmXbvZGdofbGd1bRMpSNyK4YvO1p+W14vBDdwSlMvb221IGxr\nNEImosaUPQIqQaS2cqMCMWxl3YMcQ43sNwMnCK/QMx6odd0KHUwXoDRg/vAc\nQ40xRxlS4FgICnplycWmCizyZVc8taGGPqq06yZXH7NFlH8Tjv3YlFQFxqeJ\ni8HWyNXc4lIJh62Q2crvqFM6sISqjJR7ojqYqvMO+Hc++NGtxFs4z5TIRFTe\nEgoXAGWWho77bCSzbRpIOYzRStabpvYFWbW1F3Hau7w0ZKR34KrzuhSPxFSu\nqEgHnMsFkAotlogMLgiERIp+SVQucJrEk+Zec5PurAyj7RpqK8L5n0ewUnCO\nzdG0nOwpmevse/WqmTCC1r33rpYEUsc3EtQnArZjMRHZi3vPuQ79pYP7HKfM\n/sPAy6l50nnjjb5ZCyaSAMvVZhP4BqeO2pFbsqPJhgyjlhZDRCsOh4JQ0gJO\nEleD9wkuEx0W+V/qRv8AXeD55RCnZxtoMN8D/bEd8dfRFxiyJBYbh2qaWYhV\nhOx5\r\n=6JW6\r\n-----END PGP SIGNATURE-----\r\n","size":3998844},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-202201219200_1642015765977_0.5293483178674963"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-12T19:30:17.443Z","contributors":[]},"3.4.2-canary.31055413e":{"name":"@firebase/firestore","version":"3.4.2-canary.31055413e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.31055413e","@firebase/logger":"0.3.2-canary.31055413e","@firebase/util":"1.4.3-canary.31055413e","@firebase/webchannel-wrapper":"0.6.1-canary.31055413e","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.12-canary.31055413e"},"devDependencies":{"@firebase/app":"0.7.12-canary.31055413e","@firebase/app-compat":"0.1.13-canary.31055413e","@firebase/auth":"0.19.5-canary.31055413e","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.2-canary.31055413e","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-nh7LiWyBmdyYiuYL9Ej/vLGpG0betJvLmF2N9an2p8I7agaWaaeho3BPt96mnTxJe8np0EBKP+5Bi57EMUoQ/Q==","shasum":"28c2c07d3ee1719bd6ae94c427e24655c9541a0d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.2-canary.31055413e.tgz","fileCount":1435,"unpackedSize":20894707,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh31ZSCRA9TVsSAnZWagAAWksP/0aczVNyflVh058rFB4m\nzNdemmPEgHgTZtvoACC+aO8qEzD8wZmEzGzpL9wvUB31tBPIewe8Q3x/pe1X\nxn3IXNp1PBHzB6C0Toqez3oyHE69hgnOotaowHU0k5c/kiKlACEBAaUKYewV\nIxgiXBIe/YUaUFu5GTdA/VTi12EbqrbtyI3f3Wc+As9FEWj9HtpsS2M9Nf0H\npzyu190ffVvK7+fnA6N4AjPYz4MiOVgduyk7Ca5/kufgo+FsLhL+NLDpgX6n\nnerHY6/JGoSlZaW6UjeCqn+q8RC/yVdcAg4fPjWhUDaG76IU4REi5way89V2\nFFJ8eWzCpjBom2xj1OHH5CNJ5Q/QB+mYPSGwhXnoGpAMPEzjRPcqd2vo7kMi\nRXm2Gi5Gt8WhyNTRIKO3fynhngmseED/LbQkQckj838J7kvHfwAHC2KpQPfs\n0zHtXfLbulEP04pyLrl2/eMBngo7fS+m5hGBLP4G5Drb24M4hnF690MzgCuJ\nrcoGbh0i6VTEUuIU9rkE9T5tGzbL6vPbfvMALEUCZnFLXDbZ3GcS60pLDoPn\nzmlEBHONqlXwtnPrPfw0+5UvKT0oSTyPhqCdkXlau1LkEkPpodDtsjSJ4CPc\nqbmC2kvkrlwLMiEl+tSkHEvnW6H8fQFhEN9Uj6bHAu6tKQrJtttt+Yyz0/pm\nxvT4\r\n=5foe\r\n-----END PGP SIGNATURE-----\r\n","size":3978302},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.2-canary.31055413e_1642026577742_0.3717537304951559"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-12T22:30:32.708Z","contributors":[]},"3.4.2-canary.ff2f7d4c8":{"name":"@firebase/firestore","version":"3.4.2-canary.ff2f7d4c8","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.ff2f7d4c8","@firebase/logger":"0.3.2-canary.ff2f7d4c8","@firebase/util":"1.4.3-canary.ff2f7d4c8","@firebase/webchannel-wrapper":"0.6.1-canary.ff2f7d4c8","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.12-canary.ff2f7d4c8"},"devDependencies":{"@firebase/app":"0.7.12-canary.ff2f7d4c8","@firebase/app-compat":"0.1.13-canary.ff2f7d4c8","@firebase/auth":"0.19.5-canary.ff2f7d4c8","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.2-canary.ff2f7d4c8","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-66zRg7IXaYHaK8AYMULluVfi0jZXQEBzJlkcdNyn+nUJiivUpc3gQvhfjdULApKrYWqkAWXFKohMh22c4cwqtQ==","shasum":"5720addac85eb01828f65de21ee532ea781c601d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.2-canary.ff2f7d4c8.tgz","fileCount":1395,"unpackedSize":20777902,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh33StCRA9TVsSAnZWagAAo+UP/RTAx5ksNIKRAySHX7yl\nFsAppFPiXsVLDXDvWnFEkDKQzTtBTyOwLdm7IRKZlv09yD72/8CSPLxLkioD\nKeRYvJ5AcjBwr828fMhF02MHQQ5lx6aZBQAQnKq8uY9G1F0if0vOiVsb3OSm\n+QTYsF7ikUwG0pFoPqPlD2jJku3rn/vMTSJkb8kHPOO2IWJP2jsNKeWb1+88\nxrRzTTqV7hERTQdMBxgElayrdf7IaHT9WAf7rvPknZKaWHtMAc5J2kman3Fx\nahaByBf39qSMs8u8zBKhhi1UzXeyrnaKLT9mK3xi1rPAtCXi5BupJilySnI/\nKz/ss7+U4KJ5v+E6huZCVfXGtQjoX67HUB2t7HK6frAse1c3k8nGLG2D7FVv\niFGWD0jl2rrCBLQq6HWxQaMmM//F3jD01aJULMPObGJoiRoGs6Y4Dx2eSk+k\nlMmqcm/9FpkK2Vw2UOIzFeGip7N1LWZqaHob4w77qOOacS313xoiXGQWhG97\nCNzBQjNBFKMqlzCm29nC+5z9WJndN5nDl2s5nhH2YfCbh6q7f+P68HYJ7/be\nGG/+f4q4Fb9LF/f0PWxUeXzbVi0WaJ9mbu6yAXaGRXKa3Wqit9UJMdZcf1us\n3lakd434g2xuZ0iAdNDs1GlJS6y8/ayQD0rxzI6zV5zWiHanrt9DP5dDUDx+\nSj8D\r\n=T2y0\r\n-----END PGP SIGNATURE-----\r\n","size":3945269},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.2-canary.ff2f7d4c8_1642034348954_0.4380772941665243"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-13T00:39:56.397Z","contributors":[]},"3.4.3-20220130341":{"name":"@firebase/firestore","version":"3.4.3-20220130341","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10","@firebase/logger":"0.3.2","@firebase/util":"1.4.3","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.12","@firebase/app-compat":"0.1.13","@firebase/auth":"0.19.5","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-20220130341","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-jDA/PZK2WTL8Ei+vplZmOTtUELYSMV+pgqLBbbjsjVoak5GlF8Q15XVMaqArFZ0/xqidyyKACxwJEmD5c5YUtw==","shasum":"a44e1257ac85c1f23c9d6d63acbbc7810e1f845f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-20220130341.tgz","fileCount":1395,"unpackedSize":20778225,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh33XNCRA9TVsSAnZWagAAX5IP/iMv2XIw2WLU2jxpC+jd\nX+Ay6u/YGw/AhRAhH33vR6VfbWhShrTDerYrnmj+SUevq6DadkxOwYnfzPvw\nNLHau5r6+buI177jyFDGfhEMvFwTUmJJh3M0riH+2Rha0j8pXVGAkHAKMOLd\nDYIYEMQ0dd01NzdioaVZljN9vKeLbjbs8bCCGL8x9KVR15zAjbqwTgo8E8nR\n1qbcMXnB8mVct4QaW/O1RN+co/7OWBVO+3yOe2p4H5XPPsOOJFwtmwGWDXxR\nspAf/raPXLW+4UGkgsA0i0IFt8mQS637usNDYwd/tQWyyNV6zEySCkSyyiv3\nRvKIIPO+jY/o5nA+wdEgDjUMaEM8jMMSi4ahmTJrrgxLYhThJGUyWC5pw5Un\n8UikBYDHdysD30bmfOI6duK8KNUzQ1VCI9Lg9/iiPClLBCuQfJzHpdNdVonh\njtORnMke/eu0Y0e5cofYD84Lih7chr3VQLe03l24VVY/bZcmh9Xd36c6+wg/\nZk5wlvJCv4bcEZ1IiOKg1re4lipEhWp22/F+Fy9sU3Ogd5SeU3oPXCafa5Zm\n6KkkuTiX0hC2849OHcnWKMUaWuWUgb3eVr6CwDIl7QS8a9fhlMn8jgcoJIMM\n4zpTpAH76p4ZdgKtRLnKfNbFxrCT357+wq+b1LRGLGK+yaVRLV6268TmssjQ\nz+0W\r\n=02l+\r\n-----END PGP SIGNATURE-----\r\n","size":3945434},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-20220130341_1642034637023_0.9504163035005866"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-13T00:44:46.916Z","contributors":[]},"3.4.3-2022013201330":{"name":"@firebase/firestore","version":"3.4.3-2022013201330","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10","@firebase/logger":"0.3.2","@firebase/util":"1.4.3","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.12","@firebase/app-compat":"0.1.13","@firebase/auth":"0.19.5","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-2022013201330","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-90GLv/+7CI1QkAdzbO/vdkZUiB+Mv1JFtsouC/GmYVbWU2eRhpGauiDagR016aIkv814VjO1J2nU5BvLgH+ziQ==","shasum":"ee1d1fa5c2166b52d14a09cb5ec4147206668aa8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-2022013201330.tgz","fileCount":1395,"unpackedSize":20778301,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4IpdCRA9TVsSAnZWagAASzUP/RaXcBUnQK3ahO1mwSry\ndWrsIiklVBROvxIA4gbC9mMcmfCuCN+2pLIMeAGeeAoKh7z8UfoWNPDiC45D\nzDCASBeMgHHSN2F5PNFbmBC/BiWTPCeSt+lSdO0rKg41eh2Duyomijwgk27G\npFzj61iG13Knh1R0/KKG80NHWIjzCAPaxAvhtdSKeUMUiVXHrg/RjT27chm0\nsKJ7LDyiUkAazPMG3CY1JO5yYnlpDvwD9XNpxu48VqECLivS9IdS7i9Zaguj\nefuOURJGBI4HW2BTeOnxAY/H73I3W7sTy7czBzqgm+333950yearxXINtC+A\nzuHrL3Sokl2DM4D9EMfgxWKQKh4vjbPDaZDwsEnHoZ3DchvABs5PrlD6nDcr\ng4uLYL8oG5RjYQNpynfFDVT2XtzpuN2X+VSrTWiScVnFLyPRbaF9hUkteh4i\n8h1IrQcIyA6/3cYNVP0Dit2bUGX7zsc/4MHXiukj8w4wyhwuzH7p4HXgjKaq\nrvqSqauCQnuk7AqJ0VBw8aCqgisyoK3Kibv7kdmfDzFneKC8lnklLupu37vF\n0Y1M1j0gjDIN0phZmhqKpZ9HtogMhTsNWJyhPy2XGfgw9+90cFksvKaD8/Iw\nhNJmco/rPz8A1m1m8VgEPcZt41O2XRFHQ30svgZEoUvKc8H96repMZQyYLzm\nVBaG\r\n=gKpA\r\n-----END PGP SIGNATURE-----\r\n","size":3945423},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-2022013201330_1642105436667_0.7296391806934515"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-13T20:36:00.043Z","contributors":[]},"3.4.2-canary.88d43ec00":{"name":"@firebase/firestore","version":"3.4.2-canary.88d43ec00","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.88d43ec00","@firebase/logger":"0.3.2-canary.88d43ec00","@firebase/util":"1.4.3-canary.88d43ec00","@firebase/webchannel-wrapper":"0.6.1-canary.88d43ec00","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.12-canary.88d43ec00"},"devDependencies":{"@firebase/app":"0.7.12-canary.88d43ec00","@firebase/app-compat":"0.1.13-canary.88d43ec00","@firebase/auth":"0.19.5-canary.88d43ec00","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.2-canary.88d43ec00","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-9AYkZ/A7EiaQsEYcIJiBYzbkbbz8p5y/jF7xFAdavXQ8/piowO7YNoYTtzawqHX9vdxxBND/JietrkcgHcyfEQ==","shasum":"a88ffd0f7d5d29058bfbe9df06d67182a36f49c8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.2-canary.88d43ec00.tgz","fileCount":1395,"unpackedSize":20777902,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4I0DCRA9TVsSAnZWagAA2mgP/0wHlxuxbW6Ws912Mh/3\nCMbYtgeKuWxOS42b4ATaLvszRNTJdysLznbaR3/yKZXhtDKuUoA2N++OpTbF\nKjyTO8gzGNur6TvalsAfAmALWHO58c/E5WL9O3y7N0rBiXwx4pgHuJbMwRDH\nXg85a+K8p0zfaSHAxLllzDPgbkUE9r58a8ISvgXkRe3W2XYodjB0hUr0dBhq\njiHasgRl+7BikkTfNS8pZ3vnROan8vJKq8Dg6tB1SlveN9EnR5N5B27jNTvQ\nhchR8RbvCIS08EGPGoWMRntzHzvhaFYSsfHNDPbTUbq3m9QT1WmtjUjcWPwA\nvaUtJPC2UW2yXYZbrKvnPWLJJexxbOcrnbsE8kbf9QbMAqOsH4FVoOgOuwvC\nO0VD5uRDyZb0W4r+s+wEW25BxQ5DB2R4uVqaEAv22w12QwXGLEhrhiiFQeLt\nFvT5MiVYtkokwUArA3OI1Oz8+R0Udo9mHWJLU0/LZHfAjs1eFnbBBHUv6wHT\nQXGH7ep1gdGAUnj5/Zz/ec9XfEu/jd4MkPMrYZPMImRRvrPG8qjWkQ29Qu9i\n4ERYVVwuNNuaZ9pf+QAo7k656U+J56jQIdu87iPt+B78QPewtX+Yf5h/dU1z\nQkiHC2REIxantecuvlrt33HfeC9Mdy0PoY79ijw4xhKbe9UkbNzNZLvPqpVy\njOJ6\r\n=76+/\r\n-----END PGP SIGNATURE-----\r\n","size":3945274},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.2-canary.88d43ec00_1642106114939_0.41083851502574364"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-13T20:36:07.679Z","contributors":[]},"3.4.3":{"name":"@firebase/firestore","version":"3.4.3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10","@firebase/logger":"0.3.2","@firebase/util":"1.4.3","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.13","@firebase/app-compat":"0.1.14","@firebase/auth":"0.19.5","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-mUZY/aTKpliCyoYs7/64olumeTbM42axu2u8QDl28AX+4q7vHGIiks9+H2gaqz/zgWODXiQeBmJlHCb1RlJGhQ==","shasum":"14254843eb2fb5d0d7bad7c92a9ea11b39394207","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3.tgz","fileCount":1395,"unpackedSize":20777744,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4LEUCRA9TVsSAnZWagAAicAQAJFbEjIYC2w0RoUD3gKt\n/aP6vJ9QrAuZphACROotI1a7wgUU29utryprozAJc5tPjLGIVEhG87ZIhUEp\nIkkIxHjnkMExLM4oKDwabixqB6kEWQ0ifmTOsgIqA5xjZvQzOhjJ8s2Y49GF\nzO7WNcoViNsfLF9D3y6/1sGPPOeVK7tdIptqVAQ1+sco7UK9idbU3lLWyhB3\nskIRHMpG+w/bq1s9RyTCHBwGJ+fhmKrOcKrJBD+6gDFjkZm9X8yw/sMtwTbx\nDlHENmgtDhEiTCZCN/+DErzZUcquBaRA/MeHSeGagmJSp2Gy9sg8lqremFo9\n28dS3jcPbaArBNzGc5oBAKJceSvANDJL4HBmTBRoGZMhSR0eQ8nfwOQ5vkYF\nWUub+JNmjUY1XPe75pLPa21TT5uBxdOqLUwgLpwhRkDAXH5kg6Ogc1ealrRd\nBl+thO48bMjflbUlqi3BDfLeF5CCOwrJD2zsfXDvr9wSi9ton3raHcY6eE/R\nQBlK3InPrzbt8qVnpunroQBMzN+lKmTw4GRywrvaaBiC10nUw0vqumP/zFwk\nl0uslhB18j7Qfpekn21VvJMiNufBnQn0AaSz6wJ1TBOO+cmJh75md3NABzRY\nLS3yCHWCqp5LIjrGm53MVh/t+Yah7cG2rQxUFW7fwLxCkePxOnYKba1kILSr\nSyhT\r\n=56WK\r\n-----END PGP SIGNATURE-----\r\n","size":3945180},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3_1642115348611_0.8788134347003482"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-13T23:09:56.686Z","contributors":[]},"3.4.2-canary.922e9ed9a":{"name":"@firebase/firestore","version":"3.4.2-canary.922e9ed9a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.922e9ed9a","@firebase/logger":"0.3.2-canary.922e9ed9a","@firebase/util":"1.4.3-canary.922e9ed9a","@firebase/webchannel-wrapper":"0.6.1-canary.922e9ed9a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.12-canary.922e9ed9a"},"devDependencies":{"@firebase/app":"0.7.12-canary.922e9ed9a","@firebase/app-compat":"0.1.13-canary.922e9ed9a","@firebase/auth":"0.19.5-canary.922e9ed9a","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.2-canary.922e9ed9a","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-sAgKsOScOwDU0XBiLO4IFF81+691bL3QSvV4BqTfZzINWB0zPi+49doo258f3zZ89A0E6abca2lZX/Z0Koy7Jw==","shasum":"0d579a87458a9639e955007c4816e5db6b03a0a3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.2-canary.922e9ed9a.tgz","fileCount":1395,"unpackedSize":20777902,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4MjeCRA9TVsSAnZWagAAWjkP/ixbfZNMCSogoo4V272q\ns4ZYgUCSd8lJtfqLWTbBxaFD4ZlFI48bu/C8++GbI1apBpgtimqhi+DlUFM8\nDvikHNSnzMQl9TbnDmNoJRmo887mnzzbnxlw9/J+XuAVUIwTt2AWNT2RY7eb\nEmLHfgAIXh6hZaIcrNARivkwxsmiw24VF1l7oRpG8DxVZM8HUbIrNTLnlo5u\n5RUHBC535OkOQWLHoVPrCkqZZogzMAhPQgWou8hsZYKuu9kpQnWx5KnEbKSo\nfd1c/VOajV97O5x6yRa1QEQvcuxLWO807TRPBkqMgLBTMxpvpUmWxWutkBDi\nku8rjCtfNw2YM0Nls6sx7gkbwZCie15KkrAUdC7vL4JjCvw0YUpXOovtio+R\nDfAgPd00ZvEOXUptOGtz3MkoV7lEuuQYdFyNSt3XpfaLmlcZDqM9ldqGm000\nUJkGfBoRSut4XwRyCvocua/+haiLac/iaWezgBQEqE4RIeeKckN1DUJ39pty\nB33ZIB3hXSDCAOl+6WmTqr1Bq2kdxQL/woYDUCC44qAdV97Q65wOGVjhROkU\npZPKwei101ch2wzkspbGqiqQKlCnd3rgjKJS4ciU5VNJwi/oUucoxbkHV0dA\npI2qP6XmIF4J8qqot631z+HrU0orgx3azHfNWYGuq3fM4Ip/yi5PNeVrLD+R\nmyR5\r\n=SrS2\r\n-----END PGP SIGNATURE-----\r\n","size":3945253},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.2-canary.922e9ed9a_1642121438497_0.1446182250541832"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-14T00:51:20.540Z","contributors":[]},"3.4.3-canary.1b246ae04":{"name":"@firebase/firestore","version":"3.4.3-canary.1b246ae04","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.1b246ae04","@firebase/logger":"0.3.2-canary.1b246ae04","@firebase/util":"1.4.3-canary.1b246ae04","@firebase/webchannel-wrapper":"0.6.1-canary.1b246ae04","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.13-canary.1b246ae04"},"devDependencies":{"@firebase/app":"0.7.13-canary.1b246ae04","@firebase/app-compat":"0.1.14-canary.1b246ae04","@firebase/auth":"0.19.5-canary.1b246ae04","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-canary.1b246ae04","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-2fnJP+nKWCAYo04eXT9kyqOYKvMqarJe5sH+HmUGh7gkAvNfC5U5u9QmpO2zk2sQm0vKl9dLuvHFZqJFfFj36Q==","shasum":"e17cc25e7dc7f9eaa7c43632978538747c36282c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-canary.1b246ae04.tgz","fileCount":1395,"unpackedSize":20778537,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4OPECRA9TVsSAnZWagAA+poP/1y/VD9YodOrCsNb3nVs\nzcnNy/mN8tyV2B9SQO/XRH+mZDTs63crb24w1Q356FYs/HoaZuDsmoXXEUP9\nw9sfle1eyOCgMVbf9IIzqv9Kdy5RBeG1zbsixzzuPJuPy3u3Yr84UwdWKhrK\nIZKiX+w1S3FMEwN8GNBd8MNVUzLAidiSta5Tfn+pduv+RNXv9B3mch5gsWmo\nkXfJ92hPRzCLOzCYp26+uO10+w2614SJZFoffAeABlA1Dyj9iwcr6A2MAveN\nw0KJuSJoDNKcweva2km3QCVYqKz3mITullJLJK2JXsxkpHLgB+zPXFdwfq4d\nOrR+dq9awRGygxlk/fwjDLgmS+ae/ez6p34eko5gqKUV3KrVHuZtMThOOezU\nKgiC0LAm4T4EvFwy9rxluHAYczHmjzRzNreY6T/DlpLQUc/RPKlK9764dCeD\n/ydCg3SbI8tWrLmYoIN42GqhKA1elUCCRZL1VgtP0bGbkX8XOcha9NeEmXca\nI/40Xcqmrx/N96zUm0aYfBfz9b2ol7hoZazaSPsXMvwVz2liwXnPUBowQXpx\n9mv+QANJS4NOoiCBc5hDW0YSSZYIYoayHbZ8D9IilgluQ2AUwX1aHsyQaIhX\n6ftfdrZvHyCCk2Nn1AK6oe00P8jH6r6tbma3a6jGvL5cz7l3raszzywtRgt6\nRnN+\r\n=Ooxi\r\n-----END PGP SIGNATURE-----\r\n","size":3945450},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-canary.1b246ae04_1642128324387_0.893094173163232"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-14T02:46:11.860Z","contributors":[]},"3.4.3-canary.9e0ee8f1f":{"name":"@firebase/firestore","version":"3.4.3-canary.9e0ee8f1f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.9e0ee8f1f","@firebase/logger":"0.3.2-canary.9e0ee8f1f","@firebase/util":"1.4.3-canary.9e0ee8f1f","@firebase/webchannel-wrapper":"0.6.1-canary.9e0ee8f1f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.13-canary.9e0ee8f1f"},"devDependencies":{"@firebase/app":"0.7.13-canary.9e0ee8f1f","@firebase/app-compat":"0.1.14-canary.9e0ee8f1f","@firebase/auth":"0.19.5-canary.9e0ee8f1f","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-canary.9e0ee8f1f","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-ubrEZlV7MSG4kNMVW7TXmoGHfL9QOZv+Sg/xFJ38IOZaxVkKELs6dH9/CmMyHxBgeuFglS5EElc1Tpl9HwlIwQ==","shasum":"bf1ad51d617574b1232193e59afcd46f3d1d3533","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-canary.9e0ee8f1f.tgz","fileCount":1395,"unpackedSize":20778537,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4deSCRA9TVsSAnZWagAA7g8P/2Uz5sI0EwoRMK5X7yDa\nKsgxMDn5ft/ZTsLEkRfczrmc9mUO71NsHKUgvaI9PO2kVXFALDuYIDjWOVsL\nGUcVnC+4rOmaKcHYNSNbRLKNLfGNBsg9fYAaqElnoRtxE2N+01YBa2tMcL/B\nmMZHGc+j0IU8bgOkVGKqLy4JeYOmHCXF+Tq8ue23VE3Q/H7d/z+1UwO58S2F\n0gcPrO/4GQs4rvEYgNLMCZ5hPUOXSVyNqcI7lAimGIR5KCR5n+mJ+uLHZ+tB\nb/ZbTNHxIxhlBpnNeP6LQpy8ZXurVKq46ZCWGCfJXHmfROgUDHl+hNaKBLQR\nWsDE0pHzF9XMgeHWoA1iuo5V+XoYmZVvjTuFZP34vZdxnWut9ekTrpJNOUEv\nrjPQ7woIwxDjlJxc8sqc/Ewi9gJag3db50LfOrirOsq9/+hunmzT4/nw6RCy\nCxqnexOZe2GvC5tq9gc/f+VlOZFmIRFuDgCbZVLRnR/A8CeiC7D606cAhxIn\n1NxSgcE+WjCyeefmQrkgISF9rPDEPYNZHhreobTdXFS2O19LQEt0MaLtULj2\nQQg24Cj8ToxiQ+tEcQtVy9wxQNY6grshI+9ZhlJT6j8/mS0fWtH1eIlk8i5B\nld2k+JNMH5mJPQqM74p/psVi3XQ1KVoxPnRk1yzZB8YZMKVV4jrSgTMg4qbu\nQXb9\r\n=OU/r\r\n-----END PGP SIGNATURE-----\r\n","size":3945443},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-canary.9e0ee8f1f_1642190737858_0.9263604743291394"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-14T20:10:56.879Z","contributors":[]},"3.4.3-canary.37c5369f1":{"name":"@firebase/firestore","version":"3.4.3-canary.37c5369f1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.37c5369f1","@firebase/logger":"0.3.2-canary.37c5369f1","@firebase/util":"1.4.3-canary.37c5369f1","@firebase/webchannel-wrapper":"0.6.1-canary.37c5369f1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.13-canary.37c5369f1"},"devDependencies":{"@firebase/app":"0.7.13-canary.37c5369f1","@firebase/app-compat":"0.1.14-canary.37c5369f1","@firebase/auth":"0.19.5-canary.37c5369f1","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-canary.37c5369f1","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-39gkbm11FMX4vzwbdARrO+ScMzF/hpS9TJMfA8EvALzRTqinqQP7A4Of1lyoWu1ZHlLtFFnyqsZPnkRQ6D5pyw==","shasum":"5e2937669bcae722ca2f088971e75720c3db7630","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-canary.37c5369f1.tgz","fileCount":1395,"unpackedSize":20778537,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4diZCRA9TVsSAnZWagAAW5wP/0ObFaP7WJoaiWwJ+bTx\nAvlTzVkdjhkfnCT3zKfZ7cb6ccLO7mejFR4Ed1v19jNnkXPi1DIID/pmEjXC\n0XBE3sd2vKObyWZ97SJB6L3liDLcQIeBR3tUQ3quaZ9EkzZCdDaQB9cKn0ru\nHaxycNqfexjzNG5O51WnIQAMORIxIjwbHdn/lHz6tlqhMZm1c5fReYy5esgd\n8y58GM9KxFSnZgFKDDyNZSUNutyWPFPsu3hbxbZp6pvffzHib0KTiEbPsafS\ntz5hQac6JSF0fdAERAOoucdSOoAuIadhmBCl5tEDxHg+1FrIxEBkI4e5rwMg\nB1qO3cD8Kx2ISHrlx3KE+HjJyXdtw/skbg2/JMt3T5aw6KMZlJxRPlp6Joqc\nT8HrOJKtlQCvblWK0Wn6wIpp34lCPwmTYt0GuvGUXZNXsXH9xqdmyvFSw1M3\n4JwwR9+MhHCB62H6c8dv3s0bwAvm7m3dNOoubU7DMVRH+lAo/rxerXtrLWMY\nhpcOa6a50JDXrQZZunEOivEMT/NsdMX8OQnWIg7WUvUfiOp4LnCdEO3RuyWE\n8Qv+eCzixVtaCQ/g3leSbLwzHbLcGPmuU7KxzVirK80g/sw3jWwpYCjFyi0/\nbrdjH+tdKkPJXgfyaZRYxvi5+R1dEXpTubDEfH4ood4CT8q0Bv1ydi3neipo\n6EWi\r\n=Z9gf\r\n-----END PGP SIGNATURE-----\r\n","size":3945469},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-canary.37c5369f1_1642191000866_0.5228009488260148"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-14T20:11:00.255Z","contributors":[]},"3.4.3-canary.4bd3a8883":{"name":"@firebase/firestore","version":"3.4.3-canary.4bd3a8883","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.4bd3a8883","@firebase/logger":"0.3.2-canary.4bd3a8883","@firebase/util":"1.4.3-canary.4bd3a8883","@firebase/webchannel-wrapper":"0.6.1-canary.4bd3a8883","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.13-canary.4bd3a8883"},"devDependencies":{"@firebase/app":"0.7.13-canary.4bd3a8883","@firebase/app-compat":"0.1.14-canary.4bd3a8883","@firebase/auth":"0.19.5-canary.4bd3a8883","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-canary.4bd3a8883","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-LGHAeQ2jL8cwc8KdeIfO/snzQfvdFYNHm7G1IEEpoyhcDhDvaKlEGlJWB4CWon/HwwQB4ZhDj1dsHpGwaRTMAg==","shasum":"61dafb12f4b16f42ba268c4559c7b876602a787f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-canary.4bd3a8883.tgz","fileCount":1395,"unpackedSize":20778537,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4ft4CRA9TVsSAnZWagAAb8AP/0SkTpwGWM9oW8Re/3aT\nSFbcMPA+rviEBtEvy6aYcv/0j7Lx5MAQJw6UJ/Ge4Y/V9oKJ12kzX6Hu0/iP\nnFGyTu70zXNG5rFVhoZNeTTLbvUqxjs4XHq3nyjm2AaTWvqVub8orJLfyfcV\njz/uAoGuGLVw3tP8N6MWrvtRzYXt19pMHGZkZJfAXQAzco2jferT6RWa6FGV\nCRqcZreDBC4nuGqbJKooOBKi10RPMIrhOTpqmFNDYPyPOcgF5w4gNsayoSqm\no8+vY7tkDPhQjeW4rmcfRbSr7T6IWNCInnjrvsr9auHgGkTunF+AUuZfMCHz\nHt0RfU4mhtiUsit9Z+vYiHmvKubklIwhuUrm6zQ5nXN1EdmlayyccrhLBkDX\nzybURveEYGqDxQWEFFs1YyyceBk9D2NdlBbUpqDqOlug5geMYtkTTG97Cb6+\nndWkyuTzT4xM1INi8LO8FoOE5JXVQXZWLXIoIy1Zy/yXxToSoFU0s2LvJJ6J\nKJK7P6hNbZNKwb9P15pDCBfsIxjVxWdixN3tB2S0AgjriMVFgoh+y7VdZDRY\nlmExwnDTgRPXX5fzxfVoBFbMxO/pQ5Wl/caxmFlKVKey5R4XC4i03UryUYTK\njWchmv4Al+WZjHfVWo8Ln4j9gKFiedKntJB/ghER0Mnx424Nyo8rHXjRVqiL\n39OA\r\n=3gtZ\r\n-----END PGP SIGNATURE-----\r\n","size":3945459},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-canary.4bd3a8883_1642199928475_0.5417960745302128"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-14T22:39:38.634Z","contributors":[]},"3.4.3-canary.4dd6abaea":{"name":"@firebase/firestore","version":"3.4.3-canary.4dd6abaea","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.4dd6abaea","@firebase/logger":"0.3.2-canary.4dd6abaea","@firebase/util":"1.4.3-canary.4dd6abaea","@firebase/webchannel-wrapper":"0.6.1-canary.4dd6abaea","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.13-canary.4dd6abaea"},"devDependencies":{"@firebase/app":"0.7.13-canary.4dd6abaea","@firebase/app-compat":"0.1.14-canary.4dd6abaea","@firebase/auth":"0.19.5-canary.4dd6abaea","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-canary.4dd6abaea","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-R1ttvX+OICUG1vHV+fxjrHBX6tTyj6W5tAttVxUzjIzpDBkmMcIzS8bZOVj4pO2ltTqu66na3LNorENnOdfJug==","shasum":"c1342987b695d79be392fd085d464d7dacc76567","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-canary.4dd6abaea.tgz","fileCount":1395,"unpackedSize":20778537,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh51rVCRA9TVsSAnZWagAAss4QAJchLD6DrnrufLQPzgog\nafwmr3xwB68DHuFLyC215ceM2K7tVZi9D1B9/pT8kAZEe6Uo3QpiS9nghZQ5\nUyT9r7DNld1y79kTz5PIh8KJ0JONeULAQJG7qoQB4+kTzbyH3Ldupj05OwZz\njHZXf56sagq2hzTCYLkh4yzlODtpS64Ip/am3GOInF39xSmaOTLHyr4av+7l\nmUJMmwpv1Zf8PgHlLcYanJYZju2sw+mwLz3QVx0NBzk9GtHQJmeRvvs3GhsW\nnarV0HDoExAKtIvuhCFbSObbFC2dwu6ImHEEJPmnAqVnFmjHyUbILT2g899e\n5i904ikJOI30H/Sw+9ggdZvS3h1ly0dWY2JJ91Qe4KVGTiUN08y8woiSAz5n\nlUYdjbh6N2ojCr2X2awN5bVUvYG8OhJiJ7tCzMW4rOczHdNQgCDY7I8Dxwj3\nZIvj/uatsXDEcW2Rp/TiWL1GkiMi32myFqGoo1SKiNubzJvXN3aFdbiGhgTi\nj1W4HpM9YSgNhilw7XHwTe9Ji9eBbbk7TnPq548UAu/8GzL8H7DqCRbvZa7X\n4BBjXy41jnOS9XVkRnq2fDBPTUkxXOOy9zn9G/XjkoGDDVqD0X3l6mtQ9XmJ\nfQut7jVAU+1sXYy+6dT9dXaXDMnAUAnzhmA3cSB4kMPwFJMJKCOdQYGdXK7K\n5fB/\r\n=Zi0d\r\n-----END PGP SIGNATURE-----\r\n","size":3945417},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-canary.4dd6abaea_1642552021500_0.5913501463105215"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-19T00:27:46.982Z","contributors":[]},"3.4.3-canary.c5d8f6595":{"name":"@firebase/firestore","version":"3.4.3-canary.c5d8f6595","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.c5d8f6595","@firebase/logger":"0.3.2-canary.c5d8f6595","@firebase/util":"1.4.3-canary.c5d8f6595","@firebase/webchannel-wrapper":"0.6.1-canary.c5d8f6595","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.13-canary.c5d8f6595"},"devDependencies":{"@firebase/app":"0.7.13-canary.c5d8f6595","@firebase/app-compat":"0.1.14-canary.c5d8f6595","@firebase/auth":"0.19.5-canary.c5d8f6595","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-canary.c5d8f6595","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-Pl/hy1FdEvsTp5dTwQJdXVxydjipqU8lB0ddn+KlYX/8rtONC6J9/7lzNXErcQvcU931k2e8mWRYy1TF8kp0lQ==","shasum":"ae43fcf8b21613d5d29ee6faa7129815242285d7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-canary.c5d8f6595.tgz","fileCount":1395,"unpackedSize":20778537,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6IAwCRA9TVsSAnZWagAA4ZIQAKF9TCvnX3bJOaTHhyxB\nHXdHFBX7ArMqz7EedB1vEiK+cJkJRH3jYHKZMDC5+C3q9PvC0R+tpYKF0OjM\nJ/YtT0tfbzhm7nvEBEdXzno1e4U3EDrTkzRHq4IeT52ima6+k7wOao0zMXBQ\nfpvEhDsfChsPLcbqAp6bIMNXIGkK44exC0s6oY5cUQC0qs1vB5zqNCGV472P\nTe8VbVOJ1itqdwdQmHV5hPGquo4LBYIsfN3PAM/FtNNwImxoBrKhRGSz+3bE\nkF1VlpifFOQGUzEOlIppLYi4r7LU7NX7NIV1hqazG4EReX11jQOjwETncwnj\nxrxZ/nKqm0ySOPG73wokWyJ6UYS7iYbSMeqiGfgbOR+ikDptKwd2alyyDeNa\nrl9EBbNtcrL8BaeKozltw7OZFdP/LJOy6/SNS+8sAhscSf8Xi4slukCaPZaq\nySUl6x40OTC8o8jc86oouocQC1bG+NLaNsaiGTdt0ZkINbt5A+KpQO9ldQTn\n3SyYyAAbfMZho1gviCP7LwrVJqty/7QuH1VxqSDptZ42GzLY5uRdYymuJAVl\nHIY40lev57AfL7BNoJNaUa8rArifAu05g0lfjyt7d6iLLlE5lYwAsobmow1G\nWOVTAIKRHE/g9TtIughzSoyvP0QeBZBzgp0RATCBSdpXSseBncL9GClJNLbn\nmN8d\r\n=489M\r\n-----END PGP SIGNATURE-----\r\n","size":3945467},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-canary.c5d8f6595_1642627119894_0.9413591201352784"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-19T21:19:25.409Z","contributors":[]},"3.4.3-canary.93e6126b3":{"name":"@firebase/firestore","version":"3.4.3-canary.93e6126b3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.93e6126b3","@firebase/logger":"0.3.2-canary.93e6126b3","@firebase/util":"1.4.3-canary.93e6126b3","@firebase/webchannel-wrapper":"0.6.1-canary.93e6126b3","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.13-canary.93e6126b3"},"devDependencies":{"@firebase/app":"0.7.13-canary.93e6126b3","@firebase/app-compat":"0.1.14-canary.93e6126b3","@firebase/auth":"0.19.5-canary.93e6126b3","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-canary.93e6126b3","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-+2e9FMFgJDocn6hW1VFWqyRVZyiL+IU1O7qgXfoDaAqNcYRPAkfrbyal16vyg44miliU04B56FLPOAPpbV9Wpg==","shasum":"a4430a05dd4608137ddf3d0cc7f2761da53e14ee","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-canary.93e6126b3.tgz","fileCount":1395,"unpackedSize":20778537,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6MHxCRA9TVsSAnZWagAAyf0P/3TpsON/sFSwcU7xWayC\nkOG6WxJr51Et9ItS8JhBDDwLKBSz3Y+FA1ynzh4/3fRtgQ+WHPuVynFoHL4X\nefe1s2BQ7jGX+qY+V18oiZGy5WIfo0N1x3gYBfhHl1TSN6d7SXfv1K9f0ZqM\nZSVSX12qFZt/D1fNmcUgh2cCTLBmv7GDCLz5RF/Hc5+tHaOWmAoASNCKnWZC\nV/fcqS6M4MEdH/CaoRkJc7AUTy3MxMrr8lRtG3TzhcyYFXEtkat6DNK6oVsL\nSG1RLrjLs4HIgcPyJRaSiTFIojcxh9e2S643BCo3ygJ4CunvRvaNTu3KQNvM\nXSHYmGmI5r3kQZxVH4ozlJKT1b5lgtnkokaDLtKLe7Fh2uxH5VyNP40mpYOv\nxRHIa2NsoFRLnIwEq+wIknQjNaF6zfqp5rwlGTSy2EVvKzIuTVTDPt/Yu71y\ncyXg+/TARF+UuiJyT6w+xTmYLN0TQe6oMiWNYa6fuhU+gBRRQOOBse2nRuqV\nduW1uZPhldt9Jh/NrtkL3m3Ifw3aLTvDYFB1CtQ9rfKQ23x20xFs/+HAo9Tq\nchg4ICwSJq2UgPN1zqSYHA0ZCZseItRdFuJpicecxTm8huB4RsNKvPzLGkA/\nBTZssUNpcOvQOwj/pk/lswiCIBIcgcvLBAyfHTQLupFRcTAT6VZTuiWZuHL6\n/1Fd\r\n=LBvW\r\n-----END PGP SIGNATURE-----\r\n","size":3945457},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-canary.93e6126b3_1642643953350_0.9538015215059936"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-20T02:00:11.197Z","contributors":[]},"3.4.3-202202014332":{"name":"@firebase/firestore","version":"3.4.3-202202014332","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10","@firebase/logger":"0.3.2","@firebase/util":"1.4.3","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.13","@firebase/app-compat":"0.1.14","@firebase/auth":"0.19.6-202202014332","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-202202014332","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-NfkG17YVGasvree1AP4cNAKkBu1ml1jwh7zklY+RKwgbOg0F6iYjqojN2DeBaXDOCY9t40l9DxtPi5FPJQRJqQ==","shasum":"2837ccc83d20c3bbfef6a648079bb872564b07d7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-202202014332.tgz","fileCount":1395,"unpackedSize":20778263,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6ZL/CRA9TVsSAnZWagAAdTAQAIXsCuHfm9y6ugoylyRy\n38ZGvMm6Oes6kmGtoMPXSAa0eKvVK2P5c8917PrRj21eJNxeBD+iv+WcJoAJ\nLS8NRtRudfmqbgR7rb0iriKVEyS7J9ZVIq80vsjq759ryWZFwvRQOYkqXim/\naVAqV2uHlhKNqOsuI5VuEQbnt6C37fTuBvsfeNZSSHI8yhRC7pb0TsVbNiLT\npw7nB8b90bOMwnPDxzBlXD9i+BHAqn8unaMXnMUJkRk7COd2ymcklRoc0iWc\nebnivcdGPyC1VCmMZ8QqCe/wHl6HTbEnujawa/BWkt5lhaozOOwB+OAOXBOl\nWV+wGGL10YEsZ3F1ctBHdzCSuRIOQ5XRHe5zEBHwzLbORkIHMnFB0LJD6gFG\ncF9cP0dTH788jFUcgA8O9lWYr/CgITPVP+GTPwTZKyC8oO/Ab2Gz+9J41m/M\nXd+k6RXDbXos/22+dNweEpTb+4mb3tlA8PPTRm6TYrS5iwQ64mDpDqSYq3Ko\nvnCzdF3A2iWdIIsSexprb16D9aoYQTb2cRD4yySy0e/+1QP3U4omWP61hILz\nkcYSXDmJvJoopWO6/h8AZo8poENSFAUZ6YAP4eKeW995Sro9IrCZDQnY5xVb\ne+Dbv8vS5HG//VkZEBP8MAkEiqYSbsK18JEL1b6aDDZuSnPxVpaEPsOwfOZO\nKaAA\r\n=PsxM\r\n-----END PGP SIGNATURE-----\r\n","size":3945450},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-202202014332_1642697471538_0.6488973676802443"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-20T16:52:16.041Z","contributors":[]},"3.4.3-canary.17165a8a4":{"name":"@firebase/firestore","version":"3.4.3-canary.17165a8a4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.17165a8a4","@firebase/logger":"0.3.2-canary.17165a8a4","@firebase/util":"1.4.3-canary.17165a8a4","@firebase/webchannel-wrapper":"0.6.1-canary.17165a8a4","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.13-canary.17165a8a4"},"devDependencies":{"@firebase/app":"0.7.13-canary.17165a8a4","@firebase/app-compat":"0.1.14-canary.17165a8a4","@firebase/auth":"0.19.5-canary.17165a8a4","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-canary.17165a8a4","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-z5ykTwPQBd+Q+G6nCnOy19+8GSaiC5UC5nEgNtugUJ2fReLcw6t3dNmMnu2ikwFd4+bC5GRGlqJQiHcKDN3iag==","shasum":"5e87a14d71abc5898dce4359e099bad033bb67ec","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-canary.17165a8a4.tgz","fileCount":1395,"unpackedSize":20778537,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6ZepCRA9TVsSAnZWagAA908P/iDju75AXSkobY7GTbZA\nP39skZ/F8mikhNBCIEC+Zv9R4raTleM2tGDhFOZtaueyKZEsPbQ2uK0cWR3A\n0JGkuEMi6M+poVJwi9CWACdMiQ8U31J6Y4RoaT2pLqupZUiV064pmT3PxSsu\nfRw2+InYnHaVs4ZiENLphCl9ROQy1I53IExB5zK416Qegf+YKx2lTwBWBFjd\nDI6PERrGcwaMh/o1eSKDBI3rUFRxkzc7wl1KdoYbhsKzlnCciaJOkt5g8NgT\nMEFhqPGeC/XX9i+dMq1ody0UV/XAuztLxQwT2PyQQKcEjUV4n5cF3Ru5hTgG\n34kFpmLsjzLEESuicsiHEGVhz9cYikcFmFa+uM5/5KnGcACQ5KFKSe7kaSTy\nz2p7kzyQNmHXHjQ/P+YTGDrjijp2D2wcrnqNSZJXPRMD3O83MT/LJnG0Hgjt\nxNG4mvCX1XznOtpuT1KphDfKAfebvBfSnBQYHXIkJY7BRufkBqqEpV139Zov\nU/l1W5iaaex5vU50YtrbeekuHkmZbVxuC2jjR1umebJaM4ZvBGzCGH0ILS5Z\nsgaOKy8w8WerpGknIDYL5Teie0LxgfQ8SRKqiyeyEtgtuuVLholwx7tXBnDk\nGQm3LAqJ4l7w7GBDJkcqXCLF96tqddc/ONmI2iKNNT1p9u470ODSTlsFnJJl\nQOOx\r\n=oayO\r\n-----END PGP SIGNATURE-----\r\n","size":3945436},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-canary.17165a8a4_1642698665534_0.25456211320085753"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-20T17:13:05.972Z","contributors":[]},"3.4.3-canary.67b6decbb":{"name":"@firebase/firestore","version":"3.4.3-canary.67b6decbb","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.67b6decbb","@firebase/logger":"0.3.2-canary.67b6decbb","@firebase/util":"1.4.3-canary.67b6decbb","@firebase/webchannel-wrapper":"0.6.1-canary.67b6decbb","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.13-canary.67b6decbb"},"devDependencies":{"@firebase/app":"0.7.13-canary.67b6decbb","@firebase/app-compat":"0.1.14-canary.67b6decbb","@firebase/auth":"0.19.5-canary.67b6decbb","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-canary.67b6decbb","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-ACseQyBmTWss4mquvA2cMwxv6GcV0IgmB149vMPTZ+C8+agVLaYxNhVemKXIhDQvjSme6qKY891dqASGceuTjQ==","shasum":"503803b7a9fb0d35fa86721ba292111cc4b7a4a7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-canary.67b6decbb.tgz","fileCount":1395,"unpackedSize":20778537,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6Z4CCRA9TVsSAnZWagAAUZQP/is9dE70m49ErEnSpEkL\nOQW3LDWARMDOz32mUoQrzNM5AB5YLMDbqmVywG0NeIHfRqxXL0SJD7xTNYte\n5srPiIRpF4AgrtPvXt6d3OT+i6VpQvCdgtedo3shzkLRk1l44dNhGGA8VowY\nx+ybEMPztnIGYWqyX8j/y3s/iOGQRMbvTXMaxXhRAaxmYcbK4YwJju2rE3Ma\nSWaY3/wOba2u0rkwB7pNWp/580jU6i6olAhRrpAog9dGewW8SlbJNEjdyIan\nEEUiMoECcC+1bSci1DIE6/eYBmkNcDLjQhHi63xSZHr240mhlF95X26rhVkf\nDy98G0o1KPwl07kapmmG07G1y24wdKaeIBdCMnNJ5+CMKAXb+rA7xRFThif1\nRtJ/ce7MliLG5h2n9NbPr0JHXGvHFY7w4s+B3fpaDv+4SgK9/ALVbB8Lb0ge\nDWgN1Nq7avvEyiTOH9wFwGRDhDX65SvB2lQgevFUTYpoBvJJU27Cg+mEhqIL\nxbQ0f7iEd6ztjZHwun0HbBks3pb0c+IUFg4oBmeb44gWPjA4iRQUSoJy05I6\n/tGAoZ0raraEN3V+U8BTRXH9wW9ee+eHStibV/KuB3YLh0gVmHpfwv11irX0\nxL/IRig9DtOuQGHE8QeeNSqeE7Pb64IkCqUMvEd9zn+taRwCAE8d754vghqy\nYRvH\r\n=zkVV\r\n-----END PGP SIGNATURE-----\r\n","size":3945457},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-canary.67b6decbb_1642700289716_0.7902293893666859"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-20T17:39:57.549Z","contributors":[]},"3.4.3-2022020173427":{"name":"@firebase/firestore","version":"3.4.3-2022020173427","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10","@firebase/logger":"0.3.2","@firebase/util":"1.4.3","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.13","@firebase/app-compat":"0.1.14","@firebase/auth":"0.19.6-2022020173427","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-2022020173427","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-06IR61LM3YAIcHdLYM1t5Pb4zed4W35bYj1NsB5rwFP5AT3Uh0rrtMV+WXxly5VNAYAcVFTVLlqOStL3G/ivJA==","shasum":"46fcb2fe1c5dad4759957b779a4dacad7c262273","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-2022020173427.tgz","fileCount":1395,"unpackedSize":20778301,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6Z9HCRA9TVsSAnZWagAAOXEQAI5HkFimI8Qdd90WjvY+\nHo43cIO+xWGUWac6p9cDv3Tc3uC5SDx0X4gLLwIlHv0dvELCDMOOKMT/1vJM\n5UUl6tGss8g9wMtvhDOxa3s8SL6ogCGBLPnXRDht/LRR5MbiN1qejP+CMnzk\nNBDTqs6/8Fglhk1HVMTGozb16HUWO0rW2+nwHSsKmYSb4ZY+QrQYmvLQp57V\nsBg2G4imzc0h2HOSoeBK789KRF82cN4ACOQaW0OraSo7rRmR1Z//RRjvGwAv\nd9GZHC1MsMbIEch/cXLhXv/CYmow1ky2hPIEI0h3NXnenR8AydNQ3A8HzBDU\nHGzEaEMw8lukESfbmhttZRp8sW0+JSJghNGU6yR9MDsHk2JoxyKizvfISmJ5\nQAwV2Iknlg9IGPtH61oJ3xeLDovSX36o+108iFpXVw/oBhFnIwyEcfFa2Pt0\nErbePOEC/ouLaWfW+mYNFyEONa1/jwo0mBMgVxnOPdEITynIsJcfYm629dJI\n7YSswdy9HOKu7KK+dUCTRujz4g6Q2HK/ljpwVj+9VcMn2A88lIyvmu1APbjf\nlrA4ri0HqIwjeDbOwmEsGeyjyphdTcHw9Gtqg5Q+f7+a1OBpoma8uN9BFhQC\nr7SDUVmnfewOgeSqQOyEcF7UlcmrjEMqj6gp3D3NvmgzvzTcyw0oURHXx2Dx\nMc/N\r\n=SLe0\r\n-----END PGP SIGNATURE-----\r\n","size":3945444},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-2022020173427_1642700615008_0.5870450341571669"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-20T17:44:40.772Z","contributors":[]},"3.4.3-canary.827b0808d":{"name":"@firebase/firestore","version":"3.4.3-canary.827b0808d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.827b0808d","@firebase/logger":"0.3.2-canary.827b0808d","@firebase/util":"1.4.3-canary.827b0808d","@firebase/webchannel-wrapper":"0.6.1-canary.827b0808d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.14-canary.827b0808d"},"devDependencies":{"@firebase/app":"0.7.14-canary.827b0808d","@firebase/app-compat":"0.1.15-canary.827b0808d","@firebase/auth":"0.19.6-canary.827b0808d","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-canary.827b0808d","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-cW0nZnmk5FG6HHacqhF07TbhgzN8un/PV4PBHi559T9Daxuk9dwuwAKCdvVrdSWSHKh6+J2viX+bKhya3Vxb1A==","shasum":"8c6b618b74f9576691ea2ef5c15a0e31f257ac0a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-canary.827b0808d.tgz","fileCount":1395,"unpackedSize":20778537,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6gn+CRA9TVsSAnZWagAAgaIQAI16Vuj7Kd5+BZderTJJ\n0eeCbqUY1FjDWw+wgLkWHIAVuTnLzw+Tt0ocBXwvUG3IOCvBFE3Tc4k+gaga\nJ0Yr0KeV7NbikWqHHE+/pyqb/cckk3Pl5PuEQeT4sV5ofxLf0TPtrn5yahh0\nEeMzt5j6WFj3IhXtUffErY4oO0zs/zkcz9Gy36InCOgsXN7mAs7TIBVz2+sv\n3rIYGwvP5ndCK0LmAKYPThCeEzVQUkCiQTlWlc00ZRT6WFiKDlBJjxAe5kiU\nSr1q5zaASp6aCuG9Ip8aCV5PNQ3IM41hSrFDzl4wO+TCcSxgcw09rTcvvY52\nwb57yhdhWHVHodI7K9ujLZ7bvHQwTCaStdWAVa4qM6vLQF0vdTDsyp7zm2kx\n+FkqkOv7x1KaKLSCOamDboLXUjZaKnaavZkCq7PHVz614NCxL/udXq5loiTr\nFvEmHO9snfjnIGSGCvr/BegvAZ9PrchKG4h2RPnoAbWzizNqiHWdxQtgK3c/\ndQvfdBVdXZ8Fwj2om4XwcPBluZg/K4PkJvwqWFjCfQ3MifqyAdyCa0y3ExA6\nfxytCMfTtUb23RIKUn+Ojc8/gyGW+D8gcpwUVrQjm6qbhd4RmDQGxxoACD6M\ne9EVyBHiAr54lHqvMFK8SO6iovwwX47MCPBJ04vyo/pCEFx008fqOPDxfdXH\nHQ5v\r\n=gFiY\r\n-----END PGP SIGNATURE-----\r\n","size":3945485},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-canary.827b0808d_1642727934102_0.6571644948713666"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-21T01:19:56.549Z","contributors":[]},"3.4.3-canary.2d04af91d":{"name":"@firebase/firestore","version":"3.4.3-canary.2d04af91d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.2d04af91d","@firebase/logger":"0.3.2-canary.2d04af91d","@firebase/util":"1.4.3-canary.2d04af91d","@firebase/webchannel-wrapper":"0.6.1-canary.2d04af91d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.14-canary.2d04af91d"},"devDependencies":{"@firebase/app":"0.7.14-canary.2d04af91d","@firebase/app-compat":"0.1.15-canary.2d04af91d","@firebase/auth":"0.19.6-canary.2d04af91d","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-canary.2d04af91d","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-IUeHD7Usg3knTuVpQGwae1jl4P6YC0p0Mo78Ky0ThKB1VeAecrS+qxbGpih+auCTO7cAbLeyOyAipcU65yEHLw==","shasum":"b3816474a92425dcb08a003e90c5dc75c66339b2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-canary.2d04af91d.tgz","fileCount":1407,"unpackedSize":20878144,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6xwcCRA9TVsSAnZWagAAbt4QAI6FD4sPJKMM5mnWBblw\n3qklUPHnGcThQETPQnAt6X36gpUmjqqdwMzATl2uIOYHhxzv+8rXbQXhf49s\nOkzWzcHnCufdQxcHmSYnIxc3t7C9zAA5DnQmTQjtYZm0AZXKx3a5Ga6XHjKQ\njvw16YpVlMh/RsY7j9TJDGBuYXBLvttYkhmsODnWmfd1neJFj3i9U7An2V0a\ninY2YX0fS8l5gGDKkIyw8crxukZsR9jgxo/EPfxq7W6/2KwafsR25fyuRpME\njpv9k72nR7//+zuOPk8xGOR7riBUP7hRPfgoL4vlOxJCTny2U8Rnt5DL3Kpv\n6mjL0G/V8of12h1mF7F42iyO9uw33nJK4KWh4QzxiddEJTRlkU6ZUxVxfqKR\nkeVEPiKAKEFpdkvSZfPHZ/sioWBtppd+gRY6K1Q3Xsqwt5geGho+kMe/yJrP\nkixx+d6rXFHCgWHpkU/YOSl6Ps0QIgHZOIY4tEyOldiN8BItDiSjCVdf3k6G\npKriucWXBum1PUeiSAto6DG4eAaW6YIMEWXU+MFspRAIuYeSFIMBMUNae2Y8\nkbS8GDGnjjfJIcWsqRmKmf4YYRbWbgUh7NF/16FjjKSXhXNUQRuIkMpamcEA\nSor66Ftu0tsZUL4FQrFYyrufpIaPh090/Kta5fnbSIk5nl8/JQmXApBZhSuQ\n+ceE\r\n=jIvR\r\n-----END PGP SIGNATURE-----\r\n","size":3961690},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-canary.2d04af91d_1642798108097_0.5081090474751488"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-21T20:49:12.599Z","contributors":[]},"3.4.3-canary.4983f4d5a":{"name":"@firebase/firestore","version":"3.4.3-canary.4983f4d5a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.4983f4d5a","@firebase/logger":"0.3.2-canary.4983f4d5a","@firebase/util":"1.4.3-canary.4983f4d5a","@firebase/webchannel-wrapper":"0.6.1-canary.4983f4d5a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.14-canary.4983f4d5a"},"devDependencies":{"@firebase/app":"0.7.14-canary.4983f4d5a","@firebase/app-compat":"0.1.15-canary.4983f4d5a","@firebase/auth":"0.19.6-canary.4983f4d5a","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-canary.4983f4d5a","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-HNkUYdOU/UP17hvNOmsqcfu5VkOTDDaXc9VTbTJxl1JsJo0sWBVYV3YKpQzy1yuLUDM1UrnwTmG3HBHlgZfnZQ==","shasum":"5e49743065437d6d3c15b6c5b5a3a3615969b6a8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-canary.4983f4d5a.tgz","fileCount":1407,"unpackedSize":20878144,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh7z0nCRA9TVsSAnZWagAA488P/3Ekr6Bs+yIIqVsE7Zkt\nmXQI8XmR20bG24dv1MXRpzmDmQj5ZvDfhLjN0tlr1FeIxqVXTwUb8zzos53M\nUTUmuVvP0Wvc3eZ4m44+BmPJyJcRjMXzgVwfBXWdG29IOv6rP+b0ftUpAcGi\nWtOipYpGzyXyJO/9YUhfiW2lCuEENMKjtVQb2KZQDCWTj4Y75jm+gX//sWjX\nVbjIx4ErOsuSz8Y/6hjnTkWp/NNqcos6qzdrHFBvhDWtgdWE20PNOzytVdLd\nSoI/a9EaMiw2dBr2eykid/sR0YyhlHtVOQyMKdlYfroMTq3ux6Ybyy9c6YBz\nS2pYijItRY1TKAL4a24xTSCaxcUScFZg88c4gPzGsqfuZwn3KNesftkF/TBT\nfOvimywsL/ABPR8sjCwiVQxdN9z6zS6T13+4l4CZ7qL5HkyKGLEcfsXS5bSP\n0YVPLDt8BrcuxqxiVxi+nT/s4lFfToDN9c3jP4PQFUr9252IkaIPJ91u3Pe5\np2dZcDHz4rcrdpeOaju39X9GwUfSAqHaLqmE1iOGLCwB5hJ1ThCS95T8S4Vh\n+oS6paQl0h5c69342de3r8UIEOwd3L3NTfO/a3dtJ1y0AVqIsumS7sC/K+Jo\nIGLjJ27tttXdzXI3RM4YuNXetiPKZGyPv8mvEIHjU+UqXVvO0xr5aO+5Y5cZ\nvA2s\r\n=hY5h\r\n-----END PGP SIGNATURE-----\r\n","size":3961699},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-canary.4983f4d5a_1643068711183_0.30067298513470253"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-24T23:59:26.278Z","contributors":[]},"3.4.3-canary.e04b7452b":{"name":"@firebase/firestore","version":"3.4.3-canary.e04b7452b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.e04b7452b","@firebase/logger":"0.3.2-canary.e04b7452b","@firebase/util":"1.4.3-canary.e04b7452b","@firebase/webchannel-wrapper":"0.6.1-canary.e04b7452b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.14-canary.e04b7452b"},"devDependencies":{"@firebase/app":"0.7.14-canary.e04b7452b","@firebase/app-compat":"0.1.15-canary.e04b7452b","@firebase/auth":"0.19.6-canary.e04b7452b","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-canary.e04b7452b","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-2ywQnqhyWscgALZB45WPUq2jOTRyPyYUzNXnddAI6YnlD5qvX2RD0P2P9MFHtj4jejLouJEXQJpEn6DN4zgJ8A==","shasum":"d1bde0ca714a0badcec95d85aa7ba4863daf27c7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-canary.e04b7452b.tgz","fileCount":1407,"unpackedSize":20878144,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8DnFCRA9TVsSAnZWagAA8SMP/jNFUV5bnwNpClIBvacO\nn4mPylqZ89U9tr6zMaALnuQGE5Lch4S1TH3yHXBs5AlvWHBJCoEfJUxyEpw8\ndfs/s1x5RmWHiQY2tAMEwnz9Z7lSrHZyOz5MHMHNfPZShoPZ/K0hLNaod1UW\n9Di8pM9yZAJIDNeJdNan3LYvigJZJz9JF8mlA2hq/3oR9fjJW6udGLylhOAC\nZ/DK8G0agSkXQ2jGj+jalhJ29KcdeAoClyJSk1bTog+420Nd43gxzXp0ct8+\nrYNmWB7dJyMT/zjFda7uHiXVKIsagK9xx4FRfrvOyA1hG34R4Zs8KeRZpT1B\nJz5mSjquPcL9NrXYyrfOeQ7Cf0g+5OyRAor8ezFlUKNSDF8VqjAYrZeBlP2k\nD8b6m/J7N92dNgXx9lLUEYPRt93JOJWx4RDdsDMfuVtLFeV7GwnpBdRILL/X\nWPACjFqoQ8HKtT9+y2vlDBnqRi06g1JX6A46PKmmBQwP1/lG2GAH6s0glRh5\nMObvEnxXHLNYg9Oc5rSWvZfMRcfuYF4D0sejyvURlECwIf5JYI+tOs1qhkLn\noogeL9x/KEfajkTiZOPvBig/YFEPEvwFy+jSmMwsSqegNPET4XI8C3448htb\nF/zWGDM6pdRjuehHVuSDBGS4wNE3gPUc/ytadkPmhHKXfhmpWaGyag4nN8EV\nzOVd\r\n=wWu6\r\n-----END PGP SIGNATURE-----\r\n","size":3961696},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-canary.e04b7452b_1643133380618_0.13063841186037117"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-25T18:00:41.328Z","contributors":[]},"3.4.3-canary.e80d18d65":{"name":"@firebase/firestore","version":"3.4.3-canary.e80d18d65","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.e80d18d65","@firebase/logger":"0.3.2-canary.e80d18d65","@firebase/util":"1.4.3-canary.e80d18d65","@firebase/webchannel-wrapper":"0.6.1-canary.e80d18d65","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.14-canary.e80d18d65"},"devDependencies":{"@firebase/app":"0.7.14-canary.e80d18d65","@firebase/app-compat":"0.1.15-canary.e80d18d65","@firebase/auth":"0.19.6-canary.e80d18d65","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-canary.e80d18d65","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-BJsehCTGssF3iP3WobuqhKHQk7PFGFarm/mV6/upP63HcrLw9PpEBV+CVHa7yDe2NERSsU2xLYNYQJlzHcPfBQ==","shasum":"b0c4c316fc9614a5d70c9b60822532796febf129","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-canary.e80d18d65.tgz","fileCount":1407,"unpackedSize":20878144,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8D7uCRA9TVsSAnZWagAApxgP/2/qwAAEqY/ARRM1MEdY\nuDDZrnE1qIVEak1iCBlD2tCLmXKRYkGJCwfT7Vp83FTHRlw+J9wXwRTOPfu9\n/Nw2edMJg13sn4uDbIebvYYsu7KT2ZWajaO3ftW/vfpb7A6ugLGrPgEAeQgc\nJwHT+qDdVlK6K9Sc90KK1jYfNssXhVSHoUr6RL02BAKlb4MhXNr89kH0Bf5E\n5mgjYVTJ05EvWV657hNdRVgOM6tSKLsxQSxB+glBzmTRNboyAXCjTiSE1xZ+\n8lzDd8/8yJSzHEakbgtVBOUKges9jDrSYZnamSjDNULCKrJd+7o5Ets0ySTO\naGOgakud0y27GfHNztvNEmVo/dz09IwvKAyGZyzFhL3TX70cvqTTnMD9ud0t\n7U1H4QHdrKuw+S2Wxo/kvkJS2Mm+JBvgk9dbksrcrNsy7AAyWQVgTjACoLyS\n2UoxxzHi+OnkMrigNi4N3nPk+mWjN+1TjUuasAzrraR5oNLhmjWqPDyEyneL\na98CcCn7Z7mvDT9NODYz9AnVIERTE6eOm3F9hcaz1UQ3vXu0Le8MsIH4EoRL\n3eXCsMMdqdPbKpauudliqhkzNVn9LnntVBfPFNRHuAyWHT/kJF0eDo/21wYQ\n1pRcMgpdEg/+KfzQre2glpCtteuKoewrcd/XEsd3SzcT+Z7eYFLpGaZUDUoS\nudHn\r\n=IqZk\r\n-----END PGP SIGNATURE-----\r\n","size":3961695},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-canary.e80d18d65_1643134702297_0.6099775518713073"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-25T18:20:27.354Z","contributors":[]},"3.4.3-canary.2820674b8":{"name":"@firebase/firestore","version":"3.4.3-canary.2820674b8","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.2820674b8","@firebase/logger":"0.3.2-canary.2820674b8","@firebase/util":"1.4.3-canary.2820674b8","@firebase/webchannel-wrapper":"0.6.1-canary.2820674b8","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.14-canary.2820674b8"},"devDependencies":{"@firebase/app":"0.7.14-canary.2820674b8","@firebase/app-compat":"0.1.15-canary.2820674b8","@firebase/auth":"0.19.6-canary.2820674b8","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-canary.2820674b8","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-zc1DSiMzNOTdEQD+MztxUcHIv0NJLBeZU1D8r49hW6TIRqrBfg4ek0scTDnTbaBnWfBKUizS4ZXfpDNzrVCZOw==","shasum":"128c4efb77573eba9ff8dc592376c5dce5fe3844","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-canary.2820674b8.tgz","fileCount":1407,"unpackedSize":20878144,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8EhfCRA9TVsSAnZWagAAlmIP/RvNUc5Ht5fWEP0MCV/s\nyhGITLfotYT7rlHiZAgPOdz8TTsu/6q2nnD9YtGcg6x5c8DhQAOK8JJWV0zy\nswnHZyu5ffjF/pKKsPbG4CIjROZo3rAI30DoWdQw1w0yLJ8Oxsr0y3aMbABA\nChBKZclF3FK7O0U6RtuM8oval+X6pYtFV9jO7XJ3DcyQLSIx4RLKcrZdTRmf\n0sSWxFDqgs4QAcpsvhx4NIigJZsjC831d/hKBMFj6mLcH0q3zjJxJAYBlWsS\nk3pUaDhIT/5gUuAx37IB2Vt8OFHytqow15IkB1KUMBpQAIQIWZdWrFolZli2\nR4enAt4vJzFq/G+z8bhXJQjjk+nPsKvg5muBrQQ7y7szq5IEjdUHV/eHRj4v\n9qYIAXuWbJz6kL3AnYXuPfNfGqfbHW0Vg3kt2ClojcC9NLoPxmMwmJLkVEUU\nthtreiGdcT9jdFTYM3uCFZ/s0ORyke1pr3m4gZVNJfPzdEGVVsiRzV6fPY8A\ngfiki7h7jczm6IUxlOrDfPG2069TpDU2TJwktgs++wIf1DdH2yTFMwt0Cs5u\n/HchOdpY31eqAKgZwWQeojrIBDqd7xODc02HnxHVZ6gY7KuSX7+G0DIK5imX\n/E7Me8cRX5c/obNOfG/DuNTrIu8IvaO3Im0Kgk5KmvvTOM+A4IhFLPWOI5Y8\n6nI5\r\n=7ZXF\r\n-----END PGP SIGNATURE-----\r\n","size":3961713},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-canary.2820674b8_1643137119335_0.775428902019621"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-25T18:59:30.927Z","contributors":[]},"3.4.3-canary.e28b0e413":{"name":"@firebase/firestore","version":"3.4.3-canary.e28b0e413","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.e28b0e413","@firebase/logger":"0.3.2-canary.e28b0e413","@firebase/util":"1.4.3-canary.e28b0e413","@firebase/webchannel-wrapper":"0.6.1-canary.e28b0e413","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.14-canary.e28b0e413"},"devDependencies":{"@firebase/app":"0.7.14-canary.e28b0e413","@firebase/app-compat":"0.1.15-canary.e28b0e413","@firebase/auth":"0.19.6-canary.e28b0e413","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-canary.e28b0e413","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-2ag2CBW2m+W2e8zMv0Rv2RCph3vhRrBtLtqnA6a0wo2gZ03WyX1WezZoullKYymVyUOiofRreY3B2SycAH9ycw==","shasum":"9c1394d214a2aa8c8f1cef515d30f9ea6c0361db","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-canary.e28b0e413.tgz","fileCount":1407,"unpackedSize":20883890,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8Z9BCRA9TVsSAnZWagAA59AQAJN0kel5uX5/WKXPLRTO\njItXnfa8lE1tadZwhzzLfv3PMhkXykd0DZz9SJAvFZlMyQPCSKrdb/syGTRG\nXVYGW7VP7l04eBXiWx8NAauJLU4QfQ3azOwUk98jjgSnMqwWO4bbTITYxyPc\nt60pj8U5HKLlHNLWhvY2gJVCq01yrTZdMNbMiaiICo217q6VwRILAGnSfev7\nDbbNuaJeji7g2Zp96plLRsTrx3QSKM9dRZyx7g0rnovSCLowprh3Ow1/GKKP\nXUK8MrhUP3Nu0C23CsLTRk8o0OhonTyNC8iDH+mqexbz8HvyIR/wUN6IQV89\nMZDi8GQ1bJCUn2kwlPWMGmV0R3Fp3KnEW9SI+aKm896Iu2weJSzDEQRRRbiJ\nlVbrDD4kPU2PMd9Bg+5kflfB8gjJUp0POFVtdjI+DbKEd+18I7rAAllDBLpw\ngWo3WZA8QkEx9tsdI4w2bLxoumSWMLVtNfgRyRKAQ4/tBR36WG8ctz755bUQ\nz79Ui/Gy5H+JmR/eZ9VRARgMO109pCiX/XweFmOY+xghndufvzuBvJ07Z/Eo\nyr9WhUp/QT4xINjuHYc1lHXsQIsv+ZgZW0TONyc9oHDPjQiJfde2jGTX+zHJ\nXYbXoi6U6M33mimX1Y5XRlpLypRujG5EZFzZa/jxKSAnic6QaC1B0lr6afzu\nhkBb\r\n=gIwh\r\n-----END PGP SIGNATURE-----\r\n","size":3962591},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-canary.e28b0e413_1643224896857_0.2789396785754126"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-26T19:22:25.457Z","contributors":[]},"3.4.3-canary.d612d6f6e":{"name":"@firebase/firestore","version":"3.4.3-canary.d612d6f6e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.d612d6f6e","@firebase/logger":"0.3.2-canary.d612d6f6e","@firebase/util":"1.4.3-canary.d612d6f6e","@firebase/webchannel-wrapper":"0.6.1-canary.d612d6f6e","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.14-canary.d612d6f6e"},"devDependencies":{"@firebase/app":"0.7.14-canary.d612d6f6e","@firebase/app-compat":"0.1.15-canary.d612d6f6e","@firebase/auth":"0.19.6-canary.d612d6f6e","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.3-canary.d612d6f6e","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-i+Mp16C0hC8EHxhkGx2RXCZNRDzpzpdvAxG6EEMzev5+8wkDJt91QcQ0zDjs63KUUMGPhVP1mSYgtLRzgWPOAw==","shasum":"e6e6b50dd9099cfc385366d42746910895adc332","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.3-canary.d612d6f6e.tgz","fileCount":1407,"unpackedSize":20883890,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8b0KCRA9TVsSAnZWagAAI54P/0wgPONYVWK3fyoj7pD6\n7CAYES8KOqUbTOT8Xfad5trtuwae+CmJqiCcDlXwcnVwS54Eu+eFQrAmJsjA\nO2/QgurddJ3kCKG0htoliFNRBkHyifkcXwFOLFNuEh3w4wE0G49VtIlSDom5\nhhBmb/pgYdmSw6Vd15hE9NHsV7DTtE3xf454+Tl2DEKliyNieVIKAhG6MU45\nYo+g7IG0kzs1FruXO6uouYzZ4SjMeUBL1F9byWxdbEI3MJtaZbBiknV1DRaM\nCyLF1yUJGk5DqwWoJQCFtaFKzV97sMFPtTOOYQBUnN5II56SDKdc78rMf2Fp\nQ66mc9F6rzoCmV9zFxf4mwlih8aMgQf1El4988mSazI7+9/AU1OYALjD6JP+\nIX8kT9gbaeQt7Ez05opNSLoqaG0DTMycHhSC3HcZrCa5FaTt33EQ7a3ok1Nb\nRN6DBCb3eXdkFUT3YF0V+wIzzR7o6wDXKB6nM8JTFhZZm+R2eezcTsRvf1g6\nR0MR7F0vfA7y3zS5XhZA4nHZf1A8aX/Tr5CPjhiTf7DRzrFXKAVHIsYsuMeE\nA2eZ1bzPenPg0ke2+1ktWT8djnm2DBB0pIaNmOYS2b6hwOHotnRUUSUndGkj\nocEA79+y9UZfZMlCFXP50oENHJfPiGWf1ptFPj6BSNJu3TErz/ZmjiWkbJmg\n/uhg\r\n=Tm7G\r\n-----END PGP SIGNATURE-----\r\n","size":3962589},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.3-canary.d612d6f6e_1643232521769_0.32189716234797583"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-26T21:29:21.859Z","contributors":[]},"3.4.4-canary.e9619685b":{"name":"@firebase/firestore","version":"3.4.4-canary.e9619685b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.e9619685b","@firebase/logger":"0.3.2-canary.e9619685b","@firebase/util":"1.4.3-canary.e9619685b","@firebase/webchannel-wrapper":"0.6.1-canary.e9619685b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.16-canary.e9619685b"},"devDependencies":{"@firebase/app":"0.7.16-canary.e9619685b","@firebase/app-compat":"0.1.17-canary.e9619685b","@firebase/auth":"0.19.8-canary.e9619685b","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.e9619685b","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-DNw2OrjWEiiqeRl5xoR/t1XV+C30TuTw+5J2OgUlRDJ2rd5gF4V2iU6jIBaEcdctWnSyB0OCfXYZvI1Yj6Fkuw==","shasum":"950ba137551b9a07dee839aa66b44f4cbc1720f4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.e9619685b.tgz","fileCount":1415,"unpackedSize":21166557,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBB2dCRA9TVsSAnZWagAAeisP/07CaCEtU8Xv6QITNNeU\ndxOfhfV9QojNC+6zbVNWjABOeFQEbo7WzinZkkCSRKqDbVNag6sWF9NRcco1\nqzjwSKtcMdQCzRPKdoVjUp9vCcsXCJVxNDlBncBrrDIpLqrXeGZ7Xbk5p7uA\nIRUG3ib8vKGkt/pp9+VhlZ8ZmI+ObH3nTycJ6GSNlBf0qRK26Wqggj6CQnuM\n/O9Jh+zkJMZA88IRWMphnmSS6QCibIhi0bNgw/yQhkeMVCBW8mQ4ORPX3yQ/\nI27mMyy9ZWcX/u/f+ipa3RNwUNov3lxv81C5kZqTOKL3NOG5s+RhXABxg1Xh\n9tDi5YRyeD0Cb5RaAsl7d7NiwV7tUwjpBHIy1lHQA6c5B2bYNAsn8sq6zOXX\nX1p5onqKJjV5PuaiacmnQcmz1S5/qyOBSVuCZ0AxeLGmU59YXglGn7vss67R\nSD2Eb79i7tjRortQeH5MXzWeiI3Fw7wNPxi5oNhN8aoqR8TUrj3oHAdZ1mJW\nAtlKoOOytZA4XmS97lXlijTkojkLpjC9eufwvuWiPF1hYWYtpWvSg7gyHK4W\noWdIS68Uh7GWCfqW5iwEmx0E5Exc6diDIzn68NcDaoT2IGpRotzNft3yyOUI\nb8g/x2zJC7yL85hlV2PNfxvPKUCjXS/rVm2+hMemw00Ok+IGJsVh8YXWI4cg\nbe/B\r\n=ELhO\r\n-----END PGP SIGNATURE-----\r\n","size":4009680},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.e9619685b_1644436893044_0.8947283269924347"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-09T20:02:23.140Z","contributors":[]},"3.4.4-canary.f5ac47fb1":{"name":"@firebase/firestore","version":"3.4.4-canary.f5ac47fb1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.f5ac47fb1","@firebase/logger":"0.3.2-canary.f5ac47fb1","@firebase/util":"1.4.3-canary.f5ac47fb1","@firebase/webchannel-wrapper":"0.6.1-canary.f5ac47fb1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.16-canary.f5ac47fb1"},"devDependencies":{"@firebase/app":"0.7.16-canary.f5ac47fb1","@firebase/app-compat":"0.1.17-canary.f5ac47fb1","@firebase/auth":"0.19.8-canary.f5ac47fb1","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.f5ac47fb1","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-JGg6mzDDJnzHjH9eHKjGhsRkbZZiOE87aMhJ4xIm/RpTxrJfkmEw/ufIaqa/Y+a97F2q7nEkYnLHqBeEhNlVAw==","shasum":"bdbe619ef021c317d8594e523dea69c5eda8329a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.f5ac47fb1.tgz","fileCount":1415,"unpackedSize":21174520,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBB7iCRA9TVsSAnZWagAAqE0P/3CZO+8eYQfSIjr4MA8M\nEDiwpYxIMlTc5sJYPs/lG5HXOOg8w7K99txL5zlHZyMk6ENpXiskThPS5bNc\nrEpM8T1PRJV51jV9j69RqavXxmWapS8ynHgs6JprpMvHu+K8YZ9g7nKjKxRA\nwxP5r7kN29EznEJ1r1WxxnVb43FeUU8xVtV7RZb6lkELeidStaLNH52MQsyd\nniZwF/u32sWaCVMC/Wf5TX/lbqdXFE+DGTSmcFEqOPeowI/5JyfZI2S81H0J\nOwK1xdGxomnCn63J+SZt9/MEqXx7dl6CPN5poZ5LzgPgqskgY8Buo7VG7sv9\net2YFNf+OcVC64m3ERsytVgY5EPFGfvmjnVWTz2sE/GVulOhuBVnIVTh6MgK\ntZHg8kMKmJdpQ++2LO8Sm+byYh98fagrIsgvPPvfeffFu6ErVGFfft16wrJp\nxkVI1cfzgJibM12x8KD+rL9STZxD5TqzWv4XEElDe1SJwXsPhkZ49tyaGlC+\npeVkgnztYbNl5mbVWVS7n4ez3v2XfKCvlC++QWxUb178uxNlyXyOmaYQKe0y\nNi0Ouz44oLvL4C0BfddeZ4vyX/9tFDLy+sVozUumnNs1I22caHJztzVS9BkM\n2q1JSg1V0VkNFhaqoCmJyN7rh/Qu9Z8SpLGg/AExxDtyIFtncjLMaY222PhY\nCoe5\r\n=PErU\r\n-----END PGP SIGNATURE-----\r\n","size":4011686},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.f5ac47fb1_1644437218143_0.07968623521405394"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-09T20:07:44.509Z","contributors":[]},"3.4.4-canary.6c8eabfc5":{"name":"@firebase/firestore","version":"3.4.4-canary.6c8eabfc5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.6c8eabfc5","@firebase/logger":"0.3.2-canary.6c8eabfc5","@firebase/util":"1.4.3-canary.6c8eabfc5","@firebase/webchannel-wrapper":"0.6.1-canary.6c8eabfc5","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.16-canary.6c8eabfc5"},"devDependencies":{"@firebase/app":"0.7.16-canary.6c8eabfc5","@firebase/app-compat":"0.1.17-canary.6c8eabfc5","@firebase/auth":"0.19.8-canary.6c8eabfc5","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.6c8eabfc5","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-/1kedHPZc4YTwevKkOaK8pNqKJwU+/PnoKiU2NR82SreojpklzpuDPA8yBUImqKoPFjWA43e1oF4poiys4SWVQ==","shasum":"5839101cd5de322a9a129ac045f9cba483d696dc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.6c8eabfc5.tgz","fileCount":1415,"unpackedSize":21174520,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBFs3CRA9TVsSAnZWagAA9aUP/07CXmn/hq5/lLB8pESq\n0MGsllb4s5nS1bC4wOz36DJv+1FmMU2NHpsimI+NdIZv97ny/+wN1e5Hsxav\n8FRVkG6frFAbvUdlwMVsOUj/n+kEGQ4J73/xSu6YY0/KS97Ka6kpDILr5bg5\nRTaw1sCzvn6px5U6vUOJ5sPDkwfxuEDuGxCl4Ziw+4Khok/gZt8e4dflzemm\nBRwNNkPQmqnhf7oumN8rlo8w02FlVZYcUzzxkB+IoQf/O7iMtTihaai2XpSS\nQKnsqGLtTTwMLN5gmQ0Es+9hvw918x988HeitoZfs3XMfViboUlpM4G99ZCI\nbl51Qw31PasZNW46S62QoX+I/ETi+KsTt+HoDuGUdGrlUv0juTMfs3568F/d\nGVUjD6m9nPM2nfbN+L94ATRmDfmirNy/M4TwgskTn+5DPX3GbZwcB5bWSTQf\n6rvCxbprQ5L52GKoyhs3FhhivFZgvfJ+IQKDqhltxkQQ7Loe66UFLFS7r0ED\nsKVqo15txBh49fD8upeqxJCr7dMwcrX0xw/9638F898uVEVMp9UrUUIrMtVt\n7F3pC7304s61n0dfygNitTkjq2eO5PULQhW+HjxKMfirHmCoR4Y2JjZnrw4H\nFSPvZwblZpF4wA/fk3YCtsjR9JHnV2w9YQBg2tQzfpdEDJvAenamqBC7lfqF\nDK0s\r\n=ZCS2\r\n-----END PGP SIGNATURE-----\r\n","size":4011718},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.6c8eabfc5_1644452662868_0.8914817657002381"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-10T00:25:08.831Z","contributors":[]},"3.4.4-canary.434d87ee2":{"name":"@firebase/firestore","version":"3.4.4-canary.434d87ee2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.434d87ee2","@firebase/logger":"0.3.2-canary.434d87ee2","@firebase/util":"1.4.3-canary.434d87ee2","@firebase/webchannel-wrapper":"0.6.1-canary.434d87ee2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.16-canary.434d87ee2"},"devDependencies":{"@firebase/app":"0.7.16-canary.434d87ee2","@firebase/app-compat":"0.1.17-canary.434d87ee2","@firebase/auth":"0.19.8-canary.434d87ee2","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.434d87ee2","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-oBFqnXIcdJ8hhyY1zr1r0efygcinrN9wH6n6ECMWaMIdG/0/g+syRf0H3Hn44wiNEwsAsSpSXY4zche8vxzkEA==","shasum":"f7ec6b11f3804f9d8abf198ff32abecf08d42574","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.434d87ee2.tgz","fileCount":1415,"unpackedSize":21260030,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBUK8CRA9TVsSAnZWagAA0zoQAJDcODmyI1c7OuY1QEWS\nhmWd7ZA+HaaPhVfJcmyrLm08F0y39vtOL4DjHvDT10QZtiboTQPwoCR/H2mq\nJtqEFFUI/v0uKNrAhbTYhYXFKoFiVZbj3M3CKMt/E38v4FlKb2QCEwf/EfCw\nUCqSuq4fkhwLewVpVEuWME8UFrL+DNJhL9ABX9XE9/DhUlgUhc2WBxAY3Wxt\n7RRzeLNOqiJowBLcnGrFkaK8+uZbA1f/rQkSdUl7AwFrBPDQpsZpXcALrYUQ\nimJhFJ1NupK2sNS6BMqpFB72ILoR5LK9XLYDy76IzLJsDzc2jageYOcz5bpc\nIGz/4cPPAFoUF4x2Zsoep9niQnhPv8PsI67LrN7uJos29AfW4SycfBWD/8xc\nUaGd8lZJH5i29S3DvmK0VvoSaD7dWucaJ/7FfPtv4F5CLJTZLV0TmOezcITu\ndBjLe2sEwjxyLHj0AZlqq+iu4KBSYuHZuzax7ngyzjoJYemY4+YrXWFRTIEW\npNRpls74F+Mk6E6M83drEo8kMj/dWfRNRQFCs+Ypt8c4HHjQa++qAOzMNVId\nncGCrmleGf2ibY8nOHTqEf41NcCApAWRXLiCSgiNU45tPMI0POD8M3OSqFbG\nhChVpyYmf71gIKvsvxeGylZTgv8XkBnOfEyLngzAoEtwUza0vAIGKn4GA0Mi\nP8mU\r\n=Q+/Q\r\n-----END PGP SIGNATURE-----\r\n","size":4030386},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.434d87ee2_1644511932372_0.2001196522490276"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-10T16:53:04.960Z","contributors":[]},"3.4.4-canary.3fe2c4a03":{"name":"@firebase/firestore","version":"3.4.4-canary.3fe2c4a03","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.3fe2c4a03","@firebase/logger":"0.3.2-canary.3fe2c4a03","@firebase/util":"1.4.3-canary.3fe2c4a03","@firebase/webchannel-wrapper":"0.6.1-canary.3fe2c4a03","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.16-canary.3fe2c4a03"},"devDependencies":{"@firebase/app":"0.7.16-canary.3fe2c4a03","@firebase/app-compat":"0.1.17-canary.3fe2c4a03","@firebase/auth":"0.19.8-canary.3fe2c4a03","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.3fe2c4a03","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-rXqTxCMSP+hsqC2G6SInR+AU0Xi+PeKMFIH8Q4fJtvQx9GUXO9gpweLz2IbEk8B4a78DyV5bctSoa/udy/G9pQ==","shasum":"c5b74f26ed223bed9783ddc249ca18ecd1c190af","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.3fe2c4a03.tgz","fileCount":1415,"unpackedSize":21238315,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBWbRCRA9TVsSAnZWagAARWsQAIeon0xN5iQ/la0FVxCz\nv4Dy2GOIHoPhPUZm1U1keTzTFzroaSBsh8He4eiJK7M62QLbS1KpSi9WYC97\np7nA5xGljHJlrAdKvF4+HpO6IJBe0mozQzfMHyjuFWB5WPnwpLMUAwRPevO2\nK6ZHqmqCsnRanOi7pewvcrjL/i9AV07vaepUQ7FdRx4In82ZlgGJFMT0yaG1\nS7kYvDt+Z0LWwCNiCWZWAxCa78fOjcoxPGCSGF8UT/z1qdEUWP3B8PdV6W3N\nbCgh2IGxyhZgtClkiFJCg0Bhm3flPLtWjtibixSfLJPnTql3x+XU0nQOTUic\nYMtMZOArauaYEIXanf4vGoJBWRfmqir0SLiyRx0Xn8s8oLQ6KRJPamTPKww9\njSy6vqRV5X5wQ+4/5XHIzPIi6uh8GcMwMvTfVeHzMPBOrlvSqkpBdESw3yCj\n1aeWLeJQuNZXF35ETy/qDpDAZ5zU+8Jk0ahB3lSIgEVqbOrkZk1YcdcgwrU7\n0e0kPD31SqoErwxkFomwEGDucQC4+DvH/E7TK8d7rR50NG04v7gvchRfeqhD\nRwRD6i7U5mZqlkPhz3c72Aj4P87D67OkwYiJLxCZsgdpuJ2glAMkeouK5bbc\nGXA2lrCD1xpXCQXe8ks0jGqsWtVjRdZlY29NIRSdbzxQaNhmQqWE0clHM9SB\nVBhC\r\n=Bgu6\r\n-----END PGP SIGNATURE-----\r\n","size":4025543},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.3fe2c4a03_1644521169175_0.7213574313746616"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-10T19:26:57.807Z","contributors":[]},"3.4.4-canary.eaa517069":{"name":"@firebase/firestore","version":"3.4.4-canary.eaa517069","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.eaa517069","@firebase/logger":"0.3.2-canary.eaa517069","@firebase/util":"1.4.3-canary.eaa517069","@firebase/webchannel-wrapper":"0.6.1-canary.eaa517069","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.16-canary.eaa517069"},"devDependencies":{"@firebase/app":"0.7.16-canary.eaa517069","@firebase/app-compat":"0.1.17-canary.eaa517069","@firebase/auth":"0.19.8-canary.eaa517069","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.eaa517069","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-8XmpQz5ZMh8kt3JxaBKU38ZerbRLX/wwUf52ju7JTrOVno1nfL6T78DioawkVaTaUa9KERQtci0Vq0rNziC+VA==","shasum":"d3bb63c7ce4e6a06648bc364331e6c924717d4ac","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.eaa517069.tgz","fileCount":1423,"unpackedSize":21253895,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBYAsCRA9TVsSAnZWagAA5DUQAIFF5MUp6aMa/cnYW09S\nxR973Z9zaPTuxv3ZTnH/jmMQ1Yf7Y0WrJGJakstjH/0JbzVyUXr1DwLhuHhF\nO30JRAyhwQBX3Nu2QZENEUiNuChDT/VbhGQe/gLsno548+7VfVhlllP8CZKY\nXymCqvGa293zrLNJsntGeos0pvsBJCKjkaQuMfkHSVNSfvuV1M2At21cxuRo\nqkq9ZAbe2aq15qfzBgxunMAKyoZduHgf8L0QG1TZHfshfgsaEUsVL2OulhQV\nAcp7pxlbZGKWoT8oT2nKY1UmOfRflKsk5G2ci/El0yFRyKf/dUQ6pewFj6I9\nkXm/l15QhsZg7U9e7obA+qa2QYGl6GeAGsb6p7UDdAZ1bS1P0Iyl5qTtRcQW\ng52xSL+cnaj/i1PB5nzT1JqEChlGp5RcILOLj0bFJogaSWNDKMFl48tGF1FT\n60jag67xuyfBUzCxDul0sLtEqXxLv08leWlXgY2W+xlIOXh1eQx77TTJel+F\nZOiuUfVaXFuFxjwEJLKbXwB63CqQAdWcHDcfFnNPD1ACoDPUdtuB/fdORHsF\nQsp8Zv10QhzAOM40RJSmv4WkSUFE2fhBH/bM/osJC9BcdSZCDPIUuo1I4wD9\nF/aa5OxkH1nEhHYnHb68mwwlE9pfnn7J40pmlvln9BIlM+iHDrF9wiBQqLSX\nEohv\r\n=gnOQ\r\n-----END PGP SIGNATURE-----\r\n","size":4026552},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.eaa517069_1644527659681_0.5086220419824314"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-10T21:15:04.715Z","contributors":[]},"3.4.4-canary.c1b9cf120":{"name":"@firebase/firestore","version":"3.4.4-canary.c1b9cf120","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.c1b9cf120","@firebase/logger":"0.3.2-canary.c1b9cf120","@firebase/util":"1.4.3-canary.c1b9cf120","@firebase/webchannel-wrapper":"0.6.1-canary.c1b9cf120","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.16-canary.c1b9cf120"},"devDependencies":{"@firebase/app":"0.7.16-canary.c1b9cf120","@firebase/app-compat":"0.1.17-canary.c1b9cf120","@firebase/auth":"0.19.8-canary.c1b9cf120","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.c1b9cf120","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-9NNneOagdWxCmfCrBsnQOHi5NwoWjMGsbcl5+wjorc+98lYmemoq4n6HrAh7yY9O/DZrYeKKuKBPY9leiSio1w==","shasum":"61566c1ef6a1469b49bc23b3595683369784ebf7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.c1b9cf120.tgz","fileCount":1423,"unpackedSize":21264787,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBYBoCRA9TVsSAnZWagAAwB8QAJU79VeF/3ctQ0nY1wj5\n0R/CI4wnHTjZ+Ziq2oRdLgDZANEWsx9pl3TR/o2N7CIdn7knjDyVBghPziNs\npZ6tYnBG8TedkTf3bjJNVggd30fo0pVp1c7HGgjWhQd9A68vMhmg9b1xwoU0\n1MP9THtzLXfXAmN3m4D5TcixHu7JJit8FcVa1Tf4bvK96HVINqOmG/No9pwg\nhPOXew02+rOJeyohe5hXRtRHc1jhREPVahLe6bDcUEPpZyxy/RWF10RdJNxW\nispqVhlUptXrXQFJy1uTRHtBPNoNwEMCsLNTHEJTMrLHASc/c+00MozxGbQ1\nXrqsJ+HeJ9QaMMKcYWUzxLyWifZSltZHCk/FLjwTrkFqBzDq5psqTlqPU+3L\nZS1+edgAtgmvrJvrLTqzKfD8euJ9k3zNPc+PMOZ4n3GXHMGPwj3DCBpjvFy6\nht0U0Dnc2u0ZFpIidoczkyCSwLN1NCb4TmznfPXMUQ0+NUQfEY2wrNmD5Nsp\nv9am7P5g5hr5Lrku3W5w9yW70CtY7q0esmPkBqsAfj2LCB+DCoitc+4zcg/5\ng1G0n3WixKsPLlyakjd73+hKLp+uSevBd48PbZFDnRRyDobh9H9Rt5YUn18B\ny9gonEdS0iW5ryV8ARwDM20mplcAKlnPYGXH0zvX42a9iRtAUf7WVg5jU1Z/\nPfAM\r\n=cPUy\r\n-----END PGP SIGNATURE-----\r\n","size":4029263},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.c1b9cf120_1644527719873_0.14165003367468532"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-10T21:16:03.684Z","contributors":[]},"3.4.4-canary.50de44c2e":{"name":"@firebase/firestore","version":"3.4.4-canary.50de44c2e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.50de44c2e","@firebase/logger":"0.3.2-canary.50de44c2e","@firebase/util":"1.4.3-canary.50de44c2e","@firebase/webchannel-wrapper":"0.6.1-canary.50de44c2e","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.16-canary.50de44c2e"},"devDependencies":{"@firebase/app":"0.7.16-canary.50de44c2e","@firebase/app-compat":"0.1.17-canary.50de44c2e","@firebase/auth":"0.19.8-canary.50de44c2e","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.50de44c2e","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-Rvhf6jQUfoRXrTFs3XYZybZDk4nl+v5vqp4wEhMA86y+wvHeZK+aDlTpUT9qwMUmRcsgVy/8rRCh/xfZSGooFw==","shasum":"98d1b58a740ff56273241a7efbd61498cb61c983","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.50de44c2e.tgz","fileCount":1423,"unpackedSize":21264787,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBtFkCRA9TVsSAnZWagAAzWkP/1KDzm6fJ0xA8FOVBAH2\n0iavl8oj/i+FYqccdRNUNVez1Ullbij7RsIS9muRQW2YlM/YoNMWuF4VevNA\ngyP6I+a8fG73v3FelAtmrnqVEu8YFwijgvhrur2OvP90Bq6rCQODDJc/reDk\nsjaPX94Jd5k8Q7joJ1tpDDJ7EAV4RLNyTSJCq0s5bOK7ZrcawLrES+TGahBO\nHJSnNZgnsOmx/rO/pZGuaqjB23aZa61q7arbYyCEmqdaDo6CazFCnDK8XgOF\n77w94GWeiIiQuVW20+HXabb8mDXj++N9coDEUl9D1+NFXlixp/5ITQRfLkrj\nF+iA3h5XgFNbB/x4NhSn1o2pZny5Mov38r+uzSIzmYNds6QFteCwJDktFHaT\nEoOxDGYnoMhlHRok3GcFvuys83BzBB8R5mBgOo+lDykADd+5qzZaMWwsjhuO\n0cNttDSEjkvYfVod8WMjJB8GzW00nWGATYoeWRzu09O6jNYiqpdoI9KrUl2F\nhosgEbde/HTr5jtU/dBK/eG2UbS0f4XIiP5hMsU8+hYVF2scaKAaci5Plf+Q\ny7oaZpnHCnTjO3c9P8fwtdodqNmnbiX/JaXKWc9ahWEhPHvb2ElA8Az6App9\nINieNOAUuY0l2pF9VQqq4e42KXz5a7YlSN9EfOp8WHGqN3woUCCgwS/6SmTI\nM7lH\r\n=0X1o\r\n-----END PGP SIGNATURE-----\r\n","size":4029261},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.50de44c2e_1644613987820_0.6853383360127991"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-11T21:13:51.807Z","contributors":[]},"3.4.4-canary.bb8f37c3e":{"name":"@firebase/firestore","version":"3.4.4-canary.bb8f37c3e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.bb8f37c3e","@firebase/logger":"0.3.2-canary.bb8f37c3e","@firebase/util":"1.4.3-canary.bb8f37c3e","@firebase/webchannel-wrapper":"0.6.1-canary.bb8f37c3e","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.16-canary.bb8f37c3e"},"devDependencies":{"@firebase/app":"0.7.16-canary.bb8f37c3e","@firebase/app-compat":"0.1.17-canary.bb8f37c3e","@firebase/auth":"0.19.8-canary.bb8f37c3e","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.bb8f37c3e","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-1xyomdhqpxIRInZSedJpzS7lO4pYTnO9gu5QxhVCsVXRYmIlQFtiW2GeEWffj4EoK9gGUOkOhGF1UZxGV1K9DA==","shasum":"846acd272d762ed855207af9bfbcb5e7238bb96b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.bb8f37c3e.tgz","fileCount":1423,"unpackedSize":21271375,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBwUNCRA9TVsSAnZWagAAce0P/R1HfiTtOGK8Bf1Z7iOB\nwA85vWfUHmeSM0n0eNAPvcH6d9jLrZONAQv8tZsTgrJzaAf/5RpXkU290thS\n1y24h6H5CwFuqwWEGGKCq+s2dE5nD/t/ygldhRYj9GrxhTOqPkBF1wJ+rhWS\nfMO0HGzZgW0OLou+EYg8XEncL/VFdclMJLUv98HpMVUUT7WN86RUCjnHmHDu\nn1xA392+GpdIT/XgNnK9xB5eFwR6bV0Lcuj3Kwwt3hImzeKD3ZsqsAEH6LPB\nWm3zk6UTwc4sy0ZW8JXqnd2TLvXzRsOZ3aDUZ4bbsO1V1EzeTl7WX+AgvUeW\nPpi4iitbVbmKwQhGy+/PJ8rR6DpywWD5+c7JPOTmqa3MsOZh0ptu7oRcGJNp\nNnmvp9uGxzpaMJ5KzVu4SF/wcUxw6E4e5hoaIt4mqhU2Ldwsrr5bpA/Pdf83\nIEf0EaNmHTb1ye60AK2/eqe2SnsPp8M35Hs4JOF9knHDK65LgEXwuGSohhsR\nqWsiQeh0esYsJNXlR2bsX4fxVAi28m/oC5Yj311wZEFn4G1ejcWtp3px3VTw\n8UvC+gMZ37V0eipuW5uujmBh27YZhbeJtwNO8L2Sfwix3ufUVIW4jO9MUXkz\nuBye2YSPwH9VVhGEJdvhPz5aP9Y1/webjGnYpl+dAiqUlpn4qX6tUrcVLdRs\nsx1s\r\n=FHaW\r\n-----END PGP SIGNATURE-----\r\n","size":4031033},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.bb8f37c3e_1644627213479_0.2056790573983298"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-12T00:54:19.295Z","contributors":[]},"3.4.4-canary.3e9f3e253":{"name":"@firebase/firestore","version":"3.4.4-canary.3e9f3e253","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.3e9f3e253","@firebase/logger":"0.3.2-canary.3e9f3e253","@firebase/util":"1.4.3-canary.3e9f3e253","@firebase/webchannel-wrapper":"0.6.1-canary.3e9f3e253","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.16-canary.3e9f3e253"},"devDependencies":{"@firebase/app":"0.7.16-canary.3e9f3e253","@firebase/app-compat":"0.1.17-canary.3e9f3e253","@firebase/auth":"0.19.8-canary.3e9f3e253","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.3e9f3e253","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-+CGC4AWcptTK4hdJrBIyfwVAmIGoSL+5AupdaR7yoIBZ+flk6wxiTTJHkRIS0KivS/GYVAJd36Od4P23KX0NVg==","shasum":"5b14983bca3c1d9e6e79601b5a383d81fe1e54fc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.3e9f3e253.tgz","fileCount":1447,"unpackedSize":21531013,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiB0z8CRA9TVsSAnZWagAAMbsP/2TTbAfRdOAtu5grSY65\nyWR+nr2c8HqG7X8PR1DZczn87nDrAm5pdgD/4T1By6OdH7qQZmT02GAWdP5F\neHm1telERIYJWS/TALKQNy7wPp1TJ0yqaAOfEAtUcEqy6rDRNQ68nbbTrzqy\nnwFtW5ZTuCDuupnkx/1eV+hXjYrOjvkR6YDHl8LUNFnT3RlHBpTI8jVdUE39\nDwragpMj1if5rf+IjYDjPmvfl1Ggv7XrDrtQP9Si8boqXObejbRJ3IDkYm6t\n2crcKbMH1fSxgxpoEfLpwVGU4J1fyuVLYbAkq6aJqI5QjtejwITW222Wdtff\nrMJbRZeVCce/zchfdxzyw5v6+Cxg1BfbJAKRuz3jVQQKmzWQ2NwCXBUM5CHt\njbbo3MztVHe4xSVDUCofe8s5b10OeqrscRHvn6hbnEBLAvm17/w1oh0q82Jo\nhiOZrRVXUdokABRJ0YTBmNiWDJ1rUrR0y4Spy0zawsT1sRZVlZIgeEmZNCwr\nTDs4Z7FfNZFFKsJZILuuwKtfSOkfw9z4+fTSYA0ZMN8VGuqgr22aBa6uRXxs\n04JVyz4fs/EWHseAjeF+GBFWvH0sp0cknDjoAIcP+l6uEv+il9b13yhDDvLA\nE1Z+kAJ87aIiR575HDFUTxf81I4BBILO5HFwAqSvuZvnx8hOy+3dQCgR9rNS\nARBj\r\n=aJ8v\r\n-----END PGP SIGNATURE-----\r\n","size":4069063},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.3e9f3e253_1644645628577_0.09344405835473824"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-12T06:01:22.159Z","contributors":[]},"3.4.4-canary.ea9895797":{"name":"@firebase/firestore","version":"3.4.4-canary.ea9895797","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.ea9895797","@firebase/logger":"0.3.2-canary.ea9895797","@firebase/util":"1.4.3-canary.ea9895797","@firebase/webchannel-wrapper":"0.6.1-canary.ea9895797","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.16-canary.ea9895797"},"devDependencies":{"@firebase/app":"0.7.16-canary.ea9895797","@firebase/app-compat":"0.1.17-canary.ea9895797","@firebase/auth":"0.19.8-canary.ea9895797","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.ea9895797","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-6qpvx3wpHvt8U+qR8wGuudeeDXv/AIDbo8TwKYpuTOQf/95VcrtUoT0EYRCX+BaiGajnPT+skY/FOZLPKp7kTw==","shasum":"030ebb6eea3ce8e9b2aae3190877334d8c07777d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.ea9895797.tgz","fileCount":1447,"unpackedSize":21531013,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiCwnLCRA9TVsSAnZWagAArNQP/AoiqCnarq8bPtFjuWRa\nBQ7lIdGcD2KcPvD3eXS9QDjrj1bMeFY+JChkQ6YkHmR6PQKeGmoTK5/LqfLo\nx2OebPoGl1wrkZ3wy6vk4P75D7yc/9rJ0x/oCP47yGtYAIKU9JKSnj0Shhct\noIUzCnxY/DGCXFUQ1onOeL5gRVc0FXfJOPjBETk4kkLLn2T+scEdl1/aoigh\nx54Q/U5v5njOQyujIG5xdcuhAa2oaNBzjrT4ZajCqdrcyKjFC50T77hW611Y\nL2Va2cl5bn77dAH718TDVUVr/OWfBHIQK2ua4gaIABl1hd/8c1eNfs1wx6Qk\nleK7lP2sNwAEmf7kpcQXgeVe01mSPxPMqbsx11Af+dIy0lIIbZ4EVfYVlnsC\nfKPqBBHLZuqzR2MLdlMB4A51PfyLZ8QY0ELZAA78ntUF8zo0REShEDT0aQ88\n1fNV9ZSr/dNApVXTIoL7T4kk9zfCoznZ6R70D9nVMUpIySKnqI4j9FrXreEb\nuXtkVSs0o/Ur05LzRsgkwozLnlywcN9D0+MtlBFhGTk5iNQwrr/PqofxHn2V\n1KEkC3khKJwMwh15iCcnqYNKkp7CDwvgcvOdfTNsopvZtq4gM+jt0A9SCOJi\nFK6roEcnaIvgfwTAt757lFEKZrzE/o+rR9ML/TLHdT/0RhRNtf94/6rnmq3o\n1h6e\r\n=8xG6\r\n-----END PGP SIGNATURE-----\r\n","size":4069053},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.ea9895797_1644890571488_0.7388772412030449"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-15T02:03:37.249Z","contributors":[]},"3.4.4-canary.05a6aff7e":{"name":"@firebase/firestore","version":"3.4.4-canary.05a6aff7e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.05a6aff7e","@firebase/logger":"0.3.2-canary.05a6aff7e","@firebase/util":"1.4.3-canary.05a6aff7e","@firebase/webchannel-wrapper":"0.6.1-canary.05a6aff7e","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.16-canary.05a6aff7e"},"devDependencies":{"@firebase/app":"0.7.16-canary.05a6aff7e","@firebase/app-compat":"0.1.17-canary.05a6aff7e","@firebase/auth":"0.19.8-canary.05a6aff7e","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.05a6aff7e","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-DtqR0rwg1R20lnavYozUUuDYEk6aQ83JuT7H0vKoAQ6/KBalnTEKjLNCJL1IMY30BJlmqoxLWlLAvlrHr8Fx9A==","shasum":"1d38d1de80b0fefe7270723a461d99a140896f64","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.05a6aff7e.tgz","fileCount":1451,"unpackedSize":21905459,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiC+LzCRA9TVsSAnZWagAAvC0P/2PANLJiVCgO3m6BZIsz\n04G9VrimQDfzQJaGZwcl8KiszU29TtPWaQPbpvuMb3vqVPiGs9o0ZwfXUtkg\n1GRIOsqTpt8XZPJdJUsn7VsHu4ofIDvn3Z8KNqKiMR/d9X5gOVo8OIglbtXk\nXxlKU4YgZshJRFSUDyl+qURj9yW72WfoXuij9NqMcMdPxw9Sn03Kg3ybvqyN\nSHfeATv/0rrS98fJdaGpyh93MTHuKrnqI8j9N5+AEJm0bXRQY481ZJm1Z5kB\nryD7Ni5IUpyTpMqFRYGXTy6oVaUNErRijHN7bLoD6eZN/RZlHf6xS1MsvDAc\n800sHlrFrR4UGnGl6fpBGNAtcG6/JY38Tv4LXL14QtC/MW4h5XZu7wkTz1V5\nD2XHvU264pbWhxv7PLPGVj1BuxOOOZ+WzfFByApre0rpp/ad/i/1Us+DuyRD\npAygSnckLXDRS0Z4OXYN8IHEqF7/pENPeyUTNkhgaDMUneIogT8ESYzmU428\nz6Ovd+bOkr9sLckeT68zqllr26CzCBUKxwbbTM5rPyqGwvkSw1SsdlkHR/Li\nUFYwTdbLpumW4ZZ/GiPgN/NGVfDT+T7zHFngie4AowxJ/djHBTjDoc6VH99X\n9DQqSr966PMvNfFASAvNe3PDXB6SjKl5cZA8gKOKsfSz86MNz1z1PgQihSn2\nkYX0\r\n=upak\r\n-----END PGP SIGNATURE-----\r\n","size":4147944},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.05a6aff7e_1644946163611_0.06840469539007166"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-15T17:30:02.652Z","contributors":[]},"3.4.4-canary.3a8d4c1d1":{"name":"@firebase/firestore","version":"3.4.4-canary.3a8d4c1d1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.3a8d4c1d1","@firebase/logger":"0.3.2-canary.3a8d4c1d1","@firebase/util":"1.4.3-canary.3a8d4c1d1","@firebase/webchannel-wrapper":"0.6.1-canary.3a8d4c1d1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.16-canary.3a8d4c1d1"},"devDependencies":{"@firebase/app":"0.7.16-canary.3a8d4c1d1","@firebase/app-compat":"0.1.17-canary.3a8d4c1d1","@firebase/auth":"0.19.8-canary.3a8d4c1d1","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.3a8d4c1d1","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-QBe+Gnto68z9CZfbpary5/hQQzpaCfnYEbyvBGjgHE7FNRY1AUGFubGZTGF7JFjPkUID8JBPtvoocLiy4OAtcg==","shasum":"8a28d8169051f9563058a92067322b67f5a0b147","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.3a8d4c1d1.tgz","fileCount":1451,"unpackedSize":21905459,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiC+SuCRA9TVsSAnZWagAAQkkP/jDCMvYkWuvcoqKGfUOl\nKTbKLZpU2C8Nq5V3d7wR371JbwQfnJ1WDo5CD3gqRz06g/iMe1ZXQTZY1FH6\nH03BnTCvlY3WgZd0oZUVTKzQFZ4GCuRj6vy+M/kL21JnteArRWI1P7aQy8RX\nG3AbqIBrEW/RLTH1ddWbfthvsCuRvTm/ri77ud1RpWdztmHyyR6CeF8cOeXt\nVgMaxYwOG5sIZmh50i8+odykL223wNt00KqlBktEWO+72NWXPXR+7hToPhg4\nBXw5kH3/6EKuBFo9myre0Nwc2d1nwBYyryaGlvAMbPXV5m/i9YaAHKN7uaof\nj79NizifDc1o0Soo+qZ5m3ybuSi0r2RvGUjYJJ4CnuWJjiwArgLexusRGRUH\nZfm2I6jcwbmDlOm9EH9MtcfBDiAHWujaiTNsgkIkTdcnEr7SLjLvbsIXbB1/\nUyqgwNtDSLXNN12CKhP7MEwMNzIv40bglTDWJ4ZtutPv7kOQSJyxLDTJxKmg\nYQPtJpdBmLe9v86g/kiVFmgIMT4bc9uaEbLy4NSylNesfgEWLgqpVLkJeII6\nMYl0sPFwL5jgok9ct1UyrfQ337HBvbIkOEIOhSWgO4i1JmJRizMEO5CY8sKx\n1pc0RKBkmxavU4Y9l4C5X6TOs8z6dT013teOdr8Hju14yigknJjaMflfriGg\n9ZLz\r\n=G8+q\r\n-----END PGP SIGNATURE-----\r\n","size":4147951},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.3a8d4c1d1_1644946606119_0.8283314462073472"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-15T17:37:28.452Z","contributors":[]},"3.4.4-canary.307d019c7":{"name":"@firebase/firestore","version":"3.4.4-canary.307d019c7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.307d019c7","@firebase/logger":"0.3.2-canary.307d019c7","@firebase/util":"1.4.3-canary.307d019c7","@firebase/webchannel-wrapper":"0.6.1-canary.307d019c7","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.16-canary.307d019c7"},"devDependencies":{"@firebase/app":"0.7.16-canary.307d019c7","@firebase/app-compat":"0.1.17-canary.307d019c7","@firebase/auth":"0.19.8-canary.307d019c7","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.307d019c7","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-CxSm0wzIl104L0KJmfkXM++GPVjsvBUGrSd8kM7A9AuLCDLRpogFY9wzIQgOik7NxCCmfPL+NdkTWAJ4Wfq0Lg==","shasum":"9ebaed18832d7e87d654835b5e514dc0214fff3b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.307d019c7.tgz","fileCount":1451,"unpackedSize":21906351,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiDTvUCRA9TVsSAnZWagAAFtEP/Rs29aFBugMwROWjM8ab\nAmRnwtrIaerIfBMeXqTWBAgIf7LF74Jdt4ZirLEjHbGrJdWKDNwS2A9NWq+E\n+XZuiQzdd0gLtjw3q6jvOm9jRIo0LTqlTm9IStWwtjrtqmgpRYnvk1CVO9/l\n8OVGkneZCX9g0UipueUBA4ZFPLp+kADlx3jFctwxKZ3fSAYeDb9FANyYwYqd\n3H09Q4V2O26BkXfZkJfKmGeMQqcgJZcAp6qhwaVtWa11l7cp0uAowaVesIys\n4Hk2u4JO3bzqVkt1Ptda1sICPf4s++X/SA/DLZR/BoH1DKcLIPAtQ951gYMd\nEkNFlkYSUh8WLN39mDuyHWu+uKpFyQATdi58dVEZ4kptO6cK3SZiGNFaNgAX\ntAnSu1WPoVhEkusi1iqhWpvaLnZe4tOL72IJuVzxKqKDloEWwcuofBkfxC9G\neAefCNtt+Rkt4dsIrBh0q9+/zO5ITV+zrfcoSYipEOfjFwhGb0+uU6azX232\njaUQKEzF6C1kSdVkHJXCqCwhghIOZ32zD2UT+BZBW5d8bRqiIZW0FtJCcWkw\nXb8WumgKoZhbjCDHZY5WeSZqaedQWWwSU7IKfwrBWDPdiZphXrJ0VphhG2UI\nE/MK84Gq0dimWZSMVCkwlb98Uxu8sC91VucvtHpLXt+jxJU4F+Ew31oUlsJp\n/NXq\r\n=qZow\r\n-----END PGP SIGNATURE-----\r\n","size":4148142},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.307d019c7_1645034451753_0.18930008026516942"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-16T18:01:45.318Z","contributors":[]},"3.4.5-2022116201138":{"name":"@firebase/firestore","version":"3.4.5-2022116201138","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10","@firebase/logger":"0.3.2","@firebase/util":"1.4.3","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.16","@firebase/app-compat":"0.1.17","@firebase/auth":"0.19.9-2022116201138","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.5-2022116201138","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-HtpoDuCyxpZtFJuFegb0dlHC42U4Y5fXDUDmcl71CzjrHj3ZLKg1n8bC/0xpGqFbMvb8CufdfMqGJ4iS4ga9MA==","shasum":"24ca2745549e495b18e62f80f63965819c4fa522","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.5-2022116201138.tgz","fileCount":1451,"unpackedSize":21907258,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiDV1aCRA9TVsSAnZWagAAUdYP/1wcKJU8aLtYp0X6M4/H\n6K0pzWtmECXQwJXkuec8PDXXUofD+Gr1Bb5WujZsAMUNz9T/jOrAjIMmy4vS\nP0EhBCzyYICdSUNwP/MNC8qSi9eLrxLObGqNZdvOLPbo42azmaRJTr06SwdA\ncnDPHxozpgsyIWKp1NeM4cpnjerS8dXweZhPFqh9bZjts06sVKQx7RK/UQjW\nrjJR1dV5RFaYyyoOP92W0aelUzlLTA3zLaGS4xHNawPGHB3VkfUBaF0rJUP8\nrOskJGKdKU7lnU0exzrIFQJaBaQyGfVZtPrXKGWGJ68WUy3lQWLWAu8ahwF6\nUEVp1MV8mSXKKJ4AEgJG/t6VS8VXYMu+yqKvKGCWSEngy+9NTOdU+K9NoBMk\nlXbhnCio6qQwa7Is5oViG0/zV/L2Cf+O+xHGuCpTrN4dL3HZuutZUR93iqsa\nbUkXLKr2ZAn/Kc03Mxl0r5b2gf5dNqLKV9J7F3QQZxhac6o29keOmTrXOZ15\nr+aj8KfX7KnnqjHvZo5fRFg8Egs1GpqBmcJhJymrYcc0qhVrJ1lGODXrSPVk\nJ1K7m55H9O/1tBnwMBdhDpMWUl9CRFZjWMAVN7bsvOnooC5q2AgoqCET/Yhc\nsXnW09wd0TfIDRLpTy5PgsAGdekgH0/XR1MuvnYq5bs1Qt7V923QlRVRPFi8\nl70w\r\n=uOLo\r\n-----END PGP SIGNATURE-----\r\n","size":4148436},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.5-2022116201138_1645043034528_0.6435457707549284"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-16T20:24:43.576Z","contributors":[]},"3.4.5":{"name":"@firebase/firestore","version":"3.4.5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10","@firebase/logger":"0.3.2","@firebase/util":"1.4.3","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.17","@firebase/app-compat":"0.1.18","@firebase/auth":"0.19.9","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.5","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-QJF0Z6VL/7boifygyhb6KjLS6pgfZK6FP9rRGdpxWJugQ5b0YV/V3Lr1RdS1A78dPN4eEH9atCkFxUX4z96FeA==","shasum":"a268e58042bdb47415c45b361caa880172c07110","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.5.tgz","fileCount":1451,"unpackedSize":21906687,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiDuXoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpIUg//WgPpuqo6x2W18tB0n4HV4PeNC99n/2SNyMeTdKGXK1YGvKZ2\r\nN1ICL4yH62ufHyl/wU4mf6X+noENyfpo7bC3ng/SJ3T3Xe7HD0Xt7HM9Pa54\r\nFSEkTZVV4LzCtUKiLJ27UBj5uR2ZDB3hId/VarZIqqT+ezUMxwhCtRHYyvP2\r\n9T3a7YevlpfwxVRvTx5a1zKiXL7PMlbqD+GFTrgzA6858pO3E5Q1p2dFi+Ua\r\nx1Y73DpXfXpaR6jpivGtNTMoxqeNIONkCY1VrWyg4iFaj6bik0tOrDwf12x3\r\nzjMqm3mbWZWMC7fGyPs/nsU3htPWkJyxdus7KZI1CrRrzs5JjPBWqdY1deSQ\r\nFJdkq6ENrWW0FiW59f5N7V9SffEZezNExmNbBzlkd/2LGGOkfVyYwCF34ndx\r\nRfRro/FvjEKFtp39fzGoTJdlernH2eiVtSmAFxidFhgoYtInYAvVMaFUQn05\r\n37CBJET24Dwqv//abY6mUM9VfixwEN/tS6pU0w+0jK1eUrhOvmiPa6OhIFIc\r\nQ+3aU9S7+YeIQHuwNsXe1Jul+VmEKIwEQPkP5k5oape7++oKAHCFheAOnZ1O\r\nib3an3WItL3KheGOTxhN780RZf6EHQbfMeDs09qgHHKlgAyVb8ir0PpYig5P\r\nAwpbi5Ombc5dVOE24rgxvYQ0+EhhUfgXY30=\r\n=TcBL\r\n-----END PGP SIGNATURE-----\r\n","size":4148191},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.5_1645143528666_0.9738975536210228"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-18T00:19:45.472Z","contributors":[]},"3.4.4-canary.c8907fa74":{"name":"@firebase/firestore","version":"3.4.4-canary.c8907fa74","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.c8907fa74","@firebase/logger":"0.3.2-canary.c8907fa74","@firebase/util":"1.4.3-canary.c8907fa74","@firebase/webchannel-wrapper":"0.6.1-canary.c8907fa74","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.16-canary.c8907fa74"},"devDependencies":{"@firebase/app":"0.7.16-canary.c8907fa74","@firebase/app-compat":"0.1.17-canary.c8907fa74","@firebase/auth":"0.19.8-canary.c8907fa74","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.4-canary.c8907fa74","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-wv9KR/aJNscWFGEQeq/kR/GXyFBc0+YPXoozo4adIs8sJWt1TOvP/8b/6looTEsefNdJdAZ7wrJwwzK99kIasA==","shasum":"c7b0a15100fac53b0b38e1d9fcd3789bcee8eb65","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.4-canary.c8907fa74.tgz","fileCount":1451,"unpackedSize":21906351,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiD9TdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo3Sw//QPcN+BTzwZL86Htrays4KCdVA9/ZXHQn2/DtxNPn2Bosqzy+\r\nfsifaCakrhTmhgwtsDxm08X8CYZSx+yqZUoz3mqmKEZSdkRwNSyFpLbWd8XM\r\nFFzshM/Kpb17LeB7585dyG5+5DadAOkjke6CSMsmbX3qDPoZ9FM4OZ51QRfA\r\ngmBdHO8jgLIXhbh6LRotDjegz6weQr72ZSsxGyIAgtHF59I2vU7sWowWsqWF\r\n1wZP1WdA6kBXLx8BTE9sAz9Ac3LzA/uOPU4+E0diQ1RW0hHF4vMyNQP4aufh\r\n5HA37fRHKNnhmOMk/5sJSwDlcEd8Ssusl+KYZqOT5ZQijgfEha6O1uTKyrpj\r\nw5XZ5ycWeGb2LEQcOAHtNIU6LgIaoV2jAEXvTS3tQt0ZggHCWKFr22jzOn1Q\r\nTBmXNP+1Mjvuk8WbfA6X/0plKaiDTaxdgwI9UhUghzQGwTFNATucVvavnGTf\r\nV8KbSX8SHxtbIHCQTzYjpewhJVRE4VvOUvgG2qa7o9k4AlGonCBrbBtcaBmr\r\nknqiPQiVaDNXzYaQ4UUxKT8wY6fNsQYGN89aETs7h5E0eXUgsjFCDSTQTl8T\r\n7oP0fOvQwp9BcGMLRcECHOWtBuekeaKiUjkcq9E6Zv/2QRnt5bjBXla1fVcc\r\nOeNoGtf/P0/LYdqlKsr/ZjhzuuXtlH/8l08=\r\n=NiOI\r\n-----END PGP SIGNATURE-----\r\n","size":4148143},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.4-canary.c8907fa74_1645204701247_0.5486312610478805"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-18T17:19:46.050Z","contributors":[]},"3.4.5-canary.9fb82cba9":{"name":"@firebase/firestore","version":"3.4.5-canary.9fb82cba9","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.9fb82cba9","@firebase/logger":"0.3.2-canary.9fb82cba9","@firebase/util":"1.4.3-canary.9fb82cba9","@firebase/webchannel-wrapper":"0.6.1-canary.9fb82cba9","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.17-canary.9fb82cba9"},"devDependencies":{"@firebase/app":"0.7.17-canary.9fb82cba9","@firebase/app-compat":"0.1.18-canary.9fb82cba9","@firebase/auth":"0.19.9-canary.9fb82cba9","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.5-canary.9fb82cba9","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-4+Tx946iwdS95BkpJgxT2xcb+Q0ldeXBraTWcSbHGk2Af9bkJm/3Mne9o5sGClXy+rSa2gWsfWYiDnKocsAS2w==","shasum":"7861b8b4fd5a8b178fb45c0515006fc9a676ccce","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.5-canary.9fb82cba9.tgz","fileCount":1451,"unpackedSize":21907480,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiEEolACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmou8A/8DtBocX8aaimxJhjvQaGyZhurcHhP6RTBNV9fRg644903q2rk\r\nYXkzKKo73tOYRgGdod4qr5DfEXlZg6iV8h3ImKP+UqgglBqsFwTgUyLR1xDR\r\nQQMzUmZkpqCWRtSuENLRsqznz1i7Q1Z7XmkIy2y4Wxjbf/w/x4/1CdnqpFf0\r\nPOls6qNjP3rjfmtuBsRwgjB+8XbrUHDR+42e4OooU+FHmebKGIw+WowF37oh\r\nUZhrWp+CPWmfxm2MgsPq6H/N39BmgZYyJrrE4bx7N6XlH6a8N0GM4xHJLI2F\r\n/ZvkbYSUtZ7gGdNvkNC4WyfKDd4Do8+UHbISpY+pBjmLCnuHV6Q4PlM8Y9h2\r\n7VeiKZTMMMJB8bCyQ9hE+fxPZrGzzis6cgpj/T6qY3i2l3frxH5pJwOOdDTb\r\nlunkHsFjg2Ocrs2oG/uKdtrDNRxuadvGyN+mnPhmJE6HPJLcoW5SU4aPgqzN\r\nkTvrKZWk5EYdgEdZvDWKhwzmOQN/+72y3HEBoKOnclHAu84NPL4pgBCw0idI\r\nprCu5wXC8DeIqJuW2g/PqogeQatsFJDCeQuhHTCx/V8NI1AzU524v4DaKgF3\r\nnsbZ9RKA1oVWEEsGuq34/A4bxrk1DkL0K56zLaGMqhUx9o/zbO1asKs28EN8\r\nFkoijUxZ/KokzMViSdXrYcG1gY60WJT6j7k=\r\n=sX2J\r\n-----END PGP SIGNATURE-----\r\n","size":4148451},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.5-canary.9fb82cba9_1645234724865_0.8279670464667457"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-19T01:39:34.207Z","contributors":[]},"3.4.5-canary.13c08951a":{"name":"@firebase/firestore","version":"3.4.5-canary.13c08951a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.13c08951a","@firebase/logger":"0.3.2-canary.13c08951a","@firebase/util":"1.4.3-canary.13c08951a","@firebase/webchannel-wrapper":"0.6.1-canary.13c08951a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.17-canary.13c08951a"},"devDependencies":{"@firebase/app":"0.7.17-canary.13c08951a","@firebase/app-compat":"0.1.18-canary.13c08951a","@firebase/auth":"0.19.9-canary.13c08951a","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.5-canary.13c08951a","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-xwOP4HFDsE5+Ay6DzFjnqpPyzAaZd3b5bKNeUTys4Ur/ZArsL0fEAk6KnuzP26O/DRjy4VvajiXwzuGw+uKZ1g==","shasum":"15e63271de9421cee93c0f61cc025defd9209973","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.5-canary.13c08951a.tgz","fileCount":1451,"unpackedSize":22262693,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFXPDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpgChAAhiEO9+9hZhpMT/T+KUvjM109L8oad5mW06UdtgaF3ksPcNcd\r\n4xH8cont/gquvB0BMvRDoO/aC5aghzvLq6QQwdVgji5U+o1YtoWcH3SWBVsP\r\nUqtlC4hAnS9QdaxwBjqLt0bUqJJWPmrL+Utan0jcSxnAiJmUjQQFkr7Lf3P0\r\nB36SlxZ0Gp1gAUciArc3VPW1Rcbply1k9rDHApUr4q+LpIomjSGu7TTAulcP\r\ncLX7S2LGol39rVbBItnkw9HoEeCLQ9XJbZTOh0FQP3s6bonfCkGoky57mieR\r\nWm9d3hjEVqhYUuYrXAJEZdk7MVAvDKN+lj/mYyqooeUIBSIfxKXBgOLBger8\r\nEpzkZOGcCEDFNp1v1g811nh2fygovQ+e9CL1PChqKJEcYFyho1nCyuwADfK7\r\nOJOBw54Rt1Kc7YuyIAG2jUCflUTLOhkVcl12C6MnFnroR8OkzFaFZHTC/1L9\r\nss5RQrmuEjtUyAWd3bKazdGRDA9Pk/WrjwUFP4qhfq8Hr7EZXnGCQFLBPCyB\r\nuoJhhuLjl5gX18FZUrvsQNaKuRRhVYm9pAaA9QQr2Mmh/Ar8ksYHtuEWlScg\r\n3i2kBp7vdzfIUsStF3pZ33xuYN8rykO9GE1OBWOoOa09yYdNd7Alzktp7dlf\r\nBNyh2NeegHexZsWJf1kJbZf9swB2VCICM2o=\r\n=dw9V\r\n-----END PGP SIGNATURE-----\r\n","size":4217348},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.5-canary.13c08951a_1645573058751_0.04789643491148321"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-22T23:38:20.045Z","contributors":[]},"3.4.5-canary.8ac8fb099":{"name":"@firebase/firestore","version":"3.4.5-canary.8ac8fb099","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.8ac8fb099","@firebase/logger":"0.3.2-canary.8ac8fb099","@firebase/util":"1.4.3-canary.8ac8fb099","@firebase/webchannel-wrapper":"0.6.1-canary.8ac8fb099","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.17-canary.8ac8fb099"},"devDependencies":{"@firebase/app":"0.7.17-canary.8ac8fb099","@firebase/app-compat":"0.1.18-canary.8ac8fb099","@firebase/auth":"0.19.9-canary.8ac8fb099","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.5-canary.8ac8fb099","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-M4E/gCW5cffckyiM24IWpZSWR3aRzIlhRLlTKY4/PwNSuPgZ9z37isXvMWMGYVhDcYZ5wgM1nczSCwGcF4hIjA==","shasum":"0caed8c37f1309fba89aee2ac1460d47033bf1e0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.5-canary.8ac8fb099.tgz","fileCount":1451,"unpackedSize":22262828,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFwZHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpivA//W80FdWu5B1531Kik0Nhf/XDb2mQBgxD8thldrAcv7/KaPzO6\r\nPlYPAw9hLHRF02mkFnnS1BAEC2QXmCStscBhUojp9+Qgvx/wE+SsqlOv2au7\r\nGnmGlWojE26mkzC7whnDPFK4LgpuFLmhaDqkTuMCi9+ucnx3pgyyFCSo0bkY\r\nICIy5YvzUFOMoEDwd398CJhVZCP0f8E677fYO/5/Xr6YreBa39HcisKBiRM0\r\nvnIl/db4kMIKPJGWltu6NopxkfZBwDqCOFXXHLEohZqYooYXXKuvUBTmv1Aw\r\nfztTcN4+L/fEAwUgC/3CwlnceoJUaUS0BaDkeCoTnwwnejFgD5OKBpC1nRVJ\r\naH6kwMyj6ZcbrJHwGW7Vh3L3vwF8WAzRPWuuuCW57RIyXd9lWnWqVMURyBVi\r\nXrJvSqEeiExhB6ze6Ifvhz/waem7tZUXKDN6D5iEqpsO12T2drrUYxht11FW\r\nQEBL/nqVqNPl0lSKnjoDHmxO+/OkT1msBGof43lyhC9qI3GjpY7RVUYY7ltV\r\nqqDp6Cqfc+xIGRx/4xOnGzWfs4nTZeNMWmhHjWFqhS3pZV9wa8/D0ISWlQ7X\r\np7dXNpGGvu7wiT/0RMve2DLttiOidWN9KwcKcNjsDQ3m0FR0YP1mKhm8lGf1\r\nY+DVZkXkFdvzaQutdATb903GKpcmO6dHcOs=\r\n=rBnu\r\n-----END PGP SIGNATURE-----\r\n","size":4217394},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.5-canary.8ac8fb099_1645676103254_0.19357947948181353"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-24T04:15:55.518Z","contributors":[]},"3.4.5-canary.091e8676f":{"name":"@firebase/firestore","version":"3.4.5-canary.091e8676f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.091e8676f","@firebase/logger":"0.3.2-canary.091e8676f","@firebase/util":"1.4.3-canary.091e8676f","@firebase/webchannel-wrapper":"0.6.1-canary.091e8676f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.17-canary.091e8676f"},"devDependencies":{"@firebase/app":"0.7.17-canary.091e8676f","@firebase/app-compat":"0.1.18-canary.091e8676f","@firebase/auth":"0.19.9-canary.091e8676f","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.5-canary.091e8676f","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-w/cNBS0ikRiWC3+7qh8frPIzFCQVFjjKiukJt0KrM8V2T6VxnRT8K1elz+QsUtGhBw9DJh3CZcGN4ycUq1Ilhg==","shasum":"594053ae11eef0f26e7287b17e8955116631ff28","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.5-canary.091e8676f.tgz","fileCount":1451,"unpackedSize":22262828,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiF7+9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoHgQ//YleaSekZ6F4ZPuZHWjJCEsGGNV+XdOI67wwUKWh06vWTWOdz\r\n3OHg+0Heg/JWaSJvMc5a1v6M9BpwVJELOO6exX8MZOdM3oefGSnsZOwkMtDE\r\nE+LKEott82uEmgDV+83ikSTwli/rFKzuAUWxv0oW+6PdM2+cAgZqhinyb7Xp\r\nZB0M5nX/W0j+ypRZ9aT8C63++mTvOEsBlDEe92RS7JCvSDRtw/wy9XocucF0\r\n6z36/pmmZL/pN5SVa5b0j/L2v2JG/qjEyVPD7aOVq0pq6ZPUnRryWiD5WjD7\r\naZhsq6YuooRXH89dfwagciyY54T5WQOQ/ljvvtoJczPODjaGVkv2VOdRZpBb\r\n9fUVdO1qwiaW+MsflzqIpqXdtO8aeqC4LxUVozJLwQQgNLX84xwlQgKn5VsD\r\ncg71505vaLhuv8QSFO9pImFPJbK3eFyPRvWiWONZpRv51LJF3xS2RMQe0dw/\r\nVR/gJSW2q9J86dvGI3i/rFOf3FDu+Fh2eZ/G+Y0xIZGG81VpUjYn10Oy9WLg\r\n9cIVefNRiYb3VKxpFI3w95+u+g0Z5WFRZ3/4X5P3EudiDTVMNy4JVS0tZ0Q9\r\nAo3xvIX/aHlM8AL0qIyyQMfDef6iHLETNWFvi6A9R4qWcByXWH9pISLnZXvM\r\n1AHdyFJcpOALAihXbGp/FkR1jq/wQGX57xQ=\r\n=sAjc\r\n-----END PGP SIGNATURE-----\r\n","size":4217396},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.5-canary.091e8676f_1645723580890_0.08098690590670898"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-24T17:27:05.046Z","contributors":[]},"3.4.5-canary.1588990b7":{"name":"@firebase/firestore","version":"3.4.5-canary.1588990b7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.1588990b7","@firebase/logger":"0.3.2-canary.1588990b7","@firebase/util":"1.4.3-canary.1588990b7","@firebase/webchannel-wrapper":"0.6.1-canary.1588990b7","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.17-canary.1588990b7"},"devDependencies":{"@firebase/app":"0.7.17-canary.1588990b7","@firebase/app-compat":"0.1.18-canary.1588990b7","@firebase/auth":"0.19.9-canary.1588990b7","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.5-canary.1588990b7","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-s2Xq0zh0zSEawL8tOuyjGxyLOik2w9Aenvmfn4+miAL7NzuREAxKbWGOB6cys3MHpCZs/qxA4zoWERcmKzgHCg==","shasum":"9b0be94dc88f91aac3cdd38c66b3eaa6868e3de2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.5-canary.1588990b7.tgz","fileCount":1451,"unpackedSize":22262828,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiF9Y0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqYsA//asCDURbpyhv9NTnNJ1IVe3DDRKIu24imMlDet2IZudza4zRH\r\nGEUM+HEtmrwcBULc1P4oh18IAbN9WMn6/2MnyfE/4xxzGjC4vS4VA36ew0AB\r\nsphOvSJc3JX5xWGz5vyfL5PEfKOTngc31Lz+KxLowlLAKLVDhcLuZ+oL4wBy\r\nCHh+Gq628EQ4gq+4u6isABM3i8l8cYL570zyD5WzvY4lLK97iipTdfW1CFX0\r\nvoF32FUdbwp/tj7DOv5+Y5egpU2jPbcPEYup26QVIjqcRhbEAppTJZXYU80V\r\n7FL9bg1CkkjF3ky1+3/Y+rJI4gaIbPQ5aqk0g2qBZHKW+gUrPEstRSIpsVtM\r\ncG7bKUwpmiMShVZprpguxPaW4Rlgu9fTY+rEbP6w5BUtS+z+RpoEmuy8Emkn\r\nzn5BQOBuLKgYjB6AtF2kC6JRydSTbS3LpE4CaSLsgnQIFElL/bXnK5AEeWiR\r\nbOnzw6wB/w2j1ArQCLyiehHv2lEQ9wwKwXuaeYwj7XyYfTndugEXGsoFkV0n\r\nD5Dvc+6GYA3RSSDHRfTLAkOQq9Ss3BjpVn4DO4wSuTbRXKX140nxgem2I0DR\r\nR37NgP/T5fKLqdMV0gW/JVtP+8yXMdorhdWXQ8RnUcAIvWqQmGXfC+A9HTqY\r\nPbWFn6m+/6Oivh7Gad2S8WEl6lL/P1S3xrc=\r\n=1C4e\r\n-----END PGP SIGNATURE-----\r\n","size":4217409},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.5-canary.1588990b7_1645729332119_0.5873335897884713"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-24T19:02:52.296Z","contributors":[]},"3.4.5-canary.b3e4af842":{"name":"@firebase/firestore","version":"3.4.5-canary.b3e4af842","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.b3e4af842","@firebase/logger":"0.3.2-canary.b3e4af842","@firebase/util":"1.4.3-canary.b3e4af842","@firebase/webchannel-wrapper":"0.6.1-canary.b3e4af842","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.17-canary.b3e4af842"},"devDependencies":{"@firebase/app":"0.7.17-canary.b3e4af842","@firebase/app-compat":"0.1.18-canary.b3e4af842","@firebase/auth":"0.19.9-canary.b3e4af842","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.5-canary.b3e4af842","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-P6+7GUf3ef2gPgQ37O+bNC1e8zjYgxQGkCvedGOgLdk1JPQAt59p9KqGmgnyncG/I7pOF/06AS6s9qE2E680/w==","shasum":"3a5a38e368d31492374d02ad2a5096334d138517","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.5-canary.b3e4af842.tgz","fileCount":1451,"unpackedSize":22262828,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiF+Z+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqBSg/5AVrBsWdpztenWkZAAVtllERhM5eF30i2ecstWB6Nhm4c1OQP\r\nsYMyw2DreQLzeVNBi6X8XQiSEC34QCyxznaT1A65XbPIpz8laDwYYdk4ZOK8\r\ntlH//jTzTTn/pn1I0z6yhADw6C2hXcx0lagrZna93ryH421kQ/9KoQZOMRNH\r\nXr5JNYKuhTx7Z5G7IeGulhH2R7UnR7VlDt5N2U8vp2vs8l1pOfYduNX3aydb\r\nrhL1Z1DkUTA2IuUpZXgjNKG0Gi3D93hFQzBctWWamGLnEZIgDsnHU2CniGK4\r\nXz3Ix1eD5Ma7H5tHbcn3fbyAZ45VoDmQ6ecF+bPcY8MvIc5ilTm+5Mm+/jBw\r\nGJ8Ss+LZ2X+csk05knY9wIhCiOM0tRRvVLNIJHvT4BqqeA+HNdWsHgl6ertX\r\np2xBSIxEPrRVHodS6jOKhx0kXTTCpW0ItDvRzEDlth0haTvyR5x7Rgr6MgqU\r\nS70t33QSie01TujwK0BOkyblXDFzKcRw/n4KAtkyh/MA1NfbnN43FJ788gpP\r\naxSdtxPj6RGOxIWNGfwKOPWJJa49BvRIh0pJvkNQOQRVF/MvQ4QkqmIp5oky\r\n39PesIgREjyH5HsIIu2AcVFtePTLuxna5elY1tJdbYLDYF2tMB0u7AmihhCB\r\n8uI3eZgRyzXJlS6h2u8COEWR+iihjhxqJaw=\r\n=KqOF\r\n-----END PGP SIGNATURE-----\r\n","size":4217399},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.5-canary.b3e4af842_1645733501960_0.7738866587830695"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-24T20:12:22.267Z","contributors":[]},"3.4.5-canary.2b98b28f2":{"name":"@firebase/firestore","version":"3.4.5-canary.2b98b28f2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.2b98b28f2","@firebase/logger":"0.3.2-canary.2b98b28f2","@firebase/util":"1.4.3-canary.2b98b28f2","@firebase/webchannel-wrapper":"0.6.1-canary.2b98b28f2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.17-canary.2b98b28f2"},"devDependencies":{"@firebase/app":"0.7.17-canary.2b98b28f2","@firebase/app-compat":"0.1.18-canary.2b98b28f2","@firebase/auth":"0.19.9-canary.2b98b28f2","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.5-canary.2b98b28f2","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-oeLGLDQgEqZ/EuZiuchvvloSiDx4Esogl2XqHkKX2I0JuF9mDc1LsDaVu2cRi0I7PZ22aQfcmfDDWI/H9WgcqA==","shasum":"d0821e1d2201ef1fbed2e5eb1df24edf15a9a058","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.5-canary.2b98b28f2.tgz","fileCount":1451,"unpackedSize":22264820,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiGASmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoYZhAAgagBtY4UIEVj9lQeeYuB/mehoQlDm1piXIvOqE8K4wiRyk0O\r\nkf7gJ+9I5KHZw4FG1jMYsZsLqPEXAVmgvt/bTcmrXSPsjnp7nKEDeUfQ2edk\r\nrFeKDm4kNX+DF9DC8lNqVQ6AivaQkx82UZ/NPouAVQL/FZEGfaGZlVm/FRUS\r\njBFziXd7jLCU3KcZ0yoWJgsaCwRXcCZqri+LNl+8KE6hUCTsorWl3vr3GaLy\r\nGMrmRoDmIweV+RzWA2RDl7qD9UuCMXl8C+H1BuPOI5AvUogOCD2LOBUflUgc\r\nxMHmYSQD8DCv/UrZHk346la33jJz6HqyFAL3b4jLsJaG1t6f1oIXYO02NmNn\r\n7T9xuoIGtRjokVIG1FJ15Eh/pMxnuXSNUfbCHRZTwiIP5lWD9x7p4sFjStEF\r\nMAB9/UHMokSwkgGYvrF4PocpVUWMKAI1XYKhz0CGQinOti57aU4eOQKpP3Na\r\n7kV9Zy9SrWNDkJCro71Y13LM2mtI0ZQzcs77eurUN2dedcGg3kEnkKNgIuDD\r\nIRz4rj59mcLgm6d6AsghPgDQt0wreSHSVHplmrF42SebKmZy7gUzt6+Z/PZQ\r\nfNnoi6bHJ19+9q3cc1n9+S998dEEQ5GgcG1xtNUC8lumHY8Z3YLZusbwtVCa\r\nhBs1x61AzJ+8DjY2l2WE06vDSxDdSW+4MUc=\r\n=szXE\r\n-----END PGP SIGNATURE-----\r\n","size":4217854},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.5-canary.2b98b28f2_1645741222491_0.28391111193277907"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-24T22:21:03.911Z","contributors":[]},"3.4.5-canary.27ed8454d":{"name":"@firebase/firestore","version":"3.4.5-canary.27ed8454d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.27ed8454d","@firebase/logger":"0.3.2-canary.27ed8454d","@firebase/util":"1.4.3-canary.27ed8454d","@firebase/webchannel-wrapper":"0.6.1-canary.27ed8454d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.17-canary.27ed8454d"},"devDependencies":{"@firebase/app":"0.7.17-canary.27ed8454d","@firebase/app-compat":"0.1.18-canary.27ed8454d","@firebase/auth":"0.19.9-canary.27ed8454d","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.5-canary.27ed8454d","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-KR/JDpvqNycaIz1ZcNo8pG8bYYxQcUvT99U9ebbdDpcQSXvHtR43pqh54biCs6nPnvqr0biaIBMGXK/0hH5aCg==","shasum":"6513a7d4bc56aec9deac227c2d8789f60d534d48","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.5-canary.27ed8454d.tgz","fileCount":1455,"unpackedSize":22060745,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHP7xACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqhvg//fLeHt3OaZt9iCRpNU/KgmJfV/J6fR6JeAnQ3p1abM+eRRVFk\r\nj8q8U6F8y3Zrkj3uPOUvupRhFGNl2vi9RMvyFtRA8qEpAGcylio/krh6EfzI\r\n3V1ymfydyJ5saH8NU/q6LNMAtu2/wpVGgpYbjc3MWAF+qj1OKf7lfS9hDCHb\r\nBTfBYO3mh8qwvRnn5WsPkeizGcR4eR5B1/jqnkhFdHfPnjrHLvfVlA5N5Oh5\r\n6X3LI2aIafNShGHdOZrLu8oBVrcMDpLaitbtDbW2fYsku7TdkaP7Z0nnJ8r1\r\nmmKYDyFPA9WScEJLZVNkhU/8fHaFKAibLBk6+h5KBlWTFQbDHXwgrYUdl13h\r\nPAdhb1Hi+VP8GGr7njUCTOPyThv9JormSoJFrYhCnbi6rDfwAdOO2w/ZnOnt\r\n4c1rcWC9Z40JqTaVry/9Xdl1dGHeg5id3fK6IgNhIds9yd35YeYW4jUQXqfK\r\nj7zaryOCcILDvveRnvD4ulZTgUWeX8cZOgarYHEvFryAdSazMSj0jYPrXmAy\r\nkPl6Qk5DSd+GRguX2OiII6EbZ+OZQ/oXrXbg1VKgpCOzwG1EZ1yg3PXwDceh\r\nkPjDbVWShJx3El+HIQ9/6to2Bsp6eDSo3pHgUUoFyNMzREH3Vwd7VBBDtCIo\r\n7woEn3QCeODrQ9sd3GjxmrttV4H7JK+ywZI=\r\n=AY42\r\n-----END PGP SIGNATURE-----\r\n","size":4152453},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.5-canary.27ed8454d_1646067441489_0.1371133311498336"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-28T16:58:06.627Z","contributors":[]},"3.4.5-canary.09e62431f":{"name":"@firebase/firestore","version":"3.4.5-canary.09e62431f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.09e62431f","@firebase/logger":"0.3.2-canary.09e62431f","@firebase/util":"1.4.3-canary.09e62431f","@firebase/webchannel-wrapper":"0.6.1-canary.09e62431f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.17-canary.09e62431f"},"devDependencies":{"@firebase/app":"0.7.17-canary.09e62431f","@firebase/app-compat":"0.1.18-canary.09e62431f","@firebase/auth":"0.19.9-canary.09e62431f","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.5-canary.09e62431f","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-ASePI5Iq50I1YQSh4HjYUFDzaWDSOj1YiW+NHk2Vjsxmc3Y5CUHeHQktXdMP5N5lLTl+T91qyXuvE1btuSJCzA==","shasum":"6bb1362185a9ad63a94fca51f46ab23d97a00da6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.5-canary.09e62431f.tgz","fileCount":1455,"unpackedSize":22071569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHQsMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmphpw//U6bhhrMt4KNMaflzCAHgxFs5xmKL5mdh4a9iIS7xgE/RjEc+\r\n1WsEf4E9y58cU6ht3hRuE+GhkAD9lx/H3+QZVNI+K7u3DpW0OpTbSAeHj0qn\r\nvcwzRjne/LuRTE/YnjmuS7s4JBqt8sHgSJH8eJOa9SNy/EylzRLzkpQdbyYb\r\nAO+74LqkKpk9D7CMGTWTkxXqUHLkW3/PZaAy7hN0RGw9bqwqQRTyR6obNoqF\r\n6//HtkEH9LHiN9wuo1Ykc942RJUdTOhcDf4AN49s2O6lpn/cC89OMZ35mpHf\r\nZQ0bivqE5gvqdTnaD7k2oNCJOWUNHYRawePXmQdWFtcLFC1nzxYqyKZ1osoo\r\nI79ucK5+DfER0DeRYfYVTGthy8/ADSzvzXiIqqlLXnLyrOQUnyZMDLFfZ2Zs\r\nHHd/HQHZT5ZAvxSI5o6s49sH9px8BFHR/1egFPAgrfPmiFSWAnhnO3P8sq+t\r\nQJRV/SZcWCk7VrPq1GGn99ZgsqDBqDXHjKzRIvjzbR3+04S/N6BR/ZiP+P+8\r\neGrjQtxsM7IzWdG4avrZQWp1CO6LQepIWNPwnX6ov72o++QeIX9snoyPB4aD\r\nM9P63/o8l3knZT3er1voY7chEP2Yt6syTvHEuACwF7rKqwgto1qAeJzBCgfP\r\naiLAnn3DwIB+AQkoUVspUUM5PFySPJG8FFI=\r\n=Kl8o\r\n-----END PGP SIGNATURE-----\r\n","size":4154467},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.5-canary.09e62431f_1646070540225_0.8775932016171719"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-28T17:51:24.935Z","contributors":[]},"3.4.5-20222320822":{"name":"@firebase/firestore","version":"3.4.5-20222320822","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10","@firebase/logger":"0.3.2","@firebase/util":"1.4.3","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.18-20222320822"},"devDependencies":{"@firebase/app":"0.7.18-20222320822","@firebase/app-compat":"0.1.19-20222320822","@firebase/auth":"0.19.9-20222320822","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.5-20222320822","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-SNPfKjSpRe8i6YcFGqowAbEF4Lw//t8KI4O9/iEJ1nR1xzqIoc9PM7ZFOHaKY2XG6N6qbSgwxs0HH7FwRrtlqA==","shasum":"4694d9724f8fea86f1f882f87fe130815e0bb125","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.5-20222320822.tgz","fileCount":1455,"unpackedSize":22071296,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiIT3vACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqTHhAAk4zmVuKLl9g/ucAehgpsKHFwxwtMc3BfDppHRXO7JWHteD6X\r\nQ5TitbKf/IuKsgP0epyy7wEMCOTYu4MuEn+MApIsSrzFoEs0LThuIT9RiOuo\r\nsnX1PPVpRI6LKfzWa9KGFzBPVGmIqm2ZHgZ+v4gTVp0nLta9EJ44HkY+Q83S\r\nXimZz3tSC06T62xQW73+SjjYd4HYIV3nBQOHIBJdO426qLRFQ70+SY14d/Hg\r\n0+4ZmGzrfVDdhXpEKNI15UXTYpRyKbamOZUGTcM0GF5vhpLIhr8K6tFL08R0\r\nz+skMro+8GpqK9PUQVRTywaCzPUUPk7m4PEQtVon/1cBPj2nTLTadCLe+U6C\r\nAwwRC50wBdJWRdyk13prKydGkVGp8su+LOuOzfSsUFTwQlZ1pegdfeH8VjCd\r\nh+bwETtlAO/xXJ3IS59rSipsnp3C/7Tq1AFiizFDfVGbBH8TawBAv1zPknDF\r\ngBaYcbshVHBaUqm3TDZ33tBSh7q19Kg59GLWJTDKrM9m++PWAcni5Db9m2n7\r\nxcLhySsIRuqRsUntz6QZpz9KPi9sOjItgT9vuv+66NghQwAHd6HRLQh1CCy3\r\nwRR5gQU2ey0KHPhEUvqaHx5DOMWoWd5fcp0Hcy4XofHPZhycdgTtQckuHYfM\r\n8Nw7z+qEEQv13tOui8HtlCxJdexeLVOGbRo=\r\n=X1lo\r\n-----END PGP SIGNATURE-----\r\n","size":4154436},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.5-20222320822_1646345711381_0.5792836759302704"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-03T22:16:04.557Z","contributors":[]},"3.4.5-canary.88841d4d2":{"name":"@firebase/firestore","version":"3.4.5-canary.88841d4d2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.88841d4d2","@firebase/logger":"0.3.2-canary.88841d4d2","@firebase/util":"1.4.3-canary.88841d4d2","@firebase/webchannel-wrapper":"0.6.1-canary.88841d4d2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.17-canary.88841d4d2"},"devDependencies":{"@firebase/app":"0.7.17-canary.88841d4d2","@firebase/app-compat":"0.1.18-canary.88841d4d2","@firebase/auth":"0.19.9-canary.88841d4d2","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.5-canary.88841d4d2","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-BsdgXTyPvzJ6NHQ0k5PexfxLYTM9NG4XREWrVa9aYza1oafOS1a7FEQyX7qopgb5tMQ7p/TzNP0tu2CblIulxg==","shasum":"1dc882e64ef6831a2f57e2e3433c1d8582215e0d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.5-canary.88841d4d2.tgz","fileCount":1455,"unpackedSize":22071569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKR0HACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqkvg//V8nErAo5ifuvdT4YhICmTWgd54Od49LpURjCLRwbCdu/WiCO\r\n0HS9aD/O5Gj0oC+92oRE/4M2odAAbNr4QCpJ9wjEr7SL4o75lY6WdjkqrAbd\r\n2Prm5PXQrjs3uJqYsQTyiu+E+xMTYQ0kSJCN3kzG2Qoft+WtLRlXVpOgQ0bS\r\ndz3R5HkszbER5/PUr4AZXZC3+zaHT3NTGoV9AYFOdSCnpKuqDJLuJPGop3Ig\r\nhkfKDnEErjaqxjRHsK3F+UtQZd8O72dild5xAd+FWAbTraaLzoZJSvV0tN29\r\nyXsd0uz36zWYSuBpv4G0ar1KRkH36a5Lh5/gfHj/+/SVfIT9Z5JZjgiIYnr0\r\n2eTP9jUzjc5T5v91jWJVbDNh5qr5jJ5oEzAPtTfbwd5UCLnmSyOIdUcuM4cb\r\nFWwcyxFKaG5FZbYsIPTqXvjE3ixLG5T5vkCMiRVjTYi1BIN5lhSHwNDbLch7\r\nJFSKm7QqIvsqBlEFPHNqphZPYIrO4a2We/EIQOAWNgqHj5NHcMMaC9372BN0\r\nxeDOIEjPA2k9lyRFoXdiB3I/EwdIpGTyd5XNQzPi8nvkgOj1gvZX+EnN6hlM\r\nPEsbHp12e5UDgsUdgBeuAOf44Nr+ZRpT31dD350+oRRSlHpSmJ6E+R6BJ0s3\r\nFuy4Swt6qTWxq0wUXnqMsz8ZVvXgabcgIIA=\r\n=Fa5B\r\n-----END PGP SIGNATURE-----\r\n","size":4154473},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.5-canary.88841d4d2_1646861575271_0.9796595219591913"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-09T21:33:40.259Z","contributors":[]},"3.4.5-canary.927c1afc1":{"name":"@firebase/firestore","version":"3.4.5-canary.927c1afc1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.927c1afc1","@firebase/logger":"0.3.2-canary.927c1afc1","@firebase/util":"1.4.3-canary.927c1afc1","@firebase/webchannel-wrapper":"0.6.1-canary.927c1afc1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.17-canary.927c1afc1"},"devDependencies":{"@firebase/app":"0.7.17-canary.927c1afc1","@firebase/app-compat":"0.1.18-canary.927c1afc1","@firebase/auth":"0.19.9-canary.927c1afc1","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.5-canary.927c1afc1","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-PWp3NtaJ6vK27EVHxF0uVlY05IOr/0Y4ohziGf9eMlc2fvKzazY3CJM+5tjis5A1rgCOStQkS9jxxuNt3qQi0g==","shasum":"b4e0be3766d0865e0b6eeec1d8357340cc1acb68","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.5-canary.927c1afc1.tgz","fileCount":1455,"unpackedSize":22071569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKmNVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqxbA//YgnyKcdmgj3LoIfsAhIplait8EUDQCSFiSg2ZS6SuUMrnC6s\r\nkP12gFDgldhfpX+lAeczCwqOQ3PO+BU0C3cZ5XWlIi708gXqzxQ79K995DsG\r\nwn7B2omhPYxDF0yqETO90BY+b1ahOvvGeWU8zr+ZtTCOWfznQ2leDqrYl6pQ\r\noeaShlkamJ7ezSXlSW8+fzEFpeWS1Y0xeFBAMoa71RMMzBOOR5usl+cYRxHf\r\nKRuBnngqhe1DUSsgfbke8z41UlIaeqVVdGo/XHCGKhvDcLH5/wBi61Fbn0hL\r\nHFJlmI5s7+Mb7A6Ylne2JXGX94C/BvQ3Vy3jPG3hACygLXI0tQJl2iaqU/X1\r\n1bXkvaHnwVKijSb1GTF2poU6H52Z6a05D8xmmPzJsCxK5F8GFVLc/Vr2oBYP\r\nWI26g8HiMBogI/+AUJH8XltQ0hsI2Re2xIOGl8d69NhTc4jTaTd6w1jqPqmC\r\niku9vrveGaTdQrwfKztLCvGmMWpwogf1KsvkjQeDJzqzcABb0oK7HFhy3F5W\r\n1HvPcOBqxjCcgM2qyL4dNl+0DMMEag+7g4w4/JaBK8Hb/pkeaUjdEem8A3O8\r\nMyU1c1vRMcDDnGxs2ZlXjHzbWOG2GFmS0zQhwRiWcZJvFX3htv/Hjk+Sg9TW\r\nGXIBIXIym0q68yfupJaam01l/VNCLQxhyg8=\r\n=3aIU\r\n-----END PGP SIGNATURE-----\r\n","size":4154457},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.5-canary.927c1afc1_1646945109524_0.9366462705620462"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-10T20:45:51.742Z","contributors":[]},"3.4.5-canary.2d672cead":{"name":"@firebase/firestore","version":"3.4.5-canary.2d672cead","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.2d672cead","@firebase/logger":"0.3.2-canary.2d672cead","@firebase/util":"1.4.3-canary.2d672cead","@firebase/webchannel-wrapper":"0.6.1-canary.2d672cead","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.17-canary.2d672cead"},"devDependencies":{"@firebase/app":"0.7.17-canary.2d672cead","@firebase/app-compat":"0.1.18-canary.2d672cead","@firebase/auth":"0.19.9-canary.2d672cead","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.5-canary.2d672cead","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-v9vTf3uTTRJ5T+8MajnPOMbtMdGO8lvCcQlOrS5ZQhRmpgA6mZyQ8lfgV2GqsPKkaGoj/paoRcT+nVO7vnqLAw==","shasum":"b856d2a6326ede8739601b9e2a25cccee7d99023","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.5-canary.2d672cead.tgz","fileCount":1455,"unpackedSize":22071569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiL6R2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoUbA//U6IOSH1PDqYdyShevNkYBp7+ntmmBT+kECpFmLG7IhJV8hzi\r\ncwduDZJly6VxMUVyN4Kdi/Nzy7bPob0pc4W6OpjWEMxmDDSQPlSiu3KLXK/H\r\n7hFb1HWbHxM7NjHrjCcTKKmD+dYhJ6gS0S2fNLvvOmYTum1ptJbD+7bgv+So\r\n1WA6muyAm58oc7y/VLWWT+dzIW1hitiTQY371BGjxHaA9R15Uhg683nmSOjY\r\nTTf0pfOixUVf5SDCPiZ1P/5PUAVrM3vdH+UxcdA2eWfyRRodP/sgxUB+Tq5Y\r\nLlvjt3pPqonXVpZmpkP4T+OkMF6VlF4+bW8kSHGoRBSgWbebMmDrK5CiBR5y\r\n7USl+kF9PDytVGsHQMCizWe8Q0CaDrS1T2h0rMC5Z0eumI1mT3hw0alimy9l\r\nU9V3Czc5Rt9G5jdytcotnPImCF5xY4YJpiSG+n3ai1xX1M5QRaRc2OhZL+/3\r\nvhF3tlsGeOnXR3HAxcj6LjV4oCCJVZu2QrQWvh2pNzpAynRHM99EhnE58fyj\r\nuppWzi/+DF2gwRHZXiNhoqowuoqkpxIwjhlt9KD3qbF1pOEkNzG/GW1Yu/ew\r\nC1bw0v0tpa396G8JlP3aofFX4KlZavJoFm7PLeo9sm2G7VaxSacqYYAZZRPn\r\ngMaEHRvX7/SqAD1nutR0Met+HuY5Y7nby4U=\r\n=3f8t\r\n-----END PGP SIGNATURE-----\r\n","size":4154480},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.5-canary.2d672cead_1647289462228_0.11510402625520721"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-14T20:25:13.922Z","contributors":[]},"3.4.5-canary.ddeff8384":{"name":"@firebase/firestore","version":"3.4.5-canary.ddeff8384","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.ddeff8384","@firebase/logger":"0.3.2-canary.ddeff8384","@firebase/util":"1.4.3-canary.ddeff8384","@firebase/webchannel-wrapper":"0.6.1-canary.ddeff8384","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.17-canary.ddeff8384"},"devDependencies":{"@firebase/app":"0.7.17-canary.ddeff8384","@firebase/app-compat":"0.1.18-canary.ddeff8384","@firebase/auth":"0.19.9-canary.ddeff8384","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.5-canary.ddeff8384","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-urebHfN6/tHs23daTZq3KSIdoRchiY7fc590I/A8lj9V/D2De5Ssq+vdV0QxrhCT80vqF9vr37Kg9kLZiH7XQA==","shasum":"6c7a98f12e5479f68547a9c214fe0eb49cdbd1b9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.5-canary.ddeff8384.tgz","fileCount":1455,"unpackedSize":22071569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMONOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmozRhAAhiD/+8IMu8acKf7lBRLqQS4fa98kPObSHqg5mOZXQjxSmxhk\r\nOvLrvFzRsMde9SetlORu60/Zn1T0ojYA3bEcFBxVvGWGHzUx1XDtJOiZ+kYy\r\nmytMaeyE5wBto5xI4CS4wU495RbVP+USyIzBCYj/l8FVMsOUylcwvcbEL1Pb\r\n2iRgudhhEjec/f815KuEkS8RLw0oXj1wNIeqnN2ZIT1lyY7DLUijrRz8Gx9q\r\niXxRunkkXlVRyWmtl4C2hklqciWSRDJgVsxWKf7MjT+LmbDgbOw5SUF2ZPxh\r\nndSCZt0EVsH4xnQ3Z+OKywZDmYurukIemDRcuxorUok6kHu+M7l0AudQ2Y+8\r\nrd4Nyh56utDZKhP3Vwy7L1KekpGWpZUVvMfwbq3+NMCe7NoatGNGeupSCvZB\r\n2YSZQC8JzS3Vsi0qXi+T7Pp48z7HMJ0pOHThOLPQapppQ3sqA8GA046jPat+\r\nky8Ba3xLjc0V0+Lg1Lrg9rTqzpsCYdxr37cQ+VvXTRljmVK4zq0sL38oefd/\r\nubYrA7S+gOJnnOV8HKBby7g+1iVi7MoT+pjtLQ+73OeB1ji0ljMOUwHS33qD\r\nuAIJgj/pomnGbBZZPosi1+w8mW8AQGK3LeG/GBze8g0HH1gdM3Ym5kxPTQTK\r\ni+z7WkD+QHE+AGykGYf0gwLk0fnd6liUkm4=\r\n=5DfN\r\n-----END PGP SIGNATURE-----\r\n","size":4154453},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.5-canary.ddeff8384_1647371086057_0.31886427435448295"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-15T19:05:58.057Z","contributors":[]},"3.4.5-canary.a7f4a2eb6":{"name":"@firebase/firestore","version":"3.4.5-canary.a7f4a2eb6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.a7f4a2eb6","@firebase/logger":"0.3.2-canary.a7f4a2eb6","@firebase/util":"1.4.3-canary.a7f4a2eb6","@firebase/webchannel-wrapper":"0.6.1-canary.a7f4a2eb6","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.17-canary.a7f4a2eb6"},"devDependencies":{"@firebase/app":"0.7.17-canary.a7f4a2eb6","@firebase/app-compat":"0.1.18-canary.a7f4a2eb6","@firebase/auth":"0.19.9-canary.a7f4a2eb6","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.5-canary.a7f4a2eb6","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-7UNkmaf6RZAsxatEoms0R05ac4hC7KaNEnZcgqmuHS4PBmMSS/+Kd4744T6zSSdWw50WqNv7W/nJIoIYmu0qsQ==","shasum":"d8dfb927c1709564190a2f6beaabb442d1531c4c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.5-canary.a7f4a2eb6.tgz","fileCount":1455,"unpackedSize":22071569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMOQZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrGtg//ZG4jxMnAxizn9NUpdAehZfTfoUT6WIPUBIWklRoHuGfDcrfo\r\nc1XkwjZcsCJyf4HPr6QmMFFHd/savqZePHLcsFeRcgAoMzJULb+JAXEWJ624\r\nN8nYGBP+ItDCPhSpYiWdpxVmg+gZcSS2JoW95NyPOKmotMXVRirZ3FL++eyY\r\nAHtRn3JDcE46cE2DVo1luvdPeJL7unK4dhDPXr47/xmRp7/btD1yJzae7YDQ\r\nAFAehjcs79Y6QDdRXCNs09pLezVhtGl/Coz8GndRzTgCxXqh7qqRm40sgxG4\r\nNeQbfuDo0g+iCv0QdkcbyYVcOd51XBGQYpPdVkj8EFPULtHJ/6w66BS6amFi\r\n5tZveMN4Bjm453Vr2+CtTu5ECj5nzZFqeyGAnBowV83QXjWK/p8ndx5tXoMa\r\nARgVdcW7FsiboKx7M+NsmxB4fpaNcCHyKcSjT1Ke45/tHVmY5JtydBbxG5Tz\r\nNSNEjRVPaHzi1qlIQywVFMpbG8xA3UrxkibrsOMOT2BtZnCBIyEEXCSsiOnk\r\nQkGbM+2X+kTktk504DDFFIuud4tJ30Gfs1YBq4+DxScTk7GsUfMHCSbxpO0b\r\nMv9/WbRG4zVXAvw5kVRo+l1wZuFUAp329uo7RmzBM7+zWkoRZX6c7rrjzDGk\r\nxEmrpRMYLq4UPAfIHGD7clg7yzf2NkwpKUw=\r\n=d3Hx\r\n-----END PGP SIGNATURE-----\r\n","size":4154451},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.5-canary.a7f4a2eb6_1647371288898_0.45711013362980957"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-15T19:10:12.046Z","contributors":[]},"3.4.5-canary.e987dac26":{"name":"@firebase/firestore","version":"3.4.5-canary.e987dac26","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.e987dac26","@firebase/logger":"0.3.2-canary.e987dac26","@firebase/util":"1.4.3-canary.e987dac26","@firebase/webchannel-wrapper":"0.6.1-canary.e987dac26","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.17-canary.e987dac26"},"devDependencies":{"@firebase/app":"0.7.17-canary.e987dac26","@firebase/app-compat":"0.1.18-canary.e987dac26","@firebase/auth":"0.19.9-canary.e987dac26","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.5-canary.e987dac26","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-1GM4NuxklIHr5XBBheuG/CXpR8OO0Wnpsmid6uUMv9MtJiwsgdBo5xms6SBUpAyxhSFe46PB/xOTcB+8nh1BaA==","shasum":"2f765fee00adef07bb6450e388f1f6d35c14368b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.5-canary.e987dac26.tgz","fileCount":1455,"unpackedSize":22072810,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMgt9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpg1RAAieobbX6pfEdUjaUfnNO2UMC3gN9nrGcn3ES7sAWJZKoWFksc\r\nT2Bw85uQRGw2j+Qv35EiLfzC/yiu+MJFY2K7XRMZSX8ssdXGS6SQ6WLdFcjk\r\njuXnanKLMaapF7J7Ytb8V8meRca36mqZFvsIJfiL6hbLjBqKrfAWYAcy+uAL\r\nInaIuQvl4FTI5FrJHCoRMaxgt40iSnjt/2XB4SVqhuEFGt8BXBxtySPqQeu8\r\neM9URQT8nObq5r7FdiizMY/ARhgjys3G6AWwqqPzeun8coOUOgbw/fiFxNUr\r\nznsTUB9bW3amx90SzijAyqcde/+gfG5b5r+/ZMlLOJrJU09/BJnyJsZLF+3U\r\njYlNts6tNMdiGGFWLJjaj/TNzYok/4Dh9KSF29MzC2WHfEm+r0LrlGmdxDE7\r\nYOn07dxPr35JPD++5DaEGmCp/8oy0OZv5UPMEGSJu8dQK0YqlgRaCKnhco3P\r\nrbKNsNFMNNCylvQFhX1TI1TS2efW1t0qK4tSsK8nXbIScSB26fZVNXzGatY7\r\nJ70LoL0VLjvEkAEneSpY0HVW9aXoKwQ+DWnL/XZJ3i/c2CJkwpxnaZ1jnopk\r\nukJoMAXIC20heHKoB98RPVMp5VTsr/aQX3YmuNrbuOxF1UFAVxAwf5JBJjfv\r\nvyNg6s7pwFVxaKoJvB8lPrz9i2JU2GojgT4=\r\n=oBEj\r\n-----END PGP SIGNATURE-----\r\n","size":4154793},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.5-canary.e987dac26_1647446909169_0.9317700239915225"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-16T16:09:28.527Z","contributors":[]},"3.4.6-2022216223411":{"name":"@firebase/firestore","version":"3.4.6-2022216223411","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.11-2022216223411","@firebase/logger":"0.3.2","@firebase/util":"1.5.0-2022216223411","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.19-2022216223411"},"devDependencies":{"@firebase/app":"0.7.19-2022216223411","@firebase/app-compat":"0.1.20-2022216223411","@firebase/auth":"0.19.10-2022216223411","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.6-2022216223411","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-tBevujJnRW00m6H+ZgV52dtZMd0NeNQJNLScJgMWDUmu/LaVPPl6s6smhwyAkBEnddnP30EGJWOZ8rkL2+hfTw==","shasum":"5ab455a298cfbc30736c181a9bb16d9656ce20a2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.6-2022216223411.tgz","fileCount":1455,"unpackedSize":22073056,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMmhQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoOIg//dW2r4RR6UnXsKgduSFhrDfSxVLWD64XYy1qsQ2J5AmLBB5Za\r\n8oqNDJ/K0r62UzMi5Q2ZnXvY+5d/PEzBMR2pXnHzK2WIWL15Vu57Xf/ujO4e\r\nfq78clgFObw3sy7MqPztLK+jpLojWQey4izC1FFbJWAwCE3Xd+li+MXRztrA\r\nnVAgFEEgjinwikBdx/ReLmf32gBdtwqJ0JGjxrR2Pl4Xw2+3a5Bzq4o7yJ+h\r\n6nLhniRNJYq19aW7oViha0b166jTN+aRT9Cf4YMspFZIkT6AL9RQx6ia1v2R\r\nZ5YqMMU6esuR7PaF5hs7jQKQmg6gky/HsQcJ6HAXjwEcnZo7QYmNGsEAYGAP\r\n1nrlAAY9ABsJvMOaFi+BBBEQ0sbjtWt1jGD4Ru3FX6QHeLsyBfU2K1sYfUka\r\nmVKr+SdaxHtqciEp2e5PncBAjby/1xMtqu4TboZ2avUvExmFIZngXPFSnUuE\r\nMQIxLuamNizn8A8RlVXsF0mHzu5TnCWbNZznRLLhh/B8Y2mRQEe+3yezQoV/\r\neLIQZHF31NIGqEqEkcj4Csq9uDILVb/zF08m5CShjBZvJmNKTOMx149SuO8n\r\n3lNoifmj0l4am8BSBf6JZtPE/Iy6jViHlDNj2oIL1CUmHrEJmAqQP3iXKY+o\r\ng04f0Gq8CvAETtmWhmRJ8O5THZtqD2lIS7E=\r\n=JkQK\r\n-----END PGP SIGNATURE-----\r\n","size":4154855},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.6-2022216223411_1647470672179_0.5913796473522621"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-16T22:46:16.988Z","contributors":[]},"3.4.5-canary.7405e7d59":{"name":"@firebase/firestore","version":"3.4.5-canary.7405e7d59","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.10-canary.7405e7d59","@firebase/logger":"0.3.2-canary.7405e7d59","@firebase/util":"1.4.3-canary.7405e7d59","@firebase/webchannel-wrapper":"0.6.1-canary.7405e7d59","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.17-canary.7405e7d59"},"devDependencies":{"@firebase/app":"0.7.17-canary.7405e7d59","@firebase/app-compat":"0.1.18-canary.7405e7d59","@firebase/auth":"0.19.9-canary.7405e7d59","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.5-canary.7405e7d59","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-dVqgxO2462OL6r/s4kPt4bBow8DFlIi6vwwdFs+/qKBtBEyayhzszNzE3M+AGmLx5X7ARE0LH2nWQsCdIGtPPg==","shasum":"f17a081002e704da43a6ea317c93087e8266b709","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.5-canary.7405e7d59.tgz","fileCount":1455,"unpackedSize":22072810,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMmrsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpmrA//c+TpsHh9bk2WJLu2i7YSPHLEM/Qljko6nd6g1o1cywaP2ACy\r\nMVdXLFLzzBYLxkKnLMmapmSqaLdHdwBeLGYdsQNaiBUH2rH4f2R/AsXLT2tf\r\n/GPCgBTYz8HyjWbGSF/HzLKcrwMoRp5PLalDvHIhJ2MvB51yxO77Kk966oLw\r\nwDBqujXEoKPD0BzR7+iIIgAd8jCBksOCez7aplb+aV4ruxQYmfHKvcOq9gLt\r\nSLLgGZqs3sNQHtFdUuvjdw4xxYeVvW0aG4GWgH0ne+Dh79frytpPvs1KvNo2\r\nAzlOecceKPUpXGuOA7p5gA9JzwMRk73t20oxADy0SMg/y9tMul/yLDxJhy+i\r\naOb9ioTDHwezt0ML6JBnxZkn1rpDEotnBdSUOKd51vtNymXO5po954Ja2UIp\r\n/6zI5cr/ICmgw5EELi6kzZCTwpOnOY492yn+uKKlSXu6okyb61DHjGQxl5Cx\r\nHVwjSCQABBmU1prwLCOh5ed5NPHJQLAjyOVo023AWePNFthX8F8MDQhR1Dhi\r\nwrDwIF9thTYb4c0e4SHvG05BTjKQgO3xahbnuhGf/62rzTBb6MzAAIl/kT4+\r\nYd0gMM2OEqWN+4hJmrww82q8zTn6+8Pe6Qg9+ekze3Oss5o42BzHSElnaNDd\r\nXV399XgBRXjBUxcb0iTsd1PBNpxP1FUgCEc=\r\n=8DOo\r\n-----END PGP SIGNATURE-----\r\n","size":4154800},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.5-canary.7405e7d59_1647471339933_0.2446736236124194"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-16T22:56:17.378Z","contributors":[]},"3.4.6":{"name":"@firebase/firestore","version":"3.4.6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.11","@firebase/logger":"0.3.2","@firebase/util":"1.5.0","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.19","@firebase/app-compat":"0.1.20","@firebase/auth":"0.19.10","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.6","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-HVyrg1LAVePvut+qf856mCSdZbVL9dhnK1skZ6LY2KquS71RW0v7/iu+/Wn00kPHbZSmHGvYzHD6JOf+kjjbuQ==","shasum":"1610c3a02458f30caa8950d2212b185d70167857","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.6.tgz","fileCount":1455,"unpackedSize":22072237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiM5heACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqIpw/+NZECJBxnEoElWB22IHzS87OcjaVEU7KmEXBxFhgN3pXEMeQI\r\ncaCuaypxEYu7Yu4gKg8cpFMSwoDE4M6XriPeiuWrmqTWxGGsp/W8genlFbaY\r\nsyiBoioNup50bDXomUpzMgfH+iXV8brcY+vTO7la/pz8EBVWVUBgHehM2RFO\r\nXUDw2EgDzWIU9O8uNQ5D50FrJxSvM7T8gEyp+Zu0q/Q3bzdUEerHwjEC09mc\r\nNeQU+mB5bVo+EOTMG//j1DRKDVR4mtQCCzX+I+tD0Mx3R3qKPg81rBT14WZ7\r\nxTtzmfzWmgxID4Vw0isbukpeMBh9umqvbFIVP6oMrwGKp7FXvB/GJnm8qOo6\r\n6PF2lJq4fX0FK96hZREYxTSCR2e/T9jy8Nl1cT3XOykXGCbCbEoos3VYBDXY\r\nYD/uFtup3gWg+GvYqi2Zow9dzpYin6MRBctaO/Z4yAxuBdW7utNvLNR4JavP\r\nOHrVmZNQ9FHzGn+EKNKwu3sZY2xQs5sQuLzDVeebMxoR6nZW8ncs58MpkuF0\r\nPFnGtmNwgGB2wEzhL/KoXvNwIZ9HY6rHDdHrpXn+KG7vn79etLFbxt4jQfjI\r\nVYEOTqJDFUsZ0fHO2VTZW3sWmYNhfwjpAM5g/xhL62uEZf3d/vfvgbGkLshu\r\nEAj0DBtQ6NUfyDacWpo0ESoh+5UGz6k5ISI=\r\n=26HS\r\n-----END PGP SIGNATURE-----\r\n","size":4154679},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.6_1647548510266_0.16646154704703586"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-17T20:23:35.579Z","contributors":[]},"3.4.6-canary.911c02822":{"name":"@firebase/firestore","version":"3.4.6-canary.911c02822","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.11-canary.911c02822","@firebase/logger":"0.3.2-canary.911c02822","@firebase/util":"1.5.0-canary.911c02822","@firebase/webchannel-wrapper":"0.6.1-canary.911c02822","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.19-canary.911c02822"},"devDependencies":{"@firebase/app":"0.7.19-canary.911c02822","@firebase/app-compat":"0.1.20-canary.911c02822","@firebase/auth":"0.19.10-canary.911c02822","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.6-canary.911c02822","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-RnaqQfAMSTTnrFpwAnyUobYUKcBV5p6xGKlrbfIWjQbp0Vdes1TcZV/TFXo1+ZuyKdO++M9xCCjhqZK7Ol2Pqg==","shasum":"c43d6a44c4d4f5006ca5f0a7814492b22f9027dc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.6-canary.911c02822.tgz","fileCount":1455,"unpackedSize":22073030,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiM6AKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrOWA//e4/EVOLkI4q3KBjhDK81b1F1l8BUkvogn/zOStRBmKbnS/Ap\r\nUIBsFV6JaD9Lb1mfpSKWGCUu6x8WUTwNYgoUjIkMl7NPFGKmB4cHGJnvu6oa\r\nKcUdTJzMBuBapiLOzZCcx8nZKlF5x0MvzKZgscrMsQKvNKCCOEDm4nzN/fd8\r\nsSVve995Xo3KaHVyyL2n9N0qZOfmzX/bLWIarX1HrBaIgc2sLYuUaEK2cs3b\r\nJJ4oYyCFLGr4PftdRG1jIAoe63HWzZtYQYlO2BvhVKajMTBOpJyu9Kd5KV/H\r\nyVVesioVkbf7sCCE66hNTtKKQlBf3QkoZpVGrirSKodumvxe6/JHkOfaA340\r\nNtcQsRk7wNJM91QZVHaYWBC8D9feisziTU1LRLniSiMk5mnAlKQKNxaaetEU\r\nEC/hln3YwBg/YVZZrWUtLSgwwi6LZblFuwCqu5Lib1cakAkH8ih9Hk7PgDcm\r\npHXrcJwBXUe0LsAif+YlOdLtP87k5B2SJxmyNzjvxW+VQAEytKkJxrGk4UvL\r\nDgZwHQrUw3Zsiwch3l1FQQC6L5RXLcNgCAJkrddagLngri0+zjQ/cl8CHy6O\r\nmuYI/2bVy8T/KhM83qHY6g4pmFDkEjOrvdz2tPO9SXHhYV++xE0iq08v0JXy\r\ngyNKtnEvGqd1PLKmTd4jPzWS3+BCjVUCnKM=\r\n=71bu\r\n-----END PGP SIGNATURE-----\r\n","size":4154845},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.6-canary.911c02822_1647550474264_0.12799769834478214"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-17T20:57:03.390Z","contributors":[]},"3.4.6-canary.69aa7b02d":{"name":"@firebase/firestore","version":"3.4.6-canary.69aa7b02d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.11-canary.69aa7b02d","@firebase/logger":"0.3.2-canary.69aa7b02d","@firebase/util":"1.5.0-canary.69aa7b02d","@firebase/webchannel-wrapper":"0.6.1-canary.69aa7b02d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.19-canary.69aa7b02d"},"devDependencies":{"@firebase/app":"0.7.19-canary.69aa7b02d","@firebase/app-compat":"0.1.20-canary.69aa7b02d","@firebase/auth":"0.19.10-canary.69aa7b02d","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.6-canary.69aa7b02d","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-z28RHHIDQtDxC610ekA7+Gs7kguFBCoN0gwDA+DiHb+/ZqDAsLxBwjFq+LbxJpd8Zx6970MhUjwGH6AaDLhUrQ==","shasum":"bf6837f42eb9c26f5fadeb166e3b3dd67b288796","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.6-canary.69aa7b02d.tgz","fileCount":1459,"unpackedSize":22187474,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiNK8/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZyA/9FYaVL3GFwsD4oZVeWl+D6/J1EwWquWj8jcgRQ2JjhSqEJTnf\r\np3nEklzFnmIdRRuz0FJd0kue+hG1BqINzpJZA0pdB1QjFpWz2pVsoqWSPxi8\r\nb8bMUOxIRNoLsfGd7gN/9erfEMxcexPApX2ZjG5NW7KW0RohWIWIZZKgt836\r\nQdH/G6gFex2asB3MRdr/BOkSlQB+tB8HoPAa/Erh3/sgVr3M77G2sD/ZuxJW\r\nnBL5PF6V204D0GWrqSSZZQjLZAJhb6ptl8ZusXZL84B9VFXSA+wlqCGxyhlT\r\nZYoyxjXwS8T0Uc/TgfJkkxtj+r2cZC/+u+hTbT+YPQFkWxBGY0/4Gwg0ZUPe\r\nH2Tpj2nSoQf30T3E2LLBgpbh9cw3q7grA8Fpnac572oeRsy3SdtQhKZg00PK\r\nHqRq4SfecAttQ9Jfgrdl6cYMBpygNAiJ2hdNFmcr8wOH/3KHKdWNScheVI0I\r\nz6doC+7MBuwCXdujww8l4CTcKOWBmuAQqa8aoPE6WrhsjkFnT1okMftRGN/h\r\nk/iZ5NsYkOm/1SP2cLQ1X5xTF+pDpw7QHBBg8765UcDT4mmxgI0qtG4EUKE4\r\nOkSqwnQSz/beXeJAAngNU7V+jUZoEjYrMv6rAqempw0w6qlpjDBOAWWuqINf\r\ncuCHITrkYoKzeE8u8Hvb67TzprUvvFL/n6I=\r\n=qshz\r\n-----END PGP SIGNATURE-----\r\n","size":4175971},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.6-canary.69aa7b02d_1647619902789_0.07045888025907754"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-18T16:18:15.994Z","contributors":[]},"3.4.6-canary.14ccbadd0":{"name":"@firebase/firestore","version":"3.4.6-canary.14ccbadd0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.11-canary.14ccbadd0","@firebase/logger":"0.3.2-canary.14ccbadd0","@firebase/util":"1.5.0-canary.14ccbadd0","@firebase/webchannel-wrapper":"0.6.1-canary.14ccbadd0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.19-canary.14ccbadd0"},"devDependencies":{"@firebase/app":"0.7.19-canary.14ccbadd0","@firebase/app-compat":"0.1.20-canary.14ccbadd0","@firebase/auth":"0.19.10-canary.14ccbadd0","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.6-canary.14ccbadd0","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-0WANNK00KeR3VTbG/u7Yel0ckk/vvvUIDVmwtK+nNRtall4o30mMDMS4QYlM6LVYCpWkRl6/LqOArZB8vahnaw==","shasum":"5725026943577ec5e0e44fbc46287dc2f8a8955e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.6-canary.14ccbadd0.tgz","fileCount":1459,"unpackedSize":22164915,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiNPlNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoXSw/7BiBzeHdySN874lTaMyGy71T4fkv2c0jS4ylnMqhISWFVvfc6\r\nJfU07vkseRPdvMu6K+WFyFnkRnYaI6aXfkXs6r9B8A2Y+jr0ldK0KNAcr9XN\r\ng+5Xa3gOWfzYSI0qJ1D/lOCPSprMhC22uoLIlBGK7TpRCfA5GILgZ/S6t/mi\r\n2X1e8aql3rLnY0HBHeDIUE6SYxBvvTm2fd0cdjWgD2jI3gm2U9nGbXC0P8Ao\r\nogrkgd1NonvOyZL9cnudoMjn9A8HUmq1oJDQpx7521nQQ+FZrQ5O4NvGfmh6\r\nqDZTfNzyOjYVxBrfL8TK+7UI6IIJmG2KmSmKz1ZefhgMh6bTqc4ey0vcqVH1\r\nycjR1t1xO2F1fai8h3856cVxWLwqHzloE/Y9n17eAexcsXoTBIz0vsBirqnw\r\n65907B6aLQ81AW+Nt/A+RaHsE7Kjw720TAsAqlMJn12botLFBGX/DHSOM6DU\r\n32qzSLb8FRDU7RtRP1BcCcCUVE52ngGjm087lgQvpxHCtwnER4wh9+BwDIR2\r\nAGgq4P0yqVXHy95xCdrUVYIyg5VRfzcc5LEGYEa62VlTfCpadQPaPHRTBaNZ\r\n4ZB8RVOn4y2XtatX5J6LKNiYMq47xyprU/YTp+ht8chqrcKEVQhgpsY7dqVu\r\nQ1oUisDU61PD7U1fB/IYQX7sBkHWaNuhC/o=\r\n=zxqh\r\n-----END PGP SIGNATURE-----\r\n","size":4174097},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.6-canary.14ccbadd0_1647638860914_0.9429699861436389"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-18T21:28:27.678Z","contributors":[]},"3.4.6-canary.3198d58dc":{"name":"@firebase/firestore","version":"3.4.6-canary.3198d58dc","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.11-canary.3198d58dc","@firebase/logger":"0.3.2-canary.3198d58dc","@firebase/util":"1.5.0-canary.3198d58dc","@firebase/webchannel-wrapper":"0.6.1-canary.3198d58dc","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.19-canary.3198d58dc"},"devDependencies":{"@firebase/app":"0.7.19-canary.3198d58dc","@firebase/app-compat":"0.1.20-canary.3198d58dc","@firebase/auth":"0.19.10-canary.3198d58dc","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.6-canary.3198d58dc","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-VWakGY5Ui/Y1oLWx9lj1OSi+rnIgae3goagVkzPcfBg3LNkS4YQ33nMyscMfq/H0Zrt9xT+eDSnNIDVr0sJ6HA==","shasum":"259aff1cbe1bb86be43b7d832f339c7cb95a1833","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.6-canary.3198d58dc.tgz","fileCount":1459,"unpackedSize":22164915,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOgflACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoCIxAAoIzfrC67heKi+zOyvIc4fuqTHiS3sSDN9GJ8q3EHPRp/IniF\r\nHne94Wycj4pR/hVZBgwLDkgKA67r7JahtICty5TeAmQalIoKGS1yqq8U4GWw\r\npB9oYmPNLmGqmBvjDbFH68FVZv7idEOPpPImmGzIFugCcjeZvdvGhBqMlqdF\r\nBpu7KHk3oM437yRtwSb9dBchHixWsNJEPp5lSJ0CBKbThNrqhzkihaTAJ6UG\r\nAlvR5sTzaJf1Mhnnu/+qF6yh5kIgQRrxdhJr2cbxxEz6WIHlYs5Hiq2HOMRB\r\naD21SzJmlgcWi3gy/yMsxIV8N3ScMYWKA4VKrYiKSSPmE/zkkamGYRjXWE9B\r\ni+3lBOR996uU+Ou+PbCV8nu4wYFGsNFv1yjE4+YbkaIvGg0xkayMxSvHUMSB\r\np0R7gHO3q52lKK0+tp8u0kOkBhEnvl2rsuZRtDcP8EPt2NhWBaV/OHdCw46w\r\n1tuG6sCWReJPbP9MLD6i/W5Eus3NV5PxoAN6Zy//+G4AJQA4B7tB7rVPgaGi\r\n+q1zT3luZIscFm4CaWZMCY2tsywjh+JJeehGlASWjvl8jXUP8anFutginT+D\r\nV/7g3NRy1jbo8sejyWlpI0zAh9Y4Jnp3D3Ov70LBZMtn86ON9tDJzGppL2Ie\r\nxW9sMxSOwhIU8lXHlSJvOLDLsobQfQtCg0g=\r\n=9B6a\r\n-----END PGP SIGNATURE-----\r\n","size":4174116},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.6-canary.3198d58dc_1647970276876_0.7028660390352066"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-22T17:41:02.675Z","contributors":[]},"3.4.6-canary.3f51e1245":{"name":"@firebase/firestore","version":"3.4.6-canary.3f51e1245","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.11-canary.3f51e1245","@firebase/logger":"0.3.2-canary.3f51e1245","@firebase/util":"1.5.0-canary.3f51e1245","@firebase/webchannel-wrapper":"0.6.1-canary.3f51e1245","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.19-canary.3f51e1245"},"devDependencies":{"@firebase/app":"0.7.19-canary.3f51e1245","@firebase/app-compat":"0.1.20-canary.3f51e1245","@firebase/auth":"0.19.10-canary.3f51e1245","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.6-canary.3f51e1245","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-8yHCCtpB+8h1rOU7rpiUNV6h0Zo8FrJIjbIKIT5V/qJti0858i/v1D//Yx3UhoGZCcrsWmFfcg1S2/pQ712+Hg==","shasum":"6d2dfe5ca85db648dabafba0656355fed36ed0a2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.6-canary.3f51e1245.tgz","fileCount":1459,"unpackedSize":22164915,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOltVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpecQ/+I6G94aL96WVQzor7uOGX71sh7zZHnbyd9SBuJI9TQp+9r/EB\r\nnQFRoVUywYAoRjwxVyQLp9wrO+IcqTbCEGIcPRMYmn3KCR7DjTpDoqdLgEID\r\nU9UP01TOcDSeBUHnf/lPSq63QnDFoeJrhVs4OkSB6lbpGCzYzwnm8UMdSWx/\r\n91srHLpWuCnm29EuqvfDdKaBf5jf8z6l6MTmMwL/9RgdHoUoY/MKf4II6Lsw\r\nsJgDZtxU9eBhCr5pePw9+gJMyxziP1pySFnJU1QHKkddxormCqiulsuIeM/b\r\nmsyKj6SqJeocy1JG9kQ0dx2ma0qxf/0fUpEH7o4o36IBDXogUVPijvoVEzTV\r\nDjSr8BJ2eZdtNBYFn0OC+hPtiDJSxeqqHmCHOwuh/Jnj111MKqrGHrzd6268\r\n49MKnTglR1awh3tuwLtGtNts12hddPhb6Xz/OXBOUtH4OMY8V1Hzi41aOdWD\r\n/LJzCcruatSqVB8Hy9BAi6K/qgJ9KxkawLAkNQR591tUmPOWmtJ3++gaDZ6V\r\nnmMKJ5/qAaQLmXx0sKXNQDo3IC7emLT9JMtat/6mP7bJf2q2bvAkqKcJx9oz\r\njhhpcAjkeEghdVK3E694s2DFFOcgnKfQ6JAiv4c04C+EOIhaNfo7iid+AP7/\r\nTQQMfYMXMtmbE8iw05/y/vjPg//fYYPnnLY=\r\n=BIq6\r\n-----END PGP SIGNATURE-----\r\n","size":4174115},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.6-canary.3f51e1245_1647991637208_0.5210410275129291"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-22T23:28:11.599Z","contributors":[]},"3.4.6-canary.349648917":{"name":"@firebase/firestore","version":"3.4.6-canary.349648917","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.11-canary.349648917","@firebase/logger":"0.3.2-canary.349648917","@firebase/util":"1.5.0-canary.349648917","@firebase/webchannel-wrapper":"0.6.1-canary.349648917","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.19-canary.349648917"},"devDependencies":{"@firebase/app":"0.7.19-canary.349648917","@firebase/app-compat":"0.1.20-canary.349648917","@firebase/auth":"0.19.10-canary.349648917","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.6-canary.349648917","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-wlf24yYm+48CzgzVp6ZqwEQFM+n720VSmKjsD6liRCTAB96ghCEqus+JXvyoVNXYKrB1CVmy2rQUva0tClxkDg==","shasum":"d92515c345b62fd2db44b018344b1ffb32bd83b2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.6-canary.349648917.tgz","fileCount":1459,"unpackedSize":22164915,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOl35ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo2QA//VvuuTey0IhrWYar2roYs8GKYrmMGrMwqzhXZWvWA6V9HiN/e\r\nvoSDwtCaHd00jVyAOhd3/Wdf85p0fXU+Ag4ZZrPnitQ36ho2aK5P+M4m5Q5x\r\nW1m63CgOC1VC/zJi111xV++Nmjbd6eYLF8aUNkJVhwhAYIo+bp+rDN52UrM8\r\njJf/1jPka7ONX4npUNfMEhrkf3Ze5beNJa8Z3eQF1TrYd8EGf++O29MCHbQh\r\n7U5D/scO04Qs/Ar5ghVtj73x2CsNSvDvqg37R/mvkuZoje0+H6bvZ61p8oKr\r\nflkZRShgfeD29fGvlm0R6hSrRaPOxJ+ttrFanMljiHwcnw8421Kjue4+ct5B\r\nmHekUn/dw/8aUCFnS4AEdd53DYWeudd7NIUIG1VKGOcIPclVU9Bdv3QpPRkw\r\npVPN62D5YULR6MEDL7f4jyMUd1fPFieDaCLfoMuARNflkhVBT+53Ct4hz1eH\r\nS6X5S/7X9ar16sjNhedO8eJgNW16wxm46selVJ47wod3YKzbIA4iDJsArzz8\r\nfdwBRQQooZoppaAHYK6jXcR1vjOFb17B7zmAzHnohymZadefIoEnTp31sUlV\r\nvvelaCQ7DYK7xniwM00ZR5O8q8xKnBkANE16qcH96l11l6ThXAbo26QJA0Rn\r\nHhk7A4uIrO8eFDkwD95IfAkZnrXaUb5GNO4=\r\n=u/W9\r\n-----END PGP SIGNATURE-----\r\n","size":4174134},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.6-canary.349648917_1647992312959_0.14505834216906033"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-22T23:39:17.583Z","contributors":[]},"3.4.7-2022222232915":{"name":"@firebase/firestore","version":"3.4.7-2022222232915","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.12-2022222232915","@firebase/logger":"0.3.2","@firebase/util":"1.5.1-2022222232915","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.20-2022222232915"},"devDependencies":{"@firebase/app":"0.7.20-2022222232915","@firebase/app-compat":"0.1.21-2022222232915","@firebase/auth":"0.19.11-2022222232915","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.7-2022222232915","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-fuF6nyn4fc9ivcFKDyk5uJo1402szOE2iBfbQaSXSKzFWAAWXA0Vf+j9hA+sEFgBnaAzNEKpOYLB56d3G7Polg==","shasum":"c34c6b52e59fa993df8f57edeca491763bb3495e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.7-2022222232915.tgz","fileCount":1459,"unpackedSize":22165497,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOl5aACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpzCg//Tjq2KTVGQVmUI796X5KvqhXZDAV4EIhDbTJLo7MlzZQBjkMd\r\nixwzpIoiCKUNbn1Ccj4epU7I2ZEC/BW/FuXD7+2UQwK9u9D1dw2g9PBfKs7b\r\nsoYXtzRcrZECvpz0cZi/WCPZieO2dgrHf5Z84EIgDZ7wSMrvRtir6kGiw3DR\r\nxc87DNRYWK7riQPXAT1XtnF8GkzUGTWixMf7u7fwGZn5qYwU8Qf97ANIkKqG\r\nY33rm5R8jK2eSXVYzToxjY87gKL3oung10+VjCsLJrKl/pBL3Ti4Kd4ahMb6\r\nrNCko0Q3QZBfw69kVTy5wcKbnYpDqn45Z5/LhHuPNPki7zipUKrvuS85Psff\r\nB+L31rS9CMYVjqhU0XyYMNP9orKWjrvwXQKtiEMB28I0dzJ8d0wDfoCEHNuj\r\nnfQxSZw+m6PW3LL2u2KrmB2VxbHLIullrQAR8RwiAAP+HTHSVzu3YzsDRrHL\r\nsZCQYLEGIy5heuQbfjODgj2yyNVRstg0X3hFv97FSC1danIxCntxzV0gd+CG\r\n5qR1/nzQZCQN8V4CWeLITHZrv/lFCVlt8GoQl0MU9Z6Kt8eLn4QMmsF+WjiS\r\nvlgBqJFWciOeCQg16lsEPRwzneGDqFs/5bs+mIQ7yQPvUGquGDuCCGUVt+ii\r\n0XFTnJH+Opz7g0kumGfOf7L7mfc5wq7WZPM=\r\n=ipql\r\n-----END PGP SIGNATURE-----\r\n","size":4174305},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.7-2022222232915_1647992410574_0.38468950198912855"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-22T23:41:30.978Z","contributors":[]},"3.4.6-canary.f8c571c01":{"name":"@firebase/firestore","version":"3.4.6-canary.f8c571c01","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.11-canary.f8c571c01","@firebase/logger":"0.3.2-canary.f8c571c01","@firebase/util":"1.5.0-canary.f8c571c01","@firebase/webchannel-wrapper":"0.6.1-canary.f8c571c01","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.19-canary.f8c571c01"},"devDependencies":{"@firebase/app":"0.7.19-canary.f8c571c01","@firebase/app-compat":"0.1.20-canary.f8c571c01","@firebase/auth":"0.19.10-canary.f8c571c01","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.6-canary.f8c571c01","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-Rzzxto9AU2Z9q62ApjTY2okv6vWI1keC90o2R61H+lC+/hgijUDlYyJxxcmL0vSe40krR0WqnP8lSBVj7ehASw==","shasum":"fa99daef4bd5dca1932de6c955f94c27208bd013","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.6-canary.f8c571c01.tgz","fileCount":1459,"unpackedSize":22164915,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiPKQdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp4pA/+J8MEzmm1MW/B8DCPJrB38XGJ8qlALXQ3SKwqjV3og4Yd9HEE\r\nL7lEFiPTVf1MgH+EU+FEZUCNlCTEQbzBCeBTfg0BLQyqP7waz/ojSM/w+vxX\r\n/H1gIxrBzZ6ZACSpmYeMG0YES3pVbfBOxqAkIV+AOhhw+9qe9X92PjnL58gQ\r\n5goxHTahH/vk+hPlEXzQamCqmJvzv4g+d8oBl5L6Ia5XPIi1/vnDRcTQxqPB\r\n9wIQAXFF7Vo4ercGzYfzIvdzI65hbNzPHurEI5K5DkPRpUts4Z29B7qgFgov\r\nwCm8qcypyyKEMdTT+JGQ4r/Y8jpMt+gcdc3NyevEaLX/ByKdfRxdZE4Frfqm\r\nq0yEfY0gENuvfVZNDjiB2xCkmYgT5xgOdFls7v9jk54Em0ZEK6LHPbMDqbr/\r\nKS8TYstEV/Gvxp9ye7mXPhF22Wo2eyBRFiZjwODFfy2c+OCsQTWE/G9/XOFY\r\nzrfmFABoGCfc6F2PZeGA63j0FqH4BCHkVYsj5pCiCza/6YiXx5KY1Obj9FuL\r\no1U8rgsMVutGMWGJWanNRLCYUv4XYFz4ci2Yvg9/EZ9RQUbIJO1GrySl1M2j\r\njnK+VPCU+FpMQ0tL6Nhg2bpjR/0zGzhIr+LNzjgejHDfZx/zl3LTQ8dvXJ6T\r\nW108XQtugZRuUefj5+jeHOmfMZHzCBRN7yU=\r\n=W36m\r\n-----END PGP SIGNATURE-----\r\n","size":4174111},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.6-canary.f8c571c01_1648141341694_0.015486197478908226"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-24T17:08:47.164Z","contributors":[]},"3.4.6-canary.b59a56dc5":{"name":"@firebase/firestore","version":"3.4.6-canary.b59a56dc5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.11-canary.b59a56dc5","@firebase/logger":"0.3.2-canary.b59a56dc5","@firebase/util":"1.5.0-canary.b59a56dc5","@firebase/webchannel-wrapper":"0.6.1-canary.b59a56dc5","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.19-canary.b59a56dc5"},"devDependencies":{"@firebase/app":"0.7.19-canary.b59a56dc5","@firebase/app-compat":"0.1.20-canary.b59a56dc5","@firebase/auth":"0.19.10-canary.b59a56dc5","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.6-canary.b59a56dc5","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-TOc+6OGxYWNlvbRfKe/U+lDwPgr314VyDZl3wG9EIP+gc8iUsViHfgtjFUh+XbHcPxv0MtR6t2vn4x+0Xhu5Ow==","shasum":"70134712600b33c73601903c961ceab5a9a4fca1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.6-canary.b59a56dc5.tgz","fileCount":1459,"unpackedSize":22164915,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiPKV3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq/EA//QwkL1Pbk0l7dPGLMyW0Gr+h8VOxTVKate8a8rP2ClhAK3XdE\r\nnDTLCQvYLDyRS27Q/Q3zTQ5wcCYLPExgxd3Xlgf+vpGQzcp5MQecffODbpag\r\ngaI6UXFw2T0uAYchhnXC9yt/rPuSsOffLOW/nNtv9pcEt3cLPVWP0xwb0lbT\r\nsXrqR07rrJSI638qlqp28tmxbWl2MTL8HBPO36MxnD7TcbXOHfAnPGnkkfFU\r\nV13l1voniCxLiCDNhddyLm0bO4F8/D9fXIu8z51JHSUHxXJqXNLMvN3ApWH4\r\nXVF7gfWB94LCKOlstzDISgCSC+Klf89GZp2pqoBK1dr5t2TbJOdpgDv8nB6m\r\n+6td341S+TLqGtmdkYiJyLXtkBqaR2h7lpuW5pC56mWDh8Xf6KV5YypaHUss\r\nOZSYKSXpSMCr6I05KCKVO9HX13HgSymAMnwXVtPGEyUFvMs/On6C7gMWJTbL\r\nDm9LaVgIiEX1bBJoXlmLjJ+MmKtnPz7IjhUSD13U1vb0UobUPmcQzHwRvupx\r\nzY2/5DSbtwMT8vLpYHoAwK82+tbibA3FrU8RJOzakR+M2cSADoHw4LR+nKXU\r\nQq/zxvCqkK2I2QH7GdLq/SfTXturdQidiQfNxaoMIOfIFKx+vg4U/Vv05KcF\r\nHI8d6feRYGl/gX0LLpJsyRhO725c9EzhACY=\r\n=7scA\r\n-----END PGP SIGNATURE-----\r\n","size":4174116},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.6-canary.b59a56dc5_1648141687546_0.6901663468009331"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-24T17:08:49.985Z","contributors":[]},"3.4.7":{"name":"@firebase/firestore","version":"3.4.7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.12","@firebase/logger":"0.3.2","@firebase/util":"1.5.1","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.20","@firebase/app-compat":"0.1.21","@firebase/auth":"0.19.11","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.7","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-bE8k72cw0zJKOsKTOeRp2As0nNZIv3To9qQe0mTtHu4O8dSdst6izSXixZEXDOuMf/dp7VOY8+VBW/ZqeqWQsA==","shasum":"aa31d8dd4fdb527fd3cc8ca57706a3137be06bf4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.7.tgz","fileCount":1459,"unpackedSize":22164786,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiPO22ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmojJBAAnbPtkEQz8RYgJhcLXp5seSkwp040tyjHk/FDrwi4uSEYx7oU\r\nSCdq0Rp5TB3tCKAiTbJcOv9GjBpVbSHlQwKp6p+kJZXkJi7b8hcYYqFN1w8x\r\nXINxLlpV5AInMdhjjuH6Sy5XNfcYGP/kKNuP6cSnl7ceMbOwVPnwInfmOXmi\r\nas9K0fh5bvBb/5BtipzZjAbSu8dC0hUWWxG7+cVtuHVFB85lEksNt+PNYP6S\r\n6hz23ebrtHdiYqYdZBgBcugEp3SkTcBacryHam7nSqATvgyo2y/hMufLI/Ew\r\n6nvF1AYXJhCK4nKtXZdkILj93u9eY2MHZ1qX29kXRpCpiY4RQscTqdzkcoEV\r\nGWWmNldbg4HRbqV2cHd52pXU+jm6rn9dvbWHM3rWkehx+WOSDjfbpwnacz6t\r\nqdnBgqqsRedCsBCfkrbrUV/flLlFRwlNZTlbV+GTf20YJj/wXomBDeZShJZc\r\nyjLCi2jzOjZDk8U34g6O1s4q7TLVvueieNBAWOw2DBMDzTlHabhsGSuTMlfI\r\nYG08TmeRRctC1MZ8/VX9lhTDhSO72oA76+/eUbdabyBZxsPQBxGrcshRJZ5r\r\ntR2jyFUaDFxpu2eHhVEnT8491e/SBa59C0YjHq6KRQ210KTIlLHbFh0vXD4J\r\nrb9SQ52jHOarjqoiCeSQYohsSL7nIhOwwOc=\r\n=ZKZB\r\n-----END PGP SIGNATURE-----\r\n","size":4174019},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.7_1648160181821_0.7829209054656407"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-24T22:17:50.363Z","contributors":[]},"3.4.7-canary.7343a55c4":{"name":"@firebase/firestore","version":"3.4.7-canary.7343a55c4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.12-canary.7343a55c4","@firebase/logger":"0.3.2-canary.7343a55c4","@firebase/util":"1.5.1-canary.7343a55c4","@firebase/webchannel-wrapper":"0.6.1-canary.7343a55c4","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.20-canary.7343a55c4"},"devDependencies":{"@firebase/app":"0.7.20-canary.7343a55c4","@firebase/app-compat":"0.1.21-canary.7343a55c4","@firebase/auth":"0.19.11-canary.7343a55c4","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.7-canary.7343a55c4","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-PdRISqJyjjI3GEUZWWQATzUZXRAX+PHschN+G94u8k94U/7v/6+tszXsFj8PUvy7fPGNTYnUMf3smmqE26bemw==","shasum":"7969bb18338ac42c752807d9fa4a8210e85fed32","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.7-canary.7343a55c4.tgz","fileCount":1459,"unpackedSize":22165579,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiPPhwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqhWA//av/nm/Kf9Sn65JMWqbbjdCuXd1cfYfwNHk0EBgEWhq5P2CCf\r\n1oxiMnlj9YgFvVbwnzPxG62h+OqyhYaQo3riU4fQNVimoqabdJCMP06bRAIj\r\nrYnioZIgSx9plPsDli/XSBVcaLU979ZJ6UoUaT0g9LvjwUpWM6Xu2ThkdR+h\r\nnWpUqXHCMQEXSimmuDKJEI3TuoOnxXi60k11cUTiccNRp6b8wcwbfAgl0U4T\r\njhZrVg7ojZiHWPZKx1JMLiNyVGWHie9xGqFA7hHQ3cppMBoVPP1M4fVKiuF0\r\nb5rVHjAVjtC4GX4NYQkTwJZDJ/178X681chCvog4iJTd6UQH/pBSysAq+Yf5\r\nUkjJBarNJBieDpb8TVt4aTCoAGFCHaRtk0Tnr/0/TRSjBP33+hugsY54nTEX\r\nINSp45u20D8+FpWLonbK17B5KXPTHqLmaZeMBSrRoBTdaacvYyIxtK9mAi5u\r\n8TL/iBO2KCRtyouOTCrrU6ALLpBwYcReQGGLNsKZOcexq0AfzvkgQXS7TrPw\r\ngdbNT9DRp77/2Y9EVlIEjsq+MhaPlkvP9HMtQIRqPHBfi6feW7jKP2hsHmLx\r\nOeHoQtD0IDLpLJzZqS9c+iNeWF7IPxD0Fwz7SJIb4SKvv7nx7ZTxfRckqbup\r\n/7bD9UZwMAVK7zMqASqsbRvbZpBhr2ar0eA=\r\n=8VXu\r\n-----END PGP SIGNATURE-----\r\n","size":4174364},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.7-canary.7343a55c4_1648162928693_0.765362908544369"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-24T23:02:50.576Z","contributors":[]},"3.4.7-canary.46fe1362c":{"name":"@firebase/firestore","version":"3.4.7-canary.46fe1362c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.12-canary.46fe1362c","@firebase/logger":"0.3.2-canary.46fe1362c","@firebase/util":"1.5.1-canary.46fe1362c","@firebase/webchannel-wrapper":"0.6.1-canary.46fe1362c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.20-canary.46fe1362c"},"devDependencies":{"@firebase/app":"0.7.20-canary.46fe1362c","@firebase/app-compat":"0.1.21-canary.46fe1362c","@firebase/auth":"0.19.11-canary.46fe1362c","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.7-canary.46fe1362c","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-xzRUEOx+mVHWjC5/X5ufDmr2t7wmbORYWsyftcTer7+1nD3qtzEyREAximRXdMhBW1M/JQcuP8PdFZD93IM3nA==","shasum":"4b920d405e9598ef626a1ee6a833fa1ccb06c81d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.7-canary.46fe1362c.tgz","fileCount":1459,"unpackedSize":22188852,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiQe6yACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr71Q/9HNf5qukNFEyaizJPJmQnimV2NNKpYHC3mpLFolT557MW9tj7\r\nIUkxieA3EUi0j7ewdwgtsHJ3gRY50Nc8oR+mdCHnNdXLQCdhPzbFJSeg3HNY\r\nStzWHQAB6HUQnszgnHrVvJMxFdJ5yeIFi2hwDhXFE0fUnvXaAXusYr2lcb2A\r\nnbffQMi+1WseiNltuPR8M8M+TjCRhWu0Ad+oPrLMKcg5YE36O2i8UwVukzNo\r\ns6kiA3UxWwuUaNbM2dZZyJ7Lk2TxkRYbUxM6YtH6c5WGcTs87DGueXU2MclB\r\nnrjIypWSw17dXQ+25af4QUOUkCpMM1zVtTn3HotHdP5eEHq9kGTybD6dhyds\r\nW9jSUDZnP23+wBTPE+mi5EwTT0bYpcaoFUqaDaNssZYW5Xqewz43DjUXUXiG\r\nHLpbBJDgawjmuyEcVRPp9d5V/vMqen3IA/HYfTBKUrKyTMq3NIM3LQQqBTzg\r\nXPEaeBEEjcNUazMER+WYX7L8Wm8lX40fWHoZ+SpobpEWSAeX8yPAEFrBTp4c\r\n97cnRogAbRSN9VO12hCugYKcb76rXjcnGv4EDgMVzaEyrlwyaNa2eOjlh/U7\r\nd3T1vAK8vtg+1k25aiGyfM9a8d8EoN5KVWKhhlXkKWHPYRMopPj9fWmlsW2q\r\n5lCaNAvGZXDOpERf3YZwsoGijjIorVkG3hI=\r\n=LkjI\r\n-----END PGP SIGNATURE-----\r\n","size":4179854},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.7-canary.46fe1362c_1648488113926_0.4945946967416943"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-28T17:23:02.563Z","contributors":[]},"3.4.7-canary.1c37b5e96":{"name":"@firebase/firestore","version":"3.4.7-canary.1c37b5e96","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.12-canary.1c37b5e96","@firebase/logger":"0.3.2-canary.1c37b5e96","@firebase/util":"1.5.1-canary.1c37b5e96","@firebase/webchannel-wrapper":"0.6.1-canary.1c37b5e96","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.20-canary.1c37b5e96"},"devDependencies":{"@firebase/app":"0.7.20-canary.1c37b5e96","@firebase/app-compat":"0.1.21-canary.1c37b5e96","@firebase/auth":"0.19.11-canary.1c37b5e96","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.7-canary.1c37b5e96","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-eTSQDLIohgt/zKIE/Hs+Z40E/rWiv5j40O4RMrZvdUxvBz8E4yHOIoLfOZ4iUb1JriTpYX4Mn+vc2ydkiJldJA==","shasum":"e8365475069f6a82638ee2bf90936279d00ade77","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.7-canary.1c37b5e96.tgz","fileCount":1459,"unpackedSize":22188852,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiQfhBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmocNhAAoMRKxe52j58QxF/Do4Mzv7pJfStXejtmTkrX2LucOf3YwHEm\r\nEM90FcgfDZD1+6zuBxsRLLmzt9f5BegOF+dpBGmKNZ6iKNe7pFnSJE1RRqWQ\r\nT5bFl1pQtKwwUnmnHjDTPbghFz4VWDMmqAiGyIB2JMQB5sysBE9WPgwXiUai\r\nMJ6pyrHzeYobh5uvvdE7ByxzZUrJv9LqR/XUBaKcs7rKSxS9r+64bNIskoYN\r\nAJdrwXmzAR/1PeAlEQ/gEdRWue2Cq0CjfwUxl9/Bw4eq4AySQXmP2VMppjb+\r\njBvZPmwFU2ixIjQLKMJv2d8YAxF6TEu/ahvrtUrlZV+gcem7+O0nF+CmSlK8\r\n5gsfsMIykVwP7GzQ3GDO7KlNL2U8DUNJzDHP8I3j3slfOXM8iDYDb3SOqCNl\r\nbmIooLRVVUYlJrcb+1Q8e0p50IbWpY9VruxjCGZ6T76aBGDqy88+q6f2azou\r\nfs2Tx6BRglIJjiVCr2QMFIzGDfAKx1hd3lKIxZKPdUcjgn8lKGK3kdOcJpCX\r\nFSLCzLRr7n3RtEmSmIskA0hp0DW4pqWFv0XYhghE3+loPJzoHU4UpcN+R/bU\r\n8hlgt+gD0wUOPLt+5pNUU7mFYD8RBbcYcfHizFokHC+APewCvGS58DH8B4zB\r\nDkIJQsJg/T/RpfyxxBguvNWU107r92ZmNTY=\r\n=l9wD\r\n-----END PGP SIGNATURE-----\r\n","size":4179869},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.7-canary.1c37b5e96_1648490561674_0.3030326301508519"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-28T18:03:26.518Z","contributors":[]},"3.4.7-canary.0001e23e2":{"name":"@firebase/firestore","version":"3.4.7-canary.0001e23e2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.12-canary.0001e23e2","@firebase/logger":"0.3.2-canary.0001e23e2","@firebase/util":"1.5.1-canary.0001e23e2","@firebase/webchannel-wrapper":"0.6.1-canary.0001e23e2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.20-canary.0001e23e2"},"devDependencies":{"@firebase/app":"0.7.20-canary.0001e23e2","@firebase/app-compat":"0.1.21-canary.0001e23e2","@firebase/auth":"0.19.11-canary.0001e23e2","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.7-canary.0001e23e2","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-oqghupC4t2SurpEUzKmlv0YhbhcnfRbNt3uSbaPFWGn33svED4ml4U2jfboJARLXJFDP6ULR3Rck9pycPg5Ttg==","shasum":"a7aff3194a259fc04792b199c087653546133f11","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.7-canary.0001e23e2.tgz","fileCount":1459,"unpackedSize":22188852,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDGF1u275thMW+abGp5SWDAzQmv8ZApiLkM9sRDaavS0wIgRpwHAs7ESLXS6yZcN5Y9erF5nuGZbjJcPiLOeulQk9I="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRgsnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqOBg/5AEzgEVzTMZaTGJ544Q+CEvjstNrDpI8lThZTQfLzws8p3d36\r\n4gP4sxPAsf0mgHJqvry3w3+LsmO99f9yWYaPMWQQnp2c9EjXNKbNHvDDUSY8\r\nwhK5hs+WpXiw0VZ0BshJzPE9HosTR6killjHk+cttQYxY9/6pTa8Zq0hz2n3\r\nFJ1sPpysZ0Y+e1qmxYuBR9c2VRB3gPK3E9fVyG8HJUtqzZHJyufTr/AXFhlW\r\nOd8TJgNCNw9sb8VGfo6Q7UXO/VT5i8V69eDTMmrkAdsqhrVwq3sb3gU5+uA9\r\nuB56w1C0WSztPO3xlkuNN6I2WriN8Pl/QJRTf55ZnmEw+LT+FVQMos43TpsM\r\nBziuwtlrzmNmQCXEPHcuPQTPIIJqjeDCTKLZD8IiUhN68IkQKYoC7u2RsJV6\r\nKrk4qKcFf3QCXcwyBz0PU+Y3+mqUeKI6L4spDxbVo4TzLykzpIfDJEHGoyEP\r\nnLZrugxPZqv8EwrQHHIwP2hGqPOt5n/r0Lhx7oSpBa58xpl4gdvi8MFzP8+3\r\nKQbWtF/FyqNyRF23w1IF16M7M1SzQ0VBn1OsuAT+xoDiOz2jN2NB/LPIkWf4\r\n3uwz4h0ygB1QUkeKjTGOBVCFpKXVvf+Qy0ZiVTq3w3kWv70P7joHViGa8s1s\r\nCjw0ScZ++g2a44AgILuBSvrgerSXYelfPrs=\r\n=++KK\r\n-----END PGP SIGNATURE-----\r\n","size":4179861},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.7-canary.0001e23e2_1648757543595_0.0720235540144678"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-31T20:13:15.274Z","contributors":[]},"3.4.7-canary.d756f4e11":{"name":"@firebase/firestore","version":"3.4.7-canary.d756f4e11","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.12-canary.d756f4e11","@firebase/logger":"0.3.2-canary.d756f4e11","@firebase/util":"1.5.1-canary.d756f4e11","@firebase/webchannel-wrapper":"0.6.1-canary.d756f4e11","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.20-canary.d756f4e11"},"devDependencies":{"@firebase/app":"0.7.20-canary.d756f4e11","@firebase/app-compat":"0.1.21-canary.d756f4e11","@firebase/auth":"0.19.11-canary.d756f4e11","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.7-canary.d756f4e11","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-jYGz/qFQWtlBO0Nayb1xsxq4FqUtCZwxZRWbJEtCzoISgisYcWrVonGmrVXEtvaug63Ba5L0KHooUXEmqHTDVw==","shasum":"9d325e048acab921b7225d519309e9849c85c76b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.7-canary.d756f4e11.tgz","fileCount":1459,"unpackedSize":22188852,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC89HYwvI57a8BQYf4EtkHCLbwr+Sdb9raVb+RU+EItxQIgPVB9wPWqmihFYQ6Go6MgCAcGYQM94cNRhl/pyUNoff0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRhVXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrmFw//YrrwAoymxY7GnOMRmkjCU4nbbtgT5A4jNZo67tPpbuhKKPEa\r\nB0FoXaIMf8TcNRW2rF5dbLc4YBayzYJcQM9he7Rq0yDTrD3O6vZc0dbc2lLo\r\nIrhmiWea6rFYAQODNYEmowRYEhx9CfhWH2UaGIOZGpCEwNV8atFK2CE1lT0b\r\nc4+C0isxsBMN1wFtqRMftySl6ckS4Km7/GzsNgS2e1mQx/SzkvQbK10fIODm\r\neukFUU6wJ7qloEWVDbMh4vM3wWaFU99sq+BT3eyKjJC7ujin1sGHVcv3UR9b\r\nZk3l1IL3kdfuddw7ffH1SfIUjTjzztWEknkos/HPpbTeuJyqe2YtjYBhbrRc\r\n4Hs4SKGwRY8w/MGiDr1pgb9cMhsaWAKn/bXJIu5/ZirlNVDAbjWvo501KkXe\r\nVcwRmoyBtsbjgC0fmkigWyXO9UNZps0dUGaLpX/ejuG6dpHkSgbyCzahJXuQ\r\nSdiP9f/7TecngfzYIbB7gW4bzYzlUUgCjZ7yJNyaFa/Bj/7nsJEU4nzvFaeV\r\nnA8FJDmnSBI2oZSsAxQl3It22dEdOCbf++puj7PhROinoglfAUhHFp+/2MNs\r\nxedbNjDQlqn1K8ih+3om7v7HxrYkyPrKz2IIVxrTS3iHHP3S5lMpMY/1LH3F\r\nhEzpZmZ1D5qIyYrx403e74sppW1vyMKumCc=\r\n=CYzM\r\n-----END PGP SIGNATURE-----\r\n","size":4179853},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.7-canary.d756f4e11_1648760150946_0.8414250557993945"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-31T20:56:39.756Z","contributors":[]},"3.4.7-canary.7a4e65cef":{"name":"@firebase/firestore","version":"3.4.7-canary.7a4e65cef","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.12-canary.7a4e65cef","@firebase/logger":"0.3.2-canary.7a4e65cef","@firebase/util":"1.5.1-canary.7a4e65cef","@firebase/webchannel-wrapper":"0.6.1-canary.7a4e65cef","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.20-canary.7a4e65cef"},"devDependencies":{"@firebase/app":"0.7.20-canary.7a4e65cef","@firebase/app-compat":"0.1.21-canary.7a4e65cef","@firebase/auth":"0.19.11-canary.7a4e65cef","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.7-canary.7a4e65cef","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-DJd2OO5OAedIRZkb4bK9iXAr13aKXwSGtRAT2OvNooRE64WrsMDdCoRpcj9W4dOC59aDiiOfvajngosv74VGqg==","shasum":"dfcef23992071ef4f3883148934be357e7b57c10","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.7-canary.7a4e65cef.tgz","fileCount":1459,"unpackedSize":22188852,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGKJM6ZvjT5fZNbIB/u1i0pTJvD8cIvqZqsKGrRFAViRAiEAuhnKS5darUy1vKv01o3g8be06Ia/LFaV+Vw62scM+mU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiUJwhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpt6A/+K6NgoZVD3rKOI2AE/i7q0WShYs3qoMIEzIO5otiPPRbmItjW\r\n5mirgt9Y8vM0BnInbAHTE7RLAzq/nnejiXJ9ohB+aIGB2FYaJ9yvnVDXUxRe\r\ncuAv3rRF7V4I+74+h0+M+HfHGyB16bIeiHDbvGIXb6ptxyEogfNPSUxsJ7Ij\r\nkaCkjeBaHq4A8kr8Cfg7h1W6Dfts7jSYSY5KBmcLEbdLXEJ//5iSvudEzDqL\r\njLhkF7tjW/2pJz2A+hTKw+NHR+QJXC4LxSvvnnEXCU0dBG/BJ59cFyWGvUVi\r\nVmx/PtvmuiE6bWTyJlwfcnu7VOV9sI/qOJ9NNsuMEssapPexwCgYBByAkjU3\r\nooikHhDf9oYJITxy+GYUrdteYFW8CpL8HC1M7jL9+Z18+MMlcUuoEXZB6uAj\r\nWjtePRR81x/sRtO6MeRnv7JqNR+Nn6SWIDn1HOI7Bg0xRBFXBeLC9sO7Eh0W\r\nklX/U4fxcU13NH1OGrK6fO2bwi/4z7Zy4bz1l7s6r6p456y//mPlAu4hGLdI\r\nbY7+l07UaiUbeiLc1269ntOt+QhkvzJvJpaVEVllOjXv3wE7YxyGJ3h0PdHn\r\n8/5TwywhizXhdFzB+Czo6XugdRHth7DsgrQ1ULch3OYda8wdP8Zc9jrX5Tpi\r\nuegT4EWmiDhmM5uoqMBMzYp1TUBZaJhDoWw=\r\n=YfTW\r\n-----END PGP SIGNATURE-----\r\n","size":4179859},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.7-canary.7a4e65cef_1649450016841_0.7512816987512152"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-08T20:34:21.328Z","contributors":[]},"3.4.7-canary.7009181d9":{"name":"@firebase/firestore","version":"3.4.7-canary.7009181d9","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.12-canary.7009181d9","@firebase/logger":"0.3.2-canary.7009181d9","@firebase/util":"1.5.1-canary.7009181d9","@firebase/webchannel-wrapper":"0.6.1-canary.7009181d9","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.20-canary.7009181d9"},"devDependencies":{"@firebase/app":"0.7.20-canary.7009181d9","@firebase/app-compat":"0.1.21-canary.7009181d9","@firebase/auth":"0.19.11-canary.7009181d9","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.7-canary.7009181d9","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-6/l0qP2aRqZ/9xFuEQtLIJtlaA3qHRDP50Y4/J6eqVi1xCJJ8GMTfDIW+oAvDf5CFLQzoXGpPrGULMEyPfZwvQ==","shasum":"f4a4d25dc74642390dc7762bbaf77b70ba3d7eb1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.7-canary.7009181d9.tgz","fileCount":1459,"unpackedSize":22188852,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIETyocouRzHWvAJS0XJ/YUhWNLWtkjxSfVRIWO9dJfHVAiBQJyLM6RpEZuk+qytqxxc/fxpzYgKaWWkz+gmeqjD9Qg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVFDxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr9Aw/7BOaHFF0yIEY1gYAkNI2vSOiqYJfnYN0dJ7h3FedstBn2vvLX\r\nM6Pdm2pEXlcXzpLKb7aq8PNiQ29s7abXqy7Uq3cD1J/J+tcud84ZdWVGb8av\r\nVmyPwA5R0V4XJPduAbrdHEhyJt7QL6EGveyBXuXPHP7Tml57ZbPgs589EqJD\r\nKCot/lWQMTyj40K3T6NKxZcMV/111JrOMtux6bvf+bbjTjoVsVvSyYQA0x71\r\nVczlg0lVG7zlhAFz2Z+JGsai9hGwtuDBLqGUiUjAmjBY3ivc0D3cacIPejD1\r\niFyHhNREvEVCIIO+BXBK+qT0EywnmBsxTW7OEGC3BEyP360IVKpQe7LLDx9S\r\nB03KoCz35bcnWuSfwy/zR9fKQG4BlD0PMXGHwINArdqI1oQlFLSqZcZZfU0h\r\nUdPSnVlrPZHCEzbUvf1VPJBCHqp4Xfuo9oHOM9n8ezuiEb7LRaLhSyayU3F7\r\nTjT7vpgA6jldASnp966QYohlpV1vjz+IEzDbifHlg21Q6hyHP8tYOSjgDBBf\r\nl8R2K/JKjxSwdmI5+4n4dPDoqGn/RUrcv277URQcF3FsAbSB/cwW9fAiQqwg\r\nUdHHTKuNUY33jcckUQuDMHhnHoIQgLHSwBP8Vsmd/G2oHS9LXckkU5uv7g9x\r\nOXw2sqaLchiUhjoU1hIVP5aRKuJmBsFOu9M=\r\n=f+H5\r\n-----END PGP SIGNATURE-----\r\n","size":4179863},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.7-canary.7009181d9_1649692913386_0.7371069057324457"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-11T22:01:56.749Z","contributors":[]},"3.4.7-canary.e5284a12a":{"name":"@firebase/firestore","version":"3.4.7-canary.e5284a12a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.12-canary.e5284a12a","@firebase/logger":"0.3.2-canary.e5284a12a","@firebase/util":"1.5.1-canary.e5284a12a","@firebase/webchannel-wrapper":"0.6.1-canary.e5284a12a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.20-canary.e5284a12a"},"devDependencies":{"@firebase/app":"0.7.20-canary.e5284a12a","@firebase/app-compat":"0.1.21-canary.e5284a12a","@firebase/auth":"0.19.11-canary.e5284a12a","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.7-canary.e5284a12a","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-44x5rjqAGNoTijM76UMX5E3VWBitghZltE2ezP9OK1k/pdiXzlWdEMRO8aI2XO76vCfbfMBJAW9YHh82/UUIGg==","shasum":"e30bbe88dc6bc0819ed526042c58357da49b42a0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.7-canary.e5284a12a.tgz","fileCount":1459,"unpackedSize":22188852,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGwZd33MIsAFp8w6to1YTZh1E70CvDzEFwjWOarwyR5GAiAfxUkq9dRIbDLvLaWUNpLlHzo70fIjswoxoK88VQv06g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVGcJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr7Hg//YrP0QV/99h6ISTPT/EYQFKLW58yqFWjc1SmUmN35hHvGlEom\r\nTIQTd79FSFNXeuDjGhW1Wt+YQOl/lJX1O+HJgMlh88ZZikmY7cI8WWy2GVEm\r\nZWClQ+eyeC3Ya1bRUTZSE2xFr1jByiu3EBAWUql1jfpmpWe4HWW4ls2AETiB\r\nIuifZ0rkYzlH5I39NaKBdbDWc2JkvMcxTchwPivLkykqla7kAp83A1Sr+4U4\r\nLnzjsLwdnj7aarVsfOKiV1+qVldB2+l8jBJgKa1hZAdOvM1tZc60N/RNYeXI\r\nqyBQNbSSyjR6ndplRcQ/FipiVfO7S/2d8mEI182Y1/xbABMHouNPxyu32I6M\r\nL5tUHPfhho5jUEF33Hin5LM+MIHiHcBsbrRPe9UpHEK4Rlfe2vbtLrc63QNr\r\nDKOaZG3nT99vXgvuNXywq1h0xtdBn/3+1ERfvA+0UeKzx+wxuP9ulyRxgIM9\r\nuMJ1wv24gpmODtf/Oq7n0QsHKJk/t9FendcmvyRbmVAkEj96k6CmVswCxtQj\r\nqxS+/cDiGRnj3tx52f8j3IOq7NksdFBAOpBkLQlsmGFGdXrVEiCWaoEYQGEF\r\ngHuutuTNgmSmBwGM2jOZhh9yJrdWGL40AIy7lJaw50RJY8J0joFBYX5Hj4ZT\r\nbqtnBO4V0ej2dvJwEt0Y+y7VSAsxa6mm9jk=\r\n=iKIO\r\n-----END PGP SIGNATURE-----\r\n","size":4179855},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.7-canary.e5284a12a_1649698569279_0.45628365247754976"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-11T22:01:59.194Z","contributors":[]},"3.4.7-canary.e9e5f6b3c":{"name":"@firebase/firestore","version":"3.4.7-canary.e9e5f6b3c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.12-canary.e9e5f6b3c","@firebase/logger":"0.3.2-canary.e9e5f6b3c","@firebase/util":"1.5.1-canary.e9e5f6b3c","@firebase/webchannel-wrapper":"0.6.1-canary.e9e5f6b3c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.20-canary.e9e5f6b3c"},"devDependencies":{"@firebase/app":"0.7.20-canary.e9e5f6b3c","@firebase/app-compat":"0.1.21-canary.e9e5f6b3c","@firebase/auth":"0.19.11-canary.e9e5f6b3c","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.7-canary.e9e5f6b3c","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-tX4w6fX+YlTeaTbq+AS1zC9EebFTR6m+nnaJVrd+x32XPpGioHDCj7f9XBsLdEW3fIPswKX9TMeNuJxrndArEQ==","shasum":"151403d056ef13cb818cf3fc16547c817a630d3c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.7-canary.e9e5f6b3c.tgz","fileCount":1459,"unpackedSize":22188852,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCLzduwVWrDU8wXXZedlvuWKbAGpIXc20vshvXouJMfcAIhAOGCC8DIDAUCde2B2bJ2xwgLLuX4SKRa7YCM9c6pcuvk"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVGekACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqbBA//d7NmRCDFn6kz17pEIIpcgBfvmCfZw/XopbVf34ah/44pcNBD\r\nqCaQjmv5M/Tyly7/eODxUPx574D2KsAWPQnSwLLeyc3fSrdENxqC64BoZIru\r\neQnt9qcqTWeIXm5xDUObP5Jrw/hSvB84/NcO12r1GqlHk5M5ikNcWk1yh9jD\r\nmmXltp9RZgowvE40naQxPPGiCNeIPWw2pJxHvBnViioPp2AzcRUTmCK3EH5v\r\n3w3LHwrOvan1kYtT9G1fmACbVAH3zTX0+h7+VdO4oZtOtysuqMs9PulHqr7n\r\nDIk9vDVsEeuGF2UYdhKK/+0HP/V4ZsjtD3rIX5cbn8OtQ1EghI+Wtfm31zRu\r\nkrUHL85tiDBZn9f5Mq8aYrIc9EJ0pgoo99Kn1AMAm76Kx5hLYVEkQv0ERrXP\r\n8S79m4v4OTXnTzD8vpbYY3iKua/SB+tvXywj048gw1KbYK6zrT53tBzQAGBS\r\nlTUj80ohMgePJqjRnbSOMIKu9IxQAVIUCSxixCw6wI0JQvyE7uT0NPhgnT+f\r\nxmktFd7Fdb3gUqkbcPNKqTtFqO1OhOB0RkQuh/C2y8i2RJzN7oQ2hmKhdOKy\r\nWMze8fJ+pL1O6+KITAFNX02xmSrVBYjrkITnX8q0RKf5Us1CspmPvxeHEl8n\r\npHO5C8DJJ+DROXDC9fULKigZdFFozWtAJZo=\r\n=mpkq\r\n-----END PGP SIGNATURE-----\r\n","size":4179870},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.7-canary.e9e5f6b3c_1649698724071_0.2239510247587193"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-11T22:02:01.585Z","contributors":[]},"3.4.7-canary.05dc9d6a0":{"name":"@firebase/firestore","version":"3.4.7-canary.05dc9d6a0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.12-canary.05dc9d6a0","@firebase/logger":"0.3.2-canary.05dc9d6a0","@firebase/util":"1.5.1-canary.05dc9d6a0","@firebase/webchannel-wrapper":"0.6.1-canary.05dc9d6a0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.20-canary.05dc9d6a0"},"devDependencies":{"@firebase/app":"0.7.20-canary.05dc9d6a0","@firebase/app-compat":"0.1.21-canary.05dc9d6a0","@firebase/auth":"0.19.11-canary.05dc9d6a0","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.7-canary.05dc9d6a0","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-zSoETQyXgsWSGA65KL8+2LlTbl223mtW0ap2M1ntJy3+SIyIFgO7CyIl340cCeo29J71Bj0RbpWZuLjOTmRmJg==","shasum":"6122b824840bda439bf8c5678161767581983626","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.7-canary.05dc9d6a0.tgz","fileCount":1459,"unpackedSize":22198793,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCF3RhfuS0oaatbzUXqsUjaPqtGAD4l2PhjutrVjngmFAIgYtScwS5IofLoRNl/rcz+xF86Mz3qWaK4UGfpjTvRa6Y="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVeSrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqQ2A//cTSiiGVCJTVgBGGEwK2cnrqbugU12OE7Od5R9Z8s4UlIK8sK\r\npxeKJM+UMtmabimWl+/y7/DKo5gbLKKZW/sjR3DZofWS/JMGHcruniR2DguW\r\nan7cvEqIcHBsg/BzzsgFgY9SUIWfhxPlQSOvFx/HBpDFvEBEeL4Qq99CWj9G\r\nrJyUZf1OpL7R8K9dIQPB3hKn3JNb1PgFOGd3W7qxdp2vwgg/QmhW+3bdPc3I\r\nMpDz35zbmpd6q0pFS9lWCjqdw0DVBs9526xim8oURolczDAxa8+4wnPN6Mh1\r\nm/QGXw5w0jV9BGjcWC8NNrOSzwrtRbRnrUqlnOUjUs0yaO4eAHeTTYp5ffE4\r\nrx8NfPOX4GuBffA2b90kp4ThPDVoD7s9Ucu851bnRETZYd1y0M8LymD/Uoh7\r\nwltTN1RGM0PvXZmUfNECz/dZurC3/oeP1Lv+NGAIjJ6fg1rNOdTw7hGukUJY\r\n8oltPwIGEHhWx51R9HMyqNJ26wH4+05mSdtAvG2I6uun5OwgbXjG4NE48h3U\r\nl4uyrKTAmhTOU29fUW47yyog9BDHEcrpkdHFwdYVTcHyHVauRcHblLycUwfv\r\nV6pX5u7sNDstoGjffJ0BUen7RXsUYU68sPTLPlUaA2p3r21LT1zMhqIQU2JD\r\npSqlV0HVvIEyX2v54p5ggXhLDDQNt3AdL3s=\r\n=dlW7\r\n-----END PGP SIGNATURE-----\r\n","size":4181591},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.7-canary.05dc9d6a0_1649796267130_0.43036436593910565"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-12T20:45:24.275Z","contributors":[]},"3.4.8-2022312211851":{"name":"@firebase/firestore","version":"3.4.8-2022312211851","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-2022312211851","@firebase/logger":"0.3.2","@firebase/util":"1.5.2-2022312211851","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-2022312211851"},"devDependencies":{"@firebase/app":"0.7.21-2022312211851","@firebase/app-compat":"0.1.22-2022312211851","@firebase/auth":"0.19.12-2022312211851","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-2022312211851","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-9h5vZ2sdSTOrCoW7a1YizqtZg2gOMqjWNDnFcQD5d9U9rosMXYQ7CsE6bY/F+V5AWESSDHP/hyYtojQzKHjM5w==","shasum":"ec17ff0c99ea741521c1dc0b334add41d8a70edc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-2022312211851.tgz","fileCount":1459,"unpackedSize":22199315,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICxb+KblOI28bmdqIoBOm0BF9mgMNtpGeCLc0vw8ldxVAiEAvP7fi9C3NCn7rwmB3KQGM6l+/TWzWyCrzbUZ8jAD4g0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVe97ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmraZg//Zomh0ULqhqEYwzU2pEElAKJQvTpClq8RnEXK1ajLNVLIboZL\r\nA3Ja0i0n18zNCCNsUr1WRSC4yn+edlF8r5NUkHHEmtfeCTpcIrNCIOQPmY9w\r\nMNnKCr3jI5yrqJcbBRIgH6u1r8GtDAQjILka0hKQmfwxKSZkifINsY66xjS3\r\nvt+4wKf1GMnVgfoY/4GgxY+ymJqEsClyJOZrxBgNDyxgFPw46OWZ/3c/iZs7\r\nHo+802Y5of8Ec0eGXsS4oJnTaBHD/H2//CO9Arn8DX7mKaV6e7VZyepnER29\r\nslADjq6jMyX4TWPTJ5QEkaGds1z29aKYb1M37FdyLqnYBCY9O8HcYpUGseSw\r\nsrhx3q/SFnH/95qhFTkydf/hoHEYQt0wF6Hw9vkdDswSUpUGOwp/nPzrrmhm\r\nfaEb9tmsBwE9xvNyHZXSZlM9HUxADCSLyS4QUDkrKGNCe/ElmsIt8LJk3Rnn\r\nSinkQ2hN+qOErOMJXWpMay0Ql5SiUP7M3zHf67mFtr8Rf3SfM1kKaWrbjlj4\r\n1rM+iwxIm3PCflAsMdht48vV+w78JELAeQFR6HNqU+TebN1LM71H5KOQ6TOR\r\nwSo5EEkSG7h9L/1oTkn7nL63Up+5KtCOnjqinZUSeD+m3i6xk3twz9bcle9c\r\nNTcIK+3SeYt3objFv1mJ7vuZdy3E6FJylaI=\r\n=DsTm\r\n-----END PGP SIGNATURE-----\r\n","size":4181719},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-2022312211851_1649799035497_0.7385850461362657"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-12T21:32:16.175Z","contributors":[]},"3.4.7-canary.82e23a51d":{"name":"@firebase/firestore","version":"3.4.7-canary.82e23a51d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.12-canary.82e23a51d","@firebase/logger":"0.3.2-canary.82e23a51d","@firebase/util":"1.5.1-canary.82e23a51d","@firebase/webchannel-wrapper":"0.6.1-canary.82e23a51d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.20-canary.82e23a51d"},"devDependencies":{"@firebase/app":"0.7.20-canary.82e23a51d","@firebase/app-compat":"0.1.21-canary.82e23a51d","@firebase/auth":"0.19.11-canary.82e23a51d","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.7-canary.82e23a51d","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-AhSzNMX/k56/IM6FflSH67y2f7cRFBRX2QY/qU/b9MNaLoXmKUv13hBEQy6IVvT/QcMzAwZl6uXSGdm83o/r0g==","shasum":"7954da70d610f7907c6e22e90b9a72e7fe18271f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.7-canary.82e23a51d.tgz","fileCount":1459,"unpackedSize":22198793,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC8Y4KfOsADvK42hL3ob2Y3ct6vhI5jCLgPMdkBpo9AegIhAKf9mYweI2e6+Rb8vVl6iH6uNEdsGy8PceLUsUMxR4yl"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVxOOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrBNQ/9EI75N38hvCdAKoEK3k/q6ocFLXlsV9lQTxZ66Ar/2ZWnYusW\r\ndRZxRx/NzbT7bT1TscObjRQCUUqUuWUSEqGoPEqvlLmEhHBziW+tsDmCKVQy\r\nBjAz+LggZGuFm+02AzE+EeYuy11R29zQNYXOgc+pdNNJTE6QsT5ABIWMKx44\r\n4GT0/mD0/lk4eYsrOjAyNAwOvHdXHtbgIXn0XVXhh7COFNouU/gBWDsB/0zA\r\nrzFSGmAsLDiUi2FcpT5ect/F3vAeMucLE1UAmcHgoHLFUuwHVocu/0Fbu9f/\r\njPRkCaEilQGZ1c3MFtYxIMB1Rvk9VBzHKCkfBv3VH0Hen7AFBREybAN2Bb/p\r\ncBtA5gHL0do4mefpGE58cQ23kgKvqql2cYZgL7VjsrCZ9lpe1vQfkgwRjrs7\r\nC+3I2tzT3ParssxyKU7YHesZADyxfsKhnT5YMbOaKqazYTXg0CMWFLAmLimo\r\nkADbtSIQ8NazspotNO4jhSIVDwE4tdGDFTHCsycrg6D+zxdsgV8kWzyyACVV\r\njExoxwj+wcj0pvBlEiev+7fhgnRR3LPzCJTN7Gn7OYPNbC8AAy/hznuTZhkt\r\nmQDhuPzOIkIJf+rMV9xEBGNXfEe4nfYqT9gtdaq5Ftsfg5q2NPx7LJam2Xys\r\nYYChYHvcoh2NYICZMgTrWC6SMd4+ZhghgFo=\r\n=W0JA\r\n-----END PGP SIGNATURE-----\r\n","size":4181584},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.7-canary.82e23a51d_1649873806382_0.9749530361587861"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-13T18:17:37.256Z","contributors":[]},"3.4.7-canary.1cf124e6e":{"name":"@firebase/firestore","version":"3.4.7-canary.1cf124e6e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.12-canary.1cf124e6e","@firebase/logger":"0.3.2-canary.1cf124e6e","@firebase/util":"1.5.1-canary.1cf124e6e","@firebase/webchannel-wrapper":"0.6.1-canary.1cf124e6e","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.20-canary.1cf124e6e"},"devDependencies":{"@firebase/app":"0.7.20-canary.1cf124e6e","@firebase/app-compat":"0.1.21-canary.1cf124e6e","@firebase/auth":"0.19.11-canary.1cf124e6e","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.7-canary.1cf124e6e","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-d4DpGHq8BPXupeebXQYr/os0Q3oZtQGzU2jl3hqcIJ+J82fzOHCoWBUiCJd3oBHaU0Q5Kng67eLO6OGZndlNxg==","shasum":"770d7f78815fb653bd09c35abb8bc2554670849f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.7-canary.1cf124e6e.tgz","fileCount":1459,"unpackedSize":22198793,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCI9qzVpFj7dZEux0mgRaapjTEJTV8+aY9beAOiU3bLJQIhALRX56Mhu8wwp0iMX5zaazgPrgcTBJ7yW0M2LRKQY9MG"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVy5dACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPgg/9Fh/LIE84fo5y8T3AAHkJFGaq8EDJlafo1LbGuVg2YpCnGSNQ\r\nK5kUEE6vQVUh88KlT/8BaYTDvva5qSZKcy0C80/GAZC+CnOETm0f3BgYj25u\r\nOlNQPFdzIhlzrc12TDNZtoZs6zZ/MJCuua+DwgAZHJGMmVfEj1xb3Sd50hAW\r\nBcyPon/3r/hFTzlFB3NiuGXUv1KpRE3U69+TvIrZH7mCwVWYeLJPoK09y3Do\r\nOu9+K3DVHu2gX4qXThNm1P7qohIoQhBHWOUEi34BE36BWhSb2Rqt4FN3axW2\r\nFdyF97NLI8WQg5Eu6QUx0c/5ohvqj6aWWPZ3dRn+0dXQolwqPdhGzKX4Hgt5\r\nYHYPi8jqz0yFwUEUJwiWwCIgfyVAhsLioBJi8inIwN2XpOpVgr+ZInQVf8yG\r\ncvj138mJ8S3AT5id8rvCMEzNgLs35F2lVqzgQJ+j4lHcwTN0ePLtCjEyoRKc\r\nqvf1W0KUAoL4ky4kSsNI3YcsqfXElbP19t8N0X79tCT3DEaz4OnCrWg9YwPi\r\n7PZeCJAnn+fx/1+rFjIeQ27Bh1UAf1vpfyQZm6HgQ+aclF5z6iOFHMNbDt+i\r\nkcwJ8iQlVWCL32mQcC+yrtlF8lWP5UuS0zE1k/U2k5JP3chrGg4t46mLNIrF\r\nHKSFhk5m12eWW8zZdsQYHgpau9xbQxfMlaY=\r\n=LOfh\r\n-----END PGP SIGNATURE-----\r\n","size":4181607},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.7-canary.1cf124e6e_1649880669477_0.3275814003502908"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-13T20:12:01.832Z","contributors":[]},"3.4.7-canary.15409a7b9":{"name":"@firebase/firestore","version":"3.4.7-canary.15409a7b9","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.12-canary.15409a7b9","@firebase/logger":"0.3.2-canary.15409a7b9","@firebase/util":"1.5.1-canary.15409a7b9","@firebase/webchannel-wrapper":"0.6.1-canary.15409a7b9","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.20-canary.15409a7b9"},"devDependencies":{"@firebase/app":"0.7.20-canary.15409a7b9","@firebase/app-compat":"0.1.21-canary.15409a7b9","@firebase/auth":"0.19.11-canary.15409a7b9","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.7-canary.15409a7b9","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-WT8YZqM3aLfpPZdDPt1FuElp+Zh7z5cOzwcHKtP9vaNaaxZdNGynEb4UD3jBgFMVTXdeJNQkKCyOGs9fc2ry+Q==","shasum":"6a3a6a702c3fa46e19aa3d11761e56e9fadbf742","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.7-canary.15409a7b9.tgz","fileCount":1459,"unpackedSize":22229241,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC4wYtKSKMHRYE/KZOq+Z20tjTyCee6WTx3M4XwLLKjyAiACpUMNPcn5zkA2pbyKatrYAVHFxoyljUXLep9+6sjL9g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWFClACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp2eA/9FmpC2ZkBkoZQDQw4toIJdW3kGzBhno/+q8vwWv41YKIMFBwe\r\nNr6dBCKKl6kkwHQP8WD2PeO7IGrxbr1Wo3lWRCdgmhCAxSgu4AQjWRH6MJZ/\r\nDgt31APaYG2+42x6n/+T1HNcfjELO8Ou0M3GtL5z6F5xE5U+VjiGb9GgUkIs\r\nZBHTD77sClf9+vsGAjCINmVNAG3dbxMCD6cqXsP2IP3ox9lo8S+OYFJIX5IE\r\nOHFiZv7RIusWkDYB5Um6MoQX9IOobvU6pxSqLZ7XvgsImx3r5pS2aiWBO2e9\r\nIjhgWs/XbgZmsZSGbF6ufOYLPbGgv/6A6GxbChpIEr8nJ2bNL/JQsTzwa2Z6\r\n94++SYa/MboNcITR3N8aIYNL8R95EdtlMD0fjY340r7bmnzbpYWET3c3Ghkw\r\ndlAh7CaPqph5tWKCThSFS68ILlubmtJTuctHVT60/yrwYmRD4kgTQLHXMMH3\r\nbcA08nsxcGtbCDa6IS2/dHaVk4noUMjk4/VzBkfrxgTrBEs82FebujBGUsqC\r\nkW18EZ3i4fAlMAjKqslGXKGfKiSlt0DWLUJFi4aX5nVaIKbXeWYgsDtgDJAc\r\ndcg2Btn/WCEhG0ichiNNdQod+suMlsjvTQuy0ogb93or2OLLuAZMX7geqBgs\r\nRTO73yiVETyncD9S1IPCmlo4SaZK2McgxT0=\r\n=+JR1\r\n-----END PGP SIGNATURE-----\r\n","size":4187007},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.7-canary.15409a7b9_1649954981268_0.6051080588070605"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-14T16:51:19.388Z","contributors":[]},"3.4.7-canary.95c59fe6f":{"name":"@firebase/firestore","version":"3.4.7-canary.95c59fe6f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.12-canary.95c59fe6f","@firebase/logger":"0.3.2-canary.95c59fe6f","@firebase/util":"1.5.1-canary.95c59fe6f","@firebase/webchannel-wrapper":"0.6.1-canary.95c59fe6f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.20-canary.95c59fe6f"},"devDependencies":{"@firebase/app":"0.7.20-canary.95c59fe6f","@firebase/app-compat":"0.1.21-canary.95c59fe6f","@firebase/auth":"0.19.11-canary.95c59fe6f","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.7-canary.95c59fe6f","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-m1G9st0TXWkM721A/dWYOlHmfGpAZ9bx00fOKl2bXWwNHJKYK5nxLFGG/5n+HgLZ4146NtfCEK4dFzs8eQl2Yw==","shasum":"428ed5cd1af41f1d23bc94f6496b07c3feb8ca7c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.7-canary.95c59fe6f.tgz","fileCount":1459,"unpackedSize":22229241,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB+5DQDq1hXqjoNS7xIpll8Iqmey1W7ugeYRQNDlRvc3AiA3uflkO/JJ8CsGqz0iiCu5HQ+jtmvQ/EhV5rWdJRaC8g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWFe7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrm8BAAopYf5KKGnADVdaO9Ufod7bz4F2hUjl8LBTT5Q93LnzvBDL/M\r\n0ZwOe76rfqGJ8eiBJknWX2CxqGOkrxXB1DdzzCnIFaNo/sXqf4Oq4PBHONqW\r\nW51oMjx9sv/4j83ff//IHPMGbng/ktSyUlENyHANbEiCdRTao/Bvb4nvDIP2\r\n9wrfDXmBBmibV03L+V+l9JfHT4rheqFLEKGpV8OLHGwgAiJNg1fg3qXSMPsU\r\n8v54LUj6+Sz7vjXfB5aualraZnqnl3P7pSMiYzeWYmxIbmDQSjzczTvEmWLB\r\nqixqFy6wyq+Yn8Fmqh/vTl3hvQtm7dZncEkXIIhMMp0MHpxtATIydlEKgwFh\r\nyAH0Yc/ozSdfTo7bnWrA8EvmjP4bDoPtbBSEBcc1wQIHPQNiaaYRfQv4Taq0\r\nIN6O3apFbVvyBrEMITFkDQhkTG5SHyq/mmtoKcZXAtareZm0uI2FIhSd7tlb\r\nynXhaWzDsP9ZAPEM2eOjCwuUsxKVal0e+NCnYU4crs+v17CGiYRgx1gTHfFl\r\nFIqLojf2uuA+RZaFU6ot6ErM8mh6ih39ZtjJlNC01JjLRoCg2zHjgaSbcChJ\r\nRccyqETXyd8rYNkwPOBTatjrI+y6K1AmSVYD8xEZGNtf/1+RYZS4RydW1NMf\r\n3dycq5WC5pOvoQSmPs/f+rEu2Lprn7J9WLU=\r\n=DvFn\r\n-----END PGP SIGNATURE-----\r\n","size":4187001},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.7-canary.95c59fe6f_1649956795135_0.4857804852762557"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-14T17:22:28.349Z","contributors":[]},"3.4.8":{"name":"@firebase/firestore","version":"3.4.8","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13","@firebase/logger":"0.3.2","@firebase/util":"1.5.2","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.21","@firebase/app-compat":"0.1.22","@firebase/auth":"0.19.12","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-qjrI22TrqSGsOVBkYpRcpY48eSFj+hvleWEaFn3bDxy+QNUiZS08cicSlBOxdosKi5LRMQVGyHKcqHExup02+A==","shasum":"ca7395c81929c79e30a28ff5d19a567713e27f77","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8.tgz","fileCount":1459,"unpackedSize":22198604,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCvyC8I8HR+zvc51+kZMl5j6HM2QAILCxuXJXRlcNO7QAIhAIlrb6/thhUhEcD3At0nmsyUPBmH9Z1c3M4gTWoKVUud"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWIKAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq0BQ/9H5ochVWo/cxOd/o0VskpJhG/C9ThsyPdsO/FNPNvhW4x4CpQ\r\nk9Uovr8oaSM4KJDW4GH0+oZuwWQLBm9r8GJ8ipQsqCxPNe+X2IwUxen52oHF\r\nSiNQ9q+4M/e8i029l0+UW3lOJqoWllFeeG5Fx7sQjpCcmlIsvN8C45P4fDUM\r\nMWy1vOFjn5VjV9FXYRZvli8u6VO7mKsncpp1U1AQwmS8GcV8hzm8hM6PZ28X\r\n3PFy01zmeJvceyLiSrFkt20PBq996SbjaY/75+8uKghqxdtvaH/oV9X4ZkHB\r\nDlrsZ9Jj9IQ74VYhDQim2V1uko7EhFWrhqe0dQEOvHPJSczwyzEk5C/q40/v\r\ngdwnIA3ldeNFEOJKThXwdUUWrgkyZUP/CGpR0c0mrJhposQIdfx5IWHXVy3d\r\nJX+ggvZumDZN3O4Kwt6K1SG3SKdoqIyzSDf5GgZVFVJI/oFgoNkOURkPMgkg\r\nTm65VVzaviLWtxOIczPWBGEv3AIaNjF3wdI6t3j+SXR1eVfeMQ/nHBz5hh82\r\ns7PgR+2Ns3EO14+AkrnRQeT/KtY5/nU7ONAHHvXsEKIZMycj8dZ8uXej/4cQ\r\nl2eMbLSbyOEUiW4UxZFwIXvQ8VmkTQweTcGep0lcxWK0uBWZ5buGgBi+3v78\r\nLGo4jdLvs++eEtWfi+xNd8NVYBF1A2YyJpM=\r\n=zNFe\r\n-----END PGP SIGNATURE-----\r\n","size":4181661},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8_1649967743801_0.2142453465125327"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-14T20:23:41.921Z","contributors":[]},"3.4.8-canary.f257b437a":{"name":"@firebase/firestore","version":"3.4.8-canary.f257b437a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.f257b437a","@firebase/logger":"0.3.2-canary.f257b437a","@firebase/util":"1.5.2-canary.f257b437a","@firebase/webchannel-wrapper":"0.6.1-canary.f257b437a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-canary.f257b437a"},"devDependencies":{"@firebase/app":"0.7.21-canary.f257b437a","@firebase/app-compat":"0.1.22-canary.f257b437a","@firebase/auth":"0.19.12-canary.f257b437a","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.f257b437a","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-b3LPOwXG4MSp48pVrTPiM8pooRGOg7sF3ITEfw7mfCcMEnKravWCABHaQjTqjenrj7uGGZ1C05376f9+/bM3Ng==","shasum":"416b76bf9fc49817bd35db8fe2aa53c78e80729d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.f257b437a.tgz","fileCount":1459,"unpackedSize":22229845,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDAGtV7Mp1aix19k+ZK5uSqrkd3gbvflWLzlqVWQh9b+wIgAJ8Q6BxvtP/3PGXrSzTZBvpSrsXY+BXfvJra6dN3Ufg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWIpPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqT1g/+OP7m4WBgwNut1OR/wjFWJ59ig6jPOuf/gQnOVr6eXdQp4joY\r\nD0kvxsJhKqhIKTHapPVTro+qJ6n6wmoZdSewLB15xT3SEQaStMXtqHWSheQy\r\nC9HFmI83GzhU8nQMNF1QSurJrU3/zVnYrfA0SF0MPei00L3qlnH4T2GDYVX7\r\noRIY1mbmc9y9hMK3Z+weAgy+A9dNaCGQGAXwFJLPxUBRGNd1UIdkk4wMgnI7\r\n1kSL0kgDFocgDmo9UupNUWbHj3ZpJtY3qG9E/jGgnAKlfew5/9n5v1EN5VD7\r\ny1l/fKQtIFNaJjH5vq0ZMEPIQB2C+U52dkPLZpiBIT68RlqZ+JhuJtmVxHKL\r\nr5dkXqd/ONA8fkU+/4ULH/rRAUCort5Eugj81tzR/4P/UGS7bgxQme4xGWo4\r\n60Ui1eQmkaFZ2lqIZaXfH5c4RA7UaxAA+oFDYtgaaRCWMNjQfH/EQGzMyac0\r\nLLPsYQ1IDA8MRKLbxTU+C32A8lM3Bar52l0x71Nx6/A/yhsy2d6aR4G8ApTX\r\n394yi6AzAFfq8my69cgkQdx5WaRUF5W1zyUzbqQ7Fb9GijwP1DbNYgpXSb8O\r\nMzngXhqT7hdFW3oAgDr+urzfjvTWHvOYChj7SPSYjOr+5XCVJ31j5TmOHm00\r\n+6iLr/Zw26GDV/fjcM95+XjXZWFDwwXNivE=\r\n=jCP3\r\n-----END PGP SIGNATURE-----\r\n","size":4187177},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.f257b437a_1649969743686_0.17373382476318522"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-14T20:56:28.678Z","contributors":[]},"3.4.8-canary.7b58dabdf":{"name":"@firebase/firestore","version":"3.4.8-canary.7b58dabdf","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.7b58dabdf","@firebase/logger":"0.3.2-canary.7b58dabdf","@firebase/util":"1.5.2-canary.7b58dabdf","@firebase/webchannel-wrapper":"0.6.1-canary.7b58dabdf","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-canary.7b58dabdf"},"devDependencies":{"@firebase/app":"0.7.21-canary.7b58dabdf","@firebase/app-compat":"0.1.22-canary.7b58dabdf","@firebase/auth":"0.19.12-canary.7b58dabdf","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.7b58dabdf","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-x8MlTXWG2SEek95BRAuzlfTg/FkGSQTQ3bBbBpovisYcLCadOrdcgC2N840gi3DtuUhzpwuAZr4z9ZQQz0XyEA==","shasum":"38b113c234949ffbd48ade79d9f07754e8a7595a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.7b58dabdf.tgz","fileCount":1459,"unpackedSize":22229312,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCEORkCDu3sUqFqqOPaT9FwaEsLWW2lWCvK3k8YiqzKIAIhAPW2EXxkL7QE4SSBbqUxAwgeYvfwmbKEqM0/I1g/RpOm"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWI4jACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7WA/9GuclpBK2+FJUH5hbZFoRIgOfpTKbnuogQIBBurnaLA3ZoAl0\r\nXECO413FxVpmcFJZs9tKvgcjGTqa3nG/0LDl07ESnayjnuByVC278qIXCusx\r\n47mnAQ5SOZIr6e0qUF6w4NGz/L+2QUJMyyfokNWoCdStNDAr/kzlQIAWi3qd\r\n7U0W2euGcxD65WzI8CkhydDksY31kCddHGGHgC2bNXEa0uMImYf0q11NwUxZ\r\ns+OsrxHJqUpITk1/+6BDLJcKa2L/rKeMHiwh2YMPGnLWMWPUSHTVlLPEkACY\r\nUW/l8UUuvhBbHg3ug975GGWSieHDERE2/619Pw0+dp4EEVVQ2ybCjRiuy1wp\r\n1SJKNBj8yhTpG9lvI3zOIQjdssadBamFIz04YZmDx5IKTvW8CFk/aiakwOSR\r\nQnTylF5tEdILgi28mVfr0xIaYBcvpg2CYr7yNM5s2VHy05OSP8u2Yhzq8kaX\r\nWsjH56D5DqXtaAgy9ZcOXQmQTEuUpfrZl4mv4+iJv+QfkWUDb2R5KCJOwNVW\r\nyZ/t5wOa1Q4+McaIkvsDHFjpq9JALjSQIC2TkRoklLHtJ4B0AVA+TY+Akt77\r\nLiXZwXV2lczBPRlLnR7qmEbHZ5se4BaQpja3/9+V/K+DytHZ4gTi+MH/RKMf\r\n+udLFK1ZN/km5dNDHyOcetIKewcSPZjCH+w=\r\n=u+St\r\n-----END PGP SIGNATURE-----\r\n","size":4187029},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.7b58dabdf_1649970723256_0.6444658712593705"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-14T21:12:51.756Z","contributors":[]},"3.4.8-canary.524948356":{"name":"@firebase/firestore","version":"3.4.8-canary.524948356","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.524948356","@firebase/logger":"0.3.2-canary.524948356","@firebase/util":"1.5.2-canary.524948356","@firebase/webchannel-wrapper":"0.6.1-canary.524948356","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-canary.524948356"},"devDependencies":{"@firebase/app":"0.7.21-canary.524948356","@firebase/app-compat":"0.1.22-canary.524948356","@firebase/auth":"0.19.12-canary.524948356","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.524948356","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-yBAdtA+kweYXPTY5/EJFmPEven2fyIJkLaNAAJ8dhuGxJYd8XVjHwwtiMk6/wcc3iUYRw8ri2qbjOxXtyQZhiw==","shasum":"0d9190538db881a04dc1a76739f7f3e9a9e87330","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.524948356.tgz","fileCount":1459,"unpackedSize":22229312,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHBW7S+bU5oZomRy3zvnEzWYcZU+COMjfxrh3JMIOGmYAiAsRI/uBESAKdANKDd4uLED77SKGXmRx76N6eZCbihnYA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWaSiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrYBw//dNfV70VnqjR6ynm5MGkCXsR55of5mjypkcQ3O9NJG7NNT6/G\r\nJJTUIjAUR5ApZj/c7JSIT1AcgyRM0BR3ZfC3WMag8RWHCrx+riF07E3lA8Jq\r\nEPFltKLOvAID07iUONViglUPafCUXkw8qswmA6alz681vGGmbHLbwv6I0fi4\r\n9wNblVN36sYrOxMtMEEpNv8IBYV+cW2kioZXF/7qMP8NCwgpkIYmVZmj7TP6\r\nJpwYkTU9Iupl3NLt1kTqknDSQK1kaZal5FJ+OIfNDFAdQvWfrabY7BiIRs3T\r\n7Ym13KF295WI9HJokRBb4C81vMUGBb50+x9dnXMIwHdE6Faj7c2rQnIW9NvA\r\nXIqTDiXlEGW/oikvuKJnZkX7b2apqHOHj7VDgBlRz8XZFjoRpCXATZP9q2lw\r\nOU80kmahA8V6wC8SpgcNEKvHhEpa2Njs30+60mTKXWdbRbaMeRvz/H1/1BhM\r\nLzDaIWIsZCI7TJUKsiKQsWPBKsqpGiks1q08XHBU5We/m2a8tEWq0/Ur5y3J\r\nkOQBkFJVL4EA+31R4yrv1/HS/Efp6CuGklxIGD8PAA7AjUks/WxdlkdUpeib\r\ni9aHrySh4KGhA4k09fhQG7zEKoomp/q5iZNZeaNoUIwGfbR81PYIRFfxJBR8\r\nbIaTgGsctbXopyCutDIILqnS8qQgFZDEE/E=\r\n=7MdG\r\n-----END PGP SIGNATURE-----\r\n","size":4187021},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.524948356_1650042017721_0.051777280980357165"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-15T17:01:03.107Z","contributors":[]},"3.4.8-canary.38da5d9be":{"name":"@firebase/firestore","version":"3.4.8-canary.38da5d9be","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.38da5d9be","@firebase/logger":"0.3.2-canary.38da5d9be","@firebase/util":"1.5.2-canary.38da5d9be","@firebase/webchannel-wrapper":"0.6.1-canary.38da5d9be","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-canary.38da5d9be"},"devDependencies":{"@firebase/app":"0.7.21-canary.38da5d9be","@firebase/app-compat":"0.1.22-canary.38da5d9be","@firebase/auth":"0.19.12-canary.38da5d9be","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.38da5d9be","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-Czcf+VWW4ZI6R+VAy3A3F5EmVp6cXS5m1YcRdbUzlVlXh8AmEf2sUct29Bn8m0zFIRmNP7UDi3WqVfceh5XmDg==","shasum":"5b059e7882dca871e74a2f4bdb02b727b1975983","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.38da5d9be.tgz","fileCount":1459,"unpackedSize":22229312,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDRnrAP1W9a/IBL01mI2MsSvITKhLd702gT3vAEknexFAiEAoYruzsuhVip3zchEYgXayEo6mvZSJDBTBLshEfVPWFo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWcqVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoeSQ/+K1xvC/0qt21v0q7HUuJ49fNCvRaqNsOsFpEDIfSqdBkUmK6x\r\nOqhsv1FoWCC2dDrSKumZ1M1uSV23OEvClDcZ2dxngoKLE3u6Y0tL925QJOcI\r\nVsWe4Izv10M1aOWF1GzaKLYgdzWyoCEbeCIo9FZYX7BtheXw21F2pMQ+UmGq\r\ncHPSl03FL156ZrSpRRhWEzDCvh2+sVQjsySLhUGILp+yd318fJoAwP1onfzd\r\nzxXrdi3rDr0GJBuH7kEG/BHoOcksr4/g1BmU2GApLN6IvQW39Zbpuyt8hq+i\r\nRNvoZEQ6KelmrCpQV/E4qqNsJ+hE/+cIklrqHd8aJABZdpXD8tiHtAv5lQ4z\r\nzzYgfLFrHWIePUUftWYMEQ6sjF/VE656hQk5eWZdrPw4O0BsYeIy8RsCHyFW\r\nL1Iu4oGnHB0JEjUSO7CmVZF041l+F8G8XA/VeG7Q+9HBLblwwfwqjrkBgyJx\r\ncRIqo0Ath+9MbqpEb52Je/XOeaH3kM4IizZ2LoV1WY3ejTgEd96rA5dl+jZu\r\ntg5sObcCP8bgpj5Ht+Qz1niqejDEMemOut3tuzsrKSJiAW3Feq+36qrvJVeC\r\nXgs4ColfdOcSCZ6gjEB/x5xdY2heX1hQgsWtMPnZ2HNVgr7jWHOScoUMoJWy\r\nLMYzdv+/zBfhFIIk9wEh0zrhhg56J2T+O8U=\r\n=mW2n\r\n-----END PGP SIGNATURE-----\r\n","size":4187018},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.38da5d9be_1650051733307_0.7300689878254227"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-15T19:46:17.624Z","contributors":[]},"3.4.8-canary.b53831275":{"name":"@firebase/firestore","version":"3.4.8-canary.b53831275","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.b53831275","@firebase/logger":"0.3.2-canary.b53831275","@firebase/util":"1.5.2-canary.b53831275","@firebase/webchannel-wrapper":"0.6.1-canary.b53831275","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-canary.b53831275"},"devDependencies":{"@firebase/app":"0.7.21-canary.b53831275","@firebase/app-compat":"0.1.22-canary.b53831275","@firebase/auth":"0.19.12-canary.b53831275","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.b53831275","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-0nfjdfknH3wYnVwfnvrw0IxrnXaDD1wNSvXhN1IxTjU8Wy8IVZVUlal0KyUNXSpPSKJdWsmCWpWGsZRkNM0GOw==","shasum":"a4aaf2c5d013354719b6d140d579d280859c8831","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.b53831275.tgz","fileCount":1459,"unpackedSize":22229135,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDzxO+drMYZ2rjMbiaeYAvPZWqmyF0q9JV1+6O/DWZp8AiEA1FXbL1+mbmJRqV+X+qIA7neB1cAKelTSpG32JwXLdi4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXrrxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrIBBAAgPZpzbepm336km4qyNxsm3MhiEJOFTzeu0EatLiwXefy7X4w\r\nFmmtPmrj7CmKaLjL7TvFvl9TGgRq0q/zocb0aaUBpFxDtIZrtdPOzjqZibEY\r\n9SRGNNBAHBqAY+PigQ24+LctmeiMfbTBnZETRPO3sID0ApwyEWOZaDHGe1qJ\r\nGECalo4GYsBJqvZ+FdGoTSFmwdtK3OTBfHYuEkEduw8z9ueguzlZF75XCRUZ\r\n8H+26dovmGUw+Dg/GV+dw6GZeEGNbc0tx7UJc4VFuAZQTMU3nK/FuZQLu5Pq\r\nrFll9QdJ1IADCPKUw4kPxrp5hJmSrfgvv54zXvZe2BAuIQqpALVugh+mYBiM\r\nex0AlhtphWoRv6LNDW48UQFk1Krp8CQUIcmCUuZyezFChJ6g7hDgMkEGw21h\r\nCtqiyAVDKTTWiSD6Dn4VL+Fp2UWDxBNVroTIVzUdlfRorU16jjrZvwJbR9lw\r\nNeghgizxLuDtQEaQBPqUpv33WYGyC0EiJnP8uzCT1uSxBwmX7/XJAamTiQuA\r\nWqyY5YKFGGfZFQwu/ZXzIqxDbFtVPnN0JB9EnK8l+AXwUPo21V8qUTAX9xai\r\nz6u1bV2c227QMcOCbzOE+vIb9CzPP4FxFG534QHPvE1MzdHY/umoYZUUkrCo\r\ngt7AQntxiD4mYuqwQGbAWVaap/kWjGgbcfI=\r\n=qhck\r\n-----END PGP SIGNATURE-----\r\n","size":4187036},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.b53831275_1650375409037_0.7241508520884963"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-19T13:37:36.711Z","contributors":[]},"3.4.8-canary.9417675e6":{"name":"@firebase/firestore","version":"3.4.8-canary.9417675e6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.9417675e6","@firebase/logger":"0.3.2-canary.9417675e6","@firebase/util":"1.5.2-canary.9417675e6","@firebase/webchannel-wrapper":"0.6.1-canary.9417675e6","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-canary.9417675e6"},"devDependencies":{"@firebase/app":"0.7.21-canary.9417675e6","@firebase/app-compat":"0.1.22-canary.9417675e6","@firebase/auth":"0.19.12-canary.9417675e6","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.9417675e6","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-XDFEKsomTjFbL717zjShuuXhSxzfaqQVILJz4czXPfgh+yqrNxRUeStHYNTZcsmiPjxKyh3EC4enzynI/H538A==","shasum":"ab9685af50f889f67933fc3aae681cff18b5a699","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.9417675e6.tgz","fileCount":1459,"unpackedSize":22288504,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDqpdvsU4+Yt6oMpyCQRpjMdZD0Hv8ZgEhil7lJrVgzjwIgCPwZzVXhzQO2nm1kjeds3/51h8ML/Td4r3FIWQZlahA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXt8wACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrKrw/+PDSh0/tZkZZazpYHPWjM0GzvULMoRaTkiyOS0ALs+avBmjVP\r\nnPYR4KY/8lfVaPaK+qM8GIFUW3FUSWERKDV1C3tOPFdDZ5evRUu3NtOk8SFt\r\nlhd/iLfNyYArgVoXsPfyTWMQyprKi3er+cZnapJWCJaCE2Lgqe8PXjTE36xP\r\nI2awxlUwXfJxkAGT5WlARBq0/NxeUknBzRSVcgSUpdMGVa7gAKuLBgNcsj1K\r\nMLnV/CmXV+VGLhVgmJOjVvjamMl6VGLXzuiX2mRveZRlL5jKnz9Gktk4woKW\r\nY4JKrc0CVdUJ+MmRJBIaFiFRAO88oHExqZpfaHoWfiPwuVs6F/CGzH4dYlhf\r\n1Fqsw9LRaAftAbrpIQuG76MqeZ/Ng7SQNY+nX57vMidawLGeAWmRv5PwkgxU\r\nWVdYSycN4O6qg+TTEHhsLXvoHwBrZJYUxDyaat/yrVYA28Jj2tzsA338pMme\r\nKgqKBSOpF29vIwbWLq46ZJxHzsHQQkzP9PVrHzIaiafKTITutI61KJQG1+Yo\r\nXzNRUI7Dqf4+npwQmOmCSurB6yH4LbNx8vxpJm5vGUAbF7cyOj4c0eQvMY7J\r\nfnYKSH0WhVdO41uG9TN9837s808/Ius7Nj8JeIAAAz1RF9oCK0XeIQjYtFrS\r\n64f6x+UXr3wXsuNOgFROK77rKrJ5YMl9bAw=\r\n=Xr5u\r\n-----END PGP SIGNATURE-----\r\n","size":4199396},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.9417675e6_1650384688186_0.2504841255984511"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-19T16:13:02.312Z","contributors":[]},"3.4.8-canary.aa41fd662":{"name":"@firebase/firestore","version":"3.4.8-canary.aa41fd662","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.aa41fd662","@firebase/logger":"0.3.2-canary.aa41fd662","@firebase/util":"1.5.2-canary.aa41fd662","@firebase/webchannel-wrapper":"0.6.1-canary.aa41fd662","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-canary.aa41fd662"},"devDependencies":{"@firebase/app":"0.7.21-canary.aa41fd662","@firebase/app-compat":"0.1.22-canary.aa41fd662","@firebase/auth":"0.19.12-canary.aa41fd662","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.aa41fd662","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-ZgILQf+iwGUa7d37oFMkhU7hiq2/W0nzWCcUoMdHT946zaopAaZIcWzg8Hxy/vQWfLfQUTIS4OV9JV3xvxESSQ==","shasum":"e6695b7cec25e787524c99091dd4207427eb8b07","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.aa41fd662.tgz","fileCount":1459,"unpackedSize":22288504,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHUwStwEy6hbb/6j5GAmJDZiUON4QDY6eM2fTe50KjqdAiEAvde5tjTZy5Rft6Bq4VolIKf09TAfMR0h6cpawnty5Yo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXv7OACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpx2g/8Dlj3GTcCZ8XcwLUiR6jixSM9klXzbu4OEIutMhN2v9JGsgyQ\r\n3xO/4a3nypdR9SQbB8U4gxGqAfgXXLRjuHS5gF08qHoH1UXnZlne8rV3JChg\r\nXRjR69PKjEBKclpJHds6A/izqio20qVfxRs9/dNd1PNpnjG/ZVXnBAex6a6H\r\nWDra5ge4ZxpMzJoIDBOzqaLhscXrk7THOB5dNh7RWM+Sp7heIn7Kpwp00tXP\r\nfckgPz8vSgniAgJWHwnTjkXynkzUrIVk5VkHhTCI4moA8KfhjVRO+vTV8EBg\r\n9He+s477N+jJzXNS9k9zzrYsi1YgZXdYAeT5ocJBYsOAsmbpKKc8WghFKct5\r\nEDOg1s4yM5MS2lRxFdmqSnRPgr/57NmU5OXA9l3eV3KolqZX52ziuzAQO9HY\r\n/XYrOfUA/YYRhrhfR5p2VJrEG2boCNHOhSFJmg4E7CpVUXl4OWBjsvSmYsXR\r\niHZFNv3ceUrAAVJkMaCIfk1/sVm/KEYYIu+wch0COTuQhWzcQHVtFdTSrJeu\r\nY7DVQLgVw7W1qoo+innomQjVfJ0+E1LC39XS/2hTlbzORw/W1lnPyBTBEerZ\r\nl1oMAgSt3pLWt+ZmsGAT1MP2PdPOTUSaigANEOMhEIrIWPHAHSASiIJoWshc\r\nhmIgQCOHVMC/gx8wfhRUs1ae/KI3VwZpgJU=\r\n=ZNu9\r\n-----END PGP SIGNATURE-----\r\n","size":4199395},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.aa41fd662_1650392782375_0.6335896902057083"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-19T18:27:06.090Z","contributors":[]},"3.4.8-canary.c69c6898a":{"name":"@firebase/firestore","version":"3.4.8-canary.c69c6898a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.c69c6898a","@firebase/logger":"0.3.2-canary.c69c6898a","@firebase/util":"1.5.2-canary.c69c6898a","@firebase/webchannel-wrapper":"0.6.1-canary.c69c6898a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-canary.c69c6898a"},"devDependencies":{"@firebase/app":"0.7.21-canary.c69c6898a","@firebase/app-compat":"0.1.22-canary.c69c6898a","@firebase/auth":"0.19.12-canary.c69c6898a","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.c69c6898a","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-xLKE/nw28pR18tGnr8LQYHVb1O/yFWYAv+ZhpxX6dpjBIA0j9aXxl8JEfPhGAWNY+YSHUpPZBPKYmHrq72F7EA==","shasum":"6fe8ddb41bb6233c5429c53d004e17ae45e38816","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.c69c6898a.tgz","fileCount":1459,"unpackedSize":22288504,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCwrqOM8Fl/nrKiDfcsjrPtp3sFrUunWGJ52CYteJTT8QIgU+zNwAimD967HiHlyOFwaLvpnZ5LLuVDEjjJI0d/3wI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXyK6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpEsw/+Jx7Irg5oT9MNSRk7MRlTShcAJTlIS5nTzRG6eR1S2qid6wbp\r\n3xlgdUNiojLt2TgWTSCms5U5xrYvW14JZrrbYXcWSGxRwZSry5DGbdd+dkJm\r\nPzFFOhSWaoJQOVqtab/DlLm3bX+umzX3qOw1QWS4l6SQqQJJC61u01o+C/7L\r\n7jO0rnW8VvRYK/+HS2m50ucPKNWnH0+9ve5OuaHTnesrIXT/sIwC4qNZe2xm\r\n7+LiDxKBrdzd2L8qoJWt5h4cRvAWJEssnfCLQJIFBeW3XJ2gjvM9AfShtqba\r\nkH1JunxeZEoAc47l+UBGvlIRYs8w2owleRFWZcw1ylHH6L2jiYT5d6oouWpm\r\n8kh23raGH8Ed58y7111M7U3SVEkDULp+vWcjxqKYIrFxSlaZgPmUxVMoinpU\r\nk9ZxnbijCw34h1E5lvjVp/f+8vLhlLlbgocbDJCl85Fvq1UnJwvzPWk8hIMU\r\nY546GpJHhrt7a/7ZadvHbkNsLrZQBNuj2w3qntiqN8iUhvPlTxtU3Ay+CDzU\r\nOoyxIzWUUpb/4wgYmCw8TF5XMdXo27HYG+hkFS2CBGxbeoAyyPRFVqhc9H00\r\n9Bmuy7qqDcMEWXdmDIV3WY6a9Ta9bLPAuAaRr4dzhUwiX+72L/tTM2NnroYE\r\nuTeEFykyaL54J448W/GhH0ZJPvbNMbeaqH8=\r\n=NNtU\r\n-----END PGP SIGNATURE-----\r\n","size":4199405},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.c69c6898a_1650401978009_0.34349020967377775"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-19T21:00:22.503Z","contributors":[]},"3.4.8-canary.44948ac91":{"name":"@firebase/firestore","version":"3.4.8-canary.44948ac91","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.44948ac91","@firebase/logger":"0.3.2-canary.44948ac91","@firebase/util":"1.5.2-canary.44948ac91","@firebase/webchannel-wrapper":"0.6.1-canary.44948ac91","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-canary.44948ac91"},"devDependencies":{"@firebase/app":"0.7.21-canary.44948ac91","@firebase/app-compat":"0.1.22-canary.44948ac91","@firebase/auth":"0.19.12-canary.44948ac91","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.44948ac91","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-TBnnG3MZaVPD+151o5IcfqYIc8FnqUmwrLZseQ+GTd/y8V8ZEXYiGHDVkPyVggpzqR6rtNZqxC3Puf6Yqbpd3g==","shasum":"0502c7bfc25e3bff286af5946173183da314f7a3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.44948ac91.tgz","fileCount":1459,"unpackedSize":22288404,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCeqwWq9yLzp2uCiKEBxhwm7w8d76uDeGSHO0PlmWQTHwIgdaCFKCjbIoIdcmSg+VcoTLNheisgqvw6Cotrqsj2QrQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYDkcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpvPA//eIum9A15rsVb24SvrkaUT8FZPAXYc6xGNvTWAghNfkEH+HYu\r\nF8rc9GIeYJILHKlBCsdtiur0UNUyTyG8C0clZxVrd4pg7nsP9daexPntoUHB\r\nykKVFauzquF/EjKFJfTtijgVmpetfOcNXxNGU0KrPWtiLcjECWQR9VAs69C/\r\nWahos9DstEb6xZOi6inagTVpikLJIyjEFzljt44qmSOfYWTLcLUPb22kys9n\r\nMq5xy05QAhNFYKguH+jAW/9gGG29vKNKb2qo771m+mqotiIz0/tznrqpns1U\r\nSygm4J+L2EKvvq58mN4CVyfZ8EeNvz6hZdgzdBF+Sox9AYiLFaln1dpzFXLn\r\nsSRnYSWGU5cHCQDK9EfC+VIF6mvPO1Yg92HVIaMwF2kVieEWSDOCZ1yK3waa\r\nd8Qr39pvNl7fRxslJTIH+MZppXwQDyUZQmI9zEmIWx56WzCk/+eDwUd+lKIT\r\nQdprodaNSnznGcexlTONsdP7tkFAdIcEW7RiWG/CMTD33+c6wpCZOqtCZr39\r\nt1mOVBPThK2glq8B2GVCWCMMqCrip8rjPNK1wHTx/SCGRQ62BqpqL86giooo\r\n4TB4IIjvqVfhEnPqneE6G5IjdMB5A6Cx6YCwm90fSmj94UWab7ICh7u23Jky\r\nsLFxAwCFAjhndvXRGT9DsFIjbkVWw0wm4qo=\r\n=PW3Z\r\n-----END PGP SIGNATURE-----\r\n","size":4199309},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.44948ac91_1650473244170_0.6225581220367746"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-20T16:48:19.354Z","contributors":[]},"3.4.8-canary.dc0e92632":{"name":"@firebase/firestore","version":"3.4.8-canary.dc0e92632","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.dc0e92632","@firebase/logger":"0.3.2-canary.dc0e92632","@firebase/util":"1.5.2-canary.dc0e92632","@firebase/webchannel-wrapper":"0.6.1-canary.dc0e92632","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-canary.dc0e92632"},"devDependencies":{"@firebase/app":"0.7.21-canary.dc0e92632","@firebase/app-compat":"0.1.22-canary.dc0e92632","@firebase/auth":"0.19.12-canary.dc0e92632","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.dc0e92632","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-xp1rkRbQ2p0wJoqQOyY0RNJyj3mPz3SdI5G37tAvZB5i/U7yzt8Mfdw+Q5bnKm5mjYQVhAJc0QFMpOjJ30kczA==","shasum":"eb06e74c7e365ca37e1842db4f8c83cce39740c6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.dc0e92632.tgz","fileCount":1459,"unpackedSize":22295275,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAyjaA19sati96kr1dEHFU8H1CAxV3b2nt7EWJDIhAhqAiEA+nYMKl/p0cXsqfuDJxxhhuz0xUwu08TZUFhU4jJVfe8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYa2pACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpCzBAAmYLNAnN4nRPI4nFs58gCiA+Eb73AgRougs3HwegIX22Dz86n\r\nnmw3rgoFzBOL7YEdKPaZHEdljFswBql/qKWrBDEmO7KrC3YN9nWO8pdiCmZK\r\n/CVbFM0gFBkSc9IDvj9C6GQ2t7LZdoVfpkG9uAqB8+9yWOBQ0CcdtpZN3aIL\r\nS4VaSZ9Nrh0teAxEyedOwP/rEAKmppp6cGgI/8UVwtqK7mf2wh0FkQlPmYp8\r\nzuDR8QR5HrVqXddsERtFtCRLCeq02LRJ+mSV10xrwR6yDfHiVh6W9tk6Y3x6\r\nLARqRZImeyGzZsd5kGRrJfFt/aTpg7GCFyrttPtt6Czz8QL1kZRCAJC7hFPB\r\n5Ei5XV1LdQHT7iwzOvF5GjupSKK4Tioitvc+AgMTBybzOwsL3HYg+sBpLZoP\r\nz2TGCof2NYWqSm1pgIJEoT/VIKwnNeMhFl88BgIpg4yhjOEcmYLo+2ohvOeq\r\nGKWBVtFf0mx0PusQXgl10y9ByOPNhC5uK5Y6ou6k2V4vgux7RGZjdwalkwFk\r\n3MdieYppPXvvdEIL0BsaeuI/bq4F9E+wn6wdWZ/blY2mlC23l41dbUKVgmCG\r\nHp8ibLoRjWyHFHUX90rcIStgq3LZKetsTYXkCzdGX+g4r24oRMXegvcIVHrA\r\nRIduIF8/AFG8QkYg0/iIqXBL55awqNT0NNA=\r\n=g2oL\r\n-----END PGP SIGNATURE-----\r\n","size":4199577},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.dc0e92632_1650568616949_0.3993795697720073"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-21T19:23:49.329Z","contributors":[]},"3.4.8-canary.752776f42":{"name":"@firebase/firestore","version":"3.4.8-canary.752776f42","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.752776f42","@firebase/logger":"0.3.2-canary.752776f42","@firebase/util":"1.5.2-canary.752776f42","@firebase/webchannel-wrapper":"0.6.1-canary.752776f42","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-canary.752776f42"},"devDependencies":{"@firebase/app":"0.7.21-canary.752776f42","@firebase/app-compat":"0.1.22-canary.752776f42","@firebase/auth":"0.19.12-canary.752776f42","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.752776f42","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-c/G9jFdV50G0UH7esJKezIhEwHGN2yW1kqjSqOY7XaYkfDGEsCRD93c80HMBFI6+OK8RePKiZQJGZ/LAm6/LPw==","shasum":"405311c9c0a027c4cb9b7c625f9b98cc7c8c7554","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.752776f42.tgz","fileCount":1459,"unpackedSize":22295275,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEhuG32XgkpuUt++YbPapN4M2XQ+xzW3wz0AtasxE5+LAiEArPbWKWZNLlMs0HzY1trLJOWZ6SfUhuHn/H9S0VjN364="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZutlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpgEQ/+ObuRI7gJMWG/JFi8wzaofuARnTwMfXHIH1IJjWvQoZViHd3p\r\nL1FO/QGCzhHkz/E6Zyrkkkc78cjJ1kgbA+D9g5AcYuQ4V5NbQI/8GcL8pMOW\r\nbI+KToxv9JzJ6Oij4DNlXDiu0slUTWa7/ExCCqbU8rUjrlfz3euPkInQhj4g\r\n0qUBAPvv0Q7eQNQVUDczbhnVArd250CUNnacyyQLO0X6UUBoMA3al7/nTs1l\r\n7/6ixQT/FJTuqKe2yfOai+v7ms91MgTogR76Fb0+bq3KIkSpJv/2bDx5JB29\r\nX/+kZJ0hA+eLA6XSKSEZO7zU6N38MnPFAwtURUZbe0WrNfowJwR0KEiE0g59\r\nPT/wP0sIpoTcyVgPj6Q8L+TlnSqqtHIFfJW8UCBNPPVfkqkyL0XNQb8B4bYU\r\nr9jD3xpRh0GHLyQnj4urwFdk3Ht0TMRricz5pBGtSYEomcps1XudsQqhZL4x\r\nqNlUabTXE9+DVRdprorMZN8Pv4AKfWFmmW39yII8xJpIZfwpVWShulJs4FST\r\nwOvO/3r0kjP8aTmiSZqzll0CUXTT12YDC0WZKKdwAS62MC2888NWwxSFI7yH\r\nQ7W9DLyE/kFidkHwXiAvApJQRY2QhKFK+6c5ylZKDKo3K+i40+xwo3S9tDoz\r\n7rnRm1riFOVoMwLYG5voMx1KZNeB9UT0lsI=\r\n=4U0d\r\n-----END PGP SIGNATURE-----\r\n","size":4199578},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.752776f42_1650912100911_0.35039110142207797"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-25T18:42:22.065Z","contributors":[]},"3.4.8-canary.93f3e841e":{"name":"@firebase/firestore","version":"3.4.8-canary.93f3e841e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.93f3e841e","@firebase/logger":"0.3.2-canary.93f3e841e","@firebase/util":"1.5.2-canary.93f3e841e","@firebase/webchannel-wrapper":"0.6.1-canary.93f3e841e","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-canary.93f3e841e"},"devDependencies":{"@firebase/app":"0.7.21-canary.93f3e841e","@firebase/app-compat":"0.1.22-canary.93f3e841e","@firebase/auth":"0.19.12-canary.93f3e841e","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.93f3e841e","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-bJT780hdhE6xGF1pxaUCPAxsivZS7324nsKRb3qiOPcfF0nszOAM6fx6wUek19E6XpqHttNeXHR1yAZVYoWnnQ==","shasum":"bd72f2912974b9276fa6e21fd2ffb6d1d963b852","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.93f3e841e.tgz","fileCount":1459,"unpackedSize":22295275,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC20DrjBDGscXggp/vwRO+KLEsw3RRZrhPuEwtHz9UvAAiEAqyixTFWFHSN4kaxOwOumwjEx+mIHFIih+YUTlky6WVY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZyPIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrrPg//cXSjZX048W2EfN3952lj7IaAs52YwTZZAyDOCv1sZWMm+uzC\r\nwatD7yLqjY6lmByPyXI0waNNn2jyNlaqwrG4+GFNlebmPgJxW09Sxusg93Kd\r\nAvf3gZU560IGE+JVLBeoQaXAID85TDoBjHUIFFA6UzE6gszWSHCtnUt9tVwf\r\nrMp3Ue4XGbmnT4KVT2EghQYmqN1kC3CHTiXJZSH6m87nGapFhkO3r9jtxWlu\r\nYYyJggAoq6X3d3jefVJDQ2OsrtlLPzM+4h7wK5BUUxY/J41rwcSYiGxFddni\r\nKrTblf8VXH0T3z3vNpTwfHGc9PVwhKax/Jv3tXj748SlbLTj4ENGx6eYL15q\r\nwRncFQaBcLfCsDGr+SiPk8/ffORkifuM3M4WQ59iHWenMNtqu16ok3+aT9xs\r\nVWB+yTZ5cELsYg7g9dpdgz8/iB+gt31Jjmf7BOBebfLHi4sPrk7Pjr055RSK\r\nKQ1fiykhp6TfE13GLOkiQLfzE0CR8r6zeXiASmY5s0CTnSH9INEGBYPL2SPM\r\niw2nLW3+6ylAf+Yr3/hTN0U/e2zhMGUAFEJB8zA6HEINTqTsLwuonvHcOqsC\r\nPhPDwoaNfz90OeghYZU708EE/FDGev5Wa+Xo+Xcn2aAHSScHPGmlZ/8e2cRv\r\nX5O/iXtDvY7oychH6yZ+OjMCnoiVeYLDrQo=\r\n=Rq+W\r\n-----END PGP SIGNATURE-----\r\n","size":4199559},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.93f3e841e_1650926536627_0.7439244001169076"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-25T22:43:00.204Z","contributors":[]},"3.4.8-canary.215e657ea":{"name":"@firebase/firestore","version":"3.4.8-canary.215e657ea","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.215e657ea","@firebase/logger":"0.3.2-canary.215e657ea","@firebase/util":"1.5.2-canary.215e657ea","@firebase/webchannel-wrapper":"0.6.1-canary.215e657ea","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-canary.215e657ea"},"devDependencies":{"@firebase/app":"0.7.21-canary.215e657ea","@firebase/app-compat":"0.1.22-canary.215e657ea","@firebase/auth":"0.19.12-canary.215e657ea","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.215e657ea","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-ytlNZbnJyys2Ki5tgXmnk4iBc6hQGwjUuls+Z/bWLNFeSpTg0wetiNTIyshSEK4sdqRcOahNsYIT4XdQSYd9PQ==","shasum":"1cc1d2d35b51f7248db0fd9fa30dab99bdb0c469","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.215e657ea.tgz","fileCount":1459,"unpackedSize":22295275,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFBBGebfHuefOUXXI6DcMWkDccS/djkDWqEarbYaTZS3AiB9NiCfBcXhu35mwnMjsXWG05oM/V9BncF5DPhMpRe26g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZzCAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmptNg//Sb8Q/qdrv/VgFl8jDbXtBiD64zXpl7rlGb3JhwWbv0cVom7c\r\n385PZlc4CB47bOqMmANvd24GG8U0OKGBMMH9psXoPDUpiRiCaN/5y6w6RdAZ\r\nrqP9Xxaxf5zwC9R9iqo6Az+Oebq5+EgdI40aXgofZqA2WFu2ZdgijspZK9iv\r\n7z0pcIUtnCGPScEvhSs68oS9G5h9Miz5DJYXCm3vmSOomQ4XZngYQDUF3rAC\r\ny43jotgku9usY6gtI6WGobiok5Y9xHUQf7sJmCVaz0i32+MpDgKUxyjGCHat\r\nagis+l/IHbpIhRJPEkQfmtRqh9NPrivY2FYKiEqw+ct3OO17JZF8lQALNJ1Z\r\neAbO5dpAwVzmmyJ5QrJWz6Kf6y/Vckq00tIt54MPnKJC7UZKNuGk7I8ZRyYY\r\nLc7WdhuMPmaV/j+gEtlMrP4p7sVrY4xB/gUziv65oG2HuikhbXCVrx+Ofalq\r\nC5jAvLUtwSnAD+g5bvVrh4vf8y12fcKqvtynqMS6kcjQGOTjPusjq6uvuAkU\r\n6F9c15TODnfi0GU3vclUBUo9K+wagnZ2PeIA2b2HVO3ct+uCxyyjDCSruCFI\r\n6Vlm325KRLkIaD7gTPb5AMlJdar5oez5ApWc0pR85G7IfDOmTrPPgr0+kz0u\r\nSro8qN9v5/r64dgn+Dj9aIO7/1kQuKcx40g=\r\n=QjZh\r\n-----END PGP SIGNATURE-----\r\n","size":4199568},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.215e657ea_1650929791869_0.06830454919507689"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-25T23:37:18.445Z","contributors":[]},"3.4.8-canary.942e59c64":{"name":"@firebase/firestore","version":"3.4.8-canary.942e59c64","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.942e59c64","@firebase/logger":"0.3.2-canary.942e59c64","@firebase/util":"1.5.2-canary.942e59c64","@firebase/webchannel-wrapper":"0.6.1-canary.942e59c64","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-canary.942e59c64"},"devDependencies":{"@firebase/app":"0.7.21-canary.942e59c64","@firebase/app-compat":"0.1.22-canary.942e59c64","@firebase/auth":"0.19.12-canary.942e59c64","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.942e59c64","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-Vlnwfk29/TpBt1oG2Fz519fC9Stu3lpClvLSxSeVgDUfKH4vUySjBn/S2tL800+k+COaKCZMiApp5dlkYvOxjg==","shasum":"95755fe6999c66e2c85c7a7ace3bb9a6db392da5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.942e59c64.tgz","fileCount":1459,"unpackedSize":22295275,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZAEgMz5Yio4JzSDqXDfu6j+IMI2yvFKUnTs49JzPUZAIhAKTBebdcp+nfEW1KQ4Aelvb0rygnC8XJwY4ekWwqcn66"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaDz0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpHlA/+MLvZVcijEAFxLoSD5YBRzXURHHztfpEdnQioxaCajcx0cJUy\r\nlBGIy1YD3ZWrL8AXZgsLo8uTvirc7LZXr6uJQR9FIaGaqHsvd+bzDd4ZmBHX\r\n2bNgGMikRJCMIOfP/iHFbvCmXAR74qJkwZC7z+Ix1wvb39DcLvvNwOH0Ot8R\r\nEkoOtdFSHPgI7ZJVsve5hX6g9UTDxZuqHhoD5fFZOhTP6KNQSEHJRjamY0nA\r\nNl2rsqCV4OekKWL7D0O24J83rSEaF/lh8g9nlSZv7J9ZXdSd2mHCP5zJDGhx\r\nynUU73c1HEe/PXd/qPJKLL177NDyilwp4DgyNOFicCnrZQOpK1Gv+IjiPvAg\r\n8+PADPji+8hG9cINHGTLeauWhBbvYBb2FTbgWoSUtvV+/d9mJAG3Rxf2I0EA\r\nahhKZkHJPfILl3bldfGf+AAmJDA6XJarghWNsmjiSYdsOEUhGG/q4ZPPJXFW\r\nF5qlSggCf9mW6oPiA7231seAxZ0cImuwH5YIpFlTNayE0kzeVFCetMpwfQXs\r\nzDN8Sj90YEAtKvWp+ViEw80Sirdle38Byccuz25ik5JN006rhFgRzbWVY+Op\r\n45dnKXuW0t/Kh5EXJps5Air7u9Gw0+bPtSGH8PphL35MQvyqC5DY9+lHn8Tt\r\nTcsEf1c0kzujYq5/XWUvFCEutQoKqEkSIms=\r\n=+rN4\r\n-----END PGP SIGNATURE-----\r\n","size":4199583},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.942e59c64_1650998515932_0.472834613071357"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-26T18:42:49.058Z","contributors":[]},"3.4.8-canary.17db799d2":{"name":"@firebase/firestore","version":"3.4.8-canary.17db799d2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.17db799d2","@firebase/logger":"0.3.2-canary.17db799d2","@firebase/util":"1.5.2-canary.17db799d2","@firebase/webchannel-wrapper":"0.6.1-canary.17db799d2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-canary.17db799d2"},"devDependencies":{"@firebase/app":"0.7.21-canary.17db799d2","@firebase/app-compat":"0.1.22-canary.17db799d2","@firebase/auth":"0.19.12-canary.17db799d2","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.17db799d2","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-7aL2ToHt0+S9ZZBGIC8WUqvnlrsgsjXcALeEJ8koFhT7+1oPVzT+KkRMScRBrQD2IxNvaMiuZyup3opWBORwNA==","shasum":"a49a040413f4efc9090d1ca24c4ac236651470cc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.17db799d2.tgz","fileCount":1459,"unpackedSize":22295275,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDX4BttaniveVfujzgbG9mExh8syPVWMIsi2NORrUqnpAiEAlj4RrNZzn5qyzkCekS5Zz5NNml5e49smOz/Hw/4U+O4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaFc0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrZpA//UAhTopUSCxMVMRUc0eFmdL7/XfMLsUSCJ8egeHoyaJNP4SsK\r\n6zUAp/fTJoGxwhbihDaOnhPLWDGes4s1JWF1fGvL0IYH2VvcOdho+IMSxrdH\r\ndHPB0HtViRJXv6bu4rozzANchcoat9ce9M5brGhsD69ARuGdMCJ8jUGGwHlc\r\nnzXe6N0O/EQx2Igh9jx7YiDyvk1i+n3fYdahtwSWqeEWiZA6OiXDYqu/NSCS\r\n6mxQ0mtj0C0KklNM3PzwUiqIqnuo9bjONusoqo81BZ8Ci6Mek6qIfM38/Gd5\r\nGdvgdEvEHjC5XFeKRvrG4rET6vf9pfDR/VwwFi1GraNpr8cryGWxsVsYpSPu\r\nAVXckLOChmxoNfmhMdzOr2yWv9hA+Fe2quclBn/lMcFJ9gl0WFidpzYgzebm\r\n7rGjD8RGfC5n+juyVZVuBjbPS0Hmu4IGlNBRaUIv/9Z5Lhz19FjElBimoCOp\r\njnNK+ta7hJ9NVTPn27MWdk0PgniQc24s2IgD/tzl8gykVr5qLN/GgfKrK2ga\r\nOefm/OpVj8TiNw5cGVptxuvuxStYIzmxSdo2v+8D7ljGQsGT5dISZlNYVmlH\r\nqCsu7c8RZPMRYcRy6y43ygeIT/l6dU6G/Q6QU0bacPkYHCTK2JNZWPcLdq+i\r\nIEyctfAIHQRWJCbuhccos8qYa9Ch1X1N4gE=\r\n=gCGD\r\n-----END PGP SIGNATURE-----\r\n","size":4199585},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.17db799d2_1651005235825_0.5014994066262515"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-26T20:34:38.458Z","contributors":[]},"3.4.8-canary.34153f29a":{"name":"@firebase/firestore","version":"3.4.8-canary.34153f29a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.34153f29a","@firebase/logger":"0.3.2-canary.34153f29a","@firebase/util":"1.5.2-canary.34153f29a","@firebase/webchannel-wrapper":"0.6.1-canary.34153f29a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-canary.34153f29a"},"devDependencies":{"@firebase/app":"0.7.21-canary.34153f29a","@firebase/app-compat":"0.1.22-canary.34153f29a","@firebase/auth":"0.19.12-canary.34153f29a","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.34153f29a","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-lyZf7ZRha75ZPxCpMQqNKEDhDwyWTanIUveB+6B6LhQeR7kfqb0Wa8MGSn78dGFcqF2pUrvWhXrr9npSng9D2w==","shasum":"a11aa0236db3c77c21dd88b42bdcab916af0d36d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.34153f29a.tgz","fileCount":1459,"unpackedSize":22295275,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDmkrcIOGfjgVRvrTxwrT/mCd75ODORVRrnE83qMVdgOwIhAIRiGfVlJhew/8upaSQ/gp7iuyir3PoW/wP7F70w0rw6"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaXz5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqrPw/+OmgrndV0vuaM4Dev6yJXBlQNaXp1Sc5+/CJ5+tNHXxahDbjG\r\nQFPUXNvoSwIYV98C73Eu6mIZqkkljtfjiRVHlhXieQnAcJtfbf+Rm+92vkSq\r\nW3QCao/km05cdLje3ZexiryHqaCqDDjJcr1OjQWiqn5PVQRKnUSLPyr2QkMU\r\nW2G5alHJPzYCovlzwKO3VpaJ3IGJOO+bEGws/1PxTTQexowakGI1MKQ9F9w0\r\nSYbEcZ9gBZBYoEmroeONJrYxqBpBOEQfbU9KJ44b07bTUInv2qb/ixNvJxmL\r\n/pqbjuo6NnL8bmWmKoJUVGeXP/1vseTl3cJ72d0Uotmrg93dWWD2gSKJ/brn\r\nmcXXEUnPxA/yguQqc9SBPN87qNnFPZXyTLOJ7CMi+j2EYbw+jnTsKc+zXdGJ\r\n7ErMfu0C7rtQUxzmakCMzyaRHucd60Qi185iB/d9eR1Nsu7NM4106z//L8aT\r\ni4UiKBJ6sN3eqoL5MMx8Hz9UhSqV4pdSQQArMaeFcIGkN/OGNdkeyiMFvY5a\r\nCnjmyC/J6mIOomP3e4yWJ9ZldYSCgIgfMe32QViSzYIw0cImTFlDLebyyYMz\r\n9Qp2DT/gPeckOlE3ZY+BSoF4D/y8zLOoVIPcGBv289lMCADjsSmOduA3PVdE\r\nxLzZqn99QkzYx2OJExjVW7yiito0Mb58Z5Q=\r\n=+uMF\r\n-----END PGP SIGNATURE-----\r\n","size":4199564},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.34153f29a_1651080441662_0.9175124567220154"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-27T21:12:31.633Z","contributors":[]},"3.4.8-canary.4f9e3eaac":{"name":"@firebase/firestore","version":"3.4.8-canary.4f9e3eaac","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.4f9e3eaac","@firebase/logger":"0.3.2-canary.4f9e3eaac","@firebase/util":"1.5.2-canary.4f9e3eaac","@firebase/webchannel-wrapper":"0.6.1-canary.4f9e3eaac","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-canary.4f9e3eaac"},"devDependencies":{"@firebase/app":"0.7.21-canary.4f9e3eaac","@firebase/app-compat":"0.1.22-canary.4f9e3eaac","@firebase/auth":"0.19.12-canary.4f9e3eaac","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.4f9e3eaac","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-ha60C2bHx2K12620NvZAooU5cxfT29GixlrLA60xYcS3N+L5Fh/uCzW7DGmOhuOisUu9tmsBYSD/TcaFj2pLOQ==","shasum":"8ae2ccae0405ac236c88d1ae67a233148dea1482","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.4f9e3eaac.tgz","fileCount":1459,"unpackedSize":22295275,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHQIJTC8YnAXwUTnLRMPT+i1kd6BIv7Vq74zE33jCBaIAiEAi2D2KaTQmJ25vjjt2tun4LO68+YgqICVgjGyBA6FOEA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaYM2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmowRw//RJ++8LN0+FX6STYQC+ypzHOeoC87noa+azzqvDO4p4UH8R3Z\r\nUtT3Tk7lFJ+Yq9tCT2BXMBcIlSFDPmHcm/kDyMOESNPYlnwMUEzABn646dtm\r\nmyp7OSCILdn32/WWF6ByEXGZsjEJ3+eRBgQuDWFCHxL3Xvi3QwMpZrF3lKM4\r\ncko16fiNlczEQrCtFC4vn3s30PR/hp80PSnWFRiSXSA9ttUDE4fmX0N33Wmd\r\ncDNTZB66seSa///d5PXUA4Q2ZZ64vm1/axoCAcB7EOk+J0f3RND4bsxgmlaG\r\nYH0AHNyCDge/DaLzS7D8i4F0ZpY7HGwysPr+vek4RlvmM20zzQL93r/yyxDk\r\nlUcIklDc8Y05PhSWOLwYaxaGqshCFgeAXuIKuPTR9qyH4m05eHpEKv+gzhzG\r\nNtLdjW66zHXikS8EmfBHjASAbADd8gx5cqDlDNeOBHausgBbpRygZ1iW10SH\r\nhsuWvsM7FXh6QCzJVyGpaaMO/1+NYJoD/KltcPSMI/7P+jt/pI3+GCNlARD0\r\nvgtZymok/dDn9ukDFWW136PLMAm+Eb7tfyfvioP4pNIh+isEdvzMrLX1uIKY\r\nFShkPrhE9JO3uP+wdTigg71/zQsQCAbhnRON1lCZWYfmhReS4H/SuU/iIzJt\r\nPvxwFsY8ptkCAkDXi9ZigJE4kBXzQbSdjhM=\r\n=Cvad\r\n-----END PGP SIGNATURE-----\r\n","size":4199551},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.4f9e3eaac_1651082038507_0.5156559997787387"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-27T21:12:34.436Z","contributors":[]},"3.4.8-canary.e91b0d175":{"name":"@firebase/firestore","version":"3.4.8-canary.e91b0d175","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.e91b0d175","@firebase/logger":"0.3.2-canary.e91b0d175","@firebase/util":"1.5.2-canary.e91b0d175","@firebase/webchannel-wrapper":"0.6.1-canary.e91b0d175","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-canary.e91b0d175"},"devDependencies":{"@firebase/app":"0.7.21-canary.e91b0d175","@firebase/app-compat":"0.1.22-canary.e91b0d175","@firebase/auth":"0.19.12-canary.e91b0d175","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.e91b0d175","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-pyVuNcCeq7uIUooZbjDYFgjqJjleYJUjR3q76DiwDbX1NHRKBEg1DGD6u60tigNFdaGRhaFYfdhTBs7pE28iTA==","shasum":"de2f3ec1ec98a99b971890aa0897af5af14c04d3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.e91b0d175.tgz","fileCount":1459,"unpackedSize":22295275,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC+jh3gMKS6l34buFGmrEyA0imJ7snjI22psqCaCvAS1gIhAMcwDwxmixK3FY2N+LwSR0N9FaRH62FZ/P3wfOmFX4fX"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaZLkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpehA/+JhSD3dnqMnxuy6WGBaIPJojq+XAYazqjpAKJch1NnlCyGInD\r\nMCvLfUT7tdccygUXTs9fPVObkMkhivUoUN4FBeOU2zNe/quSvKQqA6+MGiNN\r\nU+v7jT+1DHBJDROhAIifQsalpPdFSrrg1Yp16rpfM3q7Cg2vekOjvgAFEhP+\r\ncxQxgl6T53xcsmENBUPaG3MpyQaX4JcRY2jpm58+BKoJexiCU/bRacDqae1n\r\n8YBnsfufXZrp5cAqPYhiG54dd+I5/yecrtZ0M5bfwgpb5Qow5UTR05XXdT8W\r\nc6c6YMt09I87/pE3JIIPgYHlh+KJtaFovE17f/XnBNomJrpt6ldcAH/expmX\r\nyvIDH+XJOqOfU5jKk7CIkaFwELCEbu+4CPuhcmZ3j4cQ5RF9LrQB05XZAcWv\r\nwgKD9BUonC2QRz+/PIRMq1yEtyrSc0lWlZUTkRQw40gVzVHWHHvrqxxF3Eiz\r\nRz6ixBB4Gb5goMhZIB92tnYCu485osllUpMv+C/rmkTbNcLA8YVY96S7gqbY\r\na2QIvvhoTIXNRaygAIqFXa3gN9gbVHnDz4AFDz4BUWXN2449h8urSTvi2Wl0\r\noP5FaNzpUStwuIlAp+BUrIrdwlUlo4pzGqVPU8hENxvk+kjky9z0Iiiw41cm\r\nFM03Xt0bilFEhNSLfTJH/eJy4C40AZ72Wm4=\r\n=cwPE\r\n-----END PGP SIGNATURE-----\r\n","size":4199595},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.e91b0d175_1651086051787_0.3100406313563908"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-27T21:12:36.815Z","contributors":[]},"3.4.8-canary.e76305a0f":{"name":"@firebase/firestore","version":"3.4.8-canary.e76305a0f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.e76305a0f","@firebase/logger":"0.3.2-canary.e76305a0f","@firebase/util":"1.5.2-canary.e76305a0f","@firebase/webchannel-wrapper":"0.6.1-canary.e76305a0f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-canary.e76305a0f"},"devDependencies":{"@firebase/app":"0.7.21-canary.e76305a0f","@firebase/app-compat":"0.1.22-canary.e76305a0f","@firebase/auth":"0.19.12-canary.e76305a0f","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.e76305a0f","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-5Zw5xD10h+Hk3sZ4A8psGoQfj3tbQjkn9UVRq3LALa0q/itSHVhWp33D0gsFQ500YghC84YUjjbDN6Pjns7Auw==","shasum":"3f70c83341f058167f21074bb0ce700cf5874847","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.e76305a0f.tgz","fileCount":1459,"unpackedSize":22295275,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjmwDRFHh/YAvg2kN0miKqlvJ1Z1Q6J6lK3iaujrv5CAIgJKoEHkrPQhqrEao4NgLgq6MU5V8O3SdOBeWp9EDTkCQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiacBdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpcUg/+IU3WsO7J17s7APxHU/LpQ31RZOSptkFO/fbyWDAot3cWjLvw\r\nfvUH/ycsNPHjd+OZI9S1oPUNnMKxW+HCWxhRacCzrPWRZuG2rexq12RzB16l\r\nzTbI3rgZUAagcYqylGyu64PKImF34uaJRimqRaVIDd81o8SswyKy1D/RpCtt\r\nfrWFF5DImihJhyTu0hKbY9eWaM8PKmyKGKA0JVlicmS+JdS6z1kPYdmO4OYn\r\nIjZMwqGALJ6R+8fNKKva43cAP9oaZ4/YHrYy9/ReOudhCl6JsJZcXL6wPe9B\r\nogOknoD+d6o3TuJG2gG91pNX1NhiRBlVVzsvLx08U6M3eyzYjlEgs6luVWDp\r\nkd6S+JTH4WNPUpbk8UzMMSNvrGtuKD0UDVimoL4ZF3Qg7GZ3newg+kiRyPuX\r\nxOvKnq+rEpnLVHz4lAyH4opX1Kydalem/lDolZO5r1ngl5g9IG6aTnuwIuXF\r\nNhNLcwd9ijOVXcBO+p29pBPZjkj0yNU/HlAGv4GlQmH9M2zu0cek2KgQstEL\r\nkomiPmmmNmaNcT6XjF1+4EswN8y8rsiNll57nrFq99flhETIGRM5Nh1Ex/9J\r\n/I4qZEKStNgYjaa8YdlkwGwMibe49dCAizh++RM96JyKxtSLbdTzyxE6+UgC\r\noTClARuw64c39LMvXygxLUQb2N6NnjtEf5E=\r\n=2SCy\r\n-----END PGP SIGNATURE-----\r\n","size":4199574},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.e76305a0f_1651097693055_0.6253704712871064"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-27T22:18:32.317Z","contributors":[]},"3.4.8-canary.477815d4e":{"name":"@firebase/firestore","version":"3.4.8-canary.477815d4e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.477815d4e","@firebase/logger":"0.3.2-canary.477815d4e","@firebase/util":"1.5.2-canary.477815d4e","@firebase/webchannel-wrapper":"0.6.1-canary.477815d4e","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-canary.477815d4e"},"devDependencies":{"@firebase/app":"0.7.21-canary.477815d4e","@firebase/app-compat":"0.1.22-canary.477815d4e","@firebase/auth":"0.19.12-canary.477815d4e","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.477815d4e","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-eg6HhQvdkHt3xP1zp/K4f45u+d4f1jeR2hNnwi+dGiGQIz4qHoIUNrpVZLVyT3bRYAs8F9IFF3mhjrdfqzCoPg==","shasum":"d2665b92c3e3873cdc8083191ddd377f59baf376","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.477815d4e.tgz","fileCount":1459,"unpackedSize":22295275,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCe1ZiPA5nHx2yKcZLkR7ZhaZ94g8zWF9VVfUEQIEmsMAIhAL/7EzM/CfC964nq5ngR/i9KPIOPJ0su3VdrlSAE9cFo"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiauojACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpIIw/8DPg2sfjsZKD9WZKAWmrb7FXv1zGhT0DDgiZFp9hqK6LA7cLO\r\nSPTCB0D1Iqpt4AiAkQAUOYo98/AdtGJ8OycpWgizwoaWR0sFAkVFDzi6hRnR\r\nRW16pu7ALONcB7DbQr2QjsRKhlagW5CTOQG5/xdV5XinRs/8KK6CCfIxWxIW\r\nh8VLP1z4HBn6x1pgKzSeE2CpiJNoBhpLZQFwQ+WcXGPCA3RVhWKT5se8itL0\r\nKfzIQNtBNV/5Ez9Dlb18oFpO+TJN0U2UXkvKPL2MY8Q3emKZ25jnLZgkj92Y\r\nRUC2Ze1UfITquSEpZGy+MnmQQRfPYmIEiwFJ8KCtb4nSG16hakbFeYNMhxR/\r\n8N9hAxwgHGX0GHH2nzny8jsjbcegSiFVg0vUHpUvwze1yx0oUp1wRgR6jwyl\r\nGPP9OWf+AdozvJW/WIa6013vKGYr4uH//MccdssMdMCqB228D1veBUKejpW2\r\nB7dcOTBVVIFfXM8ISVWyYnS4Bf3IG0P0rB0jz/7mh2UvT7XFxVTIpRKl/LdK\r\nIp2si2WjgnEKbTTQJ5FIjIhRhWyoA87W34HGJ6l0Z1UbPw8nwV+b2vd7FI4x\r\nAFFX3ipwsfJPvUDYAVTZFqNIAf6pl+V1ofkId9efKKVqW3SxdbwMQLWBX+Es\r\nPH/D476m2qis4nBj7Y4PWUUYU5ODtKEewwk=\r\n=i4pa\r\n-----END PGP SIGNATURE-----\r\n","size":4199567},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.477815d4e_1651173923549_0.48408871438575196"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-28T19:27:22.220Z","contributors":[]},"3.4.8-canary.19e31a231":{"name":"@firebase/firestore","version":"3.4.8-canary.19e31a231","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.19e31a231","@firebase/logger":"0.3.2-canary.19e31a231","@firebase/util":"1.5.2-canary.19e31a231","@firebase/webchannel-wrapper":"0.6.1-canary.19e31a231","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-canary.19e31a231"},"devDependencies":{"@firebase/app":"0.7.21-canary.19e31a231","@firebase/app-compat":"0.1.22-canary.19e31a231","@firebase/auth":"0.19.12-canary.19e31a231","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.19e31a231","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-DmUrcN46SaiLTAmYluPhLVGCy3bl3Nd+Fnk1VKP06uh1aTNlrkdsKSmF9CM7UXWmpXy6W6geG9s5LIZMW2SmvQ==","shasum":"5ae201b51703233fb1fdd9e075ce970ec9af274e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.19e31a231.tgz","fileCount":1459,"unpackedSize":22295275,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCstaHiORGzZDb1CDxyVfJOkaY1Ub5j/eiV1h/XhcMl5QIgb+VwhPp92jRkzEhQgJa3UM21tkRy+Y8YJtD3kQL/FRw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiauvOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpPhg//SK9erVxFeIW1UjCCs1uJJVjKCopFWOa9ZhOU0HOBYudnlCWQ\r\nhxL8v/W6IBsLepWWUBF7qfmxaGn1QnF8JF44/uppXhITk79TebklVvQ+9Nsu\r\n0FvauiEQAsf84GjPCjtYZP2EOrIHU/tvkTuNWFJz39I9ojxdYnPuws2Ybx7b\r\n1cJpLFnibVYpsfjmL3KJS7Dfpmk7lKOGTCD6gunF/1artaNDsVH04VwNZJmV\r\nLuQH4a6xNC+zxRYKzCgi0Q+sd8c7otnScdb9z6TfgOOc1l8WyaFeSUnnG0U0\r\nTvqjg8tf6IpvWbunV1i9QhuY7Tf1rRUHCw5S3hp3i5iLC/wkbvu4lnJjcW/9\r\nniWZ0H9rXHjtWVlc5LjoKCqK0egJ/jFwc1Wq1hDgpVFAN+Xyi3Vn152MUsKW\r\nznpGPQWZxRa9YMY+/WjbdC1Babd4B6Z+EPQ3ttawJQJf6HwlzDJm078pfrbt\r\nHB2W+wltVY2y+qYppyJmVX5UgF4JKV+/TRByOdq7Xa9OK65otc1OIDhrKv9W\r\nVgLdG21KD86l/fA3kScjIiq0WXrwlBuHrUQ1lGaBdcbFbgzwDcn7IEG93yKO\r\nmxi2kMjIQelfbiMyDTl/mtXREZhp59uc7Ijl6TzDmyhLN56L+tI/PYRt4wbL\r\nyP1VTYgnp3BpRpD2dOrWddTMjFgHVvwonlw=\r\n=kc3e\r\n-----END PGP SIGNATURE-----\r\n","size":4199568},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.19e31a231_1651174349929_0.888927177036396"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-28T19:33:29.960Z","contributors":[]},"3.4.8-canary.d8be8bf1c":{"name":"@firebase/firestore","version":"3.4.8-canary.d8be8bf1c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.d8be8bf1c","@firebase/logger":"0.3.2-canary.d8be8bf1c","@firebase/util":"1.5.2-canary.d8be8bf1c","@firebase/webchannel-wrapper":"0.6.1-canary.d8be8bf1c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.21-canary.d8be8bf1c"},"devDependencies":{"@firebase/app":"0.7.21-canary.d8be8bf1c","@firebase/app-compat":"0.1.22-canary.d8be8bf1c","@firebase/auth":"0.19.12-canary.d8be8bf1c","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.d8be8bf1c","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-nju5afI+h1ARX0GeEKFhB0qQDJmSdM0tFhyh7HYLLANUYNfUuIgo553zKKUl5M1wQkKtN/SfzN0K4Rea6v5/1Q==","shasum":"bf5fc0acca01bfdeaa984009a3b8260621c37548","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.d8be8bf1c.tgz","fileCount":1459,"unpackedSize":22295275,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC1FFp2F2PWlp+C7VBw2vn9YxCMh9nSDw4xPF7c9+AlWAIgN/yu+ScDgZ6OFpz0G83A6bSt5mLAEfzW/mjjsEINEOI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiawQ6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqkCRAAlrU2lmG1MGwkN2G+XWtjnvms3uCmC+facXA9Zqz01Rs/L8K6\r\nJO4qqPiD/H1Omo7rcPnVxqj+SokEFk3vaO3vk96jCc079NWo5l8a4ap8wjRe\r\nIz6+5AHbWtashYUBPePyegPRI7Ga3a89sdVEIUnFP73ms6VsqbzAEAYlTUSV\r\nUJg9Xn5h2Ytq/8I1jyB1Px92ZeSQmw9oZAjRyfhRRwf0m5Kvrl0tHU79idmI\r\nibxzXAFUhfQ0q/xXYqut5/3fLrOHBrw/vX5RUeYZRa3b5AZdt3rTBmuyHo3S\r\nGEzknZSyyqa7y3qQTfg2AXlCDOv+dpCwa6Vlt+yPZo3E2T378XwZrn9r2vG0\r\nk7KAm8jOcFI+edP6Ig5YFdiiu28glA6xyyYABrBwqgHQ0hCJ2H8VX6VfJztX\r\n/79sUEZ7ZDthEWaPcJiai6CoxgYgVdF8Tuyr4Z8mAXW7+Z+Rrv+oRCfYUzh2\r\nVoQ5tdV7Qm6WQmjXZxXP0NGMtuM/g1yMJmJAAQOes/c/sWoMdbwu1hTyEGPQ\r\n+MUER/++nq1157AURiXtfqZZY2GDkWj6z6/dA6hicvDwFdzt1hEzyqRb2+YL\r\nndOlH0Fc6grjiaqy/ql8/V0Z/bKtsUKp/mKf6RqzGhTyEX83V8ukoX1Gd03E\r\n7XYDhkGtzTQ516x2nwU4J4numMNMDKydCJ4=\r\n=AOfL\r\n-----END PGP SIGNATURE-----\r\n","size":4199572},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.d8be8bf1c_1651180602305_0.1948715058556083"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-28T21:24:38.728Z","contributors":[]},"3.4.8-canary.d881dced8":{"name":"@firebase/firestore","version":"3.4.8-canary.d881dced8","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.d881dced8","@firebase/logger":"0.3.2-canary.d881dced8","@firebase/util":"1.5.2-canary.d881dced8","@firebase/webchannel-wrapper":"0.6.1-canary.d881dced8","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.22-canary.d881dced8"},"devDependencies":{"@firebase/app":"0.7.22-canary.d881dced8","@firebase/app-compat":"0.1.23-canary.d881dced8","@firebase/auth":"0.19.12-canary.d881dced8","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.d881dced8","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-pqrp/LraaxVwEOt4v05Oe9lQvRg8lP3hKuG+XQ1J/V+Vi05Wbuc4q591ykR4OZh5Unh/WwkzBdMRPOMNW2flEg==","shasum":"6ec7bbef1ae952285a9edbcdb6874d9c6ab595c4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.d881dced8.tgz","fileCount":1459,"unpackedSize":22295261,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCDV6cDW2QCRd8qP7/Ot1cFUlFaqDd33SKYKcSpXsuUdQIgEDrXTLnPLgb1jRZ/65NbSAN78y1LiLh1ZaC1idRO+qs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiawufACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq3gQ/8CuzacCMGEgCw5oUKlwVZ3dyi+aqK9IPBh0q8Z/IfjmIuO9RR\r\nMAzBpYjgBaIFj+1rdZbiOewNe7uAfafuPmlz0OinVB7YjP3M2PfkkQpavxcY\r\n7V+b4YoIB5gsIcLNzhcxgR5G+OpwBzvZ/ruRprroCVoqoBCEPmx0HEAlZx5h\r\nXIg4uBDTAPaE1upSUk+Px4JgJbfGrURQQym4pTOcAdo6zCHW2T5i9QVlll9p\r\nYHbqZVZRdDHkxxSVkKzJ1wqNUG8A935XyQfKqeuiuvf14wtPak8HDoC5w7uE\r\nAIZuf37BTtI7nLlsrY6NQHtDs9CcXZzi9hb4Faxld4hla5zhZbIV3k3W3oV3\r\n9DvYs2BMoqSKPcNOJFWhqrgGwr9moWf0ahgbVvOjykUUu366gdUTGpwhUxzu\r\naDwuI/m4VTVsDUJQObP30C33J9eyG+/fb0deCfb6Zp9tAt50vCHwwDp2ESMG\r\neWJHg5IRc47TVEJL7FyRstUYO1d5TJeX3drrNcpN5NR9EowHE/9XGQHCd+QX\r\nba13cp97h5Ne5izoY+BxYq7H660DuOOxVyJqhAkU6vohj9BAgqBx4RX86Ek0\r\npIlOKtt137Iv4LQLn1KGssU4jCli68P650a+QsnhLvc/RC4+KUxuDOgTGiTq\r\nMa18GbUnJNt0u+siwJ4UCY/EFXDV3M4WS5w=\r\n=X4qc\r\n-----END PGP SIGNATURE-----\r\n","size":4199522},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.d881dced8_1651182495695_0.6516340337052564"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-28T21:58:50.307Z","contributors":[]},"3.4.8-canary.69baecadd":{"name":"@firebase/firestore","version":"3.4.8-canary.69baecadd","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.69baecadd","@firebase/logger":"0.3.2-canary.69baecadd","@firebase/util":"1.5.2-canary.69baecadd","@firebase/webchannel-wrapper":"0.6.1-canary.69baecadd","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.22-canary.69baecadd"},"devDependencies":{"@firebase/app":"0.7.22-canary.69baecadd","@firebase/app-compat":"0.1.23-canary.69baecadd","@firebase/auth":"0.19.12-canary.69baecadd","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.69baecadd","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-42faoYhyVf8i8yoBvq3pZaLjhQEgVxEsBpzsroAUecVINQx0zurvvveoKCAWX33WQE+Xajzd6o4L/Kpr2HvLoQ==","shasum":"83b3a4bd47c3c4a028f5ef8ff429d8550aada7e5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.69baecadd.tgz","fileCount":1459,"unpackedSize":22295261,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBKz/kPH7jHjw7M2XoJq37QEAZ2k4leuYooY2BMyS8f2AiAFp/G1e+IEnkVA/Yv/UEYcWwehXxFM3VcO7UyHGY/w2A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicCCEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqqzg/+LNf7Zsdg6Hi0aMv59SqCrw/rcdQDQVwJYBfTaXFzuuIRg2TR\r\ntmzAQUQqE88E1RVvlHjUXekpyMNY2YSRiAqAc5gKX/8BdnzIoBnr/WmWuQYU\r\n8UYhDXf3xKHMndrqEbkMdZe/A6EAlQqqsrvMJPRoZYwqcU4NZX2H4YQkBenp\r\n6AMYzgiOdvRm8KBtoIF2YkFiOhQoaMXhEmqTSvRph62STI67C3+ErIesbR8N\r\nCqQJy64iR1DGPN8avwZFOXOxybKgHPWutqmKXDA+gIfM7YyNVlDI09IW3xQ4\r\n/TG8ba7hI6AHi6zAb+VEeMmDMQjRsU8IfcgMqaD0eczsmjV6T32an8V3cZ75\r\n80s+fVMS7ajoNEzE8yu9hsfbcz6Zllgk4bZRTcEpFTdN1UyiFeJso8W39eiv\r\nuM3pDRIUf7GqnFvJPJtVpWUbmvsfiArejANvcErhYhybzErk7/UkNcQP8yQh\r\n/yAujlRf1ki8uapvaA9gbxUlpOYs3Y1Pufxu7SmvDWyII2sa2ebbNSap91jA\r\nEyVN7M/SYXP7YxN7c0KS4jGoasKb1noj7eXAH/m2NbYzyQqL3yKAgqrcms+J\r\negu1ZKN38GjUS6ODGAB+Oy0wRUE5vVLsJQ1dDm+Bb76LOgjAlz3KDoCEL4GA\r\n/yPizx+52QEX6xHxEXV+HdlTVMAp1Hh8yl8=\r\n=EtSg\r\n-----END PGP SIGNATURE-----\r\n","size":4199527},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.69baecadd_1651515524226_0.7391425385188484"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-02T18:21:24.957Z","contributors":[]},"3.4.8-canary.76a638b9a":{"name":"@firebase/firestore","version":"3.4.8-canary.76a638b9a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.76a638b9a","@firebase/logger":"0.3.2-canary.76a638b9a","@firebase/util":"1.5.2-canary.76a638b9a","@firebase/webchannel-wrapper":"0.6.1-canary.76a638b9a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.22-canary.76a638b9a"},"devDependencies":{"@firebase/app":"0.7.22-canary.76a638b9a","@firebase/app-compat":"0.1.23-canary.76a638b9a","@firebase/auth":"0.19.12-canary.76a638b9a","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.76a638b9a","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-X/aPwutSsdn210bySbgYaVhbqIxLGK1Uru0aGgjYerTPbcroZf+CCb8k1cy8KU03SaMaMs1dTNAWpkiGcfIHnQ==","shasum":"20dd3615f0c9b8140258a1454d50d8f1a2bf4977","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.76a638b9a.tgz","fileCount":1459,"unpackedSize":22295261,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGtWhGCHEr3AjrGiTkCoL0z9gShRk6wtsDU4mSkeMIEzAiAAjqJ/pSp/Cb1dMaTdljGldoNh6upeX1FlBcsMmwYFbw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicCvdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoE5w//ddbOISEwNANwEUiODFJNN5c0k80xwJdyB4rjtDOj99p2KusB\r\nZjNRKmJ+3Dl0MmLZQCpct4YHlXS1HcjldwiK/z3R7YM2Iy/pslCfLIBKlg7b\r\nR+Z30aQRaOkrgtPE6l5ldXfBwry7w4b5lCEYTquhdv1abVssqsQXA6l5WUIa\r\nK86A+c6T6e7gh1G7oK2zjw7DBXrKsZSn5fJtKJ1foxDibmxvrLQb4HLMCOHg\r\nDM9mK0KgiyghikXMpfYFg4vhslB1X6mihJ3MnRvYl74n+wE/9TiZJUB+5KXh\r\npTNRfypOfhI0fJl6zTFlFtFLWynBt4yapFNwC4rPr5xAcebqDFeWlyVmJPby\r\nDI53UDtaDbiZj1vkVHXynvImWgQcK3bkS5EYNif9s8+Px3VcQsBdz+q5HjlE\r\nleAaE6JAmTEnn6fqtOJZ9p6XZH1Y2TadaN0666vQl43lB3icHYDdawPiTatm\r\n7mnTechqP5Uis3g389sVUwwyl3GXH89sLpXFz16jY2B6iPcb+8lGOe46LLbG\r\nBFqCeESqzMa4GIdfYfM77dp5ubtnRUAmxnbzbb2wdJZfkjfNJeCaES1aTWz1\r\nDWT0WQ+47eXSJx7cvpuiUvPCWQjmKWrqYWYqKQT2y5IHg/G6RBZfmuWhT36T\r\nHluCRgQpAkWFL/3RF4jct7+Tp/5LZGMPzk4=\r\n=jjhd\r\n-----END PGP SIGNATURE-----\r\n","size":4199546},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.76a638b9a_1651518428823_0.23004904372245405"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-02T19:19:35.184Z","contributors":[]},"3.4.8-canary.c096f8473":{"name":"@firebase/firestore","version":"3.4.8-canary.c096f8473","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.c096f8473","@firebase/logger":"0.3.2-canary.c096f8473","@firebase/util":"1.5.2-canary.c096f8473","@firebase/webchannel-wrapper":"0.6.1-canary.c096f8473","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.22-canary.c096f8473"},"devDependencies":{"@firebase/app":"0.7.22-canary.c096f8473","@firebase/app-compat":"0.1.23-canary.c096f8473","@firebase/auth":"0.19.12-canary.c096f8473","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.c096f8473","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-Fhf6A1UIcs9y+WnQJ0xKtujPP+5NZzHpN+V06/m8QruAZATW4ZcNxegY9L6EQfFrzhvDZGRqLOqn22WyPwgE3g==","shasum":"20f06fc9def60b27a497699177d939a94338d6af","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.c096f8473.tgz","fileCount":1459,"unpackedSize":22295261,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHuyJpmyQ9+2E1Q12ZcCRmZp6wwc5PfUTOmXUJFg6cU2AiA3xVQh/ZDPO++qU8zZtsNYheoEM1ct967Qp29EryHihw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicUHoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqncA/9FuBY1GDGlVXECrr6+9kPRYMmUZ2DqCiar0OspCoRXEMnParY\r\nmfSmDNTJbFh3986BXClLiSwGgUeJjX2vKTOZeIGyEoX8QZ2Xb0UG7VYRrnJq\r\nq25YQl6D8GKGQPGemwQK9w6EUa1bcy+UMHlB3ppc30ZJJv2U23+xp7PX0RnK\r\nxRBadK+3KejXf8Bo4C/wqYUs7340eD7yUAzlXDigucbaRBatO35OwnjC32Oa\r\nyV/fvBezTERWe4evKjDPad5HjFdehl2wI2ekwxrqrTDx/0T5XqLtdHwoFiLb\r\nH/ZqRaRm5AOkB3FLyo/EW6JaWv4jjt4q+GktRmVQ2Nt/P5dwRCktq3E0P8hd\r\nanWnR/73qYgVWscMf/e3vIevP9XVIymyEGpDaoaFZfxzwSkV7oCCZcd4pdkz\r\nlU7TXbF4JN6z4/0tT0U3kdts4EJdPiP2cxw/4TTktOa7Ap61nYHZmWHjzXWI\r\nsSO+elpiPUmDtoEoc13GD3yDheat1fSduMM1wDa37HBcBed7iXJAqos7EHh3\r\nd1lW904QGr/tdJfIUSz56GqsG+AVJRbK3zpXkqVHXyIMp0Oualu8v/e//kob\r\nUzOaNFv2l2wkzbGTUHB5jrAHJ54v5bUHrxIl7AeelN4pJuwOq6TTJTqb26WN\r\nJFdG3fSfZCRf1RuHwS/fslkltC8TBumPVnw=\r\n=6sIR\r\n-----END PGP SIGNATURE-----\r\n","size":4199528},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.c096f8473_1651589607992_0.9659577577449499"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-03T14:54:23.281Z","contributors":[]},"3.4.8-canary.b43d36b9b":{"name":"@firebase/firestore","version":"3.4.8-canary.b43d36b9b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.b43d36b9b","@firebase/logger":"0.3.2-canary.b43d36b9b","@firebase/util":"1.5.2-canary.b43d36b9b","@firebase/webchannel-wrapper":"0.6.1-canary.b43d36b9b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.22-canary.b43d36b9b"},"devDependencies":{"@firebase/app":"0.7.22-canary.b43d36b9b","@firebase/app-compat":"0.1.23-canary.b43d36b9b","@firebase/auth":"0.19.12-canary.b43d36b9b","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.b43d36b9b","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-dmrnvcUiO+MW52reYtHcpJ2r7+jr1hYVzL10ZK0eYYpMinkXhq8RfB4OxsJEvhzO6W3uosR1xWMvmsWc1kScYg==","shasum":"1097302bcf44f4468b6020523cc40d057c4feae3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.b43d36b9b.tgz","fileCount":1459,"unpackedSize":22295261,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDj1khTO/ZAMSKzhog+Zh7ZabmdZ+sBWvz/grBc8neafwIhAMBec+roZrHnP8jF4LvuYY4Q3WFY3+v7XGaKLHcZ20FU"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicX2kACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmog/A//W5FyWL7bOPZQcF0DEDq0UiHZq/BDlhaoWRt3HNC0q8kgPRxd\r\nP6cmc6tUJYzBCrroCx6U/36uteOJwKaCHSQnXi+mMa0dTifLejKxZQ22mlsG\r\n5eDqZA27kc7BU1ZYtbCa9aYjY8J2cxfcoSPpS56z3PpNNmYq7B1mtxt4N4h4\r\nH8QoqnqLgYJJDahwIL+843y3QcZU28De29LA3iRyE4wDPkzL5wZzX5zDMuaP\r\nT0vEyfAWvhTjRDr/r3JYT+eqQFv5WkwoojhsWJCKhVlgBK12Uwo3ME/u0Uv5\r\nfhcuDjGig0PWI6RdnJlBdvUoaV9AFeBQMZXl9pyErCLdrIT0jC2+Ke+2h/YL\r\nVzAeWev0yBI1sjqo8K41b2Uk09LcXI8w6gVMuCoM5ATtbv36Vrr5tdrkFhYR\r\niuWMGH8WP88tOlIvXqt12PtVfW8w458P2BngJcQypYfuHMMGCW+VgXuIMsdf\r\nfLnZtb0xk4UGGbIH7F6yv1J1H0yaABjl31Mg5QE/Xz8cUndCfW8VffLvc67v\r\npLwPOzw80+aXbpn8xnKlwq6pGcffUfJ3wQ6D/PKlNnTCaLzCcMnsKqVgRxqi\r\n7OjJxBbt0lba7HY3G1JNUT0ASAjHijDdDnmKJJ2FPIcPwPdRRFsInkCPUvdZ\r\n0dJ0ND8TT2XKtO1uIOdzGAo+fvoZGTzeW+E=\r\n=7ubR\r\n-----END PGP SIGNATURE-----\r\n","size":4199545},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.b43d36b9b_1651604900299_0.21984547802435106"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-03T19:11:59.913Z","contributors":[]},"3.4.8-canary.095f6cab1":{"name":"@firebase/firestore","version":"3.4.8-canary.095f6cab1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.095f6cab1","@firebase/logger":"0.3.2-canary.095f6cab1","@firebase/util":"1.5.2-canary.095f6cab1","@firebase/webchannel-wrapper":"0.6.1-canary.095f6cab1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.22-canary.095f6cab1"},"devDependencies":{"@firebase/app":"0.7.22-canary.095f6cab1","@firebase/app-compat":"0.1.23-canary.095f6cab1","@firebase/auth":"0.19.12-canary.095f6cab1","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.095f6cab1","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-Wj00FOcmzpfA2zSqF//Fr7KD/ITe+HhMW9dr4wMFKYdLvV0faBa32CwJQ1CzF6NIBUdW/ppA2qFRHP0u9fig/g==","shasum":"7e74c993745b94e4f9e7bed1a4022f6a2529e2e7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.095f6cab1.tgz","fileCount":1459,"unpackedSize":22295261,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCnkHekfwsd5N/5oBXbnpcIfXPEfwt4AJ/of4vdVzwfSgIhAM0zm6L/0rqT9ewJvXtv8109A3oyP2wu4KcTr4IT3nQo"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicX8jACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrZmA/9EgmsTQHRhDegEFhnmhytvCB6m2QB//FD2YcizJY+PkODhdVQ\r\naUm8hL4XrX/wAvNUih9eappm5I+y/B78zLjwMJZPHxUyhgh7GVnhpiOioK6B\r\nemhsczDZ9DTsXKa853yhe2EwH2o15eJBo5BeRdU/lgxV4uIjFa40UGSWaw/S\r\n03MbAg/Yisu4Jrn/Q+I5A//K7h5k07VNTXZrskwBzox2NbSoUgedAzbyrG9R\r\nLpj4va2rcpHpfAf+xaZmy7dNAxwHfgX6yeA0bH3tYyDV/0qKdAG0mDlFAUsn\r\nfSA1QCJ1Qw/w+b7yen29N5cfS4WXH73rvW7ZE4CE73TgNGmALbDk7oQXXxel\r\nWyNrqcy+mPCzQRrRcjinYCy18oa2mnHeVT7D+eoLVPIR0pE1AT1bJEjzOAhX\r\nhERAp5mIO/HgioBqF3nAs+SG/cdd8ygy3uU3bnCbSB+33z0gH1SpIxluEAYY\r\nNonP7BEOHEpc4RnDheV+zCmOOHBB5SXtLuRk01EO7F5pY5BB5CXNVZiEjtZP\r\nYz7z475rgg3N0A8OK3tGeruJIrgDeYdHbWyCPxCQffSUl2dven3gTQiZvEqv\r\n3SZBu7wDGAgAi8+QUpIPMGEF68P2azbPAvPSpTboXYm+B3muBwAjLrb89f+4\r\n10raEpd5ytyr1XnNeIuY3J81kve1lTcL7co=\r\n=NESX\r\n-----END PGP SIGNATURE-----\r\n","size":4199521},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.095f6cab1_1651605283284_0.8131974810792932"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-03T19:18:59.037Z","contributors":[]},"3.4.8-canary.27eb87969":{"name":"@firebase/firestore","version":"3.4.8-canary.27eb87969","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.27eb87969","@firebase/logger":"0.3.2-canary.27eb87969","@firebase/util":"1.5.2-canary.27eb87969","@firebase/webchannel-wrapper":"0.6.1-canary.27eb87969","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.22-canary.27eb87969"},"devDependencies":{"@firebase/app":"0.7.22-canary.27eb87969","@firebase/app-compat":"0.1.23-canary.27eb87969","@firebase/auth":"0.19.12-canary.27eb87969","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.27eb87969","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-0jSta6JcBllGVGnVFPZUi+EzN2ftu8NIR7FYok1ykHzLHEVYtFRyqBXRZjhSpu40WzmjRyhNElCDUwXYbuotVw==","shasum":"01aab7195d2005117a34428c14d2e2ae8817d99d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.27eb87969.tgz","fileCount":1459,"unpackedSize":22295261,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCaQQiChsBNNWp93lJa/SQ0SMgwlYYy9PZbipOuq0W0hgIhAI9OmtHeA7g1nqHTHBXYGgPeA4rZImqaXtBPPQCe1MEI"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicY0kACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrwjQ//VMOncermIg/3KcKqYxtnaLfvUACl26N6eDmaZ8O0XLg5EbZP\r\nKBFvS7xJ08E5xQm2h7s668nx/PorOYiJGg9BtU/s4yjviO1XK5vGTbcL7Z+S\r\nwWMv6cox5hV9kLMX8/S3OEh6ZKlPHDO8wjwLvEYEaZ1rBLaSVEX03cNrxeM3\r\nOk5EADClb31gAvozsqZ0EfkCPywRCCvci6NxkiNEMUk/PAMdvTfXW3De4hqs\r\nz9pK6o5HHIgO2EGXdDFgPLDChoNuoExCi2/yajdMIaRU0uzdDgRKdjJtOy8c\r\nU4V3yk7ZhfKQWMqVU9k56Sn7RSV++N4eFj80vEbWEu29HiLOSVZ29vE6z59t\r\nH2gVmcQvgSFuye518NX87wv9lBuT61kOw0ERTIPBOeutZowKt3ohcrrfHzz7\r\nQC3JYGv+qrGs/dh2gh5nDqv099SpfoH/GMJRTl6A4pN9psmcs+iggwbAhauM\r\necW7R7O2fDmHFPFFKSwo4uIE+2cl4SglP1HQy+8EPP38q4OrbfBTG5oCA/ih\r\ncLl1/FmxM6USpdXfe812wlLZsezN1uq1N6P/urg9lstr7/+AAOS/qkvs9fTw\r\nGyi8mpDUtGosF8NFNoYjIC3sIsXptC0m5PcTrJ7Hn0YTRn/26gMPZBHLOATT\r\nw2a6S82W2M225UXiylgF9IMDD9D2VfCFLTg=\r\n=BLw8\r\n-----END PGP SIGNATURE-----\r\n","size":4199563},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.27eb87969_1651608868075_0.9540719242376487"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-03T20:15:23.473Z","contributors":[]},"3.4.8-canary.5c92d9c90":{"name":"@firebase/firestore","version":"3.4.8-canary.5c92d9c90","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.5c92d9c90","@firebase/logger":"0.3.2-canary.5c92d9c90","@firebase/util":"1.5.2-canary.5c92d9c90","@firebase/webchannel-wrapper":"0.6.1-canary.5c92d9c90","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.22-canary.5c92d9c90"},"devDependencies":{"@firebase/app":"0.7.22-canary.5c92d9c90","@firebase/app-compat":"0.1.23-canary.5c92d9c90","@firebase/auth":"0.19.12-canary.5c92d9c90","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.5c92d9c90","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-2fRJwNPAt6wT/PclqBOMgS3QYiXlibHmlvE3U1RHbSl9SO5lPpf6FmO7GHo9h35rNobT9yj1V/kxNKjS2TumEg==","shasum":"b073f9265b1aa17fd5e8b4c3d5fa4f96f99fead0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.5c92d9c90.tgz","fileCount":1459,"unpackedSize":22295261,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAyLFosC4qNFskjqcS4bJt93J4BeFvbYlsgqfcXwqgcuAiAyUTxinNcb67XZdXnGNS+XOfL7JaRlvFcMppkWIBeSNA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicabqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8mQ/9GhS2/nry9g07hEciWdiFH2v8Oh+dyx+PgBVes9x4K3O1SdU2\r\nXFb2WA0CKFZ/unzY1aGJ29VQ7ShxUFqO+5s3iPw5RE2Laayg1zHfqz1UH8cU\r\n1y0H30h6TfydTnYhEe1MxCt+QqQXaj2kmWYoKWKBSRn5+Jm5wp/DTBLnR3gb\r\nHF6IH3Mba1Iu9YRfidtL66Ao0VTVxOevwhceS/LsJ0kWSWkWeVDe4ZS81zBH\r\nOFbtidrvGOJMyNW1q8lGQLp9FTD8+r2VzL+jGZJpVk6I6HsWREjbxL1EAkCL\r\nM9/IS6xRwGwOERmaC5tKy+nShhnVuB6qlhJJXHZYHcLfGLmpX7W9/tyve/Wd\r\nvPnBCNuCYrZKnbwbXVtDTJ0O+fT4WjJDemfETqRD9Uj5tzGW2S3Kg9naPQAC\r\nrKp9FH67chFNAZeamKi5xn87r6LMhlY3sJqCG13YFjnc0uok7liwzno2XecV\r\n5OdIDx2NohbTrvCv0CWvc86ZG2U7J0+zun3Km2AHRCrZ3UqtrfVHV8ig+Fs2\r\nkvlBFgL6D58SNmg44iLE3wUf2i9+UYwD+M4vNoEiGOuIQ4vq0UACgrzOcHHp\r\nEKtrMsH/lz/UM/yW5CgTzvuqQ6z4TZt4wQOFHFL/fDVhP7wK7F0yoJQG4H3j\r\nHZnaub+wk4GiL0NZZ4YbbwcqoHLCHf35gzE=\r\n=ugx2\r\n-----END PGP SIGNATURE-----\r\n","size":4199523},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.5c92d9c90_1651615466346_0.9204798828820655"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-03T22:09:03.716Z","contributors":[]},"3.4.8-canary.9c5c9c36d":{"name":"@firebase/firestore","version":"3.4.8-canary.9c5c9c36d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.9c5c9c36d","@firebase/logger":"0.3.2-canary.9c5c9c36d","@firebase/util":"1.5.2-canary.9c5c9c36d","@firebase/webchannel-wrapper":"0.6.1-canary.9c5c9c36d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.22-canary.9c5c9c36d"},"devDependencies":{"@firebase/app":"0.7.22-canary.9c5c9c36d","@firebase/app-compat":"0.1.23-canary.9c5c9c36d","@firebase/auth":"0.19.12-canary.9c5c9c36d","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.9c5c9c36d","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-qHLsB8Vs5AmKmF5lmleG2Hlho+cs92OCYg1Bc3zT7IApDwWfYLiiHy6CW+emnhnd70ilmoYlhqCE+dFT1Hh1wA==","shasum":"70ab09abbe4fa61aa9f23b4ba1540fecc4913422","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.9c5c9c36d.tgz","fileCount":1459,"unpackedSize":22295261,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCBNU65uLXe+9sDz6ABBVlC+bnKkobCFIpIb1PlrwsT6gIgFEX51/Su1PwkXw2UZarWFHXybhHU1xmZ26zvHBgIrEs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicsLEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7AQ//dHBddyKnItte/5glsE9pnV2MZjyOd+kZDa+q2xfNrRuCnfPW\r\nUSsjmfJKGCNq0EmNhh+pMOCG2E0ArTxia1UwxtAulQ85CG15e9mEAfriKszl\r\nzXdc3ga/TfNEIqnhgoGZ6KI/ofz9U44pCZYaHR3GjGUc3ajI6Dzv3cMLRuyz\r\n9P3TbNfb+O2ZaPegX2O6Dyb1klFV7GwibenRfSUgQEZkz1YzbywghHyKij4x\r\nqopO5MQKjx8G7odcaS+HqovIQMq0IxZedgXf2Ac9u7nP0nlx+IDVUYhAxaVJ\r\nilHV0/nXqpoh3PH1BUajgAs0RYBwT25R4hTD3MEDqmJ0M79RctzN8RK+JjIB\r\n7LfCUcK29gC4nBcRlY6g9wMqY2k+0uoQcHhLPm/W/b2qi2SAtujQjwu8Ro26\r\nbiEq8Ip/9nQwWxYw96muYeOxsr6TYY3j8vU83hUv0Nrg6Bo6GnX6tnX5n+go\r\n83qjqJ/egS6eRrQ9MgAZIQXKv77j1g8RTsY7TmHq5lyYCZHLK6PMg5Hb1pxN\r\nZ1tgE1VyQjnRS6+QWMIBZDLCG5kQjllwVHYGrly+1pbmbt5NQct1Wsg5OkBv\r\n8qlDiVSXfCJZdeWrbf5MvyQ60+az/jxVbpGlvo5eLgkclUsqWTGCyA1VwNR2\r\nLVeFfCLxYMmdo+mUqi55ZTCQ1kr3awA5R+Q=\r\n=bWYS\r\n-----END PGP SIGNATURE-----\r\n","size":4199522},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.9c5c9c36d_1651688132540_0.12366873514130439"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-04T18:54:00.648Z","contributors":[]},"3.4.8-canary.5ce067663":{"name":"@firebase/firestore","version":"3.4.8-canary.5ce067663","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.5ce067663","@firebase/logger":"0.3.2-canary.5ce067663","@firebase/util":"1.5.2-canary.5ce067663","@firebase/webchannel-wrapper":"0.6.1-canary.5ce067663","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.22-canary.5ce067663"},"devDependencies":{"@firebase/app":"0.7.22-canary.5ce067663","@firebase/app-compat":"0.1.23-canary.5ce067663","@firebase/auth":"0.19.12-canary.5ce067663","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.5ce067663","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-DIg/1Mm9tvNTxxNtcHT0q8oZ7NsRrroPT7TekMyOOecLYW3xp48SUKwbU2eWlxU3VdscJfHzSw3g4D6JLvhOOg==","shasum":"582eb9cc88a340712172b3de270557d96d09c181","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.5ce067663.tgz","fileCount":1459,"unpackedSize":22295261,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCDSsTg7NjdVRBEc/xmZdD/+/VQOK5nMX7jj9dZxIg5ggIhAKJ9vXQs5fv1QTsIrTtL8reNDZv6fEUrDI5B4bLcpcvH"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicuKiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpN8w//aSSIWFEx485x7ia4jc9uLRGp6hraWHje5rZ5Cl1USn3WmvVz\r\nkyL4Kmr+f4f6+cu6bcbBGt7jYFnDTn20cxaOFA0FISyPZXIRsnmiXTZGY4YK\r\ncXxKaHvu/Ay8NCjbIjERnOVuHNluNdcYyCmwd7BOhjtnBVpThYraBCvmdWpm\r\nVPBr96w8nvWv4Oh6LNm66CNrfLY65HxtrDHj3LBv0hHNgjgpRNTltCZhuMxd\r\nH8EIsN7oeGcVxLNzuPh2uOsy+PVOoTv9vyTLbS+bnCD1q2shsvakv7tfa1jT\r\nLbM0RpRx3xJKgW/DGahAWTbT+QmDMhhwqIGntaH8xq96UnUnj7hnEbY8fwqW\r\nux198CQsqOi+ZmSyMARxQIWtpvuj0GVgHBwaAnfEoA3duBvRHqxc85z/TBNZ\r\n26oF7kdIk2+28YqErUEAfIwQZ4k41tvi1dU4ewbpIpr0CS3Jlxxb5XaZWzEt\r\nTJwTwLYhBfxUriBOscG4bsIiJjw1dFV9Ug4B4SlkY6v8lCG1uXCSaGzstEIR\r\n8Zxx6CeAyaFw6fbQXqAHAyJpuhER6+3ByH5D+giawss9qzBNc7d4Abd/w8Dn\r\n4E9e5BCsVev64FtTPjT2rC601lajw2uLVLHccUrjjgfojk0uYAX6bU9vdnDD\r\nPa2x5Sn27PcHaRCbzq9REELaPfq9Wt/+05o=\r\n=6JSP\r\n-----END PGP SIGNATURE-----\r\n","size":4199533},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.5ce067663_1651696289904_0.08460935630491973"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-04T20:44:29.849Z","contributors":[]},"3.4.8-canary.dfab18af6":{"name":"@firebase/firestore","version":"3.4.8-canary.dfab18af6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.dfab18af6","@firebase/logger":"0.3.2-canary.dfab18af6","@firebase/util":"1.5.2-canary.dfab18af6","@firebase/webchannel-wrapper":"0.6.1-canary.dfab18af6","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.22-canary.dfab18af6"},"devDependencies":{"@firebase/app":"0.7.22-canary.dfab18af6","@firebase/app-compat":"0.1.23-canary.dfab18af6","@firebase/auth":"0.19.12-canary.dfab18af6","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.2.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.dfab18af6","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-sYdF4RMVNpNzZLRnHV3cGZybKCl69bv2L0shA1FgJHWny6mp/tTULiQ49A9phrxXOIVupMea9eTM8/6XG21uZw==","shasum":"ac59836e5874a30dd9e18996eb42116bb56eff22","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.dfab18af6.tgz","fileCount":1471,"unpackedSize":22342399,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFDY6opIYKaZd2hA01Dvz0XnXAgAK+ww6cGbjrS6XP9ZAiEAuYciZhsrh1AyBi+wYs4gL1b0OSHM908i5y5UD7P0Y9s="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJic+MbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpW/g//T2SezysUk7koe0cznY6JqJnqtRHqFyU++28kko6z56uKpvHF\r\nHsYmpyQyF4CfBkn+UjqK3M3T9TCUZ7MgQKa+Gjb8xYo3MbZC5yKnu8qoyl3Z\r\nm0oRRJa7aPdsMu2whYKUi2NL/4mEsp/O7/PSEsI2wQYTAapOUiZjORXSYEib\r\nEjAv7JhOjci5sCfTC5RX6W8jVRlHq2QDFYAzCe6RzIQ40ifs/sz9BcWZLmVR\r\nB86voEsNUFx1wgDzk+OFblUUlUOTlYbRkGLgHjKJrb9HHYDsaBQnF3R9Isqr\r\nz9Ttv1EuZg0F4vsYaszgHGtU4HQ1djWPKJiZRb9WkbVb/KAXcbDZtssw6uiW\r\n/YW19M6+aJF65WxkGlDi0ZHA71A3mds3f2DJ0wGQTaz1Kmi3CN7u0Qg6vQ1T\r\nrkoDgfoOLol7yo0cZv5K/Yvxe/HilTFUu/Eagbft4yLHn/ehMeZPkPZySn4v\r\nkSRwEOLRehuqh2D16N5t1ZhLV+OfJSpExOgBOknUtmPjpqqyaU0/f09YyFEw\r\n3LQwbcwdR+kRfs5yBZgf8McYCj3vx/Ns/+0a/svNLrUhr1/6x9Cv1a57bA8H\r\nYYn+f9njAMS453+ihivU5ecG4gVM+6YipbwxFVPyI23bau1ILR2YcHfwX2ov\r\nl+zTIgQx0+Rj9cdoOER0SnLvpfrNl/kn2vg=\r\n=lFl8\r\n-----END PGP SIGNATURE-----\r\n","size":4206612},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.dfab18af6_1651761947337_0.5773915245925105"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-05T15:34:53.847Z","contributors":[]},"3.4.8-canary.adb9aaa34":{"name":"@firebase/firestore","version":"3.4.8-canary.adb9aaa34","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.adb9aaa34","@firebase/logger":"0.3.2-canary.adb9aaa34","@firebase/util":"1.5.2-canary.adb9aaa34","@firebase/webchannel-wrapper":"0.6.1-canary.adb9aaa34","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.22-canary.adb9aaa34"},"devDependencies":{"@firebase/app":"0.7.22-canary.adb9aaa34","@firebase/app-compat":"0.1.23-canary.adb9aaa34","@firebase/auth":"0.19.12-canary.adb9aaa34","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.adb9aaa34","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-R5hcifNyEx8EbCeYESsuH72M211j6OwPWTzpfT1cD1ZbGdhTbFdggQloVAAJImPnR8OCo3DJvItQwKZ+H+EY2A==","shasum":"3b735d8b5ef755896800ec2d123196affd13ea0b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.adb9aaa34.tgz","fileCount":1471,"unpackedSize":22342399,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDOGrIGqMBv4Lhe7rouwrNhbCXGY7JZtlGWiqEdOiXlvAIgAYKE9K6z2IItIUvNjjvMoHRpSZDiGQv0dIS7ABWgt1w="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidAq9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp25w//RirCqpVzwTb2sZTkhTi+Rzh5ZYYql+PC3aCrAmBDi2hg/+iw\r\nulzUsdcjaWa2XRfxjE8d+h4N3x15k9Wi1v/XYr80yViyRPhjpRuggn0Uco46\r\ngXbbuN4gvXG3ArcEFzBTyXDdnwonyDFL/B+jIOPqmksrle5VEDCsHTq2Z5dG\r\nbMPWR+/j8BrLO435Lvo3FX7DciFMl5USHetnMU+POCtNch7D1ymAHLPX2mCE\r\nUWhuNiFI17VPHO+lXdEHn5v+ciKkfF+QRUsDdiSMG82OtdNLwFbDZD66Brp4\r\nBse/b3/RWQYdh0SOGcrogWsAjO55Cn0rDBOWSw3FvH12DdbNyn8Bn1HV3fcF\r\nLV0k8svU1jwJ4dHN++RDIsMWw2/hBESQzAB29bPvB4wPNpjDOdrNBIQUGB+W\r\n/iFECSwmD0xoRGTSQ9Grsz2BVywDNO3LB34E99pxDvRHezZ7R4dN8t1h6i9A\r\nJIDlBcjHOinWdmxqskdZ9RZK7bUDfUwmxdDj8ieSJLJ4EHtoDQefUkUzNJ9i\r\nKckKBsxXx7GuhrsHZblRMTSC/zrZ0CE0wcbu1nkj8tPmnHtwFZYcaCkv0Xnf\r\nEjfamHt482UkCdy7YPVQ5kofCqypAmsKtf49jYkJsE8p2QH0RIx1CuZaqcbM\r\n/JJ7jwjfqeXJ9PlcxwlqWsVKtMxeuaGrQb0=\r\n=FrCS\r\n-----END PGP SIGNATURE-----\r\n","size":4206609},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.adb9aaa34_1651772092966_0.2620629299767805"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-05T17:56:55.350Z","contributors":[]},"3.4.8-canary.c87364175":{"name":"@firebase/firestore","version":"3.4.8-canary.c87364175","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.c87364175","@firebase/logger":"0.3.2-canary.c87364175","@firebase/util":"1.5.2-canary.c87364175","@firebase/webchannel-wrapper":"0.6.1-canary.c87364175","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.22-canary.c87364175"},"devDependencies":{"@firebase/app":"0.7.22-canary.c87364175","@firebase/app-compat":"0.1.23-canary.c87364175","@firebase/auth":"0.19.12-canary.c87364175","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.c87364175","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-8o8uMZbAPmdfW29oQdHZpN/GxeHxP/RnPU0ekLpBvR4JnVi7NkOLbqZtaQY9CS3DYor3tCy91idqoxrlmtsR2A==","shasum":"e6ecc7422b3ac36dc2850b4c913735d53b75c918","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.c87364175.tgz","fileCount":1471,"unpackedSize":22342399,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGTQqeI3h/B1+vERunOXJt5scHb0CmNHrliiJXd3R9tCAiB8/AAT7tifPx9lq7AgeOeTBDyLDuWmuCjk3OQYhXXKUA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidAmDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoaiQ//aJrVr62N1vErz3antnXctgjoQK0L4yGeHBWRgukH6iqn9oMt\r\niamb27/24XyF35zt4gThs4R6uenmt7SeKouFhkopJX268g9vvp3fezlZTpDH\r\nwLBY324sK1f3jjbojIdLrTQtVM9uZg7BY02QOaEIz4da7Um+u9Di7RBnLB16\r\ni1jwq6uFahycIJiiGYaKknu184APj5TyeZ6EQ5biaFkSmCSNkiaZ+GkqI9w+\r\nrHLvqMedCFI6Rgd4YTu744dZruaX1Cmhca2Fn2zueqB5h+qv7wC8h13kG7Rl\r\nd7xwBC1B1+Ngxd4HvNBc/1MwgYMhko2TPwJcyRmWDO2FSU2BbNk/33JbC4qe\r\nuX3ZAsSRhhQPDAIiijG/aOI/cFATNmdHJBfzNUMpPx5ERJO36xdFEpxL437o\r\nEiYe06qVWcTGHKWjuLLsFWyugG2qx2IqAeOCy6nP71nKKXmNIbXTBmLHEW4Z\r\n2J5gFAipISCYYlnytAuj8ONRVcShm3sVK/Zzt3sAyrcG4OFyfHK8LvM7pYVp\r\nuhjIkvjkAX4QahvuGkEvMPayf9l4jGohLa5Q+hy7ue4IbtJvbVKOE9gIAEiq\r\n0J91odXuvBW9OLu1CLOf8hLEE36mlUs7AVp8O+uiCwD6Ceey3+7zto7I4oec\r\nfWV3n3yB+UlD30YeGF8Phe1QnYRCCk9Uvt4=\r\n=VzsW\r\n-----END PGP SIGNATURE-----\r\n","size":4206633},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.c87364175_1651771779431_0.6261205287348872"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-05T17:56:47.257Z","contributors":[]},"3.4.8-canary.6ceff4db0":{"name":"@firebase/firestore","version":"3.4.8-canary.6ceff4db0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.6ceff4db0","@firebase/logger":"0.3.2-canary.6ceff4db0","@firebase/util":"1.5.2-canary.6ceff4db0","@firebase/webchannel-wrapper":"0.6.1-canary.6ceff4db0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.22-canary.6ceff4db0"},"devDependencies":{"@firebase/app":"0.7.22-canary.6ceff4db0","@firebase/app-compat":"0.1.23-canary.6ceff4db0","@firebase/auth":"0.19.12-canary.6ceff4db0","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.6ceff4db0","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-P6k/wbyF4GfGke99XDCvdGh1+EDfIbbLTshZt6lDMKr/SVEEfXzOwtllZME0r+j49s40K6go+bJ5MMYiGD5ttA==","shasum":"258369388f6238541bc17c5e981f4c0de3e68ae3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.6ceff4db0.tgz","fileCount":1471,"unpackedSize":22342399,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCzhcoTR64RX1iDgqz4jWvl2F8nsexL/VY0orKJ1Jid3QIgXpLFOvA0Nt/EHcASBJWTWQCfU/kpW6gFGYyr1IxtECM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidAoJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrZXxAAjpD2ksNVwUbt7TES02GM8L0lansnvU7o4H57pti0/vSJDU3z\r\nhG0Cf9+hvWacYBoS1/NpapNkR7K74w7JUyEqVb3Q3HPaqaSheX+XG9/pJp5m\r\nqDfmr2h6J1dcjQ2oVgRgFUeMT4YL8wdhiHYDdGlo3pxi8fgIMuQkwi4ZIyp2\r\n0Ud+tNTctGM41anBmA72FoPYNl6+ulHygfklSb4yB5rG8hPSmYsRR6mzXmfq\r\n42I15kUA5GqvJPx9z+3Dx4NcOvqPwB/l6hFNO6dahIstb5NE2DzZsbz4+FUs\r\nC+uPYT9MrClT6MjobKyKc+JCHZt4Afm50SAr8xgApRhRcARJ/wlSdTEeE9ry\r\nnbfA3iq8cchK0Sj/ejWuw+kjWItKBM4lfWWoOimNwkF6RZTwD38QF9NSszV3\r\naNtBiv1YlySkbtby46vlwFpTxYlNSPKVIeyWsXySxZKY7tMfq7W18KtEaC/R\r\nrWKRd44YB8bLBAvum6bvJLmtOu4VcIDX8bl1aKmA3xsFxRlHQBhUNGTfTQHn\r\nu8/sCVzB5jF8xn0hpREivq8ZNAGZWv8bqGrybpdpmGXfz5fa4I0mhFf/WvO7\r\nHaH0WafNFpUSrXWog/Gpvws+ANCxH/6Lrkav0C9i/8TbZx2twGX/w++Zu9Bw\r\nPceZSGegeU4LkFF7sDh1CfwGupytVftWrbo=\r\n=nsrs\r\n-----END PGP SIGNATURE-----\r\n","size":4206616},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.6ceff4db0_1651771913655_0.46087138099895"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-05T17:56:50.296Z","contributors":[]},"3.4.8-canary.9c6808fea":{"name":"@firebase/firestore","version":"3.4.8-canary.9c6808fea","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.9c6808fea","@firebase/logger":"0.3.2-canary.9c6808fea","@firebase/util":"1.5.2-canary.9c6808fea","@firebase/webchannel-wrapper":"0.6.1-canary.9c6808fea","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.22-canary.9c6808fea"},"devDependencies":{"@firebase/app":"0.7.22-canary.9c6808fea","@firebase/app-compat":"0.1.23-canary.9c6808fea","@firebase/auth":"0.19.12-canary.9c6808fea","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.9c6808fea","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-CCYZrgD6pAhrDu2dUJTYaGYqJbc634Z2smq1g3xDdxxbKsbEq8dEKZAmVnPvDZ8sm0GtP9gPk6bYwtbPjCSDnw==","shasum":"cea628c1ce5208036c2dda6d9270ac3f1e3caef2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.9c6808fea.tgz","fileCount":1471,"unpackedSize":22342399,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCMWy64S5Zfg0M0NGZFDICdl20+l2vLQdXmWdfBMoZlQgIhAK2+sMqnpbGEKX+pO30EG35jwzizIDOEGdjl2twFKFaS"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidApcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqRAA//TIY2bZdZhv6ufMHoWml8lHPEuSPN0wP84PYz8srb9dkOedP2\r\nwypObfL/XAHASTlOoWTmhKF6/CPT46F8jT5d991ie9I/cGfGT+Pp+ec5ZfXD\r\nAAh45rxBUjm4M247Z60/QFrowvOXKDm/Cv2KwQxFCi1P4b/gk2A6oQQYTf43\r\n/Es9KUXu1ica+X4fkNMWKj36BCYxEX3mjlGngfWPRjiTOc8v8wk6DeujCSKr\r\nBwta2//9TyLb7VrEbZJVlZw4ou+gSiEVaXCcrHuYRRxMn1yvQw1KzLAUe0T7\r\nZJAihH9/Qq5m2g7ekc7dkTzXSYvCRkjhjSz1GnTk0rvwA5wpN0vBFoB7LvxM\r\nLuTD97OtRs0OD1l4blCaJO7GuqfKLeRC+b+hsgUpuEmmd9CFGl+SLKBl4rSD\r\nmvkDEpeve+WTYsosWEWQfT4l5/fY+JsQWwC5h/X+plxFRKq0jm/gZ8ul6D1d\r\nSvptgGqpPRRerqskMZFvlQ0fbpSuOesWKybrCwFz/QrTX9KhUDqkdUVqNMHV\r\nBwfaOu6u9zE746HrP3yEFbs8QqWuIiLxBpjyjuOXw7grViHmzlz/rhhQBumQ\r\nWjtBzJ1BdxeUA4F97UPGV8YgEjsZlrXVsTt6Og5rECtiDaZyCqMFPdQ0dp/V\r\nftdGydQwtpjsrggCAt4BBVXqXzXptQ+MsfA=\r\n=dH9A\r\n-----END PGP SIGNATURE-----\r\n","size":4206626},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.9c6808fea_1651771996518_0.6485580059524012"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-05T17:56:52.913Z","contributors":[]},"3.4.8-canary.1ac3c9d41":{"name":"@firebase/firestore","version":"3.4.8-canary.1ac3c9d41","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.1ac3c9d41","@firebase/logger":"0.3.2-canary.1ac3c9d41","@firebase/util":"1.5.2-canary.1ac3c9d41","@firebase/webchannel-wrapper":"0.6.1-canary.1ac3c9d41","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.22-canary.1ac3c9d41"},"devDependencies":{"@firebase/app":"0.7.22-canary.1ac3c9d41","@firebase/app-compat":"0.1.23-canary.1ac3c9d41","@firebase/auth":"0.19.12-canary.1ac3c9d41","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.1ac3c9d41","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-K3LtIbmc2LMhmkS1xmeFHkkWAyhMC9PV5Kb0pZpbITG1GB6A8/aHMrcORJkcaCOUwNqeJaaEdhNfoX5Vwi/fkA==","shasum":"c79a67c139dc78edee5761ef0d9f6fe598f81e05","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.1ac3c9d41.tgz","fileCount":1471,"unpackedSize":22342399,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGLBhLrCevA4EQ/G/mjcX3UmwS8uqZ9FSC4EBfPYJcRqAiEAx/ipTYVTnLv+8Epm5lVbPR7aVWnTuLj6YkUA0Aajgh0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidE8BACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqNYw/9F0nyAfZuXs6l1LwcMVgl+VjQIjhKGSZ5EbrW3fPDJc+7mAGz\r\n9qZfZQpxP1nDH/s/Blfa2KtHAXWCfHn2aCbVTA65EYe1OppNLEHVVv4fmk4m\r\nkOJ7SEljVvCoHE+xuIDkMhRIHFyfEq7GR5zkhXaKZWljx7DNuNZ64v4e7H2f\r\nAYPanE2KV1DJLve5BhcouT/vvP2NL5z1nr+jPm3zQ73Hk9N3X9tgvfz9xo3Y\r\nO95Ot5hqtU9oGydTX6Ywy/Qjv0fJiHq8aiXDX2g5zuryzdlIcXM9QYBlfm2F\r\n4HHYvqDrdo+4IVs4FAq94S9BQ0rmTlyZd+1QVRuE+4/CZ8acrC3pHZx7CWyS\r\n8p3od1DF7W+eHpuzky6/cpEjBIT0iweN/MOpmAJFQ+m9V7vI9IxEIUBviONY\r\nZ8DCrvT/EvfiuAaC0sdA2/DUPqd3rI1KZRrbYgpIGSxnl5CHILv69O5FVYJ1\r\nabPriw2ThlBbVSj4qRFuCop9Ket1q8eamfv2h12ogH83ch68vGUWybuLJeKD\r\n/F1qyJx1BMXoV2TFzv935fNSqCRjaq6xG0t9IdsCf3F6Ocac8m6aZwDg5qMT\r\nXxz97300klbv58it2TKFTH10JO1sARK8E02XZXg5Vk2XwjHr+1PHa6hjuADI\r\nzYPT3HXOuWK/AkLYeeqYDLHuyfD2hx7ZDMc=\r\n=Cksd\r\n-----END PGP SIGNATURE-----\r\n","size":4206619},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.1ac3c9d41_1651789569112_0.16730182381895875"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-05T22:27:07.539Z","contributors":[]},"3.4.9-20220505222723":{"name":"@firebase/firestore","version":"3.4.9-20220505222723","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-20220505222723","@firebase/logger":"0.3.2","@firebase/util":"1.6.0-20220505222723","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.23-20220505222723"},"devDependencies":{"@firebase/app":"0.7.23-20220505222723","@firebase/app-compat":"0.1.24-20220505222723","@firebase/auth":"0.20.0-20220505222723","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-20220505222723","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-CuaCYrdhh3QsDM7XP3v+2PRq3e0lEPIRVG39FT7QJ52P1f3vnNjbkjHlhDOmk6tH8DTi8jlptWe6679dqDwG4A==","shasum":"3755bed45d836ce13c3dc4e0afb984bac1a09ba2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-20220505222723.tgz","fileCount":1471,"unpackedSize":22342815,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDWG+4wPI2PPj+H4zKzSKaYjMh9VPJ2b7VxrY7eyPx2rwIhAOJHGdRiPJB04EmOrMYG5YEc69SxBA1dZDeYzSDOcf96"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidFGiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpnGg/+P7DZiP28v3jgPGINUvlfPqBt7l6xlJ/doGlRgkvYeTj0YCQ4\r\nlVA+9Ir/r0JI7d3lTNDwDPax/i1SjZRS/qus/fgKQQQ9w3b6/b3VdmZvrFZ0\r\noeRYix0juO1sQ6L7d/LVyTKYIOHAFKZ80rP8j3SEv6Of2qlsskXFKzuWNLLr\r\ntKyZylPvfNbIAieuHBnDHMBXJAxHHvV767mzga6agJ4anxM9X4/ga1+HD4cE\r\nYZ6RjVplbxxqHrrd0cpI0gini1wGIz7AgCJkLvcTIg9ubWL4L7KQuTLmt41c\r\na9+ou2ftYhN9/1UoQoD5wAUbFSRkIar+ESB/t+Zg4GwC9y9+0QBEtbUVkKlN\r\nzQRwjJTXAGJDaLxE6P5oVufyijxPIfjtMdQA0Bgg2BpMIXSBdqUYom2ojly1\r\n32BuKTpOkRpfJjVk66JOFMQDtVP0upVkBWwM2JQNBjmjTusVNcx3Q+51vPOv\r\n3Derf7+I0pFYddp/KuZVMrsvSvTEEi+RlgdL2WSSaqMaVQafM51uJO4QEZNq\r\nURsz9lsKRerHMGXTNfH844dE1ft33OJTNmq0sHRcEptPzb9+x3/VbGZNAQlx\r\nzvh+bo2u/j0EwBP70dzaj1R0vb28B1yw2yR2CyAyy4OE6UZ8s4EtG7DOgzbe\r\n25kksJ5p06T/sD6nLgAkhX69/yDN9Nmtx8A=\r\n=/hOd\r\n-----END PGP SIGNATURE-----\r\n","size":4206829},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-20220505222723_1651790242188_0.3870627743109647"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-05T22:38:59.594Z","contributors":[]},"3.4.8-canary.874cdbbcc":{"name":"@firebase/firestore","version":"3.4.8-canary.874cdbbcc","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.874cdbbcc","@firebase/logger":"0.3.2-canary.874cdbbcc","@firebase/util":"1.5.2-canary.874cdbbcc","@firebase/webchannel-wrapper":"0.6.1-canary.874cdbbcc","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.22-canary.874cdbbcc"},"devDependencies":{"@firebase/app":"0.7.22-canary.874cdbbcc","@firebase/app-compat":"0.1.23-canary.874cdbbcc","@firebase/auth":"0.19.12-canary.874cdbbcc","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.874cdbbcc","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-VGyZTEoH9TGsHmc9krU743fLOa0jYtit+Ezk6+/deRW7yIR6HFNKO20kr0HscMLSxIbWfBlucZXFNPOvD6lQWw==","shasum":"cc9510270348f8a5e01bf5953eea44e139ca0358","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.874cdbbcc.tgz","fileCount":1471,"unpackedSize":22342399,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAmfe4KJGoRQu3oTEk+9AujQ1ooabRWZy6D70byKEw13AiAV8tdZDkaE0RxuAJPKvWlgcxseA1YR3+TXCzpjh90MOg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidHCvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqpOQ/+KQycZ5jRaRKqaO/LTy53cwWvPuqGc7sOcAMl9FajNynUNUMR\r\nMBNHpBHv32ynpVrTNj/3/AHVdk4XmwJFLLuvqAGklzVYGf17yfqDqajdhXoO\r\nCILTshyPMllpyv0ILEWSkD6KZeOqhHgtHVWWD7OYB7PvYLKjhI5GLuJoEBr3\r\n7vj+KNsEKBo25sivzTci0DmvB/NDi7kaWFwO5vKJUA2E1+V/IFU97qTsy2b1\r\n3sU33OlKsF/7fZjDiC5nVw+mMToC4WQxm6KizQr/VYoQH9Ia8P63O/2AeKDN\r\noCvlpys7xt7QL8dCYAhYSEBPaX5T7gpYEXHcfv/uQSG+1gtM/+4tcV9TqJdv\r\n2lp3HHzirsq5OzphCiQEYb0+vnczBWQRL86pFEoHKjqtjDKFIUKCJGT13X7Q\r\nR0tX1oJYwufb48ZuA0o1cs9iCpYDhje85bSREWlPX6zf9TKD4IRCnFpzYVbK\r\ndNn1xA/DcGP8OXV8N+wVBA8jytG6VZSrfKgZyOIjd2zmfiAzS52AeVN2RLLK\r\n8vqogyKe99ZZJ9q6yEzdh/swjenyTPn7yIpgCUiULHczKTF4Blew2qedjb/2\r\nGj/JyMuA1jyrYJHkTXP/S+eF+TR7dW94kojg+NWA251ENgilmUxBV9t8GEBn\r\ng4SpNQ5guLWF9FlZay7vfL2/5mNVGjCn2ls=\r\n=YzEA\r\n-----END PGP SIGNATURE-----\r\n","size":4206608},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.874cdbbcc_1651798191592_0.012204764181310779"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-06T00:51:15.131Z","contributors":[]},"3.4.8-canary.63caee2a5":{"name":"@firebase/firestore","version":"3.4.8-canary.63caee2a5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.63caee2a5","@firebase/logger":"0.3.2-canary.63caee2a5","@firebase/util":"1.5.2-canary.63caee2a5","@firebase/webchannel-wrapper":"0.6.1-canary.63caee2a5","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.22-canary.63caee2a5"},"devDependencies":{"@firebase/app":"0.7.22-canary.63caee2a5","@firebase/app-compat":"0.1.23-canary.63caee2a5","@firebase/auth":"0.19.12-canary.63caee2a5","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.63caee2a5","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-fu8rxhPgBG6rYrHpKY2hVxXZRtsuSNMK4/Z7/7oOpZVAu0Jzri7udlEAj4uxbUSI7tUc3lpUe4C74eKclWnUzA==","shasum":"44c5c9bd29dd7c2cc261b9315a72cbc2fa80ecd1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.63caee2a5.tgz","fileCount":1471,"unpackedSize":22342399,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwX5T7BLhlf90/8TQTfF1zZ8v9Cy3REYz6ne4wNFMxBQIgC7xB48vBJMhz8KMTl/dlThRLXt2oAcrZyoZOIbJwgkA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidU4rACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrdtg//eCM2SXfWcpf2MmU0KjrXQVikjdPkjOpK1ME9wL5PGBQCjyaq\r\nujuQO7+DjZgghVscMSwc4jNpi2YxDw5qd0amc9sTmoXgz1Bf2//JsJu4QrBF\r\nBADbNCfcKtiugTINYI34ZVJDsvnFfaGqigeJ6Wq6NXa7Qo2BN9utEIcjfQv+\r\njoy5Fym39yBpUsETy89pMqUXPCADJYQQYSO8818RjMSpTh6OdYEa+MJ1P2XI\r\nQbTs/gJJOKDVhaODlTaXJU/qR2HUZlW8tWKHOuknwQDzIah02CuJA1Vw9YNS\r\nIaM9D+P03SVQ+kLo8XftkqYTsIXXDTA3rDm3B28DYAvErn1LiM3hZZLKUh8v\r\ntXZwgrIpC0YXeSeVRZMQziSaYEiD3CZD8jpP7KAw9AHKnviJlPsDVnWgucwT\r\nHxoCfLvna1Jp00U6KeBhGLtFuNAKufP/nojl/eyLuJWKl9s2zQdDPok/ntuS\r\nBAgfFQstjPKoI1p+7ULLOdg35U+MyOsZ/OVE6wBkKcH/qrjacOxctdWqkOMi\r\n7EJ0rehnEbv7yk65G3bREgQ/icEzG/rnM0fnuyRgcVAjlc67YnNQND2juMoK\r\nc+14D5tIUpGyyHwC/hG4yiKvbvMHIK7PiSq3wsPUA/XiPz5TkvcKRsYhRYl5\r\nhwwkDqwM8hdWTKXESbgx9q5OsPEppE/kkVw=\r\n=uSX9\r\n-----END PGP SIGNATURE-----\r\n","size":4206612},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.63caee2a5_1651854891061_0.534004983003129"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-06T16:44:01.778Z","contributors":[]},"3.4.8-canary.936591c6b":{"name":"@firebase/firestore","version":"3.4.8-canary.936591c6b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.936591c6b","@firebase/logger":"0.3.2-canary.936591c6b","@firebase/util":"1.5.2-canary.936591c6b","@firebase/webchannel-wrapper":"0.6.1-canary.936591c6b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.22-canary.936591c6b"},"devDependencies":{"@firebase/app":"0.7.22-canary.936591c6b","@firebase/app-compat":"0.1.23-canary.936591c6b","@firebase/auth":"0.19.12-canary.936591c6b","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.936591c6b","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-7Q9cKyUgmjrqSnTCB//J9lhc7StcM0b8UZmu9TSkjSgwHyPpcjiIG9NnVaV5euKZpdUxXOMSy+HKOo/clS0GoQ==","shasum":"786b42fffe14cde3983e0314d5ab6da0afe7281d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.936591c6b.tgz","fileCount":1471,"unpackedSize":22342399,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFe5otII+hMCNIvlp4qDDnCM2YN/NoYvADVcVgrh1HGYAiEA/or9TRc1WzJadnxCusGG1jp1dA65qq6ZQlN6cIQaF/8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidWCaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpHxg//QCbP6lVPgn53ayYJKKaDfuj/H3R9Qt29Ut+PymDsmOTINwiX\r\nz5lDc+nKVEI94JfGVOMyU6BVb0Bf0ZdCrW9E4dj1hDaTkAEgcTyJgEYPjfNP\r\n0hoWq6y6XblJ1uoPCEAK2/2hJwZjDzHQ/x3V/5wdlRPi0QkBNU1wdi/Kvp7I\r\nBRrklxrhedU5bUKb6PcuKSTXvxO5+d9HeAYY6JMlr/QDSklIy488PRE9n/nn\r\ni7nfMVgcqB9A/ZxYlZP7T5o2IRicwNxsDoAYA5+Gs0vzlI5PqFao+PbWSBZO\r\nN5PUT6rHOExYZSqYVCl49Wm05JnRq0S2xEiwwOy25GyBb+KFRCwsU4boqwAq\r\n2lHJmojw5cXHEHDnznHmR/CGZxEfA8gmFFo5ybtaBZHYgv6edrMSJmr2UXkg\r\nZh+sT25b+VpbPPL/IN6SncmvLXyMtNIWm3UhW90NjJ+fcHJJybRUbmn5nho7\r\nGfKqhoKRCiitaZI7eLTWsqr3gc+DrGig4sBHHjc6eII+gfDpkyQCESWSI0Np\r\n/BQ2xfbPRGPQbLZPBrHpC7hQyJU+2dbO8Jl2uvzo1czTwmpkcOn45+py/+VG\r\n6lC39QNVBPY07khH79BDFRMI4O5rL2CqJv1wvA+CEoYdKC036GxGHkn2DniR\r\nsIuYIxdjU8tiNHxrtEz72SH4iomzMn4gTGQ=\r\n=3TVe\r\n-----END PGP SIGNATURE-----\r\n","size":4206633},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.936591c6b_1651859609948_0.1827914399294055"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-06T17:58:40.556Z","contributors":[]},"3.4.9-20220506182631":{"name":"@firebase/firestore","version":"3.4.9-20220506182631","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-20220506182631","@firebase/logger":"0.3.2","@firebase/util":"1.6.0-20220506182631","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.23-20220506182631"},"devDependencies":{"@firebase/app":"0.7.23-20220506182631","@firebase/app-compat":"0.1.24-20220506182631","@firebase/auth":"0.20.0-20220506182631","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-20220506182631","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-Xtn8G6dbExsxuQLA8/l6XINfZkwZpSvFnBTz7MwZPniGV60BboROYGvOoW3NnO0nhVnxZu9u+JBwlu99PUMF2w==","shasum":"05a1bc2afd5edcd9784ae57af082942d2b48d0f0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-20220506182631.tgz","fileCount":1471,"unpackedSize":22342815,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGzz6s/LRUdPVbPAd8RMxSUc9X0I0KQmCtG0kAmpqsdtAiA3aUEUp/H3Wu76xD3fbMHBc6OIccFwH0/SZ8JjDb3HGA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidWr3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqlkQ/8CeMAUWiwTZl9PzwxzkeK5Wujlc747t0H+3jkP6W+92Cxkkex\r\nqfQHe7xc23RN+TKmmqXSDyrEhTKUAGTxZ8r6chlnSmzqRejNOtWXotDBJtTF\r\nYDqvGUuMHpTghc4YcbSPOH9QdxGEI5xe3Ofavkvr33V0P5kCWDh5AXrJHeq7\r\nhbFhxoLjYcYbII+wPi/Law7xBDDOcK2pxblCEHWSrgoy34FAlapAIfpoIt1p\r\niYpsTpsLANYgR0AC8uI1bmSfnOb3eQJVEVRrk6b2/7onuYYg/ckpxbWX7V+9\r\n4IJq/STAHEEpSsEL1Y1Dpew87hupweNE9qMRKw1MrchGTqP+ad9jbjfh+n0g\r\nwu3Ttt9OjZLmIDQKBgB0G6tatem6ix7mx92oWWche7PNANGtK5Kb1ijeKGrf\r\nUnlQiuu7AhfRTUy1yi9G44FoD0GpWlhvx8/ju2HaN1IUETAFudtNLDAT/4kf\r\nXrJ/b3WsuW0jl3X60ENSI8hJ/zUhBPzSpq4a1qgX0n1X4dsjhPG+qBT73Aue\r\n7L85Nr991UGGkKmKU0NIetTuvEvZa1T/pcOzJ7oeZncwjUQI2QBrsBn4qRgl\r\npm7F0gY09P7CLMbeUQglYcNH7g2dYkQSw3wCXIvUgX6j4umaa4LRyr3bHEyf\r\nT/t2Vidvx00FRAsKoC5WzhsJl81ik87Uf6I=\r\n=kvoT\r\n-----END PGP SIGNATURE-----\r\n","size":4206829},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-20220506182631_1651862262947_0.4722587517613892"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-06T18:38:43.517Z","contributors":[]},"3.4.9":{"name":"@firebase/firestore","version":"3.4.9","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14","@firebase/logger":"0.3.2","@firebase/util":"1.6.0","@firebase/webchannel-wrapper":"0.6.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.23","@firebase/app-compat":"0.1.24","@firebase/auth":"0.20.0","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.30.0","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-EiSG/uYDyUmrrHlwrsP9WqWI8ChD0hUW/+0MS3NDh8Cfo1Dfb/sM3YWKzgnIZ3wKTxn/nbe9oidHZp5cqI9G+w==","shasum":"2f7ea62572ec027d9f187fb03f1e2567cb5f29ae","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9.tgz","fileCount":1471,"unpackedSize":22342057,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDvkgUK7L636Fz+jmJNcevfcMuyA1Pt7B+65hF2KAaOgAiAXzWrvTte3MVplid6em6PyzJHYpQQTM1Ral+fxA1BHVQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidXZ8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrNEA//XnEe8ecNv1lLrSYGZ8y4T0DThuOBdcbcpfS8X4ZU44rjj18l\r\nVSb9EjSa1K0O3bIYyDxm4wC4a8QJxmCAGmd1cnuSCfdU4f1TY3WZuj08HPP8\r\nUXadrhlW2qyNlvHwbrPo3RSsDpsfHDaWrL/kQirq/0H+cLFJAVdzs39yhCSU\r\nTKza4LLo0YK7yH5q8yerK7MWchEeSUMq/s3jWNkQqsmvnf9ksvYJnHYi0J6e\r\nivI79ofehylYEMCoeT92zTXqJ75Qeklb4lFjqiMFYVyj968Ikc3OuVqVoB23\r\n1eBl1u8guTP6QgWPwUvoI0I1O4wHIAaB4Rw1NXM53QVgMwxtyC4PUzhAErEv\r\ny3OW3AK0XCzpsgmh9Tr8qW5RztsxR9fWQl4vYL9kblM1+gTYFCwxfE1+lSPK\r\ngWJ/xayasBmQjIFmLMGMx1bKsdSRAfeMgaiO3UhpUUnV967r7HEWn7XG2g3V\r\nmHW/tw1V32+oJecIXFXmhgfh1OBFlOYsMsFzQRoM7QBYPBIf2su7gjoQlk3u\r\nDF72TRiwPq+BMqLlk1CQEZMwoM8JFJ5aHKo/tTYzTqpuuneZ4Eh3CPDXR0oy\r\nxm8dZCgB1PytjQ02vZhiQ6y8TqT7YqmCFJvaeo1fsCl0WzdwY0a1M0Edmxti\r\nPRt5106LLp/DLH6g0J9Yj0pn9+nl6TzzIhw=\r\n=RLZA\r\n-----END PGP SIGNATURE-----\r\n","size":4206416},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9_1651865212078_0.41363083928173316"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-06T19:29:10.212Z","contributors":[]},"3.4.8-canary.74ac9b0a9":{"name":"@firebase/firestore","version":"3.4.8-canary.74ac9b0a9","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.74ac9b0a9","@firebase/logger":"0.3.2-canary.74ac9b0a9","@firebase/util":"1.5.2-canary.74ac9b0a9","@firebase/webchannel-wrapper":"0.6.1-canary.74ac9b0a9","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.22-canary.74ac9b0a9"},"devDependencies":{"@firebase/app":"0.7.22-canary.74ac9b0a9","@firebase/app-compat":"0.1.23-canary.74ac9b0a9","@firebase/auth":"0.19.12-canary.74ac9b0a9","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.74ac9b0a9","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-emFPQzwmxEqm1PTWH6wex/KYE2UdL0s4S/zttq2/oGigEJxIa0sdXQvC+UWd2YY/N/iJTcCZFHnxfo3ILid7tw==","shasum":"5fe3a8f9b5faa8d9a4f4dae12acd7e3b6c308172","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.74ac9b0a9.tgz","fileCount":1471,"unpackedSize":22342399,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIED0tudmOkqNUsfRL5BGG4KTANqOSBNK94nqrlf07IhRAiBOWCz1Q2/i3iYaOHfQ6v0lf/sxnzR6MGj0f+F9frW3eA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidYlgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr4FA/+KhFX5oyOikieFpwPs9TFkywj0qfMU2qf6sE1Jj5x5lmlFjTQ\r\n05PQNBW6Z9r5R52ZwCDomGflCu+OlYb7sQqpe1jZUInNk1ENYrmBfcgl3IDT\r\nXQvT1npUHPHdEhnrNWssrdXkJ1lq8CrjCrplzTst/CwqS918RNK28jGk9ofo\r\nbZQRMgPNND1z/qnMnqlUbZRINqTs3BJbCgtvgZw1vt984RYnWeDOFYh0N+I4\r\ndT+iOOWOx1UbPzYMR/F9deKlxzcq8Zn+sjOVXtkJ6+OmRfOicFD1YQUfXt/r\r\n5gh/cLg1WFoH6FdVZiOOZb+FVgwrkmxXw85kCxomjEekXgruOcBb9Iju4GCD\r\n4Fw4NYg3yPxtdhDwzXrPa5H9cL7k/c61GHBw7jYIQtVRGUkdqYwYlarQ/nWk\r\n2RxlKMjhHevYtNYEQ4HwR/Kzws9Pg9ECfShzZPwR6ggwlMcsYQLMWfnGRmyq\r\nOMfrPS3NYxTa49jWcR/cfvlkEXabMhZz/FVnWH/xLe07oxnCQgiSadqzdHaD\r\nBOV9RJM4SJEWIb0Dxo9M26ymFWhAJaNnX5/CsVjbcBqg5ov7x3Y8KElzQxiA\r\nRIMHFklTkDtqkJ/cnz/F6KH8piGNljAQVzbngmyuS9EetuKyeDVIQYT2sOL1\r\n/FLR++mgha1PT/y02hpZzI27fnQG1oQkR6c=\r\n=/w6Y\r\n-----END PGP SIGNATURE-----\r\n","size":4206619},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.74ac9b0a9_1651870047839_0.026492967049910776"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-06T20:51:39.126Z","contributors":[]},"3.4.8-canary.6f1069936":{"name":"@firebase/firestore","version":"3.4.8-canary.6f1069936","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.13-canary.6f1069936","@firebase/logger":"0.3.2-canary.6f1069936","@firebase/util":"1.5.2-canary.6f1069936","@firebase/webchannel-wrapper":"0.6.1-canary.6f1069936","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.22-canary.6f1069936"},"devDependencies":{"@firebase/app":"0.7.22-canary.6f1069936","@firebase/app-compat":"0.1.23-canary.6f1069936","@firebase/auth":"0.19.12-canary.6f1069936","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.8-canary.6f1069936","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-xjZ1fUxPPMSwwyq7UA8REorZaXmCFKZ6wO3CMg0/zJTMaD44UMgEjFYVAirmi5I01hP8VPL2uUB+WomFa2GqAA==","shasum":"481c98484e71814ef58c624f026c7eefff187edd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.8-canary.6f1069936.tgz","fileCount":1471,"unpackedSize":22342399,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXI8Envz4ErB0l7jSVH6O+JbceNeL8Qh5LS38iHy0KRgIhANyJCAnu1xNjt8PtbSxgOeKbzkhiTlJSgIsAUMDX8Xf5"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidZ4YACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp23Q/+ODVCysv68YNYmj9Me1X6vCLPxlh8QRJPaX6K0zRhegeGoc9Y\r\nVWNNPhCPGZvZiiEJz6N1bZahBR5fAPFQXMVhg4fZAXFfV3z/lW2coSrNEzLe\r\n96p0Q3L3crHsLpF4U+kPc8axGtKC4LxoZkSdTCvOS/in5AOhKsEibvcIlomd\r\nHHtvtnD2CHo7OpZO6LWuO9N8MFAf7uqLlmkAxWckgkKPnnsuufo9teg3vdDV\r\n74oXyYY6meH7lvsrcGsQDgF6dF77E1YXlVTlc7aiLvPN3oFcUJkNN8Vui/uF\r\na5OBV8OB8FH7PByg/37qR+WgdiOaZhjQE2YJPBf7jqf00WbHK3FR5ckY2Z8F\r\nJa4YA6sL7NSXe3/kN3OS6jxA7AYx8YEzEZlg4K7t5hVI8f+YvC88fg6FklgD\r\nwqzeVjAwm0jhGcvwdt1vITAx50j/ypVxjIzmB+o9so7m0I/5q7R4OITNQww6\r\ncuvCHuHDiiqTBvYpCLrEyMrf7V13d2Wjkegmh1FMc9lB8jECgoxTP5HTH9aM\r\nHr4NLfjVVc7mjPplJKkIlhCadWudN22Mgfmoh6jbX6n7x5eMeud8piEEt2Ny\r\nJqZZlsr8ZroibfcxNspLJQ6bKMimIqCQPLSUQitTZe+RmvRVAb5oPUZF40Gv\r\nQGcYAyrlJwtcvwe7PmMM3QxnmQR7ArCe2v0=\r\n=0b5K\r\n-----END PGP SIGNATURE-----\r\n","size":4206639},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.8-canary.6f1069936_1651875352030_0.040635431349428375"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-06T22:16:50.338Z","contributors":[]},"3.4.9-canary.61f7112e0":{"name":"@firebase/firestore","version":"3.4.9-canary.61f7112e0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.61f7112e0","@firebase/logger":"0.3.2-canary.61f7112e0","@firebase/util":"1.6.0-canary.61f7112e0","@firebase/webchannel-wrapper":"0.6.1-canary.61f7112e0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.23-canary.61f7112e0"},"devDependencies":{"@firebase/app":"0.7.23-canary.61f7112e0","@firebase/app-compat":"0.1.24-canary.61f7112e0","@firebase/auth":"0.20.0-canary.61f7112e0","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.61f7112e0","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-tPwYUfRORXAswH3bpk+iDhLt+TwGFzGfc23BmAGL8HXWnaiHCt7/luNgpA8mDqKjyi+yG0S4odDzcxtVVFrgBQ==","shasum":"0e509e382a1554a9920f1567f427282e171b0826","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.61f7112e0.tgz","fileCount":1471,"unpackedSize":22342850,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGhnCFaGcCefpUTaeDgvg0Ng//NZK6eQoWB6a3LBanibAiEAjSvxTbpE6jpFwB7Wks41jvr2I6J4Ok1ULzL38lNAcMo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidaDXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqtkBAAljUggonCQNcZuF6NZTCIumyb+hQ8KuGILJAR0lckDhVm9F1p\r\nPqNgbcHV4Uij1OUiEuNJY8f0FN1MoGQXDPMP5m6BlD4RK5TckSl93MoJB9dq\r\ne8TWmfcJ0R4JVgJ9CEMEUUKs6esK14qwLf550EGLBFWWCdWgz8CtveKDf2M8\r\nwSpMplg6EYtiuObZ+vpHfT2YlRo+fBhaiJFSvHGSj42Bh/xeO2gVDSD0H4Wi\r\nmEPGAazfQrFWfQK4Hr1STwaxlavJGW3uAUjuPZJUtWF6fK768zMxJAbkZ35w\r\nui3nwvw+5r4Kza/1NVfY136MnO5Xtl/v100ou0Yds7ixuhFOTFnnHjLNWjqP\r\nqPZJvmzp7tpIdKO+uIEZZZFPmqZmTCzqCJHtap5n1dh7Z7Ure4UWQijs/NY4\r\nT5L2ZRm9M5dCDLSvSF7M5g87r/4gbXwdxWLbXGO/Rw6xdGIqag81jsMF3CNk\r\nmMdiH2iI9Dx6NgQ6LTR9sPYc/Frix81DkiBJ23Yk1pxFJd2zKoxa1iENZSqL\r\njfFWM++UwBdlQALbKEgNsSIsoOp1iRIVNbDXEnyQIOxC4MZzoUnQ8rj5OYZ9\r\nCvn19aEbQxj0JR0Y8CpqspZWcVgSMC7fSXQwCVU6Vagc6M87B2igrNkvFI0Z\r\nNLPuKQb4EkonyQ6IVNiHIR1Kwl9ngJl03rQ=\r\n=bL0H\r\n-----END PGP SIGNATURE-----\r\n","size":4206748},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.61f7112e0_1651876055493_0.2706484561203608"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-06T22:28:21.253Z","contributors":[]},"3.4.9-canary.b34446b38":{"name":"@firebase/firestore","version":"3.4.9-canary.b34446b38","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.b34446b38","@firebase/logger":"0.3.2-canary.b34446b38","@firebase/util":"1.6.0-canary.b34446b38","@firebase/webchannel-wrapper":"0.6.1-canary.b34446b38","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.23-canary.b34446b38"},"devDependencies":{"@firebase/app":"0.7.23-canary.b34446b38","@firebase/app-compat":"0.1.24-canary.b34446b38","@firebase/auth":"0.20.0-canary.b34446b38","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.b34446b38","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-a0871/EfsUiY2HEZD8VJB0givFcw7D06GLM+lEkx0cz7VLhmoXE98uEVsaLq6GtJ6eA7+oM6QXoorr6xDeidEA==","shasum":"43a4de8114461d1062c16c28d1c86092ad947f41","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.b34446b38.tgz","fileCount":1471,"unpackedSize":22325545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE/3AAifiQmem1V2O/NQVWCPG6S4y4fKynwkeBf8XUeNAiEA1zPY/bC/3vBZ6tIT6ctKmrTotRopR3VTr2JJA2lC64Q="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieUKjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpI8A/9FaLp18GM7e9S83SH14jhEojUYcyChzisTKrpyANSHn+KbjCs\r\n+OgcYy+/pW3PaJ2j6o2Y9yAxBznL24O492o4pDcqKWqGRKVUrVdW8/8rdplX\r\nH72W0JM5oYpbm3mVJwPkp5az8BsRNJfbBp0Vv76lARK6pgh+LyYxBikMyEqD\r\nHmbtKjL0KLqupx2Pq6Y0iTYLXzf0piYqt+2v+cUXgNfUk7F0zBEN5nWtBBPf\r\nVG28ZhsDV/mhbpfqhlJZOrZSMkz0azAsqiMQ6Rzznl4iY1xJBbS4au32stlh\r\n7rZ5kM/HhpRWyAKS7Vl7l+RZs2akmurkFrKxfe1fbgQfIRCUgL4yuj6c9sMP\r\nKoIS/SAZViOOcp2Kxp96/mwQv4thCnwVZxhN4s6idAMDhat1Fu8CZjHQ7Weg\r\nKmZl5x57U+UOQ6+2CYObDmgaqztpic6i4V0Zo0woqr+KnDlNt36IGM/89OAw\r\n1n6xyNDRbYNiotED6M1N3Y54aUAobJ6kjrV4Nl6ogu3KbKFsSJitDzRdVVHW\r\n65K8dITxnEjApi/4lbByL9/mA16aXaaofwNjHdc89dqA3+gliZgmDGmE8Z34\r\nldyYePV7lZpv8LPnT/NglkzPtlhXZBkpIwNfr+EdqmOSiU1uslWB+82ysEVJ\r\nMGpsydTMROnaS6fljXr+CXM8tz3+rp/EkXQ=\r\n=cbiC\r\n-----END PGP SIGNATURE-----\r\n","size":4205852},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.b34446b38_1652114083341_0.6985801043983197"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-09T16:37:46.436Z","contributors":[]},"3.4.9-canary.142f03ae6":{"name":"@firebase/firestore","version":"3.4.9-canary.142f03ae6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.142f03ae6","@firebase/logger":"0.3.2-canary.142f03ae6","@firebase/util":"1.6.0-canary.142f03ae6","@firebase/webchannel-wrapper":"0.6.1-canary.142f03ae6","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.23-canary.142f03ae6"},"devDependencies":{"@firebase/app":"0.7.23-canary.142f03ae6","@firebase/app-compat":"0.1.24-canary.142f03ae6","@firebase/auth":"0.20.0-canary.142f03ae6","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.142f03ae6","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-ackGQtjb4i6n3FvhYrcPZDFWN160GWtHbaUvcpZoL4vLZP/U4dZ7WOSAaGVl6pQ8mHwx8Tzu0h1sSMFvnwnKEg==","shasum":"af23352761ba2f335dc545b9ec066d1cabcbddd5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.142f03ae6.tgz","fileCount":1471,"unpackedSize":22325545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDy8PEki3ziQgGJkcU//GwfUM5AjwbRhodrh6Z4pQpaAQIhAOQBbB9EiMREIXVF5V7kLrl8rfc5zzRVV83XApQUHMfp"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieUNkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoAkA/+M0t03YjQFLGFu/sdtjCfRQ7lcyDsbUxO3OIUQk6nH/wL84fg\r\naROU39iCCF5bX9Qq/es0M8hBymFmdjJEwuhS2xKkZ7rZ3V790Ocb1XxlzOB6\r\nVQK+mWUvPMlamTjwUwnlROnj2nnRQVtWZHFKCrlquNm1+3cLLYdQSPRlr/El\r\noMhfTo3cBUJelI47s9l0NbJG4wyD1AuufK8MveKa93DiuOE+ocraLTFBPHF6\r\nTAP9/R3WOgy6FWuoFsgrAhod4f1liVnYK9kDT5VqgjF1TcHtJ4XBOpTMoNbM\r\nIyVw/r40JqK+vIa2eoCdSaGpJTu/P//a8QMH7enHc5yM6Zb81aREVXJ6k35m\r\nfwVFc6dxOYTeyrADM7pp7rzW/KhgOHJMgrGFKTyF8lkvKcef6p5gF9CGqp96\r\nM+StHXFvCSexTfHwyROf5M0fLxSI54oc0INP/OPq51pw/XOwvJxTdWUoxc1r\r\n+0YPjU7F16HjmFeQrcDDylrjIE6UeBIbPtbVNVGHeOXarWYJW8/VJZeuhaN2\r\nfur/NwiQSFaX2ppm3/JtGr7Mpbq0x1sqA6+blliuPzBZglg5TZ2KDJa4Bw3W\r\nf6hJ7e7WpzX9x5aXfVwu2ChjjCAm4AjzddbMsNmQ8OyJxAQ526ddJX645cL8\r\nxpWO6lVuJzO37VCTysdWlWHjDj3smpHTcU4=\r\n=PnWH\r\n-----END PGP SIGNATURE-----\r\n","size":4205838},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.142f03ae6_1652114276345_0.888352081359461"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-09T16:38:40.865Z","contributors":[]},"3.4.9-canary.07cf0f1c9":{"name":"@firebase/firestore","version":"3.4.9-canary.07cf0f1c9","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.07cf0f1c9","@firebase/logger":"0.3.2-canary.07cf0f1c9","@firebase/util":"1.6.0-canary.07cf0f1c9","@firebase/webchannel-wrapper":"0.6.1-canary.07cf0f1c9","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.23-canary.07cf0f1c9"},"devDependencies":{"@firebase/app":"0.7.23-canary.07cf0f1c9","@firebase/app-compat":"0.1.24-canary.07cf0f1c9","@firebase/auth":"0.20.0-canary.07cf0f1c9","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.07cf0f1c9","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-k45mGaVt4rO4t39+R1yE4hVr4AiZWS2FoKutXEkfBrm5FnkTOINdy03/i5DsBwJat2APnvkF3EVROQQ6o6emlw==","shasum":"c6770ad517c95a5a53b9ba6232d75b73cb736445","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.07cf0f1c9.tgz","fileCount":1471,"unpackedSize":22325545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDQx+uHkMhHVjIdVgNFNZRhaZTeT1njraxe6eI3PI6enAIgdvqB9KRjZe7sGHshR+zR1Pp53MsuzCRDrr3/k6PpLRo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieUk9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpsFg/9Ea/iYQVetzEWwZ861ehyLJN4xQbmaOzR9hTSZayqkmhLR/OC\r\nZVMLH7lFLp9BpVuk1QMMogdxfgD+E0H0dixH9Fx801Vb/WGec655VlzHY50A\r\nQun+86PZJ4lFW2aiuFs7jmP/sfWwr0ceNSju9QKAkUUw802m0b3p/93XcPMN\r\n8pUjeCBknYRgQ94Z5GYDDKF+A3XtYb8ku37V3dRRm9TlEKiZMnVfGKbzm8lc\r\npN8LOe4J4neeGeNO9LmfQP0HtTonKZyffsP1nDfteNG31Od5HiKX0Ro/qjH7\r\ncsw4hD67uqY5lRSmWHKq6prIWqyfkhF63ysso2RDJUXm+RZKlMAkPprn1gyu\r\nTUm8RfjJLPCXNtHGqxdMfdmSykG1K9xQllC/p3Sw0lIAUKnJD8JjzS1Q35F6\r\n1kcqWxHyGhQ+zayiU6xFw18+TmUy5AZh7o5hTfq9eL4YhQH3wx5W63rFgrM9\r\nM53vAA+qMv4mpG2JW7Gw6q7OMpCP7q6Jk8NRM2wHfMy7m1zXK0SptuAZw7dz\r\nBC0TF7uP1bezgA7e/EjmfGEqcD85woCWDH1l+0JlkTAKtpQlF2inCTIEFFZF\r\n4FotkN7J0XHc5B3MKahHE3d+zAfgCdsteeD33Z25LAfZHgCWYBkp1vspfjWJ\r\nz+O1MOFlLM1fr5Lnz0OJ+dPWyEJq3ay/gP0=\r\n=6lQm\r\n-----END PGP SIGNATURE-----\r\n","size":4205835},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.07cf0f1c9_1652115773179_0.42452441645908"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-09T17:03:36.178Z","contributors":[]},"3.4.9-canary.7233e7904":{"name":"@firebase/firestore","version":"3.4.9-canary.7233e7904","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.7233e7904","@firebase/logger":"0.3.2-canary.7233e7904","@firebase/util":"1.6.0-canary.7233e7904","@firebase/webchannel-wrapper":"0.6.1-canary.7233e7904","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.23-canary.7233e7904"},"devDependencies":{"@firebase/app":"0.7.23-canary.7233e7904","@firebase/app-compat":"0.1.24-canary.7233e7904","@firebase/auth":"0.20.0-canary.7233e7904","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.7233e7904","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-opl9bpK4rTaN5nosAsJIpNm0hInh+/fNdvWh1PMULak+LjqylUvQLNBaRek1HI1yT8Z0fDjSNwngRHb2b87DWw==","shasum":"90d81d0b00b275d8e8e127465769626899995a55","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.7233e7904.tgz","fileCount":1471,"unpackedSize":22325545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7XlKWAgEjPi8QXly+4RHOSmrGLY+3MC8aFqEbYRY+ZAIgHqmJf3QWcyPzH9eYYTHq95AHTKqpXi+wY0UEkNr7rDk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieVCPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmonYQ/6AxvE9Nx1T8ACYgiRagrCO+62xqcYRRky1zX1ADUGx1qBkwF9\r\n8JO3zVAz8Suh3MIWyNRbVoeI1XNx3tHDhZtjNUihcIhZiREVhvH7q4bmXCJG\r\nnTJxaTvv2oyqMSfsgqinzKYe4AjSGwEYL/cDq2VjMxqItR/Q+/2sw+eWhuJD\r\nh2naI/AMWkFxwMYy6wD6xTDC6ogKmTUwwrwuznL9EgVG9N8JuLVOLDwoF7It\r\nc/2HpXNgygPPCdu/WRqvnSnFsV5Svtp2hJtD4WLnR/SAPovDlyMmm6UMYY6J\r\nmYEz57yCzUrXmj0nBj0cgUbpN3gPO89X5/liH8LpqovrqOeDz3cDW2AxXdBi\r\nkjNJ1/0znbtcvQ+Q1NiOTbA2Hd2cZxi783mc6SEsHguMJeA9AK1hWcZ7TkHJ\r\nRzY77I7/gUxjdf47ibE+HtDFZwtWcOZHjMk0kXU+KjaHd0cjgjjqYY8AQRBU\r\nc/An+GVfMYN3nHFYAZtnK4vWgVQhyvLgAvueoXj8qH04aH8Db4pi1hulQYnP\r\nNiiQ61RfVqj/+1Pku0NW6C1Lgx9stlLYSkmcyFZUMI/5hcPRy/EozAmWB13n\r\nLbuzLQxQFrldM5vq6EuNkC1Zq5U/kzWykyFRCkA9Z3mOf92mIAPCxi3x1z/F\r\n0g3pegkoQ7JRXTEqyjzc881/Crjq2xHCcNM=\r\n=ozPU\r\n-----END PGP SIGNATURE-----\r\n","size":4205848},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.7233e7904_1652117647661_0.3355379850068958"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-09T17:37:41.778Z","contributors":[]},"3.4.9-canary.094da9eed":{"name":"@firebase/firestore","version":"3.4.9-canary.094da9eed","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.094da9eed","@firebase/logger":"0.3.2-canary.094da9eed","@firebase/util":"1.6.0-canary.094da9eed","@firebase/webchannel-wrapper":"0.6.1-canary.094da9eed","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.23-canary.094da9eed"},"devDependencies":{"@firebase/app":"0.7.23-canary.094da9eed","@firebase/app-compat":"0.1.24-canary.094da9eed","@firebase/auth":"0.20.0-canary.094da9eed","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.094da9eed","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-QepFtOVSb5371IllyWX8xeg4k7ailKf4PNr2+3sB6UZIE83i/Gm6sd4NjpQ8YTy21YoH/kTy+lj3YTjmYjOX8w==","shasum":"cf86fc01042042a450cf15318ad2bf31539357c4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.094da9eed.tgz","fileCount":1471,"unpackedSize":22325545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCdQDXjIryY/OlboRiee1xvd37uy6TY+cNuZHHGtbGu/gIhAMHIGAHva5xJUKvxBKre72U5uYR0mt1r4XOTltlvqOMA"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieWvzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrszBAAluizQwheptb8UeaNENOhasp6NuqwsCeKd16O1y8mpSI1EDwM\r\nrCcu5/IG4q/CUCMnEmrOFxQBtXpvdozpuDDpuDvPISZxt0MZmkTTmRroEC9/\r\nU36/zaX8hZyI+wQ5kAnNLABxenU2omMTfbQl8K5X1MAhO6QDXR2s6FBk+jKH\r\n4rKUlJKcwuwOuLD53LiLRn2MCkI4rNF6Fs65rv7fYy76Ub9N8VxrwFvSK7oc\r\n0rWezHnhp72+jqPDPp16NM8pSfepvBc9m5omj9Nud8WBnRS7p/4cVZcAsbWN\r\nBWnOs1vRsyKUYOZJRPVHH6MehSc67M05XpjfFwayPmJodXcuFjaiJ9XZKSB5\r\nqzSa9LKq1HwWNmK2HJYI6vd6VEVp0waXCDVYFlw3o6IbzU3dGBws4a0t3sne\r\nGiXp8GFwdvkW/smNXJZMPELs/hv65ZcW2oPIC6x4ytX0xPMljmICpZhI8+ul\r\ngEmD+LSn2nND2opgSp4uQUnWcbD+DrjDUPBlgF26avI8i66OqRZ+FsExyZTj\r\nEEEcRAUI8fkkFgf0RxWcVBBN0a8Hkzb5eTdpsRXg9k3s4kgdz2oGLBrzPdc7\r\n+vzU67U0tBlruPuSylZNxUTzQieRkkIsm70sfTEURCkImRD5lJGh4hWX//3F\r\nNVJG3tGHoGcmjur6Fqbdg3qnelEJIGwOrw0=\r\n=lxjw\r\n-----END PGP SIGNATURE-----\r\n","size":4205822},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.094da9eed_1652124659094_0.8085435267422789"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-09T19:32:31.241Z","contributors":[]},"3.4.9-canary.d38eced3b":{"name":"@firebase/firestore","version":"3.4.9-canary.d38eced3b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.d38eced3b","@firebase/logger":"0.3.2-canary.d38eced3b","@firebase/util":"1.6.0-canary.d38eced3b","@firebase/webchannel-wrapper":"0.6.1-canary.d38eced3b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.23-canary.d38eced3b"},"devDependencies":{"@firebase/app":"0.7.23-canary.d38eced3b","@firebase/app-compat":"0.1.24-canary.d38eced3b","@firebase/auth":"0.20.0-canary.d38eced3b","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.d38eced3b","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-/jgpLbwMAN33QVqc7b9VmuBuNMBOg7pJJFqVT9DsNK5sVLrhexzJLPdznqZ9u+QBa3LbP4PSKk8wNcWjicIGTA==","shasum":"57248ecaf0abc49a074f6542c92ddba7776bda75","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.d38eced3b.tgz","fileCount":1471,"unpackedSize":22325545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEP1/hHAVsztK9DeDb8k8J5G7fkn9XiOb15CbzDs95uvAiEA2bcC2cQEUcC49F7xqM0g/2Jl6UTg+txJMMZ6NC6aa+o="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieWzMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqV8A/5ADVXj7lAU/ul34wANvJh/bQ0AU3Z1WcLJx9X7NJJjBnyuKRu\r\nQqDFvNCnH/0BpNCet+SdajKmeZ/6TCI0zit8z+uA7FFh4zoRWEz0ZHiUiY0j\r\nqpz6ZnmzVguCJhRgCMPn6XUNQZ0cJ2lJu4YuGjAeAIWVvXcaJE5l679yiVBj\r\nlvLLn9IIUdZ9XBsALCjUH83j8nNkci/f6FgZTdlPo0tW17NpPQaGMrGuWVAs\r\nALytBQekdn/6WUnhiATIJ2jaEaTEZZpt6ip/gkbGbV6NFqDgjCT7mMPMDXB9\r\nvv4ZlIrIgziuR+CPiPd/G53FoPINGq00Yy2vYKZtX8OL7fOuZCN2YfMNHQzm\r\n7YTa78lrIWxjy1bUY/v1SGmNEubxNrGCPSxLzeJMTbMLG9eyHF2r6g+nk7Q9\r\npLwjULSXD/DQCqKBiSLpztHDab7kFn822wmqlr2QDMyeipPgVT0oWPl9aqNN\r\nDTvoFxO1Y+352jsf4Cmc9hLPFtbox+1p6Iswwt/2JDGkn9TlPuPOx1s0/wcw\r\noorR+exjcJo9t+wcSuTQJCi1PSRk744H+S2541RZG2S+qGtxfk+guW0u9FAE\r\nGH4sI8T/dhAlO2Q8s8jc3UzZsxBHbsed8qWmA0O0VVb/mk8LGUHBr1uRf5Ew\r\nSigeZU8s4HhGvvzLUj6d9BpMcXNdER62qKE=\r\n=UQWp\r\n-----END PGP SIGNATURE-----\r\n","size":4205820},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.d38eced3b_1652124876518_0.6151880551620659"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-09T19:40:49.611Z","contributors":[]},"3.4.9-canary.e15e8952b":{"name":"@firebase/firestore","version":"3.4.9-canary.e15e8952b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.e15e8952b","@firebase/logger":"0.3.2-canary.e15e8952b","@firebase/util":"1.6.0-canary.e15e8952b","@firebase/webchannel-wrapper":"0.6.1-canary.e15e8952b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.23-canary.e15e8952b"},"devDependencies":{"@firebase/app":"0.7.23-canary.e15e8952b","@firebase/app-compat":"0.1.24-canary.e15e8952b","@firebase/auth":"0.20.0-canary.e15e8952b","@rollup/plugin-alias":"3.1.5","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.33","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.57.0","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.e15e8952b","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-wcSMLpsUiPdtx45YD6SUKOh967CBEUEMvHwBYEjx3gcwk6vsg97ASK3dSp2wPLkSE+FNwYlHIl2Y9ZsbGFozww==","shasum":"44d653e96c2e7b27cd2fac3b48ca351fd71df3b1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.e15e8952b.tgz","fileCount":1471,"unpackedSize":22325545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICaM4ncwpKNXCFOy2AFkViLEjJhijffMtIECtyTHngiJAiBKIjYyH3FjFXpezNGUpZC2hm3l4Sdb+dLX0siq71jvBw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieZJiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZ3g//XmgV9GMp1FVm/fKf0pDfnMdTK1Jo9PzkfL4jMt4cCuXDydST\r\nqmKKPUIJXi+fOXmICzK/PVSPbG2hPXa5Kw56R/qHy+vQ8310ZDZ4ePLJaBIO\r\nuGVFyrhKBpYzjkuLzlxPkFH2UYUonMrJVCRNhibTjwiMDAnWH0GTrrFsb6lx\r\nLWbpPMXN/jjsVIYuhpYvRLtffLn2lTnCgePhEdDdVi0OYO1YxP7uzyWMlKcn\r\nVkpjRLo7J6SSoix70dQEzrt8AlkPLDpG+siGK5837xV85DGnrNVWWJUqXEiU\r\nHQ7Bfl92qjhOtb4GcTABmFDEsiRzNHeDhoyYsKWMy83QEvDDN2PRPrTH73n8\r\nHWU/B/wkEB/cTRtZLdegMYj3TJowGEFy22/hkh2nqZIgGYC1vyerj5Fzfv7y\r\nGqj/mAExDdUVNUhIe/BWUGzA5FxVNEbrcU5Ffr5crpwBZpLWiHqkgniidZ9F\r\nJtyudSG1Kf0k4V66+wcgNzjhyDbN687MPYGTtB6KZc9SkfNLyaoWuox5itRe\r\nW/H7/828GvOM8rweCszCVGlfYnAWuZCqZHh7bRPfqDDzjFMCDnqbLgMIL9vY\r\nw3Is16ldkLkEU3w9+GMg3tGWSKWW7AW7hGol+GS8uEmt3kQhOpVIV3EmnpZN\r\nHpJexgtCoB14HNTLXVyvkJyD2VH+XPsuqa0=\r\n=sVyq\r\n-----END PGP SIGNATURE-----\r\n","size":4205839},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.e15e8952b_1652134497569_0.741748814960419"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-09T22:15:46.346Z","contributors":[]},"3.4.9-canary.e5a465401":{"name":"@firebase/firestore","version":"3.4.9-canary.e5a465401","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.e5a465401","@firebase/logger":"0.3.2-canary.e5a465401","@firebase/util":"1.6.0-canary.e5a465401","@firebase/webchannel-wrapper":"0.6.1-canary.e5a465401","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.23-canary.e5a465401"},"devDependencies":{"@firebase/app":"0.7.23-canary.e5a465401","@firebase/app-compat":"0.1.24-canary.e5a465401","@firebase/auth":"0.20.0-canary.e5a465401","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.e5a465401","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-uWvA4CGSFNS0uQGkhQVATta0ieprlGn9wXth/32GLfPu+CQVijKwLIPwQKAoLKUZ6J+adhQLE/TqUt9Gp+HJLA==","shasum":"455d96e315016e78098367ccfbb2241c9012c890","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.e5a465401.tgz","fileCount":1471,"unpackedSize":22551239,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCrVOa283KhIBQ01TDZe7agADT53oD3SzEvThdilurKBQIgOwrc99n5SjakHzZZp/IyFReENSKvVejuhswh053aQxM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiep0OACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqXOA//XsQHg9cjc/g82UNlAGMgHvI2lJKK1JDl0kwp0lfExyZDma1t\r\njhMw11/aNzjw5cvBc/98lXUoKefj8F+8sJQq5sJlVeb+wvpmZIlAoEa2S+fJ\r\nAaZPDcQCn27KV7+wOOQyHC0WgCXn2EKGdRfsL6o79GJYyx6mLe+lFfDgOf6W\r\nt443dnzhFx5zENlJaSQd61xW6MH5hdfKnVyanjPrThfqWqGQ0XRXpHK12rfh\r\nBbI3M2Vq0gDCH3p2wo1PxP2hE5vILkyD1Wz0Ng8+4Qu5cqUvZLsmzUmsZFxL\r\ns16q26Ja8Uv2RslaRePO4D+hegj3nQgjwOUWzoCw9jXb6qacoEyxzzm1qSGS\r\n1iVNY5bE0PWHRkEjALaU0XEo980XCfwhjrtbQ55bA8/obLfN+U0cf1uuSRuV\r\n6G2HHIU0aZDqU+mW6Lurzu0W4HNMwCyO+crUN6JzjMHVyAEwiTnMRIl7Hw1E\r\ndES5+Fqqp0nuZ1el7p5sVyMTqJVZQp9W77eSfV/5WBW4pZ3l4LLBswTmZgBJ\r\nAN9RfKYLtLn8pCo5k76HbFt8Kv+kIn88mpyXCmPTWOMshLphCgKWJXIEYJKO\r\nLmCZXFdTJq8Z8k1gvd/kmS5tIljSa9g+0GGl2VypeTpVITErjoV8UP/8mxFe\r\n8gVHFhTUXTtH+gOvsUl4E7G58j7pIrNwZY0=\r\n=pxSb\r\n-----END PGP SIGNATURE-----\r\n","size":4249852},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.e5a465401_1652202765804_0.2408904061823025"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-10T18:23:44.699Z","contributors":[]},"3.4.9-canary.f43b2b467":{"name":"@firebase/firestore","version":"3.4.9-canary.f43b2b467","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.f43b2b467","@firebase/logger":"0.3.2-canary.f43b2b467","@firebase/util":"1.6.0-canary.f43b2b467","@firebase/webchannel-wrapper":"0.6.1-canary.f43b2b467","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.23-canary.f43b2b467"},"devDependencies":{"@firebase/app":"0.7.23-canary.f43b2b467","@firebase/app-compat":"0.1.24-canary.f43b2b467","@firebase/auth":"0.20.0-canary.f43b2b467","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.f43b2b467","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-ddw7blTtdaERbOa/B88opDOjcuIG2ZsTfaN5YEyqc2urfi9t0buXPxNlmHiuiAZGe8BQV5gWhH7dcC92Ljx/rA==","shasum":"ca9994f390b0e25bd96dfce7fcc0e2e3e719a57b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.f43b2b467.tgz","fileCount":1471,"unpackedSize":22551239,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICXWsrHq+xSo9mcxAHFxQsnS3yJyxya+feAGcPjewxGMAiAh3eOfnIZbC+ysFUgddK4tMmq/6beF3S8oJsNf0ZxDBw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJietLwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJ8RAAlvTt4zW5JfZFdOS5haw4/4h3ec7lhmQJ/bDFnmBIlBcyl4IH\r\nfzJy/2dSRZFz0Csn6ZM6eyXEe9kIXdqPV0TshlHz/gKRF+dA2rJOWRL7c1eU\r\nog491REnCuVue3sc7D2jMqZOzXMhCBwBZxrJuHeLMUvM+C4sd6TIsUFQlhOR\r\nzAk4QzgtxLhrUS1z7Qyshm8/YTx17dvh2spGQbogQTszzVf+j2hdTmh8Qo0r\r\nUNfd9sR10A1pdw89NWHxlystzw9v70DXcrSzrmVcx7TS+LuqsOhuJBo9bjLg\r\nItJZg/OyfIssISgoQjg4J/95FxvT54zFvA9Xu+rKHiRuIfThWzx+WdroZLlF\r\np7uxyfoDUegY4Ng4G1F7e8n+Un1tjU8ktwYUga4xEfozTvpgc3i4Y1gCgrAc\r\nWOcd6QgbIUTE/ZncCkdQ1OqU9bp+55lLy0jC4jstMVeR6w70P/iwNWqI9toX\r\ni8pJBx+FDwjJthLs/ByLVK+1d/8l6QHTacgLgXFXQGVFjVDVpvKIlYvdPoKk\r\ncC7U09Hd9+QEkAKhvlQysATClWemtOItWH46a0xEQKVhQGgtHXLsdwIYquAE\r\n1UYLQyGPSV82Hg+tHy6/TOFTNDYsA/2xI6P9nCZbZfOifoxgjWF0EW146hLC\r\npvOEDPsjvTdtwhxGf9rloGc0Y6IPj3mhB4s=\r\n=mJWb\r\n-----END PGP SIGNATURE-----\r\n","size":4249858},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.f43b2b467_1652216560453_0.9798511550073044"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-10T21:39:31.448Z","contributors":[]},"3.4.9-canary.412ff6e2a":{"name":"@firebase/firestore","version":"3.4.9-canary.412ff6e2a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.412ff6e2a","@firebase/logger":"0.3.2-canary.412ff6e2a","@firebase/util":"1.6.0-canary.412ff6e2a","@firebase/webchannel-wrapper":"0.6.1-canary.412ff6e2a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.24-canary.412ff6e2a"},"devDependencies":{"@firebase/app":"0.7.24-canary.412ff6e2a","@firebase/app-compat":"0.1.25-canary.412ff6e2a","@firebase/auth":"0.20.1-canary.412ff6e2a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.412ff6e2a","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-1hfZVs1GEnrzwJzj2Bf5Wq2b1aWOHaGt7U9ovakhxO8KytgLGvw5N88TrIlx8kKpeK1cwkhDaGsqAPquORpYrQ==","shasum":"fa2ec94e34b7e840ba8e5b36b254bed197a20898","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.412ff6e2a.tgz","fileCount":1471,"unpackedSize":22551239,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC7YsM2MvRfr9ms9L5uZ3FgnEB3lzL+AoQLOX4CFo0n+AIhAJvnJ8xH0FANu/gIxjGn+BQ5sAFAvO2eaA8rpYCodt3H"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJietVlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqbRQ/+IZhToTfF2/i0Eo7qyspzSKquoQKKWHMJ49QJak0ACKGP8KYz\r\nKL23w0xdkfYCmtadDfmKFJ8/Dp/5+b3bU29gGGdVN23zDbU6xWRGeVmA+rT0\r\ncdOFDcIO1Zz9PPI6dajAW9uilEx9cndR8aqNo9ZTPpYgg9GrMrHS/jLik9yt\r\nUBBLzjr4OV4qaOjkHXrsALbxJp0orXfVTHbs0OAuRX/wyYheFNsem+Xr5AjA\r\n72wQcx3k4Jfbz3mCmlKTl3YvANLi4/m+KmikwxDZq0wxZTfunZwCoNuW/W/C\r\num56pxyVfIQ4r/3UTJPglvQ//oMCrN5FyxSWezU6gXsgke4UHXSzVpdbO/C/\r\nIJhDEMCVMzx+mvU9iVRExQtvu4lTFRcDK5Os+4roxy8MxOZ5gEPj7+xdro/B\r\ntNL2XBlufzaEP7/LDCB/j6lpUVh1jwprL7Io25Wa47aYwwtVQrA4E1WGLSiZ\r\n7Gn3segJuDAkCXmw/jJZ0ATEWDtOMMo+uA5x34/cPIVoRDPX4D7JDvCvyF+n\r\nNoxBjhVrttuK7/o1aMQij+CFpbRf6YF0NJeWBbNhFtQOcDVNQJEkXr2NLdp2\r\nBx75rJl/tDlL8JmSOdb24aW+3Opt/Ut/231UPH6XQd0pg+3+Gl/vzTmiuGDP\r\n8d2FexHIfSqlXu5n6OCpAOPxBQjriqd3R+I=\r\n=/Fw9\r\n-----END PGP SIGNATURE-----\r\n","size":4249850},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.412ff6e2a_1652217189252_0.1317895294054765"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-10T21:39:33.790Z","contributors":[]},"3.4.9-canary.8454f41b4":{"name":"@firebase/firestore","version":"3.4.9-canary.8454f41b4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.8454f41b4","@firebase/logger":"0.3.2-canary.8454f41b4","@firebase/util":"1.6.0-canary.8454f41b4","@firebase/webchannel-wrapper":"0.6.1-canary.8454f41b4","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.24-canary.8454f41b4"},"devDependencies":{"@firebase/app":"0.7.24-canary.8454f41b4","@firebase/app-compat":"0.1.25-canary.8454f41b4","@firebase/auth":"0.20.1-canary.8454f41b4","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.8454f41b4","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-bmQgw+bj57pKI/Pi/bUtrs2r9uFJ3zda8LJcYAvVW61I85d5Nrs6OHjHa+O3Fty04CyuLxjAr62G+0lSUjNzIw==","shasum":"7af65c2c2781c7b4348ac84719bdaa5c5f52477f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.8454f41b4.tgz","fileCount":1471,"unpackedSize":22551239,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC8tJgbsGtvzUqhuYHqyppd7SvfWWcW82oCKH2Uc2nAaAIgC4wtvazbplNb5akilH6bzSJAk4ZQ1qP7WG8/TleugU0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJie860ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoWPg/7Btj9L5mfUcTgp9KNN/G0gYeXXHiNgP3VuXa1sTmAS4LOPOjf\r\nzGO2mUUa84pfGEVd+Rvnc8L09oyrEES4xmwt3NToLTYwx87nJYopGIi52vs1\r\nY5CjO6S76CfEGW03GBV/l3YnWcD6kEpETVsQgwwSOvejDuqS50FBvbd5RyXb\r\n73K1A155N/z6/GDuBUGW4wyWsOeVEI+nxCtzCqIJxFoqF8K+fyhNGFKGjwYx\r\n323soO0GYn7HAtjrQf26sQrsLRjImovd2SK28OYj+6IJeGfbT5pNo++pHT1d\r\nxSGVNBOynrsP80+fQkFqjsbSMLZySFZi6kG8mBdJ22A5m8hdD5S/OglweRED\r\n9vBEWfIN+R3eWeA2H6ipyxuSvpv6+hrc6BoclmTxUwVAxCoF+cxT2RAzed+4\r\n0OEAMhy4wvRJD4LCljKi7PuyzVvBUuG0z3lY6TMzApREd8I8OvQM33iGTmWm\r\nVJ3UqnK7Tnes0jzW5YSi83BawOyOE/0a68g4hwhT+YCGYHZ2fXpZV9Ls9Gl3\r\nbc44XYgHkkLnR9VYL2lfAu6Fkg6WnTbeLUfQHUJLsXr//D9SwQD3mzt6/wFV\r\nNE+5jk32SoUSq7y468w3/nTHuFhHuaL8S2U0xDJ2/RP7LmeUIbNOhm771IOE\r\nsLMfXbjUJKkxmOghjTOa9JBvDhCEfJRwyNM=\r\n=Q0+l\r\n-----END PGP SIGNATURE-----\r\n","size":4249858},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.8454f41b4_1652281012505_0.5571261526982878"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-11T16:33:14.210Z","contributors":[]},"3.4.9-canary.aa44d529e":{"name":"@firebase/firestore","version":"3.4.9-canary.aa44d529e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.aa44d529e","@firebase/logger":"0.3.2-canary.aa44d529e","@firebase/util":"1.6.0-canary.aa44d529e","@firebase/webchannel-wrapper":"0.6.1-canary.aa44d529e","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.24-canary.aa44d529e"},"devDependencies":{"@firebase/app":"0.7.24-canary.aa44d529e","@firebase/app-compat":"0.1.25-canary.aa44d529e","@firebase/auth":"0.20.1-canary.aa44d529e","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.aa44d529e","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-k4JKRlqrGqazdQp9Q4D8+uJFNkZpljm9LjP5vn8xVtz8+DS0HnEUQvXiEDywDB87PnGvUVXttewCVyFaeOrrlg==","shasum":"cc9514c56649a2aa643465c2c78087931992cdae","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.aa44d529e.tgz","fileCount":1471,"unpackedSize":22551239,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC0lPsqhj00Zh2z0ItN/0vgCApaMVzxui53Od5pk6GZKgIgKPvu3skT23r2PsB3NuhVVXhBLM+Ux9f+jZfEII5iJKc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJie+eSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpYrQ//c5lS1AkqZ39dIZ3zDAouOScpu2ciZJGR/K3GGrPxCCxbg9T6\r\nhSTpwyKYYeAaHVMTFgGFIJXaznQeGc0HKDKrnYRImOkrItS5Oe29v/8NgOHa\r\njATe5aPktAaDe6YXI2CuoSa6k72TZ2U9IIweTXD8afLgoc/AgXoUhLXfmnjT\r\nz/JCLwUjpDmhDFyss7P5Q34saOeNvibfCCsnBqdGnAQIY+cDyNTHGFItcktY\r\njKX1+sM9HCXM7SUkeKbPTOim1GOXTG+P3Jal+Xmmhp79yeCi2c3xq/K+UUhA\r\np+QOFcbXJjBwH9kzXjt6GJBkul6J43gvx/6c72sEybXf/uFAdjTN187t6vkz\r\n5WpBSwmPxuCHo2Hkg7gnljPjdj9mbbk+zf1pO16lwJ/V0Cl5fzG+POdakM3z\r\nPIgEy8+ttS8s5Q1NSpKTeTOpK62ppeMyyth07gENuQ3h49TNOmW00bOnco4E\r\noHIejIvXhxZmnp3CruPPKOvvLQcQp+GNNrOf7jajW3zetPyzvp3X9xsgpYsi\r\nBYWLtRS6aXG8zg8RzfpDDfdvb2ZP4bRZA8CbCUwzN5yK+ICljP4q4q0Yu4c5\r\nimbyD9LjyBQ0HNEa9UhCn85Kc7I7h4OaEVi9faHLHac5T7kHl9bznyBVWmaz\r\ngP7tEqLGhI+UMxWuJrs5pidJtmkzU+hUb+A=\r\n=Ju7Y\r\n-----END PGP SIGNATURE-----\r\n","size":4249842},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.aa44d529e_1652287377979_0.11564950899853321"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-11T17:33:37.186Z","contributors":[]},"3.4.9-canary.c424340aa":{"name":"@firebase/firestore","version":"3.4.9-canary.c424340aa","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.c424340aa","@firebase/logger":"0.3.2-canary.c424340aa","@firebase/util":"1.6.0-canary.c424340aa","@firebase/webchannel-wrapper":"0.6.1-canary.c424340aa","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.24-canary.c424340aa"},"devDependencies":{"@firebase/app":"0.7.24-canary.c424340aa","@firebase/app-compat":"0.1.25-canary.c424340aa","@firebase/auth":"0.20.1-canary.c424340aa","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.28.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.c424340aa","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-+GXPf8qX0buS5Z56d4uztfYplxrcD4xphWmaJ79Q5eTJ4DJKq9v9yEqnDxN5zxIM64RlzKFQx6s3eYWzcYu0Dw==","shasum":"3a4b0ff6c7a0aa614e789930e70289919d7369f3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.c424340aa.tgz","fileCount":1471,"unpackedSize":22551239,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDZIBkqg5AL7poEkxv4b2E6gUIEyK3eINABSQHQjj73rAiEAptKQc5+RfAO2LENFje5aCBC0sMMqud4idUQs1owJXTA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifEAyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpl7Q//Y7b57rkVjFPyXT7uBgDhgqKMvd0bD3FVgnjV6jebggOmuvug\r\nLqmQq2WFzmN/77XDfj2WySOjkGz6o+xe87ZFICp0KcLhNj2uvHdrpkkeAYPv\r\nZYletBUXLUqchhwsNlRdgGOqYLh86lLjrFbbjsTOCdVVOQwyLNxCBGW4HE3p\r\nATIJ2QGDxzLBhHrwePlWqSsY23Ag8yXstyusT/bchqwDEIIAIooR789yvvKQ\r\n8w0wVv0+Phdt/4F2uLxOVODVQXCmU6dx0k8NUmhUaN4IctGkZbEEMwPHz0Ex\r\ncdUfr9ES4GF7y9lgUTOzVTLdmxnYA1egt42TB271rTZ9HodRon+yTM+cMccf\r\neK2moBLPs0tKmscish0E/jGEK2oMEsB+p2szdjLrzkqIZEwHZx8HhoKCpycE\r\n3C7TuJl+np3sy6av/bO+iRQMsRaFlamrGtxJWlS3zGfgu4IocsjLOJc4FuVK\r\nD5zN7Jp+Abe+v8jd49Bi9+cHyvN5ci4kkIbOCUVkv30XCBsdQdEoBQOlnGA9\r\n2j94dyLnaJI3C6UnJ3KNBLG1ehkyMz7J62EOp2R27oC7H5ZsxcL/kMoWxmQG\r\n9bfQ2iI+f/htfaCfeHJxMnnbB35Ayr5Ldfc94h4d2VPcvwE8WPalv4WVZ0YK\r\nzsxJ1An78+4AJsXYspxQnph5aXSPczM4DJg=\r\n=Z+ps\r\n-----END PGP SIGNATURE-----\r\n","size":4249851},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.c424340aa_1652310066693_0.2764809009624518"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-11T23:12:56.111Z","contributors":[]},"3.4.9-canary.1a06d5d60":{"name":"@firebase/firestore","version":"3.4.9-canary.1a06d5d60","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.1a06d5d60","@firebase/logger":"0.3.2-canary.1a06d5d60","@firebase/util":"1.6.0-canary.1a06d5d60","@firebase/webchannel-wrapper":"0.6.1-canary.1a06d5d60","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.24-canary.1a06d5d60"},"devDependencies":{"@firebase/app":"0.7.24-canary.1a06d5d60","@firebase/app-compat":"0.1.25-canary.1a06d5d60","@firebase/auth":"0.20.1-canary.1a06d5d60","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.1a06d5d60","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Vwro+B0EvI5Ra5NEIiI+OL3wLREVYbzv9Co3Q1wceGZRaHTt++6zy2Stg2y+nHd/1kKwhysACtB2C7Anh1fGYw==","shasum":"5133ed16cb47bc5be6a76eba6a142b666e07f5d1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.1a06d5d60.tgz","fileCount":1471,"unpackedSize":22551239,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZLcW1JyXoDJ3VLOl3vhuI2GF0qZc55LCP36VZ60PSSwIhAIpO8rWlgCx5dAi9lS1S3EpDfMmr8xsLQcXV89GTqLiR"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifplMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoURxAAjtHemQp5ISlbrGGoOBmwHST1ORsYcEtrARTV28TH/d8CUMTs\r\nq32izdDemnYkWa2nWshpEFy69jnJ9QiYljO3ujab1Z9OEgkcrxCiDzS85AoY\r\nzbzesrnopGNXbMftd2tndPDA43Up6wcYivbt7iNYvsdZDXIJZiACT5ZJO+mt\r\n8t9oyaTE2vZPSJPjqi1gsI/kw6UOOSAyh18v/i0kP3VzXrJJADFWrGCicsc5\r\n+H8mVxgdFH/9tZd0lf0VjFLEs2omwbZCic6vdIxr74ktSUxzbw3yS8x8flfq\r\nhe+1YjCz605YFa12Hw5ru+dbfugiU1XVgXXZXIDpZGxiWYIKT32Z57D5ivHM\r\nfJEFNd/xsZtDKP40ixWYmTUldFEYH6ivvYv3uGSvqeKNpqTl0t5Rg9FWk11P\r\ngjusBUzug9IpHf23Laoqf9kItxeiZgoDMmSYNtenIsemUiIxaESA9MZOnTdw\r\ndqDEwgnPC8e7RgmrG85WQr1NQ9pUqiBhSBygfzxIdF/abxXwBHYeGWbsvUev\r\nx5UfI0CtbTcn1VTDLNu/26uNDhuBn5aB8dzNkV4WuQXCQJSxvUvkHBZytht+\r\nEHy4/lE/EQS7ednP97YV6mOj59CLPdVPYmCWmf6LxUYpXsnSbYh5KhytGSgy\r\nMGmxFJqZStGQJsJ7eW1eTb5HAb6LGX1o264=\r\n=WXPS\r\n-----END PGP SIGNATURE-----\r\n","size":4249851},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.1a06d5d60_1652463947961_0.6856534532493308"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-13T18:00:09.761Z","contributors":[]},"3.4.9-canary.259389ae5":{"name":"@firebase/firestore","version":"3.4.9-canary.259389ae5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.259389ae5","@firebase/logger":"0.3.2-canary.259389ae5","@firebase/util":"1.6.0-canary.259389ae5","@firebase/webchannel-wrapper":"0.6.1-canary.259389ae5","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.24-canary.259389ae5"},"devDependencies":{"@firebase/app":"0.7.24-canary.259389ae5","@firebase/app-compat":"0.1.25-canary.259389ae5","@firebase/auth":"0.20.1-canary.259389ae5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.259389ae5","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Oj4wRDGYq3p6mg8J9upy+nXlE1g0cb8D+GJOiKyGAuf8rExc+mKqBMnqxq5LAon8Qd7dyIx/mPjGlWJEU5XeAw==","shasum":"b183136a69fbdb3e11b8b71adf4326590f8d50fb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.259389ae5.tgz","fileCount":1475,"unpackedSize":23103381,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAXPcLTWHBmAKE9YpI4TU6+Kv5WaLCDLr4rco2ksqOGKAiBkfCfoH6fJjQ+7ao6XSR7gmdW6FqiDC8qkw/GH6ncgaA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihoDLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpS+w/+OCJa5TQylr+H0DY6CKwNFl3IckNU8Iey3Gzo5GKCwv/YjaIr\r\nrFAALj3P09dS6MS29cPN6VQt8Bnqk39W95yDSI6pC4lfBMZOJA2ac5dWkScR\r\ndbysqn33p+WNlqC/a+aqu3OHriY1ufgrdl+aZsiTWP9f1VmF1k+LdxAZb8qU\r\npgFbinrbqxjMbVXS39yylG6MQFzOYvQus+hv7pU2gNooNeFZrZi2NtZA6Ihq\r\norEy3xpQwb85v0sYTZRDbj4auUCwrlKS1E3e0HRiXXS+nY9x1aVJPB+XAZfJ\r\nFlfQntMNjGljDxuaugWTuJkTi/PPMuzRyd1DS4C+nrLiX1zM1sQAqSpNYaMt\r\nTxtUiVz1yH6iQwDZY4QQUl3F8bEQ44z1uJXyDhGAymyRNg+4MEwxgCTyzQmJ\r\nq0IzvWP+AlR55KXeD0b0iCjd30TyfqvHjmWbDKbP7w8nPvBVIj6wVNFxZ0XI\r\nMhb2Bf+46LGRz1eWMMoB+CEzA2T/avVN2PE1v8sxeEYZyG947NRjRA0yKQCu\r\nv3Xn6q1NunByqVEOhHnOmIfh2Xq2M4Ru2VsOl2duNCkJBkUfiiKjd82a1vax\r\nCcBXp96ZH2rGZg7+yQWN8RWtB5gYTXejKN+Mpi5jJ9G6W3svojbfBqY/T2Ho\r\ncHGFuycpCPeBYBysyQ+QvJdeLPyN0Z89muY=\r\n=y46b\r\n-----END PGP SIGNATURE-----\r\n","size":4352735},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.259389ae5_1652981962958_0.42719229222913047"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-19T17:47:13.874Z","contributors":[]},"3.4.9-canary.5d5d6ec86":{"name":"@firebase/firestore","version":"3.4.9-canary.5d5d6ec86","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.5d5d6ec86","@firebase/logger":"0.3.2-canary.5d5d6ec86","@firebase/util":"1.6.0-canary.5d5d6ec86","@firebase/webchannel-wrapper":"0.6.1-canary.5d5d6ec86","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.24-canary.5d5d6ec86"},"devDependencies":{"@firebase/app":"0.7.24-canary.5d5d6ec86","@firebase/app-compat":"0.1.25-canary.5d5d6ec86","@firebase/auth":"0.20.1-canary.5d5d6ec86","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.5d5d6ec86","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-jyfDti/MYivBlws2xhAbJyVTImB1BhnXbsGCqZzio4ZMqh4Q40seypVsPwsr+WRAoTc7sORFNiKYecj+sZi+6g==","shasum":"92c03c68e17b696cb0a7398077bee1b08bcc58fb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.5d5d6ec86.tgz","fileCount":1475,"unpackedSize":23103381,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG0DF/Z6Lj+Kk3mRqljKnC3x7f4aqhQi/hYlKI2XAL8hAiEAxVNLrifDz+KrJx0AulBLmWYKDSOxiLfP+oE4tltVqTM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJih8eKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr90Q/+N21AEPsNOoIuPSFJsI84C3NSFmf5SAnUcHXVjlPiaip5AyjJ\r\nDUzm0GSS4tlsBWr/cLUvmS4CUbT05LeK7SdBYZnOCCdzS2cdoD/nRmXRvriu\r\nf7+qcYtGtnD1lg4kJUgCindgFJsSGFso7rmdzHXeOnWHxM9z8HXTEulmMjYu\r\n7pkuej66QZqhFGLoHsXApSqLwKJdJwTk1t5Ad1WXN9xS0TrDZ9SQpDwM9Vcg\r\n4wUDjkf84M84lqAq5OgrxnSjSY9sPVonmrz2JIQWnWgcPOtMcP4+0HPymhVO\r\nppK/A3of8LstBwbjsFwIgxzmFeDZmHBOO1fwx+vl7TLwpxFH4PwOOwD2EeSU\r\nX6Iz3iGjbPQEqWsdaFSCWa+J3XeiBhFpBperZmOINZz6KqOylyFv+GVmy6Yc\r\ne/6OAea7BQNUiagWVRZTRVC1NR+/VaI404bJZnUiuR+DOEMMbx0aZU80eHh2\r\nLTWpBdB4YI3Pf8Mckrv/89mekaMP8OuUKe5hg5XTqzAdqADIxAHj+Ahpskc7\r\n36ndskF7LivNEywnYDnQbJRqXArDlab+lR5YLA2c/4bpjzq1SEQKilOlkWhL\r\nYttdjG+QEdk9ixrHQ1q9NX/lACe+LtIQlYcD8X0u9xb1DXURjh7p4gOpSaw6\r\nQHY/BVMk1RPiguDj9QBeGbtWlqex42unAOI=\r\n=qPFt\r\n-----END PGP SIGNATURE-----\r\n","size":4352727},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.5d5d6ec86_1653065610154_0.9010723900764734"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-20T16:58:47.422Z","contributors":[]},"3.4.9-canary.b6196d28c":{"name":"@firebase/firestore","version":"3.4.9-canary.b6196d28c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.b6196d28c","@firebase/logger":"0.3.2-canary.b6196d28c","@firebase/util":"1.6.0-canary.b6196d28c","@firebase/webchannel-wrapper":"0.6.1-canary.b6196d28c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.24-canary.b6196d28c"},"devDependencies":{"@firebase/app":"0.7.24-canary.b6196d28c","@firebase/app-compat":"0.1.25-canary.b6196d28c","@firebase/auth":"0.20.1-canary.b6196d28c","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.b6196d28c","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-ylT4939rRrsw3SglRuwy55QvOt2fa3/F+eA6il6Z97OuQVUDXPuiXF7rOGgLGj0lAASEPHQpHiGR32MbZAefog==","shasum":"d74e64b5d95ec633639681d83a74dea32e69cd15","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.b6196d28c.tgz","fileCount":1475,"unpackedSize":23103381,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFmVExPoYSw7G7PhK6D0cBKaMWFPD6L49darCpclqo97AiAUrKMP+PT3zrmNqmeb54HdVHT7l6mCAzZ4qnCtBuKwkA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJii9gQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrAUA/9FKx6cNnW0AuLF7/tmuNu8KhRfsUKyClbaqu3b49+IEopzpXu\r\nAw2XIzUMaYQ9MLEVdeMfxw1CrF2xThJX6UzLb2z6uc92JjrMTFRcmsexy3My\r\nPy5M22UtGSRvjCYrMPalqRoid38c/EtiNDh1MhI591w5S6xH5G7A5hz09alT\r\nLs5O8NNB2Fj30pMAp+lv/+91eJnFtogMEiKkm+QvAUX6FkzV0m7SgISYo5ri\r\njfs0ry5VbvvtDxZbGtfmJmasiZ4kER5dOIEgqDVZeugAOrtnKTb5opZXz4CB\r\ng1cZPZyC7r14TVU/aAUQaHWN9NlkNmV9CqKz7zd6We0OBx6G8O5RSPwp+SsG\r\nN7BZTn5TLMsh4/0tNJdDT87hjGODPFXGCxYgfWbpqIyViFpYzwoxM6lTrTuG\r\nRv77UgZhN7AnX/iYcWw/xu/X5j+Pf4/kZkN0WrcRSABk9PBAtdvw+etgy2P/\r\nppbQo0JgpiLwGVJU7nAbBx8RFtzluNXK/d95uxxKhgWuEmKNxSFsIuwrjWA1\r\n8vjBML/kHyem2cVdqrlp3PUINXZhG5+wHjiYYHEbH6kkNUOvtL2cQ1gz7P7S\r\nz1Rzurz2zJMlHOzLhM16EI4L+vbITtaGnh71HO6AvPyp/4llhN+bRikwO5E6\r\nOFa0bo7FC+w3wdM6CsGQOkFSmlIabzXQQik=\r\n=sYVE\r\n-----END PGP SIGNATURE-----\r\n","size":4352738},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.b6196d28c_1653331984664_0.44895950004999197"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-23T19:11:31.170Z","contributors":[]},"3.4.9-canary.11d37eddc":{"name":"@firebase/firestore","version":"3.4.9-canary.11d37eddc","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.11d37eddc","@firebase/logger":"0.3.2-canary.11d37eddc","@firebase/util":"1.6.0-canary.11d37eddc","@firebase/webchannel-wrapper":"0.6.1-canary.11d37eddc","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.24-canary.11d37eddc"},"devDependencies":{"@firebase/app":"0.7.24-canary.11d37eddc","@firebase/app-compat":"0.1.25-canary.11d37eddc","@firebase/auth":"0.20.1-canary.11d37eddc","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.11d37eddc","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-gARSF9DthzOVACKsGpPtP1wSoJYfviTFG4dW+uTC0BNDRwZ+SB5PFxy1X5quf/i05Uv1oLNUowNpg+Gnh2aeQg==","shasum":"b69d232fd3522880a5c87b5b1f713922e7daf475","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.11d37eddc.tgz","fileCount":1475,"unpackedSize":23103381,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDei2sDYILz+1qB1dAVhHubJto6mUWGJEJKWeI1B1U6TAiBk0qgue+4BPKxDS5bewm+qcYonZ5FkDL8p4W87rbMIqQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJii9/KACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrg5A//aHIKltJwysba7WkXMqToMj4LlowJbVdZbT30sp7H9Z/PdTBu\r\nlrIhFwgRU3L15j2HJDIXTlMXpFbB4VuWFSThhmElyElqHeKnhHvWvabaKdAP\r\nPQJt9zHv4izbAwfIV60GNk53iIXu5r7UDwF7NTVgawB8bbyG5gunDmcEhot2\r\nOXHfE8wOPiaVT9yIPAFEuq9Og0Qa6Rt5VMc1u9z22cof3QUGgzNv0GNVG6CA\r\nfzyH0GwK42/dHuUBwndYa3aV7hgmeYgOs5loHpOKtiWPpryaXEhw3Qsak7e3\r\n7P9HeCFOIttDrlVEyycuKCfz5L3HUnjIVQ68u3U0OXkqlvE6k0LpBNNhXALw\r\nF9eMwzL1enVLWJ3CcTKJg+jCNmTVFFiWn0sPgJsdSeQSPxQFKNqYIqFtYGdS\r\n0Ib/+sP0E+xz9P8dnvlfZww9j632Jc20PLdAPzV8NpgJfno/s77ExXFZ6Lp/\r\nr6GLureM2AZK6m2zREBevf9sCBJ+qrE4IlHkNT7UfGhl+67y+EPE7OEX4Uhp\r\nCg+rEXApAL71YsvsTiTplUXBLqwQLs/CGPBp/26V+A6cyNj6ZtRDlib5SwEm\r\nHAl7DwdyQKSpHwdPCnFGYE+w8vlQ8ktW60cmzLG6QfJdbWWU6lpA1sbdsM2n\r\nvHrjxfAnJxKoHvAN1KucDpSqy1uzoL3X3g0=\r\n=725G\r\n-----END PGP SIGNATURE-----\r\n","size":4352719},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.11d37eddc_1653333961942_0.4041222410293468"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-23T19:48:42.171Z","contributors":[]},"3.4.9-canary.dbf623ffe":{"name":"@firebase/firestore","version":"3.4.9-canary.dbf623ffe","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.dbf623ffe","@firebase/logger":"0.3.2-canary.dbf623ffe","@firebase/util":"1.6.0-canary.dbf623ffe","@firebase/webchannel-wrapper":"0.6.1-canary.dbf623ffe","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.24-canary.dbf623ffe"},"devDependencies":{"@firebase/app":"0.7.24-canary.dbf623ffe","@firebase/app-compat":"0.1.25-canary.dbf623ffe","@firebase/auth":"0.20.1-canary.dbf623ffe","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.dbf623ffe","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-jeme2sPLIQbzZIQAkfBbinwaI6o5B1itCRahzyDJ8OGlCbSM8GrflNZnEB6QXQE3S2Wn4FtIRgwSEpTVhj3kfw==","shasum":"88f4e1629a000616cd9ec71993f8e80a7c10015d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.dbf623ffe.tgz","fileCount":1475,"unpackedSize":23103381,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD5UtP0xhTAwFBMBzbQnH3i+UOR32tpFnQiisxoThcTLAIgIbvkihqu14okz+0S/JGjgnuXJzZh3MDh+gYcEeA8D7w="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJii/qsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmow8g//QXp0vpDt+WziTihCqvuWKgpGiY9ahFMxwvtVYkUR02FZPfqJ\r\ncjaQjuKWtyU6YnEi5JGg60NmYXoP4gpw8Z066GXkW0D0OG7tG5JTU6Tydmow\r\nhFEAATj9F+70zVhK9+vOV6qcXGMa6KDPTRWa34BF1OH+wuBIfxbT6QAZexWX\r\nAA7NcKfSA+0ojAPgboVtgkI8y9Fz54uwas6raQKGNqF86k7O1qGTQ09SV7DV\r\nmnVBAjkKaOWfDIHSEfWi8YsYv+lsEN0n96iT+mFj9vfXmnf7gJI2awMQwJ+x\r\nzPRPkAGtgWAppkWyw5otryEiXCgXaEoK3HTSAwYwMlwbV7KyC7HPKx380M+4\r\neIA8XPDK5ueRFQ1Xypydn96HjjppNZQ9XXMfSVTFtub5VsXtrMXi3D86RtnP\r\nGUxomUhkVAQo9xoOC0EwL3NN84JPWZgiGXxIfZ8CrwUHtk2PW1wdX1VKCyFI\r\nSkTgTd/4JD4foWPZTVCOHaoJmsqRkq2eg1KnjRPHYbVkiF/MwGQr1bd0G6A9\r\nNTbiGPksKU6ByyokLV1pf0cwHy6IjRdw8euBVHZecJFBqevWp4eJzUnH/W1l\r\n9bm3hv1cN5o6dDZNPHp6BCOmN4yLCoJYO5/533Kez3y71LOuReN9t+w6GWur\r\nY9vVC6u89Lr/3tnR8FWw2Sq8fYfir1+UNAY=\r\n=oknX\r\n-----END PGP SIGNATURE-----\r\n","size":4352725},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.dbf623ffe_1653340843838_0.1664071202786659"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-23T21:21:26.511Z","contributors":[]},"3.4.9-canary.af7a1820a":{"name":"@firebase/firestore","version":"3.4.9-canary.af7a1820a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.af7a1820a","@firebase/logger":"0.3.2-canary.af7a1820a","@firebase/util":"1.6.0-canary.af7a1820a","@firebase/webchannel-wrapper":"0.6.1-canary.af7a1820a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.24-canary.af7a1820a"},"devDependencies":{"@firebase/app":"0.7.24-canary.af7a1820a","@firebase/app-compat":"0.1.25-canary.af7a1820a","@firebase/auth":"0.20.1-canary.af7a1820a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.af7a1820a","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-qKlZBwgJs637ReQmPuMkskA91S6OoHGQ5bD3dmOnnCNpeoct8ZmrZwGxyXNopro0Ijp44Gv8bBLMiXhaeWS2Kg==","shasum":"a3cd5abdc5662040de6c88cc602ec13a6dbdba19","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.af7a1820a.tgz","fileCount":1475,"unpackedSize":23103381,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICQlEqWTU0cq3SsBEDYInmP86vJoGtHWmHARqrqXv0XlAiEA5zBxykR6cE7nf3GIHdR/pu/54bMwShkahiAMNPrpQS4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijAxVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp6PQ//VglOShFpIqe1ykC7+Ombh1Q5jszIHbkO39WHdF/Qk4jOBSbi\r\nadzCfTaCIiCeHx1jYigm3PXvz3Ibos3aDTnh56NEW0vh2aihJUaSP4mRQUUH\r\nEbpkLAtfxE3b0Hj+Tw7EBkczxVxbhBJ7sB5Y1adIiIWq2B4HvN4f2Utixby8\r\nca8FntUiq7Xaaiqgu+lweUGjo7LknRpO5rZOuFwpgMXtXvaZ1CRy0f2Zf6cL\r\nbza9Dn24kI1AaQyZ64VoEYKcj5cpBwVqx1e83jTio1U1/2o6aub//LrVcov5\r\nHAXi43Z8j7oZ1NazRriMRd/RjqVtUCbV0M9pGqCFqPx4AUnePLzMFTI/P58g\r\nKou0r72M+kpHFPT89qu+2moH4at0XRn8n/QaHDBIOQ19q56F3ghH+GsbY8YK\r\nSwF6YieY3Yy4BI3KuhQg1nZN8InImAg33sD4aNU3/7mLshSr4l839NFWEYcf\r\n/me60HXz+9S3eMs8P85EHQODmkdTkSN4tEEBgHbUlwLscMt79WVfn8e2xLwj\r\nlqQBCFApxpVKPxO2z4HTpTpJyuX3EYo6/Zn7zvBUSeNXtVnlRekjz7L6CtIL\r\nCGfX+TyDhZ+gCSly26y29sBhcEbVNZqTRXDanh9DC5XLkXNyJXATI+EMwyUh\r\nn4qxXQaR9fTjIbFLyyIP03w/Miy6px9LrK8=\r\n=ppLE\r\n-----END PGP SIGNATURE-----\r\n","size":4352719},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.af7a1820a_1653345364779_0.5779182822777391"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-23T22:39:59.016Z","contributors":[]},"3.4.9-canary.36dbcc306":{"name":"@firebase/firestore","version":"3.4.9-canary.36dbcc306","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.36dbcc306","@firebase/logger":"0.3.2-canary.36dbcc306","@firebase/util":"1.6.0-canary.36dbcc306","@firebase/webchannel-wrapper":"0.6.1-canary.36dbcc306","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.24-canary.36dbcc306"},"devDependencies":{"@firebase/app":"0.7.24-canary.36dbcc306","@firebase/app-compat":"0.1.25-canary.36dbcc306","@firebase/auth":"0.20.1-canary.36dbcc306","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.36dbcc306","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-aVIQPeee6vsfOEc7CpnPSkiKIsDfMYwFlqtH708/MRHgwVBWiHW5vvsIpTr++Aqs+GmTHKobNayjemjHlXNHcA==","shasum":"aea8fe8714a17a793e8945dddbee7ee50f419204","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.36dbcc306.tgz","fileCount":1475,"unpackedSize":23103381,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCW/AKhI+vGstXg6+RSjB57WAx8W98/IJEYvrLosvRIYAIhAK1sy6+CYQ4eAcabYQIsDk3nep6LHWLlQvSH8xajVuK3"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijR8xACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoNVQ//WL25ZS9x/B6jzAq9tPBI8gFX8LLE+ATz9hOTTYSi32xgM9p+\r\nmQu0br2YIwHgcgOfrhBA6orjdOZ9ZgnuMRiGkGMpCqkaDvzCfXhM/wG1s+tY\r\n2R5l3ujUK8myewm7KMqBu8c/JSN0zLCWxlRTjzXXWM+sIZgLLV6J6G2lfuy3\r\nksc13qjAKGmcvN/K0kgc3ARmMphs48KMEGtS+O4BOaqvtUmp0WVENIgcB3pf\r\n5rqedu8hQcDMG6EWBmy5ST98AZ5Mf8FC9slOoLpzuV2qKtKTHzdYZAkQe8gY\r\nQ5dIxTgRa+iM1SUrUsrYjl/KrC/CYUvm1lGjhm222hzAzlptniwYBv+8fG57\r\nPLQnFHekWfpBDDr+sndkQsnvW3BuLY0102AMqYXR+SpUevgp7nPQcFwR38HR\r\ntcOtuywOuo2e5hYZ8JSrXtqynXK7ox9AdjwJqflRpbv8Rbt7tbNlaYuo/+HY\r\nZ+mPMKGOS3FFlbbSZyLE790x23CGAxB9aI6E51Ppsj0sB7BUz5iY2KeJNAwM\r\nNSHTmgG+P+i5E825uPUzLqgs+jyBuwKBP3A+Cf5EyS0D3Z6AiLMQL7kR/39D\r\nAyJuUD2jnu3ws4TIUY/SEgJCQ3SrKF4NMz+OWMHuwiJAwhAgDAs7+D+5472a\r\nZYss78PoB7y4ch6N8mQUwUkfHqNuZv6VKOI=\r\n=iWht\r\n-----END PGP SIGNATURE-----\r\n","size":4352727},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.36dbcc306_1653415728976_0.28071349063182094"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-24T19:02:32.132Z","contributors":[]},"3.4.9-canary.4559c51b8":{"name":"@firebase/firestore","version":"3.4.9-canary.4559c51b8","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.4559c51b8","@firebase/logger":"0.3.2-canary.4559c51b8","@firebase/util":"1.6.0-canary.4559c51b8","@firebase/webchannel-wrapper":"0.6.1-canary.4559c51b8","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.24-canary.4559c51b8"},"devDependencies":{"@firebase/app":"0.7.24-canary.4559c51b8","@firebase/app-compat":"0.1.25-canary.4559c51b8","@firebase/auth":"0.20.1-canary.4559c51b8","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.4559c51b8","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Dgll+sfscQZmS4S51+eAg9xwZoI4lpoqaho3hT6K0HPExoe6oTIVKtrFE8PNBvRH6hKlA+gQgUCxWKDlQNlJjA==","shasum":"c66ff05c6c47db656f319bf5626dd79a610004f3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.4559c51b8.tgz","fileCount":1475,"unpackedSize":23103381,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCaFZIeKzUI7KKx19BeqYjYrLN98ETjM7XYzFmR9Kc8TwIgQly9ySfIngUQgR21MVfjqB9v752ovbKMvisz8Qpo1zo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijTEtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBDRAAhTPlDxvQNz2ziOXEEYlpoPpJnliUZjOpHymi9R+Ho+HFkdrk\r\nZj9NAklwxtTym58LNFy5awqvwlTPAmalik9RqAu3MROgUPsxpGwYP7kaudGX\r\nM/ycK7CvWgONFx2KQFuAS1rcgI0gdAoEaV+6SdDRGhAw4wv9iiMXH58z+4y/\r\nQnPdIlZF4edMzgBlfr7fW7NDa4ZmctsOnm2D7RlvzIUXX2tx7qLgojsSvBsS\r\nz1FLopJIaMCHUwVpWbzKtAYiHmZHoBwl6uuReoVu4Z4F1nG9EmqkUxJQGJNv\r\nnvLv91ZtP/9zqAqbTWKUweMj5wMp3tGoA+vVl+RzsbITxpKfWlF0uYV6mR4V\r\nQgegtaEDtZATrQ6c7GwulKBwJCd5YL1EEP/yPI5GNYbRfJeTVTw0EQfSFXJC\r\nSuvn4Q4ZbBfPO8xekuKLQ8LGt8R0IjjWeO18gZvt3S0VRhL8Rox/1KqXliHs\r\n3wxJR1OIAD5aE7mWtP5N8JAUQ/pdCcepckuBYs7nrANgvtGyfkrrdeuReTjx\r\nQ9Craqb3pKjkl4+WZL90AmjRKV097BYSZ8TKMMKuACnwIG9cAYjVxSZ6MLp0\r\n71Iv5Hc4C+iwSHtirKVeEn4ronHxB+/isxGwSqZ89PXVV4F0yfSf0fr+rNld\r\niW4F3Y1t32pV/7222C+I2GPvvaZNeDZRQUM=\r\n=YeHx\r\n-----END PGP SIGNATURE-----\r\n","size":4352736},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.4559c51b8_1653420333516_0.9891867872431819"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-24T20:04:48.195Z","contributors":[]},"3.4.9-canary.71d521627":{"name":"@firebase/firestore","version":"3.4.9-canary.71d521627","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.71d521627","@firebase/logger":"0.3.2-canary.71d521627","@firebase/util":"1.6.0-canary.71d521627","@firebase/webchannel-wrapper":"0.6.1-canary.71d521627","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.24-canary.71d521627"},"devDependencies":{"@firebase/app":"0.7.24-canary.71d521627","@firebase/app-compat":"0.1.25-canary.71d521627","@firebase/auth":"0.20.1-canary.71d521627","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.71d521627","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-7whDc53e2q2skijfeHgTymF8stVjEgiQYWpFQYlq5N3/7CVNt6EDC2UbPHAdVKGtgNatJI4u0ZmTZe6E3dtJ3w==","shasum":"d7f56fae6c87690f62c67754e18ef1e5d94a4a40","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.71d521627.tgz","fileCount":1475,"unpackedSize":23103381,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBKT0BQag0F94Fiyi2iY0jXtGJ1D/Im8SD4GPlc+teHnAiBLmh6AiNfUY2y8A0Zaw8c93MjlRrQHS/bz1URU41/D1g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijnlUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpDjhAAopYtLoFHLBBiPHyvJseYWuj6hlIe6croKCD+C4eBmcE0UdBZ\r\n2r314y93CAG3Vq3jOebTxskEWtXNxQtzx6BzXbia1DA+R1rdrs7oK7/Wzb8R\r\ndFFJdpYkR0r33phwsfBJliT/ulIgEcl2MQmDmR1M5JUopgBp+8HjMgefyCe2\r\ne8xvP4YkZapciF09LGSrVnY8p+aiKqemGZtso82krwTjg1CkdzM82RW3n47V\r\n3QqBEIk72HStzdg9QD92zFvDa4yHKMDSAiybyHCpPu8DA+ZD/0J07fBp/LP4\r\nZC8+8gHflCZUtFKoqcG52XtoGS2Hm4lZEd9f8wsGPFiLL5p/L/MF+A0i21/N\r\n2g19nUipU6xxjov/5xQ8lCLcZkgUFJQxjPN9LyPg8gbN/nU/o+0jo56BYQNB\r\nzG4uBVYIpZ4jSrnsCVODXO4r8V0T7KRulFJY9dl6UG3HomGbIHB6ZjPbKjqr\r\nQmL4Mwwp7cUyi5J7uiUFHDtZ5/aUpXon6jPav3OLywLShOEOLio1xdCVfz/C\r\nfCFPrVuTaPih+vETE+fka73DVx0r/p5CBzRlkvgatt9NFFRuBbw64QkweAEP\r\nfz7ybD9T7tsc4o8cBw/+ApMiOCMYb0QbcOMfz7O3Tv8D+B9DgO2CA4KuSQHZ\r\n+RpTaalUGwlUUb258Rd3jE7vLAtZDSljWls=\r\n=R089\r\n-----END PGP SIGNATURE-----\r\n","size":4352734},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.71d521627_1653504340077_0.12626221906559731"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-25T18:58:44.461Z","contributors":[]},"3.4.9-canary.88517b591":{"name":"@firebase/firestore","version":"3.4.9-canary.88517b591","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.88517b591","@firebase/logger":"0.3.2-canary.88517b591","@firebase/util":"1.6.0-canary.88517b591","@firebase/webchannel-wrapper":"0.6.1-canary.88517b591","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.24-canary.88517b591"},"devDependencies":{"@firebase/app":"0.7.24-canary.88517b591","@firebase/app-compat":"0.1.25-canary.88517b591","@firebase/auth":"0.20.1-canary.88517b591","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.88517b591","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Y0quYlciBV9T9rZyAx66aAzdR0brbKZMT8RDwFUefbALbPYppnSsmF18ROaHDNOwB3WbtqhHU2ym37GSdDE4kQ==","shasum":"7e066ca916ef0286f8fe199e5110af13623ba88b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.88517b591.tgz","fileCount":1475,"unpackedSize":23103381,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC28m836EuSgPCCJXsTj45Ro2XelQUaOmdHsu4L/qApIgIgFkQnx1efAeXYk7UjmcKDjv1fVbSW1IYIa/pW7I4p03U="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijskSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoQVhAAjIy3nQwJnSuUyo+jL6GaBRAqVi7WmRg6Mj3A1jpRmZCdEY3a\r\nucLhw2pglNCUV3rvjd7UVW7cP/tkKUamT/DWMfi6wdMfz3IIPndV17eDzkGa\r\npCBNEu0kj1XBQqdU4dlPfqIcZuZ2z8g8M+pE/db1hiieeRv2IZkpPWeaWV6D\r\ndvyZn0Ua4uF3MlXcA9DVrZoioDIC48SU+grzct4JoYI4NJZgBLzEijMJPs3/\r\nb3GnUHL7ePA1SiupWhIqmjCrc97oTwuf+DkEkcaIN6ICGfqd48abZDx8J42M\r\nqnnuRt01pgvGm+29dtUpKYXq0VJgzOo8dWBM8GPPg7kjzLqqizSpK7yPhk+V\r\noVGJU+rhyvofCeanwsLF5U2vA2t5T/A9Yniih+GeJEideu66wPtq/a0MO/g7\r\nrvWiAyqGl6RTg/CPMsN4HOOniNBxhuNEyiK3f1AL2sh6Ocuyk+5O15E/G6MC\r\nB082AMcyTmYU4mAbxOR45tACKXexILCLtAiRDX1ooE+IzK/d8j+h6GE7C5Ye\r\nnhZsopmdG0bRsFjF4zFvpQ1/mg2f94MK20BXtpH+iC/c9GSwAi1Uac+SmBKv\r\nQ9wgWL7WcsuUZDLO0KnR4AsEIujIgg/MPNTVcTXlWASGcCUszYCk+od/f6P9\r\nmxBullV5N+n1dxSVPMHYDLM6ujFjpQBKvk4=\r\n=zSry\r\n-----END PGP SIGNATURE-----\r\n","size":4352740},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.88517b591_1653524754340_0.15616715743936482"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-26T00:27:02.066Z","contributors":[]},"3.4.9-canary.63ac2ed28":{"name":"@firebase/firestore","version":"3.4.9-canary.63ac2ed28","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.63ac2ed28","@firebase/logger":"0.3.2-canary.63ac2ed28","@firebase/util":"1.6.0-canary.63ac2ed28","@firebase/webchannel-wrapper":"0.6.1-canary.63ac2ed28","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.24-canary.63ac2ed28"},"devDependencies":{"@firebase/app":"0.7.24-canary.63ac2ed28","@firebase/app-compat":"0.1.25-canary.63ac2ed28","@firebase/auth":"0.20.1-canary.63ac2ed28","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.63ac2ed28","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-dTNihxQ9mM44uB8tjTm5tFSg26wflNoAJ5KPXdF4oZ7BJNLsLGqfpyG0AhC51PpTZD5ZoQN8RFNkPVPL6lmpMA==","shasum":"5fc42355e1bfcb00cdeb701447d3c58f7965d236","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.63ac2ed28.tgz","fileCount":1475,"unpackedSize":23103381,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCGhACPmr8ZV6Ulgvdzvnm+LljLDkpnMQq8BeK9bkn5MwIgUfztSHDqQa6MR4hluB+p+N5a3/4edHi5xAOtWk+GLVc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJij9gCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpXZRAAjEWCY16Tta5MMn2Ba/OSOm9Y2qYkZvar1V7IByzLOU16mb6L\r\nXml8D8NSguk9UtR2gMB79Kmh/fITlyrjLozVs8kbFdbn6XzuNhiaSFqHyJCz\r\nUB60sL+HYE0NcSm15CAcu/q+X5pLzG2x44kzpu2l5mHGawxUekp1UFlpmnDU\r\nCVb8W2eppNVYCyEtoshh3gnprBasf2dKFtryhm8nunbC/G4xjz4z1etabacE\r\ndha6U/x8QTGIuzVu8DMxCm0QH22ijZqdnf1Ibdckzu7pva4OLxJyTS84FO5S\r\ndV7YWLHlJ8VDXfhaJM01DliWarJIH3Nl4LD4QglbO+VfZ5luzDGQ35GwV8ee\r\nC3tqZBGw+ygyglUJ5tw1rNOcvbRcgK5H/6h7Nwd7kkiuPltE80Av6QsQec3s\r\neqSh8XPKc/+fyzVWZ63wb08dV5l5Frh8k/HmcTO+GTVEF+rh1xrt+lbd63Kc\r\nyRN5ypqqA4fFpoyTTSm+O6/1+A9E42hUfan219bzBbQbtTJnQDrx8CmRtb7W\r\nb8trBwSQTzD4bC7HYEVcjZ2be78JO+lAgSgXS5hpkm101H2unBSnx4kn4WAW\r\n8q2/nxjstRE1Q3OcpCQh7WVuPwMV7/sWqG8opFKSta3M0MJ85o21WDZFViLu\r\nZMDr+HMW4q1fBDgCHHedU9z7isaezX9yZ7I=\r\n=3Mbm\r\n-----END PGP SIGNATURE-----\r\n","size":4352724},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.63ac2ed28_1653594114488_0.6425558927619193"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-26T19:57:54.430Z","contributors":[]},"3.4.9-canary.507d52e30":{"name":"@firebase/firestore","version":"3.4.9-canary.507d52e30","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.507d52e30","@firebase/logger":"0.3.2-canary.507d52e30","@firebase/util":"1.6.0-canary.507d52e30","@firebase/webchannel-wrapper":"0.6.1-canary.507d52e30","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.25-canary.507d52e30"},"devDependencies":{"@firebase/app":"0.7.25-canary.507d52e30","@firebase/app-compat":"0.1.26-canary.507d52e30","@firebase/auth":"0.20.2-canary.507d52e30","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.507d52e30","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-XbTKvLHA1dN3BOtfsJztDSAAKS8XoQEmv6oqMZWFJlKvYZ44+xLZBsny5++T7/t169YH5taQ2P2b2jG1Cn3j8w==","shasum":"32feebec1a2811410c0187ee742c7903fe643870","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.507d52e30.tgz","fileCount":1475,"unpackedSize":23103381,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB6NTFPgWhZbbZscB7Rht3pmCJp7sj+4JHDfyZ070A9EAiA5KjiyCabVk8TXYxA9xl5SQlzTUxAuGBKkg6Vzb2z9SQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJij9mdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp45w//ajS2R0VX5Qu++7o4ol8ekGyQuxfHdG2id5PX4/wnUh9LCFas\r\nUMRLHhkxpY7Ck9CHS5pGmkKgTm+x/4y69JgjfO8uVPo13Wz/dlgnMPp6OiFq\r\npmSrrGN1dR+SAY5+ufpN7d6RhZf132pZtYuwclu5NczGth0ck/EV/CfE6gYr\r\n8u1WZbP9rtf3/Pmni0P6ZhwUEjggiZf73stzOfa62ugHZFvYxwxUBamGLws1\r\nxFcPisG39Fm/SjT348eyTsV7C91OVh9tdhmlIjppNOGZsP9qQjtI1GM82ZB5\r\nL3gD5N3oPqSEEUORXf5aO6v1f5SsurohyOSnh3RuIIBkIOepCId8SbS1uCTJ\r\nbbEnvECS5kyikD2xfrLUAm0Qw71Ue8PcJfM7DYfPlObIvBbyUa0O9snL4Au/\r\nebAkkl0wEsl6rtwXUU/szoF13QSiQ/wrPc9fIQv5/f7i9COKNWjBgvVd4Y/H\r\nMLnoG9B3zV81F0Htmz9wAJTsqpsQR73YX7VBvnUEeWZBc0lCbOFePcwmnbpK\r\nXtOAK8jXr6zD08yYyfpELxYYTYOIzxGTj2J9wqcN1caAyG0rQzQky0bHokUM\r\nhqfLUEkqv0jFQiffjNJMfM8t0E4nORyM3eUHlD3EKV4H7OxWOpvB0GmyCZ8R\r\nZVS9ci0CedhbbeeysvDj/e09dDW0syhOxYE=\r\n=IqxL\r\n-----END PGP SIGNATURE-----\r\n","size":4352736},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.507d52e30_1653594524912_0.6399584919821355"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-26T19:57:56.996Z","contributors":[]},"3.4.9-canary.568fd0df5":{"name":"@firebase/firestore","version":"3.4.9-canary.568fd0df5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.568fd0df5","@firebase/logger":"0.3.2-canary.568fd0df5","@firebase/util":"1.6.0-canary.568fd0df5","@firebase/webchannel-wrapper":"0.6.1-canary.568fd0df5","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.24-canary.568fd0df5"},"devDependencies":{"@firebase/app":"0.7.24-canary.568fd0df5","@firebase/app-compat":"0.1.25-canary.568fd0df5","@firebase/auth":"0.20.1-canary.568fd0df5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.568fd0df5","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Kfq8VNFCiT9kUYlFNx/pJX2TjFzfC/Ow6++ikv9s0gB+GwRGtbsx1538IExmWwOxfnGW4aL1VISaecFiLt6BDA==","shasum":"5bf5d462a5cb9caabdc755b1b947617961c16865","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.568fd0df5.tgz","fileCount":1475,"unpackedSize":23103381,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICoWnAeZf5qYLij8Jqa/n8D2kJFunpEkcfqwdQcPOFPtAiEApK6Mu0r1k1ow3+JISh6KSCVNh99KI5QP+KtFwKUKCGo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJij/EpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoS1g//abSbkC6EODgX6aPDSXPXirFF992LXA799xXflw+u9hnDEYcG\r\nck3QwTN2lPL+i+3AlH5QkzywvaufBWl3szZu5oYFokhbDv3a3uh1IDDmdqnn\r\nBu1QstXFRThuvzjOAOwC8ze2z9MnHskAeNNqOd+dIQyJ7kXUr1/cjklpI5PK\r\nb+IISvT6AgTb83F3tb0JSunXAZ/tMuqhfk816ShJwOhZBqPRLfe6ZNer3QrC\r\nr21DFBHCsInci9Qyg4pfESxgFIXMSf6hbJxEJfVY7y8JAJ6hxsyO086poIBj\r\nOv9tF4ti8znT+rBEVA9UkR54rfOdwcWzmzrkwR05Xne0YMlxR1EvqAjtvtlZ\r\n1Xqg3mM2D0pqeuXKgR8SGMPLDKa7m81k9whjS0jGKQ5709FlksOqyVL2jTAx\r\nJ9M8IBchvbC56hGrxpnojmVRjDidP6qoUI8NtMW+18pFYNiO3xc0m+U5IefW\r\nhJJIE0yJ+5Oz4Sy85jZKvzvl3Yg8Po3tjOmsjAFa1YQ+rmMbOMA5OEgn4y+u\r\n13p/kXA8QeoSWCaeTLjv0JXhAWtP8GXGC8cstmP/D58uTRB2LK77r0i11z2G\r\nYLI64N9wREnDnks+NzrEohZBmVBJzqzDVLnEafmp27nRbTO33d9VZw2VPGCs\r\nHbEWy7yqua7mAw8ryWLVTsgqq4vARBmHU88=\r\n=GgGy\r\n-----END PGP SIGNATURE-----\r\n","size":4352729},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.568fd0df5_1653600553501_0.47398714502650563"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-26T21:30:01.629Z","contributors":[]},"3.4.9-canary.9614bbdc0":{"name":"@firebase/firestore","version":"3.4.9-canary.9614bbdc0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.9614bbdc0","@firebase/logger":"0.3.2-canary.9614bbdc0","@firebase/util":"1.6.0-canary.9614bbdc0","@firebase/webchannel-wrapper":"0.6.1-canary.9614bbdc0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.24-canary.9614bbdc0"},"devDependencies":{"@firebase/app":"0.7.24-canary.9614bbdc0","@firebase/app-compat":"0.1.25-canary.9614bbdc0","@firebase/auth":"0.20.1-canary.9614bbdc0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.9614bbdc0","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-mj7lxEn5herCD0FGbTgXby+I+vxyNTzbqiv/Fu16R5RouK1OSIbxNp4s8dwKy9epEuLX4yBNdKobgDF8dfEo8g==","shasum":"051216a0378a3e52ab04e53ae10152f47762442f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.9614bbdc0.tgz","fileCount":1475,"unpackedSize":23103381,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCMcytqfzkRV/N5DBwjbK/HeY3VJXYQqqzwLGfj3KvzZgIhAP8BQt7LjijGg+zdslX4QXb0k3/PXSe48vEBb6ggZwU/"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJikA8cACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrxOw/9G0udFoAQm8gnrFgCMs5PGMXgOqeSTi8/lAIum3a/A5LGjt1W\r\nkVnNtfcmL+K0D7v6R3ypi2Vd7ZjerXrIIi7UGeLE1Nefm194LGJUMk+fKmA9\r\nUNYnKvRLeVi/ZsH1QK/7wTDbutimGxaAWQN2/m8Kgemss42YIdKGOoAsu5ha\r\nGL9mNXQaV4lCZDPz1weEvv0apugefrXxTTQ6sORnElOnk9ukVUSc88RHXxmq\r\nkwNTu0eX9/uPR40BIaInMhwiYolq4nVXZqNpVFen/DQonskdKhymRA/DVJzN\r\nwcrYfvFVAW8Zmn/kgqr+5iJ68kuM1Dp4/EIgYnNdoAsU4Q8Iatgi1PfhYJOv\r\nXyiWEt7u+dh/jSLkRom8wYG9MShHpeaD6WCNVf8Iig7JQrN2VuYIcBnzPyoo\r\nL1S0Vd9YIdNvYGBFAUl6XifzjCLaOPpE6d+CN8zcAP8cvdnwCijdhNbb2H9V\r\nu+JKkcIcFcfsNn/A5/gAkHnblJvTufNe0yIAyvrwx9ADap7w1zkfZFKU8DFA\r\nUy6Uasr2lvsa64Q2YAahEKnSuKoBVXve1myQG/lgTKUR8x+IjCc3wljorEhL\r\nu8bhweaa9hsBOZtFlEouDLmO+/8KlKJMAdIo/D5g90C5jEjBiPJEvJIrSKwf\r\nF49AEiUttbQ0N4TJYqFavf0Xk59WH3jpKzM=\r\n=Mk07\r\n-----END PGP SIGNATURE-----\r\n","size":4352730},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.9614bbdc0_1653608219724_0.33459670514186635"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-26T23:44:51.485Z","contributors":[]},"3.4.9-canary.8d03c8a74":{"name":"@firebase/firestore","version":"3.4.9-canary.8d03c8a74","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.8d03c8a74","@firebase/logger":"0.3.2-canary.8d03c8a74","@firebase/util":"1.6.0-canary.8d03c8a74","@firebase/webchannel-wrapper":"0.6.1-canary.8d03c8a74","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.24-canary.8d03c8a74"},"devDependencies":{"@firebase/app":"0.7.24-canary.8d03c8a74","@firebase/app-compat":"0.1.25-canary.8d03c8a74","@firebase/auth":"0.20.1-canary.8d03c8a74","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.8d03c8a74","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-iaHNrx9z2biiN4q048FRzzi1upKKHtFB0cUWnJBKRL58GI/JN17KVuZyee2l/yJoF+hoxjVom4HquHetCb12lQ==","shasum":"21933617ba097ebabf8b5c13d4d6b3d07dff6bb8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.8d03c8a74.tgz","fileCount":1475,"unpackedSize":23103505,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGvzuifA/2YZqvTOITxo5iVblrZ4vFIrpRVFvT3PbJDcAiEAvI7YhuSXBVpDOWPnZEFa8nWRceyu0lqvCytxqQaeHa4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJikOy2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpIyQ/9GvNVGMzMTOhsm69P2agEieWPNbW/cyyG2Q8pquZe22oeOhT9\r\nvFLLSXwhCv0Q963tjwUYHeXfw5UVGxSvj9TdmYoz9jYJB1IHDu60e7sORkee\r\nXdNklZr1d/n6jQNbpGlibVgRcXK0+CRYSTOz4K6z9ukaS2KFnfMNPTtMgxIx\r\nTf3177czn+nIw8eNe8QbQLunKeCheCqCWXSSXe48e8nEbWpt7i32nZGz3VTO\r\nXoTtpdEmFCWs1itgK3lRMwWFuKSPl+vSm9XQaiVuhOokhzGSeeYZD4d8yDZe\r\nXSgFLUobjsP++ybvezXW2SB9hpxGyOwxiNQuoZ1WCzmDiXkjmyE7vQ90am0W\r\nF8Rt24avzzss1AkQ2GxbdKYKnickI45Mgtx1sUoVq4BIMxfbxfYmxWpm3GyH\r\nUvtOelzgBUquXuA8yBRhWAOR2BP4wcyWvV/va1Qa4GKvdQ7P90Nvq7pTQCGj\r\ngNWz7XISNIXcsb4IdI3s2nO6ERLa7Hm4aYneyhJXpa7ZkRFmySqphkDr1ytk\r\ncGrNfZdEuIVXr1qMr1aQlLYFuX3Qv967ODQfNZbm6Icfbud/KGClkZnOjL9b\r\nOF1Or2SjOwcbmAOSR/Kc9XfY7z5nJizzFlzL/wZnMVIuFmtbLMTj/mrvP4jN\r\nIPhyHGndLTRMfj6fEdYHtzfQ30bho4abj6I=\r\n=7WYC\r\n-----END PGP SIGNATURE-----\r\n","size":4352772},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.8d03c8a74_1653664950610_0.30053790983710993"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-27T15:26:02.803Z","contributors":[]},"3.4.9-canary.cadc80416":{"name":"@firebase/firestore","version":"3.4.9-canary.cadc80416","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.cadc80416","@firebase/logger":"0.3.2-canary.cadc80416","@firebase/util":"1.6.0-canary.cadc80416","@firebase/webchannel-wrapper":"0.6.1-canary.cadc80416","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.24-canary.cadc80416"},"devDependencies":{"@firebase/app":"0.7.24-canary.cadc80416","@firebase/app-compat":"0.1.25-canary.cadc80416","@firebase/auth":"0.20.1-canary.cadc80416","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.cadc80416","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-7Re7AL4LuVKK0GKCSGlYISNf0hKLr9BdIlwSOBeEs1A9w6AfGLcw9gucJ4D5YZf/qEsMxKF6sbEA5DlQt+L8uw==","shasum":"224fdf5db92dc2a4ecb66451d7ad0759969c5c52","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.cadc80416.tgz","fileCount":1475,"unpackedSize":23103505,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH95ylkRYYcKpgX8ou/Wr02bS6pGtGj+JpdYljbUEEugAiBUCr5ZmvxJWOPhPpoNiP9v4GO1KYehQbKc3qzc5r5ffg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJikREeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpcig//fIHU9zSujz6OztwhGXd17eiVWmKYkCvbqZRkRmuGhDjfFAFl\r\nSA39JaSQomV8WFVJytbrqO8kQV9Cy1PcZsWOLy6DrYUXJkNQWpYZAZ/90sow\r\nXaA17wq74ZJA7XPXybDcDGGcC0l/yw7cevm4hYfm52A2dH81g6pPq/KDfNur\r\nw0SR2htc9LnE8MrzZJsvebI6Fpa0X9lHHF3BOU+w+720UDnMQPTcqDU8s32M\r\n4aBV12FP3J07sHQbL2oB3+E/lIpAK//CMOv79frCDb1uc+JXzoFCQZo5z+kg\r\nnHmO/94Z1qQLFYqdNzfaaFKmr9UvDkm1KG3vyy/wB1As6L8iS0wvxETplVTF\r\noSKwxdSk1CRNXtZl3HBmf+LObelJCchgYnNqEqXIS0yfpsrh9AG8q+ziQkHB\r\n7aYRMULk69IrTmuVgsRV8QaktfuXXT4QBBmTbAvtTgwKKFb0/tsDFGPDKkSd\r\nLHgxAuR+JNHa77NYAVKHnE6t21lDntrtANIoumdPAO9YgcsRr0oXfNJMDMtH\r\np68mws8WlHV5AumUx4JiJhC3SCYFfnhuRc9WzLRnwm59JCaBVFkdovzurIZQ\r\nHiGXzMGoI6OpOQ9aNWZx2XZlsvEV2iQ/zChpiuO7w2nT95IEL94wExqDBIfk\r\nbU2RUYOAMEi4qmC2K20ujtxNEqE1eQFpKu0=\r\n=kPrX\r\n-----END PGP SIGNATURE-----\r\n","size":4352767},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.cadc80416_1653674270130_0.35154825931710487"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-27T18:53:04.193Z","contributors":[]},"3.4.9-canary.2fab71df1":{"name":"@firebase/firestore","version":"3.4.9-canary.2fab71df1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.2fab71df1","@firebase/logger":"0.3.2-canary.2fab71df1","@firebase/util":"1.6.0-canary.2fab71df1","@firebase/webchannel-wrapper":"0.6.1-canary.2fab71df1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.24-canary.2fab71df1"},"devDependencies":{"@firebase/app":"0.7.24-canary.2fab71df1","@firebase/app-compat":"0.1.25-canary.2fab71df1","@firebase/auth":"0.20.1-canary.2fab71df1","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.2fab71df1","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-KNicm1fqUsJ5SYGZJav9UgL+x3DAnDIDPhNg8p0dFWttWv2KxdFRQaFHY+i3DkTGW4zHknWA9lZwKw1jnprBJg==","shasum":"2cdbbc9fd83a862a251dd7020cd986c9c5bf0216","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.2fab71df1.tgz","fileCount":1475,"unpackedSize":23103505,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID66MANvWbA8sKwGkWU6o8hpiVxwBCpEokf6HTszw7UmAiBKj89YGNQrA26FJSatqSjdzWeCzCeNCvJmn8YbXQFdcQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJikSy6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp6YhAAgfzJlL9R76N23mFkrrJ3fh+PhkctnQJBnXmYM+XgkfItzHo5\r\nRYyUQ/LnuVBzAn58awKwv98KEk848LLFfn8NYla3mfXG5ClkKi+Kykwa6ljb\r\nCgg5wTzkCAAGuq4HADT8IN2KHaOnbpBAzTL9A1dtvdMQCvsDdpJ6vjP58fa+\r\nl6kNOtTgafDxexpUrJG2Vlw/slBkgULFg8O+TF0e/4Blnrgapky7XhK5dcTt\r\n1a6T3KxC2BmjOw+lXfzzUE0eDnVOlOQaQBESNa3ECf9tZwOHkpK/ybkSI4pX\r\nA3URzbiXFAVXFBXqy7dnW7z4Yz77Z69vYKgLCmQXD9HCK/SfloDf4grXbLWf\r\nl1IMxzlOlAzF1zpXvqmn6JoNXgZwuTGyud/u3bn354lWwMOUdpDjh+aZ4U4V\r\nstNOOCt8xmAme0hNxxG1T12xB7hNuHHBGefPQlQuBoIE36IiSl8SP6aovGSI\r\np8JLMxPFxW236x3lSeuP3PlVKjjectqqIxLls5eS/yvRB0fVYzeagPBYR5FM\r\nECI/RERfrcxw3rko68sxY5GGrgDKMd1+cmPQinVG4HBVoBReCP/xc6szVL5e\r\nCZzQaB1ZzUpRmpSypa3ZKbk6wX2sNiIIPtUU21akL7Hr01Zc/fC3pMKi9Gcf\r\nFm2yZRB7u3z1B2bVKHlsG09VBWjIXjgda2o=\r\n=YxK9\r\n-----END PGP SIGNATURE-----\r\n","size":4352765},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.2fab71df1_1653681338531_0.8336023771822858"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-27T19:56:30.341Z","contributors":[]},"3.4.9-canary.db0dd9fec":{"name":"@firebase/firestore","version":"3.4.9-canary.db0dd9fec","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.db0dd9fec","@firebase/logger":"0.3.2-canary.db0dd9fec","@firebase/util":"1.6.0-canary.db0dd9fec","@firebase/webchannel-wrapper":"0.6.1-canary.db0dd9fec","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.25-canary.db0dd9fec"},"devDependencies":{"@firebase/app":"0.7.25-canary.db0dd9fec","@firebase/app-compat":"0.1.26-canary.db0dd9fec","@firebase/auth":"0.20.2-canary.db0dd9fec","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.db0dd9fec","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-MmmpgAX4ubYArpeGFox54B4Zp5LZH6EKY/fY2feqwagntgomLrKRzOm9jnIStopwiRkffgFx/HKP0RsVVLJu5w==","shasum":"23a16b7f04c91e9fe9a779e3f9e7dbdbe788610d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.db0dd9fec.tgz","fileCount":1475,"unpackedSize":23103505,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCV5afXsYa3+eMlfGbyZvY+V6d7JHdqKheeK1d4lepQxAIhAPgmeKByqSA3bcxKauGgqZKyasvAexoKZjqfzuFZkZxE"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJikUIuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq7oQ//Yf2BOdIu6vpeG87cqdpL8NWsCL/m4LLVORqPwSrEXJKIawgO\r\nAUPrpOVyo4BHJsaIj41sp97oV4HZSDEJvjZtqnlSqgDyk/AC/dfU0NQeAqTp\r\nlrl8DOErOGAq2jqxRw0dzBnZo6lFdO5xsZD82Zq+dZllVTBd7TDW2CjrxtLK\r\n5ciQxQVdjPFfUs3f66ld2f5I8AwBGqgmATiKK0cYSlyoX/+qe4bIvYSjmsCP\r\n8UksOc17AvsChX6i9F4DUlTIgG0Y6lIiha1ucORbYCTm29kuoJdeJF2E+xO+\r\npdYTkNzhWTduUNZm20dTnB0B8oNHuNhsYOKss1tUxMfMp3ze5Bqi19l5+n7x\r\n3BvLoBCXrLI6YErrkxUWFMfUpM18rTCb5ZpHQvrPx28MbxnX7LL01faRdEEq\r\n4wd8DLVXj1vocTAkowdFkVtUJZe7ltxZc3iqoaukOaefWCjcODQPVCQ92jpi\r\ngE55GV+LTCM9rbpfMo6rcTcjPQWCv0X/358m6mn+qwa4bhjWRmRAm5WwRjLj\r\nsJtCugTykcCh4VK/WW7snlDbvsqcflsSaTElx+ZN09Nz6VpJiAwg4GBQMbWD\r\nRCZi+2L4SUbzPzaBwpjQr7/OmmC0/7E3/LyU0IRd4sI5FkRgBfCv7PKd4ohh\r\nMqyqhiE0ur6EJZ1htyBC8pUmGKLPR5AF07E=\r\n=XSzW\r\n-----END PGP SIGNATURE-----\r\n","size":4352762},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.db0dd9fec_1653686830023_0.7999300713743707"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-27T21:29:09.898Z","contributors":[]},"3.4.9-canary.19e37af09":{"name":"@firebase/firestore","version":"3.4.9-canary.19e37af09","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.19e37af09","@firebase/logger":"0.3.2-canary.19e37af09","@firebase/util":"1.6.0-canary.19e37af09","@firebase/webchannel-wrapper":"0.6.1-canary.19e37af09","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.25-canary.19e37af09"},"devDependencies":{"@firebase/app":"0.7.25-canary.19e37af09","@firebase/app-compat":"0.1.26-canary.19e37af09","@firebase/auth":"0.20.2-canary.19e37af09","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.19e37af09","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-3FjO1WfoXYnXpEKFMpa9YAIg1TDhDeL6/+W/pBH3kzPdsKUZc0BJeIry/jgm4KzSNkDiGCpWBu2v4Wew4jSSSQ==","shasum":"513cc8ec6b5b387b8dd14f9bfde67e7572423754","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.19e37af09.tgz","fileCount":1475,"unpackedSize":23103505,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC/t8wIifiiajmmRUlGUKJEqjTCuZ5gt+SCC7O2HAIafAIhAKjRfpQpmiQsEC1lwsW+In5sfQ3heNHx7smhVWw942vY"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJilmuvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrhbg/8DTITE6dJ1mNcmwprxwYUWQpUTmL1Olk5uY1e7XzEiINxKzFb\r\nFgYOTHhRgi03YdtaQPlR724z5vRCIL0/qo8nXXHvEb8AottQ5B8gN8mkgS7s\r\nXhgeGQASvLV5HtcJ5nCIcyPqBsOQ6/sdBFC7XhswTuKy/1K/TimUQge7FuZh\r\nk1NSetp6yLlaGsjE5eqsbPSFHE0fSBN3QEMys947lONNsFtSPill8u9z+r9E\r\nm2NDpdG90WRPEP5JkORflYoN22yE/3dszw3F3nbvn2T0QWKMvxqfQ5Hpmh57\r\nS4N6hwmxVbmT8CDxz8Gq3cIKQg/rW2uEi3JW8QKM9BgY7KMHmX7OnJXQVgKl\r\nYnsv0qUty1GbkIyUXxOqmDyYp0mQryXsUFYkkJOwx9dWlUNBf+WRtR7cf8wQ\r\niVCpGkzuQDYkNwDrIawtiTefPg8FtEDAa735ayyzIhRR65qQJLtfNEJQaTpa\r\nm9gGd60jnb5SNM6pkTxxWZ+4ZhZwXDXfsynJ4+dpRXy+rapRVSWx7knqIGqJ\r\n8az86ezyGbfQj3b1ThBZcg/7t9/v/4IugKdInUScKADB06Hn0iO2ST7dLTQD\r\ndJDKe1O+ZbD3jv0o5+lfUjvPmAh/kbo9Y+VjjncmNlF8RaMbmeD3PqqqcGBo\r\nA3BGevqeFfpk2NUalTDxC957rY4aPtKOPVE=\r\n=hA5w\r\n-----END PGP SIGNATURE-----\r\n","size":4352768},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.19e37af09_1654025135116_0.9757976177035699"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-31T19:32:40.619Z","contributors":[]},"3.4.9-canary.961c4296a":{"name":"@firebase/firestore","version":"3.4.9-canary.961c4296a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.961c4296a","@firebase/logger":"0.3.2-canary.961c4296a","@firebase/util":"1.6.0-canary.961c4296a","@firebase/webchannel-wrapper":"0.6.1-canary.961c4296a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.25-canary.961c4296a"},"devDependencies":{"@firebase/app":"0.7.25-canary.961c4296a","@firebase/app-compat":"0.1.26-canary.961c4296a","@firebase/auth":"0.20.2-canary.961c4296a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.961c4296a","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Rf53IoNQPPQp55I35OlJ4i2u0wsvzwKpcQ+JF57x86ow9+BT7GS5KTA6vFNw2G243jfTNn3j6ox8PgpjGLdRkg==","shasum":"9c5cb970d6ba993ceaebf582da17919348c5d250","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.961c4296a.tgz","fileCount":1475,"unpackedSize":23107207,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFtDBN3YcGJn5R6Hjyrljv1yD+TFVEWD6tdhcv8Ga5OYAiBhxvE1oRNOOoqkaY0GU/PhxhSA/Arm/2t5ltmVZkEArA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJilnnEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr7/g/8CX9u4z4EK8AOcHpzTPtDO1IqVrqXifVb5Xz5EPVyudAlwcgM\r\nEpTMAgGRn2bNro27UdC6RkCdt0FGjEY5pN0sBsC3mYGnC9SWqnt+rM/Pkefa\r\ndDKlOA9fUibDURDlnYzJ+TUIJIU/6C7AOMJy3Rm1Xh0tI+HpD9r8d+vkdOn7\r\nYMm1vH+alTrxmxgyRzSQUpSwL0OBUWCmyT7MRcF7FLMnBw5unvZp2BuQtN8N\r\nCyfUPOGGcOyMxqS7DxzCAC+iw7t38rc2ITg3/pKuVXh7+dr8y6zYFHWUT5MI\r\n0yoV/nrueXZelfE8EyOg/qrpq5Nxlqsn0GNzHTlwS9TdvMIs7bcaKv1ORuDn\r\n2oTQFYRigCh8TeOVrqnduzMsQETGT9jKdYGRtZgOYipJn7jeiBaNrvJkUckt\r\n/qNCYO6wbQaI7DBQBuAJzRD/TcWodft40gt8ObhRBAu4JkxMGEjds90AwZcl\r\n4EgrK9vTDoSJ9F12/UZL5O/Bl5BsQtwizNiS7x69JO/dF3GibLW5fmFhuT5x\r\nZp4xdD1jJkFzAwawnNzhBh+LCGZykSEfb3EWWBzM47PQu15pPKHaboIt0E8P\r\nQXDkWIjoAdD4PW++pWdWYuazZV4KCBklfljKcK9aMJKlmXTPqw+ehaMvPgcw\r\nZltACyAW+X1ys3wxPG3NwkpYB9oln1nyq6Q=\r\n=kzss\r\n-----END PGP SIGNATURE-----\r\n","size":4353278},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.961c4296a_1654028740182_0.3907003276078429"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-31T20:27:06.620Z","contributors":[]},"3.4.9-canary.9fddd5c20":{"name":"@firebase/firestore","version":"3.4.9-canary.9fddd5c20","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.9fddd5c20","@firebase/logger":"0.3.2-canary.9fddd5c20","@firebase/util":"1.6.0-canary.9fddd5c20","@firebase/webchannel-wrapper":"0.6.1-canary.9fddd5c20","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.25-canary.9fddd5c20"},"devDependencies":{"@firebase/app":"0.7.25-canary.9fddd5c20","@firebase/app-compat":"0.1.26-canary.9fddd5c20","@firebase/auth":"0.20.2-canary.9fddd5c20","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.9fddd5c20","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Wd4jiFHbvjGcQds8YOukBrMsO6K0GrXfD6Srzhq3U3MEqf0zRcxx7htgrva95dV4KoTeLaFiYy0cjIzxZ+PhDg==","shasum":"91e7af6826b96b869006413ce18fc18e6a884423","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.9fddd5c20.tgz","fileCount":1475,"unpackedSize":23107207,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC3xyfyriPbv+JCnYar/jn376HrrTOqvH/ql91u4zH5BQIhALBNA13dChb6GiuntD6+l5jupe87i7unxSoiiJAxYHXi"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJilpk2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrHNw/9FmnvAMimWdIF+J9csagR6zrSKbIdezX4qEUCgBB7mlB9IO8U\r\nZBiNV3SAsx0aAr3jt6fsdG/dwMQHYVdvBXj9KRQCznBebhk90keem5fgJiIV\r\nL7tG8w1XmjrpyHGjimNT5sHdPGrjwoNpyR2k29DEjZxEBSJvp/svV+BNTOaU\r\n4fqgbuI+260s39Svez3AT4y2r/mevNyq9TFDEsq0R/qNEkO4QM6kny54YETI\r\nNOLfCTRoCPnNQZR5Qi6FPFzUunPZQ8ufHulQSqZzbqf3ApHlVOTKgmopuAZ0\r\n0BNj1LujfdaIz2etxRysNfWUUcFV5Iaz2QdKsAyQoqEFkbKakzLs8GcjWXvJ\r\nMZ60vK7osLImPJJQPY7lqP9Z9Ir0zryEziNDCULDApKKAOQS9V9EijPZ3wK1\r\nAwXlqE23WhpxwVrjHgVZokG+eWQNIM/1WVXG69qAIR++NME7QVLegu/oMQ0S\r\nOiZ0Lvjm0K8DG0YJBp2sywjufmFKFxI8StzwaveSl0QBRksYnqJiY6iaHCe9\r\nFsuWYPtW8hKJKc3zsY9hNCuBv1AeER1ORZCubBReDzWoGKW58tb06LyakcGD\r\n4OmE+5s8IC6mkAn9RikU8thEbtxAGjc0LMeOchUYS6kYicogr0rK2lM4O50D\r\nL/54zDAOTndPIUdcHP2NFzCXLs0EawKNeFg=\r\n=t9rE\r\n-----END PGP SIGNATURE-----\r\n","size":4353270},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.9fddd5c20_1654036789820_0.5063681990320275"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-31T22:40:52.154Z","contributors":[]},"3.4.9-canary.d4b52b612":{"name":"@firebase/firestore","version":"3.4.9-canary.d4b52b612","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.d4b52b612","@firebase/logger":"0.3.2-canary.d4b52b612","@firebase/util":"1.6.0-canary.d4b52b612","@firebase/webchannel-wrapper":"0.6.1-canary.d4b52b612","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.25-canary.d4b52b612"},"devDependencies":{"@firebase/app":"0.7.25-canary.d4b52b612","@firebase/app-compat":"0.1.26-canary.d4b52b612","@firebase/auth":"0.20.2-canary.d4b52b612","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.d4b52b612","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-xPF5Dh7Rjts0dt6F5sq0mI8EF4Z1ipr8FHhb9HkgiqU24lndWyclijqVhy+oJ1hQ9thZZ1lLMxNHZRKuh3L6OQ==","shasum":"0417e7286df275bbbef5bc665412cc2da7b57f74","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.d4b52b612.tgz","fileCount":1475,"unpackedSize":23107245,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID/d1Q5BKYvEplCp9Yqp4FqjoCMdgqQ0lJuXPd3FblfzAiEAkwEBYhR+5qOnTTM33ia3CWk9O+clsD+Vzrn8XBqBdVk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimO4yACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqSAQ//RcgjrFqYlWpPmSmOi3Gjk4xenaU8txOVO9hcwJZOu1D9pbR7\r\nBfbfsjkMhVYyj3APaq3laVGGY1I06sdsdZ+2GhfuM14rAtB3CGTU3hZ+0lm0\r\nC8sDlL51znA9mxTd+wNF+R+a2+2aOWKiSOpmlfv2WO0Xk0YFn3zmWSWpDni7\r\n8a5DFlQQwa+5pU6l9McCPo9bWrDC/R/lpk3WaqCmlLWGVqkjJTU1h5CnpMbp\r\nFCNqxwpA9k62j7ZSR6LjZkTe6cMS2sytPS8Vy6ISZwzK107HGpaUQjwnk9KL\r\nMEUaDrY2XMl2YZ3+dfZtHtdWjw1hMmUGm8CDzUtEMxHJMAlM0JU9TApoqFuN\r\nJt6/8xRa8gPylsbCRY2cbd/Hv8QtDoZpNfreoLdkuK2Pu2cBz7uCZLBTnXyP\r\n6WKDcTx+FK4Os6WJF893EoVP+r0HXDybtXK0jUtgggnPutK/XjFaDTeeF6F2\r\nE/GaumKWyhrwrxRhUW/GJtrmTPqFeQJr9u3nCohG417f8PX0Nic/kaOql79c\r\nkOfa1G2PT/589lprh7Qj2LhI8lpX6an4qVvTCI4VpTZu9Bvu89O8NG2eVCQH\r\nlM3TjZHWzoNSJgTzQTGWyq+fH5T6fjFTzQWjQhjEMcIgtFOTTVppUl624P/v\r\nMNimO7A7dhZ3t+DcmRe7RZd1EI/kjCj9uaA=\r\n=kVcO\r\n-----END PGP SIGNATURE-----\r\n","size":4353276},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.d4b52b612_1654189617884_0.05983342439408279"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-05T13:08:38.403Z","contributors":[]},"3.4.9-canary.2cd1cc76f":{"name":"@firebase/firestore","version":"3.4.9-canary.2cd1cc76f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.2cd1cc76f","@firebase/logger":"0.3.2-canary.2cd1cc76f","@firebase/util":"1.6.0-canary.2cd1cc76f","@firebase/webchannel-wrapper":"0.6.1-canary.2cd1cc76f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.25-canary.2cd1cc76f"},"devDependencies":{"@firebase/app":"0.7.25-canary.2cd1cc76f","@firebase/app-compat":"0.1.26-canary.2cd1cc76f","@firebase/auth":"0.20.2-canary.2cd1cc76f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.2cd1cc76f","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-zt+poD2UKWU3knsoaRzMOshmRviHAAJ3Z4aAeX8XXRqoyqX7QbWmF4x0Pkajir2QSKCEpLk0ZIHvX3wOq7MMWA==","shasum":"e0bb136ecfd3761586cf31794dd7290975f0eda0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.2cd1cc76f.tgz","fileCount":1475,"unpackedSize":23107284,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAoeDI6UiEAaAAHh6JTMHjvtfJ5v+2sQXwEnkxHdAWQRAiBdtF49D2rxDqA6o8fR/7wsQE1znnmHnodc1UM/Cp2kyg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimO62ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrH7RAAnz+KBfdz0+Gqr+tx+uBk5wS48/U1CYpF3PI4e7xfdimE0xAW\r\novIpT7qJfDQW6FAwNA1p9KStLUyAF3u0nLVRInERc/UhJ69bR8kaJ8qKE/7Q\r\nIscIqcu05wOnSuas9EyDk45EpNPrEXFAN4y6KNFX5BFCDTjVv4xF50EGEW/Y\r\nLrXmg75RGou2s4hCA4y+Q487X7N9xjSH4KqH4enmCxJLhEOhtbqRmvuVzsQN\r\nVFwJ4EO27GXGiBwyHtncIZIAIX00jCDmsj5qDzEOE/GeBNlhIHppufDke/Z8\r\nwyaCFnhyao0GjEakS/H96R5xzTnSZSfbIy7uq/JvPcx+rF/CN967T8cUuslp\r\ng5n8x8gFN2wyyUgvV+mROLKQhOFhcY+1hd4j0MIULS1zUexriZ7S3mLiJwCW\r\nAjaFies9C1jYuCTZxFMwkrYQ9D1DTGrqxyyEYTkA+G3lMXiZkdFXK2nKKhCt\r\nrmDVRDQm4GNJu/+aIh0fUvhacI6xlw1fOnaHBYj8j1K25yqFsIRBJJYYq3Qg\r\n4QMjVblqm2hRV9Bb77luPkIvAD5oXs6QjUvlZdx3KEb3hoILzJG0WmBcAmJO\r\nQ41fKrF1K3iUZrU+2ZQbaRI9QBvlcTri2q7OkiY3rECqTaXP3m2Wpl1N+oqz\r\nYxruVDH207B1u43/Nf4mRDP76imOspb+pDE=\r\n=/gsB\r\n-----END PGP SIGNATURE-----\r\n","size":4353289},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.2cd1cc76f_1654189750315_0.9973000563900933"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-05T13:08:43.929Z","contributors":[]},"3.4.9-canary.f84cacd70":{"name":"@firebase/firestore","version":"3.4.9-canary.f84cacd70","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.f84cacd70","@firebase/logger":"0.3.2-canary.f84cacd70","@firebase/util":"1.6.0-canary.f84cacd70","@firebase/webchannel-wrapper":"0.6.1-canary.f84cacd70","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.25-canary.f84cacd70"},"devDependencies":{"@firebase/app":"0.7.25-canary.f84cacd70","@firebase/app-compat":"0.1.26-canary.f84cacd70","@firebase/auth":"0.20.2-canary.f84cacd70","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.f84cacd70","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-d71JvRxRU0H8QCaAIsauH/MKI0SYRCuOB/zip8r0wmERCUbAM+VLmekik+FY3SNbaEThazjrdDyxZcVqPBGAUA==","shasum":"57c28a694fd0f4f5a8784ec4e4c8fd56531d9ee8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.f84cacd70.tgz","fileCount":1475,"unpackedSize":23107245,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDGLTu5IPD3II4cfrHSLGYUXaB8mq6Srl/LtOObu/1qnwIhAI3Z0FItJ1p8N1GprmDYM4+p9C00eKR4BczU/+zf8b5e"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimPewACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq9qQ//URkmnsVhrb4BLKWpcUOuFcnKeEJvzHEPtHtt26qMRbUgy/db\r\nIW0AwkOId0esXqfL9COKhKeASMJu74084vnUKE3itGmXtKXWlnoVMrOddkM4\r\n0b/KhNzE//2P7eFuIfL6rzB+tu9Wq3O3Fx1qyWtNrRptqNIFDapcyVRnSq9v\r\nwyT1VXQ2PheQhQA4lLCcV8Ed/pnYYIPgDu9FQ583dKs67J5HKH5Gv85ZA2UO\r\nIT2J12Q7dtUQJKXyPRza2HqM1LPHluPzp1MSqPLUCMlaCcF9b6GOdLovfzNi\r\nmFdtMcas8r7MUZd5XIZ6Wk5GqtxLSHMJtQYqwKW3fi2M86Ei/VyTUXaczW7U\r\n07OXjNAPkfzJbAiy775Zts5zniFNUHShVxnKwv5srKdInT9jI8Jxlb33WOKU\r\nI4A1QXwLCwHKm7a8IcPGtejr1V1NxYWzioYam8511NqLKqZuvrYs/HH8jTPY\r\n/C6WCst0yTdHt3xoqn7G2t+bTZoJd7yISeL6ACaNoVKDsF2ZoqQeV5PzWGEw\r\n1R3XThMbGxYDs1BQBmngl2sbGpYCK9gFf2Xqeo3Oe2YShKeVZFooIjMXyI4G\r\nqAzI0ZirNh7UHhwixL/oPeVKxIUtwG0SlB/1nj+vjRQDdw1KMT2uXBBlDeAi\r\nfO2w4hgEYaV6iC1nkb55PI9+vpdLJ2YxIAA=\r\n=2gjN\r\n-----END PGP SIGNATURE-----\r\n","size":4353261},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.f84cacd70_1654192048440_0.0372913229968419"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-05T13:08:50.389Z","contributors":[]},"3.4.9-canary.0197076b8":{"name":"@firebase/firestore","version":"3.4.9-canary.0197076b8","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.0197076b8","@firebase/logger":"0.3.2-canary.0197076b8","@firebase/util":"1.6.0-canary.0197076b8","@firebase/webchannel-wrapper":"0.6.1-canary.0197076b8","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.25-canary.0197076b8"},"devDependencies":{"@firebase/app":"0.7.25-canary.0197076b8","@firebase/app-compat":"0.1.26-canary.0197076b8","@firebase/auth":"0.20.2-canary.0197076b8","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.0197076b8","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-+nOWc1HB1ACTnDc62UlrQ63EtSwmloT6HlAYpc6lOSWMSNHSs1xXvhCR0/elCo1+jpG+OJBCPNevK54d3Vv7OA==","shasum":"199ba216720d2b9b17c734a16b19a5de424ef342","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.0197076b8.tgz","fileCount":1475,"unpackedSize":23107245,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAhxuh9fTQcbiAGwsEWlXRTmm0EmyEZEcqf5CbYzcQ5lAiAo9SfxCBQWiig44QXrWxt2rngaqpUkGF2SlGQp+vuHow=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimS6ZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8gA//SEn9x0zVhV7W0ug1hoNYDO6a1tNzJOaBooewVMLawLr7cR0R\r\nQdOOfYHV+euuWjU+DKzUBONzmIdvkup7pctuOKalFrKxKT8xzbvdN7DpU33s\r\nomS+0KfmudpU6fXilywIQkuNLbm5yffldMUdMDA7JWh5ujL6BGrGy5aoyeiL\r\nZiT3jpqBrnq5SQGEGmfUGbWCiAtq6WOkkWnho6uQihQdSns1M/Qg0ByPYGIy\r\nbmZCw/OVnIrrgREmjWlPZM7mkWmyXfo0qqQiLsX0aoDxa0CtVxE3b4UTdlNk\r\nEawks8n40A7U9F4A/0ijICwkdLCvImmGMhRT8F0fvBFDTjlzbs2I/9Wn/JRV\r\n4qNIv1nk46x19zaPQYXeR8vsKOkW45VcqO13qWs/yKcETkL2FrhR40lKgKIJ\r\nXAB8lG9V0CU06DE05CSUCRJQLFsLlaoE5+L3henxwRrs6CLOctVTxjeqGLzz\r\nGwX2AGdlSdNPYh1i5rk15r/2+B2Iva3pAdh4sqBuA9hG6Hx2TGhGg6rGjKrC\r\nszW5e7NMNXnh7WiNeY9l/GSSDgC1Y7E1f85shCbE+4WVK2Z+TDuWdCxFrKHR\r\nWIbgeUTbvOrMOhbNC0LQ1rimh8F3nRpPzgabgTvC4iYq5HYcDF+wVxKgcsQw\r\n0aiMhntrCF4iGja7o0JTD1douAqWOGZ25hY=\r\n=dKpw\r\n-----END PGP SIGNATURE-----\r\n","size":4353270},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.0197076b8_1654206104813_0.044980199283773725"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-05T13:08:53.683Z","contributors":[]},"3.4.9-canary.c66d59c3d":{"name":"@firebase/firestore","version":"3.4.9-canary.c66d59c3d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.c66d59c3d","@firebase/logger":"0.3.2-canary.c66d59c3d","@firebase/util":"1.6.0-canary.c66d59c3d","@firebase/webchannel-wrapper":"0.6.1-canary.c66d59c3d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.25-canary.c66d59c3d"},"devDependencies":{"@firebase/app":"0.7.25-canary.c66d59c3d","@firebase/app-compat":"0.1.26-canary.c66d59c3d","@firebase/auth":"0.20.2-canary.c66d59c3d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.c66d59c3d","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-1pz8/2jcQoXuJHB3vjc9sGtgDX/4VhOKe6beykBvoCG/68i/PHlxjwztNpdqqBRFstSvOarI+0NS7eUK/2fJdA==","shasum":"230e1b96ca17a3e72fd73b2965b8aa67e7d5eb63","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.c66d59c3d.tgz","fileCount":1475,"unpackedSize":23107245,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCK8bsY15M5ST17eoRE+zYzf/3JUhDxECL5Jfrajj6zJgIhANrSm+iQHHZwmBoydFr7wnoSoV2dr4CsdO77RjQgmPnP"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimkZCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrW1w/+JP3WnjAHd/s6o2OLA+bwwSGgvbW7LQXifue83JFh/JsZq1Jl\r\njHi4DgYvp5hp6qp+Qr8RD5oyrZiui1VxkbLXTlsidBKr21j0ZfcmrROjaD1Y\r\najXSdk3fHPLQ34qcrI5Qi3P3sRrhlokHN/BAkqdnDBfK9MIBO2LcxZGb0RIh\r\n19EHSpbuqjiwQLbburvzOSX3uPY7OYr0ZnkvosFibaCHfl8xo3NGr8Xoe3xK\r\nXEsIJRRsg6FSnM26tyawhxPPdEPldLcbVFgwNZrHeUOm/V0+C/XvZxdppqW7\r\nhQ++PR1XUKj5mRhcM95Vsyq6d2vyftSz+oOJP82D1KWO0CaCERXeHqJgVWpq\r\n8+Wjn7BayIuYdEC17WUhIjipwmByBNTisEQqGkj+pJOauRXdKCIyWv61t2IA\r\np+zJzVtE6Eytl9ssHHT4WNNXJ+w6Qu1rT3EJH0jad1DhqlNmqAMtzUec2n2R\r\nwPHSVoThLS0PnKqs5LVsAMTXzpfUKCsInlZEej8IBWzLkYiC0W6IHub9nKti\r\nordqS4xKB9WM6f9FU0nARJr1r8cItYextV885+cGkZnIlaI243A/rcuK4FOx\r\na31vdyTV+vGbG7cqzzPv4GPpuN4m3BYf0UUT0PcYFoiWQtw3uksycNbcdICv\r\nnV8RIRGc9gdru+aCWB7JUjhJb1zNyIMfaH4=\r\n=c7Cw\r\n-----END PGP SIGNATURE-----\r\n","size":4353270},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.c66d59c3d_1654277697978_0.470205300904152"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-05T13:08:55.294Z","contributors":[]},"3.4.9-canary.2d6a4143d":{"name":"@firebase/firestore","version":"3.4.9-canary.2d6a4143d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.2d6a4143d","@firebase/logger":"0.3.2-canary.2d6a4143d","@firebase/util":"1.6.0-canary.2d6a4143d","@firebase/webchannel-wrapper":"0.6.1-canary.2d6a4143d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.25-canary.2d6a4143d"},"devDependencies":{"@firebase/app":"0.7.25-canary.2d6a4143d","@firebase/app-compat":"0.1.26-canary.2d6a4143d","@firebase/auth":"0.20.2-canary.2d6a4143d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.2d6a4143d","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Ub/umKxLwAFxDK/7tiafHeUiU32jMpYnYIXVy6lRUzut/dbV8Micg0O3e+jDHRUnzb2odTTU0gwnTiQAlmkW7A==","shasum":"b0f54873c1ea5ad936e600742d18b399a4e9be7a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.2d6a4143d.tgz","fileCount":1475,"unpackedSize":23107245,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUdGlV8lK6RP1cw/QEEwBuGtk8wztj8NicqVSCI2h80AIhAIqXzmvjAbPIJ0d56pjHq/qHo1eyg0y/g4L0ZMgEXEZT"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimkfAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoG/A/+Lvk5PymZD9+5FQaky84NnmxSGFOl5MO8OZd/gfjvDxCxSe6I\r\nxbkEeTWesQwwjCZDt6NmWfSz5ydrcy7iTTGqeY0qD4DMR+Mhe1qvxSfKtYmp\r\nOHAsx1+k+8/R7Um4Ao+XqKOm8AK2lw/KH7f+qdYhEKJvmYy3xj75Xg55/Mx6\r\nFxwgbieCC7kG+IW1CWEwgB4AlefzAoXeevUsbp0P42iiDaqQWWGW4xMSoKDr\r\nHuu6n37AWPQM86XDeUu+kBt8lkD1T9u2kfP+ZK69XbOfrl2miOrC8f0bpUva\r\nEiSUL4bu7j8wOAxWZcjeUy7qvKi3uDEmCByk2LQ2DSJdbC1QDe5rdXkj5Som\r\n1UEZwZv9LUW6kqbRsgx/LuOpVEpEl6ytAU4ySUyxkMrGkz4B1n0fh9Z+ZEJV\r\nCbdVUhB37lorLoY8wNWC1LUMt1tL4k7blEtwU+1NPfZAcRF8gTAxEMdrPAEy\r\nYsUu2szhA1pg6rIKTCRRmTPHkZ7jp/iUOpFXeUGKLe2SyLURZ8ez/tV1ERP5\r\ngDX+ea8JOrwWP2wlI68BT/j7KgiKgR6MqufqLa1xrd8+3tF+JWdsqds93rFY\r\nNCIXSAmhTpG+3wEP+Z6zYwppuLdBZST9WUQFsVniEFjqGt1iNp5YCuVQ5oxd\r\nVWBGWTRarfSv0uCZxXWOcqz7YsClMr40E+M=\r\n=hso+\r\n-----END PGP SIGNATURE-----\r\n","size":4353272},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.2d6a4143d_1654278080188_0.11099360707166883"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-05T13:08:58.153Z","contributors":[]},"3.4.9-canary.497d34c84":{"name":"@firebase/firestore","version":"3.4.9-canary.497d34c84","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.497d34c84","@firebase/logger":"0.3.2-canary.497d34c84","@firebase/util":"1.6.0-canary.497d34c84","@firebase/webchannel-wrapper":"0.6.1-canary.497d34c84","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.25-canary.497d34c84"},"devDependencies":{"@firebase/app":"0.7.25-canary.497d34c84","@firebase/app-compat":"0.1.26-canary.497d34c84","@firebase/auth":"0.20.2-canary.497d34c84","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.497d34c84","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Pac6KU0BXnnAiIwsuNDsxm4qU1D4/MemmBbARhQgruhh8ydvNvQExPA5wI/f0Y4GvwumTkisUXim88FdIxbaug==","shasum":"6dc8955ca0c66dc725026d63c2d8f466802c56b8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.497d34c84.tgz","fileCount":1475,"unpackedSize":23107245,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDGIXkIDdlT2stiNJehouamdxSgggB0DHyP26OVURoTtQIgTob5sPmIaa3G1UhcD2jLSuUcMOiyaloxr95TbA2gOfU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinjLSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr6dhAAg4awTaKUTaiRF7c+BT9CfQyHVGqZUuJKl3FmRNXJIn18D5A7\r\nXiTatnFMxRPOXny0xkfhOqqVyAb5jEfNopRBMFoFXAJ3NGiUIQ1Q3HAhxA5r\r\nP1fwIjctKpNVOfnuc7KjUV3Q3W0/6mEoAPv3oSgmsVwxRe1R6q+9DX6KwYto\r\ntqVo9aXzBhwkLVZomn+7re1RYo2boUaAbARjRSTx3FP0ovMSZv+xRR4k1nLf\r\nVeEcibjbf7oO/+YPBgKze3iNvuR56d/f71inAEjyBNny0/xMoBOUlAMPX1KB\r\nE3ilb1h0/e1O+95r+GedTGrpZnFlCWhQkt0Eh91HZLRTFcIFENYBMjJdB9f6\r\nv7XmDDb4JjHVF83iewAAUeIklS4GLOXq+WfG6QmJewflYirrOmJqTIGe/AXs\r\n6NSaRg5l4Ik6eDDbolpUGfMC5fmaHiE8ICW6tyd9sLi7YAEArrjh8zGTNRcl\r\npYiBw9Ek9N8mcPIhNmwJQlMJdQry6Lzlbh9gcVHEJHvceYjNDTOcv6k68cr7\r\nS/HbFRZTOGXphjOmcVPhaAUOKeSMMYSUlc6y87o9D8C6iB7semUu86HPqIx9\r\nuWTte2+VOy75uj0nL0xxIQ9daX6PApVUo3VfiQm9UXF32+8nCptFghObg88Y\r\nmBuZfxeAJlkUwrsQEKSGJ/D3m1rKjrjYm10=\r\n=6plV\r\n-----END PGP SIGNATURE-----\r\n","size":4353280},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.497d34c84_1654534866331_0.5771142744391025"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-06T17:03:18.191Z","contributors":[]},"3.4.9-canary.8340f84d6":{"name":"@firebase/firestore","version":"3.4.9-canary.8340f84d6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.8340f84d6","@firebase/logger":"0.3.2-canary.8340f84d6","@firebase/util":"1.6.0-canary.8340f84d6","@firebase/webchannel-wrapper":"0.6.1-canary.8340f84d6","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.25-canary.8340f84d6"},"devDependencies":{"@firebase/app":"0.7.25-canary.8340f84d6","@firebase/app-compat":"0.1.26-canary.8340f84d6","@firebase/auth":"0.20.2-canary.8340f84d6","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.8340f84d6","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-rLC8Vg/9XuIkpdtRLsS8914HY36uoCn+DQnwZzsu6AsjxnSXG/O+iW91jaxPM8u15ajESI0Xrp6vG7EqOwSMJw==","shasum":"88ae7613d5174ca1ca0bf2ad07dc4419be3fbe49","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.8340f84d6.tgz","fileCount":1475,"unpackedSize":23107272,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGzWRLmXD+exJs+ANGcByx6MQf/Ou1xrkHyn6Kqo5WfpAiEA68dY+7hyuu9ANc5EH+N+y89eNaj2DQC5va4T4qt/Azk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioONRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqpzw/+J3vTPo1s8oYYzOKXDEic17iQVia+WiZqgelxeXKltUtKKoxd\r\nwmYCxqvRwmmapDExSYHrsqnR+rV2RgfRqToUn/DVJUNV+TNzFW5AFS9ZFz5B\r\nMFevlrME1Je+KCrNBW3DraOpuueG+AUwZZb4OWGs9GOgeY+67hvf3y92dG/A\r\nUO7SjhyU/nrtcNgcCwqpnEjH+4PKHtQ7XsUnyO+T0MgaMkBPluLSTr7xWQEy\r\nzfilZMb3B3nQYCDjRJfP/KN6NbTCCigUdy1KpSiJ+LSC7WzHaNT9MrmhWuEb\r\nZQ9Tudp9tkVYpP3bPI7ypbEpPR6cF+5Ha4VLUgBcTRQ7R6m1vQ0LDG44pnT3\r\nJm+0Ky6eGdcfmZ7/dpCRF1EfJNc/GhMxAcuQ5vYGw7Ip/T/shMU3jjbEGE9w\r\nhd6QZmuaoQElVYg7ircNnM3zKshLBjdyv7FUdBNMHSI0w+RIPM/M2w2DPmNa\r\nT3/RpRbirk2D50yfxT0qrEaoocQTi1NovngIG1Raw6pZrFkpUpwmNGOmFj0v\r\nNVXfeZB4woqTTCIhxzVFAO6vln29wlex/jzB60R5cfaCZIeONtHlALdkuI6b\r\nbmAgLfo6utvgykti2TmVfU1hivXnhRwgUfR8scve+Thxmppvbjm/V0bABH5H\r\nTBWKSUl+1DsAkJQC4nEChwyVYsG8940wwuY=\r\n=eh9k\r\n-----END PGP SIGNATURE-----\r\n","size":4353307},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.8340f84d6_1654711121526_0.8360691396877287"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-08T18:33:17.200Z","contributors":[]},"3.4.9-canary.cec9946c7":{"name":"@firebase/firestore","version":"3.4.9-canary.cec9946c7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.cec9946c7","@firebase/logger":"0.3.2-canary.cec9946c7","@firebase/util":"1.6.0-canary.cec9946c7","@firebase/webchannel-wrapper":"0.6.1-canary.cec9946c7","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.25-canary.cec9946c7"},"devDependencies":{"@firebase/app":"0.7.25-canary.cec9946c7","@firebase/app-compat":"0.1.26-canary.cec9946c7","@firebase/auth":"0.20.2-canary.cec9946c7","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.cec9946c7","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-6gg4AqVCYUzrJWNY3K5tcQNo87PWQPue54xeVBJNXuuLAI5hkRUm8Rarfl2cUFzxYfeeQfHgVsEjjFqqbPQLvA==","shasum":"75db8d52a35ea495f661537eace4886c46ab6792","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.cec9946c7.tgz","fileCount":1483,"unpackedSize":23293802,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDRypU9xBC6YIaaydr6tr3V+1H4A/e0TGRsc+6U8dB1ZAIgcmALQd7SoQFKKOB7VKrqc6ET1Sle3iVNrHv/GB7yIgM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioRFEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqdVBAAohlr83HEjenU9O+SGaCFs2BR5x5iYHOPx2jcqckfWsfgJTH2\r\nHhO+TK4cBLf1aSkQWMk18Fgd3UKdp4xHA5LPGz1Feq5EJzRUiVyUYCqFORx5\r\nUBwFNSEtc6zCRz/5ZC6Z0wWw+58CWQJOq2Ivm7j2+nBxW/CKHOgIhK5ESOj0\r\nmsnp+CRk5iNOy5iHDmWsYI/BlH0Yd/mNxLIcXwbBc4zEpgPqY0/TygmNVzEY\r\n27sfJH1x1bEyskeLJ5W8F8q/jWxlW2REwrkJa29vfxeCdloPre+ennAISpV6\r\npRM47GY9YiSvaFlxJv+B3dajS7njt6bx7JTu5f7Z9kwIKb8T1iOGDfciVOnt\r\nbeNmF27ZUewZA4umEO0k35R8Y5ytuFeUtsBLvJBCXMcG6dfSlVg3wlghkXeu\r\nV173x04U5tbHwtq9MNT92SN+EPdMAgzdOKJ65gAc3vB+XySqldKHg+zoS2gd\r\nqVudgjGVYshVEpFAZLJ7il7Jl4iEFhPUAe+6tQu54b5PAvYAU5lRFIyuJ9lF\r\n4mdQ7p5p2yXdBTXAp2hsvpoJb4QqXnaZccsM2krcczKSfkbCQoKMcMtqTuj/\r\nCOOx9WCZqh2olIUHrir7gl2k9b0oJDrxL+utT1DTz3hX77van9BBdzMHqjXw\r\n1Rba/fVnQyh9zpmVF3AyHpGyA9dHvPu6wxI=\r\n=M3oT\r\n-----END PGP SIGNATURE-----\r\n","size":4394178},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.cec9946c7_1654722884119_0.6532065202181785"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-08T21:35:32.048Z","contributors":[]},"3.4.9-canary.d6338f0af":{"name":"@firebase/firestore","version":"3.4.9-canary.d6338f0af","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.d6338f0af","@firebase/logger":"0.3.2-canary.d6338f0af","@firebase/util":"1.6.0-canary.d6338f0af","@firebase/webchannel-wrapper":"0.6.1-canary.d6338f0af","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.25-canary.d6338f0af"},"devDependencies":{"@firebase/app":"0.7.25-canary.d6338f0af","@firebase/app-compat":"0.1.26-canary.d6338f0af","@firebase/auth":"0.20.2-canary.d6338f0af","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.d6338f0af","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-zwpT8lLpxwUgyDqL6BZSRFrSAS9mjkAusiVz5Qj6Yw+/KQUVm9nknsRLAuRVqG6jZZUMOMvQGys/ZL+7Qj3cZw==","shasum":"d8e82aa777da4e7544d69b67edc48fa558d2fe28","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.d6338f0af.tgz","fileCount":1483,"unpackedSize":23293802,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCWJvhgnJc+rmiuycFV/gk5oZ45avOxYEb5XV1TgpQ1WQIhANozm9xMV5CgAxf9jndEX1ca12beIZspMmy8Vq9G93PT"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioS+oACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/7A//aOkPyED4BVkJ+3MoX8/1rFbqxrDuwUpX40/zyjmuM6eRa3OL\r\np43X9peNdYFT2GQX+LhTBk3S89RHP/iaFQqK9Gv3qaI5k2kjFhdrjku3HvCp\r\nM1Hihh6WGQor8WW0nbi/pbhvTsOu+XQtcZ0OhmYtEnP2IcpdYybrWGtahSnq\r\n2eQq0ewkWkoZl9HMi/MDWA1pciBgZlZbOLc2s1zafMuPe7uMB6nFsI22zHic\r\nNmySdoODfC4A60qeFD8dDJpEJJ+nWCixET3FSpYeKdISqXybFs2a49rMQvYt\r\nYHn5Jx56/TeuPFtPEcgpRCmg3EZD9/jHA12JSBCZjqSFcDeN0CSGv1sBOcUS\r\nD8YqpdEe/eZOoPRb5npZMobkPncHo8dZIVMN92ua4+IFbz3n6OyM2r/XVRo7\r\nWp8c+6EYf2Kbcnb1cblsSrM5Lttr63bNF/lCa3k5XjjH30wA8f9AqBysn2rq\r\n1oQN5VnL4Eb17L30AZwYOC3byCwvuHL4G7kXFK+RI3O1BjL1RmBEHQh3Alrc\r\nBHOOVGrcciUw+dIPlXinAniLnCtlpTKHWjalbVlMHav49RK87qPqBqP2axpC\r\nhipUyhUWCv7ryfSPUeIXPFhIyC1RZqLUc0x4ctw5IJTMYiMFMT7TEFtE2Zxc\r\n/B0ev+y3eiZTHVtkxdC4cw/DwntpDJXnEaY=\r\n=ElXq\r\n-----END PGP SIGNATURE-----\r\n","size":4394102},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.d6338f0af_1654730664399_0.10528272472656952"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-08T23:45:08.301Z","contributors":[]},"3.4.9-canary.59cc9ce3d":{"name":"@firebase/firestore","version":"3.4.9-canary.59cc9ce3d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.59cc9ce3d","@firebase/logger":"0.3.2-canary.59cc9ce3d","@firebase/util":"1.6.0-canary.59cc9ce3d","@firebase/webchannel-wrapper":"0.6.1-canary.59cc9ce3d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.25-canary.59cc9ce3d"},"devDependencies":{"@firebase/app":"0.7.25-canary.59cc9ce3d","@firebase/app-compat":"0.1.26-canary.59cc9ce3d","@firebase/auth":"0.20.2-canary.59cc9ce3d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.59cc9ce3d","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-XvYHeRlNTG9CBRLVpcQAkPDETIzF1C9685dpTRGoxKYKuc20zdBcNEMBO1qe0uCW3cdx5U2R5h9KavNmWAYhTw==","shasum":"5fa4acb04b1885651ddf11292133d2fa4b64fb1a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.59cc9ce3d.tgz","fileCount":1483,"unpackedSize":23293802,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDvFKNC/YoiFE2HCkYaPVvZezpurBOgkkpV18Dr4w1qWwIhAM1NcCXHxp6jeBF7x4Rh/tg9PkhXq5Ptn4AWbo4HySbr"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiojIiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqmBQ//f1OfJnJmMGC+9sZBaBWfn2s1BpiWX2jfRttEg+jnzczft5/1\r\n5hi286I7pKcAnuVLq0YYTom7+aFJyQIhsczYwmHIWfzKflHy6HukBfSdepg/\r\nhj1U2GF0ZPSIJHPUMcQuzVrwOD8JCndS8tV/AmAgSsFDo2cWAOB8CbPkBGVc\r\nCI4BrQ4U8R84o5Ten/PEIBVnwfd4D1QaRPj4o6Xip+HpXZ/neBIwE8W8GYa3\r\n0NVmvRKw/eyRug2noR+b9nGiFuwX/fe4wP1dBJbQ2OHPO1RGdaRuJ/G0OG58\r\ngF4ScrgyPj6Rf64vD+uT8GJ7IBdSaVyOEjgBcuG0ngRikn9qFQIcbEGZiMxW\r\nzPTy9eo3JpeYmx/5OVMkSE8C+d+oFP7Ef8DHa0+4ic5zj+NRB1XG57iKtTya\r\n5Fo5XBN8zZ8ffUuSoRV26gK+yq3pqVwCB4H7NiOfsGoLMgguqRNQml5zjbQr\r\nntzrZNn3vi5IJtbfPicBsLhz4RnwKq83Zq3cLooU2xnk9+jA1DOwqU5SO7ag\r\nrqzjA3t3Hg4B2tXMz2gIC1nfs67XQ//fzEKWcYF4WNjSQbXKSXWVpKttBe2p\r\nILiZvlbRosDl0NNcJ7nUABFalziANm54ki9s8PszBFi3g0qUJ+imaKgCpc2x\r\nUll1aOLuKJZjLT32P+suL6PNPKzn3kqrXUo=\r\n=/ndR\r\n-----END PGP SIGNATURE-----\r\n","size":4394172},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.59cc9ce3d_1654796834069_0.3877564074187472"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-09T17:49:25.091Z","contributors":[]},"3.4.10-20220609194004":{"name":"@firebase/firestore","version":"3.4.10-20220609194004","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.15-20220609194004","@firebase/logger":"0.3.3-20220609194004","@firebase/util":"1.6.1-20220609194004","@firebase/webchannel-wrapper":"0.6.2-20220609194004","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.26-20220609194004"},"devDependencies":{"@firebase/app":"0.7.26-20220609194004","@firebase/app-compat":"0.1.27-20220609194004","@firebase/auth":"0.20.3-20220609194004","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.10-20220609194004","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-94IEuiK8sJynDcLo5PZ/6MUffjXejCtOk7CumG1JpPHcbtPyIlqAtIQZsGuvXfKunicZgINqIhYivLkVdiKoPA==","shasum":"e8256a6e1f9042236109a2ab2f28fa53aad23ea4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.10-20220609194004.tgz","fileCount":1483,"unpackedSize":23294639,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICB8zl+4AZ4vZROPSaI1nmd8v58T7RmwRYO0IUMsPt9MAiEA+v81jgbDIOjIDCZiO7KW1FDfonf1iy7ulq0ib2ongcY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiolFDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBHBAAkt+vrpQmWYuZgJr2kqF9Y4L6Qh+MvIT938DmEPjRUbNK4T9P\r\nS2WI5jsska8olIxTRVcZQ5cZSa0Jjjzy+qAjy8wafDmAymsbVvS/rarPYs0B\r\nlQaDRP14AaGRLBL6tXi8AknNY2Ye8cZJ9OLgB6efzwEIrNCAJNe4WkjoBBM7\r\na4O5Vn1WD8JR+teb3hdL6XN7QHLZ5Sh92+zD5fTk+vXTJOcMoJQx8LsKUWfV\r\nR2YMD7YiHmTiwkqPB6naUT/C+khWzastAzGkA1FfUNix0xUiwjanUYbQy60p\r\nLeDMT3IHc0l0nS9DeT1Q88Vk09i/yykUuo3sYZzYa/YuoYBAfIs+Df3731Lp\r\nJ1oXwIpOYkKIN4tBjlK69W2nZ1RbN36hiyDtDl1kI+hxulBDVQ7s3Bv3SOoL\r\nmwN7YbnYGLqdSDjni4mI1PIcQZWiBiQqRzirC+Mr/FCL+8cJG1hoElwW5Huq\r\nNPirbwRXmzeQq8cw75+SnW38UuvdFe0ORn6eaPPAys9HSpKQNbQuIHjsscNi\r\n7olKxzZwYKWfrNktw+2s7y7Jsc+CsxYTXoLxzkVaZo3qtqDHKzliJRg9Tj2H\r\ny3NUkRQoI3+TrTo8u5sirEeBAhMudS3v6fbCU7YSTVDgemZRimZKKrfR2h+o\r\nQepTTfV0e+1famXjzMe7R15xC9bEPK4p0Bc=\r\n=5jI3\r\n-----END PGP SIGNATURE-----\r\n","size":4394397},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.10-20220609194004_1654804801690_0.23844868748293147"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-09T20:06:00.248Z","contributors":[]},"3.4.9-canary.2ce5d19a2":{"name":"@firebase/firestore","version":"3.4.9-canary.2ce5d19a2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.2ce5d19a2","@firebase/logger":"0.3.2-canary.2ce5d19a2","@firebase/util":"1.6.0-canary.2ce5d19a2","@firebase/webchannel-wrapper":"0.6.1-canary.2ce5d19a2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.25-canary.2ce5d19a2"},"devDependencies":{"@firebase/app":"0.7.25-canary.2ce5d19a2","@firebase/app-compat":"0.1.26-canary.2ce5d19a2","@firebase/auth":"0.20.2-canary.2ce5d19a2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.2ce5d19a2","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-MNRw9d3To6fm9cnq7Nb0BOY7Mva14ypGPyFP2LAiXGA0/KCruOXpiO+An5WWXOMvKQZTE2si5qMpaQwC+UCFVQ==","shasum":"b4c42a4b63924c473eb515e3aa929d856d4ed76f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.2ce5d19a2.tgz","fileCount":1483,"unpackedSize":23293802,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFxR/maAGGY9RnEWG2HnXoDgXScLkuqfHW3RcXz1eNQHAiBKSKTJOsD+3BW4K+dbUvIBjhXjP8Ipg7gIhxNHy/InMQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiolICACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrM4A/+Nx+CfVxNeBs2sNDqM0EubGVeFCjMyQzf/fsiSZyE24q/usvu\r\nWsw9RRETkEYuDQHqRtWwzGff6+0R7plfTi8XYlY0MpiB/HZgq6Ufwn3VmbEW\r\nkpl95d7UjCuIU4AYkmfcElDLPbcHNrlBKYX+O6bqYGN70P9/wu37OmKNKmQL\r\nOiLzIvvdqDqdq/JYujGXbWwCvcAcRts3dvAifKub/zgqkcSW+Glo1Xuylmmj\r\nW3D1ikLcSJQggc4MyG4e7NXm/73I6fJv+lKfBwHDhpQGhy/ft0gPmmlbsSP2\r\nEqNl92Li2rflzPINEyuJ6WPI2lWKX/imectszVAQlNlgLNcxQhQBN71F61Qi\r\nO+mNjDyzE/45OKXSsyrhd+KUCAdMkJDfbs7PpgbS6fV5EORtN1dk2rtUZ0/n\r\nutkehjgp9q2xkHJjVZb2Rmc0r1VNGcl5+bxu6GpS6LKi98Bqr1chuBm8s6gc\r\n3+4Sr9O9L/sztewWm41kK7hV+ZwjRU2q7UH71C/kxWTZcrJF9swb7raHVDsl\r\nz+9FKzi7LwryBfITdAWl4KMUrNyOGoCDMOaRIQ7kznlOYvq29+4KM1vm3h4y\r\nZMV3MbRYdLW8S3gnyTE7sSOSDxc65gNFxWxTM2V+LCCG8ja8FVRj3TURO/Vk\r\nf2cEcVytW96ojkjTzlIzApYSYs2CjMX5J6s=\r\n=0R3X\r\n-----END PGP SIGNATURE-----\r\n","size":4394171},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.2ce5d19a2_1654804993854_0.5160913699930281"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-09T20:06:02.095Z","contributors":[]},"3.4.9-canary.abcab980c":{"name":"@firebase/firestore","version":"3.4.9-canary.abcab980c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.14-canary.abcab980c","@firebase/logger":"0.3.2-canary.abcab980c","@firebase/util":"1.6.0-canary.abcab980c","@firebase/webchannel-wrapper":"0.6.1-canary.abcab980c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.25-canary.abcab980c"},"devDependencies":{"@firebase/app":"0.7.25-canary.abcab980c","@firebase/app-compat":"0.1.26-canary.abcab980c","@firebase/auth":"0.20.2-canary.abcab980c","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.9-canary.abcab980c","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-ByWNYekRuBDPR7jk/cjTOBuxhLNNORG9UHB2716m4brF5HdQvzbf2YVL1fxHOVlNhI62oAKuoLP3Pu9L8XnU9w==","shasum":"9f1dd05d144b377926c3d8508d8d666135b288d1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.9-canary.abcab980c.tgz","fileCount":1483,"unpackedSize":23293802,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDhSgNb0FPwa0/asc5UbkZSeJQPIMxpChRxivC03of70AIhAK8q5bN0JLLPNgebUT7Xrq7fqSwNXH+7kPFeEi87aaCf"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiomx9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrogA//XHAWLwsin8gKDTe18l6+e/1C1gL8xrJoXrdkxANlJfJgPJhd\r\nLOQ3/BEdpYMTENtOIUzVYqEOq0L5DDShd4fWWM0/hhZ8VElwSkAu2yiYhGZm\r\nkKIislvAaGMSwmlte+S/0P2JV5KA0iS/jSdpzxMVk0qP0kFRK6XLQ8Z2ugZp\r\n6y6oKqBfvwzOZgmzlp+oAPmy+zMkSX+6fvBVP7gBnf4OCUd+arlLlLDB2MNH\r\nS/qE7sNZughbt+MKKD9nPB2UBkwQH6hRY/lxO4QYaVQI5g2J2otVlmL4w/+g\r\n1JIRWPIwNuesxpF0Z4g6WJR2XFHuL1a4BA8/ra4SK4BMYp1wSeiJqS/OykiX\r\ntlNbFZhcSL7WUdqin/gbeLqUPudam5V7pYxt+r9QtfH50uuWhenxcAkJfTfw\r\nBuf7n6XyOsCjZ3opJz55qZxfC+37AULjF7QmRWfp8jxMaC88leVV2ikg66Ft\r\n2N0UxHMRWsBXpDeDsU67La6zP5yJKWCyIuusFTgAa7AuqRmGHiR/uTAfjNmx\r\no/tlgAwaegi9Q5OdnJly1kdfUpUuoK0NZN5qjqZKdy7MxjBdLmJYppDWWPng\r\n2TS1hsW9ftZ2cuWyhr/3jNJ8iwI7UjHSCs83DwqVubHHFj5eyVTg0DEdW7pL\r\nQkqzi2+sNnJtn1eg+IsYVNrygusi1mGbrjo=\r\n=+V2E\r\n-----END PGP SIGNATURE-----\r\n","size":4394134},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.9-canary.abcab980c_1654811773609_0.05932325972105201"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-09T21:57:03.594Z","contributors":[]},"3.4.10":{"name":"@firebase/firestore","version":"3.4.10","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.15","@firebase/logger":"0.3.3","@firebase/util":"1.6.1","@firebase/webchannel-wrapper":"0.6.2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.26","@firebase/app-compat":"0.1.27","@firebase/auth":"0.20.3","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.10","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-QUW9B7U8G0zbontuEPCJaoD320AZPOM4skV+Jd+WJIUUrmg/pLCW68Tt9ycg6zQ+1WdJtzaOU35NPJS7VIP8Ug==","shasum":"3e74a9224684d0f6d8012803cd6678f3c25afa1f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.10.tgz","fileCount":1483,"unpackedSize":23293818,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAcPb61NhZKz8zBLaRgSdfrwIyQDBJekZtIFJp3K6mN6AiEA4ZeqoLu+Unk4QrBCKYpFg8U+OvY2t1EoV2unKEqo47I="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioogpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoHnRAAhgKDrgv0IX0RJOlFWCUyIhJPQOVKFlME2+b49GKFCKUvWn0y\r\n/u3yZaouOVnEtH71SPjEtVG6ooneiOdXYKyuVXw19srTpxlv+y8oZsW6Qp4c\r\nZQTj9KXVTtiZ9tcUkdxLEl5zV0+ODhhniG0KEKtIU1yY9lVBB0dmeMjtxOmn\r\nq9Xo5iST7Y9tpKjRkZy3FDCKjZ3ZgL6Hzw2I0IaSo72c2ZVAMHrXiuNd/2hE\r\neSXa39V/+/5Y+0f8jZ1fLACTzZcy+m1qcSKYvrcoDfMoZIkFT+hw9KCMbLkM\r\nAA1RnBBVLP7rbVkwC6ZtyhVnDuPlO8CZAzPTfVW9wZVY/unpuZZCgev3QU9A\r\n2qzVGn8AcLBlC9tQ6bFFzyFxrLYmBlomuNfjiGulDHZiXon2jYgIhUfWiUuh\r\nbRIszX0y1RZxpdARNUqFP8Q/zug+RkJ3UUeKhQlSvl8srpDko3CWcV5Zb9l9\r\n5KzxBPna5ypokoJaAZjyim3eY1BFuMhNrl2gm0R1AXTF0qwHP0HzHXPu9gjW\r\nc4P10dCsE6/WcHBH5zR6LSDzVQOWTe1Uu9gFXxWsKOvTaWB7ujdVeESlGp21\r\nSQogY9qGTTJsrAA668y09wdBxrvKHx1Zboex7gcjtopo8bR9irmEKLi7u7Fh\r\nqbAa5q+/7ruHB82GlN5hHdCCfHjRRmJENNM=\r\n=sBHg\r\n-----END PGP SIGNATURE-----\r\n","size":4393967},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.10_1654818857051_0.2654036558635062"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-09T23:55:04.294Z","contributors":[]},"3.4.10-canary.790b08bf6":{"name":"@firebase/firestore","version":"3.4.10-canary.790b08bf6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.15-canary.790b08bf6","@firebase/logger":"0.3.3-canary.790b08bf6","@firebase/util":"1.6.1-canary.790b08bf6","@firebase/webchannel-wrapper":"0.6.2-canary.790b08bf6","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.26-canary.790b08bf6"},"devDependencies":{"@firebase/app":"0.7.26-canary.790b08bf6","@firebase/app-compat":"0.1.27-canary.790b08bf6","@firebase/auth":"0.20.3-canary.790b08bf6","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.10-canary.790b08bf6","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-/xNuLJIvKZSGfPpTeJiTs+qQUL2PW1iNX+reWakVC4dNm1+28qo2iG6+vUAktrQOAn/oS7pKwrK0E1pyhyU9qw==","shasum":"e593a11b575ff12cad73e986f4aae46f205d42a5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.10-canary.790b08bf6.tgz","fileCount":1483,"unpackedSize":23294614,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBbAJopwOCrLTVj5vPLmvV8vNSCDgDqdLgr2cz0TriveAiAN2YDIpPhPrQl9hJtYlKnHenxV+RvnUjYCCBNhNEPqrA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiopEaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpsLRAAgDF8VsgCQY1lrd+phu2k06qT1gq6YnOqHQM0pjBNVhQ78gcj\r\n3OBkAMerFyZe1rnFduIha6Wzd+ELnEpJb+I662UsR3Edmj4D9b/Xl6L4nXLw\r\nAcWVXojfbHbVR7ZMHKwKvfjB6o+K8XLB2VpmZ5w20Z969rwVYJffNYEcRlvc\r\nQKpO4IjQcM/qvzyIy0y1Lb1Xh97XWAFUMKSfUY8Sj8eZtQF0XVqFe7Q0tTSm\r\n3oN0wsvtARohGkcBYwfztOMr+DDHpugGEDbDxfx2siIfuONz1UNPcI4B8wI+\r\neItmlB9uii5wr4eFrNWq2Gp5p4UdMRckIn7RWuJb6/nJ6u4rS5nCBwFo1BII\r\nMtDG4xFEH+H2/R3rGm7E3b972Rwl/v+VHM7pxfgeTiyvULm4OVxusrV3KlML\r\nPOX2OnmhwD6I8wdarHddPORPHYJOxF4FCUWXxCBIYENwe8YXQnCYu2eaJeNA\r\nGzbql0ObSzjb+bPlkGqdNiYntJoWnmKMIGqNMBNEP/rzc/RvXVR0ZzYE8a29\r\ntPhPia9SG2KoOVoa+qHpup0l6XkXpWJ/m/PkLjJsgQ0s07UtCrPW/Q2H+S1h\r\nUuheKa9DnDqabWhYWYOuaKgPXceVx0UnH5WEoYYOfAnMDq5B67wU0QSN4GAB\r\nbdkSsSy7jfIpbWN4CsAtwfwDaJozCSduL/4=\r\n=lApz\r\n-----END PGP SIGNATURE-----\r\n","size":4394376},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.10-canary.790b08bf6_1654821146329_0.11320795640160042"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-10T01:02:45.942Z","contributors":[]},"3.4.10-canary.ebc17e27f":{"name":"@firebase/firestore","version":"3.4.10-canary.ebc17e27f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.15-canary.ebc17e27f","@firebase/logger":"0.3.3-canary.ebc17e27f","@firebase/util":"1.6.1-canary.ebc17e27f","@firebase/webchannel-wrapper":"0.6.2-canary.ebc17e27f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.26-canary.ebc17e27f"},"devDependencies":{"@firebase/app":"0.7.26-canary.ebc17e27f","@firebase/app-compat":"0.1.27-canary.ebc17e27f","@firebase/auth":"0.20.3-canary.ebc17e27f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.10-canary.ebc17e27f","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-fqyz99gs3pttQJDLYyCuDyx1umhRj1deYKV8loAmEKhGirto8H1PhyhvU6rhOQ8TLlOE8ZGh9/lANDvsGrcehw==","shasum":"5618bb4765245d569134c41ec34fd4545f200c26","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.10-canary.ebc17e27f.tgz","fileCount":1483,"unpackedSize":23294614,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAvLUwpPNJJHN6v6Tdb2oJoRciUGa7VJqwhoJOwRbFnQIhAKqnRt3INtOxXQZYp0+1dGcHXPXFXLqkkb4sst7PPIgO"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJip326ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqJzg/8DV6cfpS0mGTS42b2zCZJsm2n9pEYiiPdwhWzZYWoc6mfJ0v3\r\n5PXke/qY7FoXQbIbAImf/Ep2XqSXjIC0hU1rAOfnScsPp/PHBrVHwrp0bP3b\r\nPzn2+j0p+109cg0KL9RY4zsPgqDbGgNP34jQ9LkMC6tuXTqnsld+/Ra83XBz\r\nqmB+09XCyMPlsJk/C/CBr1sYElXFAapeRaeUfUMI6vZ3y7USLPqGZ5cJE2AW\r\n8uzj8vC5/6zvcsVM2N4Uql9PvU0TGOo5elrcqi/6LLGSXAuSM2gXYJLGk/ck\r\nGtjDsNAC8a1iKOk8vd8N1sGIlG/vvIUDOOUlanssWlN7H3X1hVPfv6fgTDpV\r\nlJewu/KLJeXH1dL5ullN3dUcl1oHxzvzucRbPXgeFqWyUTeY7VcvGPvNHEZY\r\n5rEJCzPjyQa5Trk0a2EQTyMj20DBSGh+2trhHKT+Ij/KtMGviX/WI+bsi6ix\r\nVbYfvlWDscYXTgZ61cf7+rkup7CBirpNMrDa0070NuNotc8Ah3/Zbv3v8FwC\r\n4XmZydEI6xEOu/T4jNbxHUKFn6dWbG0w+vhq5+juSmUVJYeWiuyzGZlBrjSA\r\nqusdZgdJOMhFqHU988A3G4l7kI1mzNR7oWvWVa3p+YlsMWizm9DOM8sK0KPp\r\n9Q+hkZNxZ6O16UhIriVfgMcIvx2jDQePfWU=\r\n=zqr+\r\n-----END PGP SIGNATURE-----\r\n","size":4394350},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.10-canary.ebc17e27f_1655143866375_0.18862073995454076"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-13T18:26:58.657Z","contributors":[]},"3.4.10-canary.8f826604e":{"name":"@firebase/firestore","version":"3.4.10-canary.8f826604e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.15-canary.8f826604e","@firebase/logger":"0.3.3-canary.8f826604e","@firebase/util":"1.6.1-canary.8f826604e","@firebase/webchannel-wrapper":"0.6.2-canary.8f826604e","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.26-canary.8f826604e"},"devDependencies":{"@firebase/app":"0.7.26-canary.8f826604e","@firebase/app-compat":"0.1.27-canary.8f826604e","@firebase/auth":"0.20.3-canary.8f826604e","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.10-canary.8f826604e","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-1rJdRwho8U/x8HaiNRjlNT9Q6t1oBo8O6k1AOQQag/MHLPMYVir7NuZ7Xb2vT8kJyMDaRF8kLuZo4aPPEWsIEg==","shasum":"4e2c5a1ff38938f8877345c0fa12e23bc11533d5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.10-canary.8f826604e.tgz","fileCount":1483,"unpackedSize":23294614,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCl0K5yu1DmxyzdTQBo5weIjS45yonc0eaLKewtzcLz0AIhAJCWqRKBlF3xJZJojiJCSEVU7xvFJlCX/52EDwcs/O4I"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJip5yGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp0AQ/6AuVs5GyTivHIrvOB3aGsRlhZ4ch7MRzq5OxsWeLKD7vg6+rv\r\nnNfNDc+EepqwqtH8vksjnf2rDEwWVvv6FWNbuWCJe2iNfZEAIB/L+nQgOe0e\r\nsK4raUMTLmQHMMNCi9KwRgxwut9G5CuzcfEEjvsjiZhStU3PZnjMb3nZjb+g\r\nYN9pfnY4DUAPPW/Kf2NUrdP/ew/aCHmiC7pPt3bcxDz7UQEyIUDZrwCsU1To\r\nhA2IEEmIGeHXRhx/ymS/LTwRjNC4uP4XRPqMMC0z8eVIjWfe1B811zlhUjqG\r\nkwmaNvNce/3gGeRuUiLqopEzCbdboitSODZGdxw/luHGzWgmKX+AUiM4FRI1\r\nmvPsRpVbLqub8NJKSb4kBf60mXueec/S06tyEcHXbYNNtdJyTTh4dpSw0zKZ\r\n+tpGpMCCR/9ntIGdS6W4xOIfHKeJRFt0qbfFeY/KiP5pzVjIW0p66TnGD6uZ\r\n7tmr3VqXHEJYHAHFZzbxFH9EHf98JVtjQWW5yv+FE2n11jxwka0eV+M0e3kU\r\nQGmdue600n4nokQKDA5cOPKSEPMIK7B4HZJKzDkHxw2r/FRIagDOphJBFNKp\r\nahA4zsVUK5g8Lxs4nfX73oiksQg+rO7xsw9d83UyvlWPjLyYsE11mwrSU6HB\r\nGklo+XSLHXvgKlfun1fGnhcx/TpjIKd+p5o=\r\n=fW8t\r\n-----END PGP SIGNATURE-----\r\n","size":4394306},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.10-canary.8f826604e_1655151750300_0.4833456173141424"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-13T20:24:32.772Z","contributors":[]},"3.4.10-canary.b091b0228":{"name":"@firebase/firestore","version":"3.4.10-canary.b091b0228","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.15-canary.b091b0228","@firebase/logger":"0.3.3-canary.b091b0228","@firebase/util":"1.6.1-canary.b091b0228","@firebase/webchannel-wrapper":"0.6.2-canary.b091b0228","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.26-canary.b091b0228"},"devDependencies":{"@firebase/app":"0.7.26-canary.b091b0228","@firebase/app-compat":"0.1.27-canary.b091b0228","@firebase/auth":"0.20.3-canary.b091b0228","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.10-canary.b091b0228","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-3i/IyODaUcqxDmtyX/K34H1xvpWW0hQzOC62qQCjDgOSesGxFk57/P34BgZNW5iD03hOFH0jlcbZhe/8hKPCAA==","shasum":"36a4c421d7d4d74bee79f3aed1da1cf137d664d3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.10-canary.b091b0228.tgz","fileCount":1483,"unpackedSize":23294614,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwbTH3gOoGoiZG6xXedvuU2RbLFnEU110c/c6GWbIFzwIgWM/cX6oVAa83O2dKD5RcT7eQELGmb4/jcPCqFvTf8dk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqRduACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9Qg//XNfv9PEbdkg4+EmkrSQBVw3vVvEEeDuu+CuHTAYYYOgKzyfq\r\nnBT03fzNFzO419/X9YvaDjmjMX1wfQSGY9ylNt5rLLiCsCSH7sL1/WubNkOH\r\nE1ZDFZGJZb6B23L+hk6Y91pOFWxtUOAYap1770vgverR9Vxmv+oxiUckxz6j\r\nEDq9MQHYRKI45NlmIRDGRP+u9/QbRm3Mv6IbYdYs2YA+gjlZquPSgQqQwYGB\r\nz6aIYiTDg/5PLrrG5KFImJuoQ2JVBA4joHOwBz26TZoDN9QfmawjD7duQ83c\r\nVH4JeaomRZTk+YI9OZ7cZolqNhgElMluTqSMNpqD0/CWjs79dDjt64pamdAs\r\nqSNod5MenCzbOVLGubMxRdJtWFgQ+o6JywB3FtOJWJPAIiTeQzxAaAAZ53jr\r\nMRzM/LzxALN3pBKznjs8ui9PdWgZa+BFqoW1N4/vKHc47G6Ky7swWUbOIFIh\r\n9xx29oGzMfA8aPCcR4pcWZrY1l/R64EhP3+QAu6Azk42G/j20tZz+4/s546j\r\nu0NZlJxAS2vfUp/aEnSLYwyr/r0AhyCl84N94nkBxIn+u9CKTWGCTT90WGyR\r\n0BfEfaNSFKsSUJywlCDzjCQB7hZtC5R+qSP+FxximERSNIMLFkJGbDjF9GrR\r\nbtkb2g530MigCzYj/hvk9Wb8aCTjcohnc9U=\r\n=QLSV\r\n-----END PGP SIGNATURE-----\r\n","size":4394375},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.10-canary.b091b0228_1655248750028_0.65104956788488"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-14T23:20:02.473Z","contributors":[]},"3.4.10-canary.8e952e2ee":{"name":"@firebase/firestore","version":"3.4.10-canary.8e952e2ee","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.15-canary.8e952e2ee","@firebase/logger":"0.3.3-canary.8e952e2ee","@firebase/util":"1.6.1-canary.8e952e2ee","@firebase/webchannel-wrapper":"0.6.2-canary.8e952e2ee","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.26-canary.8e952e2ee"},"devDependencies":{"@firebase/app":"0.7.26-canary.8e952e2ee","@firebase/app-compat":"0.1.27-canary.8e952e2ee","@firebase/auth":"0.20.3-canary.8e952e2ee","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.10-canary.8e952e2ee","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-0Mo0Pr9mfBbYW7tc66/HwbvNALaUetEgxvuuTVwKiLvaS6a7pkuxaWTzCAfNxXagV7f1leYJUfp+gDo2Srn9lQ==","shasum":"b0eb7c870227d24111509b95c47da2c4c08b828b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.10-canary.8e952e2ee.tgz","fileCount":1483,"unpackedSize":23298619,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCNz4vOu+eocZRNln5VMGwsVwDd1OVl2WEvicAmfFfihQIgYUB5ulu1xEhN2voxb/HPiyJLETPfXifFSqNzBxpLnx8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqlUCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpM6Q/+OtaHT3H8I2nlT1MNcr2afADv0iko4zkv4WH5qUW3bdBixaE4\r\nTLBiJo/TpcjR6tQla+ZiPDFHPOtr52r6tWJ2J1FNhCxi6VGfxK/1d89aM9wZ\r\ndk/I/QJ6ePgg+W/IwIZTl8hfYmegz1ODTzIxbesjpX3+RltF0CkF5b51/4tU\r\n81IQBrCzFel3Y/bsqTdPLH6f/4YdjCkgfpTKevi+tErLCdEaoxT+8wua+1TV\r\nSyIKJWMbOOMuSuPP2RmF+nntrSsQAsjQ/WpqFIukLCZvXVEKoZ3VUVkjwRHt\r\nkqaMKwt59uvnwEweXsQ6TOhVnzg4xzyUr9MnIu/G56kqFu6dbn9WU/81oFxe\r\nqq8CYeT1GbghqA3CoDz+UIflw3mqL07RCLu/KKPFY6vNPHjo9qNoLPx52QXc\r\nqxyDx1ZGeIOBN+CAC5nm1xepq870nLfSgy7QiwO17qHTpXhn2CPyKSNEzxqG\r\ndVwtqwe9XYsz6MdGyriyht3dsWOcrkDMV/veIbZdd5cxN+GHNG4X7k2jGcP7\r\n94W2MIzLR3FO52hw4jWbVaCeYyfgl9DPFfXmfFI5yVIzXgvupCM7iJkOTVco\r\nhxzmzVXKZI0JLGzWJU0SUbaHORGT5sb7RIMsTAYiC/2wnUYw3RmG3nBgHH/k\r\n0UwMx9BMI0glocsoBsdVTR1R0Ndkk47TObI=\r\n=Sbm5\r\n-----END PGP SIGNATURE-----\r\n","size":4395303},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.10-canary.8e952e2ee_1655330049957_0.9870878195754664"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-15T21:55:05.253Z","contributors":[]},"3.4.10-canary.578dc5836":{"name":"@firebase/firestore","version":"3.4.10-canary.578dc5836","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.15-canary.578dc5836","@firebase/logger":"0.3.3-canary.578dc5836","@firebase/util":"1.6.1-canary.578dc5836","@firebase/webchannel-wrapper":"0.6.2-canary.578dc5836","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.26-canary.578dc5836"},"devDependencies":{"@firebase/app":"0.7.26-canary.578dc5836","@firebase/app-compat":"0.1.27-canary.578dc5836","@firebase/auth":"0.20.3-canary.578dc5836","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.10-canary.578dc5836","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-1NBfTqMjopjTzmxvUi9rfvaA7oSR3dHa3/DzNiUHzPQex3R/DTim60wuddyKETf1QWqOQR+8LeRZfA1lVbFYOg==","shasum":"c797a00b1899ced7961d9554fad59106716498f0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.10-canary.578dc5836.tgz","fileCount":1483,"unpackedSize":23298619,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUEXnIWgCEqkPcLSTmZAmi7t2PJCvMUUjjxBm0bdX19QIhAJktkNtAOXU2LokdY3BmyCmrIGVoPZiig1yEOUdQDeLO"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiq1tRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpc9A/7BjDnmHd/dc3PJolz+064RO0oHAvWCCjLOD7kxiXZe8THBMLA\r\nstb6XXDZ/HwJrpALA+TBAld0m4XN098AGGFsq2vryqNkrRFuzo4VXFDItfoa\r\nSgnrRKiE4kg7WJ1rhtcKHm97UM5HH1inQvhjTMLDKmqYyhfjSOFmmYTcTU5k\r\nxsusJ/hSWFV+1oYRsQmMtvp+R+tJp0VE5OPG9Sk6QZku2PsgmKzbXZLUUfaG\r\nb1tVEuQl8/2wPXTpMEYcJirf6EXTAY5i91+nUboUMGJ6cHCsQyMzWJ62tue8\r\nkHTaZOjkGJSyGsO9wZ8bEY+i8iOqKRgIAOU/I+ZqtuE8LToKzjG7D/dutb1E\r\nkauoTQ+2Mp+x++RLx7OuecopJtaRsN6pIUOJ0Y6mw+arVkgUYq/TWWLw5c4U\r\npp+Sx0XcRUKBEyZhRAn1kQ58TrKPWreG/jbfGF1tn1fvd9qM2VAx1afjEwES\r\nn6AtuSUpKFiuULmJwn7lm/10q4XM6kX6zcKv8bJJRertuY1Ar/ic7aw1Ezyb\r\nMVNoz7Km+oh7XS2UgRg9E5jGLIZaXTSJfhqJU0zhtZNkX0atvuXaIPx4M2hR\r\nqggCyi/0D/KYUADPJ3aovm8Ln9GzH99T8ojKmw8XnaTHab1fM0tH5DsADAKC\r\n+AuuJNrfZgDyOZc1UN3uCdmCFCKCwKNm6Ms=\r\n=k1UN\r\n-----END PGP SIGNATURE-----\r\n","size":4395337},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.10-canary.578dc5836_1655397201559_0.49898962576173056"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-16T17:02:03.780Z","contributors":[]},"3.4.10-canary.421fc3ba5":{"name":"@firebase/firestore","version":"3.4.10-canary.421fc3ba5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.15-canary.421fc3ba5","@firebase/logger":"0.3.3-canary.421fc3ba5","@firebase/util":"1.6.1-canary.421fc3ba5","@firebase/webchannel-wrapper":"0.6.2-canary.421fc3ba5","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.26-canary.421fc3ba5"},"devDependencies":{"@firebase/app":"0.7.26-canary.421fc3ba5","@firebase/app-compat":"0.1.27-canary.421fc3ba5","@firebase/auth":"0.20.3-canary.421fc3ba5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.10-canary.421fc3ba5","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-NyBjs9qtMd2KA31kLKsI9YdjS0Oklg45iXiM78oJvNLTDA0ZgbXeFtgoXa7qeL8uT9TlSMG4KhijJwImnDR3Gw==","shasum":"fab0f7cf88f760079c67b8fd5aef1ba52c60888a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.10-canary.421fc3ba5.tgz","fileCount":1483,"unpackedSize":23302934,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEhEbxsVhMFogHuequgfPYguTuO5G9c82xnqLrjb0EE+AiEA7toWTojq/XChYM3uwFWe175Cy+r+CUQyqdHKrXFoi1k="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiq5pWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqWaA/+N9umElFLrEYps0DWMRl+BavTrPqMYHgWd0nrFhu+ivpaqFe2\r\naychsIjw4egoDIZLJxYAix2mVPscbu1VuVPNbcRGSsBQQhLCLZ2CVlqq5d3/\r\n0vSEgxjmItERaKuHTkd/IQ3CcB/tTxlptqDhQGVQD67nLEafB+mAsooC2uHr\r\n3NSpfT9zup+eCwxjic4fCu3u+G+T1LIuqYDElRsZcy17Y4Oq8IVfz/RatzjL\r\nFSSkDpAhkUvf5PvXOOIAWacjVpyOwzjz15C9FnJdQIg8mb+NGmx/EKIslnOC\r\nzYt2x4mj0PaQI/7CyFNd26k5YxTKP7McFBBBhnYgYwfzUQwbUwRuIMUCvYy/\r\n90ZZ+hV2DX0kw/0lEm+Cwh8c8WogFK3O5y5WaRnwoLaqmL1C+JgRd+SF1HuX\r\nEDrl1utCRJ7lVAjMgMl7XY5Q8w/OdjvD7j38tslK0BFg+1JamIh//eWatqtj\r\n9+zD4LpdChjPp8LcA2UayInWd57uzMcu4esUMdUIzRMxOQk81bmfKM1x9bnt\r\nPunDSaRDpQdFJZFCiAtjPuYy7+uyAHDHdmtoesovHB9OcK2L153aKdXRryV4\r\nLE73Au0Tu+x6OyV/6NNsThTalw9LflU5VDmOrUyCNRQqiAAttxiNowBlsqpF\r\ntKCfOFPAUU3yTiym/6chqpr3MLGyjh+qyrw=\r\n=5NYa\r\n-----END PGP SIGNATURE-----\r\n","size":4396687},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.10-canary.421fc3ba5_1655413334047_0.1586766618756843"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-16T21:04:27.678Z","contributors":[]},"3.4.10-canary.efe2000fc":{"name":"@firebase/firestore","version":"3.4.10-canary.efe2000fc","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.15-canary.efe2000fc","@firebase/logger":"0.3.3-canary.efe2000fc","@firebase/util":"1.6.1-canary.efe2000fc","@firebase/webchannel-wrapper":"0.6.2-canary.efe2000fc","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.26-canary.efe2000fc"},"devDependencies":{"@firebase/app":"0.7.26-canary.efe2000fc","@firebase/app-compat":"0.1.27-canary.efe2000fc","@firebase/auth":"0.20.3-canary.efe2000fc","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.10-canary.efe2000fc","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-aRSQ6aWPGGJutU8lQwkEGO3P97nXCLmqq7KM8EZCSMGX9nMd9tAnELWX7Wbe6vgM2QS7xNmNr5POP4qdOKqbJw==","shasum":"53baeb5575e90b47f933b2963b3992da26d39060","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.10-canary.efe2000fc.tgz","fileCount":1483,"unpackedSize":23302934,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDRDjvFmeyt7MkaYdtuPzHQWXWvLZKZM2dP3w8uSKms9QIgAJqxopMLrEa+AT1Lv9wmv1uE+DbzHaIpEMf/zKANHbE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiq7UxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpdHw//YT5FVvrgbbtXePLLnm1SQvPZY2dGnrVdV9oPU1f+Trytg9Hj\r\n+c3t0+xjQp1FRKG2wvhSTe3rj/CD1xtgI0+OeAm//kgv0WZoARFsq2zQKZR3\r\nTZ6tHoUivPx7I0ihR15OCYCDFbqVnDr47dPe92NNQjigyFTRql09Z+GnTx5s\r\ne6+tDwN/8zWQPIorADBfxzkSTK2N0PG8Ux62RNfAL9Qs3XHekqVTxKbHSU8Y\r\nQKBh8b0/reB0qvf3q93vXkA6KijowgxQK2lznNlMun/qnR1CLlVvd03JZfVz\r\nc0QhEEBM9OCLc5FLi4NCl3q23tG5pPQO1mkOjIQD6F4qq5nyzstP8RV/IoDO\r\nrRuFJc1FV+4JotpcvNg/8WNWlND5FIOw1P/XYiWhE209IZvNdIbKMWQ3U+ma\r\n6mTH9LEcLQoBHIy7HcfKNrCGd0U9ir/ym6CxfG1smLp6qG6EoQnVTNZDU9jX\r\nSa41rJxh60daM7KeZ+Ol3NWLPIez5UZkRPZbaxYUy92sAYhxvC5xFRAKIGIh\r\n2GQtaERUVT5XsbBYv/MIamVe3ocCBdK0uGA6zI1H3/+dUSg8rmUq6DmveTle\r\n2c0MxnqsKrvvbHczfJjzUGta2E4f1RaDaxJhXBx51DcsdihKXhGWO9WrzPPO\r\nX/4jsk6NdIsAW+3UMlMtlZ5pNoUL51k5yWs=\r\n=cbM/\r\n-----END PGP SIGNATURE-----\r\n","size":4396657},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.10-canary.efe2000fc_1655420208907_0.340028573815607"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-16T22:57:39.420Z","contributors":[]},"3.4.10-canary.d87d3a8b8":{"name":"@firebase/firestore","version":"3.4.10-canary.d87d3a8b8","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.15-canary.d87d3a8b8","@firebase/logger":"0.3.3-canary.d87d3a8b8","@firebase/util":"1.6.1-canary.d87d3a8b8","@firebase/webchannel-wrapper":"0.6.2-canary.d87d3a8b8","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.26-canary.d87d3a8b8"},"devDependencies":{"@firebase/app":"0.7.26-canary.d87d3a8b8","@firebase/app-compat":"0.1.27-canary.d87d3a8b8","@firebase/auth":"0.20.3-canary.d87d3a8b8","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.10-canary.d87d3a8b8","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-OUEtM/HyKirOCyKEHR6hpv4qNwXmAkn4xklu6UKKjIqlyagXrwpR78XiIkoOra059VbjQNT5pF5Twkk1FfAPkw==","shasum":"dac466fbd519ae5bce95f595e79caca2ed4222ae","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.10-canary.d87d3a8b8.tgz","fileCount":1483,"unpackedSize":23302934,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHY+5/06nUkMiS+7JzIBdxmp06pymNduE+JpEazMUzOzAiEAoxXNchC2wMUl1pPfULIwmtKqRMCDSGn4unUjHv/akyU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJirJk3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrsFA/+LCsi8pSS326tmfUuSpwwNyReyQFcxOjcUXbD5dmCif7eccn7\r\nWhQMOyKORMySenH7KLWXlnHZgiNuOVzqtCMi8kFCDvc6FZsez3pTLwJOlUoS\r\nJ4jWQh7L7WOyAfGoMznUXHxAazFoz0SpVeEpo34LKNKgXL5KD0B6q9F90PtR\r\nxqTa18CMON7nMxLNZjwXEzwktuaUzh4Sa61+H41CqZusLJLkIiSy/JkUsdAH\r\nNbQtfk67auGRnzzvkkMEmmrVREDlM9kXO5WMxWO1sgDjA5f2qhdyVsir7km9\r\n7B4Iqlw1Y++e6r/yPGLSLZzc+yztJJmjcPLr6T2lTx66pPCbVDZdC0smaj+5\r\nYKVhto/orbDaSxYb+7ne51FwF0DHuv+2pA+S+oWjFtl/v+YTTWvurFM/wrYo\r\nb7GPbGksfTLKHL4lvKsXd/0wyV3VWdgW58x9Wyac85yMbXQsqgOiyTYPeaLB\r\n2deLm/pTQOnfWrc43UOtN3EeoUE53zpwz7NJRoWN4Tppyw/dQ7yDXO2R+ze2\r\nctEzzuDVoVMskuI15sWnijrnNfaz2NF9ia5UCZnxTS1iZ26W7WQUJCNEJvXn\r\nZ7dXSRZDZGLcw0tb/XCJ7mBQduR9l2Kzj3Ip9Wn1Owk1VzmxreT7JRP+JwrL\r\nsJNqrs75g/UlHjG6LaIZaqztXEFNNWZ6070=\r\n=WoXA\r\n-----END PGP SIGNATURE-----\r\n","size":4396666},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.10-canary.d87d3a8b8_1655478583132_0.8628616247404923"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-17T15:35:18.473Z","contributors":[]},"3.4.11-20220621210445":{"name":"@firebase/firestore","version":"3.4.11-20220621210445","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.16-20220621210445","@firebase/logger":"0.3.3","@firebase/util":"1.6.2-20220621210445","@firebase/webchannel-wrapper":"0.6.2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.27-20220621210445"},"devDependencies":{"@firebase/app":"0.7.27-20220621210445","@firebase/app-compat":"0.1.28-20220621210445","@firebase/auth":"0.20.4-20220621210445","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.11-20220621210445","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-gcg+c751XRb8sCTEG6/pzpYPIf/L2cLdyGvIuqD1qzVmOr+DHFF+bIGpVLDUyfobIeBFgdgeRtallhA+1aOMzw==","shasum":"8e4133e0f08a9891c44ae554a562115b93543033","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.11-20220621210445.tgz","fileCount":1483,"unpackedSize":23303119,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICiIpvlfWXrWD38F9s8fMfjpLN7RtLkRUuwetvMnUFS3AiEA4uu4YBV2fWrxOVzuuC/bDB4g01zYoRiAeDqeqymEgpw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJisjc0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp3/w/9EdjOGERfKKR8EiBPNO99EhkUnoykrwldyGqSRWYkQxbMVml/\r\nGcBq7E6G2MNlPNBzBVHxYE6GUc3SFM+7T5Bi1iJ7Z5NdC9yOsLsihSdELXK7\r\nW1KzOgpZiF1iwDrqiTsjdwDkzhvrK7kfdhuDMS3iagVNeOSPJ62VEc3TphcF\r\n19PAwZQUy4i6Mn35iWR8TX4cXOwQF7PFSUHqa/iyBlskWcfmw8lNyPSn3qD1\r\ntz5AfApcybrW2rpLymu53/S8kOWtSLkuYm3Kb+7AutEP1XR1RPX6JXC+dw0M\r\nWrreWV+5jNNfR8/RelxapjE+Cgi0Ws5Ba1AfBMxNIY9ctl6tvOsrZ302/7/Q\r\ngByU/nLR0pUwHSjOm6Px7e5B1fdlRH8XhKIVj9pg+UcC1aIGWf5SVN7eIeXx\r\nYSw2d38fU9vE+js8oCI9/6+5M/vZVaDmf5qsVcV1Rh1y27QM7MAkYx0jPL7x\r\nJGhdRh1DzSChKKwQu6pUIn0F3+zU3tH6PicgNuN54XT9XFvlBCIVZzoh7NTL\r\n2sZQKeBYdUcB6VJzKbPk5qPLaQsS0hRYZxoR5xxCJid5PQH6FS6fvcTl6zCG\r\nJVOjl+zoJCy/dbW9ILWMts/cwFfNUiC8RXDbFa06pyaUVkKSqwgEMYqS4IlA\r\ndw1OLmrc03iHuRYXxIPEUdipqWYQKxD1Rwo=\r\n=DSsC\r\n-----END PGP SIGNATURE-----\r\n","size":4396789},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.11-20220621210445_1655846708621_0.5494817827557104"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-21T21:26:37.812Z","contributors":[]},"3.4.10-canary.e673dc808":{"name":"@firebase/firestore","version":"3.4.10-canary.e673dc808","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.15-canary.e673dc808","@firebase/logger":"0.3.3-canary.e673dc808","@firebase/util":"1.6.1-canary.e673dc808","@firebase/webchannel-wrapper":"0.6.2-canary.e673dc808","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.26-canary.e673dc808"},"devDependencies":{"@firebase/app":"0.7.26-canary.e673dc808","@firebase/app-compat":"0.1.27-canary.e673dc808","@firebase/auth":"0.20.3-canary.e673dc808","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.10-canary.e673dc808","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-4p0WS8jzaSZmrwsZVDKTsv+QHZ+Ib4TQqxoAOQMMncAUoQrwt/+jhXXEPQHCe5HlTa3nbrI31I/BxgqAJaIa+A==","shasum":"a41a68a652274b406b3e19efb35a82f062d8d625","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.10-canary.e673dc808.tgz","fileCount":1483,"unpackedSize":23302934,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAWrcKqc0uffigYy05eDivYlc7jitDFtH1/mq7oDtPxVAiBDe+UXC9t07IMtbVCHfUR/Vob0qxHX+VFwmMG6kzvHXg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiskT7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmobUw//RQrpu9i8hZUMgdktl5LW/SL7HR/GQ7KiPrnlmqKmc5bj7nRd\r\nTeyyoysIo7MJqs9fA1s9c4CXRCLDOdaBDXVeBrpDLTyZjM4Ckz94Mu4qZKx8\r\nl1HzT4xSK7YvY5WcsiX7oKtlSbGdvhA4MsFMlFejsqiPF//wHKg98fNu9q/N\r\nbLECp4G+Hlw8In0Rmedb+pQcvU0rwXHCbyaBmbyop335FjmKwOohcQWRxdpz\r\nmW3l4lO9AB0X3SYa9CJ8aWl8Nz2WpMXA788wODZl1147Yvtq+3xuStbpYoTu\r\nDRSa2YBWSsroDMwAm0qdpsvabeUbHZkzW3ms448oiG2RRJg9vPB0dTCwe33n\r\n/yHMblY83q2abrVZvsWk2G/3sW8yhv859ADl1L+MLc70J4QwYn3u97xczjPo\r\nz6ts4GtKabeDCcrG7ygX/HgOeTCr8WXfqeIhtq9oJwIZmAQxc33PX+4l6Vcu\r\n1yxQidcW2XweYDIRuILFm0MalRzLJFBXO3HpgPBVB0bPeBbu+AHhGgWA+xLL\r\nrXnomxdSw2pJsS0IcNczUIyFac9aqu0Mh68tlNnhhnP+nkE6H+RLvDxIZE00\r\ngJ5ijK8/TisUcQb2OaNoHdesObkw7gdM4iWnyXRQCPI674c0OeMWy2x2tqmA\r\niJ0Qs/46lVV05ZECGmpYpClSbm1irdW20ZI=\r\n=7Yfm\r\n-----END PGP SIGNATURE-----\r\n","size":4396692},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.10-canary.e673dc808_1655850235309_0.8328265014887974"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-21T22:25:10.647Z","contributors":[]},"3.4.10-canary.8c52a96ed":{"name":"@firebase/firestore","version":"3.4.10-canary.8c52a96ed","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.15-canary.8c52a96ed","@firebase/logger":"0.3.3-canary.8c52a96ed","@firebase/util":"1.6.1-canary.8c52a96ed","@firebase/webchannel-wrapper":"0.6.2-canary.8c52a96ed","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.26-canary.8c52a96ed"},"devDependencies":{"@firebase/app":"0.7.26-canary.8c52a96ed","@firebase/app-compat":"0.1.27-canary.8c52a96ed","@firebase/auth":"0.20.3-canary.8c52a96ed","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.10-canary.8c52a96ed","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-59Mk1vhqV+lnRyZFJzj3nVdLBTOai8wThTzDfKOzN1XOAZb1DDMTkkW8s9rGTUhAKM+J6LnQ4nrZrGpkdAhMyQ==","shasum":"b34c9e9b87c0921baf5391ac964660c8b015d8bb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.10-canary.8c52a96ed.tgz","fileCount":1483,"unpackedSize":23302934,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCwsd/oyIEjzbaZBtY1IgRB9RKRxiaYPz8VsZNVD47LhAIgEceu0aE3aaKF02lrgdhp7WziECodS8peFyTNIc0FmzA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitIUdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpz1A//TtwMizkH9P8qkIRO1QHlL0iole3lfKpYj/G0KKWU/yLSU1+O\r\nfHrmWKJl298yC14q6kgWG1yvNj55ge6j5MTOCFL3uPaS6+iyf3kAEdCpYLNz\r\nO29a4b70Boi/OVmLHbCxg2vOGF6bNMK2XcbOki5DhFr+PEkiOEnPVekGiB2q\r\n/bCW/5xyNkDFt8W0rWHK6dWYKbl8qlyIWMnkfVlPcc8kREmu+k7M9UHfa2lS\r\neEkHi2KZv0nLFSSorAYxJnsa/3gmpFGo3IIuh2KBekaW2lBzpPfeB5azvmOz\r\n60YHJ60vFmY+UyTGqmjRgjuNYVVh2BkB6MLzYvP+vzm+2HFeE7cKIN1atvHu\r\nx4hjBzJhitCcm9RWgS3S+fCarRYROgUTA1Mi7QtM7X0DrG53N30lrvwHh6t9\r\n6GV66E8XW7cDIZ3lJpksvSAxPlQLxAMuzELs1U23gQxISxN0C1aITFcPLiB8\r\nNzTm1ZFe5Bxqx7uNex4UbaQU9QfUuzLByAcJQoiI5sOsoXMVkLhntXZ3gp0z\r\nz2+B6+c1WQm7qlTvUwKSQPXlIwq8oslbrKkzm4RnfXOhl0EHVlgwGaxzqfvQ\r\nctKv+4/d4Wsk7rD/To7by39zXjtadoxtG9x0ONXxcdF//W5+Bi78nLE/Ya1i\r\niWlm1bYmDMn7/VKJnsf6qHhsDMDL95UruWY=\r\n=7Wb3\r\n-----END PGP SIGNATURE-----\r\n","size":4396683},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.10-canary.8c52a96ed_1655997725582_0.23725855448742705"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-23T16:07:35.293Z","contributors":[]},"3.4.10-canary.bf4959b60":{"name":"@firebase/firestore","version":"3.4.10-canary.bf4959b60","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.15-canary.bf4959b60","@firebase/logger":"0.3.3-canary.bf4959b60","@firebase/util":"1.6.1-canary.bf4959b60","@firebase/webchannel-wrapper":"0.6.2-canary.bf4959b60","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.26-canary.bf4959b60"},"devDependencies":{"@firebase/app":"0.7.26-canary.bf4959b60","@firebase/app-compat":"0.1.27-canary.bf4959b60","@firebase/auth":"0.20.3-canary.bf4959b60","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.10-canary.bf4959b60","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-118gBn6STxj8Z78cGk/osXtMq7Q5odzA3YWJFp64Hf6YZk4AC5Jv0TUOzByOTmYFQ1S7+HQT5AibcYt9n/XHcw==","shasum":"20da856758820d47dbce261b71b92437aa64163e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.10-canary.bf4959b60.tgz","fileCount":1483,"unpackedSize":23302934,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICj2TyyS1py7TBdKYq0eE6/yAVnFu19oE7Vay5IojyjDAiEAhUP3H5RZuIIrUbSmcfq5z7cYQSpx6zERag9KOHwLeAk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitKAmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrhKxAAjFnXAnj1GBvUDfTT/2p8ZNdTGlL7wKMnSry3veiLh/OnFeAw\r\nAPMXUZjRxmRk9H998xZ3fBuLf2sLlCQiP7jji81YgcWHcdqEB+XbTBToDLB4\r\nQZtHi/Ho62V6spI6zYuJhAaqR8Q3UUqbQDLJaxVzMNS8Op7/VJJz0vMaB54h\r\nPWo70xGLCkOfu4ZXOuy//ESh5gMNMPX/LM6iVvf+HEyh2YC6o/TdgEx1DdIS\r\nMgwSdD0i04iWo073lQBwHwJZPBsAT7IZTYyjPMGwEDGMZXdErkeYuGpgv0ZM\r\nrkvx61VsNqPwZcmyIjPS0s1BvMbnWBGhug1rQtfMMFkqpbmWOl0E4reEdNGI\r\nzipsg9ZWr6BqPVx5dOSxhPb2DMvOTHl/ymTcXC3cu1CvVvzDDg/qwAWXoJXq\r\nOpmrc2hMtLwTC1Y6ieT6GA0MBtq+ba2Y/rOin597xyHY0DZCljl9w6Vm0hId\r\nUvNMvjPpHmrtT7mEgRzJ/br/Gx08RpZ4+Mu5FrBBL23/wURA8lxu4FoBmVqH\r\nkpmcSSeTdwmep0SrP8qrADZSbUd9ap4xvy4u0UbcLQXepFZV6uJWDiHY87hX\r\nvrDJC/mV476qiGAPPBqNy8eU0ohjOTTUICfLMyoXAT2zlwTDG482y3u6Stks\r\ngr4vj1klBRzCNdeLRVS+yqzAT2on1UlLqQg=\r\n=K/Mp\r\n-----END PGP SIGNATURE-----\r\n","size":4396697},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.10-canary.bf4959b60_1656004646413_0.031060745848615845"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-23T17:35:01.842Z","contributors":[]},"3.4.11":{"name":"@firebase/firestore","version":"3.4.11","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.16","@firebase/logger":"0.3.3","@firebase/util":"1.6.2","@firebase/webchannel-wrapper":"0.6.2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.27","@firebase/app-compat":"0.1.28","@firebase/auth":"0.20.4","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.11","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-ZobzP2fQNiqT9Fh5x/8CmQVsWr3JJaM4l0xGHyaPc7vneRRC0Y0KcuKg3z3jBUXItXvlsIj7mGM4FucrxwhPzQ==","shasum":"ce9c6c1f09fe8a617772955d712822a73c7f5165","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.11.tgz","fileCount":1483,"unpackedSize":23302358,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGiAhZVZU7+bW5aPbmBN4dI2gKzb4N37l51C/l3OskgEAiA5hE1hQbuEToVo4+8z/PpVbuQ1H/uCYZXPBu+FvGfCtg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitM6IACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqRQw/+IE/rwaKeQPdSFHj3G9U6GRp5epO2uu5J0usncxBydqpU7WfO\r\nLLbL826S0+zhAsYudZ+/zVEC1lMEhp86zmegh+595zg18lDAdhhdo+XCGGrS\r\nxSt1SWkDSkCQ4XIcww1+LURbFT+4P1BvqD4tHkklSpIJJAa6x10j59dUWH2E\r\n35QcR42Xtx/ucwftF0aaMhP9aROgUq/ZfOgJrVUadp7NvraPbMilY0H9N09h\r\nkf1v1+eBUeNHuN/DRIf+iNs/yh+tj/8KPovDgXZ/YmbkdDC3vZyB0hToCe0K\r\n5MMGvg6SZqOnQkXkiv/ZuT6jZKzciOUlSHK3bHzYNyy2oBFjphwIIPnIezI2\r\nPAPqJ50tLRlKl/aknN56RdOmBiWw0AEuY4v9N7kcL6MkSKMPil2Bppl5iPt1\r\npMTUqtFcQ7tmB8BjyK9tqhg2lOwE1gJXJVYzxj/icxvG4UMPPF6NKxl7ibs1\r\n9WOs/lrT99Yt4y+KvHAY7eDY+c9jeXYb4ZStCXwHznaME0df0d3oxcrQqQai\r\nKLEeV0iD2nsJ0TmYp4XLOB3e45saFKmsSaDqdO5IOuyVQ3MgSD1hr8CMs3E8\r\nBtcD909XJ+arC1IDJlE5nBARr74UdwJ2I6M5aq1e5aiQP4cSFDZ7MkO+NF1v\r\nsOhwjbpAEBTOwwQ2O81nIgeNFhYn3rXHBMI=\r\n=JmrO\r\n-----END PGP SIGNATURE-----\r\n","size":4396347},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.11_1656016520489_0.09609680989862412"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-23T20:38:10.159Z","contributors":[]},"3.4.11-canary.47b34555c":{"name":"@firebase/firestore","version":"3.4.11-canary.47b34555c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.16-canary.47b34555c","@firebase/logger":"0.3.3-canary.47b34555c","@firebase/util":"1.6.2-canary.47b34555c","@firebase/webchannel-wrapper":"0.6.2-canary.47b34555c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.27-canary.47b34555c"},"devDependencies":{"@firebase/app":"0.7.27-canary.47b34555c","@firebase/app-compat":"0.1.28-canary.47b34555c","@firebase/auth":"0.20.4-canary.47b34555c","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.11-canary.47b34555c","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-pvw9ThkTh38+DnSuZEbDefAKS8QipKcrvrT3RhQLd4NT5XQ2jr8h0WhGx1kkFYEysEHI6tipHfJH1f79NLnCRg==","shasum":"fad19235b2dba92e4b6984f011feb0af43a0c480","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.11-canary.47b34555c.tgz","fileCount":1483,"unpackedSize":23303154,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDQ0KU7lVvOybvu7MP8YhyT/R4c8rdKncVMEo4SjufiOgIgARL13JrMAKkc/FAZLrn6+l8GdHP910NB2r+P6AG/VvA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitPwCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZQQ//dbLqmeYKR9sbkJx3M4p/m3aHV9Y04C6Ya8dlcKuRvoA6JPRa\r\nT7knKx8hQ4EM5NtttNn9VA/atWsvD44wg82LxsGgqMEzu4u3saovZIHiL+88\r\nrbCcyyuFfrjMNiYHgtQ13ZIC8gHhpWqKEYs1eMTSwaSa9U9u1OoW+NVE1V0i\r\nXzJjbcQUuutAxkrlg+b3DGPZLmhbp5zrF/EwqYADHDKOuutvBkfw2j5KeFUQ\r\nisuJfFXmyQ845V5G8vRSUEyHH2MqykOtwXcM4zRaCOFtv8Sj3HYFzCsEdf7h\r\n7OsagFRSy/37LYiFBriAOtoT8CmotTGKlQ2uLhFCBV/wRWAZTtQvt4UBol8J\r\nDWYKn+TbHoBdHvbiyrOF07gANYCnwafypSmvgYR1aKcPjMQ98VDQmBsBZ3OB\r\n1urFYwoEq7LOvS4xjvtSp5l8Xw2GXId9A/tFEo+gwwI3M4TPEfyXwlK/RCzA\r\nLx+L+mGBDYyuMngUOT8zR0NqVgALw19zZOgW8Liosl1fxRHuLIaZp5pQkrML\r\n26XTZX7U29frPliW3wN6Bg643wmpZVXWnN6YtBWzPmD1yB3Cya0L5nFzsbIv\r\nEuKknHhv8r+T3MBjyrQuOwya8TmA23UGwtVRB27kDahFzKNRq6CyliW75PBc\r\nPAY4e7TMbhmO8xVXvmAKBsIYPhxaf/j/hGM=\r\n=F/K2\r\n-----END PGP SIGNATURE-----\r\n","size":4396751},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.11-canary.47b34555c_1656028162578_0.896127624394639"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-23T23:51:59.249Z","contributors":[]},"3.4.11-canary.d3336a9cd":{"name":"@firebase/firestore","version":"3.4.11-canary.d3336a9cd","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.16-canary.d3336a9cd","@firebase/logger":"0.3.3-canary.d3336a9cd","@firebase/util":"1.6.2-canary.d3336a9cd","@firebase/webchannel-wrapper":"0.6.2-canary.d3336a9cd","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.27-canary.d3336a9cd"},"devDependencies":{"@firebase/app":"0.7.27-canary.d3336a9cd","@firebase/app-compat":"0.1.28-canary.d3336a9cd","@firebase/auth":"0.20.4-canary.d3336a9cd","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.11-canary.d3336a9cd","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-tW954qOH0MOdo8KBEYXwjpe4Z1SsuSew6fdmy8LDUs++0+sENvLoS0nxfdmViZuhSwNrqAp0BbuQO1t39PU02A==","shasum":"323305a9848c7cf628e46186b5bdb88f80d4d03d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.11-canary.d3336a9cd.tgz","fileCount":1483,"unpackedSize":23303154,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD3n2b206k5HxOqSFgWLn5KpySQRA+eXBBBizyRzJQN2QIgbYMWirVJcWfsv64XhDutTTcwSkaxvXHjGKXHs09YX7Q="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitQBIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrv+A//VhxnqDoJriSKmKLv7e3uA0LdPdiM64CY+Offp1Sgbs0Fh3fe\r\nDrn2akw39y0Z2WjCEGmHsPNrlvrFlMqqzrj7bx+1RTGd8z24DDbSHrmm5xNn\r\nFVunVF7OgeBfxlJ4ORl2TEoV8BbkGnHRwzeqBpggTPZBdoIQZ28huV1Ab9G3\r\nsqOEplT9wMXwYCiZF5+THfAeQVZyx1CVFx281fQ83vrHCEAroLojG7TkDSY0\r\n7Iz23AkPE1CuMBx94EvV2AC3wVE2ym0z0X7tWmYUfGw6OJ/2uwas0b72wmqz\r\nedpfQ61a88op5IoCgbcx7i0w2eZ0eW1frj7lqmnfrRUeSQjS4qBk51GM+BM6\r\n7UTbsv+J4I8RO7ewfmHutO5ck46tjxm0+ixai/l9Hg+FOI56ru7+DMtpyriz\r\nv2XauR9plq5yaIcPanoyok0SS8jYSU69MAPXJ3Jdcqa71yY/6Lt8oMyCE7br\r\nB52Ak0b0yolWw9EH1YxDuR7lj+dkQNImZBgxOASRoQKd1wHdnA5IHOSteAM6\r\nov0ArKbaSnbg7pP6jBpgEgSagEfO8BMqK2/138SCyQh6TNoe2SGlj5RVHaSf\r\n1dLR/jrErZP4UW/Mi4d7v0XSk1eHI9NGD/r3u+VJPVHtsBkNUCiK6XktpMdI\r\n2f3YPilSG57YLddSWhH0WIOWLEa9AN5DE2E=\r\n=32bg\r\n-----END PGP SIGNATURE-----\r\n","size":4396747},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.11-canary.d3336a9cd_1656029255932_0.44848360216932703"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-24T00:08:34.745Z","contributors":[]},"3.4.11-canary.b60cf76e1":{"name":"@firebase/firestore","version":"3.4.11-canary.b60cf76e1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.16-canary.b60cf76e1","@firebase/logger":"0.3.3-canary.b60cf76e1","@firebase/util":"1.6.2-canary.b60cf76e1","@firebase/webchannel-wrapper":"0.6.2-canary.b60cf76e1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.27-canary.b60cf76e1"},"devDependencies":{"@firebase/app":"0.7.27-canary.b60cf76e1","@firebase/app-compat":"0.1.28-canary.b60cf76e1","@firebase/auth":"0.20.4-canary.b60cf76e1","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.11-canary.b60cf76e1","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-MTtiR+/CqMc1vUFxv5RYeQ7TuAcrFYvP/wT5L8+o/0zvw6mhgzuHdzYExqjfHYyOJOEdsF8WVNDNQpC06Tyd8Q==","shasum":"2efa19329f9f897594febb2129ade64c7a35eaf7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.11-canary.b60cf76e1.tgz","fileCount":1483,"unpackedSize":23303154,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCmtuShUvPgINV/AQ79iUFUi0Ej95UpV8DgZxgCweh8eQIgTkwWexBKBXN4ZG1naVfhMkRm7oXRVRg8kO9YFG210UM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitQDnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrjMA/+LLse5P62Zh26PibtOS4E9QFuvLhD8J9sSePzbdWp1j/Yiu4b\r\n0rthfhhpAzKOBqcq30uKFUJWiB1q4DPuq2WohWa/A601f56/hm0w7t3sa5xs\r\nBkp/Hlx8eKyr4qttCwOrfte7Uz8+DwG2hQ5ZPQ63EFe5u/tCvGlFXrE7fkqj\r\nHEa8QMm7VNGakEgx/3abZ67X8kW6yFNuimby7BUmpklOAmMt6OfPvGwL0L9x\r\nV9rLxVILEPdvYzvqLoA9jKlqLK+/sOFtj+rh5AGoP8ACk46fBSgW2SNRRtM6\r\n4m9XhwTawosdTNMa8tAIlnBxg8PKxdCzKuoAw6GI7ARelR9J+vKYtlM1yClX\r\nuQoL+28+ka2S0wyB3WuCATnWm7oJpMadX2aAlaz/G0iREX9Oh5ykEtWGCJbR\r\n0XjSxHfkmkv6KepJkqS5bAXOkAWPM2ZO31XDrwiTmUcaNX79+4W0Aiv+czhW\r\na3+PrEKrGAlb4/2V1UHc3WNQSrevcapajEhs3DzS7yjQrZjoDYSjNUkVoWbr\r\nrJcIU2e2Bf5HSvsb5vg07im7m1E1uLmrITmlyMvQ3EA/epOdJ1cnkVv6tQbE\r\nbV8H9qx1z/hJTpopA9awHeTz686e5Lfe3JO9WNFmwEVQj75mZBbg4MHNyloX\r\nnn2epqhD6NtYg5rWOi0sx+VoOWNrPlZ21ak=\r\n=+hoV\r\n-----END PGP SIGNATURE-----\r\n","size":4396745},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.11-canary.b60cf76e1_1656029414711_0.5885999095527576"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-24T00:10:58.675Z","contributors":[]},"3.4.11-canary.69e2ee064":{"name":"@firebase/firestore","version":"3.4.11-canary.69e2ee064","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.16-canary.69e2ee064","@firebase/logger":"0.3.3-canary.69e2ee064","@firebase/util":"1.6.2-canary.69e2ee064","@firebase/webchannel-wrapper":"0.6.2-canary.69e2ee064","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.27-canary.69e2ee064"},"devDependencies":{"@firebase/app":"0.7.27-canary.69e2ee064","@firebase/app-compat":"0.1.28-canary.69e2ee064","@firebase/auth":"0.20.4-canary.69e2ee064","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.11-canary.69e2ee064","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Ggo+DCefO2MlDULr7DTP7aXmHcbOJOJNYXyw0YU0vGZk2suY9MQMofeCSFYe3gFFAcSzhH8haMRxHnVmUdsOuA==","shasum":"9fb0cbf95713fa9d2e6545a99f302fe1fa6e609d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.11-canary.69e2ee064.tgz","fileCount":1483,"unpackedSize":23303154,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDdTbt8wrTMZXEw29dSBqKZkFNQonbiy6dMwYIU62rPygIgIDO1hRmxSYXuSnjMT+k43zxxixlkYE8nu6tI3wgAHPE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitfsKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqSrQ/8Cj8n//K+VaTPpWyM3gPLc/m+w6MW7cOGiIYMb/CeDH7pGcjR\r\nLBCV6Z/QTg0tB1rzcGXVyROmaHdUx+Sa9GZ2rtaXdFOsbJVLk7MFKbLlnBeN\r\nXBOi8OGTXVOZuhSRHC71XDNTEfEuhtpdEWowcJ2o98r7Sy+Jlc5SG1XxKdTq\r\nm7jQ9G1p5y5nPMNmgq0LX+77ul51LQwvXu/s6EzAGD2zp1lNY7ThVMsd/7BS\r\nXQgN/6aeVN2+nP06AdzG86TP2Cn8blii3H5fVEGbLLHj6Vy+diXQTMr69clV\r\nr+lRQ9G/Hsku+DDDQsIZ7QHTkyStKjrI1KX/Yxe11F4i7NKvgdkGIohnYwHc\r\n4qJZUC3FuZDCbkfSf1V3DKXagZUuoa4BYbqSyWDem9mG2TAc7xM3pu1PGWQQ\r\ny0gNOdFNkGHjJsOPHUbW1xncqQvXwyImnrXjpsQhwTPb3Kn4sFkovREhkG9C\r\n1MKsiRZPBYjB/IX/xA6sY9VI8BbXXUur7hviEbc8+C/uXpMKOhFJxl9GliJr\r\n5RwYLFlLkwy7P0SrUY+iSyuc0wl+xrBlheuNfHgynW0hF4IXp5JBztYbM8ct\r\neR132MkespNM/HjnT/bfQi7lUCDHCRrbTyayhBYrDdED8piLTkaeMkI8ki64\r\n//+V/Qoora1YM90uywdxYpveCTYGiJ7APdY=\r\n=iZFG\r\n-----END PGP SIGNATURE-----\r\n","size":4396724},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.11-canary.69e2ee064_1656093449993_0.9039005883476818"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-24T18:01:04.190Z","contributors":[]},"3.4.11-canary.b12af44a5":{"name":"@firebase/firestore","version":"3.4.11-canary.b12af44a5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.16-canary.b12af44a5","@firebase/logger":"0.3.3-canary.b12af44a5","@firebase/util":"1.6.2-canary.b12af44a5","@firebase/webchannel-wrapper":"0.6.2-canary.b12af44a5","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.27-canary.b12af44a5"},"devDependencies":{"@firebase/app":"0.7.27-canary.b12af44a5","@firebase/app-compat":"0.1.28-canary.b12af44a5","@firebase/auth":"0.20.4-canary.b12af44a5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.2","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.11-canary.b12af44a5","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-2aQaK8rx5lIFXgNf09C4IzcJ1PWcNwGczNPdoU6vmQYJnyW0rBCSjkj4BRUbozB/RbWBCYR0n9O5sIOv+svy7Q==","shasum":"79da7a236e29d15ed3d4c7a435f3ff8326a93a90","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.11-canary.b12af44a5.tgz","fileCount":1483,"unpackedSize":23303154,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCUICaTmjJvritOiUcn9N19BrlO1Ld/Gjd/+Fd4ukCRvgIgREjnXtKSZAt8s3tV6e7FCe9MpRstjC2fDKCK+56uFRw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiufSqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrgXg/+OHr3h0SCwY+hD2P3HUq0b6b8fKeP/j6bLRTtYyG08nzf+sx2\r\nw1rSWKCTFfwb6QuLRdLEuTf3n/BkZCx4rvCNJm1irEsMGLBV/PchvCHIt1qZ\r\n/MdJmBeUBR8V/cNhlEnukhf0fjbMfPuCeyWTu3qUyBDpJB4CKE8sK61faNOj\r\nuxk4QArclvdbEmKwcaMpsPKPsOuUM0GQnbDwgCqPgELLY+HFV7tqYvY+Mxuc\r\nwNVELJkVGqu0rwYbpFdOEtaMGNpenuRMSra1hsTHSFfRJZnmDQ3NQlDPq+44\r\nDU0jvPD7S5t+iXbCpxrV/Tke2mW6t1jzndZRkAOYee+tEPtqbAlwomhhQUDr\r\nz9NwtkEgVkMshonPk9gUG/IMnP5DHIZj+co2YdWoc3zxSC7Umkh4wAajTRrf\r\n59sApW0CLLpSxwPDd1wPH2CjyiBJl9kGLojqhMuYjhwmy9FWccXJtuLqKqf0\r\nqa6C5NXk0cqRBKReWtmrDgjXS/LJtuCZF+PYSApgWRWqtnphfiL3s/MoLJGr\r\nLAf4PXi3MgQPcOj04LvzzrR3im7uBrT+O2H7WfhcuBnn5Y+bWdvVg/4aze/4\r\n3JB6tF/31zMtN2JZ7af26E8HdVumWb5l4xn2G95W/CaBDHrm6QQK3c6icWL9\r\n16ZzCyp2IZtM1oZNu5WLCqSWlpqBoCoHRlA=\r\n=nynT\r\n-----END PGP SIGNATURE-----\r\n","size":4396706},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.11-canary.b12af44a5_1656353961767_0.009204838068719079"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-27T18:20:57.992Z","contributors":[]},"3.4.11-canary.280c25605":{"name":"@firebase/firestore","version":"3.4.11-canary.280c25605","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.16-canary.280c25605","@firebase/logger":"0.3.3-canary.280c25605","@firebase/util":"1.6.2-canary.280c25605","@firebase/webchannel-wrapper":"0.6.2-canary.280c25605","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.27-canary.280c25605"},"devDependencies":{"@firebase/app":"0.7.27-canary.280c25605","@firebase/app-compat":"0.1.28-canary.280c25605","@firebase/auth":"0.20.4-canary.280c25605","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.11-canary.280c25605","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-kPrb4o5Izn8Fyj3oIKCfdVXjjNRpfLyeDiUIRmBkMMOgKkI3Xunfa2DUEFaobvmTZisoNR3lFehxwz4Gp5SQOw==","shasum":"cb8e9c6251bb04276c6c232f389fec3f1dd1c4dd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.11-canary.280c25605.tgz","fileCount":1483,"unpackedSize":23303154,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHehboxUbqF+IwAPcSOrlwI+Ei8gltaMMK3UyCXxZmx6AiEA8jzag/oaqvbXAyQH2ZhspLUJ7ohL5fP+t5AVqMO+EUk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiuhfvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrzIA/9GNwC5fAKR8DL7Vak+Is6A+lj+ExYNvAG+48hg7+U9K2VbOxc\r\nzxtMnJvCj1aFYVWNZ0i8WSENOeAFJmIFJ/ZbxayCVvkxzCqSQxW6yq+k+Uyi\r\ntiPbV5wiU67cJ3hp68ha61pgnmt34nrATAglmzt0wzUi3DsLY49sFquQQxcW\r\nYNTi51BnYmsoBNg/64Rv/fxIURbvUoeFgATeOV0OWzVsQGHgiK3VefKJHFlh\r\nMN47p5+dgqXMTrsHHmaE09dzI0EqQzhBWLRpgS52hM8j+eLsxBA1tMDoUuzA\r\nw/GbtP3pp7smV91OyBu6GZq79RqfQ7jKJ4SCnlnOkpbRNznc34usFVCwAkhG\r\n67ATfLzH5be844bqp16lvEJgEMKumdieCkproWq4LSUXPS8MyuIoFOq+9ikN\r\n0bUY1qmLw+5VPTFblMuFY4eIX3CwpXVI++vRxk5aU9PwfBSxb1q7yB7uPfEn\r\ns1hBLMFy+LRjz+S2fiu+y4/MCWnVNZp/WYbyl+sujP43SfS5IVBmfetFQRhq\r\nmq+mB8bBlMQZFz14yrdJdl8H692tWY00LEk+LstIacySRNZFPYTiNSCBXe4z\r\nxTebR1zuA+5K315lDDeqhRsH4r2fFEywgtEjHNjZknINfoGl7xy2zgP+XViV\r\nBIPpceZ4IcbIlnVCEbxp93h6OeKKZlEfxLk=\r\n=eadY\r\n-----END PGP SIGNATURE-----\r\n","size":4396734},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.11-canary.280c25605_1656362990868_0.17669844216239872"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-27T20:57:13.422Z","contributors":[]},"3.4.11-canary.47fefc238":{"name":"@firebase/firestore","version":"3.4.11-canary.47fefc238","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.16-canary.47fefc238","@firebase/logger":"0.3.3-canary.47fefc238","@firebase/util":"1.6.2-canary.47fefc238","@firebase/webchannel-wrapper":"0.6.2-canary.47fefc238","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.27-canary.47fefc238"},"devDependencies":{"@firebase/app":"0.7.27-canary.47fefc238","@firebase/app-compat":"0.1.28-canary.47fefc238","@firebase/auth":"0.20.4-canary.47fefc238","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.11-canary.47fefc238","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-SBjV6ZgBB1g5cF9UD/uOYVe4aPSYIToNjrvM1nEyU7lQnaQ/nhzY3aQFyQn4THlqg3nhEawLpVmvaC0j0hjSHg==","shasum":"cb9841d4b997f1d63243ddbe62ab47fcf9f2a02d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.11-canary.47fefc238.tgz","fileCount":1483,"unpackedSize":23303154,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDDRP/a3+lk/B6ls5gNlEf349x/qhq5cRyz/W1nRIGADwIgOHiS7AkDaT4r2BLv7QGDTCwa3FBpDb4aYEsrGECfYMQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiu21zACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrbRg//ey0zkWiWWRFHVJr6gPCJr+SNGqt+QK+Eud2f761V2+wZ2OyA\r\nYA0BIuQlPdyEz/WqFLg6czC3jvHQKTkiAeTmb/gL9Dhtz89lX2H7fFpQ2/cj\r\nGk+Lm2MjnomTRpnovyr/vTGttOcfv/S7bwXKxF/9/gV4d/6uW72/ZLKv4Kt4\r\nXXGw892J3CxKPmuMHonebIICEiHZCuWNQ0aBc1L2iywg6mdlMICU0YpFOBuz\r\nVcG2oa7gaUZTNFzYVynRca1/IAG+p68Kx5oyvO76/i+EIIjFhDwVy6OXbO/X\r\nwugpOWmhJe/6PaLvSq3i3GcBVXZ7PAr6b7222IbUoDEnCMwrg2p9+J2+/g2O\r\nWVMy3nB0jCsPWocb4/DKiz3lQaBeJJIPfida+oi+F+dYyOQPksT4mmDTsX+o\r\nV85lw+4tH3HgXCdcmen4bCCjIdotU64QnMMUC0r89NjlkYyzlsoqOZe/rBqG\r\neO+X2114R8VbYt3XbIzgVo4SDXR/l/UOPRBkpONSufMyI8uGkfYtKCl6Y2lD\r\n/qCdwNKH3bffwxzdxKOpVEKSUlvdNzAKQ+zycjUO8Fmc3QuPMzi16RyBiJWK\r\nRpeag3SbGp07IrlLaQ4+SNZv8lmVwtPNp6CjQgvQ9tJivO+x0PFdVoVT9mG3\r\nGXDP8Gg+FQNXRN+A/OtzoYZD5Oez2e9VOy0=\r\n=QQhY\r\n-----END PGP SIGNATURE-----\r\n","size":4396753},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.11-canary.47fefc238_1656450418844_0.8927134279441986"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-28T21:08:00.766Z","contributors":[]},"3.4.11-canary.1d3a34d7d":{"name":"@firebase/firestore","version":"3.4.11-canary.1d3a34d7d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.16-canary.1d3a34d7d","@firebase/logger":"0.3.3-canary.1d3a34d7d","@firebase/util":"1.6.2-canary.1d3a34d7d","@firebase/webchannel-wrapper":"0.6.2-canary.1d3a34d7d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.27-canary.1d3a34d7d"},"devDependencies":{"@firebase/app":"0.7.27-canary.1d3a34d7d","@firebase/app-compat":"0.1.28-canary.1d3a34d7d","@firebase/auth":"0.20.4-canary.1d3a34d7d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.11-canary.1d3a34d7d","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-XeZ3IXef5+B7tPyOEqfKMyS8Fb6UBO/Oi4pWPxhkNCUWBuNzFXwaISgiCiYJogvvOycD2GOajCsZKoxxwbrcCQ==","shasum":"7a22312986b1cc31d449356d5f50aaff22237b97","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.11-canary.1d3a34d7d.tgz","fileCount":1483,"unpackedSize":23303154,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCJlj13Mv/tM1+BQGe3a3QKralURSqs8Sndx/6XD6XYGAIhAL9YvnXEVOuF136R6lHp55d69MerYVbpj5CGLC3txRyh"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivJNmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpXXRAAgn6n+fYuT0M+P4lZXTw8o/H+/HqtKkMe9QJ/G5tOnS2ex3m1\r\n/ZM6HKY2mbxWSFT5ytQsMw3UCgcteYpx4pd0qxCzzepg9xPZsw3JI1BaFL7u\r\nt1JYQBJlWsUN/RPjqSDFCnJclCWW6NyQTjAY/+tQ0BCzMrfVYbIRcUeMteuW\r\nncE/vKo2H9Rui9D48+n2ZfJiyZxVRlorlVRNhZjfSX1tlsm37uL4Cco1WLNO\r\nOKbwawuwajuRehmhS6I6dT78T/evEqg9L3H+F5EFyGFrogpIHkbNtepVBQNS\r\nvkU6WcyCDu8R17n/V9EGfyqDdbrCamV5eh9xr3ACRly/sorb8D9DWH1RDbn/\r\nvYVyfltKm6gIg3LXjbkS2v0rdY+erBZu4AfpHLTgCbr7Kpa93oNixbW1Q9cV\r\nYaxcd//smKXtfVXx5rHaOPBV/H225k+YLe/py/MUU62mpy6rSBpJtU44xsSf\r\ndhydXQgqR3p4qrktOYjlGp10Wzltj1duvpPjOTXRq0VCJblR5MP0JBlKGrkv\r\ncYw5X8Yt+7L8c2L50QX2R7wOP8Ap6yksM7h8Swt/VWb0jmg019l56m6o2mxI\r\nn+oEm9MsimcXtDn6C20dSCTTJE6DzuHAHakyjELN4MmY63OrRGmVPf4B8wf7\r\nJIp/peeC4yQ0GwGckziAaqYUxQTzYCSA3jU=\r\n=qQy1\r\n-----END PGP SIGNATURE-----\r\n","size":4396705},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.11-canary.1d3a34d7d_1656525670124_0.5816217997431274"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-29T18:06:40.176Z","contributors":[]},"3.4.11-canary.7cad614ec":{"name":"@firebase/firestore","version":"3.4.11-canary.7cad614ec","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.16-canary.7cad614ec","@firebase/logger":"0.3.3-canary.7cad614ec","@firebase/util":"1.6.2-canary.7cad614ec","@firebase/webchannel-wrapper":"0.6.2-canary.7cad614ec","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.27-canary.7cad614ec"},"devDependencies":{"@firebase/app":"0.7.27-canary.7cad614ec","@firebase/app-compat":"0.1.28-canary.7cad614ec","@firebase/auth":"0.20.4-canary.7cad614ec","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.11-canary.7cad614ec","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-g5M98esX9DCJ0QXwAB12MGvDpm0f03aO6AlxvQiuny7fyn2gWFgu/SbpKvv34YZ3LgtHexs9f5U+ntVlR8IoXA==","shasum":"1c76dcd92ccf1c9d55f4c86124ebcf74c916d644","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.11-canary.7cad614ec.tgz","fileCount":1483,"unpackedSize":23303154,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGQBovEZMU4B66oFj2IK/BY1CPknDBO2wfHJ+whXZE3DAiBeYVYUh2WhJthQi+9jaQvSLC0KjrpCNWAIv5uMrVJlUQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivzTlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq+Lw/+P3yphSTIfrnHRHXzXSc9QeoRUEtyEXCBYGzoSAbBwwEOOCwo\r\nzZYDfamvo3HDVGNd+UfqbQqVlrIehh2oGjuOHapFzYjLGi638N0hqjI/JP+w\r\nYfMt6d45BOrHLRBxCnWTWtVUM5wCsKrenHkr11tEPj7PE/v27dxj/+3MNidy\r\nlHtXhTDN5A0FkGM0AU3Ho/7R/vR9F9RoDSYyGrjJozFDzsyd168h1TBgt4bM\r\ndFyhwMv9HmQ1dBgJNfCxgt8qQ4tguwaPDXmpMd62YwwsS+0e5FuwkgGbh2YE\r\ndOToyqzRfhRqTIqLn1uuvRrVO3+xsgE/FeIZnM+xU2QYQy50CWGbNpWtbjWP\r\ndswU8ZZ6L3BMfHT1503sY/GJUBIEbTlA96AoOHgR3G1uWzSEwrfFhbf4fN6k\r\nlOal6vwLUBZriKzbhuQ2t0cna5qrQpyVgO+sZWVk55v4RHf+RKrKGuQnOcos\r\n9IR6J0GpNOqsixVVo2HhqQ/m7i83StmJ6L9hHMfOQ+vQlV9xZYF9zJmrSjN5\r\naK+sEwA6jASjjzzAcX9JTN+aYpKpC8R4AXEj1e1xQbvz+U0Fwg8bL7uMrzhj\r\niCdoardvXPh0Brab8P+FEiXAMZC0zzNx5nRWGGbBMFSARg2qZ2F9Qf/2/Apu\r\n+0xfL7et9PBqd2GUdOMrXBQRJqyN7m8uh+I=\r\n=4pDv\r\n-----END PGP SIGNATURE-----\r\n","size":4396738},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.11-canary.7cad614ec_1656698084904_0.22596197103926507"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-02T13:06:37.306Z","contributors":[]},"3.4.11-canary.5edd81fb5":{"name":"@firebase/firestore","version":"3.4.11-canary.5edd81fb5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.16-canary.5edd81fb5","@firebase/logger":"0.3.3-canary.5edd81fb5","@firebase/util":"1.6.2-canary.5edd81fb5","@firebase/webchannel-wrapper":"0.6.2-canary.5edd81fb5","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.27-canary.5edd81fb5"},"devDependencies":{"@firebase/app":"0.7.27-canary.5edd81fb5","@firebase/app-compat":"0.1.28-canary.5edd81fb5","@firebase/auth":"0.20.4-canary.5edd81fb5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.11-canary.5edd81fb5","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-GfBJ/gPkg3KqAyaA6WWDhzhFsas/yeR2S6EEj4F7zEycph3eD7iENEUWprRO2h3j4txTSpE6YQH4MII/Iuuigw==","shasum":"66bc2c89b23724e87653fca273ea6880997a7ea3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.11-canary.5edd81fb5.tgz","fileCount":1483,"unpackedSize":23303154,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDOYeG2rewfEvfiZHtnm6jNCy2Jh2X7NqBzU+bcUEazEAIhAMQ+AdNl19w9t2B2VGp+RrCV7RvfXdNqj7n6NbYwvJh1"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixdLFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr79A/+OI2pxC6QpDI1TBPQ4S/X75pndOT3jozxmtpb4g2vK+OCdOOQ\r\nNGkhm/WYesDug5lmcKmEj/o6/URK2LesvAbvNKQeeB+pZf3vctlJ5dsYuhTV\r\nW3r8yV1pzrfwCiv0YA7TNSUCN/nNgdNM36hrhjHZUi/1m/8EcPw8JbpV9eGg\r\n1P0NeV4Ng3FwZJQd8wBvnTrNzJi75/KDJSvP8pk4G19XBUEP9jCUY2DYBE/p\r\nzWJiOom1TE02CbG7BdvqEkEbPr9br5M99ql/OAH+dWe1v7HW+2GUtTgBpRVT\r\nlTa1mz5fBT8Up6ro8eYz2GMC1Rw+bQ4JIH8aTeaDkeCB8cRj+5S3CEZ/2074\r\nZV78HUx4yGN/hMPxZlHnNWEpzd/Zxu764K4h4073ifGNdz91I+rKyE/MJt7E\r\nHi2fYnjQfGqGsrCmAcAvzfLrmnZqLPC0vKWr2XZSx+5rWL6g5hqmgNLpyIsf\r\nOGwtHJu4ULc5yvQrJJJwhmOrgMhNSO0p2WOWDed20v5f+CJzOOKqfUsCBTe6\r\n9R+bjuKh2pVBOOfgzhUyYzIisNtl7/zrvdov1O8w5fFRD4pP68AF7vMeKgFL\r\nX6MUT+U7DlCWxfO7280HtTwISRwkcR4ZC87CAKOJY86+vKg1zpWHsL6LYJDU\r\nUjTt8WYTovnc/Xpv8slK2st90t9LS1koCpU=\r\n=7kdt\r\n-----END PGP SIGNATURE-----\r\n","size":4396746},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.11-canary.5edd81fb5_1657131717729_0.8602656249682503"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-06T18:31:51.909Z","contributors":[]},"3.4.12-20220706191717":{"name":"@firebase/firestore","version":"3.4.12-20220706191717","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-20220706191717","@firebase/logger":"0.3.3","@firebase/util":"1.6.3-20220706191717","@firebase/webchannel-wrapper":"0.6.2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.28-20220706191717"},"devDependencies":{"@firebase/app":"0.7.28-20220706191717","@firebase/app-compat":"0.1.29-20220706191717","@firebase/auth":"0.20.5-20220706191717","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.12-20220706191717","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-gu23gFPKt55UbQ52nO/+OzMzG8gj9BVapDXDVwEcElvvNyTkvRArU27kLLMhoRdSaGX+RLEnUF1BaDyrjAZUUg==","shasum":"31d83126b93cdbb9354d5975c32d650c24a68b9e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.12-20220706191717.tgz","fileCount":1483,"unpackedSize":23303339,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCQoYN9zHu1O+RH2ihjVbryT2hBEM8thaeqhkxBxvVWQgIgMY95cMKAqIIf/GvlzKvBv9pMi6SQN/p2vKojFetSJjo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixeZJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqtAw/5Af/OViD9/jDw/siLt8ifiXEEw2DTn+oPE+YOn0V6iZ5ORkGe\r\nMvg7/Dm6L55s2S1M7MucYXm32pVzb1aNQDnfAFxZYRJQVN/pTq6RI0vukeUa\r\n6CFjpOiyl63QpkXDpHYp7im9BdmNirkqxQ99FZaEmZx6JsAFVCmK01VclDM6\r\n6TTSUodjrWxT1+PTver6UA+XSRxkFV/q5KLFNFFmZnLqdlJU0aF3mtG8IJpV\r\nEpc4SvTFni1kqTbbz+HCIaq1T3Mu1KmtHcWwqm+2Sgetp2MOpwZOHVeiGFJp\r\n88kttYgA5vUlO115PXVqwXmc0quD0HSt95PpS2FBbxYxLocobJDjzvIHwXk+\r\ndjJ7xYfkrhprWqpdWtkvtRTTNfDppsDbNOEV6mKxWgeyLYcNRf/sdiPBUZjm\r\n7LxKup/N11N5nxyJqG9EwkfP1cC3F4dm24BHsJxQ4gBjxAMX6Mw08A9pP3G6\r\nNR6yEMiVtQMGwrrevi61arO65coIin5D3xoxSnGOyCcxDLIh7qQzAuGZfvLL\r\nxYsOHWYrcL8t2slwep0i+MEy5cyjbTC22gDPF+mSkv/hbUjyn55KSbSWjV4j\r\nlMJf333avGiOi8MvjLsrnWx4pSE80XN30iU5t3mzXt2JkSDU2+MNnkCwXgiL\r\nS2pf9E2W/aSFHH9q86DB4KwCKVlp1jeubCg=\r\n=pG4Y\r\n-----END PGP SIGNATURE-----\r\n","size":4396824},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.12-20220706191717_1657136712943_0.7388331372296899"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-06T19:49:35.697Z","contributors":[]},"3.4.11-canary.c187446a2":{"name":"@firebase/firestore","version":"3.4.11-canary.c187446a2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.16-canary.c187446a2","@firebase/logger":"0.3.3-canary.c187446a2","@firebase/util":"1.6.2-canary.c187446a2","@firebase/webchannel-wrapper":"0.6.2-canary.c187446a2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.27-canary.c187446a2"},"devDependencies":{"@firebase/app":"0.7.27-canary.c187446a2","@firebase/app-compat":"0.1.28-canary.c187446a2","@firebase/auth":"0.20.4-canary.c187446a2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.11-canary.c187446a2","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-okNTs7+67tshv9tAwrklr+HmyiqogfGeNEGqbJycSAF0iqX7rMoV9foUvb0oixXpG8y0PVPYw3DKpFSfMz6hPw==","shasum":"b72b03ebf3c248a7a642e54a041454eae31af1e1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.11-canary.c187446a2.tgz","fileCount":1483,"unpackedSize":23303154,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZhK0JOish5uFYqBmVqSt/35o2p7nDzSj50GhwcCTY4AIhAOMK+bg+WxwJ9N/0XHALFubMlBSLvTzsTiOa8uuQGBH9"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixgttACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/Tw/+O/KL9URjm/tlfYHX1oxWrZ1gXqdfhrMAY2G5TxF1PLzgRHoQ\r\nn6M+QAzBQN98gazdI+qf6Y2zClpDf2YAYmFDzCOcKz4WwnOe365RBhRBuTKt\r\nQwFt1PIaxCaKixkVTR8RqQwPMdbKVcin325TgIDb01KAiUx4DzEj3+3eaY5p\r\nNzUhJ/SkM4wNB0F1uf4R3xfkeuhhj93ylaME1QRONDkAyo6uBHuPeY0inpgj\r\nMCPQIsJv3hQZsM/QzBr/V6ZxXrSeJSIi4ifPs1y446KmBh9HcyxZFLqlWZQR\r\nQ38IJp2lgIJeMkw6zCIPTyusWfI0NBbhVUGx117uFkHzDFKGY8lylZxmcEnK\r\nNLs0JzCbsrpyo3fifH2E8qvn+qhiN2MSPmuLggky6FtQ0/SEkLhAkZnZrolS\r\nc5msyx3oi7ejyA6L8KqFeXYppniA8WhDx7WSJtrB5mzKaE1uHrIwphIaxt6h\r\nvfnUFzI64/07gBEDb8WP19mhWJSmdb6O4iU/SzEVdmgHBxG8X8YoViw7vIKf\r\nCto2wTYVYljgLVqTGz3j8vSWOzcM+IO/EaiXh9ezr+Og8i//ml1Wq2Qpq/W5\r\nx2nbIrNwcAC3P49uJ1BZf79h+eTqO9pl5hqKKgM9ZPZctWBDddd9CLiN5BvA\r\nqQgRyf68DRln3Up305X8p8SLfMh1zPJnaqE=\r\n=ylDW\r\n-----END PGP SIGNATURE-----\r\n","size":4396751},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.11-canary.c187446a2_1657146221101_0.4256174215968265"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-06T22:24:43.580Z","contributors":[]},"3.4.11-canary.a6dc37767":{"name":"@firebase/firestore","version":"3.4.11-canary.a6dc37767","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.16-canary.a6dc37767","@firebase/logger":"0.3.3-canary.a6dc37767","@firebase/util":"1.6.2-canary.a6dc37767","@firebase/webchannel-wrapper":"0.6.2-canary.a6dc37767","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.27-canary.a6dc37767"},"devDependencies":{"@firebase/app":"0.7.27-canary.a6dc37767","@firebase/app-compat":"0.1.28-canary.a6dc37767","@firebase/auth":"0.20.4-canary.a6dc37767","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.11-canary.a6dc37767","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-mRI4FgEaH6qNOrOtVSECtjl7s5vwrk8AaXE7HuOzqjpAiMEEjJ0pycAWNd56wfbmx9I6/digNsZQHXLyeutB3A==","shasum":"c71a91cdb82e5e5990575c6fa4ac349cbb93e8c4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.11-canary.a6dc37767.tgz","fileCount":1483,"unpackedSize":23303154,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDCcrW5XKPLbUx5zMyHC/LPVNR9I/wkOhp4vkCQgZnyAgIhAM67om6RQB/MoMnVg3L+QAx4yhO4eOgrJv2jZaZgyKDG"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixyOJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrtVBAAgg3N8yE4/M9W81Nt5gUxksjFIBbmBjaHhOc/8dbnw0jTIGVg\r\nEzz/Rjt6lH3ZwmYgEOddP03kaEcgA58YUofVRboLnWgh1bTCivUVI+KjSCkz\r\nt9i8IsJfW7gedGz1esbqq58GTdaQWqdHbNBIN5d4igYIZUbS+zgqfWRlQVwo\r\nCnq+3AXwNCKJ8ZNKh+whc5U9VRjHhLGTC+FgJF1M9vMjDvoxJKjhPrb9WCHa\r\ne9/SFera3Ksqyv4+U6Qg+DYQm59A8cYILsIQPsVqxs/PTm5VTa345Jp+ZOEG\r\nBDaYSVffVm75JWPsTPTexqN4jizcWRs12DCfqMKVC/buhnwqXiIWb4ngBjQQ\r\nm7OJ1PxI9uF8HF1Akxe/zrSIxncSrPSrPDdEm416X/cmWLSdSkbaa6FO22dG\r\noXor2NbDMJaXquLzu/geG2F8ttyw+9oJ1EfvuGJmUDx4fG0hy81Tfo5mGeli\r\nB9RYz4tZnvsFmCJ0TTDb40Jydup5wWqxsNSaiwV80/iB9QW6WZwNj7dLXNpu\r\nzllRAOrZLZGlSRBUugT8DBghKJjaJyJNGKARq3hv0XVA9lIUJMKsJFfh8K4h\r\ng2toNpjVUuGuhWkPgnKq6vCoTT+5tnAuKWcwB8B3kWb7K8Uoj7Z0yMWr2BWa\r\ngX1gGCNL32WZPjEW9N/oQQODG5ALzQsOl+Y=\r\n=hOMy\r\n-----END PGP SIGNATURE-----\r\n","size":4396754},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.11-canary.a6dc37767_1657217929519_0.5676988373237264"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-07T18:19:49.069Z","contributors":[]},"3.4.12-20220707184205":{"name":"@firebase/firestore","version":"3.4.12-20220707184205","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-20220707184205","@firebase/logger":"0.3.3","@firebase/util":"1.6.3-20220707184205","@firebase/webchannel-wrapper":"0.6.2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.28-20220707184205"},"devDependencies":{"@firebase/app":"0.7.28-20220707184205","@firebase/app-compat":"0.1.29-20220707184205","@firebase/auth":"0.20.5-20220707184205","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.12-20220707184205","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-9mr0gcPO6GK5/0AA5jlk7Yfe+bo51b3PMTUsxyFQqF0/0fC+UQn7S/tQ1twSOfzVKPn7Ais0NEA7LuLmccx9gA==","shasum":"87e3700415c2fc78f9b88e2177307dae964fd7e7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.12-20220707184205.tgz","fileCount":1483,"unpackedSize":23303672,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFDYXK7j8VuMsqwX2dHgPxOX72fFSYOMVZFfBb2D3gmTAiBFnMTY4nfarlZjNGRSHKJawzEfwLkEMEtQaRAcrMfSJA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixy5AACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq3iw/+Jbz9pvHaH5fN0s/lKHewUOE34o7L7n3nOmzDWDHxdwRE4gi1\r\nBo6bbr6kH2phZ7WpyPCYiR/ntHi5m4ovJNGLTifrymEU+fcHvJkAnVD+AzoA\r\n49O9mViE5L7PNKkl0b67TPv29aM7J3ErzTN5e6krqnq0mfmsWKM7ntQT4Zvb\r\nsKs5+vo7L92WTtT6fI31Kg73mDpoit7+DLeLIPpt8urzWKSWhCvMBHUBGuXm\r\nFhG984VpSg0lMoZKw4NNcHaamXU5X2IU5yRCNq6GCcBTYNudJLsPlmvUZsPh\r\nBF1Yoc+FKSLhjvXORdCY657ZX5gnC6rAN0yRcHcPRRt8ky3IVUmWz3nK0ir8\r\nzMEd2xm4pzXZu7IiNvzzv+ZGk+M09aSBX6BTjqivPFyxt1Ttxycdvk/TbuP5\r\nMn5Ve3a9AzuBI7QpNJdVjtWW4hk9eXOrMZqphVwPYCUxFvKpuCZq21/hJ+Jb\r\nWVtGQPI6wMkCTnOkycJLMLAXPQsaEPEUSZs4eNDUAuE4k3aUp6QT019ODE6o\r\n/qITGtF9yLtB0iIb654ZdaOiMTJkg6oe6z/LVkHhdSVC1xGbBK0rWqpHb5OG\r\nXiybUpFvlI4pJsgp9Jxkwtw32oh4K84r+NSViEmpIG3WX35EM9Erkum/a+MF\r\nEJ42bz+dXrfOHci/zSlIXswjfP+T1zRwOeM=\r\n=fvRt\r\n-----END PGP SIGNATURE-----\r\n","size":4396897},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.12-20220707184205_1657220671903_0.8706872461944573"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-07T19:05:40.176Z","contributors":[]},"3.4.11-canary.ad773fa45":{"name":"@firebase/firestore","version":"3.4.11-canary.ad773fa45","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.16-canary.ad773fa45","@firebase/logger":"0.3.3-canary.ad773fa45","@firebase/util":"1.6.2-canary.ad773fa45","@firebase/webchannel-wrapper":"0.6.2-canary.ad773fa45","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.27-canary.ad773fa45"},"devDependencies":{"@firebase/app":"0.7.27-canary.ad773fa45","@firebase/app-compat":"0.1.28-canary.ad773fa45","@firebase/auth":"0.20.4-canary.ad773fa45","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.11-canary.ad773fa45","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-BD2AQnWMQTUrNuU+enLydcaLPfnny1fXlVYZ2OSORgcAMmcnV3a0O4u/Rnv2oQWiux7x82pIRgb6u/FqTHXj9w==","shasum":"b9f432175f53e2e6073658266669a64072991e9d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.11-canary.ad773fa45.tgz","fileCount":1483,"unpackedSize":23303193,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAxJkD7CAueXgi5VIrSR4WBgjMu78lmTGiwgC+mmMu50AiA4PBEHG6H13D41dzRKqHL6KqwpplIHcniM8Q4J+DtOQA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixy//ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpG1hAAlADrvm65YJqwDSeQ9c99p8Xl/aZ9Jgo6MkWwqBPpmKfIxBle\r\nveob5jM/BEEL6tsRXJc7aNGXWKXbixa/mR3+49N37qibMQHqeEMNv/ZnNde2\r\nIFbd+5hQBGKbis9diL61DYfqJPiP8/EIAVdrwyr9tBYXNOXItc9R8oXrdRA5\r\n1bHtkxMGt27ApmkADzhlEhsG/GDO1lWbVVbVq8Hhm8z6ISOEVtM7Vmyd+wxz\r\n9me7txktOo8ntZS+Pglpoxb58XeqgLP1I8EwUvmzlCk0tcarsT0Q8DJRwTwC\r\nJ57L+NH7vstT8lM24QMG6VQ1aUe4Hob74YAbZwhORL1F8VwvCxEJxbvEO0Ph\r\nKyL4iD6i2QQrPaHZMAx7Z6nMGLWRwllrauDDBVBmwBvI+ZezhvRwQM6PCFSZ\r\nsZPDUVL+gbID6mgG0IJsFKQHg4sISQtKHI0CiMI4vhMgltHnE7aqf5/oB6cA\r\nEte1UXsiE0QDLJH8H3TS9muv3kk9SERtlx0zWSI0wwux/ts0BgKMaSqbWw/k\r\n6UltOm26hy2Q4IKIZlHoYgjXz2arW1MsJ976vAU8OjHMFW9HONRDMWtoXMVz\r\nyOinLgzLjCvrDRZu57NhwhFZfxkqa8aQKEWOYuzcpoI0GBtncFaQVClt4PRC\r\n62oqssVy2wCQ2fuXcBtsqBSC+bsJ68AuV1g=\r\n=LxL/\r\n-----END PGP SIGNATURE-----\r\n","size":4396739},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.11-canary.ad773fa45_1657221119251_0.8292092607062929"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-07T19:15:00.633Z","contributors":[]},"3.4.12-20220707195244":{"name":"@firebase/firestore","version":"3.4.12-20220707195244","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-20220707195244","@firebase/logger":"0.3.3","@firebase/util":"1.6.3-20220707195244","@firebase/webchannel-wrapper":"0.6.2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.28-20220707195244"},"devDependencies":{"@firebase/app":"0.7.28-20220707195244","@firebase/app-compat":"0.1.29-20220707195244","@firebase/auth":"0.20.5-20220707195244","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.12-20220707195244","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-yJPhkglgDlocTOofmVHLxJbI0rhzMl/nvNfCdeLyti/fsjhM3IrNX/AyECNIxFhxI/X0Uvq+gn5z6rfuinvtGA==","shasum":"e5b8eb8d6dd1f491461d84c0400c354618a9d342","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.12-20220707195244.tgz","fileCount":1483,"unpackedSize":23303672,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEGEt/BVI4LXYWPl6ZZzO4cWf0O2NPzM48uTXNeBhH06AiA8gC1BYJib/KNarnGO34xFLNN3QbZtJ2u/D9BsKgrjTQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixz5hACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmojHxAAhA08wijE+3Md1UmAG3TXgEF8nWQQ3pHqTZz9TNYjf6JnQftK\r\n0+tmO3ysTRN0f1vb6lwQHlLDhbONreVtTvcfKRkuTGceAC3PJ/bZDFLpL8XU\r\nUt3ED2OQyMxWYuQZm9NplDq7eAilhKBV/H0yTMQbHs1hWva2A2zoR4vC3JUD\r\nrYek/rfa665GnL+noSRBuxETkel9EoxrsyH0mbEgwiaIbudewt8JYf6ZW6t3\r\n+tAE0bLEmeXKqxBAv77ly6q+ek5c64mNPUgoJpe9goobnyH/GY7ypVcinMIk\r\naDOX8k6BhPN9yuMXqS5hcsGOBz03WzaA38JT53ZmV1e/GrjFxHZHMbTFPISA\r\ne91kwVdrubAVE61/r85pvBzpcYpTig1vrut2+UWNqedGSsJ0+vYvxNy1lSDx\r\nR5DU3yKUTOXpAWMwYDv9K3v69L5G4U9N1e9wOM7udk3NnPdwTXJu/t5uOOyr\r\nheWxzxo8uxMOZhStjl8Yrki3I4AqeuGlGPJ8a72hmu4NfPSIc+uVVYlZdZ3Y\r\nAQBov0F+Wbt+FItTo5YOQb4Q8bS+2RnvBXgsMvg0mnHR5n1p4rKSVWVTN8Jt\r\n135X1vHCLGgOHQjEVyXMGOI76oi5tEDUmlToa7WHFDc3QxijTuFbg6px28P/\r\n236JcXMpBK2MQRJLlrx/0sz9vSjiImS0iBE=\r\n=Wu8E\r\n-----END PGP SIGNATURE-----\r\n","size":4396895},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.12-20220707195244_1657224801451_0.19444818380665008"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-07T20:27:38.776Z","contributors":[]},"3.4.11-canary.1261d8323":{"name":"@firebase/firestore","version":"3.4.11-canary.1261d8323","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.16-canary.1261d8323","@firebase/logger":"0.3.3-canary.1261d8323","@firebase/util":"1.6.2-canary.1261d8323","@firebase/webchannel-wrapper":"0.6.2-canary.1261d8323","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.27-canary.1261d8323"},"devDependencies":{"@firebase/app":"0.7.27-canary.1261d8323","@firebase/app-compat":"0.1.28-canary.1261d8323","@firebase/auth":"0.20.4-canary.1261d8323","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.11-canary.1261d8323","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-7JFOJZSUDs9lz1AToM16AW6aTI0y5rKuO7Lli/Ykho2/W4Y+hUHR5Kjx30fxM1iEcHPBqetoA4ZrEVDoFgeW8A==","shasum":"820bba470512329549ebd4a96323c73b7f357019","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.11-canary.1261d8323.tgz","fileCount":1483,"unpackedSize":23303193,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG8qx1AtoVLI485ToQeYW7Xrsk/iMSGCJ96qWO8IwHvGAiAfv1Eno0RCz9WLE5kaV6uizmTxH3+I5D9esecWpbpzYw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixz8fACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpP5A//SLDakcj34ZJrtnBtx2bKQ+z8xXixO3zSZhLPwrrnabj8hJ7y\r\nz88UEYtAeF6iTcm/RIGAT2MRqeplXA/M4r51ELmZ2JPfLhSwaA6XlttsXTLF\r\nkL267J3X3nnqtYKJOufZFhklSIVkjtaqzswEo6MSog3qk5x9eOyy0K2Q3IFs\r\n+D67DKM9gf4pmA1q52pL0BB8AMNc9D0syynv0tw2RIGnzhCOnbaroAP7eQ7t\r\nD4sHEm/x1wApLbjL8QZ28avLAGQk1WInSW2nSxiheXH68PptgRSG1cAP3lc8\r\nZVPRBhe+fOMmaPwdS8QwE/B7AZpJNg4WlE9wkjQA59doGS7BkQrfQLAVo/Hr\r\nhz3tYYdnzENNVxOWc6kI16LHxUZrtJqz3DvYo3PqUFDI0dPEP5t7RTTcH1Ae\r\nMfVWYCNNFoCgsr5AQujL+3tjB+sEIi7k/V4bpPabHqp+AuwjXkHRel7eWdnf\r\nNd0ZsKWl7T0tHZXcV4ZY6WX4fDLYVKsn/OTHrvdG7ti2PF2nYmDbEHgbIJu3\r\nPpFphCvDUvkq9AV9+GvlED54fOyonI0wtdVpd5KffLOOhgv8tg7O2cLC5RF7\r\n81elwgCfkHnjlsycCMmPz8umVrUcPVeZrFNdLtppVu9HSHSQ3t5OcYaxzw8H\r\noYF3QsOih3fq7VTZiuoo4wbah/bZVcGyB+g=\r\n=9twI\r\n-----END PGP SIGNATURE-----\r\n","size":4396792},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.11-canary.1261d8323_1657224991639_0.3926440406128946"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-07T20:27:41.983Z","contributors":[]},"3.4.11-canary.6a8be1337":{"name":"@firebase/firestore","version":"3.4.11-canary.6a8be1337","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.16-canary.6a8be1337","@firebase/logger":"0.3.3-canary.6a8be1337","@firebase/util":"1.6.2-canary.6a8be1337","@firebase/webchannel-wrapper":"0.6.2-canary.6a8be1337","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.27-canary.6a8be1337"},"devDependencies":{"@firebase/app":"0.7.27-canary.6a8be1337","@firebase/app-compat":"0.1.28-canary.6a8be1337","@firebase/auth":"0.20.4-canary.6a8be1337","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.11-canary.6a8be1337","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-s4S1XTMpL8Fq1FZ7CnoMxPoKdCX2ITwxxnT5UzWZ4zBa3FoCkC95I71/VOjv4LB0JWq8bR9qygdvfHOz54m2BQ==","shasum":"2c757541cfa7a5127fac835ec35d930bd84ad7ee","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.11-canary.6a8be1337.tgz","fileCount":1483,"unpackedSize":23303193,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC3b34rg9H/Rsf298osatBQznPB0oPOB23GJbmBnVqK8AIgc7zJgDUh2zWDB0v8tR7WoLu+SjvG7WZguqNcCFJ3HaY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJix1HoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoTMg/+NXBEArS0b1Z2LDERUrmeTo3qpdyYT1qozQQEttP7Rzz/J6DJ\r\n/fa50LwbDTmdkokEJy3aF72E+5YcJP/9GQVVuaTkCeX1QVVo+G4f2zD5akJb\r\n4qC84RUHIBYhrgkVUmsVD0hBiirqz8e9Xz8WTUyrCfZFC86YrGBlbk9QdvLU\r\n+fjyHduAGoGN1oYtxcAPs9mMk68ILDqTNOnGWlfncLMzWHgdnDLcVyIJB/6s\r\nzb1clLKLnRJTmbHRps8tsj0HhNoS1MlH3sZNkexJ8S3I7KrYfMDNsVBRFKFR\r\nCnXU6HXTgcPjFUZ8jCiLm7B/eUV7pu97BUPZGDorV489rjBipFA1AhWyNI0q\r\n8h7uSpNGDMBWQo3ZIenTWjNzA2X8zqOLdlTY8UgW9cAoeI7MM1CFrefgMHCR\r\nWT2fjPCg/iBhWnt5D14i4W22AgvZIKRIeiOzWMTqmAtl1HwLA1s0PfVR7S+0\r\ntpDNpvL5fWQl+BgZxj3yyaAqvVduc8iWuNFdopRLgoKjMXBjHpEfhFwtzBYn\r\nMKNNsvTHyGmtzk5OqHFiGHDM1+TnWmrzynHxJEu6AiCdHTHmAwfPtuExnrRr\r\niEtew1BoYZds6h0NK0r5CYPtqBhK0bSbjrQRN3Izx5B+0gJlX7d7RftB8Om+\r\nlPyYpVT0gGktED0LAUMhycZGXRwjV3JRTA4=\r\n=54SJ\r\n-----END PGP SIGNATURE-----\r\n","size":4396743},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.11-canary.6a8be1337_1657229800068_0.3493473650991039"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-07T21:37:24.172Z","contributors":[]},"3.4.12-20220707215600":{"name":"@firebase/firestore","version":"3.4.12-20220707215600","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-20220707215600","@firebase/logger":"0.3.3","@firebase/util":"1.6.3-20220707215600","@firebase/webchannel-wrapper":"0.6.2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.28-20220707215600"},"devDependencies":{"@firebase/app":"0.7.28-20220707215600","@firebase/app-compat":"0.1.29-20220707215600","@firebase/auth":"0.20.5-20220707215600","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.12-20220707215600","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-z49z67l2163cocHJ0SA7UYy5u9OHtqFN57Sg8NcBew7HYvi9K1vTcoWhWYeXfvvxLh0L59imSr0RGSXegCFukg==","shasum":"7578e3c43e5bbe8d1c72f0ce93767b6f12b441af","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.12-20220707215600.tgz","fileCount":1483,"unpackedSize":23303672,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH8LSXUBvYwBVFne8yESxGE1HyZ3ae2DLLOcmIMhke75AiEAtSMbQcsT/mjPmbSabW8vtjUXb3dnz1U/I/QBUJ9dczA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJix1sfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo6Kw/+NZzpS9lV/RNqXNwLWXghPD2GbCafqv1a0KClT0/pb6fxUNUi\r\nVgJm2jCY0SJ5wbmUVj9TquZBVvNQtObLKN9j3QyjIMOy3S+4HQR+8iCXj3e1\r\nMzyrykFK5ULHaaDxvEjGc80vrip5KKaTOc3JCmw2A/rZedBbhxYD18WXhDj9\r\nrqGUZ+KFHmEcvtZ2VW5nA39k5v0133znWEnARQH29Szo5JS0/YwF43yrL8Ks\r\nfgGVUFMa0BvMZElwJi5ZU3sUMGeUmuTzJORQrD1tbuFfBc8SNqd1y+lG2zDF\r\nw1N8EzipOk3nYbV/35Lh+Cva5LSmdYmj+L2M8IPFn9uIlxe5+XbysrCzBq0w\r\nd5NlGS5OXJJjCqxwrwayjRsSTYn0Ooc9o57fPXMIRosKQKEcYMTq2aWj/fi6\r\nwB3pTnrw3MBa36/u1MUoAVUfMh2+VF9qZox4uP4Hd0nEVIuO2HbQAv2saN6A\r\nMFRrBcH5I8fuJDFvOnr8pJ+smcY/fEktngUkSpRPPvOIKGwpOKTZJNX0W9j1\r\nKoA9RjD5Yp7US7mTj3a1uTsF+w5+Rpuc2bSjegCUSrPT92YUkk5ixpmYjfiU\r\nhn5vOL1AY+mUFpTpb1HFt5oMhtOu4DltDjl2vlQ2r5gauFeFwNZyU7TGscg9\r\nW9ZwFGReTXmHD0u2QBCoNDEMRq9KBmlsYqc=\r\n=18ge\r\n-----END PGP SIGNATURE-----\r\n","size":4396884},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.12-20220707215600_1657232159136_0.466010203329952"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-07T22:16:48.015Z","contributors":[]},"3.4.11-canary.13550089f":{"name":"@firebase/firestore","version":"3.4.11-canary.13550089f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.16-canary.13550089f","@firebase/logger":"0.3.3-canary.13550089f","@firebase/util":"1.6.2-canary.13550089f","@firebase/webchannel-wrapper":"0.6.2-canary.13550089f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.27-canary.13550089f"},"devDependencies":{"@firebase/app":"0.7.27-canary.13550089f","@firebase/app-compat":"0.1.28-canary.13550089f","@firebase/auth":"0.20.4-canary.13550089f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.11-canary.13550089f","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-zXv4702wGYbtlJkjKAJ9EY5n4ozal2HvzJGDOeI6y3dDP4to5GoUtC2AEzDxrPsAfY9h3IxNgFbZ2n2ELVd5Kg==","shasum":"438ef2db3134a613a3f59ad1a58ea008c7bece28","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.11-canary.13550089f.tgz","fileCount":1483,"unpackedSize":23303193,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCjTzgbOw3UmZ5IYSBxDGOFmpakng9+jcCmShlxd2qFSAIhAKg3gn8vin39Yshl/vHw18FwyXq5WGIQRoZ3zrlqDzW4"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJix1t5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoHsQ//Sh2yjH0SubYiTCd1pbgOdtf7ifxQ+26LMFvREVhhHZw1KSDX\r\nr3sSH9H2SfejrXU/GCV0I3YBcLEP5upZnsoeZvCs84qxt9m359MhygHNttsh\r\n4iZDGr7b5zfUv0hlDcUbZJQsEC99gvl44DqaBVL0FtpcwKXZ/GCcRs6cO6sd\r\nAS05mELCjSwdJf+9JuUZ23LQI2wKm+BBF4eyZN5rLvwCmC43bvmCJ4zNDN99\r\n+Ui2t2U7CoWgzPtZM/3qg1ncs53w2HYMh7blS1heaq71aBQqI4uZ7gbiV/2N\r\n+LMcs0EMu2U1zveXdDr60kgp8nuPncugcH1IK9KlDvlTGSZffuSCGjcpyN7u\r\n+8C73CMz0fSPM9GYpNphdBWG2/w7cCmlChU6fo4tpUnq3hrQvEIE27aSRpzd\r\n9EFUi50m41OOgl6fsqyy+vQpAoECjKLr/z8GZl8myx5X649Ul/qK76HwpRA5\r\ndjWkeFL+hTJOa4jVtc4VBAiKH6ccz20IxnDu5SaWCAohEMd/G3cRd/GMW6wJ\r\nIfRyGWbXBgw35REJorUu8XwXl8QYrFXuImGN+SBJKaQ9TB+fDz+/ohhkk0g7\r\nLaUhn7FQxv2aX75NSr05ovCGRJuI3pi49VoQFiQZWrj8w6P14zoOGMQg3UZK\r\nZQUWFNEWPuyM8pckVs0ybu0GllVN/hls3jU=\r\n=KBL7\r\n-----END PGP SIGNATURE-----\r\n","size":4396768},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.11-canary.13550089f_1657232249418_0.3214413707236301"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-07T22:18:27.964Z","contributors":[]},"3.4.12":{"name":"@firebase/firestore","version":"3.4.12","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17","@firebase/logger":"0.3.3","@firebase/util":"1.6.3","@firebase/webchannel-wrapper":"0.6.2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.28","@firebase/app-compat":"0.1.29","@firebase/auth":"0.20.5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.12","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-EILCg3GFImeRd82fMq+sHMaEAW1PRdzzkEcVcG0B5rNokyTbGE/8xLs5Q+2mIZhiWEmE6U4yNmvXcBwarTtdgA==","shasum":"bb154531675a31a9b104d2b6fe3b9050f2f0541c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.12.tgz","fileCount":1483,"unpackedSize":23302911,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICJS1BXEiDY4fXq9THziPkMWgR0/CviUlywiYVV1eB6rAiAvilyuy4JxbxJf9a8TKKI6S3hIJobUctoKu9apzzDajw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJix2LkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoXtA/+PGL9myrtG0k4+/xAnEAlb9eaTZBUO0YA2oS1P0n+6reloWzV\r\nhduVOGX97VlMfEt6mZJruFU2RascxFxLr/t+b/YD9FBeP3/Q7EPSsDI6Svnx\r\nrfr5bMIP+jyAiV8IWFCwaiOb+YlXkFZw0sT1P00QrvBQMJ2j6YcQ1AjRQYV1\r\npyuQnS3DuauoiuuSBGH7fhUE7E023h8gglrDzSebVrWWGdKz2TKgD9T6gE0O\r\n1GoJ1J4Mcw0LQGMf6ty+N7qlOYkEjREdhJll0+SQ3Wd4dcEgCm9j5fmKpx5y\r\n6TZG5elfim5YM3VtpQUCEiI6LtGob7blgZ4ZYiLT+McbMKxRnC1QQkEr9B/d\r\nw6/mOHPY6m8c29xJ7+G7C71KeiRrGWMo37rRMIzR+h+nG1ef+U8uuW1e612r\r\nPRHAY4HV2q7MuZMNerkaLVHdpS97UFmi2UGsAhWFdEfWMLFZWw2kSUdEjLdc\r\neU38VwKrLHxiVKzO/UuZV2ySbQivUbPt96wuCsLSex/TX6Czs2NdnUP+grAz\r\nrJt0g0INRH0QuS6xTfMQVYy7BLFFZ+ZxNWjDCNh2ilbA22ZWo2cIq/QJcBSH\r\ncJxpJ00GPfGSn4fq3UWg0/UNogOKKLnefImNcqguRpbNbqpWHJCzsQTvW3up\r\nUfRZS8M2Inq5KjHe5nZHjnqa+ivkbbnHrBE=\r\n=QevW\r\n-----END PGP SIGNATURE-----\r\n","size":4396470},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.12_1657234148455_0.6704390611881372"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-07T22:49:57.956Z","contributors":[]},"3.4.12-canary.39f4635eb":{"name":"@firebase/firestore","version":"3.4.12-canary.39f4635eb","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.39f4635eb","@firebase/logger":"0.3.3-canary.39f4635eb","@firebase/util":"1.6.3-canary.39f4635eb","@firebase/webchannel-wrapper":"0.6.2-canary.39f4635eb","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.28-canary.39f4635eb"},"devDependencies":{"@firebase/app":"0.7.28-canary.39f4635eb","@firebase/app-compat":"0.1.29-canary.39f4635eb","@firebase/auth":"0.20.5-canary.39f4635eb","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.12-canary.39f4635eb","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-6heUNNfAHEHCH9IdjPNJWgcqoMtphzkbl0/oPPqoQHVtQTjXOyhZ3t8w/IqZ1tZILo58/vZvhv59XN5wihMpwg==","shasum":"2b586e346ddb5988ccb3e7f6ef3b616a5c72e4c5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.12-canary.39f4635eb.tgz","fileCount":1483,"unpackedSize":23303707,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDKswjGvRW7Yy4CLx5vQvEj2tWk6Zs6Inai+UsgJ8VmkwIhAN9kQsPpoy4WwOtHYOh4bkmSaQmun7liKhbebqPZV23C"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJix25nACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq/mg//flUWV/OhFKbKOVbgofW5nUVj5szOJ4WmqAFeTYAkoj5MC//E\r\nu+YwFuEoY/n6IgJLAYcMVY1wnv4zjpJJarSyxob4TycX9vAEy5QxChbaJ44D\r\nAp+8zP8PO76MdX/Vy98k4IiBrPDAX1Gul/8rJffbnqlhpMHbaKKMuDW0BFHe\r\nsfxHM2KCwnOrRrbpUCtJkoZaa6I0G2FG1bWg98yoaJ/ubH1zXX2dmXAg5Z/F\r\nqje2O6UzpXQECweltuVi4hLqu/S+WA9a8r2rQlLR2uoHL+QjZboFKMI4jcJR\r\nrCaFmsZKuB6C6XEn0xTD8MUQhJYxQTMlCGZ2z6hOB4XOZWrCvidctwZSGwNT\r\n203tlGpcF2L1FGFW+HifrjVsR985CxQ5c2gUMfz6Je+7mwIwCFGt1D4zCuny\r\naIaChP8USsaU/F5zfGD39bcx3ylg404dJPIqlJ4X5y+ce4NtoOYDx2OzDnLf\r\nLEsb9FxLdcVIO0HPQjd1ctNdMV17jG4Ds7FBWgtvlih7C4zQwxnxmT62wBkM\r\naSBtbJj522u5ItPm1jtnK+eKxl86sXCjnpt2Zh4hG5j+XJYwXCRGpDOAqHu4\r\nKUU1JzEmm3Zib+SHLWouMDrYu85h/ItVmhpgkICAka/BnDHjyPN08sCVtDYu\r\nmUhUnLQm9dS2QX6zrPlnvOLtkTcsOFDkd34=\r\n=X0TX\r\n-----END PGP SIGNATURE-----\r\n","size":4396887},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.12-canary.39f4635eb_1657237095653_0.7836447269218572"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-07T23:39:24.347Z","contributors":[]},"3.4.12-canary.f36d627af":{"name":"@firebase/firestore","version":"3.4.12-canary.f36d627af","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.f36d627af","@firebase/logger":"0.3.3-canary.f36d627af","@firebase/util":"1.6.3-canary.f36d627af","@firebase/webchannel-wrapper":"0.6.2-canary.f36d627af","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.0","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.28-canary.f36d627af"},"devDependencies":{"@firebase/app":"0.7.28-canary.f36d627af","@firebase/app-compat":"0.1.29-canary.f36d627af","@firebase/auth":"0.20.5-canary.f36d627af","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.12-canary.f36d627af","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-z1al3e07kN/2WhGvRz4R5hV/6XyFzOiOS8viGzxjpLhKOBzjfDyxrEviqqigAdJ3la+d98+asbmrrnSR5kOfEQ==","shasum":"726785ff78c77bc6f24c36868f16be3bb783ef1d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.12-canary.f36d627af.tgz","fileCount":1483,"unpackedSize":23303707,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGBJNXnSUuVUnvti2UXpBfTsRZoykTdgajuHyzTW8KZfAiBRyORYuXJ4+TflVrwdyioHZExz7e4VutgQYgHGzHP69g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1cmuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmphTw//Ybcz/83zq+mg6TNa0lwOtb07rQ/Cb387MdGMAD6TyYqsBK1X\r\nIWl47YDzSKsMHiuN4Uj4ocN50Arhv9u91Ibs8ekK7tQkI9g6jKALcXxHNS2w\r\nHjGHqUauq1nKjQEMWnfDRlSGV17iDHHqhF896BRfN4ZOsaBbBt23H1JFaQDh\r\neOcfVY8ELzPFdBOwOIC8z4AyqJbywoxEZMzVLPBtBsR/AZKRkN0Pf8S32xyV\r\nqDvWJDbQ5qgfAomSMe3EZvPbPuil/jc0fmAqV4kdaRPKAKGZ+o0HeJKa1inv\r\nTS9lvKkNSL/FfyMO+l2dUWFyJdu50lh2TshyDx+DqB+R0XJHRXtcPZIRlRWy\r\nMvQc/tFkqTZHPlORS+pEbMJpD4Vxwjez392nMxAw6Wyqbz2UX8k16dXz7lZR\r\nZzVIEMZpGpYX+Ycl8V4WNzZQO6jU3aYW/k0vjDrnPiQv2BnXQwgCLIPc2BXp\r\nZkUHER2WSluKvhyfc+Ttq2CtJ+KNBXWG/i2pxQY27efOMjsCn+zmGgQnQDYB\r\nA0gr2eFADPhJK+cg8BRQ8/CzG8pFYE0IAOEbb6jHceOZPtqvGsbhJxUAPLIT\r\nYMrA2ryC0Xbt4dzAOkKXpAL0Qwazp/sA8gZFAqmDBrB2es4pycArFXWZ/+Bo\r\ndwybQGR5/c068itVaVWjhNFQkT0i0VfcB2c=\r\n=sk5s\r\n-----END PGP SIGNATURE-----\r\n","size":4396850},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.12-canary.f36d627af_1658177965873_0.4505303985332345"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-18T21:00:14.531Z","contributors":[]},"3.4.12-canary.1703bb31a":{"name":"@firebase/firestore","version":"3.4.12-canary.1703bb31a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.1703bb31a","@firebase/logger":"0.3.3-canary.1703bb31a","@firebase/util":"1.6.3-canary.1703bb31a","@firebase/webchannel-wrapper":"0.6.2-canary.1703bb31a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.28-canary.1703bb31a"},"devDependencies":{"@firebase/app":"0.7.28-canary.1703bb31a","@firebase/app-compat":"0.1.29-canary.1703bb31a","@firebase/auth":"0.20.5-canary.1703bb31a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.12-canary.1703bb31a","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-d/HpDNZUJKHnhuYQo58/QmSa8Tz3Pq9wJtw3aS+fHLlEPUtBx4z0GgPSnXao/j1hVWQGxa9hHSLU5AksMJXxsw==","shasum":"df57fb5d86d6ab12e1f6bb1c155e8d2e00fa24eb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.12-canary.1703bb31a.tgz","fileCount":1483,"unpackedSize":23303708,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC+E3C/JRjDCkXJPyc6IINpg6CjRfQubPGJhVIxG8Rq6gIhAISeIdNXMUcSgjgjDQeG6zIpg+zD4gatnJNG7OWZlYqK"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1usrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp28g/8DgmYV1AUxJ6EerH8DirP4sHRGfXx8ev4r3wzvUhq6Fcn4dl9\r\nTEK+EIn53p7GfWDvutFThsaEo9WIGHAamzJyMBg35rk7akjV1ZCLuDLYzgP1\r\nhUERZvOXYwHnoKPGVBTUCt9aH9xl92BEeEtlklCTGjkB/htxhhMKdI7t4RGS\r\nGJmNet+ZpaKc/wTCIm0mWhB1FBwoJ+VlncyMKiGrNmZ9DWCY8adz1DvF1Py8\r\nPW5wq8i2GuiS/mJzLxTztJS3wepysa7UCfTWgbwmLQDN63pwpZKJsHvWkKK+\r\nBjyUCNrzWD5SraBqGs+t3mTQvWSNAX0csSrUk+pXY33EbG7xhy7ZIDzLa25t\r\ngHM2l+rVWn/EaHLEPlvBeHtlLFCfSbEGdIBel236r8QV/7oYA8r5oRRV0Qay\r\nVkZSOhEkUt1cLjJxibErqD1gfXx6VObOoLtUb4hW+3pMR4lyoVtMOkSiHYgk\r\n/UOPoRnMyU8PWHiKvl/xIVxJOTLR5s53/XPCAsyWpBceEZ/Zl0R0a8oJnD5w\r\n1ygS5xud5KElqOo0BlhcVBc9o1NAh/cp0vY/cos/oI4Yvkolf4/U9wPpuI7n\r\n+oWl53womFtvvAhLlmfriVxh2vcJkIHEzSoqkh4AGBF7IJfWJbfNGWUA96hH\r\nVmOwLigqCkup+h2YmOhzhIFgJpdvSPjMuDg=\r\n=Sc1n\r\n-----END PGP SIGNATURE-----\r\n","size":4396847},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.12-canary.1703bb31a_1658252075027_0.7149534716482588"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-19T17:38:35.461Z","contributors":[]},"3.4.12-canary.691292b8d":{"name":"@firebase/firestore","version":"3.4.12-canary.691292b8d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.691292b8d","@firebase/logger":"0.3.3-canary.691292b8d","@firebase/util":"1.6.3-canary.691292b8d","@firebase/webchannel-wrapper":"0.6.2-canary.691292b8d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.28-canary.691292b8d"},"devDependencies":{"@firebase/app":"0.7.28-canary.691292b8d","@firebase/app-compat":"0.1.29-canary.691292b8d","@firebase/auth":"0.20.5-canary.691292b8d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.12-canary.691292b8d","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-GNdQ9bdMNEYiekiwt9RBI/Q1RxaWBW5sFHMgy6ahfs1AP7RT/5kVmqG7x8zc9JB1gTaGYQaF7JNNpEQmpmTlFw==","shasum":"2174e77a6f4b3757cba624ec2849eb71472125fe","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.12-canary.691292b8d.tgz","fileCount":1483,"unpackedSize":23303708,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDmX+EPoRnZq93hgB18seq8O9dNXMEOgMpaqBM4+6ymCQIgA3sjxSKijc3moWyit99tzROboT9aoAJzdxC+4VLfv8g="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1xMNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+WA/8CUst+x8OG1Pd4Ud5r6xzCAXPYYSEQelyYPEiesY/mMRpeRsO\r\nfj04BOFoQqwVOGSzHlr+Ld4iEPFxnmfdt/cArOhf7wPvJCDPfbkXj2D0ogCU\r\nMmglrEbXxM0ldK2SOOpbQoIIcqXPkubrqj8PXa6FOyPoPIpv81r9Xv8xV3ae\r\nubPBpe3Resg2CwDjZADIPw99ce3UZJPVkmxbFZ8hU6b8x3Y9/NuGqZ8LP9tP\r\nX9TotHBVsPDflgugWCvAGhWR2egaWSWco6vHzbebVijntzNFNoUaSPSWtpxe\r\nYNdT6V2XeatMvooIy1sCYFgTGWfqg+xp5MI2hvwtV66wSp6VQdx0KJleyEqs\r\nFqH2TtP9KfRdpZklJAzJOt0m5D6TJ7sdn82K4ZqdxKFKVb197GwjE90292ex\r\nxlM3ev3QAwPXFy5Klq2bcLVB7Y2UAgnXehZU5NUMli1JmliPKXfMVxeze/oe\r\nWCfluS0TrCLZggHxfRolbNzWvmxJDVgOHrY8Lzed7gRpIMY2RUpNqGny3gE4\r\ndpM3aN4x4i2KmpXXWtFE0IpNJkCINieBsTHRmEdU2ZAQ1jCvV2p313/OgSYV\r\n7L4nG+EL4CXw9w9XjkjAJZf5U7T8B+bVO9L5aBm4cyaIvAWL6tXoXAG1J3YK\r\nrijE6wQXNQpqEjkuoMda2hOhC+ndvVX3lsE=\r\n=zYMj\r\n-----END PGP SIGNATURE-----\r\n","size":4396893},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.12-canary.691292b8d_1658262285463_0.2390481983531163"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-19T20:33:22.078Z","contributors":[]},"3.4.13-20220719211451":{"name":"@firebase/firestore","version":"3.4.13-20220719211451","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17","@firebase/logger":"0.3.3","@firebase/util":"1.6.3","@firebase/webchannel-wrapper":"0.6.2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.28","@firebase/app-compat":"0.1.29","@firebase/auth":"0.20.5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.13-20220719211451","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-YeePinvabTcxeIvAlQ1EBRTbIxQNgTcwgw3zH+DUuvw5Mw5xwBVbwQhm9a1K0RVSFpsd6kXjJwiT0W45Odl4Fw==","shasum":"02a36bd3054d33b5246486c216b1c34de21bd2bd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.13-20220719211451.tgz","fileCount":1483,"unpackedSize":23303890,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGHxgp/REFUmAoexVN4QcF7K3OPiHn4DfXHGfR1wtiY0AiEAt0JOPCeY8//AxayQL8QpDhPfd6KYso4absO3gC9/duU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1yPzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBGw//VRtBaqb8PxS195jrNi1WJjDXm29cdfThoDYFeehj+hHjcp/A\r\ngXPZDfqKpUC8qmG3nu7vTJg/9FJsOTNhnt80KZMTqKeeDP7uyLybwFyKjT3l\r\niSEjUqMSqdK25t93ZsWvxz8/YLkWRFDrL56VSPhBAYk33wnvkvIJkR0fpG12\r\nqJ+IWS6jPfhuaY9o9zHxdSDTPHlZQia8WEyOmvpio6ZL8bJ6uBHbBnQDxuu6\r\nds1MYTqx/ZWpWb8SyxuLOzcl1Hc2jrsjAXpX3rOYx50c2eYIvHu/LXk/6sJv\r\nIK1VUoBjzkIAodNw8uLaWZ+EpdcxDdwhbL9PrVxZbS/RlfGA6kJesyA775sC\r\ndMrUQYKulCLitM/b5M8r8Y9M0HfWhcnOOso58x2TH3A/uJYGHWZoyKTbvBEt\r\nFdTM5nuEW1MZ3T/KHKisgVHSZDu6CXoX6mZS8XETVeFc9ctuuq2fAofpYy7B\r\np9QBCtVoEjv25tEAh1ZfktuxRdKVfrGl2wnHOSVfaVyJZcWqpwHyCn6IjHdS\r\nC6/L9AIZNmW8CR2/FjBVu9JHI9xIcFzXDAOP0OykRfyMj8db6RZ+Iif1dFKU\r\npk4WkNssS31hpy08JzNaHsxnDBJ5AQXmgmRp86tuz8N50x3c1gKTCnXqXPSI\r\nnauIO+oH2/rlAGpdrho84Y2WapAClJZZsKQ=\r\n=uh2b\r\n-----END PGP SIGNATURE-----\r\n","size":4396958},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.13-20220719211451_1658266610736_0.40579722853937694"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-19T21:37:42.918Z","contributors":[]},"3.4.12-canary.07483641c":{"name":"@firebase/firestore","version":"3.4.12-canary.07483641c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.07483641c","@firebase/logger":"0.3.3-canary.07483641c","@firebase/util":"1.6.3-canary.07483641c","@firebase/webchannel-wrapper":"0.6.2-canary.07483641c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.28-canary.07483641c"},"devDependencies":{"@firebase/app":"0.7.28-canary.07483641c","@firebase/app-compat":"0.1.29-canary.07483641c","@firebase/auth":"0.20.5-canary.07483641c","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.12-canary.07483641c","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Qonz3K4PX/NV0KUamMpW6tUs/J3BaEcQLV0r5XL4cfZVVHZWoL8l22nDxWWL02bj3rCjU5eikuKSUn7HR7Ktxw==","shasum":"c28b8fb9a0f19adeeca815412f75fe8cc9a29bdc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.12-canary.07483641c.tgz","fileCount":1483,"unpackedSize":23303708,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGYY1p8/FVX2XJChzF/xwPzJIna0FGC1MN0/iYEZzCX9AiANDLNFMRxLsZ06L6YNciVd6+KpDYlG+/hfXBGhDw6YmQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1ykoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr6XA/+MEYn2g80bGclbQ+xXva/GR8bZMpZA+nl3JJ8CgkkXzvWicdW\r\nuZaQ4BR1uN3CbRh4PquS/9DlaKDqf7yKs75O69K0JdYt8hZRwZkM1mLw66SI\r\nDihYAbZDjfz7bAhLinFon4Y8Sv9YcoEJbHk65wuToy2tTgJAY5gpOvnV0QSy\r\n0ahDP9dy4Eg56wpeT78l10y6NH6KxQXnQ+diAQ/+P/96aAna46ZDSFscfScn\r\nMBgs5rRLOL0o1GzAsFkAW+B9VgHYTQfpFpI5TUFmQzr2GYOjYKR9yaiwQTda\r\nog/v/Y8z3YfnS4bNcMrEQ0/yBwZ8eJrfK31yW+4aG3ivRzFUDXFWemtmbkK6\r\nh50B4dSAqDZG5yuKl0W6iC9XW9NPftasLJPzT905nd22BGOphsvkSTyCFagA\r\nQsLo0pRLwuW1AKTO2k9pOumA0Q3PToP3p3zjhkquQUmFrI9I/FMWRa0XWJ6j\r\nOTinDAiXhr+SDNoWzGHnlOQ1YemFP9fmTHQAJF24NYLVQXX0VQOW8aNpvwsS\r\nQEVvgSBMI+Wm49sczQMMCkklSsFtm2Xew7OqRCvvOjGTdPLp+sD/4K0foSVa\r\nqS7Ea/tPMQrdaS6URYbdUzIxBnk9rUK/cedoBPeXe5NoCZUThwDs20n1Bz7t\r\nOZTEZxdA7kR3t2pHCkykIkl6lLUo5+WfKzQ=\r\n=zmsF\r\n-----END PGP SIGNATURE-----\r\n","size":4396896},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.12-canary.07483641c_1658267944412_0.4226013097134804"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-19T22:01:23.480Z","contributors":[]},"3.4.12-canary.1a15c7da7":{"name":"@firebase/firestore","version":"3.4.12-canary.1a15c7da7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.1a15c7da7","@firebase/logger":"0.3.3-canary.1a15c7da7","@firebase/util":"1.6.3-canary.1a15c7da7","@firebase/webchannel-wrapper":"0.6.2-canary.1a15c7da7","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.28-canary.1a15c7da7"},"devDependencies":{"@firebase/app":"0.7.28-canary.1a15c7da7","@firebase/app-compat":"0.1.29-canary.1a15c7da7","@firebase/auth":"0.20.5-canary.1a15c7da7","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.12-canary.1a15c7da7","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Xbj87mIly3SwLSlms3EPQrTWweuT50I2HRqi4IyJRNiorJ4rDP62LGKWagbrMWtC67YD663NHh4L5NcI8qJsHg==","shasum":"7975a1d5af0cde0033adf710783e583ed15a3f31","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.12-canary.1a15c7da7.tgz","fileCount":1483,"unpackedSize":23303708,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH2ByHrKIRXr411IWWXJNqitMJXN+NmcgfaU/JbnHlnfAiAqJPv3FWpOp3qwTmzqy9G8bE+G7BiUvB67Zkm/C58bIA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi11c2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqKNw//da5fVpMEy4yW90kvryNstADx4zycFH8uLT+EYSUGu99FfPHT\r\n6Pam48+NE+y7MI4Q8VbVq2HWY1/YD5sbW/XXTP6+8faRIUu/E9yd9MGn1v8d\r\nIzNxqLeExv3YCd0fkcvznDvB9SvRH9Q5czadd1bkG99TxJIK4FQHssb7I2DN\r\nyaE7Oyy+7OJc/VcLIiYmWZjEZZSOsxkl4CeivTAxcawDMpfiIeyYx9chXaPb\r\nzvi/stKt07qTVCGJZfFcQK1hbUl5zlaYfuWgH3H5oowGf1A3DX2edhAib0Sm\r\nSitWUTyq7TU37aEtYFs/yDKscfJV0psIcjiBU6u6csQyrj22f2fZIqISr1wS\r\neDwjz7ZqVyS0pkXLaK/gLor5GEGOdnJTsTeAMGE445BgYYCdxznig/3e+usb\r\nJ1yCbeQ1MMLphwDOUrS+y3ju/vxgoJktvnGxMd2GEXv7UDUBsX6ZiNhgByfn\r\nnfd2vpMjCbX+iz97OGLHBeQDQseeJ9wR7ibrzANSPV+Bf4G7+bnsdHNFEv1g\r\nUrP/fMC1/aViGTehwJhE8a886MkA6bh8Vmvc8kU8LyFNYYvyDeKez9Re79I8\r\nHIU3rYdboRKmlekn4BfvhCd87CDHHwptL/0FmKlslBgZjWTmRBdLT7IZ8S9s\r\nvD5mQ0jAZPKrjkZDcb+154ojuR9SNw6E3eM=\r\n=Dj8V\r\n-----END PGP SIGNATURE-----\r\n","size":4396842},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.12-canary.1a15c7da7_1658279734627_0.42104102876424276"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-20T01:17:07.304Z","contributors":[]},"3.4.13-20220720012906":{"name":"@firebase/firestore","version":"3.4.13-20220720012906","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17","@firebase/logger":"0.3.3","@firebase/util":"1.6.3","@firebase/webchannel-wrapper":"0.6.2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.28","@firebase/app-compat":"0.1.29","@firebase/auth":"0.20.5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.13-20220720012906","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-OB4pHayraZZr5ZS/DNKgU95kPp5pxrJsf6AprOrGXY7w2LywEI/04FzVbkSpZQXtdKr3No/+PgT9fk+sfBuCrQ==","shasum":"50bec48c4d3de5b80ea7f337aa53bbf4ae00c1cb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.13-20220720012906.tgz","fileCount":1483,"unpackedSize":23303890,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCmC0ye/xd4m5/hY4XdVsmZcTQsqDtnuTwDwOKvycKHWQIhANX6Ejcm6PDLvzLk0HhxyATOhtmVM4/oF/FzNkVAnjXL"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi118EACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoukg//dzBY8jQrvkNaQIOWsvOA3XfjmhnuTdfcRbbuyb6XMLX4pL9C\r\nYktgCTJmksGwTNvZfTrThhIrhYj57U2hkWFCs+ofPweWQtsXw8MBDr/BkEvJ\r\n+aqbdlqZmajlT6mxpMI3BUbM/MNTw/FQwO1bkQgJbURNfFUMyf4RCU0NG5JX\r\naTo2wWLVM2BmkLgpjeHNTUJnAHuTjoO8FrqtfAOpxyaOsRpWmO7ST9jiQbns\r\njcArCDEkth/G4BA7uke1jtiSXWtj7irHj5uok0wcu7cGcOsWc0spp6ZqH9GF\r\nFWgdcQ06QzFIICxUEKxcnJwsDYkr1MDcdOkD0lgQKv4evjNM5ThRMAdKycg8\r\nAiOKRTFPykrweLVmHDO/RCjWuykhbgEh5SgFRuePvm8K9SfjsKUw2tV6OhMS\r\nPe56dbpawq05Aq22ughs70AHJGvJ5uVk8zv5+ZnlLAf0EAMr4j15k3UE6tdQ\r\nofPAOzPNflUIgLZsNNeM1ogVMEz/z26/RouvV6T71/Gq2iG5zQv1jEgVdVP0\r\nIS9KHZrHwQX0/V0Zmomj7yX4bQ3bnkFjJljhstWgUFZJHByzUz+f9VMCPeig\r\njH4WPm1ldgcFVXram8sj36gqCgL++SyRoktEA8RnXSkDBFgkRTXuVgt0MWkL\r\nI2Jcp4/DRi3coHoZLbeg0o3OWVngqOigkCM=\r\n=Ghsx\r\n-----END PGP SIGNATURE-----\r\n","size":4396953},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.13-20220720012906_1658281732263_0.3302936838940129"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-20T01:50:46.604Z","contributors":[]},"3.4.12-canary.e4eda86ea":{"name":"@firebase/firestore","version":"3.4.12-canary.e4eda86ea","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.e4eda86ea","@firebase/logger":"0.3.3-canary.e4eda86ea","@firebase/util":"1.6.3-canary.e4eda86ea","@firebase/webchannel-wrapper":"0.6.2-canary.e4eda86ea","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.28-canary.e4eda86ea"},"devDependencies":{"@firebase/app":"0.7.28-canary.e4eda86ea","@firebase/app-compat":"0.1.29-canary.e4eda86ea","@firebase/auth":"0.20.5-canary.e4eda86ea","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.12-canary.e4eda86ea","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-fne1OJsOApOagqEdkNT5+GwMZHentvmvlEo5k0m2fLScmIJtU4YtnLi7Kx98bhIJAt6eqCwH57Z6HzVn3DPmeQ==","shasum":"115b844ad20a4d3cf42009b28bea11f28da48611","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.12-canary.e4eda86ea.tgz","fileCount":1483,"unpackedSize":23303708,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAId6rAro1kWfIfoMfpRbezlsfmW+OOCw9YWpmGK9sSgIhAOSy9vc4EYUGMj5VdVYgMOJHE8MD1OTqV1mDt4Ny2ctP"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2GW6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp6DQ//evzGgmo7Jx+hZSHcfJNl1EBuOeES3y2sFQexVLYaEfdd9kon\r\nAVzA1Badl2tIm7vSBYCdw/JqrCCx/rmbK7SXK5h0odXfKnubC7RWifOp+Kyv\r\nDS2vyeEYTesScYpyaoS30Dt6sVOadpEa0UadqnzgN9mduEoWQOChCGbwKzOW\r\nnMu+k+bv7bpAK4CDDvThmPMPV1ZxlKSJ6nJstUjET61wT0PafSiDBkTCis6Z\r\n64vZ9+2phV3dBxl08MEf63MOldQ2QK3VkLnM2+w0HgWYBuQnQylnZV4rI/xM\r\nDqylp0cW4ZOHU9L5/9FwGL3dUGNIzWT8s0sr414kmWPcMVy5auOkxEPQDOWY\r\nEb9hDO5utOEXvCtDo3fV0RD2Qx7gPsSGEGdsnaN/LHOvceX63sEf9DWqjChE\r\nrQdes+lVb+A8PH0TPCjrncpcvCBWjFJkuKWnEWWKSu5YHro9DEnIOOthV+jt\r\n295+aXrnaM91iQbaIOxGSxxkcr0WrrwOBwtYYlKpIhw4FDb8xBFI7DhpACRR\r\n6ayLtLkhW9X308w/2/KKr8IOsYo0+32WcMXYkNnjUguRxPHcbEY++1NteA0M\r\nzKDLVVTqUUFy2jCH9v06EljF6DKSIySDcLbkDHkQ+bvZfz9uI+j2vu3w8L20\r\nd5v8l8IrCoOjxKIU58fpxXi2n4IyjVWftHo=\r\n=XOE5\r\n-----END PGP SIGNATURE-----\r\n","size":4396837},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.12-canary.e4eda86ea_1658348986044_0.41572051072885285"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-20T21:06:12.662Z","contributors":[]},"3.4.12-canary.65838089d":{"name":"@firebase/firestore","version":"3.4.12-canary.65838089d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.65838089d","@firebase/logger":"0.3.3-canary.65838089d","@firebase/util":"1.6.3-canary.65838089d","@firebase/webchannel-wrapper":"0.6.2-canary.65838089d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.28-canary.65838089d"},"devDependencies":{"@firebase/app":"0.7.28-canary.65838089d","@firebase/app-compat":"0.1.29-canary.65838089d","@firebase/auth":"0.20.5-canary.65838089d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.12-canary.65838089d","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-QGEzDRyuErnXaPiQ4kZYHW5Qgvgo/lgGJozmDoMQvVOIl0qLZpflWwSyHlTPwo7gCSCfAwHAnf10icUQOb4+Ng==","shasum":"00a2738d5a655aedec7c291436f67a812e8fe2ea","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.12-canary.65838089d.tgz","fileCount":1483,"unpackedSize":23303708,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD7q9WMAZ+YOrdDh5Vb9vmMhrq8nUpv/A/AcclryLEGnAIhALa/u/W2uHNmrFJtsrJgO/RrIGUADbTbJDEaj7JRx5vz"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2I1YACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmreag/8Ds1eJlw6Nju+2JAxmZXeEiuyI0NILKRdiJ20Yw6U5Uowbo2C\r\nQpJeAQs2cB2ci6j0JTkM4ROTuLo2axa3RMz9WzowBHbU5VXFuHkXXLsk5bgR\r\nbydEmkRSOvpkq6S6ObjwmwNPhF0vgJzL1lYLvDcfBYkwqE8oNzVzxt0M4hYb\r\nlaoYsJSj0KUk6wGlimgi+mCKIQkPf59O6qesb0rwhJTLksam66tC5hHlUNfQ\r\nQSIKuDH+8ErsAARpP3EfP2iUHbhnlQIBWY+3WVntQvmaydssa5OgNojsrbEq\r\nPD9GPOabA9IUzO4u0s5GElG6t+10Jx6nlne+bPKvwdm9LXq6AO1VFOQEoyGI\r\nAXbex92LkqoRDZiKD+0P87HK+ZTq7Y76eFRjvAspOD3/VBPRprLjW7Frwlau\r\n7r4P9Wlgvi4CNwc6cHvsKYJ8yHb7+WswA4CTC0r1Swr8/jlve/AZOJ4mwqY4\r\nFNds8ZwE1rXrotw3BZrOgVgaWCr65GfQbziZ/0lHGwtY4VONeSrQtBbjV5+A\r\nGpG4B+IReHXyP6Oy4Lq7zwo6ty08jgY9XAIcuxiTxnLjGy+hrMvZ8mUqAIow\r\nlMyBPrZTbcijBLhUOhbCLHOMqxTllWkBk2mQKxjG3XdxXK3x6Ql1WhFzE2Rz\r\ncwcyursdRvKLwxQBfYpvPSGUHosWIwX8wDE=\r\n=s59i\r\n-----END PGP SIGNATURE-----\r\n","size":4396898},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.12-canary.65838089d_1658359127942_0.09694800511043988"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-20T23:27:21.424Z","contributors":[]},"3.4.12-canary.13a8c9f9b":{"name":"@firebase/firestore","version":"3.4.12-canary.13a8c9f9b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.13a8c9f9b","@firebase/logger":"0.3.3-canary.13a8c9f9b","@firebase/util":"1.6.3-canary.13a8c9f9b","@firebase/webchannel-wrapper":"0.6.2-canary.13a8c9f9b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.28-canary.13a8c9f9b"},"devDependencies":{"@firebase/app":"0.7.28-canary.13a8c9f9b","@firebase/app-compat":"0.1.29-canary.13a8c9f9b","@firebase/auth":"0.20.5-canary.13a8c9f9b","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.12-canary.13a8c9f9b","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-dNbkmEYzHA+AzrSppADuOnxlF6vbFYLlR6yD2HSbTKY7eWv/I9P8Il4HugozR6Bd7QczOeZAMHulkOsd2fBBYQ==","shasum":"009c29acadc0d352387bf1cd80e29ad5f5fe6cce","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.12-canary.13a8c9f9b.tgz","fileCount":1483,"unpackedSize":23303708,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDWeQBg7Srfb+DYbAV5scU50L4GXKG6Z5SFwrf7447hxAIhAPTlzrLXd5ZXRRWqZP78a8LD68mJh3KxQGnrnzVrntEQ"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2YFtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBQA//bn7Azkv1XY/+xw2f8SDRWYQ9OGB56XEeRqKs2Zun4ADQrxf1\r\nBYPIy6BgkpYXCUA5MhDHG+vH0ZCiXkP+9CLuB6yYRXxoTl3rH5CEarkV7zI7\r\nSG5PPQC/LYsH9OrxqVPVFuW6xHtFDHdu+91/xLySx/tc61UUAfWAaWlt2a3Q\r\nT8VBJc1TfwQOgVjCL6gFYayVnrHC9h7M19Onk0Wg7RER1mDabtAg3G2acKel\r\nX3yPVWbMBhRUd0raXp8zYy3J/XRFgiCYDoi+TbY1uE9THwkdU19Qd91X72EK\r\n2lNejR7mfS2O5IciiZVPzcMQ6aGiSYZDdxkX4bM+jkZX6kTivaKWTrkoGv+O\r\n52xHsPVekipONYHWWwBA13iIC+i/Hdbn8AVQCu0+m91TTDn6k5D9bX1HR+sm\r\nM+HByAXmB9k8p3s4mfJUlbTDzVU9JEm9PdnJ36fknlQy5iUOQG+sSwL48+zL\r\n3o0BDER4JePAhLdzbATtx6+Dg6l/fTS6gK/B3Pet4ZplGfsL6dYoBH+wfe0R\r\nxd8WaMmuMd0ANsZkkTP26pgMAbKtGX+8HE77+TWN1daacUiO+apjGkQyh1RQ\r\n936jInM1qqVZJ3npIwSlhEN8oPG6fFJdHZvprY1Su39kNaC69bRfjNwn30sn\r\nVCp99WeeflBg3qw86R2Xf13gg/V1TsQfqLo=\r\n=zo+i\r\n-----END PGP SIGNATURE-----\r\n","size":4396885},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.12-canary.13a8c9f9b_1658421612785_0.9825264811360366"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-21T17:03:18.184Z","contributors":[]},"3.4.13":{"name":"@firebase/firestore","version":"3.4.13","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17","@firebase/logger":"0.3.3","@firebase/util":"1.6.3","@firebase/webchannel-wrapper":"0.6.2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.29","@firebase/app-compat":"0.1.30","@firebase/auth":"0.20.5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.13","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-wLsbWflFoWDg9NprulzTAjtapLA3dfaG1Dsa9OUsgPRDGg5jfeo60n43d94fesX4crE+C5vkFhLQKMgsEGpr9w==","shasum":"c934f72fed311f9359cff3c836ab43d492c85b55","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.13.tgz","fileCount":1483,"unpackedSize":23303292,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC5Auti/z7wqnPDdMRw2O9XPiBrCSq4hsioAIcvtTVHNAIhAOpbY4LorGFr8KN+/lieKaueopzL7GFXr9c+40iCZiL9"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2rXWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrTtQ/9FgRwHKkDYbk1glVUb+W/bO/ps1VKJtgX64yKLxL6m14w6SWJ\r\ncreM8PYdIH+K2kQIlFoG8ffnzImuKcz5/83XEi/iFR4RvDYzfNCCf2WzXBmU\r\nHqvtDK1nAWBsBCF3eYGWCuG3lzCVB3qG+r1mQ0HFGwrRUZB+TbiZPG8+OCyU\r\nDiOq9wM61Oz9axUZitigs/uoF8G3zJvGB1H6FjKaze/ToeK1FUcm0bZV+eAB\r\nnJOJ90IryCOt6rEzhqFwwyxNKDB0YTfFR7HvtdRIkur2tR0NLQ7zWCnzz3U7\r\nGxjU/2ygiI27IPu8tRR1rc9K/CKRcWg39mEuycK7Vouc/rwQKbqxtCCArN2W\r\nHeiPHla4yzyaNAdWnP0y/0nAK2CU0ry8/8nX2HnHlWs8VIAVSLXQ/NE4Oaeb\r\nAjq7g/2Sd8aNa1A1LZ3rv3BD2DL6X7eOXeYSkaRqtLD1nGfEdCh1Dv+rfqM2\r\n66PQd3BIipDxxn3qX6svob5yqa6DbiFhysCobjLY6K5nx6tUiCiBoULI2igb\r\n0M19/vBUcth7ndh35NN25IcUXU4N1iQahJP+y8TMRyPB3Esf+9Ck4LKdVqy7\r\n7uWKUYlEZUQVp/4zDZkPQVIa5Bha6T+GmgUUpLC9yzr+m/RfXSxMBlR3zSZO\r\nj+hlflDqtWhEvenJzbLwdni7zVT7HpCU28A=\r\n=8cix\r\n-----END PGP SIGNATURE-----\r\n","size":4396534},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.13_1658500566663_0.7963176482380043"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-22T14:37:52.241Z","contributors":[]},"3.4.13-canary.57b00d49f":{"name":"@firebase/firestore","version":"3.4.13-canary.57b00d49f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.57b00d49f","@firebase/logger":"0.3.3-canary.57b00d49f","@firebase/util":"1.6.3-canary.57b00d49f","@firebase/webchannel-wrapper":"0.6.2-canary.57b00d49f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.29-canary.57b00d49f"},"devDependencies":{"@firebase/app":"0.7.29-canary.57b00d49f","@firebase/app-compat":"0.1.30-canary.57b00d49f","@firebase/auth":"0.20.5-canary.57b00d49f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.13-canary.57b00d49f","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-XLpPIWTkNNps9rJeRuABndUmcRjvUqDbXGAl6NaVK/auJd5kFQCaAQ/goYJIXXf6LKPO6Xo9ly+m6clV7ADhtA==","shasum":"3578b98901fe7292891f69ca8868e95f7068f04e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.13-canary.57b00d49f.tgz","fileCount":1483,"unpackedSize":23304088,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICou2L/nw8L9piu1546cRBVe9Wr1eB8ZFruw1PZ06Ms1AiEAhgPQS8Prwj3NWB6V9ZDRlkuV9HUBl9aZAi1eBkGXjsI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2uSkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr8uw/5AX/uiudT8i4rCQcg/7DwAMpKn6+nA6M7nzVfoGoc+gVHuyFn\r\nKPOLbCtPhzW0d3qtqueBeoSabksEiKMqWJjuEqQEn8OSKLP0lACETkDGcY09\r\nPLIrcpHcKHjELmUnpTah+UDdhUsVD8oldAw0859BkmV9PGw2ulrPO+2y+NSh\r\nlVmQ1G/IcTpXcWUVIyi34LkxRljHCKB5GOia06WZxTtVpFsDYCS9TyYu8HuL\r\ng93jg/6FfhyD1jTaGJ36exJfNqtbA2S2hjB+Yx98XBWEXnCKqgOUXw/FZ+5t\r\nOR1AB++iQSiiICoyxKuwjZvZtwlryX/hYPuhnkUgidvSslT4602XJ+2mWNVv\r\nO/7VetFnTuvu9ntHn46I8NtYWkwOZrxraO4zmisUrRIEX/hObYBSx5nNC5VN\r\nr1+WFrPluUvx4TKsE99yNxCqbNslrMiCWCNb0h1L8PYf6f2ASiDDDFOBgauJ\r\nf6TYiIlQ1aV6n6vKbB7HiwIXsIodfjPpgHso2IWJCdunHBpbwlDIJTICrx5k\r\nhqZOJmXTSf0tb+ivndHcwHqJI0L7WUdo9+MwqkKMVt1uIqIog103YsZel5uq\r\nveDQn+vmvaUTt/tYbW5qFXgJtvlvKDv0I6Fpq2AvgBMl9p9aMfPQFkGvrdVG\r\naTiJ8uibVeYyVi0oE+qvh/IKxnPP+2DviEA=\r\n=IDwD\r\n-----END PGP SIGNATURE-----\r\n","size":4396974},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.13-canary.57b00d49f_1658512548381_0.4387119587860111"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-22T18:05:13.653Z","contributors":[]},"3.4.13-canary.290158b10":{"name":"@firebase/firestore","version":"3.4.13-canary.290158b10","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.290158b10","@firebase/logger":"0.3.3-canary.290158b10","@firebase/util":"1.6.3-canary.290158b10","@firebase/webchannel-wrapper":"0.6.2-canary.290158b10","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.29-canary.290158b10"},"devDependencies":{"@firebase/app":"0.7.29-canary.290158b10","@firebase/app-compat":"0.1.30-canary.290158b10","@firebase/auth":"0.20.5-canary.290158b10","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.13-canary.290158b10","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-/6qNa2utSH0M4cwED3BCRmmpxnSW3rlbFv75b9HAYUJxm9MkkebmJ8iBWrwPJMflZk2TZ8GRvnFdzU0ESjUb4Q==","shasum":"e1ddb0a6900d864a63e05739e7773eb1a06d8b25","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.13-canary.290158b10.tgz","fileCount":1483,"unpackedSize":23304088,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFKjMgq/FBXjnakieUBpf6Y6RA2Jz1BrSCa1PllRJB/qAiEA9goLabQvOddPflardXLYujn6oUl/+lc0c7bUWfHHYZU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3sn5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrMYRAAizMExCTWvPBHw+o+H5unqgbyV5uryqXzJ20l8+kcdkX8vRrx\r\nBDutbEruyUOXxjFnTNoM+Z0FHitlNBVKBIUWnmbFNhXQKS3N0zxOPtpboIxa\r\n/Ln4sfeORn/+sfQ4zja+GOJnf53kR3xrX+rhA9uCwGi6I3NVgH0Y8U1yS9fV\r\nPB1BI6ymMObU8+iPCxDBphkxkL1Q0jxDI8Cu3sC4YN6+bmXNUZQHaXHs4kc4\r\nhhMOZtjkF89gULR7XvGoheprAC5Ks4Krk9DZZKJRZ77osPisnQAB8ugch3g9\r\nRk3dfvgByZz1Z/D2oRsgGSG4CRPBiLU19M/t/K0Ban/47WQxQQ/24XF+RwKO\r\ne+HW7Se5ZR2rB+yGvEthgBY6DL5PZNJBT6HYV4bJEZaaN9prlAtxjIRw6AzK\r\nGBiMebcv7hiDtGjOduI6sKoB53KeQW33CIw7X5gUrqNQj/HmeY0hrNlDjaU2\r\nMWlvbU0R8yHXErWfh+tK0Xw4sQrvU2RKDGsvEQ+oWI133I98oT0iJIboCkoc\r\nwTiP7hzBwUQ/h7WAVfPtJaay+svpeyojCS88KXpsC1J3AGa326dDuS+BCNci\r\nN5sao5Xk4tKjM12krV9+acvyNEv5OjJ5mriKvzlBPczKzUiVvrH2yGR1re8w\r\nrq4cSJu7EsrOM9S+4WWQPvHTz8I+5PJPKCI=\r\n=LNXs\r\n-----END PGP SIGNATURE-----\r\n","size":4396967},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.13-canary.290158b10_1658767865545_0.7294805276214915"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-25T16:54:21.148Z","contributors":[]},"3.4.13-canary.3483c7d9e":{"name":"@firebase/firestore","version":"3.4.13-canary.3483c7d9e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.3483c7d9e","@firebase/logger":"0.3.3-canary.3483c7d9e","@firebase/util":"1.6.3-canary.3483c7d9e","@firebase/webchannel-wrapper":"0.6.2-canary.3483c7d9e","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.29-canary.3483c7d9e"},"devDependencies":{"@firebase/app":"0.7.29-canary.3483c7d9e","@firebase/app-compat":"0.1.30-canary.3483c7d9e","@firebase/auth":"0.20.5-canary.3483c7d9e","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.13-canary.3483c7d9e","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-mHCeWKEUNsLXc4wy9sxakD/pHwpqrxgARQMb1h49KJaG3ubEhbAZvkUvoByjXMrokvDaO42GtQnYSmB8Coe7LQ==","shasum":"0032ba85de326134d4c44d7081f353ec19a3d683","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.13-canary.3483c7d9e.tgz","fileCount":1483,"unpackedSize":23304088,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHBw9Y355e657AIYfeA7h3fcHyhmAR/7uAHKIBQHOtgrAiATjvVVDpHjKXHjc9ig1QZet+FYHL/fP61YQKtBhd73xw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3srGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrd6Q//awRM5uQ11yUNYhD9VzIJ2maYO0qpgel93WCTwAqyF6obKlOh\r\nA1U/6gpruTfk4sugD9tx50lqEqh3vDR27VB2Tnro+2Ech7XRyCnTtI7/4WGd\r\nweQFdtPUODzluAFiqXrBNeANCWXMNB+t5iEWJpAzN8MlOThf193mMniMjINz\r\ngVOGEtOOy5j00SwLaCDpo4bHa1Vn5btGZmvq0bsgt/OgEO0uorrQJLKkvji/\r\n2t7HXIsVY1f0zjjl/aIss7BgruAiNcJWr7n40SDau1bZaFz2BDIqGmI3vgnP\r\nzcXpDXSNxFASSStEBuzHnBJhD3+8Hl4WlYvgtld+EKmzNCuohCZcoRMhjK9f\r\nIDnuAcZMMhKOxITCm4uGOA1cRbhR3DGVXa9YBYLV8r1Fuf14OV9jSc1UMsoR\r\noPThykUmi4keRy9eziOu1A0NGCON8WdEqVB6vDst6jKLA5teN69v7CLTv8tH\r\ncX61q63xh/gYtkkeptl+cnWBepfq8PSK9dlNdH6G7kSD25ALN1YJf7E1y/Mt\r\n5I0wOJ7tYlGxpMCglLL1e9AqJ94+4cSGMkgCLjlC2hyrXa+kE9JTbYbo3xLI\r\nTbetaaor01LsJhOJaZ3XUxBMvsxDhzztof3bOAWxTkqrdj7L/Hu3gIyqYkML\r\nzZBgWu8+zE1+atORsf6Li+YpysrwycTSa/E=\r\n=LOZ8\r\n-----END PGP SIGNATURE-----\r\n","size":4396964},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.13-canary.3483c7d9e_1658768070141_0.33278490768051827"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-25T16:56:35.800Z","contributors":[]},"3.4.13-canary.826014960":{"name":"@firebase/firestore","version":"3.4.13-canary.826014960","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.826014960","@firebase/logger":"0.3.3-canary.826014960","@firebase/util":"1.6.3-canary.826014960","@firebase/webchannel-wrapper":"0.6.2-canary.826014960","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.29-canary.826014960"},"devDependencies":{"@firebase/app":"0.7.29-canary.826014960","@firebase/app-compat":"0.1.30-canary.826014960","@firebase/auth":"0.20.5-canary.826014960","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.13-canary.826014960","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-BJq41ckmbVvCTmgsLDGJUEJLMJSW2X092dad0LNO6TdcBJZdgnRJG/QdPYTL92VTLcFOOXvB2/F4aL9LW3FDrw==","shasum":"3fce6bc33b3a7a342de5369fdf0a0a8e978f23c2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.13-canary.826014960.tgz","fileCount":1483,"unpackedSize":23304088,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFt4EeTaS1oNs4CmH2ZnTbXIo90wPjwC7ewdrSKHtYnqAiEAnX6NfIWomH7xsJLNWWeHa5MyOsfeacDAaN0SZj/mkmQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3tPqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrukg//RwYstzk9GtRR3wnJ3pJuMaFfLlXK18/aMDys9qBvslb+2i2o\r\n8UYumgj1cDX8FmeXjT1BvQv8eXYvWndDoMsgsXM3+SlT/HAE7XAmO20B7Ln3\r\nv9BiY+cy6RQsJs9tZ2RTfhWJdVmRtxi6Vj42OL+CCb878HIR/nwd7iKgUtBw\r\nNNOavNHv16jGIWocak1gQrawuLWfo6oGNHod7yzkdhj1a0+2qGZhuFWxxSYC\r\nDh/jLq9l/AipyhjErFHgjqbCTQ0ODsk9hksCsZ40vyNX3uzHNJkYLL/gxmxl\r\nnA2Y/bOyna59XETSXnbjguCrDv0aokSq+xwD8w/iEKx9Ovz6pVqX1cCG/Aon\r\nMZKyJ0Tw8PwBsgqS3mtjr34xs9sgfsK7dnGizLTRlWxrE1njl6q7K/tlflCa\r\nxiFD0gYkKKZE09lVHhHyHJxCh+yj0M4HPajahxnsKz3lsGw8YFgY3ElimvkT\r\nnK4JmEtacd90l2yb3rxsAwBR30yeBvXhoXhUG2p038kjbtPl0S4gdTJamtBa\r\nKlzfZoCA+xMxkGzJ2h9fgrra+LGehUcBDZBC38PzXEAqjw0fugK0iicslkGr\r\nseN4e/96q1R1fgzasUoMQ//fpM3DjFypJIzohuoobHGYVcHAL3rdGaz1rAi4\r\nfXH7Ezqo8VKW2SKWf2nMLYM5FOGpZFaRj18=\r\n=RwY1\r\n-----END PGP SIGNATURE-----\r\n","size":4396966},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.13-canary.826014960_1658770410100_0.6539936231535863"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-25T17:36:12.995Z","contributors":[]},"3.4.13-canary.572e111e3":{"name":"@firebase/firestore","version":"3.4.13-canary.572e111e3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.572e111e3","@firebase/logger":"0.3.3-canary.572e111e3","@firebase/util":"1.6.3-canary.572e111e3","@firebase/webchannel-wrapper":"0.6.2-canary.572e111e3","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.29-canary.572e111e3"},"devDependencies":{"@firebase/app":"0.7.29-canary.572e111e3","@firebase/app-compat":"0.1.30-canary.572e111e3","@firebase/auth":"0.20.5-canary.572e111e3","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.13-canary.572e111e3","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-4UpZF4hARB2jqlzPGo3UuS+1ZY4NWtqwlgC6K+8m6tD4emBxckay9M58y5Hjz6gssoiHYUbI4HuIjJVxPAu6Ug==","shasum":"e389c9eb0443666091fb4a2eedd213f76334edf3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.13-canary.572e111e3.tgz","fileCount":1483,"unpackedSize":23304088,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDKfHxtaoagijSA2T+A3IxQwFqsc7s1llVPNQnmaJHLQQIhAMo5xDRB+DTn0BT1HztOOAmrVUXXE6vg3bkyykFKXsCB"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3xT/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoEdQ//eTULaxrKf+IyiWwbLn2ugQpMAgAxebWKda8CDooUJpCH9Zkf\r\nRrK4OxvLJfFlaggN8G2fGCteNf+s092II4qLuNNlQsmZclatVoolEfMRuLjm\r\n/Jma5YANvi9dKOCBNQzvIgYg6IRvGLddCzoqyjMrTqX+6oV0XdV391d+Csoz\r\naulGS+79OGAhpNFH2Y0X1sm9aEeD4JJkwwVdBU5iwnhtwO/03l+K4OYZBipu\r\n0bKWGxLdZEluIIx8U++IvciVDfCZm4KxUZ9t6gBSDmzy+I8UwpeCS7duB9rJ\r\nI7jk9Vzzzk8QzAVVprexs44/9ssMNEUpzcTVgkTT5QOayXIWDZi72deFdABB\r\nApAod2t5NcDLW2/YWzvzQ0TfBTWenhU5KPSS9Ho19FUIgG34SZkNEsYoM9eT\r\n2xL2Viw+ambFkYtYINubjWCxvCpIuhOiBIUZilxIjGrnkpnm9bp9XnIXnu+X\r\nbYz4cWUkEQL8Gq5nGVg6U6oTDeKfwEtThFua1U/32iQhkL8Nql/5/Jl38Ds4\r\nncUkgFc+J8myLZGMzCzNzy2wbF12Z+gCjSYHUyaBnKf96HbP+6qzhCtPBhBi\r\n3dpI3AXiecWAEeukRM6v81OKWEFffibgnk/MnorAcv36Hmowvym0RSK6tHGq\r\n0GidvKCk3wyFo79bttL5ikLfAiOLMOOd5ag=\r\n=wy74\r\n-----END PGP SIGNATURE-----\r\n","size":4396962},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.13-canary.572e111e3_1658787071310_0.37065947513510755"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-25T22:12:01.425Z","contributors":[]},"3.4.13-canary.f32cc8f22":{"name":"@firebase/firestore","version":"3.4.13-canary.f32cc8f22","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.f32cc8f22","@firebase/logger":"0.3.3-canary.f32cc8f22","@firebase/util":"1.6.3-canary.f32cc8f22","@firebase/webchannel-wrapper":"0.6.2-canary.f32cc8f22","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.29-canary.f32cc8f22"},"devDependencies":{"@firebase/app":"0.7.29-canary.f32cc8f22","@firebase/app-compat":"0.1.30-canary.f32cc8f22","@firebase/auth":"0.20.5-canary.f32cc8f22","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.13-canary.f32cc8f22","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-0+fiYff/fi0tinOtX3fUOlaC/C97fDjAL+AoClOHO5K/5kzBcgWrxNUMTF/X6WHfSnM2k6GyDbZ+nx5wNbrQsw==","shasum":"84df9b38a526e7f698693f01278a54989c1fde7d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.13-canary.f32cc8f22.tgz","fileCount":1483,"unpackedSize":23304088,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCL7LbniXkCQq+/Rat+Aq4pYgPUxPS9ESnKTGpJ0YcRSgIhAIggI8YJWkVhPYOQWdK7sZTIXzftV+F40MaS2QApay5N"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3xZJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7Kw//YOBU4DPjUzl4rlT3l5+KlsanpOXOTvZySjT+rRJfoJX/7bfS\r\neRYDVA8kciYxeXCKEGQebLMUTnp2vB6Zkt0dxJ2+pJcK+eQsOxBy/PykxAal\r\naCBqk2UNJ1aonnqIQVvq6wLu2hxs6ksZOzia0g+Hu6bmB2H2L7XUn/kFZ7Zq\r\ng8dRbvuOskqvQa6T3PvxLqgQO8ohJnLiv8y2w+K3PbaB+rrqdowPbH1bx0ns\r\nKzD6Wli5sKqQeTAVFthGrVIi8w9QIzdNCWGySIQ/0XXrTLasCd3QmaxBDD3S\r\nPbHb7y6FSAGEQM8AX+zd+R9ZrYpD5bCYcI+8d0IhVHsH4XEwKuY0G3FmTB8O\r\nVFIVzdWNfqOdLYEM+Mu3KgOqStxaaQ31dl+TqFMzdNOFZgBW9zJ8nvaSUiWz\r\n53TEyWJ7E8ZgGn/tIYgJKrbDOTPZ3fnIjAOg/3XnF102Z/eBFtw5A7VQE/m2\r\nxQoo+AHXlpZgccFYqDJfftTL9kF2vfcg9WdrTngCQVyodvl81dLnF0y1pojy\r\nG53PxDlXA2g8Spam6LaIGSqluIuqNAt7MqINE/qPue3NwHoieFhSM0BMBAA0\r\n2NCs1KejwS+AgcVgZDBkhwBodfMJNqZ7j7cOXNTIYnfVzJo40ZNHc99Wq41+\r\neht0C6zMhW1GtxFANj8HoIxRaIgrgSrSAqs=\r\n=XWQF\r\n-----END PGP SIGNATURE-----\r\n","size":4396966},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.13-canary.f32cc8f22_1658787401413_0.33155692298907047"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-25T22:21:47.273Z","contributors":[]},"3.4.13-canary.33d865d56":{"name":"@firebase/firestore","version":"3.4.13-canary.33d865d56","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.33d865d56","@firebase/logger":"0.3.3-canary.33d865d56","@firebase/util":"1.6.3-canary.33d865d56","@firebase/webchannel-wrapper":"0.6.2-canary.33d865d56","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.29-canary.33d865d56"},"devDependencies":{"@firebase/app":"0.7.29-canary.33d865d56","@firebase/app-compat":"0.1.30-canary.33d865d56","@firebase/auth":"0.20.5-canary.33d865d56","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.13-canary.33d865d56","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-YCmyN5aysx0/qszE4S+nVVk9LrQ038M+8SdrcESdCe6F0WJlA/Nclnyyl6svTjj+J3ssH3U0crkmSuCtbwQ+Iw==","shasum":"0446948b5f86596a2a188f371a4502842aab1b00","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.13-canary.33d865d56.tgz","fileCount":1483,"unpackedSize":23304088,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDUQKyoyM148mLUSiH6tjMeCDt3ZSVUuF4GgLGG3SiQmQIgfCGGBXK2ksgQxMLesFYYKBKw6bma2xGI4iDnQno4fqk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3xZiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmom3w/8CXKQtNXqpb/lvPf2Tf09xjLHF9oLFGo3NPRkqoSkSq0ZiO/p\r\n2Ra1P1gw/7qJ8JnC6gvLopCKXS5QB7Hq3ERyRBiBZvi/ML7ZhD2LAQEFPYPk\r\nU38DhyE5zb2nqzk907FJVvNP66w2L5AdYvT1dYNkD0oA/ZFIEey/BLo8i65G\r\nameVFUQ8FK48N46OpPkYQEBg3tTsuv7fxF+Xpwd/t8/JATtVGAnfqkkqyYtm\r\nvQpgnoND4rfQD5509DlsUysKXdVNStR41FFBkRxG03ig0FiwsEMzw8rrhEeg\r\n/mliJmqAXxlScWFG7QxyGtwXuY+OnyTpME0Q9zWTnHk2ngNk80TBZme6/Nxx\r\nJqrRToHeR7+G+15XSCa/sLiGKyIyLkjRapzXnHMzayZNT0GbKj/Xj0+mXBSQ\r\nCi3Mzr1V0h883t74TfZWGV0vfqVze5Hqxn+TtP6kT1LbSqCN6ONvnLQnU/cn\r\nXYbYAeSC1jTUS7lZZtu81Wc9ywA5kXJzRUlBtHR2SLVwxMmhIP4FinHd4ckA\r\ntTXpJ4NQxj0EgFlbvtUhnPnrhTSnjB1ZEUiiXpXmYupeh/OXYj8OFhGqQUQo\r\nA6XiKX33mOa6t6ewAih5UrSTmnk2T/v3NkJm3YdJq9JLBkXQKo5SqN+hVO+B\r\n9u+97YURlq9sOr+XqyRjIT7sPc2Vve7lZmg=\r\n=y2fs\r\n-----END PGP SIGNATURE-----\r\n","size":4396974},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.13-canary.33d865d56_1658787426460_0.8116475817103976"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-25T22:21:51.559Z","contributors":[]},"3.4.13-canary.34c503c35":{"name":"@firebase/firestore","version":"3.4.13-canary.34c503c35","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.34c503c35","@firebase/logger":"0.3.3-canary.34c503c35","@firebase/util":"1.6.3-canary.34c503c35","@firebase/webchannel-wrapper":"0.6.2-canary.34c503c35","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.29-canary.34c503c35"},"devDependencies":{"@firebase/app":"0.7.29-canary.34c503c35","@firebase/app-compat":"0.1.30-canary.34c503c35","@firebase/auth":"0.20.5-canary.34c503c35","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.13-canary.34c503c35","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-/1nSySakAXg0zQpXxm/t6uxWHvc+B6sz/wI5kfDH3bZ/XR9yS8HVSeHgtXtlrqhM7CK0RvfbsqSHq64xeNcDsw==","shasum":"e94c215c449e1e71de44b52951dc04c1b468f21c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.13-canary.34c503c35.tgz","fileCount":1483,"unpackedSize":23304088,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDYlyjUx2G1uQ5yi29yu2+lJTtsg9JW1wrboRaOmUxKpAIhAIuFOzD3fIpGNDIJy3G8tSZFNEghddDrRv+hin2VHsu4"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi4B9CACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo0Xg//f0t+eE7OmJMWuQ4CDys8fmiKpDE7u2xKphaNCVPQ94Ut8b0b\r\nwFDIOdUIGCyVnGi2RHvBIbje1NfA/U5gBBEzylbVVsMg3hh+STQQ0PRUyyMw\r\n73m4Cc+eHQmC3c2hCTySY87QJj0xotfVD0i/zCLMPPS7tLJ33FHWWZK4Nvu0\r\n7DaZxt0BL4TK3eSzmnfTW58Rc4RMlyEbB7Y5DxAE6Lsy2x3WXcAJxPuNXl4m\r\nJozbF3+K+LySEtlMRp/AbFmoJpzyXTvRf/tiAYgzfAPTDLrc3b9m6IAWBi6I\r\nuCukiDGm4AplCEjKqx0O85nRQR1MJQicR2XQN1jOVNPc8/K5CXFC9eWS7YIo\r\nLpogToZa9aC5dWlS4uAGMdRE+cWQiGGhzlC4ywHYV9uRJTmcGZ2w3CYxdGrq\r\nl+Zd3ZJy7CIF69cyN5/MCKOw9aAZ8TVXI1l3ZckNTBEusxRbgLC3LHP8J7FS\r\nupsX6ulTQQgyfual+MeeteUHMQ8wQnyacLV2s270YaJZ3UwH2wgihXpCgfvM\r\n2t0s+XdwNbUqSUI7aZaNwdZlswZ6JZclqwB/UNpP+HgCow19CoXc91t826fe\r\nzXna6O+pRsLvYX/EP4teFqhdorub3a2cMk3MWDsI2WHNedRRScsUHJYYtTmA\r\nw96ExCAPI2KB8XmT40PXoV9JF7kpo2vDzJw=\r\n=K7gD\r\n-----END PGP SIGNATURE-----\r\n","size":4396972},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.13-canary.34c503c35_1658855233828_0.4409296145414172"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-26T17:26:01.750Z","contributors":[]},"3.4.13-canary.f5426a512":{"name":"@firebase/firestore","version":"3.4.13-canary.f5426a512","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.f5426a512","@firebase/logger":"0.3.3-canary.f5426a512","@firebase/util":"1.6.3-canary.f5426a512","@firebase/webchannel-wrapper":"0.6.2-canary.f5426a512","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.29-canary.f5426a512"},"devDependencies":{"@firebase/app":"0.7.29-canary.f5426a512","@firebase/app-compat":"0.1.30-canary.f5426a512","@firebase/auth":"0.20.5-canary.f5426a512","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.13-canary.f5426a512","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-EEvdwJk6P7a/IEvWGTG0W6au7pql3Cbjv16mZU8tLmrpnls8g/BjMZMH0cGFw2QtqAY/dCyEWH+peY7ewYDRHQ==","shasum":"c1c45b54d8ca7659661d8a4743b12b54aca5e817","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.13-canary.f5426a512.tgz","fileCount":1495,"unpackedSize":23398501,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCQsxYXBIQE/d+6T92plQ+R3+M59rXHOjNyN9X94sN+oQIgEP2DEaBGpdcczAMfXyPXJM2BhcfPrh2ThWBWbAZVNt4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi4HB5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoQDA//SO5oQYmNWyYyYffluxplwd5NHtYtryUbHcWTwcs6NzzfQNkr\r\nDbNtdvO0EZPLZsN5/9PJyt7t6Mb+mJwYZ2Zp8hfN+MCCAxpJS6Oz5ejvcawi\r\nAIgJeolnQ3uXZtJZ4h50q3OlV+01SlaIPBoNgYynM8kqtyb9K6vwAJaSzv5B\r\nbCPDJicTK+t6ge8ImKJsysguLRGGYYIAh+ZdnZxug1XZDMN6c2n1Arr4WX98\r\nVxnmCnzY1lXC+zJ88Am33tOnvj8ypxvEeuYx2dpgSRXbIBbAZtWJy8+KAaOK\r\ndMilBxAvPksPHmp7FfnOKE9KfyMglHiTRVKjr+EnjpljtZznIV4MabRF/ZVu\r\nCsOCnb8mOoRgZ23zUJmb1QlhOisilVcGmICZqsIrXvCAMTpY3dUMPlpiU0G1\r\n/CtR1D6y2G0zw2L1p/6kYKJwN1uBNMaui/I5yIYFPprSrEC88Zq545kuiFzd\r\nw+aY5H31P9NTWtpKwr7NE/FGpOSKGKFu2OxqMMmqcP6no2AAFXDOoma7fyKM\r\n1PrPMFziqxpkns6xROUQ5MdS54on0Iqg1/VcVQtiwO6X+bmtmpi/SDDJq9lB\r\nk572vAGQYfCtaGZevbbkjgf0x2u00XaBs7FpkVJ4mUFSFCJkn/l9h18ZLf9P\r\nr5wTWKTbHqwhp7xZTqgaYlu0bAOKrPB0NDA=\r\n=sV9u\r\n-----END PGP SIGNATURE-----\r\n","size":4417965},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.13-canary.f5426a512_1658876024764_0.9536192980906721"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-26T23:08:29.922Z","contributors":[]},"3.4.13-canary.6a17eb624":{"name":"@firebase/firestore","version":"3.4.13-canary.6a17eb624","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.6a17eb624","@firebase/logger":"0.3.3-canary.6a17eb624","@firebase/util":"1.6.3-canary.6a17eb624","@firebase/webchannel-wrapper":"0.6.2-canary.6a17eb624","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.29-canary.6a17eb624"},"devDependencies":{"@firebase/app":"0.7.29-canary.6a17eb624","@firebase/app-compat":"0.1.30-canary.6a17eb624","@firebase/auth":"0.20.5-canary.6a17eb624","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.13-canary.6a17eb624","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-X4K5/Jx6R0TvAaDGpE9ffLNO7NG3gRoADMCWvnJQtdDE32c1O1w0jNTPrSC7+p31C6zTgAH0Hn734H/7DhySAg==","shasum":"285cbe659f48b233cafade14a27a5b8e08a7beab","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.13-canary.6a17eb624.tgz","fileCount":1495,"unpackedSize":23398501,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCIkYvUOPTyftzf9rPWNzQoNWBUkiKxjj2xr8tOV8UibwIgc1qsfbjkVzPd45kl7lx1zuh6VCn/mlhQcNRYAvxoRP4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi4va6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq2Ag/+NX+qadsxd5E5xfoVjUPgNWg/EjgmSz7x8vPala8Tz9A0eFOd\r\nfUFaTFvgV/FrewXcNtfkc2A36HTY+gYLQsC062NIjkpfTSQUoUHfGfi+w+Tt\r\nvUGofr0JS9TQn1iNIgbDm9HkCY/OCXNs3PpTP0/0ZaKYd04mr3nd3CQ6CKQM\r\n80XKwye6imYxBNX1Hlf2UKeRuKccaMqCJQEKMNMdNE5JwkNDoWxQJEaT+Ssu\r\nQpHJWpFKI6Ealwr65tX9wkMppse6wJj8lzK8uNVTqhxjFiybAV2WUfZhhGoN\r\nQ210TV3PnUpS3zs4g8FTB+3JFRdmaOjanb8ejb2xnT/gIX4JHyB6SS/8KzGf\r\nycWSjRKu0VuSb6U223gG5J2l/zPCAh84bhmhE0/IJ4g8+lQA3YL8GVSAlrG5\r\niEnfu6e+sTd7yJDtPOAGou6P3X43qf9LTzYXvlOEWyVJHI4U/Xhr8QCe6ZzZ\r\nBi0pmjExn6kdTw+56FmvtmsDm4GH47Ql9GUxVTXzLdeXi2xHN1bsk5KdDRzg\r\n8FwQFI7qNwWU8NpHok/HCNfHm0UD0IuCzhgbFy1vSOTVa5fmrX/txpYPYN+M\r\nGL9Byt+nTLBFRowgIFUvyGWzWQr66D7nRVZm84Tm15314Bc1Cyc0VgNLLLWX\r\n1jovAR9x/FIJwMTJnsbt2UgBVT+VbKWH7GM=\r\n=yBPe\r\n-----END PGP SIGNATURE-----\r\n","size":4417962},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.13-canary.6a17eb624_1659041465799_0.9014307058004238"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-28T20:51:55.879Z","contributors":[]},"3.4.13-canary.82a6add13":{"name":"@firebase/firestore","version":"3.4.13-canary.82a6add13","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.82a6add13","@firebase/logger":"0.3.3-canary.82a6add13","@firebase/util":"1.6.3-canary.82a6add13","@firebase/webchannel-wrapper":"0.6.2-canary.82a6add13","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.29-canary.82a6add13"},"devDependencies":{"@firebase/app":"0.7.29-canary.82a6add13","@firebase/app-compat":"0.1.30-canary.82a6add13","@firebase/auth":"0.20.5-canary.82a6add13","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.13-canary.82a6add13","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-xVFZtek6jhfXrNn3gvn9iwP4urxGvg4rfeSHCB9i/6jhIEgYDReQS6Lwp7HzXY21/tPBw8eu25xYQXzRJZ/fnA==","shasum":"52c8e8d468b72742397ed1a11cf5c9ae7cda4325","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.13-canary.82a6add13.tgz","fileCount":1495,"unpackedSize":23398501,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDbqFgt97yM2LJPdEdChXQ/98zXzCqeiYxKSokIoi/WkwIgaSD2kTjKw/r0tg7Cssc1siSoVO0e3EW5e7jUPBXBxCs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi6Z/YACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmquPQ/+IK7NcWZ2y4hymN6HS/t0AlYWfJkmUweLFVIBy3aQSKVnfy1F\r\nZSYXXOWlIAbFsAXJ0zqr5A9tufnfXZ5eG+WxfqxEA+MDEqwd96BfyM4PWg5T\r\ni59Br6Rwi6pZ4uDoKs9CJUBqCqeBwmV4N2SqHDrxXEHvhxtQckdIbXGedgKj\r\ndXvT1rQESfOzovFy2XQgS+3TXufV5nB0ggzi89x8Wm374C0uNP5In7zchMYK\r\na9rgU/s44wEdW7f4KWygq+gVaSSW0yghbzUbo04ghBVBNZkZL7fXaD3E1iBW\r\nvKcptYMBF581OGT5KxVADjckTBwD3Vvz+1ALofS0XpX/X1yRw49xPUU2lE7j\r\nIsQN2kZkKEpKK5hpiLvgfNMXClABBYxPKXjGWgm/RAa1l5b8CRbTU+Kkl26w\r\nuyFiQzh5FzMw67zKSKshREPh8ElKr9/Nozn7UMpvCcKsXfZ487SuCKr944Gj\r\nxb2NPRcwLGOjRBJ6VZYz+reqhTysF6nltjYOdvytGdf2uGeuhJikGldITO3p\r\nCvAmL7vw3r0ozjHpPrdppt+SKoGEF59BUAm6wILedQqfZ6wb9hiBSb92U+pL\r\nRl0D6xkc9JBQV9MCMNZityNDPlLGkbF5hTFlzbsyhh10x9/7Rd5zG+lkCJU0\r\nNCaa+5pGUJ/d+NMGSMVHGjm3hCOZMJPhDuc=\r\n=mIQq\r\n-----END PGP SIGNATURE-----\r\n","size":4417959},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.13-canary.82a6add13_1659477976539_0.044031852526627"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-02T22:10:09.385Z","contributors":[]},"3.4.13-canary.772da5aac":{"name":"@firebase/firestore","version":"3.4.13-canary.772da5aac","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.772da5aac","@firebase/logger":"0.3.3-canary.772da5aac","@firebase/util":"1.6.3-canary.772da5aac","@firebase/webchannel-wrapper":"0.6.2-canary.772da5aac","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.29-canary.772da5aac"},"devDependencies":{"@firebase/app":"0.7.29-canary.772da5aac","@firebase/app-compat":"0.1.30-canary.772da5aac","@firebase/auth":"0.20.5-canary.772da5aac","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.13-canary.772da5aac","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-LDG3glU6OM/GAti1zSTY+Xoq3htUC2wVA8s+p/8JBKYOIFo/HzU1M1vyfZ9mGDtCZNk7LLSmuVxgRpcqhrM63g==","shasum":"b414c9597acc79300dbce927294beb78a2764e9d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.13-canary.772da5aac.tgz","fileCount":1495,"unpackedSize":23398501,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAxGOkkIAJThiDET+K7zFLAfy3NJZB7HiNNTNpdBQVb/AiEAoRFbqQXttz0gNbXBIvaiURfalJut9FgyL/yO7kjlz2g="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi6sBdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqEag//cr7BFft2Os1jYHNTBKbkzoOdHJJRJKuXu0bJy5ENi8lpnTlO\r\nf8k9PHl4Pa/+h3DbnyohoKHOgCABlxMYNvLLFClCMnasywp8Ath18w/9AjGp\r\nD2XqebR+O0gyrtc+dX8noYMCsQnq5EvVoJ4c6CDImfRgNKE4g73dpCRwUKco\r\npyL4TI3XrVWM21eyhu5n9tvXyUrlhOBeuXUh+VREAgzEvaHI7NSxyKDUk9cw\r\nJOJvli/yqn8b2AbWWUvw8y9BdFVLRaR+DLOd35MHqlsoiNnzS0zPDTIea4s7\r\nTs5aeDnjIPkeMtBTmRIHF2rNGoYMIcwHTRgUFJQxFXchIPLI1xEgSAFJvk9B\r\n/JSG014lMPhRPcldKvSygg/ovsl9fpOJaqNXHEzejK2d9Gc4vxBnZTsHSPGO\r\nfMW58FsdgPZWJdCjLdC2PPjTGo28i2mB821verecut3Q2piU+++FSIAK3Sso\r\nOjfmDCFCLfRG0jmZNBJSdPX2Md8h7kGfMCwIwEl1PnoXQzAdlZw4WYt2Fx4/\r\nw/W7mBhLGxZ5S++hC4UDr7oDa6ApltGfGqWDLW6SQ+9ybaPavAZ6t3kCFHjX\r\nwzqMEYIwFT2s9TH/C2pd9IWIfOa0rpvFKgDIKK9viQVno2wiLS9wh8gG5PzX\r\n4Ontl7YIb92QdtpMGRWngYlMGJn4NtfWBbY=\r\n=Hkey\r\n-----END PGP SIGNATURE-----\r\n","size":4417956},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.13-canary.772da5aac_1659551837739_0.9811125078331104"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-03T18:51:10.529Z","contributors":[]},"3.4.13-canary.10765511f":{"name":"@firebase/firestore","version":"3.4.13-canary.10765511f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.10765511f","@firebase/logger":"0.3.3-canary.10765511f","@firebase/util":"1.6.3-canary.10765511f","@firebase/webchannel-wrapper":"0.6.2-canary.10765511f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.29-canary.10765511f"},"devDependencies":{"@firebase/app":"0.7.29-canary.10765511f","@firebase/app-compat":"0.1.30-canary.10765511f","@firebase/auth":"0.20.5-canary.10765511f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.13-canary.10765511f","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-HqXuhVANnhwfdTblzgc0AkqCT7SPzMMfVVXdxdjHHSzCBQRXw9C9h2lESMFyzoX/5aLa6XurEBfApnCtdJkkfg==","shasum":"befaf241c1c15e46007f0805bf79af55568e7c76","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.13-canary.10765511f.tgz","fileCount":1495,"unpackedSize":23405080,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCwG655ZzfiDrMFxrcmj9M9XE0ewQsPZEMZ1fuszEZSKwIhAMDKQkEQ9tAVHjWZyy8f+UwdCLPw0upyY4BG2CH1Xz8N"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi6sZZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXMg/+Iu9r3RU+yFmFms+ZbJPc89Y4VyoCAer++4qykvRQv50hJ4Nm\r\nnyCLAcjtXLghBCPDu9GNJA/VQBGVEEH2Z7Qq3c0vrNItmoKVfYwiCxYxoC/U\r\ng7etZtVbySueQhxgHezaSZOwffUgJGM4kqaJj+EI7wcFWIcP/lBut/pUyJV0\r\nOFyb4imEZCiCbab1GwKCR7xnVhgEONH3iUhK+bHO3+lf2d/h588CWkft/A8n\r\ntIc68zp5nkI4KyEkszQL7cx+kamy3AAgmJ7US40WFzNrbeKFpinJkSR75/bE\r\n3/9IpbVlgyX7jBiLkBf5k3kmz3Y3oe1p1psqrD1sC5sxClp7GHa4k2s3r+Gw\r\naLnI/US7O9nylkbQfXXED/SuhqJpzgSdFCuzGMgukE2iNDxjytP8gn6VF2/V\r\nEEwX3+fLsl3Rq6Bw6nKSz4/MJYbWgpnC+v2tilbDvZPTgD1TbYrE+74Emv8W\r\nLvM1eR4fZ4vqTeHB6cYzIaGZrwe1J1xZg1VHdBM0xx/VH9F1S926co8QYj6v\r\nt0RWNC4XMuiADU0KWBe6oEexEjrBQKGbGBWntiAKApRXLdYC03KLLl2oOH0i\r\nXPTJEz6WmSs4cB2lrJolNNYySXl/9s5wAKJMOHrUfHAoqPnhIPQLrkkK10+0\r\n33Hb2pBjnNkHlqY+9hQC36GlhRCUVPLw8jg=\r\n=NI2I\r\n-----END PGP SIGNATURE-----\r\n","size":4419527},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.13-canary.10765511f_1659553368964_0.24006569087478713"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-03T19:11:54.977Z","contributors":[]},"3.4.14-20220804201204":{"name":"@firebase/firestore","version":"3.4.14-20220804201204","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17","@firebase/logger":"0.3.3","@firebase/util":"1.6.3","@firebase/webchannel-wrapper":"0.6.2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.30-20220804201204"},"devDependencies":{"@firebase/app":"0.7.30-20220804201204","@firebase/app-compat":"0.1.31-20220804201204","@firebase/auth":"0.20.5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-20220804201204","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-D31FRggSug21QBk/iV+XgTnR1NMaeGs+jgndUZiLDN9p43/bAsS2KeCEl1EXfBmulkjOyhmK3xjcEIKROZZJgQ==","shasum":"4b272fd392f2e78f3e8d383235e3f35d08acf377","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-20220804201204.tgz","fileCount":1495,"unpackedSize":23405603,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICtHsXJKlkPBmQuvB/fTWtQ/hpJqbFoGRR8uvo6mPI4TAiBSzZUUIb3mekJ+vBjU5WKot9ptgOQrXawt5ht6AuL6cg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi7CxiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoTHg/+KRqrcqXILoRHW9HItyB8pUJhqzhHpuLivW7WRBfHeD13R5KX\r\n73cAVIAgVGVUAMG8WLxIZShQTCbdM43rIon+gMSTrLtV5e+YsqhSRONFipHR\r\nf2mOPDuG613z6XW1EtyL2A9vQfFgQLuhXsRgCFvt8aP9+GOnN/QTz3vGtOeF\r\nJSGD2fqkmJVXkKXXV1+7+ByoSF+18ivYcGRQE3mfTzZ4B9fiwdlIupPbbxWH\r\ndNlL/YZOX9JAlvnQ0sJiw+hMGTSsKVBG4tRF/S+WMdt1/2j9oGjsxKtJXFSG\r\n8cx3xJSGuEIH9SgNozBRvm+U2r7K8IOGl9xyeMrKszbEc41Pp1oS5Gda7LgH\r\nVPyFaAaPuczFt4LvB8wGxMXasYYZkuaqJcXwED1st6JD9U9vx088P8dZI2GI\r\nfecpThxsvXntYYAg24PwEBgb0tMiOddpgJ+uhCeQnIcWDr7y1IP8c+vkjybZ\r\n2yZ4yZlPtwnWqP70AZ/XKRej7srXuWnd2ilYtHlxc6GLqoUS8HWfX4yV34Lw\r\nmLoYJwwrCaYpV5F7egIfNRzzIqgKhrhbYMUGrYXTU+86fuS0+51cOf3PmfGX\r\nzA/VuOn82C8sE1cA6gamYOCasvdfOCVnR4FBBQu75cf9UNU8gqJc26hpdcN6\r\n3G67UK3/Lg0TId1ZgfMoIL8j9FSXYDdOve8=\r\n=Jiub\r\n-----END PGP SIGNATURE-----\r\n","size":4419706},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-20220804201204_1659645026285_0.28248194628939305"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-04T20:31:10.574Z","contributors":[]},"3.4.14":{"name":"@firebase/firestore","version":"3.4.14","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17","@firebase/logger":"0.3.3","@firebase/util":"1.6.3","@firebase/webchannel-wrapper":"0.6.2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.30","@firebase/app-compat":"0.1.31","@firebase/auth":"0.20.5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-F4Pqd5OUBtJaAWWC39C0vrMLIdZtx7jsO7sARFHSiOZY/8bikfH9YovIRkpxk7OSs3HT/SgVdK0B1vISGNSnJA==","shasum":"864a56e70b3fd8f0274d3497ed67fabf5b38fdb2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14.tgz","fileCount":1495,"unpackedSize":23404783,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCgyl6VR+sTgaY+5ARyyVoIetQ8QrGNc8HbXlUjtH/kEAIhAJLXPYmOdyUJwTf12el5z5ZSZBywcKEHlkF+aQ8TndU/"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi7EmvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoyRA/8CNUqyaz24WsaNJBQ5E3lnZz4pJ5SaVBJtg746sIsDcUfS/61\r\nWEA40jm29xbyYc/Z/pfKaO4NipRrsRfuE3YC5zfKN7tkdBq4IWUfih8v0tJ7\r\nwn4hct1OXGGCCNgGIHiPsnKwmX4UA0syAizs15Buj0SqL/WCWIEhFMiHpVvK\r\nlb9j2u6K3YOJEs6RY3ep+k0AwcsPp1suY1zi28C+VvLIBtw11BmOzxU9RU+e\r\nQxcFUGgtOQ5iDioKA4Tfgu3tPu6/Oc8ph33XvTFNTlZ94NnLVUl1WlfjuDS8\r\nqpjLSHS4RfRhuBGtpL+dTHNhTuzozyHjWx8s8npaYuqJHCopOXzofx7nGZB1\r\nzBpqxRDf9EQrLjzvGI+IVyEw7D3pc2E0dup6rb98Opwt8Kob+MMVD4m2Gj63\r\nASeHB2Tg6WFrO/rBEicsJKpm/9ylAy96mhp5WtIPyK69zwKX4Za4IjArWFvF\r\nz7VmRObEiE4MkN+QU4PmD6xfclpcnkSalxYhGVyQ5vTitguOrdobCcDkAfNl\r\n0Zlwtf4jKSJqH3Mqt1rR6r8JlaVHIZwiZMMHSYWroANWtTHfIMNIA2XXXo+O\r\ntuFhqR+0uUDvYtU6R6+OEVV3wggr9xmsrh1Ucr4MxqzvopqiRhWrGR0NPr5/\r\nw8zyEJNjX/j1qUsD70KC2MbUzEz1sFG57pE=\r\n=HHrN\r\n-----END PGP SIGNATURE-----\r\n","size":4419297},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14_1659652526690_0.5111090114002992"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-04T22:36:27.085Z","contributors":[]},"3.4.14-canary.a80e29cbb":{"name":"@firebase/firestore","version":"3.4.14-canary.a80e29cbb","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.a80e29cbb","@firebase/logger":"0.3.3-canary.a80e29cbb","@firebase/util":"1.6.3-canary.a80e29cbb","@firebase/webchannel-wrapper":"0.6.2-canary.a80e29cbb","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.30-canary.a80e29cbb"},"devDependencies":{"@firebase/app":"0.7.30-canary.a80e29cbb","@firebase/app-compat":"0.1.31-canary.a80e29cbb","@firebase/auth":"0.20.5-canary.a80e29cbb","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.a80e29cbb","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-z/2f4Fr26GWhuXk1ca9MXB2Mx/Ms9C7aX+7J434S9lz9HKS6j+fWIWYT2abVxU772IiDCcXpYaMkfYpxdGj6yQ==","shasum":"82031ada91bc9221aec5f3dc4a159bfa686459e8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.a80e29cbb.tgz","fileCount":1495,"unpackedSize":23405579,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIELPX6eWGyao/UV5miHSuSKkd8t/wsrNfajHWW252evpAiEA27oBR7WvltialQ8duMKOOLSUXdJ8anpqqT7CQ6pt7bA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi7FCfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo5Og//cdBnOycv5QRuJfNf+LUXBgvA4/fHKxxvPYSOUKJrheEuxG7u\r\nruLsMUpp/PBMQA1jkcZWwEjY+qbZERIyiNbme+rNJYg9/U5jFd6UhQK+nS0k\r\n70gTSuo67oIyK2fHVk7dA/Bqbxd9mweUg0F/joyF7BxAz7PZbv8J45VazmXq\r\nZ3+Qxk7waGSp3N905BWtPd78YedzfszhPoIenHhwwt+OHROYQGxr+hAOHD11\r\nIN/wQ2uyoIZz6e44zKvcDie9VZjq6so10FA+srHXVo+RftoCCnJRtA2kMnDs\r\n9pFQGEASPHDs9Jng/MdHmAg/EhexcbvEkPcUk0cSO9f4kCiumvPD1Dgph1B/\r\ncxhx4vNoK/1aRfnHySA+gyV7aAe+uvgkPjtIlpCiOXWRhwB295ELYWxs95jj\r\nT4OoOcdyPfgSnjo/Obk3dC/4PJUsqVWreEUmqbbWUIo3uupj0awGI158Xhme\r\ntf9qnIqgK3sapyiBDyO0jICeL71ElDC8/L+5tZne+aMwpjgww/gZwcDDGEls\r\npvg0Y/SVQo0YQZlMXmZLHeTGIx9NiBkJgyH0UhyP5QfQCspr9zUW9TT5bQuJ\r\nVbDvvtBLYoeLDPSbDhmVFiEVNvDNgg/AtR22LzSz7Ojd/6R3UwHvJUNRwQ8G\r\n3+5gGyUn9ThgLOY4y8R/wH1ccuID0DS7rSg=\r\n=UBGe\r\n-----END PGP SIGNATURE-----\r\n","size":4419661},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.a80e29cbb_1659654302527_0.6831681502422791"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-04T23:05:55.958Z","contributors":[]},"3.4.14-canary.79df09b11":{"name":"@firebase/firestore","version":"3.4.14-canary.79df09b11","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.79df09b11","@firebase/logger":"0.3.3-canary.79df09b11","@firebase/util":"1.6.3-canary.79df09b11","@firebase/webchannel-wrapper":"0.6.2-canary.79df09b11","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.30-canary.79df09b11"},"devDependencies":{"@firebase/app":"0.7.30-canary.79df09b11","@firebase/app-compat":"0.1.31-canary.79df09b11","@firebase/auth":"0.20.5-canary.79df09b11","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.79df09b11","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-O279jCBxJW8YsX0sKU7MMnv9YXcMmnLGD6nqGH0vJy9aRQ6Yu3f0Ystvkt2hbG6WcTtfguGOy14RlztB4MMu4A==","shasum":"68c3034d53f01c103f18696f266f20300546abf6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.79df09b11.tgz","fileCount":1495,"unpackedSize":23427445,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICs6KaZSewX03UJJajHSBUfHQZRbwZ41dAqZOycGcTz0AiAwWX6AUJBL6qU1c/YXlvyjQTDKdWrw7+eu+y5PSTJm5A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi7VhkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr4xA/9ERmhpcUJpMjRKi7KL4CQ0/p8KPE4kAvUzfxCnDLxQDgqqKmq\r\nIloHCl82NHafwHJpLMSjDnyNbBFcYTEqaxssMcuXKy+X+qY21tCJk9mfZ+0G\r\nr0LybF9rW4EtHshaGjCrfmpysS9AL2VCzwNSL4BRF+w8AGNXCG7DaSKYplKY\r\n8jxoLkWQLoV9l9vVw5Iem8mXWW2cRlLQc8X+Z2yO6xDAbGKldxRGpTqASTcb\r\naAt1pvqFSXtFwwYXi+B8pig2fhAiF2rOTe7My0KB4lflEmolvlaY7OwfmsoG\r\naM+ljoOI6CMexb8sjpUgGGL7e20+zTVmS4h1T51IkFMkncka0zsWOT+adoZ+\r\nQdqb0xrHAzvcyohg6K5d5eXlmQTS4y0W3lJM01wACW6hQzAt/sBaRyzjkbyS\r\nWsN/M90NIsAk/mUY+O3cMWGm5eubf5Ihm1goRJrW89bsyzN99U2zU3WxW+ic\r\ndlXElnzIMaYOPPvzCS/qcI4NkHitAdoMJ7ShyCkLgk2QtGS1ltcTPvTowIQA\r\nAL1tL40UsPm5MYVJLQB/Njbtif3W88itMQfUtjfJDtwmuCa/UQEZKu8OKUBw\r\nQxfDYqOY8V/arpYxc8SB6LP0O9nfux9RIFz30tZMwu/rYxKmdoEwbAj6JR+k\r\n+A4VMMCpCK++0d1mCFIH0fpEpS2VsqaI/gU=\r\n=evEI\r\n-----END PGP SIGNATURE-----\r\n","size":4424030},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.79df09b11_1659721828109_0.8335464152108374"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-05T17:52:46.532Z","contributors":[]},"3.4.14-canary.ac578e98f":{"name":"@firebase/firestore","version":"3.4.14-canary.ac578e98f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.ac578e98f","@firebase/logger":"0.3.3-canary.ac578e98f","@firebase/util":"1.6.3-canary.ac578e98f","@firebase/webchannel-wrapper":"0.6.2-canary.ac578e98f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.30-canary.ac578e98f"},"devDependencies":{"@firebase/app":"0.7.30-canary.ac578e98f","@firebase/app-compat":"0.1.31-canary.ac578e98f","@firebase/auth":"0.20.5-canary.ac578e98f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.ac578e98f","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-q60EAAa+v8FLoA6reCmgSHJwMSpn5qmu8aztWEqDciBEguGN73UeI9+dx4KZpdTsN5p0Ik0CrlHUeKSNi8aSUA==","shasum":"b43ab95306056f99c030cbf487f178b99aeef657","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.ac578e98f.tgz","fileCount":1495,"unpackedSize":23420445,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEPHJk/nE1AAZenbjsQqEsEhy9hTjJGYysNSH5z5lUdkAiEA7PdZC8e1+h9r0xvdgWVLWhQ9pWXVqAfH/dNKZ9JY7t0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi7ceyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqI2RAAg8ttKY14jUTCysdvbEMB7Z2y603E9yQn67Hj2gtJ9c6hymeD\r\np2A2Kh1Vibc435BvUtjAU6Kl9hEgE1Z85PYZ5nAbtKYMFm7f9JH/llh+lgdW\r\nGt6pEQdT3qvMwzCu5qwytP7jD2ccc5iJ+4Jan5K1smr1ZViAlf9JKwk7Faul\r\nbW8nw6F9NdeTUKkHMiBKEkbdNpXvwxhEp0+IudbgkugkajSWesIKDYFtCGtC\r\nc+PQno9sZVlF4Nq/fxUxLAZchdMDXgc7AXyP+Y/yMDwGpMpJsEu4H9h1SxRk\r\n++o8fzY4o0eOAqzttsUwdEPHjlEFndwgXQLOaB6amHwvIiBIEDEtfpqagnWm\r\nCC/ctaL7XNaJ7KOyqqp4zxsdPr8j5P+WAPkjCMjNPnz2a7WVfgW/4K6uoWWl\r\niP6bCXiMwgCTp+gsXJ+pGeABC5tcoR96HFU0Tr3czsiZ/O9nWntw0MNBYIKT\r\nKEdRlK2FMN/Zg8Of9fN22dCIY6oiaTY1TnrvRw3ia04DyT/zld9VKz/pYW2X\r\nVWA+PDQnKYOz8PvubTMfUuqiRqol0bY6Xmtj8tgdz/vCgtHR8ViQmSZmP+qI\r\nVhSwlmY9Y/b5RlZj5QlbDQM0f2ekDdRrX3mKOXERRGgIa5kcL9BrQBEANAsB\r\nBCECu8k43cFnUqj7eb6ON/1Wfox/i8/V9hQ=\r\n=AYAG\r\n-----END PGP SIGNATURE-----\r\n","size":4422352},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.ac578e98f_1659750322050_0.5102567176948227"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-06T01:46:36.742Z","contributors":[]},"3.4.14-canary.a5d9e1083":{"name":"@firebase/firestore","version":"3.4.14-canary.a5d9e1083","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.a5d9e1083","@firebase/logger":"0.3.3-canary.a5d9e1083","@firebase/util":"1.6.3-canary.a5d9e1083","@firebase/webchannel-wrapper":"0.6.2-canary.a5d9e1083","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.30-canary.a5d9e1083"},"devDependencies":{"@firebase/app":"0.7.30-canary.a5d9e1083","@firebase/app-compat":"0.1.31-canary.a5d9e1083","@firebase/auth":"0.20.5-canary.a5d9e1083","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.a5d9e1083","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-wLMfWNTlvzefof/THuD7BSOIgsnOB7dBqvGFGNRADSZxfdj/qnv4WjPu3qZ9po/Achi14wmHUTi7CBrr0Ug6bQ==","shasum":"45c642f19bda2fd7186a03f6be897094f5bb4b2e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.a5d9e1083.tgz","fileCount":1495,"unpackedSize":23420445,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDTYA6FaYzCs6+0LQy8qK/WFXbZuE12JlA8LgwushYZXAiA5cOXEe/6a+cmpv86AQJIXCj7Sme0131EZXDye9aY1Lg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi9aFoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrvmQ//RRMNmI72JXTIzSFxEaGjlObqYWxjpyQzv0lfxZInAK0mek6Z\r\nnsPTceJ59MThFBiSmJpk/AKvx6EWSMbX1twNmHhvtfXP2xHlDTHiS3/FI37x\r\nsu6MsQ5UvFqHSdcTXDunjnPbRC/L2XxjLJL6D0G50s+8JU3qAVLk1byLp3P6\r\nb/8S9mnmETsxdnVAkBFyfpK971REElC6EFFx6ku5jsxMAqFBYwV6uKxgj4lp\r\nuLHKYhzs6PiIe63Xq/sfOb/MEEPEN8GQeHJh7fxAaLDFKUH5iLhxdBj4BL+Y\r\nafqm5dxR8IVdm4Q4sHDuvA5x5JAcso7LpSXTG+6LmLCEqKaUPQX/dZgwDE8J\r\nT0+6l8C8Q+hCVdfvw/OcFhbk5ZaIB6S2LR66RWa12J9ggLX4P8ARJ4EQ+HBC\r\nnUDl7ezplfVA5wcbU6UiNpDIYT7KB5CFdQNZ9qW4ebGo0qzSi5Mp244sWLbJ\r\n0mbgdHmNOwESzwfZ/xRiVsOyIVYlMvdsHUTEwh7QKCXXk08xTqGZOCXHSyNN\r\nDPDD2MGt/GJTRFgquH4Pbtf+noSAQ2eeymci0PYJdJZhEoeioS1hrV05vTEH\r\nLdxblxwyeCI1p5BbNUzerV92UUagrFHJ0gy9tyN7rHkz1QhXngfPhcJFNnh+\r\nk/DsDs0uGngWl5r5kfql07LPlS+mLPLpj6U=\r\n=c6TG\r\n-----END PGP SIGNATURE-----\r\n","size":4422345},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.a5d9e1083_1660264808050_0.9966530989425391"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-12T00:41:01.835Z","contributors":[]},"3.4.14-canary.2b2079d86":{"name":"@firebase/firestore","version":"3.4.14-canary.2b2079d86","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.2b2079d86","@firebase/logger":"0.3.3-canary.2b2079d86","@firebase/util":"1.6.3-canary.2b2079d86","@firebase/webchannel-wrapper":"0.6.2-canary.2b2079d86","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.30-canary.2b2079d86"},"devDependencies":{"@firebase/app":"0.7.30-canary.2b2079d86","@firebase/app-compat":"0.1.31-canary.2b2079d86","@firebase/auth":"0.20.5-canary.2b2079d86","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.2b2079d86","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-75Y6i8zCRt+jz+zN6LRkr8YrOc6PbwlmyB7u/jbYVa93Te3SDld1+0J2qUBsMbvZhHMB9eflanGfzW9V0eDKHw==","shasum":"a987b59362767ae8195f45bad4d5ad2aa49b10fc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.2b2079d86.tgz","fileCount":1495,"unpackedSize":23420445,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQChPEAyMiSKVnW05bTA1thRI6gbvCmdHxGE6/+d+RzLngIhANAVO2zEwFOvrYsI2ryvCBzoYTXe2E00A2FvmR9Xd3L2"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi9ta3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmouIg//Uiq6A7kObd32tNpYp72y/1h4bS1XaEVZosJsTr4RbPi/Ja0t\r\njh9j3J1nnXObb+tu8zJt94zE2KvGrWScHtsMjg9k6dg5QnL/bzQOqefXZf16\r\nduqkqkXxzY3xvA70mc0x2004ZPuNl7W5YZthw2YrtbwX/y/rX/A2xgiLVOt+\r\nuWN3xcaand+BTlhxY0rODPIz5baO7gROEpeWX34D3r8vi9LAwmVxIMEkaxTD\r\npbKiOm0Gb6cVHcc6GBOeF14dvhP9DldbMHyh8JTfEgZ/xiwksIGm9SKetYKf\r\nwvBKRb/Nsx08m9e6FEDY5cR1FHWYy1ClKtm7RErmR9AR/o//FkNg+SYBPLwH\r\n0+x2iQYlBaAMhzAcCREczs1+XG7wzLYRK1UlP8WZsRDJ3Ne5HP92jOjBCIAp\r\nhJj1PoeerfV6vkXnk9Njq0lXhhC/SdH+EQYIparzlzukyQwZ+SS33CDWiVS2\r\nwHFhOQnBgvjLO+nmKVbuaFKCeY7vbLQd6fdDyFUW+3W2m5B0tcumh/QXl8wF\r\n5r0ziujtr3bBkKOzbXn7czZumHZZrJ6Im7ELL77elhSLKhSPfCS304aC/S1r\r\nlQxh67XVmGnx5P4h4BizLuGgpmXuLkyCsDb1oeyPx+0EcYULxpcQ15SHBtmG\r\nV4g6Bgyl26b70jv2eM0nSFzaAP63kJjS1ME=\r\n=u742\r\n-----END PGP SIGNATURE-----\r\n","size":4422358},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.2b2079d86_1660343991238_0.21192611463750088"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-12T22:40:49.318Z","contributors":[]},"3.4.14-canary.dc7574e0f":{"name":"@firebase/firestore","version":"3.4.14-canary.dc7574e0f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.dc7574e0f","@firebase/logger":"0.3.3-canary.dc7574e0f","@firebase/util":"1.6.3-canary.dc7574e0f","@firebase/webchannel-wrapper":"0.6.2-canary.dc7574e0f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.30-canary.dc7574e0f"},"devDependencies":{"@firebase/app":"0.7.30-canary.dc7574e0f","@firebase/app-compat":"0.1.31-canary.dc7574e0f","@firebase/auth":"0.20.5-canary.dc7574e0f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.dc7574e0f","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-SJnn0zmWE9RPqFUJeRd/qA/kyu4CmRK0yjKW+AEwMpPEoYF/ghPIk3jsRn4XENyE5+J+h1u4GCUlkGiHrvOgtQ==","shasum":"f9635d256fca735ceb4fa5d4dbed984c22914c41","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.dc7574e0f.tgz","fileCount":1495,"unpackedSize":23420445,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZ+/HizcB8Sc+oqAi2PocFf08O6AXQqfm4yKfDvnWvmgIgdhjNQsR4q8eDfWKdCBE7MGMVcI5Nhj+Sn+oN51ijswM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+qyDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrrtw/+O0ET49tYAd19Z2tKfkTcgPPZvO0iHoV27BoFqTLEtWIbbHW8\r\njL5JDrXsM+D2L7tafOe8m42xGG2kjyStcu9G1Fx3zSRexae1yhN5XSF5TB3X\r\nBcTVHhxaMX+qfqq5GAlXBxRrNoI7AnYRFMeIMHFFAnKzoaaLaeOqUR71jQbb\r\nLSle3ihV1pgKKL99QM9cDyLtCpyWNmPLAr8//l6dL9sSGN5yQwlDCbykVe3V\r\niRvQyfAPh59wQ/C0QBcjVz064DeBPwSZQWkzCnGzTs3zZgn2Tb3q6uSDjDMq\r\nMHTkm7pqtliag4u5ve1cwXor0Nb98Exjsn/yTNwLJFlkEmryCTP9XpsHVvpR\r\nK+Ilas2Uvnlu6ESLinY7afYrMlA7PXxceNY87x17UHn6LzwZZgOzwP3ijgHH\r\nC0uO8ZMCpUzP+AiyIZVMsLVmLv+PDImbJWofypno5+dUw4i7nPTysBYletSW\r\nJOqA45EReAVGa2KXlGzRoZyrBtPZUtveZD0hGzRLl5gtO1kyCZ4oJ2BpKlXp\r\nNeYvFsGZI66P2+z95NQXugTCoytuV46ZjwGfWustprdPpMAVqwDmJH8UwBYn\r\nWtMHttE0FgnjCr9m1GIVuxoM87hJwbePu6HrMlXJ5kxTd7dXsT2VbuXmtvHW\r\nVG9vQ3Ru3rN/KZVWUN3v/QQXNqADZj/CBEA=\r\n=mKmo\r\n-----END PGP SIGNATURE-----\r\n","size":4422350},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.dc7574e0f_1660595331521_0.22456324832562413"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-15T20:29:41.602Z","contributors":[]},"3.4.14-canary.6f4ba2525":{"name":"@firebase/firestore","version":"3.4.14-canary.6f4ba2525","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.6f4ba2525","@firebase/logger":"0.3.3-canary.6f4ba2525","@firebase/util":"1.6.3-canary.6f4ba2525","@firebase/webchannel-wrapper":"0.6.2-canary.6f4ba2525","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.30-canary.6f4ba2525"},"devDependencies":{"@firebase/app":"0.7.30-canary.6f4ba2525","@firebase/app-compat":"0.1.31-canary.6f4ba2525","@firebase/auth":"0.20.5-canary.6f4ba2525","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.6f4ba2525","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-D6jvRp9zLnbgl/EfoUk3dcGNuu7NkbCuxEboPs5mI8nYtFs6lOa2YIELT4erUAJpep5NovVUimaz6sI+Jb5E+w==","shasum":"9fec07a37e37c2187a445addfd272967231e1356","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.6f4ba2525.tgz","fileCount":1495,"unpackedSize":23420445,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCSoMjSCONHm0gaf7ZWABmMO2qPYenww91sgk9Zq7bCcwIhAPrzqslLC+sT9DaKloA9QJoQi8z/oilEdIExVkcf/40Y"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+sTbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr1QA//RdPzBkUpdbjp86jRmviDLIKSFEF1T+d1UNkfLHaTN+23BWCJ\r\nrFaBqCP6/N6tetVxTo9NyCdMTj5jesodMnBLo6HUpSSUejpGFh+bwr1RaZrk\r\nmvvnlxjRg06cvzuwSQvdOaHG7XP9hkmJoyq5ek0WaLz1jO33ZHmqASsxjgBc\r\nP2+wFa+VzaQ78hVrOkc/nnSEmpOZ3lsgYm8avLICmnMNFslWduxxHmeRaOwL\r\nJEiMVo6MESoSVfJAyvpW2yRt3YjECte85msapNgxl4sgAcR637jZtSYc4BoE\r\nZ7+/M1Q/9CS/slV4CpcPjEniZ3xCo36f8oTduWeoS59nGAxj+kV3oszb5Tq4\r\nJwq1q/UoC7HIxNa1lbMHqJ6wElIkiO/1+HjqC/1xgbpY4Hh+UwgzHNYvJX9p\r\nBCRdRIFjFOHMFbf0pjbk7pHQ/g/vZCp5v2UEVn1kzMl4pVCxzk/zLSw5dHoX\r\ntW6ZvPTl3+ycMn7MTpLbQEgMyrKp88UMdS4d4TQYk72rvHpT44l6ueZPG5jb\r\nsarcgAg9joZ6J0BhxncXc7c8pzZu28bgLYCqQJbETHVNglwEMpNLKHxl3J5w\r\nAf2Nuhe/gqJTwPukc+eSKDJk7RviYsKpyA/UygQmJd93RjmZb3sGZBwnPt/J\r\nsbcWwB5PLsrxZtjjtguO7HueBMjFguOy+YI=\r\n=EC8g\r\n-----END PGP SIGNATURE-----\r\n","size":4422354},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.6f4ba2525_1660601562624_0.2766212124869376"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-15T22:13:44.931Z","contributors":[]},"3.4.14-canary.fcd4b8ac3":{"name":"@firebase/firestore","version":"3.4.14-canary.fcd4b8ac3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.fcd4b8ac3","@firebase/logger":"0.3.3-canary.fcd4b8ac3","@firebase/util":"1.6.3-canary.fcd4b8ac3","@firebase/webchannel-wrapper":"0.6.2-canary.fcd4b8ac3","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.30-canary.fcd4b8ac3"},"devDependencies":{"@firebase/app":"0.7.30-canary.fcd4b8ac3","@firebase/app-compat":"0.1.31-canary.fcd4b8ac3","@firebase/auth":"0.20.5-canary.fcd4b8ac3","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.fcd4b8ac3","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-iu5H0NR80XLJhakN/b9DZhYmiaiEpMCZGh3ngWegel33Mkq9iWOGjy7+qiTw+TcJNIhN+VuAAyTJhVZ6mPlQtA==","shasum":"9fffef079bff9ecba5da9e26b2df7ed5ce0e9689","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.fcd4b8ac3.tgz","fileCount":1495,"unpackedSize":23420445,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEmyT3Oce59bqDfIJ65OjgmwoG/uY91uUMjVTuYuULb0AiBsH6XuI1OdP0hpHXlyxy8iuHbqnxlOyEAzx00X/o6W+Q=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+st+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrRKRAApN0iOC6n1lk3jCJQSWLzsPIMo112aGUTOkd94wOuP52Ju6FV\r\n64KHi+vw9mC9+obx8+qV+C0JmopXgmh+8Y93mj+ueAP2m3ZvEX6Mbe1qJQOh\r\nOH/7a07WOaSCLq3k6ap7ITlo0344F8s15xHn5zKJeLB8AKMnJWQlIxoIlxDM\r\nNsAjAJYisDmAgpD+k0jbIeZIB+RxIC9nR2p117vDOrmjKo617MoaslDoezpr\r\nAzNlXsHS2hY4+LTpwu/mv9MyW5XccptzZdpc/Vy6mA2vyjfjAVyigsRZZcO2\r\negFosaFn4elGxRNxLZwXk0fc3nqq+yj0d3gMg+cqFlZh8Kffpq181X6zoWy/\r\nGUntPWW5NlYe9LMkNsJhtelSgXr3nHf+ORj7vr8J52x7Ebsej19Dx1pKWAv0\r\ny69kIGbbp2Q5bw8ZzCRNFQEfDNGR2UualeO809E3uE4B8exvYceMAprqjSbc\r\n4tlRT/Loydyfgjz78HZ8vl92MaigZ76Rq42J3wxW5vkEq800EDqsxdyQFC1Q\r\nVaeawZUmP394P6MXFVLUDnePOp+vMuX1vZHS6H7v5upT4FhraiueWcYnT8Wu\r\nfRGfC2lLD+BHXrIU+oZfaQ+HmI29oRHyXV9FMScxK/vBqAx1fDR6U/gD2E19\r\nUIO28qYdr/osa5MbKKLk3Czcl7tjY1NPz0c=\r\n=en8O\r\n-----END PGP SIGNATURE-----\r\n","size":4422344},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.fcd4b8ac3_1660603262242_0.2271927281450501"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-15T22:41:50.606Z","contributors":[]},"3.4.14-canary.b6c231a28":{"name":"@firebase/firestore","version":"3.4.14-canary.b6c231a28","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.b6c231a28","@firebase/logger":"0.3.3-canary.b6c231a28","@firebase/util":"1.6.3-canary.b6c231a28","@firebase/webchannel-wrapper":"0.6.2-canary.b6c231a28","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.30-canary.b6c231a28"},"devDependencies":{"@firebase/app":"0.7.30-canary.b6c231a28","@firebase/app-compat":"0.1.31-canary.b6c231a28","@firebase/auth":"0.20.5-canary.b6c231a28","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.b6c231a28","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-pb2FM0x8WOV1nYRORhluO07rYEqOketoPyrUvzmCGrjKRPnL8YBCXZgXaKKtV577s3c935DXymSva1oZiGw7jw==","shasum":"fe72c50d07f5bc72fe60c435ef0a5c034d4a483e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.b6c231a28.tgz","fileCount":1495,"unpackedSize":23420445,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDbdtfNMUmdQ/bKWC1mSsIK+ZmQs+xO4fb64yRsOafmzAIgMWWbEzM87YYV8L0wICqblYb2j4pF+e1FW5V4VLBX+FQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+/Z6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpmPA/6Aq+6zcmW9illi8tl6Ii0xT+JKxbUDWEqkXfpaBhjLfcHAxLb\r\nS/ghhDe32gy/S0g3QLcheS4OgG7D1NxtfO/ap3Bf/BBoVKez8o+p1z2Mz0PY\r\nXtwqMcZoEs4PLygtqglLIuMqxhcjYnly/O1acQuAymrBnNuFzZB6f2Hqlcbt\r\nxgZX/bobyu8BHhgSYNuInPCelyhVaR/xZQYpPtjYrxCJTZUYudP9N/NSFTiX\r\nUACuicmlF8TFV7ThpxKw12kClhN1ELByDYlskjtcM6ROAlZmwlzryVwmpapa\r\nEWuwXczplnhACLuGdfSakrgrEFprPHnhRREJLUEsvk6IAamcv3FakksDrorq\r\nkIHaS2itjYbGTGiKoS8fS2bYRP3bLA3ZS1gAU/xwTObQdSBWYdR3DwcFk8QA\r\nL8zk6LsRe1WAWq1g3RyM5+4+ATeLY1zbMQRF3nXUivczK6suvrmxPE9Ut4+V\r\n1aGrbH2J6TmhyagXS7SFj2RjCK5agvK2qskLwL9uSEexZhfjH2BvbW4H0QtG\r\n7TWdsm1spdFECrCs2zclPUHxh3SVjXPLcFX4nhtU7xx/3YrMggvpLzWFwhmB\r\noCaAS647yqhJGGQ9+DU+00bIN86A2fF7H7XPiczGw4mJqtKqi4YVUtH4YSly\r\nEQG5iQIghTv0bCaezq3STsYFFJ9SXC6VIes=\r\n=NT5n\r\n-----END PGP SIGNATURE-----\r\n","size":4422352},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.b6c231a28_1660679802015_0.5567273698107649"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-16T19:57:36.368Z","contributors":[]},"3.4.14-canary.9f1e3c667":{"name":"@firebase/firestore","version":"3.4.14-canary.9f1e3c667","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.9f1e3c667","@firebase/logger":"0.3.3-canary.9f1e3c667","@firebase/util":"1.6.3-canary.9f1e3c667","@firebase/webchannel-wrapper":"0.6.2-canary.9f1e3c667","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.30-canary.9f1e3c667"},"devDependencies":{"@firebase/app":"0.7.30-canary.9f1e3c667","@firebase/app-compat":"0.1.31-canary.9f1e3c667","@firebase/auth":"0.20.5-canary.9f1e3c667","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.9f1e3c667","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-RXKuiPP7Tooxg8TScXnZJKeM5SMCt/TA/CsEnjFU8DdBwlzQjWIbAYu9EVrdmxY3LzmbJUlFIBwg1C8mph9Bag==","shasum":"571bc9361d74ce503f5bd840e838c9086f12727b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.9f1e3c667.tgz","fileCount":1495,"unpackedSize":23420445,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDSm32z8mB30IO3zxLNfaRmPABZeNKRudHPrK0VWn/wTAiB5aQOZOJqxIFm3CSqEp7q2gihNFZMJApffs8KR/9I1Iw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/UqCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmptNg//ZD1GWm2UBaujfChJ1zHK4LFBt+7YXfiqeIW+HIN6lN2rAcTn\r\n8+Y7lV+HMz3gTja/EkopJezUonjQcu1cJzzI5T1FqHGx+tjAJjdR7+vv9kz1\r\n4q/D5LM0U1Z9L/ESNtUhm6AkvMzaGWiHbWDZtvpMVprGtSCPvz3nz34w9geD\r\n0IP1VKljQgqagvlMyFNpoLqehR9OdrbBo6acT46MytNt2woY9EytdDDdFf0C\r\nbYDC/4woUz4bPTkesP7FdWKlh4NnaCcz4zNibgfqfre6f7ipR4hBQ7M78k8S\r\nz8COKxjF5T2fbXilIO3FULgePQO4p8o9l4SeocX/PMiJKFME8UxXtfjTJHCB\r\nwGt1r6hxu6mrYd8ODT8iYGjFbXWOgLm0Jd7XgS+RJCSqXKuvhHLQrIn7q/VF\r\nfAr2pjigPkhlzH3HBybLv+3wj9YlOQgwjuCsyIJda5VWUAkKEuutFY+WcSh+\r\ndHjoPDZ178epnf3pDtiTjYVZcGbB9uKHQ6FYHAkCQHuOzRPm/5hybUgK/mM0\r\ndoSbZ6Jrj/UxDKjaBH6PBDW6UcYlYLt3MjXEjGedlpIUn2YZHggWYowIdx70\r\ny6ro7iFDYtUXKN5oYWpIMHc0yn//MV48dfNndGj8M4LVXF9cZ2FnqZYUNSo0\r\nXJCnyoEPibF7pj5y5PJePjPLfC0GKnArg20=\r\n=DFF8\r\n-----END PGP SIGNATURE-----\r\n","size":4422349},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.9f1e3c667_1660766850028_0.26572176943819836"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-17T20:15:09.551Z","contributors":[]},"3.4.14-canary.dcfebe8dc":{"name":"@firebase/firestore","version":"3.4.14-canary.dcfebe8dc","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.dcfebe8dc","@firebase/logger":"0.3.3-canary.dcfebe8dc","@firebase/util":"1.6.3-canary.dcfebe8dc","@firebase/webchannel-wrapper":"0.6.2-canary.dcfebe8dc","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.30-canary.dcfebe8dc"},"devDependencies":{"@firebase/app":"0.7.30-canary.dcfebe8dc","@firebase/app-compat":"0.1.31-canary.dcfebe8dc","@firebase/auth":"0.20.5-canary.dcfebe8dc","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.dcfebe8dc","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-fcf+Ofvog/usyodz9npJY77C4IDdM0SFZeQ9DjWT4ypVzZYqe0NDIa+Xefs5bA9R0P88uPKb9MM7ITZHyaxh8w==","shasum":"24f454867b77b87329b349c2fabae18117063863","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.dcfebe8dc.tgz","fileCount":1495,"unpackedSize":23420445,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCNOW+Wacbv2sEqaIIcERW8dTf0Rh847HSMxcmnE+DqiQIhAMzztHU17wMpA4Mmn2VXMPJm5Ft1ujXTVqXfRFI520Ol"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/orZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoGfA//YJsG9OcEDO3tj359Iz3r3Nx13YZDTdZB+Vcuer/C00ZOZ6r1\r\n3rxQfHcXITYOSDSsmfZyj7O9zeWhMYCG5ksqGHoQQCZd1AbZXIjXUdxPSyg5\r\nEimDoJlFDtUNr96KfUoubuML2poej2dSUOMUrTNub6NC1d7MPZb5wGOsFk/z\r\nMwfqhWcMvBLL/X8TEKASaptvD4MkWQgvCU1BNvHi/X6/t4XpOZ8HgftsmlAt\r\nQJD0t5WqIpD3OetBUe4Xz/GpxVJd0kvqila5LgZRjOeVeB0sAUPhF7XH+D7M\r\nFgkK2PQB57lKfIRcGcH2BM7a6IjWmEtGaJGqmY/nqWj7yeKdOjdjExW67xUV\r\n4j5oDH44twJC77XkIjiop6NAxBjDTX2Xa1tN6m7POAxYnZgThvU0/wtCipGG\r\nE/Iejsv08PtaycyHN5c/InT7+K4lAppAxSTZTtJ6CcR6H7p2mJvSVzAQ6nsS\r\nUEd8eT3SBLOwI8fVA0MXPUqDEfG15+PjdQFYi0ULEqdNrW0x8xuhJjN8CYYC\r\n5aUC4/SanikyLksYEya4SE6eu5GUNwruo7y97KAZZYRnZNPKZ5QiK6tSdiL+\r\nn5FOSgaOx+ExamtkKTxhbfD6AQxdjEAQjlpYju0/BXS2NVwENhx82zo2FD4M\r\numh1Lp1BjMV5r3EISwvmhDt5peXwdreMKNA=\r\n=m4Fe\r\n-----END PGP SIGNATURE-----\r\n","size":4422340},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.dcfebe8dc_1660848857491_0.30734093999247336"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-18T19:11:17.389Z","contributors":[]},"3.4.14-canary.47895fe5b":{"name":"@firebase/firestore","version":"3.4.14-canary.47895fe5b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.47895fe5b","@firebase/logger":"0.3.3-canary.47895fe5b","@firebase/util":"1.6.3-canary.47895fe5b","@firebase/webchannel-wrapper":"0.6.2-canary.47895fe5b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.31-canary.47895fe5b"},"devDependencies":{"@firebase/app":"0.7.31-canary.47895fe5b","@firebase/app-compat":"0.1.32-canary.47895fe5b","@firebase/auth":"0.20.5-canary.47895fe5b","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.47895fe5b","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-LGVIGFMD1Q6yDqr+TKoSas4HS+5/d6A/T/ogKjf0/p2tg7x+6ECVxFTc/IcPvbfIEAkudAaqcOd42g8t2v13Xg==","shasum":"03ce06658270db32375f41f55b8cd894e36acf1b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.47895fe5b.tgz","fileCount":1495,"unpackedSize":23420445,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCq0hZDw295vU64y/gkn6VFZPNzoPw10bCUbmbpSE9PkAIgJCI9wX16ikcxNJJVSzt5rhF9TuQXLKx005wPS9TZJ4I="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/qJgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqs6Q/+JAzyMqnxp5Zbvbxgl/3O/2QXbW1j0B7EadxtAoDWHWlqNVv4\r\n9486nbOmczVXWRKu3L6mwgVYvGKn1ohpqJxQlIEY/sXrhoNepqm8hg6tUs/x\r\nT8fKBMqQGD1f/0SwgnJZTQZKlH/C+JzT1JCZ4FQoy8MZYsbkeWOFBjOWjpMK\r\nRiyx+2CUFn5DAEVEofd2c/65XL8IkofsSk3Zkhc5PIY7wjvE9SolVVNCMRNU\r\nfmETpn/aQNy5aP60Va9AfDVjHMg7ZL8lFIZkDYTx0QvXiauYvdytR20p3BHG\r\neNNfljqZAG5k1Ec7TwypP/hYGMygojoLJnRRp5vEyz5/iKPZLN37mEq4xiIi\r\nUrFBTUU79cnVRIspTpuQBCRYTYM5kjuojN+zaxbCZq6AGPSQ5kyRW5d6jfR8\r\naj4PGs/PeP+i3ftBWGA6NzILZyWDU8CIusgz1tZYYNZBjYerS+fdshGcrDpY\r\n6bIO4oNsTpDyxLNcD/KuraqKfp0OWFon5A6blXjgLNL16N9LqyDzy/h91uhc\r\njV92H0HsTeoTkV4ZaN2qeCgHhnGVfHMAewGQtMGXJO1Se2HltF+nPjaSl5aD\r\nqK1CHwaCMHsDs6rY6NxK13sfdNVSvgpQ4f3fO25JyFIqf12Jj0AOmwqDh5mw\r\nga3sUVg67YrJuht9Tp2NFMl7U/A10aoQKIc=\r\n=4ros\r\n-----END PGP SIGNATURE-----\r\n","size":4422358},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.47895fe5b_1660854879885_0.31764014765378024"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-18T20:58:29.174Z","contributors":[]},"3.4.14-canary.bea604ea3":{"name":"@firebase/firestore","version":"3.4.14-canary.bea604ea3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.bea604ea3","@firebase/logger":"0.3.3-canary.bea604ea3","@firebase/util":"1.6.3-canary.bea604ea3","@firebase/webchannel-wrapper":"0.6.2-canary.bea604ea3","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.31-canary.bea604ea3"},"devDependencies":{"@firebase/app":"0.7.31-canary.bea604ea3","@firebase/app-compat":"0.1.32-canary.bea604ea3","@firebase/auth":"0.20.5-canary.bea604ea3","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.bea604ea3","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-zMbWGihFsHSbyXrUoVnCmpc09SV0lO6Ssn3H2K705kJ2DuJ73JYNkVWoJ0ZMGzHDDHfTIm3vHszXrmJFS7t7eg==","shasum":"39d828414faccd1c7ab1764137128d98a9812a07","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.bea604ea3.tgz","fileCount":1495,"unpackedSize":23420445,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDc7oGlEZLbB11AgIVZ9U1NR6G2DEVjFxCtXojl220I4QIhAI4rmg5DWJsPwDw4QdfxrGHIqsh+ivmNLyJv8CZmRlgh"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/7WcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpq6A//XLGchCLtDOzcgs+LapHlC90bfD2hSgOA4qDtR3811fB4KfhZ\r\nj9g51RkkzNDYl+IVS30QCzFqttP6QM5SwsoXO0WpUWJszYy77AxmGg1Unum4\r\nA11rokxxmAOyHZZaRAF+pgklESPBl7kzYHJw1FTGgNdaz689TEzCeuyXqXo8\r\nQnvqGZolme9N39g/xG56SFZG+DxUdvJ+Ry7SSZGGIxUY32SXvUuLHF4/dHYc\r\nIAb7IYKBuQYBqQ8BQg6glLK7BzJhXae6ukitt4T9b+FLr7nGw6ORu9BP+DOh\r\nAnUSMdsjCOlWwTnzexyBemHc3fyH8Eu9F1y8f0RRrdbD/7h+gr6TadOgjqeR\r\nd6ehdxbaRyxreN7FmykY1GlzXcDA7YMzu7hG8uUBUmO78uaM6j4vddwaS818\r\nxpJN0zrW9X7oQ1JvOZZV5G7TxuAnMnuK2bkNNGupELclZ3a5mKwATJwdHmmj\r\nzSeguimtmC6z2P9JWLauIKKEByi4cnNKtPYLxuIPxa54eu/Ion6467s7crOI\r\nyY0iHGn91bP+cgk+dSaRMgefkqpjTdV7mhx37rdvQaRwpjCPlUJaZV8/tgRX\r\n96a85/bTqhBf80p5RcH7oq56f2lWsM8DdbfTO4A1XKg/9saT2LXIG+SAMe35\r\ne8Z+4fXE2TspS1J3XTLlbvBRP3OIaac/B68=\r\n=1wYt\r\n-----END PGP SIGNATURE-----\r\n","size":4422341},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.bea604ea3_1660925339716_0.4909053757657684"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-19T16:27:03.605Z","contributors":[]},"3.4.14-canary.f88805e48":{"name":"@firebase/firestore","version":"3.4.14-canary.f88805e48","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.f88805e48","@firebase/logger":"0.3.3-canary.f88805e48","@firebase/util":"1.6.3-canary.f88805e48","@firebase/webchannel-wrapper":"0.6.2-canary.f88805e48","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.31-canary.f88805e48"},"devDependencies":{"@firebase/app":"0.7.31-canary.f88805e48","@firebase/app-compat":"0.1.32-canary.f88805e48","@firebase/auth":"0.20.5-canary.f88805e48","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.f88805e48","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Opl7QiTV3e/4IXIs4YuEb1b3nZxN1oHwob2i/O8zXYa1rgybk8YcfRjgLn17LkIHJzsxPnHG2uU5RKjrjRdZxw==","shasum":"fd9ce6e9e18fbafaf4cb1c7b160a72643263fb3d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.f88805e48.tgz","fileCount":1495,"unpackedSize":23420445,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID5bGop6loF8I3GzNIOwhBwP4Pg7JGcjwPfmSJUJY+hdAiEA9ZIYowPNrqiAlDxY8eP+8GInE8nBJGUrz+yMa7j3Dp8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjAAIfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqRFQ/+LW3Xr17MdDtb7k6q8+IJEHn2ZcndbFsMF184XaVQ0Whug47g\r\nmax9BMH8tgfm1RwXUL+BzHqVjMWY1innXU5x2nzFGEh9jDCpd1m6qjPOz4bx\r\n0kFwv6N3ICI89VwbpGA2VjSTKYivVw30VZfxhNuq1yfwDpAS8LxsRKQNPY7S\r\nUcVcHdS9sbPijtnl/frW5vlfRCnSr/M/Tyn7l0w60VDDCdjuKdw8wNywkrAv\r\ndABgAyX7XPuSIlIcylSocS3SkgwLNL4U5rOMEDEi3Z6qh/VhrCWsj7XRjo+d\r\nsxVMhGa33H/uDs0B5j8Nhqbkpq8sXD2iIj7soc0IrDtrUs1VAT3eBPhoo+r5\r\namsFlmSEZ0D6xfi9DpDgN0QWv0r0f98uyHq3CAYpCjjIqERPGzWefxTFvLdf\r\nHuoWLDAsn1sBUiivW5jBpLeELJ+nz6LF9hbpkaJ1pJV2ZqCse9bZhfpd9wKe\r\nlnQDr9pVrP4B0HkGWuVIJS7ip3hAjlmYwcD3ZQA/5vN5gzJ1GyfSVlZFxJ2T\r\nET+kvohDssNdQXT6OixW6eukk8uoHFXPMuSYuhodxzYtrNex+jb3bKjyRz4Y\r\nxsyjc54Gd3kt8DRyanQJasFhkgJ1kspou1JeKf6AMyNaun2G0FzkzGsFKphl\r\neUS202Df1l0bP63arbopNvizt7w1ouiZ3bI=\r\n=5yvs\r\n-----END PGP SIGNATURE-----\r\n","size":4422360},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.f88805e48_1660944926730_0.33845108150853287"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-19T21:36:12.907Z","contributors":[]},"3.4.14-canary.0361bf3d7":{"name":"@firebase/firestore","version":"3.4.14-canary.0361bf3d7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.0361bf3d7","@firebase/logger":"0.3.3-canary.0361bf3d7","@firebase/util":"1.6.3-canary.0361bf3d7","@firebase/webchannel-wrapper":"0.6.2-canary.0361bf3d7","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.31-canary.0361bf3d7"},"devDependencies":{"@firebase/app":"0.7.31-canary.0361bf3d7","@firebase/app-compat":"0.1.32-canary.0361bf3d7","@firebase/auth":"0.20.5-canary.0361bf3d7","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.0361bf3d7","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-V2HhRTPBpvpx76VhsKXjY/W2LraT5ADqcKcBZd8EriuPhAqyjxY6y5dGsG9a/XzzkJF59RhqzlZG3lnL+YSbSg==","shasum":"e9176ca600f47f5a77008740f5d7ec642634f086","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.0361bf3d7.tgz","fileCount":1499,"unpackedSize":23463579,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDMCiDH4SFk2cbL+0AKcDb4m02+h/28RSFPoNEcF80lsgIhAN++IAooctq3Vj67p7rRGueETdF2/73UU9dWtVTOsaBh"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjA93TACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrZtBAAmRpcr8aywZ01e5oKjWj6NwvzF3VSGvFFdZTtfSTGByOLEv4B\r\n7ZFDIt/lk8wBaslJpucL+E8lsn8xalP4jIFR/7y2ZwNS5BJLAOsKntbys3Z+\r\nRrjhsp1R0FqfJjBcnM/HlIwNRXKERjuxYzEDV5XFky+FCQOdPlkCj+RGMYoI\r\n6Cp0AAGyVLgiV/DtL9wugu3iRJjiqLLscPKuSOe5gEparpSUEGIihNKZm6q1\r\nif7NHFthZAWMFjCAahaW6W+NitiHGNf0cxVOZSQ2o+UroBReEzBow3FWsh0B\r\nnbvFjB2Z1gT65QxTsLjLRxcwSjzUEKZXLcZi7jLQpPSeoDvFCO0K/MprK4Kk\r\nOzI8+Hpl9S+UmohEQTBlw3xtynxWojsjLHFlkxrBohvMaGpe1ZqxkKCo34Yg\r\n1jnfE8Z0yHvGPeX4bi43Xl97SyBs31XkyTIK4AepDMQVzodZZmTMSxVFrXbb\r\nrcmduHxrogoBUkOVLog6iS/lEhUAnaAUW9O6oxLC4B4l4IcjHb8Ez83pwQeo\r\nHRtVPgcDT+e/DxuBUduMUE6Zc1BClxngToCQ0NPHrVcT3nm24MmjFRar3lF9\r\nf5ZSlgEDYmulOJnkZkOBx2GIBPfO4CbaVOho8NJ7Hsmf6OfLOxHas+YjS7v8\r\n317aIm4C+IDQ+Hy0gO+mfDeiLuI0Kv2UMBc=\r\n=5U6F\r\n-----END PGP SIGNATURE-----\r\n","size":4427404},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.0361bf3d7_1661197779225_0.8122106680524277"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-22T19:50:33.654Z","contributors":[]},"3.4.14-canary.dac1e4ca0":{"name":"@firebase/firestore","version":"3.4.14-canary.dac1e4ca0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.dac1e4ca0","@firebase/logger":"0.3.3-canary.dac1e4ca0","@firebase/util":"1.6.3-canary.dac1e4ca0","@firebase/webchannel-wrapper":"0.6.2-canary.dac1e4ca0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.31-canary.dac1e4ca0"},"devDependencies":{"@firebase/app":"0.7.31-canary.dac1e4ca0","@firebase/app-compat":"0.1.32-canary.dac1e4ca0","@firebase/auth":"0.20.5-canary.dac1e4ca0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.dac1e4ca0","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-p2eq4hzNzW6LAPgVhcd22mD6g01fyvEAmkSHpMu3jcrFCETWw6Mvz9dyXA+OKTBN9BfBcfD2TvAx68P4aEDGdg==","shasum":"e81cd4f096e1162ce27c58716b1ddf015a748ea8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.dac1e4ca0.tgz","fileCount":1499,"unpackedSize":23463639,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCi0AHTkoSWqn64PHM0zj5Cwdo5RuzERMt5QuNj5dA92wIgHndUqEw58/9dwSYH0waclhvWp/LhNdw3S5C8AZLM2I4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjA/34ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp1vQ//ddvd/enYQ4kXiuKEM+zDx/6e1PYdp9MOA3R73AQtg3QLjD7W\r\nNdxEVI12xa328Ekp1/z8mguDxTUzCxMI3FlFKF8KqNKt2jYhCQM/YZJaWzJW\r\nqoEQe/li8XEZE2b1B+cAczt/egd0cCxQyQU+kFGKcTMHiRiQPZ/9ashdLqEb\r\n+JPdgN2Tu7IDwbdf5DEB4FEIW+WKzPekfXIcpryuMCil0t9NcsLCa8R+Fxe4\r\nOzkZ27oGVdbehsT5UovQFjY/yxCzw+8CafSMVHVckZlb9pNl1Q3RvP6l4Hh1\r\ng3KyhlQRC3zP2In1Tmkl33joNVEvSKbxbeXvkB5Ddy4yutuhru2iU//s7W01\r\nLZyWs0NfuGUiW9HVJXovyFkrLgc74QW2+IP0LWj0y65+r3Wgn8fhutTx/0ZS\r\nCGBNX+YZ6djpesaoX2p6+EJN71cLgm1kJfNFm5m9VoAB5Gbnvb/oBqdfAI3x\r\nRosgU77LFMkDBGsDN1LtblJnTCf4ngBAOkpJaL+XrH3oulqMDQOFCAkEW1s7\r\nlRDuvEejUTtsb/+pccNPSErga4rd1U1f4+A3R+e0JKcXd81FdITYGzAR0A3L\r\nNW0t0RSCXqEa7jSxpfnlo6LN9itoB6g0kOr25CR+wic3QxrcRaUXa0pbnktG\r\nEazAntoyQ9Vc9wGbLpAbWn4dQGOBj4VlZMQ=\r\n=LMaD\r\n-----END PGP SIGNATURE-----\r\n","size":4427391},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.dac1e4ca0_1661206008162_0.2768176934113451"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-22T22:07:37.003Z","contributors":[]},"3.4.14-canary.474025cc5":{"name":"@firebase/firestore","version":"3.4.14-canary.474025cc5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.474025cc5","@firebase/logger":"0.3.3-canary.474025cc5","@firebase/util":"1.6.3-canary.474025cc5","@firebase/webchannel-wrapper":"0.6.2-canary.474025cc5","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.31-canary.474025cc5"},"devDependencies":{"@firebase/app":"0.7.31-canary.474025cc5","@firebase/app-compat":"0.1.32-canary.474025cc5","@firebase/auth":"0.20.5-canary.474025cc5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.474025cc5","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-xnUuJyw0cNezXVgpzQEO93I9B5jKwwbq+CrFZcjvap1+rysFYSWH182KgzkSS6B7fj7BXjWW/wpZvXOs6W6lyw==","shasum":"afab974311e1542f6b5f19221ccb745a13db880a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.474025cc5.tgz","fileCount":1495,"unpackedSize":23420505,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDpJ7zuQtQxQ43Cz/9BEcrgmNwv7fKhrvoGXVyZy/QmLAIgbmdM126uQrNqhPvQqTTtFyC7bpHcYTvGXv3v0KJ5ogI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBSdiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmprahAAm1Lad6ipqI/oR93PchZd41v5l3+FP+FSJ5yD98ru5jFNU4RH\r\nJWQXnPU/wTqs+XSvA63ve14GEtHTc3v+PLFzZqJvJT+9kANexSeZ0kEM0cK+\r\nbrpfixqAgwF7JcSiT/03JAWiVEvNpcOrfvSbLUMYYqu8G/5yK5+8eqi06sQd\r\nkfBVPdTKJ12R6D/ShaKk0UHIHnnXRu7xWUCrIBa1lEBShRRCdEFyp8O2gVEA\r\ni/CfJBua7HokAfxDb0C72686R2e5IddK3O8ZAr5qX58JXL5uyDoDDM6rD1vU\r\nJZqJkXccC7e4HuBZrBMtmaYUElEvRVbTqIk/15cAfWyauzpqHkO7bk1YsRVI\r\nafOiM5YHuP5SpFqRSsybQ8cGNTATMZ+DI35B27B5U/vniRZvnS1aY9yLM1+H\r\npfPlEba69B0pMEd+PBw8/OMPEE5Jzjo9jCApwxufz5R2+uNcxbt7tz9DShAy\r\nsHTcBcHcN/NyHiTyzbW6fy2Fz6SxT2UiGmVcS06yAFdy4TKJYyBA3LMEP2C9\r\nFG9191Rf5oSPvTHP+cgiP61uXFnvINeTYnikdsWqgglZEo9we0ZHigle0N8y\r\nmmHfIkUIFGMZK3soPQAJfOh9YkMCWhutdNPEWJHK9CCtXdMzxQ9BBhw0cHMP\r\npj8UKq12PDZcFknk1BxRA0eDGXynydmKLd4=\r\n=gK3V\r\n-----END PGP SIGNATURE-----\r\n","size":4422363},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.474025cc5_1661282145746_0.3671663978108861"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-23T19:17:28.237Z","contributors":[]},"3.4.14-canary.f35533594":{"name":"@firebase/firestore","version":"3.4.14-canary.f35533594","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.f35533594","@firebase/logger":"0.3.3-canary.f35533594","@firebase/util":"1.6.3-canary.f35533594","@firebase/webchannel-wrapper":"0.6.2-canary.f35533594","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.31-canary.f35533594"},"devDependencies":{"@firebase/app":"0.7.31-canary.f35533594","@firebase/app-compat":"0.1.32-canary.f35533594","@firebase/auth":"0.20.5-canary.f35533594","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.f35533594","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-bMZDYaWQLqBkaYD0zECuQorVs+OjKjkQW8XtKR7y0gNJfQPFbS+hOgWwDkkc/ENCXJtLH5SSWKM6Oa43DQWYSg==","shasum":"56bb595fe337a78323c2d02c8849aa2898c6fe15","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.f35533594.tgz","fileCount":1495,"unpackedSize":23420505,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF7B+bJLQ9SUrYhgyzlDU0aYmp6ETBjsbl1uxoIJLz7wAiEA+zApOTc6/FB2vN58E81hjtBSK6WnmjNDgjyDq/HW6X8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBxYFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoDow/+P8+YTJK87e3GFZhxNdaoizSV5lTjTZjbcCuzEA2NhysvgWRH\r\nE2VW9ckdybpB3kPJ6LHPOrO2JRrbMlMptYwSk0OVaIIAvt6smZ1jrUmGRKT6\r\nrsr1XRWigeZtzBoVxsVO9vEtfNsFzoqbANXHPbt0rWHvUIVjCpI3aU61KUJB\r\nAefA6N/XmjNFzNw0EMIwfvrbTQf8aHo6k3337JHbIH+QQf1EUOtKmDhefGd6\r\nLLeu7cyYasT6zQ6DSv2sLKGGX7/f3xd/1IniVUIhs+1Eeugiv640IknUp7q5\r\nbq/Q/Lf0Ol/iCJS42BlrmCcfzIruFt3Yj95EhN5YoyCtJ3DzRq4E9SGoYpyS\r\nfIuLNEC+PRBOK+uATyG8wZ0T89jvF3ZEJPkXly4liBuq+/ql6gd8q0nPF5s/\r\nC3esmdLH9VTg0hzMulmnifHc4l0b+xZ6oxHv+e5W06NPTkZRGVxNBVowDxKg\r\nim7pShe8Pmsk63vO9w7p+VFtPBOKBKfMJhx1YH5U8WPITIWLHqoG7ns5pxCN\r\nO1XheC2FKfbbCrvxv3ZuMrnY26fEYvq70BHkjPos+yFVRC4EU7EWN4E7ivJn\r\nRg7FZDDC5Kz0NM7Buc/67q2XZEvBhOvrPxUk323tI8AJ0xTrQsFjRcBNnfre\r\nKA4XV9nGuaQVZQSztSjjDRfJ6pG0C8xsGWo=\r\n=aeSa\r\n-----END PGP SIGNATURE-----\r\n","size":4422370},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.f35533594_1661408772992_0.5417675134021807"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-25T07:26:14.943Z","contributors":[]},"3.4.14-canary.85b23207e":{"name":"@firebase/firestore","version":"3.4.14-canary.85b23207e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.85b23207e","@firebase/logger":"0.3.3-canary.85b23207e","@firebase/util":"1.6.3-canary.85b23207e","@firebase/webchannel-wrapper":"0.6.2-canary.85b23207e","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.31-canary.85b23207e"},"devDependencies":{"@firebase/app":"0.7.31-canary.85b23207e","@firebase/app-compat":"0.1.32-canary.85b23207e","@firebase/auth":"0.20.5-canary.85b23207e","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.85b23207e","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-U8zgJSTMoTasiZzSpib+jwtTTo/81CXsc+Z673zDeUgvcZQ/qzsbTbgptBRGxuEEib+ry8sUf/fNzaYSEK/SCw==","shasum":"963e26a9bd0c95da47e1070ead66473189504237","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.85b23207e.tgz","fileCount":1499,"unpackedSize":23464091,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFGxIrzSMu1xHZqNWHKKAzdIxynZSBCkZNnQ8WYlDgHaAiB5XBbSknsJQosAiGh6TBhmpfI/CbSgxErAejreZePcDg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjB63JACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqaLg/9GsaJKTmglttkz2AdlWqjFYEMxBOMEU4JAoknovMV2goeqNV5\r\nM1vze8ZgTfAffrm5pMSfDv+p+/PUaqnbmC7qWYztpgFZ66lGhLdFHmwHwWMH\r\nY2OsfMaluL/Q8zY5ErqoruUGiiYeN03nBS2fIcRohr1eb26sM/dH/lSXExdY\r\noUKVqcRuYHd9Xwm6GQJ6EE872G/9/Fnf1SnZXEAaLz2wDJEDANd+sOXGR4f6\r\nIanLK0HUQ0on1MKN919tAqMlpTGMbK8TnzRV9xbW08wUiyvWolPvRhZtjAmq\r\nVcIYIzaCwC6sF5MGO/G9rcQoq89q2kC2winLe3o+oW7p9k7oVnpuFVGX/FKM\r\nk+QEYUGlmBg4zqHBA9NXtQMk+UnEWi919ugWZ20hMTlfHvZeh7u78nPmlETT\r\nMNE7QFmIBcdb08jWRiYgE+VfS9WLKKTGt1JHSuNmKSeFo+KNFt0QjfHrtCIF\r\nzZNeksc8JeMlELaftrqUOnSzMQBPF7gAKPsjAXMkwuNVRIN6N1bUi33TG1ai\r\nMblB7LFZ1KIEB1EGauUyhHrSEC/m91ouPMLz+42lHEomuRWnrhxnRgnS4sFY\r\nNQcVTBPquFbV30Jh9n9C9gWHPjr76y81RT4lRZYA56L8tkvBfTeBrzK6/Y9v\r\nsVH97doexo9gzXqWJ6WIfdskst8OvwMqAsw=\r\n=bLyG\r\n-----END PGP SIGNATURE-----\r\n","size":4426604},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.85b23207e_1661447624797_0.7703533499905384"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-25T17:31:38.195Z","contributors":[]},"3.4.14-canary.b993aeec4":{"name":"@firebase/firestore","version":"3.4.14-canary.b993aeec4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.b993aeec4","@firebase/logger":"0.3.3-canary.b993aeec4","@firebase/util":"1.6.3-canary.b993aeec4","@firebase/webchannel-wrapper":"0.6.2-canary.b993aeec4","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.31-canary.b993aeec4"},"devDependencies":{"@firebase/app":"0.7.31-canary.b993aeec4","@firebase/app-compat":"0.1.32-canary.b993aeec4","@firebase/auth":"0.20.5-canary.b993aeec4","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.b993aeec4","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-3Ah6AWwOiJlVz31m6f2WM5AGGrVGXQiq7/oKysgFOo+yKDz6kZCMGauiQyw/KV3T/b+WIExJyPaHnMiPFZiLmg==","shasum":"ab12edceaab64ea84c701939be6672fef6b1d46d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.b993aeec4.tgz","fileCount":1499,"unpackedSize":23466816,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIELpAwq9WlUgJrNgZGrAfzu/ZddtNsvzz/znJT7FF3ZIAiEAq3vWsbgYFGGtHVdk8OVGb02tCv8Pc0pnPOsnaoLBROY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjCCQQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmotcg//Stl0XQnez6YXYfQolXpy25kHtnSttAV53CikbuA1L/3Y3iAw\r\nCCNT23Opnowb17lvBUFZcr/Yx8aXKBss40DRzF0wTYWj7COA+oJdSKW/E0f/\r\n9i0kEsK96+JQJwk7Ly0y5cMFECsc7bBDc2atJ+5J2YDsnqjO51kLU957TDTR\r\n21VE1zWBqd0wPpYP2IaB85R++y1xC3ImKpR7FDasl/XeHyrW5rBLBbATSsYy\r\nhw7sANv9Xio3AwdZdqI7DOAoiAGdQkSprFaylsBFOQBDz/eQLJ9Skn7PGelJ\r\nyI63+Rtn1hchbYKGct22JyYj9AZ7XTSFAgmy5Kr8McCFJHmcmTStKg+OW/N1\r\ndmakyNIR8Rq+Mna1hM7HDWH2rZ7UFObzfZ8RVqVdnTFQf+mkwd+CaRtDI5Pq\r\nzykByax4p2QqmNt1QQHJIQDb+oSXWHoTFj4hF8fWboadSPXgLuqhIXf36ob7\r\n1WiSiZf2c+RGMsObZAVs4p320DYDUnvRUgA3OfR7RuyjEICoJXjizLmGhHMl\r\nP8GWs/0A7ZwVGgZjebx44QNPLxTc/CEj/ObXh4YtgfNV1j4wp60lBvuHLhf0\r\no6E+QkkWQXMdVODCT41Yti0AlDPcpx0+QMAYR8A+hj5FjhegKcWQ6CmJxk9q\r\nsw7PVErWDVlrPE4j05q7qr7Wp7U/P3vDLbM=\r\n=UnKN\r\n-----END PGP SIGNATURE-----\r\n","size":4426911},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.b993aeec4_1661477903750_0.6823224697003172"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-26T01:39:27.017Z","contributors":[]},"3.4.14-canary.ca1b0c89b":{"name":"@firebase/firestore","version":"3.4.14-canary.ca1b0c89b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.ca1b0c89b","@firebase/logger":"0.3.3-canary.ca1b0c89b","@firebase/util":"1.6.3-canary.ca1b0c89b","@firebase/webchannel-wrapper":"0.6.2-canary.ca1b0c89b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.31-canary.ca1b0c89b"},"devDependencies":{"@firebase/app":"0.7.31-canary.ca1b0c89b","@firebase/app-compat":"0.1.32-canary.ca1b0c89b","@firebase/auth":"0.20.5-canary.ca1b0c89b","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.ca1b0c89b","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-schsr0U5J5m5Tvj3M+UEsf18FzeVPlV0D3oSGq1QsxBIW9Eq7g76IGvyMtW9o5oZS8/cP+Ig8QxsCXCTNBkMRA==","shasum":"31de91f945897925e12c635b8da09dfd548eaf9b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.ca1b0c89b.tgz","fileCount":1499,"unpackedSize":23466816,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF5uT9a8FiiQ0TUSx9hS1vdyww5Fza2Q7MoDcqctcOQmAiBuCpgJAZEjh2vI8Zil3B6LqzD65xqWRmJdoKpSeDKwPw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjDRd7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmryzg//bk8E+4kfjlKdUbYiOhuZom9TPV965KIApgjp7+C+KpAWlgDt\r\nxHqNRsEQWwD90SDw+gYG0S/e46/FI8OLACbyiCIKXOKG4KkPqSlL6AflBYt4\r\nXEtOHlJi6CO/g7AzU7Lpd5nIAeZswP3lbpLUSYTVjG4CHglxUIC3eljRsDav\r\nKRu3OVlIoi7xFkLGeNKyXeV0+hbrYitiMp+hpjugJFP6w+40NllcgzH2ECL+\r\nL3jaTKKbTWu2IRx7MQ4maHpx4dAZqAziOsdaPHY2cHSJ0ovTi8H4uHIaENbs\r\nO4i4cNH8e7eb6anhpskvemYqlkKEQEkO9zYg9lhqapl/0zIPxJ3/bTvHYXwp\r\nENWcOWRW3Tv5ukV2PBMPJKtlGt0r40VQ6mVoEXFx/aEkftqevOIWQXWUJAC2\r\nsU9NUYTiWKAFuFMOPTACTjDwbQfyF81Zu0W2FUaeka/zwxwcG+cNrIwJzQCK\r\nNnPzneZxXnrr28K5VEt4Sbj1ebM0NCezKGXOZ0kw3dYhkrQ4OSB+Ewl8FGLX\r\n2X+inOleqvcEe+ZnpXSiUAvBkYLYq00xgXCr1Vt4iSg8DUEm/hmrtcRHcB3N\r\nhFjbTK8yrVrZQs2Lt/qk+3al/GLgr3Tq+W+NtiVRr9Jo/8wTFmupCw4/sPhK\r\nijVEyxp5D8arZ6poRWOeUzb4LCR8QkVwj6M=\r\n=IWaZ\r\n-----END PGP SIGNATURE-----\r\n","size":4426914},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.ca1b0c89b_1661802362708_0.7094850552089214"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-29T19:47:07.408Z","contributors":[]},"3.4.15-20220831174748":{"name":"@firebase/firestore","version":"3.4.15-20220831174748","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17","@firebase/logger":"0.3.3","@firebase/util":"1.6.3","@firebase/webchannel-wrapper":"0.6.2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.31","@firebase/app-compat":"0.1.32","@firebase/auth":"0.20.6-20220831174748","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.15-20220831174748","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-WUzk/24eAIt9WnNtuGraqHhDupVm3XljZ7AW4SsRU3sGm3mQe67S8aWqAJvtjwkVa2h/4tECa+jqpkzm2sl7CQ==","shasum":"c695ea60f2988ee8dfd2ec47ecd9c31624ad8351","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.15-20220831174748.tgz","fileCount":1499,"unpackedSize":23466995,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA7NS+dADEiEvhjlfzfrEQYYY08gpjBT1ZOxpGLCuhQpAiEAg1go/sDSWJI5gYWwxKIDWlpkeZLy6rNnk6ViW9hdRFI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjD6MNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqy9Q/+LVuhN5+iGOz/vWBWUC4XntKVu/OXteNbOadeqXXuhHljMuNb\r\n4d7pg02aSd/oIiSpShsEx2x8M9UWbnaMLp9vcK/yEQEvRSm0ea9bitgAQ8eY\r\nBCO+tKdzY6JDmbrdiy/nRFqR3dpE+htgNK+CkO6vEc7JzhkHrZws5M4cbZPa\r\n4r9TZtIEcY6nD4YFDnTyF44u7i30mC4YUN6XeePjuYldH7moO5r7oKscH+Wv\r\nqdQ7sMMFzonlAYHq+WrUZLuE3QKQ6QI0gsLPvECj7dlYz1GUKCC9sOJA75ai\r\nMUCcllHDzO65b1+3X+sWJeqS0oRzCUhvy7Pi0/COkzsu7apeVxyyAs+3LxJJ\r\ngShI2U6rvzcMLTfD7L4jOY78FKUrBnufO5+0Z50Rxb+s2DHssIHM3gOpEMzM\r\nwJbg4AtTcJUDZidLviayrGy5vomt33BOpd7ScxMf7/3hueLb3dEB2WilHTwJ\r\n5LNk+aI1PXRDF+eECRA7Rz5PfrSf4hzdgoMfDMHLsdL1ZKPHPQUs3jdJ9Xjq\r\n0xQb+Q7zuuaramWO1jYfFv4yL4LEa076ZQhv3MP1DZ4w4WPs+FaOh0qBl2ST\r\npOlBfBmdvSSxDgJwwyzFqPWYKPUA9MYkwfkQL7wxV3aC6DJY92p9lIKfv3t1\r\nx4huA+M8s02816b7Mx54rXvf5hCETO2noko=\r\n=Okhh\r\n-----END PGP SIGNATURE-----\r\n","size":4426990},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.15-20220831174748_1661969165124_0.862943382957686"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-31T20:48:32.568Z","contributors":[]},"3.4.14-canary.04dcdbb0f":{"name":"@firebase/firestore","version":"3.4.14-canary.04dcdbb0f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.04dcdbb0f","@firebase/logger":"0.3.3-canary.04dcdbb0f","@firebase/util":"1.6.3-canary.04dcdbb0f","@firebase/webchannel-wrapper":"0.6.2-canary.04dcdbb0f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.31-canary.04dcdbb0f"},"devDependencies":{"@firebase/app":"0.7.31-canary.04dcdbb0f","@firebase/app-compat":"0.1.32-canary.04dcdbb0f","@firebase/auth":"0.20.5-canary.04dcdbb0f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.04dcdbb0f","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-XHTXcy9d5Z8wSIMHM0v5eGEpgVfLhZTNLfXC25wkXJ9WlrzlM70SjGk19CUMDNp/Lg5WBN9OAwQraVdkirRbVQ==","shasum":"6209d48b4b0a2a486262f8bfdd1fae1170f2a5ae","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.04dcdbb0f.tgz","fileCount":1499,"unpackedSize":23466816,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF9cTRiqD/nQd4hNJmqQfonG3f4pOgdjhnZuezCR2Nh2AiApcGZ4yVKFBu74EbkKGyGJ66e43EDG5vxFlusnVSTzBg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjD6x3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoNxQ//euyCe9sdhuo+B8GtqzFstoGtpoaWq8Hrgt+FC/k2qAO/AMPA\r\nJJyUUsbtJsjT/1+HIIseqhSQpyAGIiWL5FNHhBY3StzMOIKIMtY3GbTCVglq\r\nlII8pyBxes85MIdKt2NbAb8H6W8lPVD1mnZVZFgXO/Bpe0S4GU+feAgJR2pa\r\nmOVmTCOFjVwzpGaYBT0h5sg1MK8dP8RmlRmtTBudM32Y8IFb8BmX4pfHr020\r\n0+ohTQ2b5AXwyYm+0r7BxZJMq3VIURVsFj7B4yZqurJmuEqMxY39evvxdJbt\r\nJaih6W0Unxb9Eu9UpCO+bXwn4i+5GWU5M1I0XY5mzIuLZd1G1GzivaEiSiPu\r\nDxIq7oGlF7eflQggUgzzqi1UTdXE4FPQFBS7lJ/wEv3dUe8Snu+UB6Xwz6VT\r\nTncN/+DYmi/LoDZz+YX//KqvwqEp0/srlhIfHxoQqCVmiimBl/0qg9u6XSOF\r\nIKTR4F2fpvLV8ZNH/k3mU3lB5j+E/vHFhutPBADxKGuEZEbnWtsWK3t/eyxU\r\nt4yBsRHspRaXobSDyyNTXOuRZeQlLq2DOqbZSekXELCtlXS+aqumDC9p2q6w\r\nOnHmcllde3f+zhNfcnxwur1wW3xtv/R/aQn/TscSQ1pAsTNevB405hNepqM2\r\nNb2PmAQV+UHOnQlCnCnGXFaaz825aVsrle8=\r\n=oYj9\r\n-----END PGP SIGNATURE-----\r\n","size":4426915},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.04dcdbb0f_1661971574691_0.5613354540696294"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-31T20:48:34.006Z","contributors":[]},"3.4.14-canary.37a8abd19":{"name":"@firebase/firestore","version":"3.4.14-canary.37a8abd19","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.37a8abd19","@firebase/logger":"0.3.3-canary.37a8abd19","@firebase/util":"1.6.3-canary.37a8abd19","@firebase/webchannel-wrapper":"0.6.2-canary.37a8abd19","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.31-canary.37a8abd19"},"devDependencies":{"@firebase/app":"0.7.31-canary.37a8abd19","@firebase/app-compat":"0.1.32-canary.37a8abd19","@firebase/auth":"0.20.5-canary.37a8abd19","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.14-canary.37a8abd19","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-XKUh8/s69ZclDpSgjVQ7ovHyCAg8YkLhHD56Wu8MoAwZEtAmLTCN87MkJHq8bdiSsR/CEoLOOjDlrtY2bw+YkA==","shasum":"da408a517623cf33ad6b9bdf0673fc48d4857f33","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.14-canary.37a8abd19.tgz","fileCount":1499,"unpackedSize":23466816,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCnrvt+KZ+i7kvJosZRtUkPp118M7Rpz3et0gWmue41/QIhAKbOLub3VEaJ6MX4AHxOlsA1OwMop1rdtBzAEtk5wSya"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjD60vACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoCcg/9EwDFBnFVRWXLwdRioAWf+kCEcLxz7V1HgrNA0TGWjyunzZf+\r\nYvcBc9Sv06WVo2Lg5duivjmsBGIDVYlstSxbbuSkpaAKubOPz15y9UuP2Qqn\r\nm6ndUZZ0YH9QXfiWMlm2IeY631pGyvsNCCcXAJlsDHSGss7juOyvFW42/Rpl\r\nvHlWJbZBoTI8wMdgWN0yZwgNv9MWR02QRUjpI6p1hFxWCCb7C427+isWUTI5\r\n4NubTS9x5PJIrPiCFnO44kSTw/DrPXSa2fMFyrTTtUid5veicGZQxVwG99vH\r\nPIrbJO45zLvIbObDkm2Fr/NZyyBrRGupH7KWCic66XU/3T34Sd3B1RGn5UsY\r\nnXibo85SM77NlKHMP7znbT+yN79b3BBd0EWhA4s78VR4xYu6Dx4E97TkPsnS\r\nicNPg+t5YV4jyX4CvQGUehtD3NfWv98QM0mcg4quTOKBh4yS4fllqLRwjJrD\r\nHJNGOtnYWbIObSev3hFhh2a2+f18t7vIMO2iCprb4fm1N83tqM3aAdjX6nDf\r\n+zfj/DOhq6/Ad5dJWl7fxPlH7A9SVajEMOJizzIMnpv5GsGpiHdILlNLwUZ/\r\ntZvrFIFWo6aq8Oy9JHMAo4ITwDFDMIzTEr2PfW9N1yuEu7XIdsmlPuDVQC9A\r\nYjGyayen6xRh3fIcKiuhvpt6XerTpWZBd34=\r\n=2rGH\r\n-----END PGP SIGNATURE-----\r\n","size":4426913},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.14-canary.37a8abd19_1661971758932_0.24662221921630034"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-31T20:48:35.182Z","contributors":[]},"3.4.15":{"name":"@firebase/firestore","version":"3.4.15","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17","@firebase/logger":"0.3.3","@firebase/util":"1.6.3","@firebase/webchannel-wrapper":"0.6.2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.32","@firebase/app-compat":"0.1.33","@firebase/auth":"0.20.6","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.15","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-1kal1/0UC1p9x99f0iXwWbmBL/RClksdkqLSd8HVQVawAMTR3zCVKE95omNGl0egRRlDN6c/i8XBEfkwj3SHxw==","shasum":"29f713ae8480b49cb2ed072095d3bd6c65c8bb4c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.15.tgz","fileCount":1499,"unpackedSize":23466382,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIADRjx6jtsm5FqvRzuH5lOQdGOhDKqvjC1BfovQoVZA3AiBes6a8dc/XtAQQI30CB5gE0akBeMZNTAFQCBrrnmJ0Ig=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEU58ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrE8w//Z8nuiuYXjS+LOZsxRRSS8hYntbOfQKEzR1XKxXPBgDSOG9r6\r\nwWs6npPoIbp8Gsz8NR4j908ogTyTA+qb2UXzbAHvZNHwZNU8hxZDstmJH8PD\r\nwck3mlbBcqYFMTDKFdTWgNUT3ghgfGp8OiREuK8hk0Pr1+T91NuKFvHSlwhc\r\nDLC6UFx/hc99eM0rMY+61tDqhNtkLWdY2q+T/MPVip5k2bvSclplFzhFZQCJ\r\nj4ivT8gtbF+VBmhnZceEBFce1SSNCwUpLx2d/z/D+fEXJr4znuCGB/qZ3YQf\r\nFHhFQnFTDZIHIr+dXZqg1lzhdOsUcFBpCwzH0bNn2A0rHYZmVrZRy/JOlXa/\r\n7tCFOvWRsBbGmfkOOUD5bXc1vXOSUHtysaL/diz1OY37+iEbRPs1Tnmv9R+n\r\nnxrVE+/ULs2IAnw4X/pFpkBV0HC6osNA6ecv2iT4apDGwnee5Rbv3R5eFFKF\r\n/qsf1Dy9m28T83xQamGR7iWf6hZksIZ5VFmJXzMBUr30MsNCmKZPWKrNluS1\r\nam7lyFQJo5EoAGncNqXFpTcHthU38A2/V/BMb/ymss5djBISYSIoi+CBbO8e\r\nYQIW3EmzcwLRdzTfTLW5FQMJzs/LkK357w4fFmTtwWjU6pscNDVL8xa6lgWm\r\n3B9ZSTE947sJLe0oSvJ4a+ry2TdnJgZAu4I=\r\n=WNlq\r\n-----END PGP SIGNATURE-----\r\n","size":4426686},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.15_1662078588175_0.6090940061414176"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-02T00:30:33.642Z","contributors":[]},"3.4.15-canary.87c90a78d":{"name":"@firebase/firestore","version":"3.4.15-canary.87c90a78d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.87c90a78d","@firebase/logger":"0.3.3-canary.87c90a78d","@firebase/util":"1.6.3-canary.87c90a78d","@firebase/webchannel-wrapper":"0.6.2-canary.87c90a78d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.32-canary.87c90a78d"},"devDependencies":{"@firebase/app":"0.7.32-canary.87c90a78d","@firebase/app-compat":"0.1.33-canary.87c90a78d","@firebase/auth":"0.20.6-canary.87c90a78d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.15-canary.87c90a78d","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-pKOf9DxWQ52AtkA2WgkK3/6yo82It65Wi3B5lJzWjXLIlTGEtEztrVSXjUz5o6UJfuOGCkQ1wrdV05Ybru4ZZg==","shasum":"88f2aa47183a1e471714e498f51c5a408cd1c965","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.15-canary.87c90a78d.tgz","fileCount":1499,"unpackedSize":23467178,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAEg/uNxgOzdK06rOhg9vVfd1bjGeqR/MxywVVub4tw3AiEA+koVeKiXJchehIfSSIrfvtx10EIufNa0yxXYm5BIn/8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEjcxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmruzg//ZrlHxFdLI8ovPb/5Ss1jpfgyOpIqgYK6Rq7Vk+6mTu1oQnXq\r\nfUfaLG5k6cUwK/2HjqYygvAj1SmSBUmjbV20IXuC4TGXRql8mZe5kvltjpND\r\nK+v8pDdUXTgLwksuBhnMI08uACaYKjLZ004p/7ALLz0yW6rfukAPHg2rXtoD\r\nZ2htlk2go0GAuwrk9OKUMw1RftVmEYBcftm0lquhtgtgqSj4Nrb/kzZh3xmy\r\n+h9r4AWC83IpHbjrjvjTA4lQ3twkFwQeNLtC2IOBBqv+xGc2tqmEJmPkvUrN\r\nEvfBl8t76Gr8mRPgPEwN3qgGYOD/1Ff+Z1Jm3velmnwWyQtqOOY1cCVSUxb5\r\nbaBuT4ZY2RuX8X/Otd03Y33U7dsm2OTRXVePTcLSGU1wMi/PN73c0Qw1Km3G\r\nxn0J8oHdAhzCk9la/oECZYRRjgif5YcagZZYc6I4SsqrBIDgJP1XgfAiSY0F\r\ngDJPQXhKKCI1p9bY7cR0c+bvuwhJz5Q1Q6/5IlMth+sHx7G37gQ/WcdAtwrV\r\nutgV/ruP1LMbbbtBAN7telBrcKqCwiU1rghPM6JJo0SVlHTezdk6Er5pmAs9\r\nCc3pch6G+cBI1lw4QwoLWtJzdZMR0zYaP6thoMjfz16FY6T7HTPLjonlTeqR\r\nxhIgwzIlng4uwCvxWhO+fVwTM4x/NuWpIx4=\r\n=k95C\r\n-----END PGP SIGNATURE-----\r\n","size":4427022},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.15-canary.87c90a78d_1662138160766_0.8240295980983208"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-02T17:04:30.513Z","contributors":[]},"3.4.15-canary.666c8ec1f":{"name":"@firebase/firestore","version":"3.4.15-canary.666c8ec1f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.666c8ec1f","@firebase/logger":"0.3.3-canary.666c8ec1f","@firebase/util":"1.6.3-canary.666c8ec1f","@firebase/webchannel-wrapper":"0.6.2-canary.666c8ec1f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.32-canary.666c8ec1f"},"devDependencies":{"@firebase/app":"0.7.32-canary.666c8ec1f","@firebase/app-compat":"0.1.33-canary.666c8ec1f","@firebase/auth":"0.20.6-canary.666c8ec1f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.15-canary.666c8ec1f","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-bHm2N8c6lbYwObHurnKk5BPWDPcgB7uFUO1T4s+CGhq+UCCNsYRy22bsP6zYiZSTYWYkwoKsZPsyy9rEtXGSLQ==","shasum":"ece282132748d5deffd58e05525795ecf1bc623a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.15-canary.666c8ec1f.tgz","fileCount":1499,"unpackedSize":23467178,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZbiV/wjdXVTHNLQ0odwpnNp8fYYQnt/I1AzuvVRdY3gIhAN+S90Tdh+cxLCw11uJvrUag6zhUNuBy9viOkQ4ED1Ln"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGNikACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrAKg/8DzRn7BgoZUOU/x8A6dUjwrALxeLMBZTBRgZawvxLjfpYPjP1\r\ndWHotf8QugdcY1xPgX9iwbnvfWoGxCPPSdFCRQbNwMdFdO6CqHcogoJl6Of7\r\n1m79sGupbDlwuxqlpXgzX54IJvKhUhSsa8LbN9N6JdaQGf+mOyMs+WpGotHx\r\npKjYyrvEhYLc2YZJtALUdBndFMiiE86gmrq1ayuzqbFaJ/RXx1DNpOPZACaR\r\nY0WGygyT01fSOheGfbQ817aKccYLmCYfUa0w5YcZVXSO+OtXSjJADutcItSN\r\nA9T3EUdWXcxDHFzJCF8dBeVqwVMZNjYNToQ/eWnbPm/Wte3PskzYtkmdfzU+\r\nT3MDtew9+BznLtLxZxGve1TV/yZG7ocpeIpQhWvpYsc3saL2sqCweiygVpnv\r\nWf/ryfeu/h6oGZuq9h9nw+klafnVE4IIHco9p97wYVO4MFbFoFo56+DfE4z+\r\naE7F6miZ4Y2H4LV1bQH5383tJ2She+wZn0/M3IsouDO8y+rknhqlxF4Nbj9r\r\nWotYqW5JuBtp395b3dLJoh+TsTagrCediFX7o5g8lUgB8jZtCj4oNqgNCfpD\r\nj1D4DbFnHRS87tg5rh1X+qUC8SaAOZA7o4IDpDafW1ICxvq8CR5QAug6VH98\r\natCb4EYo4QPun4EkabyEGkSHUls6HWQ0yIA=\r\n=qOnx\r\n-----END PGP SIGNATURE-----\r\n","size":4427020},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.15-canary.666c8ec1f_1662572708153_0.32208582082202764"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-07T17:48:21.237Z","contributors":[]},"3.4.15-canary.2bdbd44f6":{"name":"@firebase/firestore","version":"3.4.15-canary.2bdbd44f6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.2bdbd44f6","@firebase/logger":"0.3.3-canary.2bdbd44f6","@firebase/util":"1.6.3-canary.2bdbd44f6","@firebase/webchannel-wrapper":"0.6.2-canary.2bdbd44f6","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.32-canary.2bdbd44f6"},"devDependencies":{"@firebase/app":"0.7.32-canary.2bdbd44f6","@firebase/app-compat":"0.1.33-canary.2bdbd44f6","@firebase/auth":"0.20.6-canary.2bdbd44f6","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.15-canary.2bdbd44f6","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-kblQS+bu0eZq7YEhl2M8fQ7HSbMmmwnMftk0iC6yT8QKzNcffkRiUfk+RwmMYlsY0yXdEshNvzWjgbu6Tj3i+Q==","shasum":"2192238aa0fc3de640b19c977be8266276ddc201","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.15-canary.2bdbd44f6.tgz","fileCount":1499,"unpackedSize":23467324,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC+6g0mTNb9VmUTKnUU5OXkJYA3sZ9u0mFu7mwNybe29AiEAmeHl2rwpRKKooXt/elNg2kReeWij0FHM9cduQHx84E0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGOwkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrWKBAAg97UvLwbBOg7ci6GxcifVJAq5bdXZZIYRXu1zNDhUMamzeC7\r\nJibRISiKrFG1cVNdw93gVELP4XKrA/TEOxEYwAuHBlqhlGn3SIR5MUXFZmH5\r\neOGsNv+yjd5N+mcqqb6E4LF9KQgQsSQWdUoEtpvEOylLxVjZjR9+OVQuEJ3O\r\nfgdKPNoz+kIX/SGaom1Q1grJNgHRracVnAahdCY6MVz1gQGGjNMguDC+Nbm/\r\nXBlyc+SkwYElP5cnXY4Jo1IBfurjDB/UphEZR3FXvlMqg2XptAB9ReowZK0l\r\nepCQUloHEMgbFiIcrxY8QFlaWsyqSWVJF2JUC6SbwlmOIF5MzDnCATi0UMuy\r\ngqFUTRpgHKZLhyL9XrPi78SAb1GOAm8Y7DFd6zanLv4hBScmO249+fydhyfJ\r\nZz/qC+oOME3tLQAhwrk1DSeDRAab6folDhmjl7TZ62HAxcHZ06IwhZ+glf3+\r\nmSQRzNvc784+tWOz3AGCk1eNPFc60hoRccfyK5+c62Z34T96OsGi6o0eXljo\r\nLqiETuJuZsHsTM5dgIfxDa+c3irb2PvvwwwjEVXucxf8mJewOL2kJlw0OeGW\r\nqMB8Hkxbgdh5qvrt8jeOKr30p+uyUoj0LRxoZU9uyUYiBxZaB29b8eTLc276\r\nOSY3P68pnpEwT8h7TcYOWvZfGxEyDdX6L10=\r\n=gtJw\r\n-----END PGP SIGNATURE-----\r\n","size":4427086},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.15-canary.2bdbd44f6_1662577700476_0.5850857612155618"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-07T19:11:30.796Z","contributors":[]},"3.4.15-canary.7c0c640a4":{"name":"@firebase/firestore","version":"3.4.15-canary.7c0c640a4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.7c0c640a4","@firebase/logger":"0.3.3-canary.7c0c640a4","@firebase/util":"1.6.3-canary.7c0c640a4","@firebase/webchannel-wrapper":"0.6.2-canary.7c0c640a4","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.32-canary.7c0c640a4"},"devDependencies":{"@firebase/app":"0.7.32-canary.7c0c640a4","@firebase/app-compat":"0.1.33-canary.7c0c640a4","@firebase/auth":"0.20.6-canary.7c0c640a4","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.15-canary.7c0c640a4","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-KcwtbIXNFI+w//XCY48ybd2bwsrrRjWTX+EB+tpu4IE5sxfH6pvqATmTrlbZuzpeAJrtemMfYPVN0dzPuKjQ7Q==","shasum":"92eb16ae11ba2d491c7a6c12926195c1a45d6fb1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.15-canary.7c0c640a4.tgz","fileCount":1499,"unpackedSize":23462230,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICRqnHZL69Yk4WYpnUuZtvcIv2FvpMNqZPZw+3zekBMrAiATMA3fLQPUQ3VL65QiNHq6rMOVdVz6Q+4HxysX7qWN/w=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGPWvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpK9w//X7tocAtEpg5ZYJLcXSE+4x1s8TdLvMY6/y2T/P/ubJRPLPJz\r\nnAQLBIPDAlenh01IpHBvraguYv/JBbQ78LuGzI+3gqtjCWU+M6n6HAdNwRM9\r\nPaSfiO54lXsrgPG6AYlRZFK2toBA1aGBMHV1Iy+4kt4nhYB8FfJZjXom1zIn\r\n6bEzxvnNHiimVthYShoxaYzLbJnR9rvn5wxDG0Q9wZjWSllBioS8BrI7aVBP\r\n1r2cVo6AFk0psgkgeqmkypsHLq7hlzJmkPlUtgaPP8NyuSMn/tRIyM2Wozgb\r\n6m37tcsRRXAK95o5SyhiD2JzaNulj8jLKKwOwgfQm5lUyTCjDJYrqFEtM8/y\r\nav6+WofkJyvjpUKGEjYRAxMz2jIniKn773xV+7lR4SZ/Gktf2OtNieGJ1+DG\r\nOlPBe4GW6kbALAHn1Xf2f2K5O0eOc9269kDx2uq4LJidWPTrwNgT7Ddj4AZ5\r\nhc1bSYRS7CGEjv8NwEcOZqsqj/xJeg7ws7C5X3F8O3h8Wq8W11f9UK4SKP3r\r\nnxiRELXVabY1O+1/dUl7BbCpMufW9B9l59azsw7vQOQ/GOH5GNqKTfA8h1hz\r\nR+PMWoRbn4sEabxiQ7lNnMiFMVSdToE1/kRS1kZOS9TkjEuL8gP7hRA4dqk2\r\nmxWGIyJ95WxA0Lj360IRk4Lz6IPZ2iEbzic=\r\n=nAU5\r\n-----END PGP SIGNATURE-----\r\n","size":4424847},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.15-canary.7c0c640a4_1662580143189_0.289616302183453"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-07T19:50:18.684Z","contributors":[]},"3.4.15-canary.e06d9069c":{"name":"@firebase/firestore","version":"3.4.15-canary.e06d9069c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.e06d9069c","@firebase/logger":"0.3.3-canary.e06d9069c","@firebase/util":"1.6.3-canary.e06d9069c","@firebase/webchannel-wrapper":"0.6.2-canary.e06d9069c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.32-canary.e06d9069c"},"devDependencies":{"@firebase/app":"0.7.32-canary.e06d9069c","@firebase/app-compat":"0.1.33-canary.e06d9069c","@firebase/auth":"0.20.6-canary.e06d9069c","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.15-canary.e06d9069c","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-/z6EY/KC4z+HFNj7MY5dVIpiPbCOWO7CkIb/kVDY+sHG9wEw+osBqRN/1ywjIAfsqZtqWumHYZ5O+MblUPIbQQ==","shasum":"60916db9911233bd2cd84855460c69901fd30632","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.15-canary.e06d9069c.tgz","fileCount":1499,"unpackedSize":23462230,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDN9TV/e3SAfn1sb7BvSMntZ96Gs8Sj9BfbrExKyS+RegIhAOdxiaSPCQVLmPn5STGqm/1Dth2fH0XPQ6GMbmIVRVhj"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjH5W9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoNbQ/8C5yAFE+onzJ/SCtKmSwY1oenENAlXtVP73j5swtgVrPOGkh8\r\nI3+BOl+6o5k1dvwzliiDoxwhVYg0oGiJNIO09wVUvx3ah7gdwpzU+0a1DLlr\r\nHux5WV3HPRPyScLLgCZJc5OdF4yzfoKM2zEqqiyOvwcM6ACtornYlaTAYla5\r\nWPgSMoab1Z0sviSqemVxFU0kWNyU2IQWNE/tYEx68c1IUDZkdKyXKBPK/55J\r\n1QyH1XtaF622bgjhvxFbU9s3wDmfbhtUG8GvS9Zgtsm1EvK/Y1nSdrpsZxk1\r\ngAIpYGkZ52bOXY7aceVCzoXCSWXJ90RnJUZ3HOphL6rRt8b76tDECo5DqZEE\r\nwgrhXGA6z0eKOb3SVNm1DqWUqBSEdqRvXNhWHEB1FyOUDkhvQqc+Psu+JO3t\r\nYzsVtMG987ShiGlV5uy7Ql/zy+fM4XqQEXRUfLgqrX4iaZtIxiXrijHKzPgS\r\nRKn7fZtQYq8jWXeGXOugL/vi4DUucUSiD/gM/kh3pXdJw4+540VAMKfEkVSi\r\nZdWrmfsC/Ui6BYuBQPsoYV5ICz/FiaRRovxZxIpbkMDWoLDG8Md6F+xK54/E\r\nYNh8JBdCp/5ylinrfuOPLeHGHynUUQfsKsNAbrF8LqpKqBXAZr6YLlyQ0K6A\r\nlLlCc4+OFr/4I6ltBb8N77ES2e2HqM2jMfk=\r\n=/EBL\r\n-----END PGP SIGNATURE-----\r\n","size":4424844},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.15-canary.e06d9069c_1663014332936_0.6818679495545414"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-12T20:59:08.680Z","contributors":[]},"3.5.0-20220914164443":{"name":"@firebase/firestore","version":"3.5.0-20220914164443","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17","@firebase/logger":"0.3.3","@firebase/util":"1.6.3","@firebase/webchannel-wrapper":"0.7.0-20220914164443","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.32","@firebase/app-compat":"0.1.33","@firebase/auth":"0.20.7-20220914164443","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.5.0-20220914164443","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-U2tObMIjJslQrFRytkPBrM2cx0zz6lCVN/DmQWda7dK5zuBde65fkTnTsr4mcYXodMOzF9hY6kQAo1cA+bMkNw==","shasum":"148215c88374c3cfc60ba1f112795da4ca2a0c96","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.5.0-20220914164443.tgz","fileCount":1499,"unpackedSize":23462654,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH9O1JB7P2C8wbzc7rbyd+jTTRB7dl7sPPo2/9lFJqTnAiEAtMhqo8jByR7wlo2gkqO2qi5SSJZGjJf+CyfC6awVhgE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIgmAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpVkg/+LW70GH0aNQyhZdkGyNNu/zwx4Cunmm6zW0CaAmvGcpsfaMRy\r\nBySJf7DLYHQX9ELUbFgfmAxcPxbdk8wYzYiep005/BLmlXjnhaiTbaIZvysN\r\nbd9rnPE2ZyDS840LqEmIPt9s1zDFI+F9PXoLrnccO8Hm1+d84uydwWpC4AXt\r\nFIJ7hNreTELdbj8nPxQWYrgq0O7I2klLytEcz2cN0ym5kC1Xt9+PFAEq435a\r\nEDFFZnmOK2vLlOO4NU88/EinDVSKEbnKFGMDbF+dYrwu1aTUO2w6ZKqiLf0p\r\n9Vx1H1y/XrzSiS/t0pP5na/UMvrPdaXR9V4hb0cZN3dmrYM91RjYjGjlvNxP\r\nv+srMNm0vC9QeyuxrzdGpqIkYFxGDXJvIY4MMqP7TPmgVoFha8XcMK5rmE8j\r\n6Wgb4cUpjtgmXc8JJ8KUXG8XOBSxDZZSyga5vY9fBnDVtqedHJ3ehv1FsKla\r\ngv+peIdogHgBsZUnWZOTSTbZOEAMX9n6opryFy1DNbyHRe3HCHhVm/SI+DlZ\r\nvapXfx1Wt0M70I5e1ClPyzpqPxebJ/Yp59HfciLZa3CBEvkyN5+zd9rG6uxt\r\n9uxvhBZ8Y16Ei/LOdpTDNAynVUrkyPRQIYyw8BGV7vJRYgOdlyzSr9Pc5A9r\r\nKSTJLoSa4/tdc5DbUMeuY90wwDTNdoHX5p4=\r\n=Ub71\r\n-----END PGP SIGNATURE-----\r\n","size":4425005},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.5.0-20220914164443_1663175040134_0.2530457817055667"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-14T17:05:10.673Z","contributors":[]},"3.4.15-canary.ba8d1dbeb":{"name":"@firebase/firestore","version":"3.4.15-canary.ba8d1dbeb","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.ba8d1dbeb","@firebase/logger":"0.3.3-canary.ba8d1dbeb","@firebase/util":"1.6.3-canary.ba8d1dbeb","@firebase/webchannel-wrapper":"0.6.2-canary.ba8d1dbeb","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.32-canary.ba8d1dbeb"},"devDependencies":{"@firebase/app":"0.7.32-canary.ba8d1dbeb","@firebase/app-compat":"0.1.33-canary.ba8d1dbeb","@firebase/auth":"0.20.6-canary.ba8d1dbeb","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.4.15-canary.ba8d1dbeb","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-G8MAfIHVPaq8wbjlBNULkff25fNQ0kfMPqtAVmBCHX9YD0dsfQjEHo7c52tsmIsqLvVqXcw5j1dTcC9Mhr8tQQ==","shasum":"3ece55c6ed0aa978ba86aca82db6d8cf305be3ed","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.4.15-canary.ba8d1dbeb.tgz","fileCount":1499,"unpackedSize":23462230,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH5APyBRALWFd0jiwxAzjVG0HPzla2eUpJpQGMRfzELLAiEAkWuC4pR2NPrcrP0mM2jI5FcB07pdBvXOPDwsGzmkMpI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjI2S3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqFCA//TNt31+JrqD+lo0H9wFmq49p3CyTPbhHMNJHIltw1MKzt/TzF\r\nsODZKvEobDPC7fqRfGzj1aEh57e53cp940TQnkPkcle3kCxJdy5aHdJU/yFt\r\nP2TIcUS+IsAOPO5of/elQH0gCuBQQFOjf73Slp+4n/mkGEsq33GuvEKt++N0\r\neinMLr3WGHtdfsDe/UinBOJ6UTnV7JBejD+CBGWjVTYk2/6MBotEkxP2JdFR\r\npZJLIe2Qp0nzpPC+IU2NTV9kbURzYojiDBZwHEEP54GNgQHoz6+hK0ItzYzi\r\nTdzZJh3ErQZveoRnFhkQrvIo5J+jHL3VA+Z6n89s1ImsSG0OP6f6tLScZ3CF\r\nxp9n2Sx9+OguJmm/k2LLv/is6dViktwTHVYo0wSuxEz6dw8lrgcUlaR7ILSZ\r\nc60lpDYse51o9TCsLFwFf/kld1qCn8NzZTiERJIn6eppm3bxO3fJjeMtfG4u\r\nLupSsBLXQ7cDwLs2/u7x4Z4UrQQ33JOCpOIsLKDeCycVi7tGN4wgjSN0Omeh\r\nwp0i6iOA0E9bQfOswuwZJ0vv71eZTOlunomwtTLhuWcCZURNpC+pTqxseXQP\r\ntMbzaKV3MPfGPbW5VqaTXRnLH692aHYEWuPAk86ZlqWlGbQoeVYwlJp4yshL\r\nW3VpwMfO9gqz9Gpa+8cWEr8RqrDwz6qGocU=\r\n=lgOZ\r\n-----END PGP SIGNATURE-----\r\n","size":4424836},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.4.15-canary.ba8d1dbeb_1663263927152_0.09388942158170721"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-15T17:48:31.310Z","contributors":[]},"3.5.0-20220915175052":{"name":"@firebase/firestore","version":"3.5.0-20220915175052","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17","@firebase/logger":"0.3.3","@firebase/util":"1.6.3","@firebase/webchannel-wrapper":"0.7.0-20220915175052","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.32","@firebase/app-compat":"0.1.33","@firebase/auth":"0.20.7-20220915175052","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.5.0-20220915175052","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-y+WJmOFTIrB4E/yx7QRSuc6frCYN3tTYCmpCKWAaAyYrD13whp1oaDqpFYRpqNuGyoEa8s4t8RhdqUxxyH+B0g==","shasum":"7a70cce5e455407112624eb2cea775f244d790bb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.5.0-20220915175052.tgz","fileCount":1499,"unpackedSize":23462668,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAke0huCD8DpQjTlHWISsb+H0iVdyGZqhKtszFcx18iYAiB1KOXCZoPHm636t6sCq8o0MBXsgHxvwY69x5/YGbfIDA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjI2swACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpXkg/+J3D6t9DkAg9oWAANDrowhKX7p1b4/TLFMn15f8dJkEXhd2OS\r\nyHVS5sCRN2DCBMwxB4W75TYzrD2bAaq5MBU+FqN8OCClatLPZrQvAY9k17BJ\r\nd8dgMAGvqFV7343K/cq4OoojhvgYpA3yHfm9XjheyBgMXdKIh3oTlBwWATuY\r\nFiVPm3oQEXcq12nJ5x8KsAycpXAiF/bkDnXEu0QTYPOrecq4WUTiWt1j3mfq\r\nZ/2hqnp9+vV0Chl4m22BDq43yVG66rUzajhzaaPZvRn4YRCoS7kGtcSEVuoS\r\n0RAMyONUcrpH+Vp3u+Nrz0Ep9cL4F3iFwbMRjSua1d/y2MPgk1xO1rLoWgMa\r\nEp4OeUN+IdSDqT3GC+Uwvk+GcFuljKhrdZuv3uhTuKkMZcCLmJEXFMSeHTJZ\r\nqoyHdCb0Wc7J/skEBRTMqbbdscMLVTPd9XF1IUWW0+uwWknF1COyNMD3h6gs\r\nyu79S0C7nWQSDwwaIGMEnB6waqplBsp0LE0vjN1oMYkpuO6hsN8z01DVcFYl\r\na7F9snIJcM1TpfPEKS6+riPT7gqDMj1H/G5NNYnDoXAD4smp/x6mT0QIEoEX\r\nSaPfoUNtRSB4Bdlyzv37dnoLBFT6vBW3IV8FGPFlxOOajQHIDWoLNZEl8Qyr\r\nktHJzxoIgkLJ9aVbDNXBL5fNXa50pCsgGW8=\r\n=xIRK\r\n-----END PGP SIGNATURE-----\r\n","size":4425022},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.5.0-20220915175052_1663265584606_0.32047236641487964"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-15T18:14:00.546Z","contributors":[]},"3.5.0":{"name":"@firebase/firestore","version":"3.5.0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17","@firebase/logger":"0.3.3","@firebase/util":"1.6.3","@firebase/webchannel-wrapper":"0.7.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.7.33","@firebase/app-compat":"0.1.34","@firebase/auth":"0.20.7","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.5.0","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-ZwpZROpHDAwX4dvthkYv5WTqzWMPDNIVFWifDYpelWclsRN0cBxqLZPzh2wBtOWwMLIOoau7QIltzapqLZaScw==","shasum":"8938fc8804cd150d154fde7a607a4461b079a62f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.5.0.tgz","fileCount":1499,"unpackedSize":23462025,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7BleRNP88ERYIog8FyBI9AqLrRZFDH0gkSU6pjTjs3wIgRQVXqbUsYOp2fOCRvCJJNsOJ08bM7h2KdB0UgkkTjAs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjI3kfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr8FxAAn9ftdN0ibwdD7FiqUxJt7vYLMW1K7/tM8lkMIOu3EfGWCiMy\r\nvjq3at7/ctUbAoqKxgbQrkvUDa8iPz4lz2JOiWwIOMcg3tE2sVLOnC4GkVxj\r\nOQQWC7iRtfaKMjLw2fLjRmFezPO4o7EC//QiYGK9FfJmWFh9xpmcTsb2jgAh\r\nKf51WPIsRuWK4DOJe1UzYs3a8RnjkfFvT7KRfcgfD20A1ZBPV78sq15zvNYM\r\nJnn43n/ww2swApBUNNv04UYNUVh2nUCHWgVzgyRwSUlL0mKkVAj89/fEwhRC\r\npLplWvHDcDcAo15e0HEfMqWyf8NSR95G5KtmsbGJ6AOxZ2dmsDTnD8dil0YP\r\nyIpapG8xUEvJGatCZfSgggtW8TlrkFY2CDYygRmkWJVCd0XrDK+48M8H3Ngr\r\n2PH4cf+aHYbJviV+V4A7gU2fa1SiWmmEooHdTsEx8VbnBnBfKo2TpJaFdM3I\r\nvCZ11WCyQZ4dF9yVyuHWYPqcyuGMqccHWk05T/9FaYutFPGAB8AHGdweGGgw\r\n0tq8Z+fC8VAAe59Bd9o8fkHOjafCxNrQXoOaTaHcOf//hGzrWWwWdmRm1Zde\r\nMEUiWNHpz+Paqz5yoW0PslRZFHh0xFtD3MRl8HQ3sdub7WO08AA3+96w343Q\r\nkoA+9McmeNbMST2CWZDs5msTSA8vAXgjzgU=\r\n=8LxU\r\n-----END PGP SIGNATURE-----\r\n","size":4424708},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.5.0_1663269151165_0.25567686585079374"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-15T19:13:42.523Z","contributors":[]},"3.5.0-canary.5b696dece":{"name":"@firebase/firestore","version":"3.5.0-canary.5b696dece","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.5b696dece","@firebase/logger":"0.3.3-canary.5b696dece","@firebase/util":"1.6.3-canary.5b696dece","@firebase/webchannel-wrapper":"0.7.0-canary.5b696dece","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.33-canary.5b696dece"},"devDependencies":{"@firebase/app":"0.7.33-canary.5b696dece","@firebase/app-compat":"0.1.34-canary.5b696dece","@firebase/auth":"0.20.7-canary.5b696dece","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.5.0-canary.5b696dece","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-9lP3IrXJTtUUPW4OD9o5+bnmv4WXzKfVXTtNRBEhidtW65OWUPXLTRSVdT09q+zJeJhT0Ajm0BexbtY1hC//gA==","shasum":"92169b640b0277b54bc942997b2a4a27760ff6b8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.5.0-canary.5b696dece.tgz","fileCount":1499,"unpackedSize":23462821,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCDyEQpXq/EnPEXxzJxvfvv2dkbYw00RToUdgYgAA2YPAIhAPAxQUhMM/wwsW7nAjwflfifyAyfmvQB0/UOIsiKB33t"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjI4NmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmonexAAoX2o3iOb+WPtkfCFPQ0whydT2acBuoE7xOQblAuQWe3VTWLh\r\nfGrsiGgNvCEM3ijDBIUYSkTBZfPGlH5VDHKaEXCECOlZmmLF+448tpwBaswC\r\nXV6PEf8j+c/ZJStXDLD6TBvfHBQNZuhwttC5LUisFV3/LkSN8JH9pm3mrru/\r\nGNnXEZKZCO+WbX19mxyTxBABWtvJVrQs2dTfYz9VkvtSA87xiAHZXGI8Ba3S\r\nIrOgegmZHRZqmvyxYPRI4ZW1gqqsZUfYONnZcz3BcrqQwUh9d/QQf+fS25LD\r\nSmyEPh41UMUyctFoy/W7V8m9OTDWvNL+ZIo4Rb9J0Ssz+7G7mZ+C+qgU+arv\r\nwY8TlP/U08Cj+rG7jK/l+OpurqexNbt9uaqZzeqA0pm7TCEgyiDYR7dk4uDT\r\nO+wwEjf3ozXIAl0V0ECwONrKattKEkIGgztuXF+QDi35put+9ppLaEMOYPr3\r\nmio9adD4fJPBE3MTL0XMelr2ZM3Yy1aP2Qh1RuYhKcGJ1wkKa9CSmbqXfdsi\r\nNuSQZNsdS6uOL3poeN6/79nJVDgY7vWdxTzXYcB/BFHw4lb+SF27p3/3GPFz\r\nZE/H4EqK3To2G09QNcIcrnm7pk6c+wgDTYOBkgthok2BMIYtMv7sxKRMZEBU\r\nlsPllbSOyUkw+v+l59FS9xwTvxoNHKHy4Zs=\r\n=WQU9\r\n-----END PGP SIGNATURE-----\r\n","size":4425033},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.5.0-canary.5b696dece_1663271782002_0.12079537738340829"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-15T19:58:29.465Z","contributors":[]},"3.5.0-canary.e35db6f95":{"name":"@firebase/firestore","version":"3.5.0-canary.e35db6f95","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.e35db6f95","@firebase/logger":"0.3.3-canary.e35db6f95","@firebase/util":"1.6.3-canary.e35db6f95","@firebase/webchannel-wrapper":"0.7.0-canary.e35db6f95","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.33-canary.e35db6f95"},"devDependencies":{"@firebase/app":"0.7.33-canary.e35db6f95","@firebase/app-compat":"0.1.34-canary.e35db6f95","@firebase/auth":"0.20.7-canary.e35db6f95","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.5.0-canary.e35db6f95","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-AWYSrEoLEWXyH67+zLqMNiodOXSNVBlNb2JSMlmIbYmURRkym0MOq1Pke9ykPThMB9z8bcaxbIkYSkFEpe4v+w==","shasum":"cb89888eeb9ada713bdb9524eba029d7e7ea0632","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.5.0-canary.e35db6f95.tgz","fileCount":1511,"unpackedSize":23529814,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDswoePT3tuuB90kjZKQEhaiPcJEd3G4oxTy0nXOJkYVQIgSvW64p9d2X/GGF2O9MsF4z1KXQXFNJ59gyDIOoTedVM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJNpnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpbvA//fgkw0TiqeiMLCZrTIW+Fcxy4M2MzWpAcjarwCjAc1Gim+1na\r\nEnH6dD0vhX/nd+x7whnJNYa3qO7e884sbgIFQYm3Fp+ftZfAog3g/N3htNKV\r\nenzSBHrgTVOgxfkpOHNaoJvWm1jVqb+1U1cF02TkdoCPXLhI8snrMrgq/Yxj\r\nFk+UAjYlTRe+8PerS6EuMHeP/k5FMi0HyjAu0UaromIPsEQz/XDUtIc1sBEM\r\nkj7sAudMsOUfuumNp8YgrnEF8E7nXXao1aM4+doHMv0Wrat4KFFCzyYKExfK\r\njXsw2991aIKeCos0Ov0xb0SwLvGBWdT4vxVsH5tFI8IXMCYLpWNMUyB9XBUK\r\nOLgQcYPWTGLf1cnufTpyNXruf7jYoRIqfLla4YAd3/KR2vytPH3b8M5b6Fmu\r\n3sRJah1D5eS7ouD9nikqLR1RclhQnkJKhaxq0/ViaPQ4mHlk77/fEvRam8ea\r\npZ8PVPcZsh4U9b3BcEgJ+xVZ13QvC9HECuA2B+WJNn4H5vk4Fk0djEtzdrN1\r\nhjTsPUAuUN7Hk2/PlMF31N4ca3X9X61Y9CCp8nzVX3JYr1zvP4R1cHnujjKF\r\nKulldCARCmw7/CuWwhICWyl2+42p9yWG8oPHSFUuyc4WjaplOU6FiBe3oEyW\r\njoDSYc3P+C21oyv/B2ejmNZsachJ+iE2sZw=\r\n=PKKs\r\n-----END PGP SIGNATURE-----\r\n","size":4445863},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.5.0-canary.e35db6f95_1663359591211_0.39278432477958236"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-16T20:20:56.948Z","contributors":[]},"3.5.0-canary.b3951c6e4":{"name":"@firebase/firestore","version":"3.5.0-canary.b3951c6e4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.b3951c6e4","@firebase/logger":"0.3.3-canary.b3951c6e4","@firebase/util":"1.6.3-canary.b3951c6e4","@firebase/webchannel-wrapper":"0.7.0-canary.b3951c6e4","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.33-canary.b3951c6e4"},"devDependencies":{"@firebase/app":"0.7.33-canary.b3951c6e4","@firebase/app-compat":"0.1.34-canary.b3951c6e4","@firebase/auth":"0.20.7-canary.b3951c6e4","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.5.0-canary.b3951c6e4","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-+N4uCl0JMUgqAjeP4BPH4oyRmQ0rn+Drz/FpMchnI39QGttlkv+AZQn4vUst3gwjYteJWPyVq9R5QfKKY9IKHw==","shasum":"5213fa60a860cd69f125c40e38921e7daa24266e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.5.0-canary.b3951c6e4.tgz","fileCount":1511,"unpackedSize":23529814,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC3zvMaAb77azjLnmG8+8lms9gtmkxV7yXyJKzLaNJkmAiBKKksL/CD9SarU9tgHKiQao1zqVUCAI3tedqH/wG13NA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjK2PVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmozIg//UlQUAzb2FEg+aVdtQtGKotk4TMnl6qWQizSZvpgJt5T2Uy4A\r\nzEkCbIlnL6MD/POluKxt92iqbFsbJm+eaxvdtfQx275C1YttejfJjwe/3Paa\r\nqxUZcijQtOkk8UIwexhtoQueDvO5GjofGS5I3Qd7yI97sQ4akygePQIPMMyY\r\nIKJ61jAvq098mJfxTKKQewvM3tlYCeWfNpsZH8kLJBdWWBAKF6kgpJQMm8JM\r\n+H9qPoTqfkTXuuYHSUrwr9PwehD77qC7udnpBIdF9Q98/RhJa4BfEHO0AtjE\r\nkMYulcT3q0BxSza2UV4UYpQoCXC4ZSrW8+cMLBtwDx1HtZp8DaeLKc2xDdvM\r\nWosMSliWkUvFjIK0aJQ662G5Z5gz/awSzqsBFlWN7I/256VrEGKn391RnNFm\r\nwPmYh16iXzsiiegAkre/4w7G+vLwv14PEIUj8bzPzQ/g8OokIL+RzzuFqjDp\r\npV14n+dLbbLbz5hy1oD8IRDpA1rY1wjlofbgf9Z08j0LV0ArSjiFDMrGMEWb\r\niNyfzZwlmIUBbwe89wLJ3+uqT0yKR8RB3d5U6p96OaXA4yrFHC3OAojrs7vv\r\nap5a320w1LCnAW6vyPCI/L1cffKEg0i+GII3HCku1XFqrH9R9N1x2sXUlkRM\r\nA15irtOObd1mZRbHn2zFBQ2T3va8g8U+XQw=\r\n=iU0T\r\n-----END PGP SIGNATURE-----\r\n","size":4445863},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.5.0-canary.b3951c6e4_1663787989442_0.2189272340253734"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-21T19:26:48.279Z","contributors":[]},"3.5.0-canary.8031cd425":{"name":"@firebase/firestore","version":"3.5.0-canary.8031cd425","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.8031cd425","@firebase/logger":"0.3.3-canary.8031cd425","@firebase/util":"1.6.3-canary.8031cd425","@firebase/webchannel-wrapper":"0.7.0-canary.8031cd425","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.33-canary.8031cd425"},"devDependencies":{"@firebase/app":"0.7.33-canary.8031cd425","@firebase/app-compat":"0.1.34-canary.8031cd425","@firebase/auth":"0.20.7-canary.8031cd425","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.5.0-canary.8031cd425","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-NZY7MTWeGF5D29zs1ipwkUfyG4JvGJrlRxx2FJT/D5lMtnctrp1rUcK4guvzIFXdb2b4S/DCiZJfNuOf6ipkRA==","shasum":"f9f5e2b988cb22f6a8bdc982a57bd181c1a1b0ad","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.5.0-canary.8031cd425.tgz","fileCount":1511,"unpackedSize":23529814,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCueZj79zpF+6HmoxEO8qj1xW78p/l/3QGH/Jcj+GFxngIgYIh6Wi6t5pb0c3xDqLFx8P08oha60b2ZwLSCm0hm/sA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLI/vACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmodXA//btjS5h0kKjX0OYZI1mS9uNesu+hriKk2AzS4e3bJ81wwBBIw\r\n4QvlqscKPxLkao/FqSXx16rJ//+PwlKBO39iQLniub4eC2FHwTX9pJ0M0LUg\r\nR0PAlUdAc8d4BzKfZaXZxVLJCdvGUOpHXyEA2BJGdKAHg6tI3DBYbhwyGhJ+\r\nBe/9uS+4kzCSCw/7pko1iHRLkNe+i/eM9kIWlSnFt8TRgBKJ+yeTwHglVbTf\r\nu6adp7H7jaKiawQLY2Ds+A+u0YOYLXbVUu3/6Q3csKeH/LeE8vTbHPxS3IRW\r\n0hqOkrFkWKwUM/o7oAYAnOHzK4Vi4Ed+wNWBXCNI1ovf33wFDof8lPUubL+4\r\nlP/+F+x8mVm7X07vVFBZHmoe8aktcQ6WzPkUbBgkIO1BptYT9S7RQBq+Sck/\r\nspYoMRwjIVs3PTzaPNiS2aHzGLY0qBQB6mFmJgv85XsEzDytBWQRt/+OaKG9\r\nYe/p/x3f15h+c+niZg1Ps6mpdEMYLPCg0m/gXsRifaPtXQc//L8xsedHsjNI\r\n3q2d3DLMFMGMVlhes2e90ihO4ethgCQX8eFQOyhTz/kfnjFDXRIubdK9MxOm\r\nx0NKYYfResLHTdqVNpoP+oSma7g/li1DjFgz9dDdsXX32Kc3vAxRPBKjqdNQ\r\njf3gy3dJTWQbREIB9sR4R1+cT9LTRRash84=\r\n=QbPZ\r\n-----END PGP SIGNATURE-----\r\n","size":4445865},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.5.0-canary.8031cd425_1663864814943_0.3429399235995212"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-22T16:48:10.813Z","contributors":[]},"3.5.0-canary.a4918888a":{"name":"@firebase/firestore","version":"3.5.0-canary.a4918888a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.a4918888a","@firebase/logger":"0.3.3-canary.a4918888a","@firebase/util":"1.6.3-canary.a4918888a","@firebase/webchannel-wrapper":"0.7.0-canary.a4918888a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.33-canary.a4918888a"},"devDependencies":{"@firebase/app":"0.7.33-canary.a4918888a","@firebase/app-compat":"0.1.34-canary.a4918888a","@firebase/auth":"0.20.7-canary.a4918888a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.5.0-canary.a4918888a","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-dmWYlASZHMkBBhhLkgMaKYUbIZXWmJg5BCKiMpclz2LimwZ0wEhmWBEzX+POPuzLPJB689w00XKq9fhSjd9QgQ==","shasum":"52b034090013a752434a06d93372951711e5311f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.5.0-canary.a4918888a.tgz","fileCount":1511,"unpackedSize":23529814,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDcXx6ayKK6FE80BUjV6AYTENTT2qHx88QIaDyv1qFlBQIhAI7JjvMGEJeTEIYOEB+Sx6ZP9RBSiX5SHeh+EoBq5MpO"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLLWmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmobJQ//TStNagG32LWbKtkZmjJLaAysia4MH2WqotBNn1oPnOXswFCb\r\n+xZ4solSqcWCGCQViteywdLnlHMQj9Aiqu6l36dabiZV8pRX0qYnMt687D1d\r\nWufSfUUrAXHwLOvrabFHhhWnrZzceh5QjFnmprz6NXPKIbRSsdfIv5tzP7i5\r\nDbxRe3bDVN53RJispgXTjdsu5S+sx9zGxuQgeMO3eePE+B7WslhDPXmZPdZ0\r\nBE7swwq9C/UC+y2n+XsYAeDRt4CX1Wg49Em7N5756Wj+1nMjvakgLBkghGsA\r\nG33Em5CNFu8G1T0+kBZ6stmYZxQavdZx88vJr1hvrCeYhfhDjJZ7kLsSeDKc\r\nH6Bu2dhlVoWVwY6rwW88J8HWIoAigbfj/ctexN7/TsPE2XQMbdlDJnC1EAMh\r\nxuQOHyWUMy5uLVxN0HZ+hgEuc+ak+s77HVfLkcgOCOC6i1IC9ne/rkhEFX76\r\nOAxwuNNBH/OSv7hnjTUJftK8J31S5XeLfOmZoFdXAm18CberXB6iKerzpv/W\r\nLlcUUcQeVB08ieyI4Docqh/W1pjbnvJaeeMpxMIqzKySM/+/sJHbZ5gxzSfw\r\nLse5qf5nIqLY8VTqECGToNWTm4XLvMkGQ3kSVC/ubutbvvEHtq1BUH+uNNUW\r\nGu6UtMtMKVDghY1X9hL5Qwzm6LPN927O+wI=\r\n=D1Th\r\n-----END PGP SIGNATURE-----\r\n","size":4445831},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.5.0-canary.a4918888a_1663874469755_0.23455131453324807"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-22T19:45:38.526Z","contributors":[]},"3.5.0-canary.c6ba6fc0f":{"name":"@firebase/firestore","version":"3.5.0-canary.c6ba6fc0f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.c6ba6fc0f","@firebase/logger":"0.3.3-canary.c6ba6fc0f","@firebase/util":"1.6.3-canary.c6ba6fc0f","@firebase/webchannel-wrapper":"0.7.0-canary.c6ba6fc0f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.33-canary.c6ba6fc0f"},"devDependencies":{"@firebase/app":"0.7.33-canary.c6ba6fc0f","@firebase/app-compat":"0.1.34-canary.c6ba6fc0f","@firebase/auth":"0.20.7-canary.c6ba6fc0f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.5.0-canary.c6ba6fc0f","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-DRZschs6zZ8Es9Y4jTlm5MDFo5CE9GP05avlpU4DACVUSUCpRjX0ChDhFN4jviXbI6cLAKa7uvIUUH0c2hCe0Q==","shasum":"2fcea7e852c921f69bccaa0ad64ef3dfb7d60b9d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.5.0-canary.c6ba6fc0f.tgz","fileCount":1511,"unpackedSize":23530514,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE441BVmYpZbO9zENcStCwRW10bKA54ydwp58wpfgMMQAiEAyX4YepC8/U5qtjrFZ3aCw6Y9ylv9u2hQD8YqKJJ0b48="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjMevnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpg9g//Vf03WCRPtL1uwoWslU0irRzaxGuql8PM5QbRok8A63WtXeeC\r\nNL3QrzS0QlpUV5DyMY48+Y1SwsgpWhd+Goi5QklJeunJQW6km81lFyLwIfo8\r\ndFsEu4NJAm0sxwlYQzC7jWlIQc1p+2HJtbFCRbmOmHeNF2dHzC8Cdd0sUmPZ\r\n5aukdFAAldbTLxrtJziyi5UE1YhCB9w6SVeiW5EhdcSF/fY4hJEaq0RySt89\r\nU8tWlxqSiXXk2jtN5JNyJNzw3y1D/+acQ03Sba7Eeil9wen7FVAytUqyiiY0\r\n1S7Wgic3/5omVB4k69TgSa1ZQevVVlTmYYh7q1JxAVvoggP6NuqjZ9BOF2d/\r\nKAKdJXM03v4nS4KeAFCkG5xYSIDpITzCZIywfqIOllOcbrazxnb+r00DM3Qg\r\nZwgTZthNaz39Dye1mgeDXDvceA4GxZTjA9IZzNYy0PStyfWvJOvjK9u0I7G8\r\ndULePnzrVlSQHtij7DZxV2qDbQmwQVKmstdn6eRciT2SjASGUGzYlG5eoDAv\r\nhYyvHsmMNHxm8kNF+FPcwTjId/zgjuUSTYG6yf8BPemafMyxEJf+1SIAwnw8\r\nLljoTu90fZXmFbCL1e1OJ5pTwWdlsylsTtRz77MygubafyKHRHHyV7QQJ+b2\r\nY7mTpmiYeEXaSa6RPDULrJ+tdCuiMuBw/EA=\r\n=ZNjR\r\n-----END PGP SIGNATURE-----\r\n","size":4445857},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.5.0-canary.c6ba6fc0f_1664216038861_0.8622280104101685"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-26T22:55:14.114Z","contributors":[]},"3.5.0-canary.e33694638":{"name":"@firebase/firestore","version":"3.5.0-canary.e33694638","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.e33694638","@firebase/logger":"0.3.3-canary.e33694638","@firebase/util":"1.6.3-canary.e33694638","@firebase/webchannel-wrapper":"0.7.0-canary.e33694638","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.33-canary.e33694638"},"devDependencies":{"@firebase/app":"0.7.33-canary.e33694638","@firebase/app-compat":"0.1.34-canary.e33694638","@firebase/auth":"0.20.7-canary.e33694638","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.5.0-canary.e33694638","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-y5l7vRFprQZ3rouSrn9OGttxHrP0O5Wu6sOyVleOgd1b0bX2/2mkj3a8+wINc/J1+EFIOMPl4FCVmwt2ewGbWQ==","shasum":"6f9f0864361c896c527de23dbb1e698ba36dc8e7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.5.0-canary.e33694638.tgz","fileCount":1511,"unpackedSize":23538644,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCYj7uxM1xFLDnRpa376NdyEqoYDkNyr3+BgxqiRsjuoQIhAO809IKV516MupTtOz8wFvjBYzsF2txrpmfmy0X5m1WZ"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNG4JACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpdeg/+MCXHpDTR7ICfT0+4dpz4fFB/OE80otZR2r7nlYYSFLi98Vem\r\nNnpl4mqQw6Z3ZlbkXM2aTOFlf1icgvVtxPYXDy0JKhoG+aE/NbL8SLdWMznz\r\nzn4PziQKpD2xLY+3Hn5Wa4sNRYob/h3J1SleUCGhnwqp7mBKsszOd5yGK5eb\r\ne2Jdoe4X+WLFUrAtsq06kolnKqZueWaL4HVMI2uHgdLE716uaQGgXvp7QJNL\r\nqSlneR8E4cxYryHOpaA/xArMef5eF/ajwqgx+tPMOECQanW1Vf+SKGW594fW\r\nXKXu1FreWnESn8Tvpp8V6GoKOIcr0v2WA/M+b/eoEzhb5VRyzk0jdnQnv0CM\r\nvddisiN9YxO8V+OBopR1SiqnkwXrJySampOTkGIlEpGQKXPbQwInEV91vKC6\r\nSAu2JxWNy1aDxvPcO/ACs60RyUf4JjFvkQ56LxnMuv6ZcSb//TGhcJq42mO5\r\nHks4SyYA7Ab2FsY5e4VOsimAyy0MXFzGQkmFghbbDmerYkp194PEP+UYUgu6\r\n7bIBD/A7LGvQfA6xNh6nJBKDtKRJmr+qeuudV/WMlEKViNRbyXZcsNVFCHpM\r\ngSMQfAxucMk5YwSg8ABHx6Wze9ddLWTMleFEcL5iyyqR3lKUPUhNp5bKocqL\r\nr+Q8MgNYlfo+TmkzgNe+YCIoXscK6X4EsN4=\r\n=JWPY\r\n-----END PGP SIGNATURE-----\r\n","size":4447610},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.5.0-canary.e33694638_1664380423682_0.4838081969065926"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-28T16:55:44.690Z","contributors":[]},"3.5.0-canary.516fe9cfd":{"name":"@firebase/firestore","version":"3.5.0-canary.516fe9cfd","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.516fe9cfd","@firebase/logger":"0.3.3-canary.516fe9cfd","@firebase/util":"1.6.3-canary.516fe9cfd","@firebase/webchannel-wrapper":"0.7.0-canary.516fe9cfd","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.33-canary.516fe9cfd"},"devDependencies":{"@firebase/app":"0.7.33-canary.516fe9cfd","@firebase/app-compat":"0.1.34-canary.516fe9cfd","@firebase/auth":"0.20.7-canary.516fe9cfd","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.5.0-canary.516fe9cfd","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-C/dKjFr6ei9ImMKGhreUuX02RZw5pX1n/AfOv7bH9PFIcD2RBD8+vHnXVwDeWWqXOr/ol8GTA4iCqBOY25WgMQ==","shasum":"93c7d57f0292e52083405bb779a849495c6029ab","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.5.0-canary.516fe9cfd.tgz","fileCount":1511,"unpackedSize":23538644,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7X1nLUppTtD8Xo3Ji7rcPxE7QNvD/ramdl0cPYffLIwIgCxbYCWHpWfE5tNQOitloVGexhUnJT2WXyfidDS7KUSk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNHg9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqOEQ//SthRD+XLrN0Lbl9/HCw2hWWwtoLivRq6HmDcLXb2eB0tVknL\r\nd+I+VYW1sgrNAr2Q9KkmKfw8X9rvURHPGbKiL51r2YzHu9BuhDQd1UgHSm61\r\nKAx7pM+fvf7EIWEGgqEg6ZqXZ7sy4onweNhPTxWlMsmS2GU00pcaPIoZH4Mz\r\nblauSyol8RgB93lA5NTfhfzaG0B3Ci00i/j6E63V3Ei5KFE93tZUtg4ILDo+\r\ncgvbj5LL8ko2dSWScXQoKqoZvc4jnnyM+YgGMOvzJ8zs3hEreVCs/ra5MMFv\r\ng7Fk2B49BP+vd72Clesj7LuHhEzpSUVAoOxIbicVyDBVl6AGxk4FuPixY/6U\r\nODk0XDrejiIFVhKm4Fx61rjxu2t3iajsBEUGBno8i3BFFqYZBhjlfpXC8HLq\r\nxvnD6YD+sJ/Nh/9nocindwxLYJ6EX4TL82ZXOIeQFvNfA1qOGCFfdd6B/zb3\r\nWMcKhO7HjFPQ8fNcEXdOFnWLUTKRCuegP8eYO6V1eHJ8kqa70Yr9A/qTOi7l\r\nvdXwBPGNRN4AyEI6vESMrnYO2d0oMYHzgkGFZ/aSkKNsAXhHVvx74M2fPChE\r\ntYGsUfSRpnZeARyuCsyUZv5H9Pe+ZmN75SMtB2bdRheV4IebOJxyL8xN5aw9\r\nElmp9diUthrEszLGQfzVBFw30bSlVEfxLlg=\r\n=HTRf\r\n-----END PGP SIGNATURE-----\r\n","size":4447589},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.5.0-canary.516fe9cfd_1664383037140_0.8535509513973625"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-28T16:55:51.218Z","contributors":[]},"3.5.0-canary.ee871fc0b":{"name":"@firebase/firestore","version":"3.5.0-canary.ee871fc0b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.ee871fc0b","@firebase/logger":"0.3.3-canary.ee871fc0b","@firebase/util":"1.6.3-canary.ee871fc0b","@firebase/webchannel-wrapper":"0.7.0-canary.ee871fc0b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.33-canary.ee871fc0b"},"devDependencies":{"@firebase/app":"0.7.33-canary.ee871fc0b","@firebase/app-compat":"0.1.34-canary.ee871fc0b","@firebase/auth":"0.20.7-canary.ee871fc0b","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.5.0-canary.ee871fc0b","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-9+Rp17B31a9dwE4+yam72ljqc+/ErjHK7Y64IyVO7FW3rOb/pc6+nKigz3i6rj0pEUNwlOEnCY/N+lWemQzVAA==","shasum":"d0270d0b1ce4a46cee3bf1e20f37e91c81e75e77","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.5.0-canary.ee871fc0b.tgz","fileCount":1523,"unpackedSize":23766919,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDRRfFvTmzzHEP/fGxeZ/MJS4z7bbcCaLJBwls1oT74owIhAN8cGeGpKeWsCyUmajy96z8DJXKGY2TQujjz+0wUQuKF"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNJIYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqi2g/9Fy9fABbfNtxUzgsOBTfvnSPnKRNyBlUTcbLqVNO8VlLt4ZeB\r\n93PttakF8f4AS4jSbKKAwza9aHq7QOofpik/w6pxVqvwt5QCq4QNRbF4r5Zs\r\noWx6hzlIKvsZq6GVJUl8zp7JHloxbgoxNvDWWj/FgfaO2b8M/4mdbDK0ZdmC\r\nPJvSYD00SkLW6YarYAOCgu/DFgmlJ62HbnCJUkfMskJC/0ceUElTABLaAQhb\r\n3gdrYra/HNhYLVZ/yldqGttSVc2GyE6ZgMC3vPxSxkgUHMKnRwhpf7zA8nkp\r\nGCWC4/5DfcIE53X4o6HCcWxShaBeXf39aFHHGdFAUorcErTPQwGPMQV48s2n\r\nkGAGSrHadbsxzQjsarEOAiQTtQ1WHXRl8Qg0n34l7wdHKtbqCQiTOUSDgE/n\r\nkx1bylyctSS7qbhC2oKzlqyWH3WZ26qBvW84U6Kz53yABXChqvFYczU2pWF4\r\nev7RQCBBupUBHUtukyxBe9jlBpUPiQy2gUOXiNl9yM0zsCsMVNiPJDGpkQjN\r\nS/AdkGMUJWmQNxBqQb1ixF9MTUToWCjpON3MPG2W7P2cefXkcrbCkVg5CcuY\r\nG4V8WwxswpAMljMMcesFKqWbeR36tEYfhO+Z8cYPmB2p1EL+sLiQZ+ztJxqv\r\nKvcTNJY75vP+OlF2ZstFcdOWyZhqdD5Ky/4=\r\n=uv5i\r\n-----END PGP SIGNATURE-----\r\n","size":4484447},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.5.0-canary.ee871fc0b_1664389656341_0.04216067126412293"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-28T18:46:53.969Z","contributors":[]},"3.5.0-canary.fdd4ab464":{"name":"@firebase/firestore","version":"3.5.0-canary.fdd4ab464","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.fdd4ab464","@firebase/logger":"0.3.3-canary.fdd4ab464","@firebase/util":"1.6.3-canary.fdd4ab464","@firebase/webchannel-wrapper":"0.7.0-canary.fdd4ab464","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.33-canary.fdd4ab464"},"devDependencies":{"@firebase/app":"0.7.33-canary.fdd4ab464","@firebase/app-compat":"0.1.34-canary.fdd4ab464","@firebase/auth":"0.20.7-canary.fdd4ab464","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.5.0-canary.fdd4ab464","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-xpzrQIaPMHuQAAtcAbamHt1tr4pvE7mJFxCfulYYoRVKWOV6W9pYsWc8YVmVa0Y+6B8ZJfjmuqGEy5RrfqDmaQ==","shasum":"a8cb4639c9bf6efb0b33a975e007267430458146","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.5.0-canary.fdd4ab464.tgz","fileCount":1523,"unpackedSize":23776799,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEQB6DfoajY6PFBlh54FI4SGTkQ35LCd5r0wVIm5k7F7AiB8pvTP0hwJh7B85+EW7QmmQKy2Bl7j18xqmMy2epVTQg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNJlIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/0A//eZZDNV/OLUAeA9fdFEtdPrO6FxOskABXFmbrK+7SLiw9oyBT\r\nORC9oqixAmuBpS6SiwaAzfrNs+QjUuNIclDTMpXanpecvol+XpLewqdiplDh\r\ndiNH/4EfEE4Y6+TNM8RkMTbrYeJHPgFP6Wjzd9nEqIZSvH/AkaQOOZfBu40N\r\n47nK+1JxqQQbuKsO9TTiZuy5grJrhDXlpkZLYhmcoYFqUQNWOnkMn+g39tSN\r\n0ZRrusB6n/wPuMfvd2YjmtFlKoP0YOi3zlj+VNjUFnARbRPRBcSFGo01TxaG\r\nUkIDL1+vEdAKAOUKGj+ZwS4CA/ZuzljleP7jF3bmw0jUxqf/Dg6b3d5emMLC\r\nnaRwLm8JXMAjIbYFvWRALy5AmTFIb3Ag0ydlD+qHLG/mk0bw501zt+jdqsBI\r\nnIHU8Tj5lNEQZ5IKvgNl18BbrA2TsKM4lh/WqU3AA1WkplcYT3F7DPjq4rAE\r\nZWGx6JmLKy2V0acpp5t5ilffgEOe1zR7yiunarLzXx9iWw9DqNgwWokX7ZcR\r\nasI41Tj769MX03MXLwsIEDLN1Tru9Tz14Vbwulk7BsDp+JtByIE5ClAikC9s\r\n1lWafEMxvPrQ25d7WOG3mKPrDjfYUfe62ZqNDED3KhirAbcsTfjNc5rRKMrN\r\nvUsCwjmBY7CA8mIXlI1yIax0IYkGxh9VvgU=\r\n=Dwhp\r\n-----END PGP SIGNATURE-----\r\n","size":4487025},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.5.0-canary.fdd4ab464_1664391495971_0.931190535709711"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-28T19:10:27.431Z","contributors":[]},"3.5.0-canary.a7255a215":{"name":"@firebase/firestore","version":"3.5.0-canary.a7255a215","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.a7255a215","@firebase/logger":"0.3.3-canary.a7255a215","@firebase/util":"1.6.3-canary.a7255a215","@firebase/webchannel-wrapper":"0.7.0-canary.a7255a215","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.33-canary.a7255a215"},"devDependencies":{"@firebase/app":"0.7.33-canary.a7255a215","@firebase/app-compat":"0.1.34-canary.a7255a215","@firebase/auth":"0.20.7-canary.a7255a215","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.5.0-canary.a7255a215","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-AWwqAZOwFMfBaSXog7WuOQQsiKQ/jL66JaRNpgfXRj3LVk6UXp+d1SFyKfzAUN5iFfIwlwOUSax2fpci7WtLuQ==","shasum":"9f4c275ab1ec3620e8b9955375a72ab67d6a9cee","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.5.0-canary.a7255a215.tgz","fileCount":1523,"unpackedSize":23779955,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEcTYa/fobc6HGO9pK3Quy8+q5m7x34ilJTMMTs4xpCrAiAlHtOadaNIR+hbAVGklw70butb7ZYtqKFxAggJIvPCBg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNJrbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmopzQ//THQwu4plHVnY0mZE5dyP3uw4q4R6oYsw0/SMB5GcmjRHZTFJ\r\nkAhSKSLEGQxeS3UKMkSeXbeLrljr2+7vv4HARZpqlqGNOn21AL8IV2O7+vB+\r\n9CcfE6+XqzIOTC98t7qiaZLKZOcEnA4p61VqsU1Vy0dP6hNxv+3VtBBi9bWp\r\nsHHWLhZUxgBUBcL/N0bbyDnjIjK3O06Fopj1Yp4jWgI5msJE+Z0fDQUflXRu\r\n9Cibh/DW0pCgs9jdhtbdnew4p9jBqUBwamQvXZfCTj5izgzsgGLt7l94ctiy\r\nta3C2hvc5+UZjjQa2tABHQu9lMe8nO6Zu7VFgSEnkLPjW8W1UYLB6Eg8FXct\r\nXD0YtDrsPRWb99JjBKPTL0EE3R3Gs5q7PawAXPYxNAwspE+terx5Q3wrVGO2\r\n2bVXhGAsGXHbtqfaw5PbaPT34GiumCVsOVWYMgym62mXPkBzAJkFTZ0+xzgl\r\ngXKnTAAYOesPPiM7nTPd9dTBkkvQja0NAqjdSdUAY33HdyYEoaUEG1Uwv3kv\r\nPAXIhDhPWOPQgDlEk6ew7KuEREi5Y5x1ZUGL8zSoUITq55q5Y1tQ002nnjNZ\r\nc7FzhMYBv88v2mnzH7pqr08ZUfmR5/LXpsb3qoqWTAVRz+cGh9vEppo/4hFN\r\n/eKpBD25qEduUu8LOfNguHj5jGu/5ErugtQ=\r\n=6ftG\r\n-----END PGP SIGNATURE-----\r\n","size":4488059},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.5.0-canary.a7255a215_1664391898888_0.5451675013920536"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-28T19:10:30.359Z","contributors":[]},"3.5.0-canary.de32c2456":{"name":"@firebase/firestore","version":"3.5.0-canary.de32c2456","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.de32c2456","@firebase/logger":"0.3.3-canary.de32c2456","@firebase/util":"1.6.3-canary.de32c2456","@firebase/webchannel-wrapper":"0.7.0-canary.de32c2456","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.33-canary.de32c2456"},"devDependencies":{"@firebase/app":"0.7.33-canary.de32c2456","@firebase/app-compat":"0.1.34-canary.de32c2456","@firebase/auth":"0.20.7-canary.de32c2456","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.5.0-canary.de32c2456","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-ut/MzdPRoeLtfDI9hTrcwGat4UIY6u5GSEzCpW5XzwjOUR5uT5Ld5CMlmQa3E07S+X7m5GLUkrWCTHR/LeANQA==","shasum":"63b692ebf8eb8edfb2592d50d37e4460d8d5d7ac","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.5.0-canary.de32c2456.tgz","fileCount":1523,"unpackedSize":23779955,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD9plxWZ+Ds832fVJ2VsjbXPE6us9f3gnSP+HVhXZWDNAIgNb6IE0/xH0iGGqX2kqABdfmJD6OTKoANasLj7iL8uWI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNKFgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoejBAAnFDa7ngMPsbb/0k3DynEm69uWVE8TLQiuIkkb1EfIIY574eP\r\n8DjVnJC5aU67qhqpoDMb3bp1CqTpVmXA0aKtZhaaY017V5mcfz8CzqBSpDyI\r\nXOX9zMmRgKv1ozRDfYrf6O+kJSBJ3e5Kqs2Zfsnsa7gCwgX3Y8cqsf/fQWmW\r\nS3HMk3eg66n+VCL9Oz1/zGohgBuqvuPmV8gze5eZWHwcotjYLiJMOT3H4zRc\r\nI4HDdPgAZxDwHdzg6tkQ74Ph+xg8CviCT25Zth0S1TGNdoA/UnY0FW7dz80n\r\ncH1G7lAeAv8KgTiXOOYdWzkNEhMSo6pvb/OFpROB3nPPZ9qa9Q5wBTnfQS8d\r\najrcStM4+UC9mn25gbgYfackOBiUjhEyrU/H0klSZYaOweCO0K0t8SZLv1c9\r\nOzpv3qiT33/XVkmtwjWfJ5moiRMDwsKP8qm8FXNI/6A7epdORsH95AxGloLs\r\nkzZWvcy44VadW2eoWwqS08B7rg+dKI7F18kxgQQPs6Y6h+JhY6wRyFJ71gE3\r\nWdMoQrvx2WFrY4B7yMuof06DtHVYmdP/Vz8JEOmaTfVf+mvwf5pcetA2z9yQ\r\nATQ7G7OfSTVwIZd2T7xoPhvG2BCd/sW2GFMvDV7DssKuCFLcAxCNhIx5Mjnt\r\n44+NEOeK3qAKp6tKBCEvBwBiIDUcmvU44tM=\r\n=ExO0\r\n-----END PGP SIGNATURE-----\r\n","size":4488064},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.5.0-canary.de32c2456_1664393567875_0.31715606875314695"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-28T19:43:05.616Z","contributors":[]},"3.6.0-20220929164943":{"name":"@firebase/firestore","version":"3.6.0-20220929164943","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.18-20220929164943","@firebase/logger":"0.3.3","@firebase/util":"1.7.0-20220929164943","@firebase/webchannel-wrapper":"0.7.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.0-20220929164943"},"devDependencies":{"@firebase/app":"0.8.0-20220929164943","@firebase/app-compat":"0.1.35-20220929164943","@firebase/auth":"0.20.8-20220929164943","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.6.0-20220929164943","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-jcehQPomAvlmZJyaGeIeqZwVq4ngN+1Wryy1iTt/wHMp/0qs9W1NsHi0BbddmT9X/ueORHEc4o7MLRPf1BeQ1Q==","shasum":"1ba946eb51eda3077131286498ac838f0ea82294","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.6.0-20220929164943.tgz","fileCount":1523,"unpackedSize":23781227,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGJgHZkvImaD6xSHlbQMlGoJEOg4E9Jawv/nA68pFU5WAiBGxTkLDojhuHnZBdDAMOBNyO1NGrV54EzoF814W0K9Kg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNdGPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmopow/+N5/CiAv0s9Jby7yz5ug6Aw3KU/qxEfYArJQZg0I81crdaVZ/\r\nSCa3CsTFXxicofwnlz5Wff/DJGq9i4IWHAg1UzLjXKegXLg73yk3/vmSjmmE\r\nDMY06RxG3N79VCTGAUBCeTmLcAIE0+ZVQ1+HffOfDM8IbACidPRPuzE1Dw0i\r\nHxLF5YfQnHLw7jhCU3tASZkhoH+4YaqdVY0hViWgOq+AJzmKSnG5tPemPV7s\r\nfZETI9liJaJ6O/prVN35W+W+xUmPaDIBzDBRRAarBIrz/CWKCJIFR3Onllyu\r\nY4Dt+vgJ5LHEj1mYK8XI328luJLVWWnXz+JaOHeB5yYKtnkHNjEtBPyXxDOK\r\nyTCygRDEcIAlYRd/vdGHSv1LtJrV4Dr3HukI1GIIjusNgaRnNnrFBlmsKrHW\r\ncXaF12/K7jaSOe52BE73ClAZ40cQ81jBXbccg+BrTguBXDsn+xDrC0eb+U/Y\r\nQc7tWSZR9sUU7pbOH/0cApwb89kMzrXOkQXKgdL5kreaGM2Xt25MqaeInpay\r\nwu2RiZ74SwGwOiDXQK5EaoH49H9LH6zrak8ragpiw26k4ROJEYtOi/m7TDsI\r\nj4uuQChrIdKBLTUle/wGmibhPj2wxWCzIiy+e0IYGLN1DinyXYnrzqL/tPN1\r\nmUotB2Q2Aw7wiYMmFiRZlFQbw7SSMUc4nGU=\r\n=iUNj\r\n-----END PGP SIGNATURE-----\r\n","size":4488495},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.6.0-20220929164943_1664471438569_0.2954593230439313"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-29T22:32:07.500Z","contributors":[]},"3.5.0-canary.5aa48d0ab":{"name":"@firebase/firestore","version":"3.5.0-canary.5aa48d0ab","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.5aa48d0ab","@firebase/logger":"0.3.3-canary.5aa48d0ab","@firebase/util":"1.6.3-canary.5aa48d0ab","@firebase/webchannel-wrapper":"0.7.0-canary.5aa48d0ab","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.33-canary.5aa48d0ab"},"devDependencies":{"@firebase/app":"0.7.33-canary.5aa48d0ab","@firebase/app-compat":"0.1.34-canary.5aa48d0ab","@firebase/auth":"0.20.7-canary.5aa48d0ab","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.5.0-canary.5aa48d0ab","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-wz00qAc6uEd1MV3hFGFMhNxfjFWqu/KtNHz8iQFgQaWl6iyMzM2Pbar+qX3SgvmXQLj8Tv2Ea1z+C9xqWDubvA==","shasum":"71a2497af2ece1b8de8e513c5f48b0dd0b91710f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.5.0-canary.5aa48d0ab.tgz","fileCount":1523,"unpackedSize":23779955,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD84jXxO7gkCv+rOjfmc+qI0tQBudGgdxwZviFofsPWuAIgcpmzpeYOnojrLRVVoYJM0e0VkUh0rQrece26HYG9b4g="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjO2YTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqLABAAlXhFd+8dTWqOtPLoXLoU62N58ygdtk7C3oxKDDd2MzZT09Yo\r\nKUP6ZVdLuwVL19TXOXrEpNzUWrQbNSOPvCi/XLbVe44KwsO4p0as2fq4ARRx\r\nbGpJsh1f3YsC1WpLF+avwyRygcgbvfLj6nQ6GLaZ5MZ9D+Uot5HB/Tx3NzB9\r\n9ahzWdt4y70epSPl6cmMCXyFBFEzVcNuYkA6vU48A9gho7ltQ9KFbPz4SrVL\r\nB0B7xqUuUWzrct5MzGDj0bTCtAST1bMnE8UOCusWIIrCTPl58WyCTlbzN27m\r\nhkSP3FxQl6O3tkYaUawtmdKaaRxy8wzFktgmM0cwHXjxtafT6yU6vIbA1YoK\r\nbRL4GMuAnvz3suGsD9YgRkcoGydj52PI51w/VcTNr212Lxwq7ZGvKUYopr2T\r\nrJnhIr1akel7JyEZFcBREsnPy1cCx42IpbF3AQbOzhd2nXULws443GwjRUMr\r\nNwFjjpjDNvVkoY8/HOX5GmF/g91DfwvV4CsVkgj+21leG9jeseLj6OqK9yLT\r\n2JDBU/zmDV4nCO81RcYIm3DiCh/4PwZmV2ys2tOhqUU8m8EdodKGG5Whi52q\r\n/RjRy/84PuOqdAbJ0db9m0UwEBoZeuKbFon71C2WJwpD9xWYg0a3gh6MQhiI\r\nopFHqoTQEXyVygIXDFiDmFMFjBvnjyNNAnk=\r\n=YyY6\r\n-----END PGP SIGNATURE-----\r\n","size":4488045},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.5.0-canary.5aa48d0ab_1664837138951_0.5979060234015616"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-03T22:46:34.531Z","contributors":[]},"3.5.0-canary.629627fa8":{"name":"@firebase/firestore","version":"3.5.0-canary.629627fa8","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.629627fa8","@firebase/logger":"0.3.3-canary.629627fa8","@firebase/util":"1.6.3-canary.629627fa8","@firebase/webchannel-wrapper":"0.7.0-canary.629627fa8","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.33-canary.629627fa8"},"devDependencies":{"@firebase/app":"0.7.33-canary.629627fa8","@firebase/app-compat":"0.1.34-canary.629627fa8","@firebase/auth":"0.20.7-canary.629627fa8","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.5.0-canary.629627fa8","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-/IuA4euUB6Y/bDbdqKHSOFF3cUC8RUg4pE58zhh2+ZK3JdYbICvGSIqqoiMWLjK7LwQNLYagPGIUlYpx4OG9rA==","shasum":"201945e89f4f6b8f3f359931d4e508093cf2762a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.5.0-canary.629627fa8.tgz","fileCount":1523,"unpackedSize":23779955,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEhaHoBk9x3U6wn53wZ3HM3oA7ZSB6IDj5QdsLUrWjjpAiAipgMl34YNOz22w0rpS2nVSYTLJKittxhgS4zISMGV7A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjO2c1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqKaQ/9FHFKK7j6Ufkg/mglnqzl4duGdsDnkcabPtkhlXQeswvi92Ur\r\nNBikfcI4gydVg306yMS5Khh4QFXNCtAtG7MnfBRmSdzO6t08Ia/cxBdsvWMW\r\n223+L92KTNdNF4/DS7Bl9z13KCt5e6Ytv1gSQRLc3dqdbNAjVv5zf1Wvwxr5\r\ncKFGicHrwqu8DeMSxKkPGEIWGixk4NS9r+S6RCRbTeJDY9kvJkD1GoOSg6Pe\r\n9QAaQjStqa07rbVMST9NOBG8Pbx+0FUMlAVvSXXDfRlOaRPUogIN1v64fM4K\r\nHfUPydCCpk4C3cY5o7CkTMVaSfrD6H7zqNolmI2DMbg1nz/oTi/CgUizewaB\r\nmbK+HR/Fd3YvX7n6BJIK2bYiXIhmSJ1WPnrYuaN8l6AYZZXM4RN/WDPK4qOi\r\ny3yUTbYkZ9bjbLOkI7SFusVpqWQACBmio+gOzkyboTSLXa/CkPvgoEQMBPe8\r\nJKcoVJ0sjeOWhGgviO9jJKNK9yZ6KRUNiI/RIJ/cdMuTEMxQn3pY3DIKJJpS\r\nCzoCpB+8+2oP73FztPSWg8uPZdcDjCMfuH15ytKuZRXBDG05/udMc4TQs2U4\r\n3svZPqVRJL2R5GfnHWCjwZeONlnUYC+MD8VhEVzxrr2y6+vBKZjeE9h4bVTd\r\nJFxU3vOEfe0yF+FTIMDhwAv4DT0XnOAtfoI=\r\n=CnfU\r\n-----END PGP SIGNATURE-----\r\n","size":4488067},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.5.0-canary.629627fa8_1664837429037_0.6700149861303719"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-03T22:51:14.158Z","contributors":[]},"3.5.0-canary.34ad43cc2":{"name":"@firebase/firestore","version":"3.5.0-canary.34ad43cc2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.34ad43cc2","@firebase/logger":"0.3.3-canary.34ad43cc2","@firebase/util":"1.6.3-canary.34ad43cc2","@firebase/webchannel-wrapper":"0.7.0-canary.34ad43cc2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.33-canary.34ad43cc2"},"devDependencies":{"@firebase/app":"0.7.33-canary.34ad43cc2","@firebase/app-compat":"0.1.34-canary.34ad43cc2","@firebase/auth":"0.20.7-canary.34ad43cc2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.5.0-canary.34ad43cc2","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-HVBcRkClvXfUvbAXG7lssRTEgGUShGv+RpgMXPVl/P8RSti3xV0tNb2XCtVD+HMpy9A6vk31YOIJR21TJKyw4A==","shasum":"52718d6b2e7417a5233ebfa5208cf3d65a27f6d2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.5.0-canary.34ad43cc2.tgz","fileCount":1523,"unpackedSize":23779955,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID2YbmYa7CcwmXgh7Nsr2rHB8Z6ZGlpKprF0RmPO6/DiAiEAjoeTBKCjXdimw9cg4m3r+9zt+VirfTEY1XuqgKYpy2Q="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjO3yfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+2A//fB3uR1cBsoZICsJZfvQuVMmMafR9GOwafPNJqny8Y62PHowg\r\na5I9i+ut1I9auSNLOzYUVumWW3mlfW5uRhFmaYvXo4YQxEYlSQggCJYz9Czy\r\nNQlaKh8x9shC7cecNBMdD7kG5Ftude/h7Bq0jX94RRwpJACEIsKLYXuRmg3V\r\nOghEP7uxNSMPXgGHxdwFqeD0rcWl99hmQrjNRA6mNvtecBR5xoKB7/EvLgPb\r\nn7nBj75HFuh8/aAWUnJUnrp43gCwEfkRiVDqaJOmPNPAIfHK0zFjUuqLbh/z\r\ndiIrtRH5RszuK7pqW8JAQdtC/HKAi/6WYVyikdb6htDGre/B4fhUbY45NrIn\r\n/EQjSnIgrdiDl02U8ewM+FQLB8L04w92E4UFPrYca6OA0W/LRvHLziK267Cy\r\nW4RTH6GSyTnPGTBP1yG52sSSPTPIsMbCp8yu5zBcEhszGwl0j3M7iv1casPA\r\nlghb/O+8wNx7MqxthIDQEWUMcLWiqLhGSy0CuHpLNprgdr26lKmS4NN4xBnb\r\n3EyCxZ15ZSuD3rjkYd3HEmWQk4dxBmqzJphheTD7Wwr94+ArJxrgU4+mqzW8\r\nygWhRaGw55WqTBJyQeQ7j3EAnp2kr6ZMdTKSY6MvdF78ARc0+fCIT7v5d8E8\r\n3OFZeWCl8GOa2UmzlvjvBONk7fFwUNCqsBc=\r\n=NWZm\r\n-----END PGP SIGNATURE-----\r\n","size":4488048},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.5.0-canary.34ad43cc2_1664842911169_0.6774408434954329"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-04T00:22:56.402Z","contributors":[]},"3.6.0":{"name":"@firebase/firestore","version":"3.6.0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.18","@firebase/logger":"0.3.3","@firebase/util":"1.7.0","@firebase/webchannel-wrapper":"0.7.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.8.0","@firebase/app-compat":"0.1.35","@firebase/auth":"0.20.8","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.6.0","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-vGeC2nXx/Ca+HsFhBLzz3jX1v571AZtNGf7AX0lMXeL+t0awWsAdq0ahkNRMjejhK5zVa68H/zg2RCO7fg8JiA==","shasum":"2a9e72d12d2245913500ace9a9e059abf4f6f711","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.6.0.tgz","fileCount":1523,"unpackedSize":23780468,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCW9pxgmfXCz8n4IoGS3MrYAug6p1GVl/zoYYBdnm83nwIhAMvFYE1aUsw1tjlKn+5LDWjjNnHWtwLIS54hMPBgcLqK"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPy/rACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpYMg//WAcWUTi9O9ZB8jXEAVonDvs7zHVwTw9s9O8ADJpPP0+T9Gql\r\n4GqRChhN2cCYjWcHawv1c7dcn5RIaXngLJnP9ln0om2pVdSghlPhFCbTpFEJ\r\nOj3qUrevKeNKkq4B5Mrlfl4TgFch1SYRd7TZ3cUjkpFJ9NS2JRQBhjJW/JOP\r\n6ylsRIkOR2DLRvrfWyDNth73y4stWCEMlzV7nBglWI+uZIJV8wyW1LG+VjFy\r\nPaKGX0gY+Pu0zb03gu0DwljlSba6ZE80ZNonWd6q2tTiyj69uhvwKX4JjznI\r\n/PV9vPUQkrec5THEfC3YCXb7pWNAVFVU3xAvtJtpr9YXYogbw4cN0FuJbIQz\r\n/bqJgDHfdfyop/+PUmkMKWR/sXR/71SwTpfKaPVIiuugeCJwOBu09NSWfG+/\r\nP77IuvpCZBGHN2E9IDakI8TzbZf94/NFTxit9lbRWS2iW3I+mf/72OEpZdz/\r\nnsLuz4bPW2ld1e1cTWK+dSZapnWm+y/XtISi4naJ5BJFe40CoRibZzLxrYGQ\r\npyqTLeFmgzN2G0mD3/RxG06FvU3W8OQp74jpRkBP3bwQqEA+HhpwhxWdJdg3\r\nDZw8g73Q/aOk0C6HkbXvlYEEFmsADGE0m64nGk8v4rrRb88dREv7PkECg0Tk\r\nPVoquBlrJt/2Za4YIvl4WtLTtbDdgAz2vz8=\r\n=5S3K\r\n-----END PGP SIGNATURE-----\r\n","size":4488180},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.6.0_1665085419080_0.19853449548646673"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-06T19:46:45.766Z","contributors":[]},"3.5.0-canary.4eb8145fb":{"name":"@firebase/firestore","version":"3.5.0-canary.4eb8145fb","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.17-canary.4eb8145fb","@firebase/logger":"0.3.3-canary.4eb8145fb","@firebase/util":"1.6.3-canary.4eb8145fb","@firebase/webchannel-wrapper":"0.7.0-canary.4eb8145fb","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.7.33-canary.4eb8145fb"},"devDependencies":{"@firebase/app":"0.7.33-canary.4eb8145fb","@firebase/app-compat":"0.1.34-canary.4eb8145fb","@firebase/auth":"0.20.7-canary.4eb8145fb","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.5.0-canary.4eb8145fb","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Zq5lNnp3R28gYIpi2+kbeP8X+XTTxLa/Q0mzzAk3KLa4k+AHWkcUHeIqhDFrMVFY+uOA3+899D/duRpvdZ295w==","shasum":"bd152d3f95cfdc973c90f92963e5b74dd9db3125","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.5.0-canary.4eb8145fb.tgz","fileCount":1523,"unpackedSize":23779955,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCSsTsydoUVlwYH5/JDRqM0Rd9ANyOSrzsidTa7wTXlawIgYtY5VV8HrxybfQmCQ7ieE1QIUIRzVjJjXle0cvbZ4x8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPziVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqjMw/9GGbYs6kHVokwOJ0NL/yMhJU8Tv+vIqJnaCjt+QMmaV+vpayP\r\nPs2GxupmFyylqhgSwJaFhVS9wZP1HahlEgiYf2MO2LU72wyVWIn9RCQpI8ma\r\n952pLu9dHMRkGlGhVaMQWYj+jILOiwqW0aNlPIoKNO1tMNPmNjfgtn+T8QoL\r\nIXSAQH+ltoua75OzTTCuHpKt6xWlVy5t2o1Ts7wZPTr4wuq6x4mpP9kiiztA\r\ncaVeYjJTTSW7yMEmcdCnGkK8dG/oec9uLpGksBl4+3PPbLSBH0aRK8xl2HoQ\r\ndnCdYdf9aqP+W6i1SNOr9TLxVEc/YmVtQYNIv2B/dPSQPq7BqG3ACf6ZEHds\r\nidea0vPcOtJ9TCdrSIuQ5FErLQjZcCzL3g0UnZ9HMljljf9csuf/noAjdEQD\r\nY/OYwWXEyZa/fs3vD01YJ961sfm750o/zVWg7KkIy0lSL7jRHfzq4CQXmNmm\r\nAWFLgnGD/X/1l0h3IDo6YA+49JKwwYrbtXM7r18LgvYLGpfnV/mFH8i+lzt8\r\n/OyW4IzAkO/2MoIWmb07AF46+7iPX74rJRToBH2+aPQnzrPHOmyic+6DntKQ\r\nJV8yZ+8DODKdNArUXdw//ibfTysRR35jWWQmwh/+zAy1BoSsiCY3k9CVPFE0\r\nWBeiaxva84HVrJ1meIvEC9fYNrm8bSZC45s=\r\n=jtLW\r\n-----END PGP SIGNATURE-----\r\n","size":4488053},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.5.0-canary.4eb8145fb_1665087636961_0.8656962000634538"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-06T20:21:49.409Z","contributors":[]},"3.6.0-canary.9799efe9d":{"name":"@firebase/firestore","version":"3.6.0-canary.9799efe9d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.18-canary.9799efe9d","@firebase/logger":"0.3.3-canary.9799efe9d","@firebase/util":"1.7.0-canary.9799efe9d","@firebase/webchannel-wrapper":"0.7.0-canary.9799efe9d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.0-canary.9799efe9d"},"devDependencies":{"@firebase/app":"0.8.0-canary.9799efe9d","@firebase/app-compat":"0.1.35-canary.9799efe9d","@firebase/auth":"0.20.8-canary.9799efe9d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.6.0-canary.9799efe9d","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-zFqWCWPFzfIbQMrgNO/SQgPWLBbZoWiZSoYyLkqvXlHLKOQSZm52TDqLY3efUiiRoEPqfIVPSPmwpXpDHmtNnw==","shasum":"596ca65b63f23d359617918de213611eec585778","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.6.0-canary.9799efe9d.tgz","fileCount":1523,"unpackedSize":23781263,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHqGvE2MBNuNTGJ6XCDlxtxz4VURdH+6sL5t3WbnFSh2AiBLVA7hrSeKfznCwNA6BGD7R7Io5F9DR4Ye9lfWFAHglw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjP0KHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpfyg//Xv1porOzqZXMAFP4iX3+Wl2ICgcV69PEWA3XwYHoN1KsmzJh\r\n9L44tLOWK2CPI5yWOVnpkBrKZQmDVLaUPgGNqSKTXLuTuKyeSOnWqFnydwZO\r\nVtpPzX+6opoW48J/Oi/j+/Vto97/7rifdtyB3zNyYIsHQy77Nte6CJCUbpls\r\ngV0xFBmQqU2RWeGMe4SRefUGwFxZDAji/Ics1r/k6X1YTbyc+ZepbGLlj0U1\r\nC+8uB1LrDXXuxxfELYav1Q4mxCxJ2FMfbrhikgo2pIT5MwTGfuPl9/mRS/Sz\r\nJdRsMOtw0a805BmHZaMtC9zDgaXfl5moEQ7v5MQZKHVDr6cHgCOXPzuoPmfR\r\nRFCJjB16InmcJS7yX7+A5tv9qQfMtrj0LjB6HeTZXF95mB0yNGT16aM6X0jh\r\nuzMDlN2gvU9nEJRmiCmChoXwP7Zh/v5Yu41Kg+JIVxGLqLz/TIoh4oc2qg79\r\nWgl3C71V8NZ5/0R4D4uYLTnwtQotokaEnzsPqc0CM4xa8a7ohQiKA59utxDv\r\nmVcOUFhO/CrIUn3+ycSDi0mB/gxJArY2qQ4sZZILmf2xQlt0gH/XTqW63Itl\r\nuQ0HuYJvxvcHy5eqarqePoV08IU2Tjv+TTMUgoKn6UKtG1GJLRG5dVuD8rVG\r\nxcnY8qxduUH7TWtRKi0m+e4zMF7eZB/M7uk=\r\n=o4+0\r\n-----END PGP SIGNATURE-----\r\n","size":4488474},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.6.0-canary.9799efe9d_1665090182545_0.23395444593849524"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-06T21:04:01.447Z","contributors":[]},"3.6.0-canary.397317b53":{"name":"@firebase/firestore","version":"3.6.0-canary.397317b53","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.18-canary.397317b53","@firebase/logger":"0.3.3-canary.397317b53","@firebase/util":"1.7.0-canary.397317b53","@firebase/webchannel-wrapper":"0.7.0-canary.397317b53","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.0-canary.397317b53"},"devDependencies":{"@firebase/app":"0.8.0-canary.397317b53","@firebase/app-compat":"0.1.35-canary.397317b53","@firebase/auth":"0.20.8-canary.397317b53","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.6.0-canary.397317b53","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-4EzVHDkXjgCm2n0BGZ1DeHRIF/8qdrQeFFQxrPf0lorm9+RkwCvpdvpo1bo4gi+2WZeg48Sn75spQ9jzw3SJ9A==","shasum":"16efb755b753b126dc1c631a705ef6e411b7f5c5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.6.0-canary.397317b53.tgz","fileCount":1523,"unpackedSize":23781565,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDeXq5vrM6PCsA5ozPtayXdBnwn3nXujJpjRuWD7bcyAAiEA+/Mfax6YIzHa9SWmEZXIM9gYCSjt7t6qR7TgkxIkuDs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjP3MbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoyRA//Wej5JVlszkF504cEfenXUqKIOa+1yfuMZCt5hSWbYjSgoCtL\r\nbOhlLKNhDiETClsJQiraU/MsurmdLC2txlLEE9eKcn3RPRcY+cIgkPhv2o0i\r\nnTQl6AtaD13gkdl6XsFeOm0RR9HQvzMHUtDGf8SrDwy4iyDQznGAQeouBT7f\r\n2OtFQrA71UW12KhtTYOt8NA4GLmPS/qzOKvh4ERDpVe5+YqaS9kw0KvCuTtK\r\nMVUCL3YaHI2ilLGuK1ZvlVb7Bes2x/3nAAIjOtLNDQunbqm2O9NiNlU1TuZ5\r\nQpgybXxefAkgUx6/lEJYhoJ5L1GBJyylr+4Mzl9kk6onb8qGDEbgWdkw3/Gb\r\n0dYP5jhkK+VQ9bKrakYLpfio57HQwfOHElXm4TLHt/nQniTz11r8in995Csb\r\nn3X2H/t9dxeV/f/egcp0q8f/l5C8dOw3XDYArZyekoq9pqJ5SyjI/bgRHshn\r\nLhGJ3dLHl9xmcLou6OkqNRWJqIwC0XB3l5VZ33QXY97xCwnkTvYLpUSDMZVK\r\nc5rIkREgyTTZL+OqeK77YzwWqHFjWRztBHQnpJPNMSclQBa5Te2sYl2rWnX+\r\nttx5YKBjWS2i4jc+arelG5GVRIEaRT5SRVMjhcfGfPAtYyvyn2T4qe5og9CI\r\nh1AhWF2PCp6W2Mhx7VrU+Alrd1P4c8kumYo=\r\n=Vhli\r\n-----END PGP SIGNATURE-----\r\n","size":4488617},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.6.0-canary.397317b53_1665102619556_0.7172924978918609"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-07T00:41:10.247Z","contributors":[]},"3.6.0-canary.0a112bd2a":{"name":"@firebase/firestore","version":"3.6.0-canary.0a112bd2a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.18-canary.0a112bd2a","@firebase/logger":"0.3.3-canary.0a112bd2a","@firebase/util":"1.7.0-canary.0a112bd2a","@firebase/webchannel-wrapper":"0.7.0-canary.0a112bd2a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.0-canary.0a112bd2a"},"devDependencies":{"@firebase/app":"0.8.0-canary.0a112bd2a","@firebase/app-compat":"0.1.35-canary.0a112bd2a","@firebase/auth":"0.20.8-canary.0a112bd2a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.6.0-canary.0a112bd2a","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Ao716UO6RyjQIG8NBJR9iRUDezZ8YC9IupeNgiWZCVzRjRCPvMbVUdyDrFkxQrP2fjYtXheF0WW2taX7QB86Hg==","shasum":"ee6b71de6483be01c81bce269cafa901ef88ef60","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.6.0-canary.0a112bd2a.tgz","fileCount":1523,"unpackedSize":23790417,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC9snwvma6e5migFFciEsJnR0/5hpjaLL0uACewO2CdiAiEArIpSZR27e1M1sfVAOQHjQs8YNwvcIkdVNq1ygZI8ZbI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQIYKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpdTw/9Ecxt4OOcPgG5q5OUsGLITUiu1F0PZ3wCSWxrgEZAWuBPqjmf\r\n6IfgK2pWGLti+wVz2KJSttDyjgIYpPVtSCgfVeNHJPRixvVc5mKF0FO2rSBD\r\nOsBmgCC9jODvl/iHp2gMbg7MCBlTkpBzyiq57RCMmDqcwmWxRZUwSqrcSTJ2\r\ne43Uw3PitNcvMzhPAwn3HbsVz4AZDDnkoUEJGqC/mQGiCbEnp+YFKHO89gdI\r\nbj85IO03JfWeTOwG+mZzQDw+Fkt7PcUiNdhJitYoClTCMENLl7Jv4q5SVUHl\r\neSvFSKw0V+VxE+6+bsrMYV0Nh8EuWsbLG5AkliuTVf3SWwiw9cR/GtL4SKUj\r\nw2pfH6Aj1VAE7HYm8qj0UELVFXpqYndWf7eD5MN282dM7lztr7pGqDxM4O8D\r\nsQiodSgcX1kLK9JKzUlP8YEOFgxQ0rEZt3sCZ4pTHqyqW+vaMtzz8xd+tx9L\r\nv8rOvUhCqUtlf6ouy2XODsIVoDNRkUPnpVSSReQgqZjhBOJHCPvzpsC9Bb3a\r\ntgr5MJhbeIVu3Mk8jwMZR8pM2w6yFkcAp84M57b1fDXZm1xsSs305FXP8waZ\r\ncXm3ScE6ngfnJXXkwoh2gdUxGNrvJ2m37IJMb15OWNIMMzkTFTx7qUvKUOxt\r\n82G6CjW2B58HXnoJniElHYN3Dpk9Emw+3jk=\r\n=uTJp\r\n-----END PGP SIGNATURE-----\r\n","size":4490545},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.6.0-canary.0a112bd2a_1665173002510_0.6529978159175898"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-07T20:04:14.489Z","contributors":[]},"3.6.0-canary.29d034072":{"name":"@firebase/firestore","version":"3.6.0-canary.29d034072","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.18-canary.29d034072","@firebase/logger":"0.3.3-canary.29d034072","@firebase/util":"1.7.0-canary.29d034072","@firebase/webchannel-wrapper":"0.7.0-canary.29d034072","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.0-canary.29d034072"},"devDependencies":{"@firebase/app":"0.8.0-canary.29d034072","@firebase/app-compat":"0.1.35-canary.29d034072","@firebase/auth":"0.20.8-canary.29d034072","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.6.0-canary.29d034072","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-jE8zZ3zGtjrcULrJ01sSWqiL5Lux26CagZs0hZJM77ObheoXBom08URAktyX0xWICskoNJIEAkd4CUcQTjQXQA==","shasum":"1c36ef8e6e45af4732d9cdc679abd143ee0563fc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.6.0-canary.29d034072.tgz","fileCount":1523,"unpackedSize":23790417,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGXSUT+3koFcC4zHycS7aShtwreV+Haixt9unUsvkMBdAiEAkW2MRq8np1ebe690z642nVsCYI8KXbhDdxZTtNQfDqU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQKknACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpqXQ/8CjNf5YklB2Ach1o6z5M8uj8TDb9hBHU2VYBuGvCkK5DANiBZ\r\nHavp+ZA01kB99gqgo3Z3BTaQnoV6bSIyf7EMmVDORXMYR3F+Edt9ibKLBRU6\r\nCKHocSHtPJTrsZ0MWpr7xWYlna3L5lK2i6Nb8xwufq8pKQMADGrRTRfXdBFn\r\nl9T1P33bu2IhbPcZSV2CdlhvmzvXb4GinTJlEhvfWJgT827SYjquhBO6x/PT\r\n1HDeVPjAS3YHaMQnj53jbEcnglwsGGfP2k8YmZVelmwufH+MKudi1esMzX71\r\n3aboRrK7urd3+PpNFz64zghIyYxZ4I/oqgMuZjr8EoEHGfcqqTyxsLQGC6GA\r\nmhZyANA+tq9JiZkEsqavLu2e6vDzfSwlbK4ByuzR3sifVSZgwh17I8NE9bfR\r\nOrh3oGoEaS/Byl5UTQVwgSw/3Gx11CQcapAMSxIWqteZcYjdkOhX/IOgC0p5\r\nxYo90H6wAaBfE/hS15O43Wbei31LjYaUcgDDmIVBNkOhBUI4sRi07RB2sAeT\r\nqA8v+VFma4Kp1JYQIhNlr6IYMhoPrencahu06NTGyiWMFdhuhYvyUf1MhHgx\r\nq0m0O6KMT46/5fBevOT4OxjINrzhCwUcwdG5UUNFt3BxfQFXtz6WbPjI8XxN\r\n901nIqrnRuuQblgn5OCt09B3/YfuUXF+z/c=\r\n=73jM\r\n-----END PGP SIGNATURE-----\r\n","size":4490552},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.6.0-canary.29d034072_1665181991113_0.35927015050866085"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-07T22:34:07.196Z","contributors":[]},"3.6.0-canary.63f4eca8a":{"name":"@firebase/firestore","version":"3.6.0-canary.63f4eca8a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.18-canary.63f4eca8a","@firebase/logger":"0.3.3-canary.63f4eca8a","@firebase/util":"1.7.0-canary.63f4eca8a","@firebase/webchannel-wrapper":"0.7.0-canary.63f4eca8a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.0-canary.63f4eca8a"},"devDependencies":{"@firebase/app":"0.8.0-canary.63f4eca8a","@firebase/app-compat":"0.1.35-canary.63f4eca8a","@firebase/auth":"0.20.8-canary.63f4eca8a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.6.0-canary.63f4eca8a","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-RN14FrNGVxDmwX7m0BEkwVSC7p+1yRxvMHj7KhCVmQurAjwceUTc7SOnAlqywdqc8ZcDsVgwXo3kZEUQCfflqw==","shasum":"da618c92eba551a7e65fc598f62eeef896bdbfa8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.6.0-canary.63f4eca8a.tgz","fileCount":1523,"unpackedSize":23790417,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDm6CNPizB23t4pTerIFklQLXvtjV9JIEnch8g4d7rnzgIhALMwhCFv6QI55LHY1gqQlcf5BFOJX6mnnOMhJ0DOgInM"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRGmNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqyxA/8DcbDRgysJjopPLw1mq5UXqcIz/ys9ryifMT7gwGDoP3eUCpR\r\nO3y1mcGhvJFMJrbAopiwmDZlFFisZXAhpkuJm57uJkkGeVdbIWWot7jxKkmk\r\nqqzILNSg901Zb3UzCioglPFY25qfIg9wKi0wsdErq6Z5Ar89nk7Kz52M4cB2\r\n3O0JIrMKdAWHvPD2Q9uaLICpIL82VO6c+z5COiVHtNynIz6WDJu09Q7xBhcU\r\n1jUySyvOKtCKaFqBoTMa/v827drK0HbrfXMgG3ZF7NfS0GwZ4TVjW/l4mjv/\r\nwcIivG9UF1Fxh/ggnw/1wcmrQT02GZ9DCiFn+U4tfI2A4Ucz+/oWOaKejXwF\r\n8iBJrolx39Na9A5TtK6HxpSSC/bJkP+zVCVoE7EZbYy6C+BU9xVhf1lef5AS\r\nYi+sJBwnR1PyCa/1SoqjL+gshD/IMA+bpXdTxDSY4tZiaqemcGvrOB5ZTyzv\r\nBTJfznfshXcdgofjDE/jwB9H0/nHe46Uc8vA0ix22+Ak8eGZoGuIokfHJnpE\r\nmUex94jhIjiv2UV4XW9AdBPieHGOJzgEdQg+/0JGX49LyNOyCo59SDRemkv1\r\nFuK4wLyWy2IjUXiMJNKE9/iXcdPPUy7tW/XqLSFkv9dqSXBxtrNB90kPxo6I\r\nv3kokfUR3ym+AHNqa6pGe6WJFY2XABT2zJU=\r\n=un1r\r\n-----END PGP SIGNATURE-----\r\n","size":4490543},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.6.0-canary.63f4eca8a_1665427853421_0.06421696122629128"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-10T21:11:45.203Z","contributors":[]},"3.6.0-canary.1fbc4c4b7":{"name":"@firebase/firestore","version":"3.6.0-canary.1fbc4c4b7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.18-canary.1fbc4c4b7","@firebase/logger":"0.3.3-canary.1fbc4c4b7","@firebase/util":"1.7.0-canary.1fbc4c4b7","@firebase/webchannel-wrapper":"0.7.0-canary.1fbc4c4b7","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.0-canary.1fbc4c4b7"},"devDependencies":{"@firebase/app":"0.8.0-canary.1fbc4c4b7","@firebase/app-compat":"0.1.35-canary.1fbc4c4b7","@firebase/auth":"0.20.8-canary.1fbc4c4b7","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.6.0-canary.1fbc4c4b7","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-o62z4BaN6W/IUvkF9b0KTiGXCoDwmkoqFEdhgQx3uk4rXde6keZW2lDxmLBS4Cu76ILHYLNS0Eq7K3vg9sadsw==","shasum":"54f5ad280096559586cf2fbcd08b849932c7ad30","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.6.0-canary.1fbc4c4b7.tgz","fileCount":1523,"unpackedSize":23790417,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG6JNo/rHhPFLZvAH01yZhA/2+xvVUQbpwUu+UWvHXakAiA3gImP7rj8EtQIa4FCLJcpXJTQN9uBEEaoHfRzqS9gPg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRGoIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqY1g/8CAh11ox+iT5J1uky9yyCBn1Qod99VnKulmwreH7uRam2k8am\r\nTAgUf47mD9xO95fsrcTxBfu33vdzwBmSS//2C/n+E9I84YUT5egjcUXMjMy5\r\n9q9lUvele0CqmoqnUe4SYHx8454273z7YVv/ubw6nEGGnW9gw89p3coI8fEp\r\nzw4JnRYQmro2NkKR2KAZ3ED3XxwsSXUPnHFMWcz5PgL7u21ivUTWNFe7XJtC\r\nAYe+NCHFYTm4BPU2vlAkR+JxIMJN2kzuNScXZODGiCaw7xBdInZYGt2aTirp\r\nyAswEE/zn7DXePDai9g/iWh/uhYGAU8ewG3Je/mebYPWkDG3SCiTqLfN+1wf\r\n7O7ZJC94Ok1gGy2z0ie3OeZouOCqqHQgahr7RViMzPId8dBCRREEdhKBNrKt\r\nSr2MzSh6Qm/YSCAQAGoYeMlUtjcW/xQyes059wIQnO8j4vM4/3g1uIXx0Nj3\r\neJ7fvbqkJNb49do3Cr49cOkbspMQXQhmCTutse5ABK2jcGf+3Nr6u0bA1eJq\r\n5DL9QNW8z7M1YJMWAdxnnmXGoZN3vow8NDYEtqI9Ai5HSOL0kbDOSpSvc15a\r\nlqSz53SLL3HAcQt2dn3E5VP9DSlnZZYM84bZaY6kG23oae4XxeTznwrrMOS2\r\n7hP39x/U3gQbXQzeIPQYOt5i56aQqbwKcD8=\r\n=wfWL\r\n-----END PGP SIGNATURE-----\r\n","size":4490548},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.6.0-canary.1fbc4c4b7_1665427976443_0.5291541580307237"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-10T21:11:45.776Z","contributors":[]},"3.7.0-20221010190246":{"name":"@firebase/firestore","version":"3.7.0-20221010190246","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.19-20221010190246","@firebase/logger":"0.3.3","@firebase/util":"1.7.1-20221010190246","@firebase/webchannel-wrapper":"0.8.0-20221010190246","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.1-20221010190246"},"devDependencies":{"@firebase/app":"0.8.1-20221010190246","@firebase/app-compat":"0.1.36-20221010190246","@firebase/auth":"0.20.9-20221010190246","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.0-20221010190246","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Uk4IGvissRfCH2fjbOfD9mte+5dCJI8EToKgDGQBXL2KmBsvUQiEXaEn6JVPpUmBaSyx1nQtfl0+34s328flqA==","shasum":"5a8b2ff989796e5463aa861e226659329077f13d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.0-20221010190246.tgz","fileCount":1523,"unpackedSize":23791400,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBP1XwV9dfMmD5ZrHpAPnPliNT5ik4LkuzbhWX+pQ97kAiEA65YLHF41dIwIwngTvvd3X85TJEjBl1dI2DgrFKfak1M="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRHPlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpKcQ/7BGntM1dVGCqjStOEmXtxyKBbBjByGlB/IbQuNa8P8OX/Ygso\r\nB7nQvATIG4eF3gWdtcYSd+sBa0BnX7vl0Mu/AcDYsmoWFCjXpx6id/qhVAog\r\nkGuvTv6phlSfI/7bHxio8it6wH+1dkpfbuoNynGEJtYjz2x7M1iDoMDEFJk4\r\n3g+o3sweCxu+RH1zyspWui3R9R+icOm05dkozYA4BQvyMO1NUfmd+WaoVLTC\r\niZJ9pdx/C6ExrFz3yer2LD6f1JoSfa6etTTkCoHAHFqOv6/Apz+JoCB5bmN6\r\nAAU/wEAPh7rykZamU/NKwNdgI6w05MTJrhZjBm+/PD4eZyWGpBCIrzru3Qyg\r\n0bFXj5ub6IuED9rwHv5CqfPwxFhCh+2qe+Q5PoXFtJleO29wsAM/MOOOVhN6\r\ncJPLmiSQQkP2bM4nxhlFg6fe1MRHSxFGfGS8p+rZnhySQKJFjeSrrqlsZIwt\r\nN4ub+cPRH+sj6ysBXrLKcnFzdV+9DVHuTTcG4LG+f2nkOZ/H4GX5DMYFpP6K\r\neSLa/RRawReWda5XzRqLBig726OVFIbH+CXWn3KZVhaTmCNYU4gdSsKbmGG/\r\nH40NDHfEzUZGpOOjpUrPcykFpOIa+Zce6wnHFKG61kAD14ZR+ly50JMwpu6o\r\n/orNT8pGN3lwGOJpXL7JS/vuMrta+cxXeUQ=\r\n=qpst\r\n-----END PGP SIGNATURE-----\r\n","size":4490760},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.0-20221010190246_1665430500767_0.4400703725021897"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-10T21:11:47.421Z","contributors":[]},"3.7.0-20221010203322":{"name":"@firebase/firestore","version":"3.7.0-20221010203322","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.19-20221010203322","@firebase/logger":"0.3.3","@firebase/util":"1.7.1-20221010203322","@firebase/webchannel-wrapper":"0.8.0-20221010203322","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.1-20221010203322"},"devDependencies":{"@firebase/app":"0.8.1-20221010203322","@firebase/app-compat":"0.1.36-20221010203322","@firebase/auth":"0.20.9-20221010203322","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.0-20221010203322","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-rjyXFi3zmePg3maAMuR7htxoXbaYUaKr1ZK68PRImBpjnU0nQiMXDyN+5HJh6mGlTu3HYcSho5eK1BMAwm9hXg==","shasum":"59fd2999d2fcf190a79e8b192f437fd5f1dae192","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.0-20221010203322.tgz","fileCount":1523,"unpackedSize":23788819,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC6KwfdUify4/l6m8ZCxZv5sO1FaewyWvd9eX2XRkT8BwIgFFYTECL3V1md9KdFcif6RB0Dv91D+K7b9WY7hB0bTT8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRIblACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpd9Q//QxFya4tFTFNXIXxRQcnePq5pk+uous+qQ4us/KklA1pQmVKi\r\ns+E3jAIgpvXnyz2u/fFHHFaZvGQ0wv3ViWWGXOzGm4HcuT2DPQrk2f96FnNw\r\nGYet+DiWvrDm2iCKfnqZX3EHoLg8kWIcMhX2DKI41j4ob9eU9FK+BrrfayGC\r\nE/0Nwhn1OJE/WzUPhuuzDDLcInuFqXBzsY0oUjYlIuVE4p6eGLboXSYqTaZG\r\nyCWuVGYnAIsA9B316ZMwfTRrkrTgHaevRJEZtPFAyY0E3+LXPx6v4KcIX9Fm\r\nEpG1nse3Pj7y5JqTuljWyMbZyfJWGBvHrMu33oG5YlcmZMJyBZpxINIH8DLD\r\nGn70kpkRFVoPM1vpgJUx4oAQHumr7kvQmww7E9kPhaBTk11K/jRXRKhPw8QL\r\nVJ/wsrLX+QE/WLK64O4r4uwOqSBIiAHlrJtNunWqM5gkw0EonT4l6hDNMl8J\r\nOLSZaotRL2NVefY/8YSdfO4uQWiy3qvszdNgkIYozBaMoMtwHV/jeWClsNIm\r\no8ArVvnnjF+31+QHTUfGhfRkS4+2O3MA81CZg9v/OG1GSRUJGxd0aHjVLYkh\r\npYvVx/06RaSLeU7esL4+whKgIIYhuhjNSUfGjoPY5QigTXzNpRgGfHE+guZm\r\nPuhIT0yhbBAj8YYirXGR5yV5APlUkqEXKsU=\r\n=dZOK\r\n-----END PGP SIGNATURE-----\r\n","size":4490059},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.0-20221010203322_1665435364837_0.4558199122665674"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-10T21:11:49.181Z","contributors":[]},"3.6.0-canary.171b78b76":{"name":"@firebase/firestore","version":"3.6.0-canary.171b78b76","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.18-canary.171b78b76","@firebase/logger":"0.3.3-canary.171b78b76","@firebase/util":"1.7.0-canary.171b78b76","@firebase/webchannel-wrapper":"0.7.0-canary.171b78b76","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.0-canary.171b78b76"},"devDependencies":{"@firebase/app":"0.8.0-canary.171b78b76","@firebase/app-compat":"0.1.35-canary.171b78b76","@firebase/auth":"0.20.8-canary.171b78b76","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.6.0-canary.171b78b76","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-0ggoFOK4JBwXSQGjXR2kRY/Eedv48JK2rEbuOe1eHBfQ8CsJdatsFLtovSNbi8vo2GaLnbvq7P3WVd1EF6M9wA==","shasum":"bb8704df9fb5a7d3077eb975d13e8f447d9192fe","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.6.0-canary.171b78b76.tgz","fileCount":1523,"unpackedSize":23787509,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQ0OOsqeucgF6SVKKbZ0XUSAvdYXCkPQcXLAcDnC9JMwIhAJWVLbI/Naps3kfRGxyPWp/stQPfB/lZtKbst6anSVQ+"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRIe+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp5vw//QEw1qPxjxK82bjkwmPiFOVgrJd8pnNDzDI7u8gwc2GcWpjTe\r\n33K+/5pGNcUDtaC2PSqeNziKVXWq2YlUQ4pjzP7rIVZ5JE7mNQEmrykq6s4P\r\nw1FlucSbRmo5QkuLM6Oo9T2dKL1GVTveQmETu2PR2o+xdloMyT/Stul1pbBm\r\nnp7LwirkMX2wEcGB0GrhaBC9SA5ixMDKOtwZBgBkzcevwgsPmWSPcWXrbOPI\r\n7HvxRYkMKGHAbq8/bIJdukzuTQcFHbDmPVA7P/VRh++PBD0BTqaKxI87Xjk5\r\nNnZcSGnbIOIKzMtT5nl14hA6hayqHTq0Hu56IqDCXjUV4rJQAsxGZwWflWy6\r\nBSrHBOoTygTV9Zs9w7anMBrDHKqDXiYoaNVV5YjOoABiMw/4UfUAkdIugnxV\r\n+5ruFkmNKfBkjoKbGwsmC6tkhgqVknAAQkonm9V1FPDiptD+4elJwWXWJsG3\r\n57PAg8c4D4eNE+8tDp0C07yxTUSxUJgCD0ykqWP5OFwAZ3cqaaojxAR6/oVd\r\nFw0o+UTwwaXLxJAg701vHnfAJqMTsQaEaQQ3gadpY9y85aWHInDB7tqBu3wa\r\nZyOxK5pD1Xc8OKvJJa0wG1I2SSe4JR0zjj3bB4BhFN+3Gg+Y8aE2FIrXK3EI\r\n1CtwZzbUsk77oLy4RW2nA1jhWA+fmuzMafM=\r\n=AZLP\r\n-----END PGP SIGNATURE-----\r\n","size":4489765},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.6.0-canary.171b78b76_1665435581960_0.8695477945569421"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-10T21:11:50.686Z","contributors":[]},"3.7.0-20221010211037":{"name":"@firebase/firestore","version":"3.7.0-20221010211037","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.19-20221010211037","@firebase/logger":"0.3.3","@firebase/util":"1.7.1-20221010211037","@firebase/webchannel-wrapper":"0.8.0-20221010211037","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.1-20221010211037"},"devDependencies":{"@firebase/app":"0.8.1-20221010211037","@firebase/app-compat":"0.1.36-20221010211037","@firebase/auth":"0.20.9-20221010211037","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.0-20221010211037","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-3tvRNnfKqrqJRcYcvBdzE2FZKPCD3wegubvhMSogMoqO9c8GNQRIBCInXURgLZEjD1EJEq6olsDLIF8y9kiuqA==","shasum":"e19a42178bd0416baccf96ea278fe57f4656a95d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.0-20221010211037.tgz","fileCount":1523,"unpackedSize":23788819,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDP82yQMpA35K6n+cUhfJtgAzU4qyevsUA+xDbaLX3uTgIhANUr41hGJyyfyvWj9H0NFf8XDLs5p2OO5hTCMzThmkbz"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRI/PACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrzmA//Rq+RBuqBnpZD8UWED/2EaMKDnk0autzCp/jq0hEpO0w/kFFC\r\nvv8x2ZU6xd1ztf1BmU+2N2l9xFFyAZ15RaaSM0fvuNGksRLoO8Qz4v9YU8XL\r\nzH3DnPCdj+xJ3jbo6T+vdeB5ArpyRlXiE5vpPLMgzLXfSPdFnLEOzGpLcCzw\r\nuXAIHTuaX/uT0z5k1dIpP9WkXSZh78gQZ6GCp8XyCeVeJkOtH5y+tryTJr6p\r\ng5nbYjfq8uiSRYOSwFFsVudpe9HcuTJTdanj60ubuJa1TvIsu+1G+wQFSMkQ\r\n5N5YONbOOuThXbhopUg/2hTeYTqD5GpUEjnXQWUKv2LB8HG75/9eTR2p4tP7\r\nF078En7Z7y3F4mpzRE0zCZ2q1WpYAa0Sdp/mAUcyi7DuUk8ItO9ScU2c1dtu\r\nzMKEwsIiw5L12MD5wa+5M5z8sPYhvAr6gb5vM+0sXBlvlJkYJbgL3Fj0mOZW\r\n33cUaYNH60wEJKebgS9MlO//m4deL7sIxYHdVNZbrtyrr6sAfQh0yY0oct8d\r\nbnk0nyNQUiNzWWg+Sb3uiOq1KofmR67zLmJn7akqqfnedWi8JD6Ge1lVCDl1\r\nQv7+5u0M+HcTtgFPbGnxCw/RYGKScXmUBd0R+UureloKUM2WjQF6EetUgt0n\r\nEEEkblO9u4oiSz4+1ee8oOAFQlmd5iYlu3Y=\r\n=E4yA\r\n-----END PGP SIGNATURE-----\r\n","size":4490063},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.0-20221010211037_1665437647082_0.1161499640635697"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-10T21:36:46.472Z","contributors":[]},"3.6.0-canary.03d1fabcb":{"name":"@firebase/firestore","version":"3.6.0-canary.03d1fabcb","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.18-canary.03d1fabcb","@firebase/logger":"0.3.3-canary.03d1fabcb","@firebase/util":"1.7.0-canary.03d1fabcb","@firebase/webchannel-wrapper":"0.7.0-canary.03d1fabcb","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.0-canary.03d1fabcb"},"devDependencies":{"@firebase/app":"0.8.0-canary.03d1fabcb","@firebase/app-compat":"0.1.35-canary.03d1fabcb","@firebase/auth":"0.20.8-canary.03d1fabcb","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.6.0-canary.03d1fabcb","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-0o1w+PfThA+lqyPuWJwn6bxNxPHXz63/qwT9AEkKikI5UmUtOqiE8/aSbFfRT6FQFdpAVlilXuo+NbFpzjsoyA==","shasum":"c600927be2e8ea010988df458f53c7a9ff41cdbd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.6.0-canary.03d1fabcb.tgz","fileCount":1523,"unpackedSize":23787509,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCxojocjwd7lCUh5vAWYMWqHQ5aYfMMULhhe1JNU2FUSwIgOXCdSqop0qSX99COwdeCZ9Q4NZgTjrCSaMJYfHerPx0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRKmLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+ow/9HRtT3kstPNu0HFgoTYd5XwpFcFZm5CAlYStC751fr7VS568l\r\n/4FD6RKxysSDZm+t2OF7F9e48Qv3BrShN4M6XYqDSkj9BJ+MCVWfrduAzdDH\r\nlFIG1UWPa6wzwI7o7/vD0z6WefLnVhfaaw5pkHLXyHfqrG5keMtEmIF/XAm+\r\nGL8YBa100zsMEQdxwLjXD5ceWNMOPGciZsuHNntb2GXElmvbelRkTzjMU3kd\r\ny1QUVU6ft4x5aj7ZDPQVGIxsAYsCp1Igb6YcPWo3zsCXNfPcKXOc22goH2t8\r\nkhkVQsqsTFKoIVXJuAJuK80uKzxRrscxHVpPeaOnUmky5vlanyn6M45OEbuh\r\n5jxDEqLf1yqO6GPdC2BbvDyB3ZDZ0vaZLhMU1evQvUlhIDh+LE0KNhw+mBa2\r\npQfxE2OgidmIeVGnqvP+Do+6u6dgh60uVYyhb9vsnyUEp8BKCpFy+Xmj5xTw\r\nZabjKkvpc7mKzThKGRepEvBUlrA8Q3ZpXM2KS9dPAOj7qWU+0OJExDiwipvO\r\nj7VnkkxSiVZV4EgmfzchMSaMuedsehOIEVroddd2DAWJ/28IMQgEa+9xTwrF\r\n9T20VcfHYycp70vXm7qsrQNbYQO/vdt5EsO3eTXK0zGt+Rm5kECGJ+bOJ57/\r\nXzG1xTLwlEuHb9VwmsB0+uQZ74Tq9U2sS9Q=\r\n=Xsyp\r\n-----END PGP SIGNATURE-----\r\n","size":4489748},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.6.0-canary.03d1fabcb_1665444235532_0.29555187071306976"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-11T02:07:51.158Z","contributors":[]},"3.7.0":{"name":"@firebase/firestore","version":"3.7.0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.19","@firebase/logger":"0.3.3","@firebase/util":"1.7.1","@firebase/webchannel-wrapper":"0.8.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.8.1","@firebase/app-compat":"0.1.36","@firebase/auth":"0.20.9","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.0","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-la5zbC/1W/a0ikapQgDy0QqaeK6sTIqZYzrmvrI0hDZu9XcwqoXbudvI+zD8r3CqV0w98bxyU5ADtJrdaNBgzQ==","shasum":"5293b75f4f64d6e69deea450aa7934406f37c32c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.0.tgz","fileCount":1523,"unpackedSize":23788030,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDQ+rHvyCFFfoKyVzAma52GM+OsFV84qruAAf1Rnp5OzAIgKIPSmgT1Tu7Ypctt8rk07ckNqqWrkfh8y8LPxttBTlE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRbuGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpzChAAidtkLmRhln9RSK+ml8xoH2u2l0YFaOHcVQ2omq9FLmtcmqFx\r\ngCZchr4KOQclMZrZYsAMbZWue/bzFm1VE9t1qxaKQIj/m2A66tduD8JTWO/s\r\nRy/qbM7rTsLjbEzi4e2trn52VNr+16nLG5HM2Am+il7XKyoVUP0pjBlOWhYe\r\nbOi7ElFREaSqjL34RIovsZV2+mCztLYUc/EpLMbtpzUoX667OpROAmcvfYjA\r\n5zSEAv/dUAwDfKVw3ynfHYn9tfEd2Uu36we6zZkvKQhVE9ziiFBCjN0xtivT\r\nHtpGxzGYKjto4LNjAaK1bSyqyYqTbYrPKadbhsPUkUeThP8ZNaiKMXJWSiHv\r\neKNHdwjry7s3Qm1huyN18mpuw1Ug0Pju5FgPprMxi4EXo7QkAHAD+MdTzhX2\r\n6EmJtQTKPb+wPD76DHy4Ac3LEdjAT2jcGWhkkSxdaDiYEcomkNJyP+lZpwVB\r\no8HwraSQzk5HknDAf+qW2xlCTyeeqvyhGFCpezBNKifmZ9//UpWOUCs2gJBs\r\nzXLEguN1juJfOugWwFNjhpnY2NOLCRapG7PcMpY1LlyXKOORHsvgBjoYfAK5\r\nHF+nkfjR9Txu+uw/hVvovUpQy0TrUubU6/kCQvoWe3v0M268wbdy1Uk98NpK\r\nNVauHiN2lrSc5Ssi2avhmXODHpUmqj7mu/M=\r\n=vxlg\r\n-----END PGP SIGNATURE-----\r\n","size":4489788},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.0_1665514374595_0.8632207342888589"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-11T19:36:49.370Z","contributors":[]},"3.7.0-canary.9d0632b3b":{"name":"@firebase/firestore","version":"3.7.0-canary.9d0632b3b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.19-canary.9d0632b3b","@firebase/logger":"0.3.3-canary.9d0632b3b","@firebase/util":"1.7.1-canary.9d0632b3b","@firebase/webchannel-wrapper":"0.8.0-canary.9d0632b3b","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.1-canary.9d0632b3b"},"devDependencies":{"@firebase/app":"0.8.1-canary.9d0632b3b","@firebase/app-compat":"0.1.36-canary.9d0632b3b","@firebase/auth":"0.20.9-canary.9d0632b3b","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.0-canary.9d0632b3b","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-GdmQTkxLHa1xafJSk/SV8PTF+QWrPtU/ffNOjmeut9uejPfnnKLx77M8W4gJfiNbP/HdpqxmgUUDmWuTga3XGA==","shasum":"81835f95d58351f513bb2f5bb5d51d8489f781db","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.0-canary.9d0632b3b.tgz","fileCount":1523,"unpackedSize":23788825,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC92gHzriKOwQhugnYIKpdAvnOr5z+GtQRql20+ujfNDAIhAJgSxLaGXKjraYwIEZN+uNj7sVO0Kk5AD6bRKifKirCH"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRcjrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoNYQ/9Gj6sdHl+XmUGJzdx96BcB8KIh2raS7ncJCWC2iTdk+X7w3HG\r\n+rRwqt2XgztVqq9OM7k0pggnqXnEJjSIm7LT//m8va7QMQV6C+mII2Esfcja\r\nvUgCaFabj65GXMR3NF5aj4zPXaAzspmmLovSIms5xNCYgklMf2F0+P0RoXDY\r\njNm8UKjrXFTvy4pi0oeiI7ChndUEhCHRB92IaBOPxVx24/Y1tB//2zw4Cmvd\r\ns7AfpQfupGamJBDSTEWzV0E57CUbcUeHi1/xx8i7hVCI0T373IFkULHSC+Pa\r\nivNVPXRJpDO2wZG3DciOtwhtbnXEjNaqsrvPM8qU9DJvKxqSx3UGDmTpA9SV\r\niR5gqEJDyNXPsufzGkDitjVprHTskaVjlCOfURy91gH5ewhqoyAVK9Y/jsvg\r\n1CLv4gCDLoQfYr4UimuysRE8HZBLRIo0UyRBrW+Crw4IUIxBnN+WraJ8Gjgk\r\nCNbaTAyO8XTLWnmOhLHfwlY/UuD5Lgd6XJpMpDwcZku3xw3YPgG02KO0fno2\r\n49YmYjfby3v2aNB4pfMcH8Rrs/I+Nv8Ze+Lh3Q5XlSq1kbVrAepw8odzyo4I\r\nN3DWQzl8sb53CRrZjFcpeOBYkQjLVWKljE4Ol1+cdl/WWk5rNBrY8Eq6LFPc\r\npoz6DENNVgH4iKEl/nrdfl6zcAIvj3nzo1U=\r\n=khey\r\n-----END PGP SIGNATURE-----\r\n","size":4490083},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.0-canary.9d0632b3b_1665517802642_0.7803038207943065"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-11T20:47:17.084Z","contributors":[]},"3.7.0-canary.141df0080":{"name":"@firebase/firestore","version":"3.7.0-canary.141df0080","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.19-canary.141df0080","@firebase/logger":"0.3.3-canary.141df0080","@firebase/util":"1.7.1-canary.141df0080","@firebase/webchannel-wrapper":"0.8.0-canary.141df0080","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.1-canary.141df0080"},"devDependencies":{"@firebase/app":"0.8.1-canary.141df0080","@firebase/app-compat":"0.1.36-canary.141df0080","@firebase/auth":"0.20.9-canary.141df0080","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.0-canary.141df0080","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-f34njVyYsGXjEnwQ4yamRSwFGbD4LtrGpJ60SyjyTFEyB2a1Eg5uptLIic3gCxUJFPE09JVIz3O3yGw3KOOczg==","shasum":"f8e87ae0350bb7e339dbe04b0c4df0a5181845b9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.0-canary.141df0080.tgz","fileCount":1523,"unpackedSize":23788825,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFzpxZViRClg2YUyqqc+/q9+SoC3uQAyGdlqgmFdMVY9AiBwDizwXBGgYUWQk5NdXbUpycI0RpnpFY0AnRXQMbUzHw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRdQlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpDWg/8CL9sdvzgxJD1X2z6fTNj1hVx9m/UsZSIkO0NWBgdME+syAmN\r\nm+SyzSnC2Yqam4xxHJjtywQPbCeC8Za0iKh/H7JPVvoLXqiKQ1YEqDLbQwrT\r\nGdBZAQDkVL+T5R8Fp7f1lMVUyADCWLjCTj84Rn1VfI8+hYX9HHxlQ2g7+inS\r\n7DtL/xQw42Cdxeny9XMwQ3OSCo42EK1XerqlARdXU+7OE/VlVHGwhs3ub0nS\r\nkGTjU//HB8EQF6/GeU1ow7emXvX2GUcuUERZbkGkB2EbKbVLQ+01p6V871lS\r\nTiVyhT0UAz40RkNS88T4rP5lvkvlsI+NBn7lp9rUJUP+OG3IlRAD+vtgCvD0\r\n1b/WIalA7OxhJtlop54grMv3jPC72Yi0JHHYqQnOjUodU1PGsc2bv8dxuC5Q\r\nRDNxve9vpw5qVKRRORAAhYbm5Ix5b12+SDDg7edkAnVZEkM7Br3F5ohvqSTz\r\nc4LzapQseaT81KEXHY+6v6wMLymFqGNknzIpBoGPRqhKMffVND2Dmasg0MRw\r\nqTkEhh2Iq7r+SCs1f5fQ7hNJZC45B534EdFpyP2D6l4rabXRtglo3vvg0LN0\r\nw8BtTUTN7/qmEMsHOp2LeSRUTfjt4cBjaEc55zqHRwvndUsEUjKlQZDE2fJp\r\njZAGwdauPebfFxJ5URZKB/4WBTkw46A1eeQ=\r\n=mmOx\r\n-----END PGP SIGNATURE-----\r\n","size":4490037},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.0-canary.141df0080_1665520677270_0.37835068580617626"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-11T20:47:17.814Z","contributors":[]},"3.7.0-canary.48a127b2f":{"name":"@firebase/firestore","version":"3.7.0-canary.48a127b2f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.19-canary.48a127b2f","@firebase/logger":"0.3.3-canary.48a127b2f","@firebase/util":"1.7.1-canary.48a127b2f","@firebase/webchannel-wrapper":"0.8.0-canary.48a127b2f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.1-canary.48a127b2f"},"devDependencies":{"@firebase/app":"0.8.1-canary.48a127b2f","@firebase/app-compat":"0.1.36-canary.48a127b2f","@firebase/auth":"0.20.9-canary.48a127b2f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.0-canary.48a127b2f","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-q/NcfPi0h2iBSPeJTfLYe3MK7ievmmB7KhyXdqpddDAVJpcXH6ylPGAX9B6U8D+xmt82Q1beK8r7XU0b+ijO5A==","shasum":"f3246757a400c1350c948c3c68170196088f01dc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.0-canary.48a127b2f.tgz","fileCount":1523,"unpackedSize":23788825,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDePuLH3JrM6YIxxxc02DRR2HhkOHrhRlRHHQrzWYwExwIgWSSZdE84gZYljA0j1glg88EbCTKn5RZ3wUGUcWKfUXI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRe1UACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPRA/9Eebivs4ZMQjQ1XEfGfcO8Wo/kiH79nJPhJlcFVHflTF4//Bv\r\nLas+cwhvHqG1+FPKQMrxjz71naqNLvr0O6M+7EPAqZhVhhfp8Hgt/6foWLq2\r\ngYXKtBpZRj8jbW/M/Vjiksnqm+V/PblQBaBYtqhr3JFLM1hkPilF6yrEtkjB\r\nnodBP+h2s+/Y1s1wp3MXX5kEmeCXiV+rBDeTO7xVTMQCwjZL7kgvabdHf7T+\r\nrowIKWk49MGOr5dQlTjQKM2Xcuo/vYKYnRCOLVTG7KQhoezEIeUZUP6MI/W2\r\n8MPeROHrNHD3+aujH3zEAHwP/dfU3jCDVaOdJcJMSbj1v3D5Raa02mZL6Nu9\r\nJeY03wpud8+XGOImKY0xAxgAk9s8d6imMBOZwOec+HNm7XYJ9UufcRDZ6/N7\r\n/F+ZM5NHD/GDmVMZ9UF3pZSSAFrSssXTbRSf1Q2PxYrLGsw1+W1/HlBWVV5+\r\nBsblxFk2HwNLe1ug4kv2iXRYHH9XG3nA1TSnYjgaOI8w9USyVPoPJB4aaJpO\r\nRjvfgzg0U9WtrcUnd/32euuVjVGZ+QhvyiENDqQyYXD+PimNO+8w1aWRQwuE\r\nA3V5aLBsZ/XSCp3/ESNN6w+P6fR2XJea2muefgSjQaYVHh//MTYJdPVPeiK6\r\nf9DgpJYBx5dGkO5GF0Kz0aekarzuIr1AhfQ=\r\n=yCCM\r\n-----END PGP SIGNATURE-----\r\n","size":4490081},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.0-canary.48a127b2f_1665527123943_0.4647452289881846"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-12T06:03:13.032Z","contributors":[]},"3.7.0-canary.5f55ed828":{"name":"@firebase/firestore","version":"3.7.0-canary.5f55ed828","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.19-canary.5f55ed828","@firebase/logger":"0.3.3-canary.5f55ed828","@firebase/util":"1.7.1-canary.5f55ed828","@firebase/webchannel-wrapper":"0.8.0-canary.5f55ed828","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.1-canary.5f55ed828"},"devDependencies":{"@firebase/app":"0.8.1-canary.5f55ed828","@firebase/app-compat":"0.1.36-canary.5f55ed828","@firebase/auth":"0.20.9-canary.5f55ed828","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.0-canary.5f55ed828","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-f+ExawgC3MgmF16Bur4LWAPN3Q0cVqO5AJS3R3K5FZGdeAKq9xqQjeitMZEZXN6FNYaLQOWtgw6A7UNoiV535A==","shasum":"679fe0293530abfb7710611628331525712868bc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.0-canary.5f55ed828.tgz","fileCount":1523,"unpackedSize":23788825,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAcm4CpTUzA5/zWsg/tmfSRnuDDf8SUEyt7RUbtztKL9AiEAjejV/uzw6fSTcXqSklqQ7o2TRBGqDz/Ot25BMPPxvvo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRvtNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrN5w/7BTqlvfMJ8U8E91/oqSe7ZhcuFCS3TAkn9YlmgAr9TJqlihuz\r\n0NeoAO5Qw3lHMcEwaiZv51aiWAMjmYMF6x2pP3OX3eMGn3tUwPWt20WiPjAi\r\nHTISZYhFSuJ5WHOP00S1Bm/LBdQ6qcaKDDtODuKzam6eRC/SAWiXrqHRCDLg\r\nXDp/AKB+Nhjfk24OfZrWPP2C3UqaO1DbToJZ8QFZAt1Nin5vl1Pt1XtbFEM/\r\nmsfRSgkXbZbLz02mxss+H17PyYuywZd1Msy2uuWCSaQ+gnp56XY6BwNDLpP3\r\ndDPdCYZejnaRTsJ6XX9y8PnVIjNVmub2C7vjuW9d5LnV11O7CiIwaaHyM/a4\r\n/oA6+UQ91LPC2VwLuMaPj+JRF8Lra3VPFAVPK1R7QTcO7gW6qR8PbHMtpAag\r\nXAQGVhOUsyhq9Vsk4IgwmL6TNnvGHMcmKDhp26roJRpgCEyUAXdVUJGEJGzI\r\nL7cjD1l7FCg9Zar9d56R1kVzwxJ8a4KFPH7xxVuBn6Ywi8RcxA35DIG70u+O\r\n5f3TAGRebM9ot6R6H+uWoa5dwZN5QYmbaJ0WLnQq2FIsNv5JaXJxfK639pPY\r\nRawRvXzogZEC5cJQ+1kurW3czjYgoEbXoh18hkW8kAsUg5wDlftmHdtZXjOy\r\nCLSDFtdTw2ChZVw9URdbJ4zrhbXR0UIcBhw=\r\n=N932\r\n-----END PGP SIGNATURE-----\r\n","size":4490083},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.0-canary.5f55ed828_1665596236931_0.7334402301101937"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-12T18:26:52.304Z","contributors":[]},"3.7.0-canary.ef5ece330":{"name":"@firebase/firestore","version":"3.7.0-canary.ef5ece330","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.19-canary.ef5ece330","@firebase/logger":"0.3.3-canary.ef5ece330","@firebase/util":"1.7.1-canary.ef5ece330","@firebase/webchannel-wrapper":"0.8.0-canary.ef5ece330","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.1-canary.ef5ece330"},"devDependencies":{"@firebase/app":"0.8.1-canary.ef5ece330","@firebase/app-compat":"0.1.36-canary.ef5ece330","@firebase/auth":"0.20.9-canary.ef5ece330","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.0-canary.ef5ece330","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-kVFMPdCRHKdkC/Devfw/gqYMK+lFK+HYETm7iZrWgk8Ff0RCYsR9vKQbm62/QnZ503FZrVHq46lm70D4JoPUSQ==","shasum":"3dec8fa9b453e1a666e0dbfbc529c6aacd7f8bdb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.0-canary.ef5ece330.tgz","fileCount":1523,"unpackedSize":23788825,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD3qmMfMBOhqnlMo+Hy/zEbIW35XfvSUhdT3gZy3a/exwIhAKD6XmQf79wlypUeWHXx1/S+YunuuaRQR+4dgrMPnzyI"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRwYoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrUyg/9ETnNe1aaLVyyyPrvSWa1D/XXYTengL2gmAlO7RyffOB2hyNL\r\nLmRIMFCuXlpmM5WAtWm+q8rxkBJEuycrKFQptbES+4/Ce9x0zN4WN0ss9KLD\r\n4WL8UKV+Gp9UXCZ7MTx/6PIriEGM0KCHfK6HyT2IvbBCyXfEv7oTHmS0MPwa\r\n7Sef2d1ugYfBw0OP9xUvjXPoeHRoxtkTpJsCZ86qGeXlX51GyaYCtQpCyc+I\r\niX0YKwUULhYiwrps6LJOGsWOFZVF4vW94g4JlNHAdev1wh+jw2dmv9YKMsc+\r\nsfn+XMLeNWlNncKFf8K5OIt0F9GjYrlnav3lPzqFipeW5aob/Yyc8c3Sg6+7\r\nVGF9QMwN0MS6eXql+6600S0FzP8kSdU5bcL0onHXiSdQdugti8Z2uqzmhwR1\r\n43niUNMoCTjzE4KoT0hh6vmXbcKH3YDwdPg41o7H3IsNHAubD5V2C6oN9ftr\r\nHKz9Texzyak5rCcWZ2wvR1njp0gN+cfX82YUx3tOhXMrKar8ZnRhB2F364F5\r\nNDRT/EaPzHzmiqeaQ9uqL1cupNDSyzlF5wxIXU31f1DGyfJ3cQjm0iGUx5XA\r\nM1eJ3HXOjyfxR34lhufs8s708uOWuxEY+tvPEEMVtqvu7oDPfA0DEqJzda8d\r\nbYoFqwX68G6gmhmpniSAwCQFKO+inSkn7qw=\r\n=yIz3\r\n-----END PGP SIGNATURE-----\r\n","size":4490071},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.0-canary.ef5ece330_1665599016599_0.9400165420393909"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-12T18:26:54.836Z","contributors":[]},"3.7.0-canary.8a6e9e62f":{"name":"@firebase/firestore","version":"3.7.0-canary.8a6e9e62f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.19-canary.8a6e9e62f","@firebase/logger":"0.3.3-canary.8a6e9e62f","@firebase/util":"1.7.1-canary.8a6e9e62f","@firebase/webchannel-wrapper":"0.8.0-canary.8a6e9e62f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.1-canary.8a6e9e62f"},"devDependencies":{"@firebase/app":"0.8.1-canary.8a6e9e62f","@firebase/app-compat":"0.1.36-canary.8a6e9e62f","@firebase/auth":"0.20.9-canary.8a6e9e62f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.0-canary.8a6e9e62f","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-xsm1NKtYIc6FwoT3BAU4l0s8gIlVECE/dUIIyNk4z/2mhVeDJuE5zI2miY4yTflOFLft3mF781pVc7+6lClk0Q==","shasum":"7e3bac152271aeed576e60f8e7597f700a13fdf3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.0-canary.8a6e9e62f.tgz","fileCount":1523,"unpackedSize":23788825,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAOHkJCPorKBc8TZHXp/ZDn1HNfL/ERhDlDarh0FvjJCAiB/d6p5+h5qRYJw9gvSawh6by/ypYP7bjLdcpd8E6l1TQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRw4PACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoBGQ/+PYBF2eqiD+lo362GIAbMxVNHVXn6MvXprK8gHwb19tPJJQah\r\nTyAHQtXqnMQHIdM8Yf+FZIDhZfPzOjkf9A2XhayaoeJNYSUdgfkx9i8SH7gF\r\nbwWhDqb5Vi0q/NUAx4gVxZDvtyLZst8tLkkmDIkkMWUdJ6I0rvE+dl9rkHNx\r\nTNI9jg/Jgfyns8peCUp3KLv7bj7EuSG0gnFoqdbfe0/fqJUrniRoSFc5a5Fg\r\n+uxAtd5arIo1Mncl0FQtA4NR12efjxTMcLB9w+PTJxjQVhNuuc2xk+qU6j74\r\n/jXVhWc2XmNc3Bv7KSc+ifAqmqucXY/xX2M/aopgcyUEwKcrLbCbYTMV44uB\r\n3fwmK3IetdG6fZdVvgejPW5nfiv16AE0qpLdXbzVNJkGV85vpHDwfeTPKTUp\r\n1sHQ7EEAUYGDL8zmMLgSpyRQ2gvzL16UNWTgwXcecK0r3ZlvgV25PNRxGi1X\r\nstcxszin1wDnHwF16hHREpGVdtizs24s641Mo2zK0R/8oYVS0zZL1rU9V6Mq\r\ne7k3lm0NI+TGj95w5IAeTO+2PwAal3GqEIgKoEtgLDlVfjbT6vnQCMwbFLsN\r\n8txp5VwbcRRF9SA/fFPLY9NXHGxDSfV5LdlSz4GciaLdocIKT8El/lWZU+n3\r\nxE7q2yXf97B0nXJZgBM8tiykXjd0MB3nR4I=\r\n=nfZD\r\n-----END PGP SIGNATURE-----\r\n","size":4490076},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.0-canary.8a6e9e62f_1665601039086_0.950233176188843"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-12T19:01:45.295Z","contributors":[]},"3.7.1-20221012194824":{"name":"@firebase/firestore","version":"3.7.1-20221012194824","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.20-20221012194824","@firebase/logger":"0.3.3","@firebase/util":"1.7.2-20221012194824","@firebase/webchannel-wrapper":"0.8.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.2-20221012194824"},"devDependencies":{"@firebase/app":"0.8.2-20221012194824","@firebase/app-compat":"0.1.37-20221012194824","@firebase/auth":"0.20.10-20221012194824","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.1-20221012194824","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-p+wQFQOhINinolvMHM+OUL7UA7DDA3VdFjXIYd2NVfMWIjvVl5BQoVemB8hF/pMJEa78utW6k4kRDhXXJk4XTQ==","shasum":"b43ee0e1a74eaf6aaa6fdf48ae6a86691a9c58b3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.1-20221012194824.tgz","fileCount":1523,"unpackedSize":23789009,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE0F6Lla5irqG3FgoolWeXurhg+sAfaySElmqdKC1YyXAiBp7+jdJkwQty8QkU0EF6kXjyGYoNEKrwYHRjg0AHnywQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRx8HACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpagQ/9EN6dtmQLT8jQXBP1wh6YCEzz9WuX3I1uJVtcl8g9EpGFU4q9\r\n+9oknRlPjuPM+MW6+6IIHieBrJiI1Xb9OE4KU1FSBBiJ63gAtfAUFpiDMfR0\r\na+Iw38aVdKwzT1hv2oKXIhllpxRfMry2eePP50xQLBPcAOrqr4fZmG3JqBQ+\r\nIMRvDvqa15Vyg5fyHy/nNSNt7oZZxWs+56h7c0kizKPm7zw3eJ2iBGtqnmQM\r\nkgObZdu76XVQ2Jr3DjVeLi7EXwIUUx/Xj824gKVhWA28C9lyCWeL7ljzggCK\r\n/nIynh7PGpFhpTha+I0pA6le5xoN2KNaz1bk2OotD4KU/6mh+Of7VBkM/uGP\r\nfnQZubcxYN0ZDSWHCpVJsWrKcg2Ypy4A9CfyDV4jrsYNSS/JEMN1d2wsHP8e\r\ntTCVQQkn/6qmTv2q/YA9P2IwyOU0oGEz25ddlAK4XkOcN9w6J1E9kylAENRH\r\nUt2vAeBbwITV6ObSOoXzmDlHd7t/wAo0sTMbIGElNEjOqxQXkkuB9GcAfasC\r\nnncKeJIqUGzXhBFoD8cNhl2fhgIY1fJr7VHJXvCYHoQ2rBw/EaS9gFYV0gQF\r\n534MUrbFQ6u8qfoLePNOzKC20gOhHPn4x89Lko5/LU2X3o8lTQ0TLW5QDEZu\r\nysGEe/jbVYHc2MDfR0DzI+GClSwLvwsOSVo=\r\n=egCJ\r\n-----END PGP SIGNATURE-----\r\n","size":4490125},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.1-20221012194824_1665605383516_0.680955461037823"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-12T21:32:23.889Z","contributors":[]},"3.7.0-canary.807f06aa2":{"name":"@firebase/firestore","version":"3.7.0-canary.807f06aa2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.19-canary.807f06aa2","@firebase/logger":"0.3.3-canary.807f06aa2","@firebase/util":"1.7.1-canary.807f06aa2","@firebase/webchannel-wrapper":"0.8.0-canary.807f06aa2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.1-canary.807f06aa2"},"devDependencies":{"@firebase/app":"0.8.1-canary.807f06aa2","@firebase/app-compat":"0.1.36-canary.807f06aa2","@firebase/auth":"0.20.9-canary.807f06aa2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.0-canary.807f06aa2","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-p4tkLpRvySuE5uskEbYYXmfebvdGOWBoo7Dz5s7TfN6zTdDiiQguWZIRfUNo9sTVFYkXwjcuO4HJZ93V/6umbw==","shasum":"26bc9809d899b6cd8c42058e4b987bf5ec1a8936","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.0-canary.807f06aa2.tgz","fileCount":1523,"unpackedSize":23788825,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBX+JL6iKglFdBXSNJZxEeWEeruYxGF5tOcOjBug4ZNnAiEAvZ6FnJXrc+3vR8Q6nC8OLFpzyvwlCqe/AoCc8qUGjEA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRx+UACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpq2xAAj/FnkwWxxF0GI1RhjQRodM6HBpp9aPOuOGWge9nqhwkZcJK9\r\n25gN1K7xygM8lSBaTXnjXAsSMS0Sml5vo99ylNz2ghmAnXW3KhTGpyOQb1xv\r\nDNOrJbHLnvdGBnV+IM+kZwBbx5qsr0Da7rZuIs2+tg3nasyMzoY2D637/Rq1\r\nozKHC71YMkgr+rW+KVxcETUApmWf7lbqjI7s0YWvmg7QeIRMLM1fEFDK4t2+\r\nK0EeBhDZCoEiiA27Cm+qIbUl+/uMZ+t+sEYXiUr+Zv8ndJEUUar2ShdLbF16\r\nL0Uwjj/G51M9LfbJueSeN9qIgdhltm2Lbb6w8Ap1mN+3VF2CHslo0pij8oFQ\r\ngPrvLuUSWALC8oibjKHI1p3gWhZ/qAtF9iJk1bdwjvJIR9wB3nu47X53t4zh\r\nR5fqkimptzq/FLCzJHLWv/4eFC9LW90TrJ/1AyCAT9AQfqpEqlKQRXOT5l4H\r\naV7ije6NPVpwqHReEAEGu7lx7cDvrs+SPfabtt9lumRokF4g7pt9k+SycXbJ\r\n0AAsCQ4DlMCFDEmTHQrftnzpQ1i6se2V96UcFojCKjI3z16Cc1o6jKTBzY6a\r\nVynYOc2Btvl3pMXy8t7/JmuAw4/X9suvNbSXh/Dr7xgPWAUH5IO/rUB49nV8\r\nJS2Alb26e/zb/nPeFP0vWa2ew/59y0EkFUY=\r\n=IjnY\r\n-----END PGP SIGNATURE-----\r\n","size":4490078},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.0-canary.807f06aa2_1665605524672_0.5581407601299777"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-12T21:32:25.837Z","contributors":[]},"3.7.1":{"name":"@firebase/firestore","version":"3.7.1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.20","@firebase/logger":"0.3.3","@firebase/util":"1.7.2","@firebase/webchannel-wrapper":"0.8.0","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.8.2","@firebase/app-compat":"0.1.37","@firebase/auth":"0.20.10","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.1","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-sDZ79cUf4cwCyRzN74zODgaeUvyt0lGA8YwaasVVqojgznwMG/bIz+/Tny4ZEnLZFrlniCqt2tStWsiC6s3u7g==","shasum":"68d6c35ba16702942577afe4607a5acf6d62d912","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.1.tgz","fileCount":1523,"unpackedSize":23788250,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE9qmfT2CO35hT2T11OoF/gdRFfBavEwFSjSJLIWGFVxAiEA0hRKIm7DJ8YthK/hfIUa4YdiZTtoPc9ktYHu3RNiZfo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRzD+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqi7g//f14FcM+qJGteiNCeBDbA0cwiOwd4rTvoRme6RSGYDuPbZicu\r\nHvtfEhCW0oDGd8i51L3DVgQIFvr00TXBLsHckSPzLDTXzfTJF4Jr8wmLrsHi\r\nZs5x9xuIzdTPY8P62DEcXuVzLgKbPchzrNxva0oN8AUKvlcV+rDPzx170UhG\r\n4UpwqZBNzQxpYnLah+KK+ZRZNnGy43D94JVe7evpu70BrkHZus/jbN8r9tih\r\nKST16RKd6s9mspviDRo6uFrqoiPQcRLtbztZLe3wcvsr99r7g3/WRNjp5t35\r\nlyoD+53UlrkM0Ehr+K/UFWW5xPTXbw+l4/GBLDso612+XCYqT0t3rt4G16Qc\r\nqduhRU8klSPlutvfUXj5gkdxM/I+ZGXDbkmaOQlvYVY9ZWMCO/u1TV3cfSqJ\r\nXrhuzNQ1fyh1DM9YBWA7WubjezCmRBAtaZZHpSUJH5n3gE4ueKxAwfeVRlm/\r\nkzNPgV//EDjeR/HGunwgXrs4rqIsXCiy9fFAekNpeI4Ed+fVJxWk3rzEbyD6\r\nLHiNjR8KQY6dXkpyrbNwGgt6JtXJLigA+aqguOxvvxAzSYD9qInjAmfaZuV8\r\nBqTLVu3vnOTmS48p6irSE9XjPNggthika19BZqcMg+Yp3N7ys2WFhycDHRmA\r\n55GNOGAta5PsJUBBJOJI1sEQo9zN+oqx4Po=\r\n=VVAW\r\n-----END PGP SIGNATURE-----\r\n","size":4489831},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.1_1665609982276_0.6473803588996978"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-12T21:32:27.936Z","contributors":[]},"3.7.1-canary.7b6e99d51":{"name":"@firebase/firestore","version":"3.7.1-canary.7b6e99d51","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.20-canary.7b6e99d51","@firebase/logger":"0.3.3-canary.7b6e99d51","@firebase/util":"1.7.2-canary.7b6e99d51","@firebase/webchannel-wrapper":"0.8.0-canary.7b6e99d51","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.2-canary.7b6e99d51"},"devDependencies":{"@firebase/app":"0.8.2-canary.7b6e99d51","@firebase/app-compat":"0.1.37-canary.7b6e99d51","@firebase/auth":"0.20.10-canary.7b6e99d51","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.1-canary.7b6e99d51","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-gsmhkWJpgpH6uhC+8+BNey1qN5fKAm7J7E7H244LPishiBVC7bHzJSw/skqIfKAkL2vqGRq3DjAUZB3bS66OaA==","shasum":"d87fd6f9654818c5378da0e90802fad13d0be9ed","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.1-canary.7b6e99d51.tgz","fileCount":1523,"unpackedSize":23789045,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCQc/GT3/BPwLpAuxpmphytl7gND4tven8wybC2sZJkJAIgEo5bo6aDq4YOYoFppAI1riArYfhj85QDE1x+Z3YGxd0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRzoXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoXeQ//czMKVZ9Gv9vfTS6luwFVSggBmELu8zrkpmnYuvG4uOMe1kpd\r\nxlScl1iJ3oOr0z/skX6X+4DtdWzUh9KxmjkoUSckLoOC1QvYC6eWaqQg/fJ7\r\nLHfjsKlgqEfGBgfHZR4+OFHbCb9YcQrHqHvevmX8+0x3MOYjC3qs6vwPVABw\r\nO8gu0T3/QjrpHunF1ttgtGRlDhnpVfO7hBWsieE4nj9/ODeK7ahbrAxMjCZt\r\nw0fctYpAletGvhrfc3vybVRruy6Mhd/v1nDYOcXYV+OdD6+m1rHRLcF0OxB0\r\naBC3pvBjGerkGNUPB5xielmfzVAizCWp5pdAQOlw0Ku0Ei2LFd4TGp3CYBcN\r\nQYAZGnrOtMomyF84s5G7UPzdNsj6xAB0tLeUs7bFvYaqPsQ2pMBDKW8p/2No\r\n/zg0vGndFQsbbRKP0+1YxH0zftY1r2d2tKZeRS45mz0+KxgFRtFqPSRQiGD9\r\noNiuRbhto5hbOZXM8MsBNhCHnAhe5gbBip9H3uYb6QMhlsPZ3/lEtsm2v/zT\r\nFO/iYojEDpbiT2f3Ap9uYp+lA8VZ7so6lAI3G1LNpAvSt5XCSzEyjdecjgRC\r\ntCF+sWXiUMUKS/+3a9syXxwytgZ2N81o+jgiuf6rPVcOfiJ3H81wvQ+40gGn\r\nvhLT0vayog6M8P2I82CYvdgCUWdL5Sa9hAc=\r\n=SYSK\r\n-----END PGP SIGNATURE-----\r\n","size":4490137},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.1-canary.7b6e99d51_1665612311515_0.2812597997649098"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-12T22:06:47.985Z","contributors":[]},"3.7.1-canary.61769b361":{"name":"@firebase/firestore","version":"3.7.1-canary.61769b361","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.20-canary.61769b361","@firebase/logger":"0.3.3-canary.61769b361","@firebase/util":"1.7.2-canary.61769b361","@firebase/webchannel-wrapper":"0.8.0-canary.61769b361","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.2-canary.61769b361"},"devDependencies":{"@firebase/app":"0.8.2-canary.61769b361","@firebase/app-compat":"0.1.37-canary.61769b361","@firebase/auth":"0.20.10-canary.61769b361","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.1-canary.61769b361","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-MlmuFO0NTR8sTqDD7gHZw7anSa4oRmt1QpfMdOwEmZXP0ntSxf2JIWANSxjSU6NW7lfQ3gRhfoyRqkolVyOSxw==","shasum":"38cb031f449175e21fde32074a2aeb5016d83f58","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.1-canary.61769b361.tgz","fileCount":1523,"unpackedSize":23789045,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFaTAEAzl96YUVeyzAkjBgAjMOF5SnJNo7iigmcaMUfIAiBF0R9Kx+FbX7BpdWTU4ftJvFihuvKguh8IgUpSRwyTeA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSGJCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq9DA//Xf7RE6Ktaet0iTy3i9KOiL26V0VMruE1/sOI6E/687bCU8bx\r\nC4RXXMRqlrwfsFlsHqiY+1r9AU5rPjMI8JZ4swa4HI/pj66ZkcYIfhoVwHmI\r\nCX5Ph1ASjj+Qf5s2zMQaYcv4RSy2AMnAVM6xU9l4rpYP8D9Sw3LW0otX8JdQ\r\n8zmRNwzAQLnasTzlcI7uKJkBHIgLxJCkfw4qOEF+DiYsQ6R4qs8TCWuSIv5R\r\n9z/SEYLo5E9lnAS91VTOpweYkM8F8R1vsvqYidYLkzKzqvVvb7uBhzDW/FE/\r\ny8/rjp7BI0smA7fDskA2+mWqjHHOpdHigBOY9d5+Ym4XzkyJ6VLOVOJbocwi\r\nJ9aAGVWdanVV+e6QUFAZ6TDtH7rIapEXDCCp0XSMPuRhGHP3abvAd0VxAR8d\r\n/pdluRUwCV7ILHeozV3mnBHOobhq8TjmJVnvN896P0vrAAvImss9hY3vcfB1\r\nYUizcV2dNVgj+tHG1AymwfG1BatYT1VEZzw3NOX0wS4TmLjIFhe2LiHj9Wlr\r\nPihaaK3kHrxXCvUWKGGRWfazFQy90FkT7tW8pDL1826Sxxtrv8WDXjzjR65w\r\ndKdTr5I0R+xkz+lyLor+Zh6CSJs372PZDo3T1lHCF24AaKTpeJm43V19dAPu\r\n4TDfcHzjqn12w7nl1uYwlcGwEiSMaZJYtBI=\r\n=nwqZ\r\n-----END PGP SIGNATURE-----\r\n","size":4490143},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.1-canary.61769b361_1665688130168_0.16271134036960744"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-13T21:31:52.106Z","contributors":[]},"3.7.1-canary.d922816a8":{"name":"@firebase/firestore","version":"3.7.1-canary.d922816a8","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.20-canary.d922816a8","@firebase/logger":"0.3.3-canary.d922816a8","@firebase/util":"1.7.2-canary.d922816a8","@firebase/webchannel-wrapper":"0.8.0-canary.d922816a8","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.2-canary.d922816a8"},"devDependencies":{"@firebase/app":"0.8.2-canary.d922816a8","@firebase/app-compat":"0.1.37-canary.d922816a8","@firebase/auth":"0.20.10-canary.d922816a8","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.1-canary.d922816a8","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Ujhm/kC3vqhO6aGTTWNE80iWsbC6hzZvWYwb3qTSaTVbAm+ovoIwPItTOufLC5Y6MxI26b+uqHjWgPmwT5BWiA==","shasum":"284d01f302e18eb851c2dc5c4287c34e906c9b9b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.1-canary.d922816a8.tgz","fileCount":1523,"unpackedSize":23789045,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQComKrNvcaEvPF6Hxhx3MHGMlDBCKfgB2JkJqIIltLdXwIgRnCULwbceIlPInsBljdNGG239CrJM+H1479Qdwaubgg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSICQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqCaw/+IOTLs8aM4pIf5jhqFAlMpMxBzLRxtEMs2qBnMqYJiA8T0eZp\r\nzo2PWv+qG4nDjGBaCbPLzDm5lMVm31SyXmEvlW4PUpRA7+xuMdHULv9q5X8/\r\nFeNhaVVQ8EN6T8PHhRXKGdHZV1Rc0NnyiVweKbunWhwF+XKcjBvuDrPLH5vQ\r\nGPhQMCitQYPSSD4rUTUbXpERAwq4Q+jpshYj/uiDQGirYs+KYq97CGIYhWSq\r\nmE7rkBzZrTYLL5dletJvegmsK59Pva4TF0FN9bZX8KddgpcLSLEuoqqXnenc\r\nz6HM2rz2VdaeRoBCSVk/fdacPCwPCtmUCQzEp0bFlMHzOVWtHmMCfhaDiL6d\r\nN+5rmOHe3EE92eDyuPIH407aYFehehC690jd9NWipnoNgB53Ix+bVD/PSQdB\r\n8QSRqD6mL2aAsxiPdE2SkgQFyF/GvAnbVo6DuWDVCGbZ2pqql+AMtJ89vg8i\r\n91DYJjyxYwAPZaGNlw3/6+fVvFvLXeer+p99KLXc5ym0ODBNyzgP5AGmf8w/\r\nw/SNw/6v6WWxZ6uqcscTkV7m/WsqfkE1GEVMM/24j+EtS+s5RHlgL/+Q+5yk\r\nT0OBP4dHSURfFgbqwo5+wXLXGdZdflUji8fTlKi2V7tlLS8SXvbVBdcWObWm\r\nglEsvvoNeNeNqXhlquXnxSmtFNhbFP2QIp0=\r\n=/LsW\r\n-----END PGP SIGNATURE-----\r\n","size":4490135},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.1-canary.d922816a8_1665695888495_0.8751170208980379"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-13T21:31:55.765Z","contributors":[]},"3.7.1-canary.eea63dc85":{"name":"@firebase/firestore","version":"3.7.1-canary.eea63dc85","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.20-canary.eea63dc85","@firebase/logger":"0.3.3-canary.eea63dc85","@firebase/util":"1.7.2-canary.eea63dc85","@firebase/webchannel-wrapper":"0.8.0-canary.eea63dc85","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.2-canary.eea63dc85"},"devDependencies":{"@firebase/app":"0.8.2-canary.eea63dc85","@firebase/app-compat":"0.1.37-canary.eea63dc85","@firebase/auth":"0.20.10-canary.eea63dc85","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.72.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.7.0","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.1-canary.eea63dc85","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-EFi1wWymkxmhzMY4JfoghiOdcTqC+bOJk2IOZz/btL3ZruhPRo+Hc6IuCIWexqJJgzZj28lyfIvf1JRf6ZTmPQ==","shasum":"668aef8e119cc167ce21215351ad4fd66bd28cd5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.1-canary.eea63dc85.tgz","fileCount":1523,"unpackedSize":23789045,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFI7Ex+EU5VWshL+NxKMrNHYmetTOX6ly9DFftbt2Z+0AiAnpdJpZ5glH0yWZm1JYvwRrfoKAxp4SgFcS8jzuaw7mQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSIH3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrSFw/9HkFRK/+wWMCJwlXiw8QKmjmbDt3G7P/tdlcpF7jduuJ2IyV8\r\nNkcck/h4ORuLLntvt9m6Ra8e0tqT4wiZ/Ei6jw0qVyXp27iFrmkADpB6vDT1\r\nYFgr0OcQ+9NE+f8b10o3UqNxPv7+KXD7u73wVmf2hh0Pz0JeATPw/hoav7f9\r\n4z2HKS2bFXEbK47qclzOrVp2y5f53bZO218/TBADO2rA1BVcld1UgRB0VeIo\r\nVMoTH6vMbrNt6ThOdQAqIwTTL5ZJp4ycTafW3DJxnRLq8Ihb7aotG+RcydQc\r\nmmMhp7AiY/yyxymEU7zkE5T97XSI2oLswj3nRQk75+9UIpz8GjuWxN7dlJNl\r\nM6Fqkg4QqdEs5NY8NAXFBYhHxRdqZg7+3PbHthOHVnQ4a6ZzInb05TRYrK3E\r\ngU5R2IDjJL5j6ix3a92MNwVCrHBt29C/j7x3vFS4O/aTN+r7RaGEOwHhwK6c\r\nvab7AMIUkl04kDV5nCpCvqekcbBnpeF4FzWK2J0zgGXZWNkcPK8CIz60qDei\r\nT4Ow3EDxT6to/DLsTsC40F963J5X/7KNTQV4nLXgR/DVuVO9sNAkzCaGH7h8\r\nrKDlOyBgGjT/ecdj44D2aMiQEKjXkreYDSMs9osHtD9a4DChzwN5hzm78D8D\r\nfi81PfLMV3+kja+zYmY0OapmR0d8+6dLWRU=\r\n=PIJX\r\n-----END PGP SIGNATURE-----\r\n","size":4490125},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.1-canary.eea63dc85_1665696246928_0.5102446493357364"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-13T21:31:58.422Z","contributors":[]},"3.7.1-canary.2012b6b67":{"name":"@firebase/firestore","version":"3.7.1-canary.2012b6b67","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.20-canary.2012b6b67","@firebase/logger":"0.3.3-canary.2012b6b67","@firebase/util":"1.7.2-canary.2012b6b67","@firebase/webchannel-wrapper":"0.8.0-canary.2012b6b67","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.2-canary.2012b6b67"},"devDependencies":{"@firebase/app":"0.8.2-canary.2012b6b67","@firebase/app-compat":"0.1.37-canary.2012b6b67","@firebase/auth":"0.20.10-canary.2012b6b67","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.1-canary.2012b6b67","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-IUN/OSoW8z+9q7s2d0TXHqjzE9F5w0qSfPbIfETf/2fwKJyzWhgWwFpj0Ti78h8gGVrzh0e4LnFyBxVdalxW4Q==","shasum":"959a72241cac3e2f178b2ffd736778604a975df5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.1-canary.2012b6b67.tgz","fileCount":1523,"unpackedSize":23789643,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD26QQIHCSQ2kzZCvHsp4icHv81PNwQFE9Jx2ra+OS1YwIgDZ1hHflPXVCJdO/oBbBhJfzHUjwLejNVyZFTijsUT/8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjScdFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpatg//S8i8oAe38AOBSNqcrKDZ8/JtqPUJnCQa5QrQGz6/jd3G8mMa\r\nm43AH9HAH1192KwulbKd5Squ08sTi4LxsBtxtwODNel9fP0nAR6cpdA3jarl\r\n4ya8f21AiuDTeuVLSAWsIeZ4QrsiU2E7n0o+NQxqr/Ibk3pq2aYcog8dPyAX\r\nLnesMZVSjW/APGdRQOk4mcnR+cmEeXtV2Gau2ufStgOS1pFPuum+++DHkk6X\r\n79ShlWstgZiiYeMhbQxnFwSpCADAyj3ARD+zCTCKay8i9tnxiDQPpJTdWEOl\r\nkm1OFUrj5uoUYSpkm+lh0Hjpckeyb1BXSaApul+YE0yqiRZrloEiWIUIoCHL\r\nqwJ1V8LQDLWp+/r88LQwyDrBpNNLNiaIGV6PhIZTAPrt4uxBod2oIiWCtSq4\r\nq/gkSKHJRaDWqP+1kxRoeXxzrSGrMLC2jMStq8GhGZorG57XItBv4S7W0DNA\r\n2a1HPgvMUwIYzx/0ZNiEplAGsxZ/MwUnunWb0sQ87Fz3NdkdysJpHJSJbOOW\r\nRzvWFHD5plFfvEwx0aXauicSqsTNdG6Pkm2W9ADPPpoLK2LnfhDu96vDSVr8\r\nSDqXHvwSNQw44+lfnzoXpLx72gXREjKCBP4le9e0+PBfuPItfz2K2b3JaPl8\r\nPPxB8H50Hk+CAZnQRsZ0amWTCcurKAOnqF8=\r\n=4jto\r\n-----END PGP SIGNATURE-----\r\n","size":4490075},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.1-canary.2012b6b67_1665779525583_0.00314943116422417"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-15T05:47:56.841Z","contributors":[]},"3.7.1-canary.012fd763c":{"name":"@firebase/firestore","version":"3.7.1-canary.012fd763c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.20-canary.012fd763c","@firebase/logger":"0.3.3-canary.012fd763c","@firebase/util":"1.7.2-canary.012fd763c","@firebase/webchannel-wrapper":"0.8.0-canary.012fd763c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.2-canary.012fd763c"},"devDependencies":{"@firebase/app":"0.8.2-canary.012fd763c","@firebase/app-compat":"0.1.37-canary.012fd763c","@firebase/auth":"0.20.10-canary.012fd763c","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.1-canary.012fd763c","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-RnWugjkXkTIcFoaSZSYZClAh/ei2GNbfN1SZ4mE3ySLXSM2vi0fkHEhec8ATG8lWqVeHz5Vgeu6dj3IDdPORzg==","shasum":"4a970e2d73c1d32f332f37e48a030fe326809fb8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.1-canary.012fd763c.tgz","fileCount":1523,"unpackedSize":23789643,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGaVlR9JyW7AxWb8cQmMLj7t2EGqQk6ELVAS2mExAIMPAiAKSsZ5jslFYqKLQ8XerMw3Ly++j2SsTEExxOSRmsGRrg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTcLzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrCfhAAjKxqY8Z4M6iqkqZy1W2jBljpX5J5VScX8lSIX7vxmUdkBh7W\r\nIuAwQQG/9ZSkFckJN1JDNkpjhBRXKWacsla/wnuPzr4L1Wsb6+inEaAI7ujJ\r\nVupOEqC8SFmuMs1QKxEYy+Zv5T/QTdOHNf07ZNgtt3s2KlvoUzWW7wXvuflK\r\nSoZUbFAL/bMrnJ9EK3SrQeDjCb2UpmrE56MiWFvhXg85RTCcAAxl8sMo43Rv\r\n3zvrBSidH9euiU+Zaa9Uwnna+kNZylcIEV9x3dFajDFGldHrgCxAAj/PbvAt\r\nKtpl5n+M2hWE7ckicYlwnVyw6xTfHschPmauEcI57xuL5UDB0ays0MTVoGf4\r\nhdWBzcaehzJ/nTjTL/6b20f1nZtx4ZCymVEtnPYYYWwB0odISd+TAXQ7Waln\r\ne8jYauH4Mv0E/AN0KHd9oELcESHSbq4MpY6qbX8aGYWjkJ1lcBSTN8oTvcMu\r\n/QEKPcOghIMCjui51IXDlaNygU9NubQk5xCuBSrzowd5StDw9/ZFW2Bt7v50\r\n/rkSKY9Nbk6yfiUeC2bShxPmAzw+3E3uPcU6IleXkvbD6IDkDh9YjzdGJOU/\r\n4FKSRkheFVXreDoo2m4s3GyuKtO7LM6dBhWDLHmUWHjvJqQBzmXSl4wISWtA\r\ne0Uwsn1APigxaKfZrZ/Z81NHw+QAGRlL4oE=\r\n=GJME\r\n-----END PGP SIGNATURE-----\r\n","size":4490076},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.1-canary.012fd763c_1666040562731_0.6666591980460177"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-18T17:22:16.237Z","contributors":[]},"3.7.1-canary.4af28c1a4":{"name":"@firebase/firestore","version":"3.7.1-canary.4af28c1a4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.20-canary.4af28c1a4","@firebase/logger":"0.3.3-canary.4af28c1a4","@firebase/util":"1.7.2-canary.4af28c1a4","@firebase/webchannel-wrapper":"0.8.0-canary.4af28c1a4","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.2-canary.4af28c1a4"},"devDependencies":{"@firebase/app":"0.8.2-canary.4af28c1a4","@firebase/app-compat":"0.1.37-canary.4af28c1a4","@firebase/auth":"0.20.10-canary.4af28c1a4","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.1-canary.4af28c1a4","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-JmmNyA8QC/+2AaC6UImbd/dgbpc8ksSyRCa1Hno62wBq5zf/uZX0al6LH/pPhCNPH9XN9JoNw5XVskoimAqHgw==","shasum":"27f44e931b6f3b3a910a30e00bb775122459860a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.1-canary.4af28c1a4.tgz","fileCount":1523,"unpackedSize":23789787,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAsiv2tMrxIsOhGKA2Olf3AnM415xwtAIcceoQazlQpWAiEAy8Dz60RdOqwsv2GRIKz8zItHl7+cECO4ZMfRzIbZDRo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTcoLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrtzw//dXWXXB0qiTpCC3y/eOG493+n3QrPHk+AK0uCwLWBrbIcKnQK\r\n4BcIkb+7nlx1zBc2Gl5IzhlTsMEjrfSTkW6sQZCDx/wjirAgGu/3z3VIDfaC\r\naK2mWXR6Y6FA7hki6IGzs9NekPjIL6+qwRx+3b0/YyBg+BkXWDWGkV5+AJZu\r\nr7LdvWTisYr3mUondOsfirPVTCX9iXTOuMVRDerv0nejGotav8W+34QgdV3j\r\nEg3VJn+ZZkFveNqvYFVT2phVnU2wwWNNClDyvra8UWYdB/M67qm/4m0Ejqbc\r\n4cSCRtk0EFQJZ1ZF5u5d/qRHshiD1dihmfYhz8nlAXMI7sgWxxBSTIT4UWG2\r\nofeyKO5oV4WhJkk6gO64RddK5HPkOL+ez11YDfGM2vNA3t0XQ9jA1F63so7i\r\nWhLqXfx5GEt2aVedIq+IJ1kDbckUZU4VEsgYPFvTzB0Xt9voCWgSFPhWezje\r\n3N9hGnfwfIeO5K0kYz+8IQ7rRYoJkKxn+xyFUifnUv2mlGNUI9rPdYtaWnNT\r\n5TeCO0MMacKAf6vARLm19AOjCX1tMIV8BUsNs4kG7eM3nWqwS3RQxeFQ8V1O\r\nSDwU4pvp47JyLOvjxgV0DNGkGEPS74yDQ+2IAYWQ4c52rV7NtrLbQvOusP4T\r\nsd420E/+5WERBprceOU2JLM3gQH7Pi2eNTw=\r\n=kPU5\r\n-----END PGP SIGNATURE-----\r\n","size":4490029},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.1-canary.4af28c1a4_1666042379398_0.09408565373883504"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-18T17:22:18.187Z","contributors":[]},"3.7.1-canary.3d9611e8d":{"name":"@firebase/firestore","version":"3.7.1-canary.3d9611e8d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.20-canary.3d9611e8d","@firebase/logger":"0.3.3-canary.3d9611e8d","@firebase/util":"1.7.2-canary.3d9611e8d","@firebase/webchannel-wrapper":"0.8.0-canary.3d9611e8d","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.2-canary.3d9611e8d"},"devDependencies":{"@firebase/app":"0.8.2-canary.3d9611e8d","@firebase/app-compat":"0.1.37-canary.3d9611e8d","@firebase/auth":"0.20.10-canary.3d9611e8d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.1-canary.3d9611e8d","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-d5os+bPrdGsY6e5zu+HGnXY5h9hCHCjkJhkP3WjLutSMX1VZUdygjPOt0uc/Bx4a3lzNYyucNOtYC25ViEJ02w==","shasum":"4863f3161e05fc401ee52a373cacfe52fc31c7c0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.1-canary.3d9611e8d.tgz","fileCount":1523,"unpackedSize":23789787,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDfZknFtAWdZwRYvriq3ifJ6b6DymVVQBijrjUyf7uuUAiAoheupjW0vsxPdm+0+2C4diOu569XrDr+LtNzuF0B9Yw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTdooACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo21g//WjpiyZ8XhIpNzpEiyWNqjSU2obsKAykZ/WEk2oYUcu0zOVW+\r\n1caeNigh+WMmDmPOyLguatuenANW+Zr/WWYBtC2U1k45QPneaF755zxGQqmk\r\nr01LjnMNg78dDfM5ofCZNKsPV1z3DLYL7UyBwqTC85k2Y+tEASOjL9rjwtc+\r\nxUn+ZSOAQkLqFPdIejZWNUz0Jd3uZ4Y3imShw9SUcmvFD0plC/jnxsd9SkXf\r\nx4CaSbqrgub/3xNL8CZwbLrJeQFq8Blpl5y8E11heET/L3URd4DA5WL/4aMy\r\nH/Oy4BI+cQsbF2mXzalnTanyKmQ4+fKto4Nrfi6M5Uw2vAZ+k6GNejHDxtP1\r\nyzl1wDLHOZJYuXn0IdDPGK9xi86kM5y8jfv1GaygBdN65+KsJEicXJebdPcz\r\n7x3ZrRkUNMeAFtCae2yPLiEH+gc9l/QQB0umV9EtfW4HIATyoxacT2fniM1g\r\nG3YfrSP7/9awwQSovZZhQcxlJ9wIsR1URsr7mUism/K9MgNL7JbBanI2+wqD\r\nfOmq8jiFJM6+oydCU2X34NrOZitQ8CKSkJnMw/SSVwyo3aQXm1j6SmfK0l8V\r\nVATkupiZeolw8aPHAXB/cnlLas3eRPbk2INw8fXIfr/8ZwFF4oAxB+e8oPNX\r\nLeeTXDi/u+FaS6KN+PFrEjaT4DCu51mEfLw=\r\n=Q7UM\r\n-----END PGP SIGNATURE-----\r\n","size":4490031},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.1-canary.3d9611e8d_1666046504220_0.1646720285291381"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-18T17:22:19.258Z","contributors":[]},"3.7.1-canary.4679a95f7":{"name":"@firebase/firestore","version":"3.7.1-canary.4679a95f7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.20-canary.4679a95f7","@firebase/logger":"0.3.3-canary.4679a95f7","@firebase/util":"1.7.2-canary.4679a95f7","@firebase/webchannel-wrapper":"0.8.0-canary.4679a95f7","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.2-canary.4679a95f7"},"devDependencies":{"@firebase/app":"0.8.2-canary.4679a95f7","@firebase/app-compat":"0.1.37-canary.4679a95f7","@firebase/auth":"0.20.10-canary.4679a95f7","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.1-canary.4679a95f7","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Ir4G5Oc5QCSCbqPS2oHvrebOFsfl7yh+L/P1Ur5P5JHFqpLSCjfxHbYrcW+p8BiNsiaJBy80Ioi+TEJ8ZUeKow==","shasum":"ebda81fd3f17130dfc71be427711ab60ffabcffe","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.1-canary.4679a95f7.tgz","fileCount":1519,"unpackedSize":23787255,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC9oTJsm42lCTSRa5v9fQ6AnOxBDd1wc7mCMwGY7UdasAIgbdzdhqVmpWzX6iqhBKvfhEupBQq3oGs63G6FS7Gq9qU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTt2+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpHwBAAmefd/TwH5UIJYhYahVYjxnuTIVJbymkL1jH65xrw/2SlIHev\r\nFVS5/BudmHHHkgHSVDoZ//VZn02KMpjNuRSWkNS7EuRVxyG+/A7h69LXzycV\r\nmI7VFfPS4N5jo+Lp4zDGA1yEz3gEwBwnH8KgLpq9sn/UyRFs6xxNk9qvjgZR\r\n/LAQbuijQy8gM0Dlr8yVgjpJ/foIJrU+RptXNugIw6e26xIfE2vHqteuh+4F\r\nMyOwWfVtqOV/zSScmULTEQkdzh2mvN+JRxzfBskcYMmCx1sYKZjP3Bkfe1T4\r\nfKOX5TQrWBTr9rb6JLkVslyYRvF5nVBrOSXc2+gyXB6lKRTxeMKfDeIernOR\r\nrDJ3UxvYOu9nwTqjSojU885TdwRRsxa5Fm92Z9mS7QaX4fjzcxe8ZxFuzTL6\r\nG82VkVqVAd+Y196fsIg/uBRdv1xGy3kOmCCJmQxkStXnFHg6gN10n5yGkKT3\r\nRXZV1coYosXvGEy8TSIFm8Q7m1HBwxodeXa1ycQxoNxE0htmz7gjsQybceQ2\r\ngTX7EtTJZDB6RbjTfwqVkPIhn88x74lhtuiwzjDSvzRqNvQMx0s3UfsJikUn\r\nWUA/Xq7kiS5bYD0gUd3y6J5ynqMwN7WFTs42khP6YM2dF0HMiD/k7xAOh4Vl\r\nG/wr9ubyw40cJKhFxYfaeGOimfd8FopHS/A=\r\n=Pz0Z\r\n-----END PGP SIGNATURE-----\r\n","size":4489935},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.1-canary.4679a95f7_1666112958198_0.8928594006918431"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-18T17:22:20.723Z","contributors":[]},"3.7.1-canary.46596de09":{"name":"@firebase/firestore","version":"3.7.1-canary.46596de09","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.20-canary.46596de09","@firebase/logger":"0.3.3-canary.46596de09","@firebase/util":"1.7.2-canary.46596de09","@firebase/webchannel-wrapper":"0.8.0-canary.46596de09","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.2-canary.46596de09"},"devDependencies":{"@firebase/app":"0.8.2-canary.46596de09","@firebase/app-compat":"0.1.37-canary.46596de09","@firebase/auth":"0.20.10-canary.46596de09","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.1-canary.46596de09","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-mZOI+Uws8WRpHZQz/8z7N/oQHO+sajbUEZLfr/NjqBdcIBVKrczURSs6cFxO0oaDmOXK4K8+IXi1OOOwuoVqyw==","shasum":"f1be7d36c156835a5c6245b183759fbe37ef2076","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.1-canary.46596de09.tgz","fileCount":1519,"unpackedSize":23787255,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAmhDnWwRgrdc9i6AQlqfTGCNp4U6nJiQKNirCyy9bm/AiA4Hx1zvE+jNOIkZbzdI+vqr0HFNIhww47T7z+JOHFyqA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTt6xACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpTlRAAk+mLdR8ZzqHxfo32byfJdH/wumPokWQfB2PwOQrHSodEgV/j\r\nHSmAOE4WYSmp3F3xs5GRfc9GPQjcFAc/F1YK4UfT2P81pHhkMxj17q6Re+eP\r\nt7ENyc3Vxon9C+/8w54TSMp0jNxIcOcbdr9fp/v18mFOv/7GIq4QYwZZ/szH\r\ndzpCmsZw50DTNOT5cFvMDDteRr/eeK/mioPhn3vfR1UkGbH005gXZ7O1Ecjr\r\n8awQVKoiD4k+zYFae0PaucX7r7s+KueWOOQI5vvw4/b/CDCSO37BRDkAYx3M\r\nucoYyykvjhkBPAtAXtxdjOP9Kcco6WbXN7myHywXhnHrE4fnry2yUIq+UkYD\r\nkw+g4DZslfAxZJPi4vnXG/PhGVEIFslaECxP1agpDqj4Kkl2ZBIf+vy6B3xw\r\n+HqR/sFaSHe29TSsdNtnOeu6c1b907g9QbH7QLv20ECu9/9pgDYAP7VpLi9O\r\nYeGJ+jlAAGHhJxm37mUsiraZAtC2JEQy0Wf872xbNQvJu3HqkOpyrm9UajEa\r\n57/fHQjGqElD/o1C1sDUyHbAvIDcz/gBrhorkeIS/P5wbUgvFNDyMmNsEwub\r\nzLr/ZLIOAbxFn3gCpqduBlipIZNzw6/lPprLm6k4XUf7pOeG0jqa5NaILB4p\r\njKZ/T1/JJt3O2yLTunTKwCpia1Hb4zZw9lI=\r\n=lg3y\r\n-----END PGP SIGNATURE-----\r\n","size":4489928},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.1-canary.46596de09_1666113200808_0.05980680970772001"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-18T17:22:23.007Z","contributors":[]},"3.7.1-canary.de1c717c2":{"name":"@firebase/firestore","version":"3.7.1-canary.de1c717c2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.20-canary.de1c717c2","@firebase/logger":"0.3.3-canary.de1c717c2","@firebase/util":"1.7.2-canary.de1c717c2","@firebase/webchannel-wrapper":"0.8.0-canary.de1c717c2","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.2-canary.de1c717c2"},"devDependencies":{"@firebase/app":"0.8.2-canary.de1c717c2","@firebase/app-compat":"0.1.37-canary.de1c717c2","@firebase/auth":"0.20.10-canary.de1c717c2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.1-canary.de1c717c2","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-z8lSBA1DbHRsA5kqXxX0Yq95+RTgAETfWnyQSSpgMg0vUTIwyrw3lumHKwv9hdCMUV16sAbaU8Irbkt7/Fwhpw==","shasum":"61f699259e08dbb2dc60aab7d7d84188a2feed03","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.1-canary.de1c717c2.tgz","fileCount":1519,"unpackedSize":23787255,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDfY+xYCwwA8gP0nFeKwFmkj4IhttF4XggyXQSxVPmlnAIhAPJ4ShHf/g1lKNXt3ye46rXomhbJkppWTLCmRXo3IfZe"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjT2QSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq/rQ/+LS2Cq4T+28T+PNqGJoLOL57kR2JxHdiEVw5B51KWMVXEfBuG\r\nzIKHuL1Ude6gG66XDnGsTlbxY1dJ8eCI0mCJQxuZaKMn9CQrJV6FJ8AjDzSl\r\nX9Q1EnSPg94pjo2uOCCjKslEnnlkPiuPdWzETqI/ex+S/8eVB+MWWFwqt8s9\r\ngEulXAVNW2nARTQV9ZgN+rRkwVNaY1hFV6mwrikjv2dBtZ+78KhfiAT9x3U5\r\nKKnuNQ9WfihMrkKG30OSELdTa6s3H/JQS9Nrl9ugacSsuer5psPuOkU7jrOa\r\nSCRbHUoQmMLgxSKEFXW1uk1Id7vXUDNJJ985GJOA2wThxz0WpNmqR0+DwI6h\r\nyw5QSIP3IwfAuX+cbf3jfAvg19pre8AGbKBpl5aSHuTGvl3QTeAx4jKTx1z5\r\nXc73nAndiKQua/WBFwXFNoQB3aB7Nd+JRucRNLK5hhZhSFeTLjXBmsFkaHsD\r\nGJhTM6ZfE3di7RMhrIIACKbqz/wb7UNOldiMcCTIUpYYSIjGy0iPQ9hy+lus\r\nTYxUvLzO7v99fzaRGgA2dI6IRihl8eh6q03Ozs6QnYSwUTR469mILIcukOAN\r\n6sGVvQg2kYgc/byiHxLyndILwNAHAxTm6dR5UeYwl29Y+TRlx64q6Fookm/U\r\ns5kckYLVBJfkyop+8bihXrODCTWtJ+0JgYw=\r\n=84MC\r\n-----END PGP SIGNATURE-----\r\n","size":4489916},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.1-canary.de1c717c2_1666147345896_0.826254987487927"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-19T02:52:04.704Z","contributors":[]},"3.7.1-canary.941ad2966":{"name":"@firebase/firestore","version":"3.7.1-canary.941ad2966","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.20-canary.941ad2966","@firebase/logger":"0.3.3-canary.941ad2966","@firebase/util":"1.7.2-canary.941ad2966","@firebase/webchannel-wrapper":"0.8.0-canary.941ad2966","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.2-canary.941ad2966"},"devDependencies":{"@firebase/app":"0.8.2-canary.941ad2966","@firebase/app-compat":"0.1.37-canary.941ad2966","@firebase/auth":"0.20.10-canary.941ad2966","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.1-canary.941ad2966","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Gm7qLdYVqCQJR9R+A5a2dchHHm+yyjuGvNzC7LGTCu4gbXMzWFmiwq2xHYKL1jISO3a5cceRRtWMfTaMbjxKYA==","shasum":"ad0ebbf94f91d9331a177038d998cb8bdbccc568","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.1-canary.941ad2966.tgz","fileCount":1519,"unpackedSize":23787255,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC4Z4D19qTIotmudVQHlVqX96w5PkKGdiFVakT78OstGgIgKSBGlQYQlXyYwYJTK9qYl77fCvLCUlLDrvcdRiKExgE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUFL6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr95BAAg+je82GbmSdQzMAqlIg2Wa6hxzJIJgB9FM66QjLgD6iozHKX\r\nQcoO435uNeGvy+7BLjLPiQTkE6Hacghpwwm8IeAulJ/9RD/m9ddGqagLeiM3\r\nC7j2fKFXcPQj7N4xpvJDkbMCZwuZCKq8FQDKtYXq7+zq3dwZ6hV533gXmPxa\r\n1CqP6qHs1X1m9aoBunJL9/Y7VF61J1QtK+gUKOFU1zyUaX7BCPnOZtz9IT1W\r\niXALIaam2FxD71EcjzvvPvnE63ld7Gqew907hhA+OYxf4pjOGWPOOXXxcP8C\r\ntdMNytV8nA3wdYQw+35bPRAoKJHZ+1aeFR/V0rC364hbPM0rJCNBt/3QYenx\r\nYkTpRf7zeJK4mMfXjq9MfZunVeS8E7kEgaqjGKcVLdf+hnesqnTk0uy5NruI\r\nTpv8DTtJXauVdcTOHRc8jiKd+YfC6jpa0vWsWUApxfm56ZCgKomzIhcR6sGR\r\n38TyL1q4G8hjGqYfBQJClNe8IFIaK/9sUJj55MDuTg/+5zxeucjrL6m4161T\r\n93hdW9xcol64K4MAb1Ok32FSsoHIjrHMlt9o8F8zYnKI0h3rIWAR5P7lqapV\r\n8iSvntPTQk50uIXuBn59VRpUrquSeiGhqh3uZ0ux51m/I3eBbrA/xTfsWkDQ\r\nhnMU+U2yDfYhaP7eCw21cYgtjijndEVV8HY=\r\n=asoA\r\n-----END PGP SIGNATURE-----\r\n","size":4489933},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.1-canary.941ad2966_1666208505729_0.3243598699524688"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-22T03:46:57.335Z","contributors":[]},"3.7.1-canary.8f031b44a":{"name":"@firebase/firestore","version":"3.7.1-canary.8f031b44a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.20-canary.8f031b44a","@firebase/logger":"0.3.3-canary.8f031b44a","@firebase/util":"1.7.2-canary.8f031b44a","@firebase/webchannel-wrapper":"0.8.0-canary.8f031b44a","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.2-canary.8f031b44a"},"devDependencies":{"@firebase/app":"0.8.2-canary.8f031b44a","@firebase/app-compat":"0.1.37-canary.8f031b44a","@firebase/auth":"0.20.10-canary.8f031b44a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.1-canary.8f031b44a","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-QaLv60bneqjux6Lb2nepmQItuOR/oREzkyFzeSgrSOEkSVYiUgkIkqi/QgBjEEnmAli7rUTZve1XCPOYfGmOfw==","shasum":"6076ed7da4ba31cf2dec372348e12c6c454f71ab","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.1-canary.8f031b44a.tgz","fileCount":1519,"unpackedSize":23787255,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA42nkwXFXg3a1D29vy7Bysob2qWQ990DUJyAvXmRDHtAiBouINp4dEiAOVhVJ6g9egBywr4gbJ+a4EXxVHT1c/DXQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUufeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrcVxAAhGZU9nqjUMsktl77gT4zAh10TE9iAfcGyE3OqPbeO4JMi/zg\r\n2p+FkmAD2TYda4qqFrlT1Ctslri+J7cS2MjfrPFIAzT8IYe3EvPAIVzLPgB7\r\nAQH0SVrlWES8S6MQ+2/2PuxXFewXsdKopq3YFnCvNkantCwESaNk/ccGL66A\r\nMwrArRfWxXq98F/aaspkkeN69tAZ/ZjGB4YBJwUZI4z0bLnKq6Upc2hp/M08\r\na3OrtdD4eaFJztwz0bksuGm/WAPUGnkBEH9JPpsBYNiu2rM1ZiI8/OrCgG2q\r\nMvBNBdwuV2SiwDBOu9z+NoMlmmoCeaqmoOFiqd83l0i0d+t6cw0NxM8k0xT+\r\nRJCQNswd0wCRdmnU+5FpUMKDuWmuqyYL4OkH/NsceNvb0ADeo2O1W2zJx0xo\r\nYBHIZIsDET9Bi0SGD9Lo3QZ52lcEjKyK6vm0y2cqnx5uP8U0MT8OY83RUryg\r\nuR/IvIicS/3+9CjQ50F8eK6kbcEMtNWNoknWS8CwgJ/mYju5iWFjyx64qAeN\r\nftdDI/Fk7ZId4wLizU6opDLnM8ru22VagXxhv/8b8vTwbKM3WqGvbnANcs9H\r\nGkSwj2frjqcDoHtSKMrGzhsylOJAlYKqR+weyaHYLa8xyhsNZHE5nWfci4JJ\r\nJ+3dcnQ72DCI8qMFD8WIMAtJwju84u+Nw7U=\r\n=wS9j\r\n-----END PGP SIGNATURE-----\r\n","size":4489928},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.1-canary.8f031b44a_1666377694364_0.6646637681361534"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-22T03:46:58.823Z","contributors":[]},"3.7.1-canary.4b9da74db":{"name":"@firebase/firestore","version":"3.7.1-canary.4b9da74db","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.20-canary.4b9da74db","@firebase/logger":"0.3.3-canary.4b9da74db","@firebase/util":"1.7.2-canary.4b9da74db","@firebase/webchannel-wrapper":"0.8.0-canary.4b9da74db","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.2-canary.4b9da74db"},"devDependencies":{"@firebase/app":"0.8.2-canary.4b9da74db","@firebase/app-compat":"0.1.37-canary.4b9da74db","@firebase/auth":"0.20.10-canary.4b9da74db","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.1-canary.4b9da74db","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-kXmMPVs1qubMvuHLSzuQQRIGUQszigNBG+hTnFm9q2HOIKI4Boziw93KuswbJm/vLqAmT3zYayiyQQlJ9Jg6Yg==","shasum":"397e6ff3c4004dbe800ce4b31ace6f6cb71020ab","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.1-canary.4b9da74db.tgz","fileCount":1519,"unpackedSize":23787255,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD9/pUqEliFiNveSJhkz5Xx2CezJmhBRCoCHL+8hRasMwIgCP/0HmkRmANE2hYdStpYe8YVgq8rkqqIquDgrh5wKD0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWD3iACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpDWg//X3thnpWxj5AEh0Q9dgllDj3/UL4oQ1zyJE32Xtk/k2ydWTYA\r\nFGL2fXN6+t3TKre0P/IYiscGFmmaN0IqAgbcGOMq3Rgm8LM4bgwKluwhg2q+\r\nWtGY0+kL/SUqR0zEFwOaKsXlkBn0r+QFaxcif1BZrPCEU2//JinNtUUi3kBr\r\n/zUhrz/fJ4Wk4RBGZFG0uq67aoe7cC1vwygTHOP54etmTeEIV+N9xEXGfJBr\r\nGzuC44h52aGEXZfMaJv5pzJlYqQB9S1qGlkDGwrhgeTJmwf2Q0G/Cqk3x1LA\r\n3QqGmeYO9Mtp2Gcz+rmdtOdoMLC7a0PmXKrsQ9BeQE1EVGxLngo9e7uFmNYs\r\nKwLC0SYA45/93XDs6IMa/yFKRl6olV9k3Hgl/1CsOzNSYfD/MfqqqfeJA/cL\r\nFx5hcYJpk18ate7OU3+WQYB+iUJs2Sr6j3ji4Z7IcZLZCzOGcG3FOBUqfyvy\r\n1DITDpYuce6UDtHjMSIu3xx7eV4z10XatzViPfzLtJJ5NihneNsjHcTYSn/C\r\n+0w2PRrrTVgYcWp4cDFUyTB4OI5cSJWqAe3pveGhkn4LgVZeN13RMwekqsqq\r\nSEo7Ks1j2MzDepchtb3bWl3cfyUFxHvFxqv/44jkukfWiLwr0XTMOypaQpT5\r\nDJ19JcjOaLrVpNZ7hWBLEVUtPnaUyZpF0GA=\r\n=2R4g\r\n-----END PGP SIGNATURE-----\r\n","size":4489926},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.1-canary.4b9da74db_1666727394040_0.36604346990324643"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-25T19:51:52.397Z","contributors":[]},"3.7.2-20221025194556":{"name":"@firebase/firestore","version":"3.7.2-20221025194556","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-20221025194556","@firebase/logger":"0.3.4-20221025194556","@firebase/util":"1.7.3-20221025194556","@firebase/webchannel-wrapper":"0.8.1-20221025194556","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.3-20221025194556"},"devDependencies":{"@firebase/app":"0.8.3-20221025194556","@firebase/app-compat":"0.1.38-20221025194556","@firebase/auth":"0.20.11-20221025194556","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.2-20221025194556","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-k0MUkS3i39wt1rgk+HHcFUVzDZkOCrSKtylzWiFVh0BVNc8hx2x6uGf+t5gDHrYe+girkHot03NabZ1U9WQEoQ==","shasum":"6fa77bd050472b12a33b796e8bfe41178ff62616","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.2-20221025194556.tgz","fileCount":1519,"unpackedSize":23787768,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH5SRGlTyR3+joDZuruPfk+DWQ3tQVJgo/KdhnLHJZHjAiEA2MzMIrkZAs9LUMAPkzmUzgoksjmvBnpMIdy6nq98psI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWEKKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo0Cg/+LfSLv6P3RHin8R2vuXHgPiAoOkTuM9K9R2o7N+JCzTMMXRyV\r\nHhTpIlP3f/ykIvSFstymXhJt9bo3U6TQAHJ9ADfO+++quvzCvF/h+KpPrxbm\r\n7SuIp056j3Ht8cGfepU4SGro48oUi+V2UVn07c2d6UWp/cuTcAmvWqIAzoR/\r\nDcLfksqIzCh5Txt1c1tb5teI/oZUzcaf7xycv7ZNDn6kO+VRUXAIkA/sTM9v\r\nDy7v0ZHME8G0KSX7yspyjptmLfbOk3BrvpbT53B9fUoaDKmh+mYSR0acORhj\r\nIS7cCfDf6HFMfXVpZkciDWZvqYOGWKUcLCODNstMm7NlOfeAqKGnUuKp+qVI\r\nMiHkhZI6RywgdcEHOs/dXU+2NcMogJa+xnWaqk4OYdCF5i68ypKeY71nqU9q\r\nTNGQGl6k2AEG8sqpgfzMT5Of/QMzvmZNi3nbIol7NP6DIAW1d7FR4IrEmVF9\r\n298H/lBRYYLhqlgdalJ3GDxw68t1l/c+Gz2tJOiSA1du+KNArK4+n1K+4/4Y\r\nUhV41xC4lcl/yxVJfm+WEiw/UWd4DuZYFxHWfXyc65wZhKdCgS2mYt/Lh+hn\r\npVJg0k3OEeQF4lI/9hiRdI0ag0SMGs9RkHIALGGd6W5SzdVTZ2gKwEijUDVC\r\nZLL/T7o9wBfdRuuPS2bkfVMhwiVjWrcNIHg=\r\n=633y\r\n-----END PGP SIGNATURE-----\r\n","size":4490059},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.2-20221025194556_1666728586289_0.795835471879559"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-25T20:21:13.388Z","contributors":[]},"3.7.1-canary.3f1354f1f":{"name":"@firebase/firestore","version":"3.7.1-canary.3f1354f1f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.20-canary.3f1354f1f","@firebase/logger":"0.3.3-canary.3f1354f1f","@firebase/util":"1.7.2-canary.3f1354f1f","@firebase/webchannel-wrapper":"0.8.0-canary.3f1354f1f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.2-canary.3f1354f1f"},"devDependencies":{"@firebase/app":"0.8.2-canary.3f1354f1f","@firebase/app-compat":"0.1.37-canary.3f1354f1f","@firebase/auth":"0.20.10-canary.3f1354f1f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.1-canary.3f1354f1f","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-ahCoofw4sBi2yC/tjTgGgZhkI4N3j6CsZv7xeFruX0t7k+YdgmN/No0PSpri7Uq9H9MJTQjy6Uj2XegK0XkSVw==","shasum":"708342547c71969b78c9aec8b9749aa77e478498","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.1-canary.3f1354f1f.tgz","fileCount":1519,"unpackedSize":23787255,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDaDAxvU5jK6eyTsvOfW802+qcoOhV/ROgnYpcR5jFJhgIgC86kkhi0F0Wa6nmysw6RahvFX18VG3BG9dsznrHtAl0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWEftACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqj/xAApK+XZZoTG6iqEx0Hvc1h8jpXiA+2u7WGlN/OcdXZ0lem7Hz8\r\n7e09UVTA35BsNg59U4RIAN/vs8xhQw71clbngm3FPKdnrtD9rfKyi98Gg6wl\r\nQUsyxRcqHI5ZaREXqhGLcMcGfM1pQiwD/rgl9KydbN7xnu5VfURnpEwOzezk\r\nqrupqeoNjnzhrLPM7GzpzOBXApriIM9UC58V7y3LvOigvPD+yBii/Ymu0U2s\r\nMVSTjeEfp4bY+gcZ4v2HUPErcQybflqxAEpzTVf94RlgT0dSktkshSUibIhg\r\nGkpcuBaexqt9yKQTJuDUFrz7bCnPNkooOw3PpbOk/6U4Us6XXghqyvNp+IBP\r\nb73TvjCvIThy0+r3PdHwnOe9Y0FdGY/Vz8ltq2byQeJlkND339tsD8ELRwPM\r\nmGznNv2iuE/9frRs0CRv2LXsQNIrGJHHIxsZG4wibzsu5bhPDHvWpFoDt8ad\r\nrJ3g/XspFPsLpODZqQp0eD0bynOmaUUGerM2rgLoaSV1vL7etZLMwaaC7Fkh\r\n4emgmBYf8jCu2/KK7vvsOU0FeXDKsIGSYwu0GbKTc4dTCED1NH7d0Hv0Ihdo\r\n1Ca2gzTaJHvGRW4bzq0o1IqLxy3D/i6DAIIDFdbdAJINHJhfVZopsRdC3lkp\r\n6FvF8Ju4kFq42GVuoss1DNd110vv24AchcI=\r\n=g4rZ\r\n-----END PGP SIGNATURE-----\r\n","size":4489929},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.1-canary.3f1354f1f_1666729964673_0.2920295836257767"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-25T20:43:21.468Z","contributors":[]},"3.7.1-canary.bf7cc8f69":{"name":"@firebase/firestore","version":"3.7.1-canary.bf7cc8f69","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.20-canary.bf7cc8f69","@firebase/logger":"0.3.3-canary.bf7cc8f69","@firebase/util":"1.7.2-canary.bf7cc8f69","@firebase/webchannel-wrapper":"0.8.0-canary.bf7cc8f69","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.2-canary.bf7cc8f69"},"devDependencies":{"@firebase/app":"0.8.2-canary.bf7cc8f69","@firebase/app-compat":"0.1.37-canary.bf7cc8f69","@firebase/auth":"0.20.10-canary.bf7cc8f69","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.1-canary.bf7cc8f69","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-fgyPIGM856C3yhUMA8yl5E2XxRylLhpUaX4AuXAJwL+fPf0VqdgjW4pf4hP8MA8xrc4Y4pUebyPc3MBkCCXRiQ==","shasum":"4301a247f4a018f0a8ba9997c6e1b864b68ac212","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.1-canary.bf7cc8f69.tgz","fileCount":1519,"unpackedSize":23793582,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCxWH+wRYTNszgbI8lOE+jUQAvhcpzUyiNRQHvXMnQEAwIgQtKjZOZKuc4Ygvq4cKv81Ts1zxTAI6uoBmpB2oezAb4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWd2SACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmprXRAAoAbjFB5BuvIzZ8oTSuADOj+BbGvHemMIlNWKZQHQBiN9KhmA\r\nVHKyBLMQR+xSQIzz2uOU2IZY0coVr0v0C+RXpGcXc1vJQYHf2rsbfbgZDFgc\r\nhQhNdpG4WX1Tm+JeZ5jFkGW2pUCAWyR3nNeOZ5OyT7daLvYptf7C2SOwqMjx\r\nfjzF5ym12EzvL0CE32SLCV/4JEY7AtKOo+eJIqREUY/Ge+TTJs1aJ0kYwt+N\r\nOOsYWG07tgQH87DubZ+sH1+4IUqnCVvu6X2zK4zXQBhsvtpQJISeROYKO8yt\r\n+tSfS8SB11fGzKBzq5+7tVnYKr/t+PYCryGllxvnA1U2FSF2r4a/Gf7TCpZd\r\nh/EAgDw5l6COLQCxcQkWn9uXGPiX0Z7LDrwcesPV6GSKZNvtLdPG2dT1K1NV\r\ncXZzH1GMZOulWqXDp8xBFRrhTqpQQ7+eZQ6xmrU2yl8qT876/xENGSyEnY6t\r\nJDw/HExU+Mjv8LZOs8LceRD1Z9H1s5uJDP1mqqVe3bdy56VZrholPni5MVvm\r\nctpkdC/lA2zM7+wF/337l+SW3n076mCH/oyKHdSRxsJYT/brNCa6qyj3FIjj\r\nzSGQollhLvr6Ewod/p40esTddkx09RNnii8TJeKbbKsfAiW65ehtW1u5F3Eo\r\ndLwWbuRqnnZg8AP+HkHscGx2xk6wY6QUmOg=\r\n=La8C\r\n-----END PGP SIGNATURE-----\r\n","size":4491703},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.1-canary.bf7cc8f69_1666833809988_0.7744018883279373"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-27T01:28:13.227Z","contributors":[]},"3.7.2":{"name":"@firebase/firestore","version":"3.7.2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21","@firebase/logger":"0.3.4","@firebase/util":"1.7.3","@firebase/webchannel-wrapper":"0.8.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.8.3","@firebase/app-compat":"0.1.38","@firebase/auth":"0.20.11","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.2","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-PFTwzgRxCmUKb0jDx5zEAXpl/8dv8+Y0GBMghL9D7kt2ZeIA05yzo05yOKL/d5lShOPJ76/5dkOJty8zg1IBtw==","shasum":"de4ef7ea405082bcf140a59b01b960fc36dc175f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.2.tgz","fileCount":1519,"unpackedSize":23786949,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAd2Pv/9De94u5Tsj1aIkm4IWMKsCr+bRzB0ssN/MgoCAiEAzqaAnvRy/RD4crXAZmuKcQXcOC55WCliuHCmBa7a/x4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWsonACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoXxA//ZTBahLzfuEb08CRL5Hjug7Ymdyy+lg7mGqmKj3sB2II31rL0\r\neFhlC6/I+WuwMpcg9gx0uYLichPFtcme2SSpSHnduJHHG04tSWFYfyhgfhA5\r\nx0+vVRok3ida+dR1V4E9dFgJ9MDKhoYRqi1PvWqtI7L7Et0EchQlgKnbzTL3\r\n1sTwuNlR6MTMfr0S7Rfcp+VyQ8LSO+fQmH/MFJOT8c5UYQF191QQQ/+/BLqZ\r\nZIvFUabsjst0++3xHgkmnpAP437ffroinSbfGvsqlk6RCUMgMR/KfdjAecVj\r\nVu92DyonvTyRbyiQZeZULIONgC/K3In/vhhJVVuQfhgDdVgmsmG0CIuguZr2\r\nJcewNbe3rw555FCfStNxhWS1Kz5UErabWuxBfnvcfh35OrME9gU3vkNztn4C\r\nBQkxwhNMT03ywNiyQ3wL1xQ6F9nD/21bPZ61x9R6Fd1Sozhcct7ut28gNATx\r\neepK4SC7VfbiMysraVPI8n0NYVzCf8bFePgrnUXzO9snf7VmE72FCRd1DXTG\r\nIrrrsz518thZgTxjl2d5+iSZb+GZzEhHJHMLPCG0cuEcj/cFwd8FFYosfoCO\r\nF+SyfBUsPKWWezv5d9xixHmDpJ1QWmZVpplLYu8V4Sx19Z9BDR6rMSnyqi1n\r\n/VeoZpdF+gi8yD5OWnyzo6+uSwx+mI0T0wM=\r\n=l0le\r\n-----END PGP SIGNATURE-----\r\n","size":4489791},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.2_1666894374995_0.2977288879322635"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-27T18:13:50.270Z","contributors":[]},"3.7.2-canary.d7acc9653":{"name":"@firebase/firestore","version":"3.7.2-canary.d7acc9653","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.d7acc9653","@firebase/logger":"0.3.4-canary.d7acc9653","@firebase/util":"1.7.3-canary.d7acc9653","@firebase/webchannel-wrapper":"0.8.1-canary.d7acc9653","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.3-canary.d7acc9653"},"devDependencies":{"@firebase/app":"0.8.3-canary.d7acc9653","@firebase/app-compat":"0.1.38-canary.d7acc9653","@firebase/auth":"0.20.11-canary.d7acc9653","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.2-canary.d7acc9653","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-WgZwxRGoKjn9H9RGMFAxB6s5PWR6SNUaKzBk9LBHLwj6pCTM7pIMKyo4JdRbSei0aV3yvxRAbSMY+JByulqQKw==","shasum":"b9647735d807b3c05e1ffa91423be6348a82badc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.2-canary.d7acc9653.tgz","fileCount":1519,"unpackedSize":23794071,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFDRXygXb2TNz8hgRaT6o3CpAwqUIZug0K7BBdg7xG8rAiAZdgUOTLKz+2g2TOzXybCEW2mGVmR7uCGYI/Rvr0b1aQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWtt4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmop3g/+J6tdSroUbhotZU24d7XDfj0Y5IEou2JnDCDtnkUnr/KPEdd9\r\nWbvvZARg2zrRBSDXgfx1E+prk07/+SOJQSgRwIIibz5yASoSXTTCT2Ueuvuq\r\nDBIpBf3HIhBGpiqZA8Yy5bDxPorQY+Ra9R/SMfck4hkLtL0HkM3aYO65tfRs\r\njAX7Nj34caqRx9RBiSHUW97yHaQQfJ2QzNxfC6mC9NDS2Zp+BKaorBrrn8RP\r\n5tJxyBbKPhNRWsH803Uc94KGVOcsGKpXL7emSrsEWlS1Z50kj3KkmU6F1GLs\r\nywh2ZXHsG/GOsKR67RgRSEiH3V/xXEzkk2E6a1/gGhzWeyoPp64hABbmrvyZ\r\nZrtIlHC7d6/fs888oIAZZvk0txUcFcLnJMFeEyZyYvymcoObqsl7n6sEZ9Yn\r\n6zvaHMB99CwxTj+Cc/Z3/Bs9XNh3w+eAbexxtoRXHagURV1g6O2pRnTm9K62\r\n5S+biIUehceRrAwkKmHqTPifLyLVLhCyx9oU9HhhmCDkAX4pww8s70Psw6UW\r\nSCW8Zrk5uGLuJDVcS72cDyRh9eBZfMU864i6IlDgiO+sss1hfSqtxcBgTgNU\r\nvVQuQKqTvY2aR1Lg/JDZgMBylO8xACepPLl6GkSL27X1uxJPG3qyfr4f8lLq\r\nyh0FPArJDxj/+xuVEoqsp+AMsBjFjicNjcw=\r\n=Gf95\r\n-----END PGP SIGNATURE-----\r\n","size":4491813},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.2-canary.d7acc9653_1666898808216_0.8314454747191808"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-27T19:27:51.906Z","contributors":[]},"3.7.2-canary.e2a90bf67":{"name":"@firebase/firestore","version":"3.7.2-canary.e2a90bf67","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.e2a90bf67","@firebase/logger":"0.3.4-canary.e2a90bf67","@firebase/util":"1.7.3-canary.e2a90bf67","@firebase/webchannel-wrapper":"0.8.1-canary.e2a90bf67","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.3-canary.e2a90bf67"},"devDependencies":{"@firebase/app":"0.8.3-canary.e2a90bf67","@firebase/app-compat":"0.1.38-canary.e2a90bf67","@firebase/auth":"0.20.11-canary.e2a90bf67","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.2-canary.e2a90bf67","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-WTp3Fw+SEfZy1q44iSWZsy5Xsr1at3Qb0PO3juDvV2qvH9QwbCKzHLVPT65SMg6nMhDenweC+XnKqxWfkaA8sA==","shasum":"e7a84fa89cc09b93583ab001dd50602ad68955dc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.2-canary.e2a90bf67.tgz","fileCount":1519,"unpackedSize":23795001,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBxUVr3pf2ip02zWhT0LWLgU4t6UwIYFq4Gpx+sbdW+BAiA2Ow8P4JiOd+bTFU+zXuZeHmgR/GJxfvHLIaDEqu1i8Q=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjW/49ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqCeA//aACuMk4qhYO9Qbm3na1i5MLr4e/X2mDKNxdzSv1qaUXbFUdB\r\nyfblCK0SoFXMB5ajfaHvLHQu8jMJVIqS0vNqSOgXB44TuKBNwu45C67Gh7cc\r\nE/iMxWaGY1g7Cp1X6nDoOBWtKVbD3LutLjWwmIRjDVnsWUxdsQrFRzRZXAxm\r\ntRy1WusNd12Ye5DWq1Y1lrDICWP2Ki4thZ7wvr8URBp3TxYOY4QlDdN1uieU\r\n9zDnxlDzJLstclgeXpGBbLD8z4z41FeYK/EDQ9uVfYBM1rE9ypT2+jjJg+Jf\r\n4n35vI23bEnh4cMlZzH6ul2Wz1GCxn4oWySt16XdSRC+/MMH8wMw85FfuR/x\r\nJS5WO1cS3gCEibELT2dL5M0pshVDumVvxrWXtfx5oSZmNlxcdWbr5/9gJFhF\r\ns8cj4Gh9qE9DEa1pp+59BGWz08V9xKfM3XoBxDyfnjGSfbi2Tnj+z64Qoh9Q\r\nhgf19LjeCakoYPu4Nz+gItl0DpDDid4kxZgokGT47WIkU49K40OCj/Sf2vum\r\n4ufQ1rBt3c9z66li8vtQI+Wg3OVlglGWY1/eKkBq0eUyx7q1/9hU5qM25+zl\r\n2ISpI/54CNCzbVoEOCHwcOoOqsspqx6nZXjrF8YNaTCqQI8JrUMDhbR0C3DV\r\n/6s9TIG8wa7qso2qpUtqUZBWIgYaSOQA4X8=\r\n=8cAC\r\n-----END PGP SIGNATURE-----\r\n","size":4492015},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.2-canary.e2a90bf67_1666973245342_0.5320610282608049"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-28T16:10:22.791Z","contributors":[]},"3.7.2-canary.9e9ee7ba3":{"name":"@firebase/firestore","version":"3.7.2-canary.9e9ee7ba3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.9e9ee7ba3","@firebase/logger":"0.3.4-canary.9e9ee7ba3","@firebase/util":"1.7.3-canary.9e9ee7ba3","@firebase/webchannel-wrapper":"0.8.1-canary.9e9ee7ba3","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.3-canary.9e9ee7ba3"},"devDependencies":{"@firebase/app":"0.8.3-canary.9e9ee7ba3","@firebase/app-compat":"0.1.38-canary.9e9ee7ba3","@firebase/auth":"0.20.11-canary.9e9ee7ba3","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.2-canary.9e9ee7ba3","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-UQnL652IbywPTBVRRKYli7Vf5MHv/5vAuAa3D5o/QKR1WwEM+59L94cs64e7Oj/Y4re3GdaW+iGbNlWXDny4Iw==","shasum":"654b1849898bee8299fefbad157f76b4f8787bf0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.2-canary.9e9ee7ba3.tgz","fileCount":1519,"unpackedSize":23795001,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD3/8HZPiAbRXsHWUu1QQmq/svuyTuqrawNDZS/PR2I3AIgTlHuOKaWHGcr8OblclYpC5LoPbhykYNMsWy243b5CNI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYZV/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmohgA/9FvtcNk/OO/9TMl7MCwazYGnywETUae64mJoo+6YYCkntH43T\r\ngUwsuwRDQwMUuSJfEd+gC/fP9sNlJmfuNcrzR6sV2W6EYqIGhlyBefnvkeyD\r\n2ieQxOAF3JwBsLpMCtfl4QMMRb1z9BbCAngnvR8KrZRX1WhQjBfypMMcbM+Z\r\nAAB6VrwJkqVIVg49QvUVGpinN9oIqNA7LXaJyv8FmdMWorinVKHrDq+QkoYY\r\nqwLFEDlpyhOcc7Z/QjuMRRwlEZMmuCun+pNj3Gg/OeKWktdciqLx4QGicfGR\r\nUpd6SADj2/3D6kt1J8oBuAVQmCX8K3KLo0z7BB9qeljNLVfNon7n0svIe8vN\r\n4mwIgoNrEsDX1TKl+dtVMu+0DmDEincJF/wvj4vhchmpEPY40H+mMyzImTbA\r\nF16n5XCvDyZsKZs6ZL7MUihclw7n88Rq9s+kN8Db0Kbg2HRxN2zBMAvCFNeG\r\ni904dfaSjMlBeHs/3prG42STpqbuX/+V2XbvOSlMzKVPQpsMjFV6V+M2KHfA\r\nXIOPUslRJKfU6VcOzFgCECgwRAPIyWdKAFN0hUxM8woBCOZgkE1xLHaFY354\r\nl6V9+8hvn9SDuIe6IoD8A3m86f6dL/Tz8JJ/vXNRN/cJ4cTCWDRJcamopUW4\r\nC7RdRJR1J/LyodoGyT+AX670+tIdxstOK0c=\r\n=OkaR\r\n-----END PGP SIGNATURE-----\r\n","size":4492006},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.2-canary.9e9ee7ba3_1667339647381_0.5806410340216699"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-01T21:54:55.937Z","contributors":[]},"3.7.2-canary.457fc2eeb":{"name":"@firebase/firestore","version":"3.7.2-canary.457fc2eeb","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.457fc2eeb","@firebase/logger":"0.3.4-canary.457fc2eeb","@firebase/util":"1.7.3-canary.457fc2eeb","@firebase/webchannel-wrapper":"0.8.1-canary.457fc2eeb","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.3-canary.457fc2eeb"},"devDependencies":{"@firebase/app":"0.8.3-canary.457fc2eeb","@firebase/app-compat":"0.1.38-canary.457fc2eeb","@firebase/auth":"0.20.11-canary.457fc2eeb","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.2-canary.457fc2eeb","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-lVc68rSlhz9j938T5b6IukHXgGcoziJb9Ndp39XOluOP5c9VSCV3y+EJst+WhZMtkhaQ5Rq1ZGzgmRL9NKITaw==","shasum":"8e67c5b63d678b6882b36def45c4f8273da110f9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.2-canary.457fc2eeb.tgz","fileCount":1519,"unpackedSize":23795001,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDdMMuMc13AYJFP0fT7O73UBmDyccjU/DTlENAaMjIcggIhANilKgzzSqt+2km57yNaWmyT8LjfI4erZCqkUmqPPwr7"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjY/tDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq/bw/7Be91bQlyd+Cnygat0b8bZ+UnB0c/ZxKz75QilNf8W3k8Ycc0\r\n33lVz6mTf9sB3lD+q4zYmTvveuT5/2v3GLrHxcKIrP44PjiETqZy/5jUszOp\r\n+h3L3cBLFWDe87UiPIfDUspD6ThT+FEVTXQ1gyLA4GxYd9B7z9BoE0txu9BE\r\ngRo0jY1XLhYoz6hWcBF7c+KyGyHiytjJYiHkViXNoWe5nkCTH4hRUQaGYZKT\r\n6j2YZ5/jvd5xbT0h76IK8ZLW7FJBqn5kVa/jHjKvGaC9oz53WwdyfWg+KPl4\r\nq5TeVUzPW6A262RQPW921zcCgzDsB75cV12MnX2bP1xTfi6BXXP36uv2LEAH\r\nCxqH0DEN9o5V/ZWlJWD/3B+Gr4VTysnir8RfVJzwoOGGi6KuZ7958NTcdDuM\r\n1QHBGSDTxcnASvbTwQLuNoYA/6FFE9WqyVaW7nQKllY8FBVkvYIqGVLSk7/p\r\npnCnPj0qQnh8s3iepp/hwvmDqpT8MOE79uTeiiLXCighXdBvlNUmGzP+zasw\r\n8s+iJroTw+QIXt108NOkTthSWlbZz9J7nCI65wXERU4SsSUiDmJPH8QbvNZ9\r\n6faWZG4Tk/Gd1woQBZriIRZQKLkQiB8jFukKV/3gCjpLAOmtOcabRVjiXZGY\r\nJ1Th9C0pi6MyCKk75PeA085XKuE04CilUk0=\r\n=XfYj\r\n-----END PGP SIGNATURE-----\r\n","size":4492014},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.2-canary.457fc2eeb_1667496771184_0.37363839138019594"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-03T17:36:16.034Z","contributors":[]},"3.7.2-canary.80932363c":{"name":"@firebase/firestore","version":"3.7.2-canary.80932363c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.80932363c","@firebase/logger":"0.3.4-canary.80932363c","@firebase/util":"1.7.3-canary.80932363c","@firebase/webchannel-wrapper":"0.8.1-canary.80932363c","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.3-canary.80932363c"},"devDependencies":{"@firebase/app":"0.8.3-canary.80932363c","@firebase/app-compat":"0.1.38-canary.80932363c","@firebase/auth":"0.20.11-canary.80932363c","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.2-canary.80932363c","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-aSSzKAYtaSXSgOHkxtw07JSM4R5EoggCOP3x8aTsMw+pL9vLKxJa6+w0nqrQoBtEJc7PLzasEyFIASTqtyB87A==","shasum":"4f71e1bfa9f00419464169dbdb688e87d0370f6c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.2-canary.80932363c.tgz","fileCount":1519,"unpackedSize":23795001,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBbETKTpvDqtsDvcqSFga/D5zCZspY9q4Sm3WD9LYsb+AiBi5Fo3nLtQ45RIjFig4QXfeu1gOtcaWAYVgFlgssFYgw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjY/vpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmptSw/+KdgRVIMooTJDRPdqK6cNv/Tjf3PCkgzzP3J358aW7dYIouD5\r\n8q0b/fWTdRaxYjsiUwnUDgV9sRgtwJnEyRbZ9HMRv6egkIX5LFxDOxdcLw3O\r\nRbIwse71zvLDd6SW3ep2VJao4JlH5KGC6fgP0eHUqqq52ni6d3xWEx8TRFbY\r\n59f0NCv3WH2qbLs+cRsHcI2F/Iin9zYPL8mH9+c71GDTXsmMysgmChihZIWf\r\nS+X43g1uJbnvbPqd3aQ/wdzBdJLVqGU1vIdWZG2YDHrWNFzGwzqW8G8IetKH\r\nR51BLjEq7KtYq+9hU6vI0cwlbkw686iOkyEcARg+q5qfZ500hn6trg2dJJv2\r\nDlmuSOI88eeZmQGM+tvHxQ5U3O/496eqA45sjACsmEDv2uhgCpvOol21mHFh\r\nTVMJ5iASii4EUSZAAVaxo+mVs9WsWOKFJuaOLzao/v7b2/cQre1ULplJWQPu\r\nOp1v7464YDVMJ28Ho3lbyuaxRFcpsAkolkutK3OWQSzrfqLZtUuE5JBcrWEO\r\n5SNGedK4dhfujHSfcHaN+5omiiYs/xkCv9VIDVKp27HDG9zqYbbN+wm+uoJ/\r\nfPxdvn5q3NaiXroMrJTNu8abvFrCHN+kC3JvvsdeVGBQABLNn/d3BD56nlHH\r\nL6Aa0Hv929lUc4LLYjyk6VKnJpt2bJ6sFxM=\r\n=mQ0i\r\n-----END PGP SIGNATURE-----\r\n","size":4492030},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.2-canary.80932363c_1667496936914_0.7288006540746539"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-03T17:36:27.170Z","contributors":[]},"3.7.2-canary.7e0867017":{"name":"@firebase/firestore","version":"3.7.2-canary.7e0867017","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.7e0867017","@firebase/logger":"0.3.4-canary.7e0867017","@firebase/util":"1.7.3-canary.7e0867017","@firebase/webchannel-wrapper":"0.8.1-canary.7e0867017","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.3-canary.7e0867017"},"devDependencies":{"@firebase/app":"0.8.3-canary.7e0867017","@firebase/app-compat":"0.1.38-canary.7e0867017","@firebase/auth":"0.20.11-canary.7e0867017","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.2-canary.7e0867017","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-cWfyRrtTD5UtxsJTTZe32wW22Y6WgwpAVt1CNSqbN4o8YggieUXHBqiZ5+Q4KmTPOmv2C1slWl7olvAiVKHZKQ==","shasum":"8205adcc2b0cf7b191ae57cd1e95638eb96f582c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.2-canary.7e0867017.tgz","fileCount":1519,"unpackedSize":23795001,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHX31CN2vxUpA511nN2bH2FTqLQzY5wRSzjRx9Gu1cBWAiARsM1mPTZ3gs6hyC2DC2XU2AqEMXkGR4lox9elbumQUw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjZACyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpirg/9F4Je7wIdyiJBeTZ75L7yxxWOa8FnZdasPKsowMhLN+vxVAJP\r\nkEfRsTu1nJadmLx+GuO9qPwoeib9tt55jlcU6WnlqmpskEXU98FKgHZAtElt\r\nrBBBgafkP39L/w44FekNPuWrRzXiavuG+DXQQUDAvIKNiD+pAK5+Rib8e1bi\r\nYRxMkIATQzRIbcP8DZIkrUpEpuJyfi6GE2tPLlxIvuS6iocmRsfSz9wDmXcP\r\nC/Sq0dBjnQJn3HQ8JAQ4bDt8JE6UayT1KpzEgJzuG+B3CbGhImEr8rNGXK8M\r\nrn3G34ZZdOnqRpSx6XBGhfVaIAo3YbAqOvI2UHQo1kxDW/iGAHYqFwRMDrQv\r\nHDOQxHNciOV4XlpIToPjojCdfUX8SptEkZxRiN1c5ew15t5lxPE8QRm8M5FX\r\nqkLKFkfFLaNE/FoYZjKyv2hF2jmDIIT+VhV1XXhby1sp91lPVnjdsz6nw5fl\r\nqn9agVZe85sbUzSHtAVP3QVWQBRXx+bFKWXrbwTI7WYMr9PE6sN5+W31haVF\r\nFXYRZz2P2rApeOs2cEV3XLJi+JW552Z8UnjyYomwCkz9ovGDoi6EJjkWV7Hy\r\nFXc91F/bWScPZwzzqKIlp4lmESsz3c37Aov7FtVHtr85GqSLh61VadD+THYV\r\nJ4VjJX//89Sr2LZbpxff4eCFOxs84DLLwDQ=\r\n=rcrg\r\n-----END PGP SIGNATURE-----\r\n","size":4492022},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.2-canary.7e0867017_1667498162419_0.9786735146054013"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-03T17:59:37.193Z","contributors":[]},"3.7.2-canary.6efd96b78":{"name":"@firebase/firestore","version":"3.7.2-canary.6efd96b78","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.6efd96b78","@firebase/logger":"0.3.4-canary.6efd96b78","@firebase/util":"1.7.3-canary.6efd96b78","@firebase/webchannel-wrapper":"0.8.1-canary.6efd96b78","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.3-canary.6efd96b78"},"devDependencies":{"@firebase/app":"0.8.3-canary.6efd96b78","@firebase/app-compat":"0.1.38-canary.6efd96b78","@firebase/auth":"0.20.11-canary.6efd96b78","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.2-canary.6efd96b78","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-MkVC7De+kceljgmaLgEVaQoESY/59BDadPK8QfRcVZmHK1i/tsdnRIjHNP+m9ZpWCfJp29kGaPmsPOsx/Jwo+Q==","shasum":"cf3833be3d607a269e1b93bc19a5ccc2455cb1f4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.2-canary.6efd96b78.tgz","fileCount":1519,"unpackedSize":23795001,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDcQhmVtanpJWOT+b6v65xJAdoWRha0/f9x24GSrimFuQIhAOXcZgE9pKE9LbDEzze/xxsFIP1B/U9jX4qaad8LHcWX"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjZWQFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqVGg//YnY4RXeZpalFMBBEPZn5+35Mhb197IsFYZYiQVFkTNXS+fmE\r\nRn7ugx7PDLfM3a+VLER1obo4pVuzPfS7ibDU6X3f8ZEtkQWVcDX8w3pkPk5l\r\nXa/iCQWMkVQclYXczFR6PQ3H8UvKVSOJxmQuFhIADWxYdzzdTxauZ4ANj/I3\r\nQb4huOj7Wiz+aPssV2OenCRBhQF3mzzdaNDH5RTlC/PJVBMBp8+nUy/n6Ckz\r\n12YD7E+d5vKi1NLsKNAwoUGEuUFbZfsRbPLrfWlWPnxQAdWeI2D8Q/PwUpOS\r\nxDErFpuJb+Zn4FKwbncHelf8zE37CkUKE8ygcqe1DEyAMpPQruoaQRH/9EoS\r\nvy0dQXhVeR0/FwS+gnxRwPs3W+XzHCKZu6KMC+ptuKPsElInXQniKnavWn2n\r\n3MHQTPcg++OGrjjQ+LFAYSkwm+MET2U3BxV/tg4nEqQUFEYJe+Z4+S22QFwX\r\n239L1qnAVgybwsaoLQdlyBW2GLu9pQ+i7vrZ7CMxuCZDfhyIJKjcPJu7goOT\r\nW88eu8kR9hZS3OYW5l4xtYDGfymT32MjEpbt5NOYKZhD2PcARnXKU2QPIGqw\r\nRFjU+4eWtZCofhTyWIeVNCBl1SGMjtB3HR8e7LFyWnTu9YP7unFH1ctApNsh\r\nKKvexaejD3f/ghL++k7kMGtC9nPQUC+fu3s=\r\n=FWRe\r\n-----END PGP SIGNATURE-----\r\n","size":4492022},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.2-canary.6efd96b78_1667589125198_0.5956240518341516"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-04T19:12:54.383Z","contributors":[]},"3.7.2-canary.6e666dc08":{"name":"@firebase/firestore","version":"3.7.2-canary.6e666dc08","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.6e666dc08","@firebase/logger":"0.3.4-canary.6e666dc08","@firebase/util":"1.7.3-canary.6e666dc08","@firebase/webchannel-wrapper":"0.8.1-canary.6e666dc08","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.3-canary.6e666dc08"},"devDependencies":{"@firebase/app":"0.8.3-canary.6e666dc08","@firebase/app-compat":"0.1.38-canary.6e666dc08","@firebase/auth":"0.20.11-canary.6e666dc08","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.2-canary.6e666dc08","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-UBy7cZb2jf9lFOitRjkejHpH4kcPKs561C4OVXmX+chWum5PsJ/i5CTbyv1xGuHTwtKdyRoYcLSRMf6y2sKB7A==","shasum":"750873be227f620c8dd0e9e6a17da29dd0878ac1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.2-canary.6e666dc08.tgz","fileCount":1519,"unpackedSize":23795001,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAQV4j/JBLSlPcqIOaug3bRmx1CQP05OAtP1WxhgVIvVAiB6BTaR4If9gwqg4JB5NpbjeVkWTW4EKtm+yzHXYsmRaQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaXfrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoEYRAApFD5KVfxxBoiIqeJ9rL3WlEKiut21IpIuMgOZ+hpuXBSc2ue\r\nr56yYSh+xzD0ahXSEt/rTbVYyhzseHraU8FUtBMxX2dBnZJV63iFqFASzQg8\r\nx//q4iDGIwKkk6leQ+EHOlg5BavVyGaItXaxhjZirpii7DoYu2Dig/RI5gj3\r\n5xDq32RfjuzseeLxAx6EFx55e+4K5XDnpD7yiV6NY3cQb9nniyhvf6LnFga/\r\nUgbxI9NAFrrKjhcyGWDrHZxJJyRog0uSZFcI2iSOqSO7qfeF5ED27fSSBS9v\r\nkEd6XoH2Ly7aw6sht2K8Rft0uW+5Wn7GhTFn/plzylf5hAUBDsnDcv05w88R\r\n2ZCc1EfXFKFDUSkWPqAyA/CQXADFVGGWwVXqg7JIrA39YwTZ9fbaiwtu08BI\r\nFUzPxgaFyv9fFu3rlEvC15Iecb7XJvNPipRKhGn+1YUAKJh/Ho92gO+6NUgK\r\nDyAssXpPQLaHt7wKJrmdkQcQwNNqJ+vnOkpFDqGP2rN+eAsPv/t6gr4j1wac\r\n819sg9D8sBXalKVVoPHxsfrtLZtbBeYMnvgxE0PCYdzDQvlnS5CE0FOWP8b6\r\ny2raV/mAiTAVqylerkp12GUO9CT7wW/qucGm1ryAaibXRr8eEomsP0RMYTAA\r\nuWCdoxSsovpJ7vrjGiNYzhJRgQG6g1B47NQ=\r\n=Anf5\r\n-----END PGP SIGNATURE-----\r\n","size":4492020},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.2-canary.6e666dc08_1667856363386_0.6141961808812415"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-07T21:40:28.170Z","contributors":[]},"3.7.2-canary.bec38d9f3":{"name":"@firebase/firestore","version":"3.7.2-canary.bec38d9f3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.bec38d9f3","@firebase/logger":"0.3.4-canary.bec38d9f3","@firebase/util":"1.7.3-canary.bec38d9f3","@firebase/webchannel-wrapper":"0.8.1-canary.bec38d9f3","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.3-canary.bec38d9f3"},"devDependencies":{"@firebase/app":"0.8.3-canary.bec38d9f3","@firebase/app-compat":"0.1.38-canary.bec38d9f3","@firebase/auth":"0.20.11-canary.bec38d9f3","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.2-canary.bec38d9f3","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-M/CufdtsePMMpI2QHX4vSYIZL4R4CorT6YjS1YFKRQvHJumEYVN5odO3uJJFf1/wDegnDU3eNUF+hotO5rYMqw==","shasum":"4480f9481631529caaf5f2e4fb26a397114fb99b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.2-canary.bec38d9f3.tgz","fileCount":1519,"unpackedSize":23795001,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDr7hHR01R1AORIcBZ0PJwDW2rqJoqlkGzVm+U+WqZB/AIhAI7zlVpsumSI4BQnYCG+diKWH+qzeHN4vmnVYHXdon0P"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjapdDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpkzA//R6aezvMIPs1DOEwuv403PUwPx9Qqdpp2oYluLrknc56E12aR\r\ndkqkwnewKuv/IfDaYgl0e6x47aBBWq6yzR5XUtJovqXsS5dHRjrCcm3YPmY2\r\nV8Z2sfxnSv5JWWxZ2Ew3+35M1druRyoKkA9J+ATpJyYIzHk7HyVsqi93OXNc\r\nyDTAr9wd86aD7HGJJMntX2ek8qtaiaiof/2bf0FIrOF/bPmHBGmIupAzNZH8\r\n4G4YUSi3q1J9w2llZ1AYxL5DHLtkKbKa5F9dlwuF+J5LF54T+twGTs4+SUWy\r\nSXX0gjgeUwrIJnGjk+oG+CwfDDyl/hcqhFzCS7KBmN1s26iAO+w0AOri2KIq\r\nBWm+zHH3gbtdGhkUp0u3i2qxy8fgV7t7dEOllNoqmTMwR1sWLBZ2j35Jpxrc\r\nAmkR+6/N5o7BtYvQH2ha+soLE0wys2y4i4siIm6o6bjlGbb/5PJQmJvyYOCS\r\n8IXgDO8l0XI6kJS99x8Yi6H1ULiX/hvKlIVBouNVaLxVOUw+f8RDH+A951R3\r\nqL/abh4iC4RnaXWUwfyJRJxqR5CgOj3dqwIE0QMTnLPHH7fRPcPEEcLYY3KE\r\nq/Duh3F9QS8IQbMLpJaYqFWminXsQ3eeN/+bh4cJADQw4SbizhvQiECOycb2\r\nQfrUhtlyTBJ4U49WP37knhAKrNMb3sxKAD0=\r\n=pc+L\r\n-----END PGP SIGNATURE-----\r\n","size":4492016},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.2-canary.bec38d9f3_1667929923501_0.5173657239668936"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-08T18:14:25.134Z","contributors":[]},"3.7.3-20221108184443":{"name":"@firebase/firestore","version":"3.7.3-20221108184443","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21","@firebase/logger":"0.3.4","@firebase/util":"1.7.3","@firebase/webchannel-wrapper":"0.8.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.8.3","@firebase/app-compat":"0.1.38","@firebase/auth":"0.20.11","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.3-20221108184443","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-M6ofMdSbnwYRs7K/RFdNSmxR6q2ht6bH/x4bzOWfDxxOQFL4s5XF7HWRSUgZxLG57XzWP14GnXkRbZtnsKB3AQ==","shasum":"cff4dfd65270f530c44af3a77279300a88b7d91d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.3-20221108184443.tgz","fileCount":1519,"unpackedSize":23795412,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDLbUng8LWBLaNyd5jKJgAA2FmGSpb+ld+FF6w/8ChOugIgUOrbINDmcKIsO9okEIfKI4jXoSOP0I6HvKJh7eDDQZY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaqfTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqnNA//e9Be60z2RD1T+fwt5DfjGXk7+G7+cnD3EbncPklPjACDQk6X\r\n95fz3UEupdYhmek92vsQF9S5agvOuX8mT3D1CXonsjUodGYVHldRJtEQKkzz\r\n3g8VOPdJgQjzKeo5kkoSlx5HnbZFoxRxtlrjhrqQNWXt9wqf254IWk1oNOvT\r\nHhR2yDZsPxYyhKL5N+s9AH3Zr998DVlW44DQ4yKdGGNuDtYthXFTCAjb7KJF\r\n2o08Swvot+mJzmyQiz8KbD1/V4o4o3lITVbRLBO5/Nq043P0ZKAb9vsm02QR\r\nSWtTns7pZOwDQUj5WLhaTdavi2Hc++IbPJUb+PPbq9lg0BT0Fox4IwQB+cD2\r\ngnwsV6zjG6WIfJ093bauTRQs9TX0lhT04Q4RZ5AT+Vu/Z7Lr8u8K28eyGpki\r\ntnmqiIpQLaS8py5wAavSA/WkFhiwFomg1D0lS6DXw5yYzkl//5J5byutGVFv\r\nc21IjqwSuFifoVnwhlWIaLnK7gJX/y7ihlwwSu1sAAPRSKqsZtUGbjsnLYtX\r\ngZk6GC4Ekc8k3OHU81nMd74fMZsmqlz79NqlrrFoCYB0pRWdIkxIg3SiP3tp\r\nDg2Zsp1sakOSIF4l7FXpkNYPoRH4+l+pdKO+GAQqGtrPxdgPujLExXCTKZpI\r\nXyLQfO2pT8LGpaNfwte+bQdYu+XI4KW+c7A=\r\n=Lfvr\r\n-----END PGP SIGNATURE-----\r\n","size":4492162},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.3-20221108184443_1667934163354_0.08286982994228076"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-08T19:06:04.553Z","contributors":[]},"3.7.2-canary.8876b783f":{"name":"@firebase/firestore","version":"3.7.2-canary.8876b783f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.8876b783f","@firebase/logger":"0.3.4-canary.8876b783f","@firebase/util":"1.7.3-canary.8876b783f","@firebase/webchannel-wrapper":"0.8.1-canary.8876b783f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.3-canary.8876b783f"},"devDependencies":{"@firebase/app":"0.8.3-canary.8876b783f","@firebase/app-compat":"0.1.38-canary.8876b783f","@firebase/auth":"0.20.11-canary.8876b783f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.2-canary.8876b783f","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-7ud7coergRHkYbSoH1F8iQP7SAhQWu3YfM4n0YtJYbpr6ijxSKq5C1jMIr2dM1cve7deQOad8VO9FdNwUSGwxQ==","shasum":"a1cb75ccc9462a9e8fdf4dd08e22f1f5f492b0da","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.2-canary.8876b783f.tgz","fileCount":1519,"unpackedSize":23795001,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH8VtgvQP6ZQwi4yczZ3BPDbj+PaHJ9kQjbWaxeD5UjvAiAF83HnnRbhoHMlSYa316/I/hXV4uQ1yfoNzsEMnOtVkA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJja/OpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrSDQ//Qyc2fLux/FHOQbiOayvVeoJl8SrKyngpRS+exZC40E/3DNjh\r\nuOPjV8UezZZ3tPFV9K2gYNHpymYhShHCPLIhUU7VWBBY96UaQX9nH7Lkr6sf\r\nQOyC+JAkYRRQ4BGcha11GV7yqBa9fWQ2XgigihhpHrcbVJQ0/zLAvboZWlIz\r\n9vyq7LAvqgONDHZuwiJxTl9mZlzpZJpGwkEZdU8o8ZXb7PRwTeFPYs0CktYO\r\nKS7dfgGM8BDZ2cLEhagDsc9DpSor6X7cNFS74fCCUJqCVs4foOGRqSeSAyj3\r\nHvK2+nzf/RkK3/XL5ccbxwKc8mHIu7eoMJcVIU+NPfw1NkxrxEZTVoTJYWkL\r\nSRd0i8IBKPFsepa8QDpX6TAqox3S3hLDssxmsvlk8YpvUQ67LVhrm+EW88ah\r\nSzBEiPdhZwNEy5nU7WsHJhcKJ8VfZnqE+RFANcx2q3Y3H3CoBt3l6aZ6Vf//\r\nWQxBWgj0iZPRm/p8UhVNmCj5rB/AqUFDOEjusIcE5L5fLbqqV8QjwbPiEIMG\r\nwika8bRPnWOBPk2VVFVVtMvCNlHT/2c4RRIkTzFlesW+d6FWzEktgjNb2eS2\r\nRmeUHnLy4tvzinVRC/RlEz9TqVBQjY/Ho9lftq/XUG+0IdVdcwGgIVUnYzGO\r\nB4pazEoJQHfeycENNSYcuUyTeWAVxAT5roE=\r\n=SyHQ\r\n-----END PGP SIGNATURE-----\r\n","size":4492033},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.2-canary.8876b783f_1668019113539_0.7682016634140729"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-09T18:45:50.430Z","contributors":[]},"3.7.2-canary.0c0c58f47":{"name":"@firebase/firestore","version":"3.7.2-canary.0c0c58f47","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.0c0c58f47","@firebase/logger":"0.3.4-canary.0c0c58f47","@firebase/util":"1.7.3-canary.0c0c58f47","@firebase/webchannel-wrapper":"0.8.1-canary.0c0c58f47","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.3-canary.0c0c58f47"},"devDependencies":{"@firebase/app":"0.8.3-canary.0c0c58f47","@firebase/app-compat":"0.1.38-canary.0c0c58f47","@firebase/auth":"0.20.11-canary.0c0c58f47","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.2-canary.0c0c58f47","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-70kjvW9d/Xk1LeJ/ZQqvroanKLy8w0sn2gNVkEBofN05PJF25HgKZYmVob9QxLRVKPY2kg+/xe4BErslyO/gNQ==","shasum":"2faf77c588ee6128b0e35e35d4f7b4240862861a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.2-canary.0c0c58f47.tgz","fileCount":1519,"unpackedSize":23795001,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGZWq3JEUCTQqW1UliHPFhfHrAvGXwCY9uCiGTLRSGLCAiEA7xS/J1Eemn+i5J1BD87wG9zfnnR93rRCn7iLBjvzCzo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjbBw7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmobaA/+OEMlBXHnuPAdQ8d2iId4gvcTHRhSzhTI9JBjsTZF5s/gs4VB\r\nTYNrNl/GXOf/6BVsmQ8w2DnKxRCTKEKD8pWgOz1atJJBgSG8kuQaFF8GuVx5\r\nWmjDxWeinQNA/9HMVFCFVVQOERCPY2IVaSR7R7B5PogQDuMvCdFO/I9wyi41\r\nZpT9RohZeTEttOOK3/8nyNgQ/qxL3WfMnE8cSZ9Ori5p89bSbzSRvmCAANLP\r\n0a+5W8oMhC5rL7Pa/yfBFuHoWdl7jG53xAShd+yPeH6DSFuqz94wcljRs+91\r\nxll/rHwO2XJ/MOTZeQ06++Ii3aEGX0ftV3XmfyzLihmbM8pgdZbT0JfpbIvw\r\nthq4l0dgDCrjyM+Dc7t04YrZwNSo60B/BExvtYwCax/zVOYbxaOFXl3/i0d5\r\nDS8KgoddRwsKz8PF03TtpAQKuKmpMMIjORQw3WsJnGfyIjd5DZQJv/1H7RTY\r\nQbO5NPyH3wk40thLI21g2n3NfH/jNuppKvSexvSv3y5Ny+qSsFkvksVaWK9A\r\nzGcH7VyKZqA8KFNWinXQKFLjLodf5jTe6l0pJqzSWwkgcjuiKHQtSTvL2PvM\r\nU8cZDRsk+co6YalX2dm/h8hx6nl/FsoqFZg+gPvVgwFDOyhQpL7f06EhPLDQ\r\nSsmLlFQXwDXS/ssbrWA0uDYFfpHVvpy/KFQ=\r\n=Smjv\r\n-----END PGP SIGNATURE-----\r\n","size":4492022},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.2-canary.0c0c58f47_1668029498806_0.9424142825943966"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-09T21:33:38.378Z","contributors":[]},"3.7.3-20221109210852":{"name":"@firebase/firestore","version":"3.7.3-20221109210852","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21","@firebase/logger":"0.3.4","@firebase/util":"1.7.3","@firebase/webchannel-wrapper":"0.8.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.8.3","@firebase/app-compat":"0.1.38","@firebase/auth":"0.20.11","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.3-20221109210852","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-rEkWTS3ICTSQzRAdg/OgBjq2adsHID6V0Z0WkcBlto9FxcPTY1mYM24FyZsOluiZZ3SDtQhP2ebvY/wrGzK0gw==","shasum":"b890aa66d6fc1bdada40a080e71d8ee16dd92ebd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.3-20221109210852.tgz","fileCount":1519,"unpackedSize":23795412,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICX0IgfkIZ3ko6cGYYkMLuGFDPeD8j/JMjGHRsaWy1gzAiB6UqyFK+nT5qHupGwe2kSe64YrA+XJXuPMQ1ljrPFf3A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjbBxsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo0gw/+JiFa7RulPNBBcQjmKWiQSoY3k3krBAnlu+uyTZ74wo+O0L6k\r\ndU+2f3AoMVLPVIiWX6l7RcdqQbjHHci7xR8K4SN5i0mLABuUvTcmv8JNYf8l\r\nVHKhRnsTWbl7PIFrncCu5MkgDC05F2VvphPKQc8FSGJIPLefTt7pEQiIysPS\r\nHGKU11VCN31ZSjs6o9uz+seV2uyi4lGztpLLavwibD7V6lu8R5k/AnCfC4yg\r\nJUKeVCkXZFTUVMMUIU5l4c/8vMoy+//FgroKBEdK0yBZlyOgmR1CjndDXDHa\r\n0WrPRt9txj87xknrDNXoUogFj4OO4ZYHDamUyC/Fn40poPMCxZhg7+UDYXds\r\nH2K3fZH5D3ZKIUChR0sZqMC/JnybzMn4718H+IvN1algp4WPLpQfXuS7K0V8\r\nDQn11FRgEIXkQ374Er57yhISdCSe4wxEhUHYM+kseuZ7zdWTtjXrQ2sSaAn1\r\nTkaxQ+XSSRI8uPToV8vufHxKoDZrW0gMRfaOQlTwlw9bBE3AFem0s+rGPtsQ\r\nO+gS0hzFUbX24Jc4UwzQANKSoxbkyONFx2z8k8S+HK5RXfOWngmp2qKFmnmX\r\nV4NCiejFiJRpev0A/3uCa6bJHRc+jqn4hvCMBX5sK5w06fwAFn5j+e1PrSd3\r\nsOCNKd4fmh+/w9FK8RP7wYEUhGkhliAvDSQ=\r\n=o3fJ\r\n-----END PGP SIGNATURE-----\r\n","size":4492160},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.3-20221109210852_1668029547938_0.5724039070933129"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-09T21:33:41.359Z","contributors":[]},"3.7.2-canary.2fdd60104":{"name":"@firebase/firestore","version":"3.7.2-canary.2fdd60104","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.2fdd60104","@firebase/logger":"0.3.4-canary.2fdd60104","@firebase/util":"1.7.3-canary.2fdd60104","@firebase/webchannel-wrapper":"0.8.1-canary.2fdd60104","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.3-canary.2fdd60104"},"devDependencies":{"@firebase/app":"0.8.3-canary.2fdd60104","@firebase/app-compat":"0.1.38-canary.2fdd60104","@firebase/auth":"0.20.11-canary.2fdd60104","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.2-canary.2fdd60104","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Qi7sGyS2TO+oLII0miY9t1K12s+UmhuIyONhjTOhfkqs3m+uJJrrPzzgcCO1H3kK/WJZokl4af2n8CPfu1IxkA==","shasum":"2fa3865ae360408cbf143711799850a949057ff2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.2-canary.2fdd60104.tgz","fileCount":1519,"unpackedSize":23795001,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICb2qjbutRtWfKxjD76/obEHLMS4y9KLFVIgKcrqDaTPAiBGAWPJcvLDGcfiYklpJE0ubkMOrid5JVfH9gEcdSL2TA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjbCdVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq9khAAhUlpgPgFADu++6JRXrX9qvfJl6AVMHdpVz8xnZ+e5DlbWaeb\r\nBWNPXuAdLK9duKlS32G+/oGXnpiKzd5r3pPiKJLiNLsxdrZrJJqnmcJWUZb9\r\nt8gqNwT7iA1BqekVnpe9wexqL89wjf2tBcznbsuaxjqO0fqzperAalv5PSGu\r\nHfH+UaepRGDUxSg02s6aQWUO6kAigKEUqIhgHalw9UI2dwc8GV5MuhQEZ/I5\r\nv1vCfSnsfOvxGpvgh+7E8OEcxokck4/slD0qlW8OnNFvDYfGCmcVKsxlHFOk\r\nwrLg+wkqZFbe1F1mPdOETnLtwVuMjdqtT1NXdx6uS8s8DLM1pqYUN2Tt9Ze5\r\ndVxs5Wg6bVAkaJs0HUq1kQb8LRHBksQFDSEwxlyig0CASdE5M2M2bGaCKSob\r\nyV1D75uPyqvXq7JhnwbsWo1XMRt+e4gCSos/p3Uto0QXRVlrWhgljyws5zMw\r\nTvowOw6TjAJ87XY63oRQQewpIZX5atS1bDIv8tPLW5I8VDDtVVakwN8ahTQr\r\natFAJd+mijQlQpWb2+cpSJ+C5Kd7lKTsWVK4Ek3rfxvNZkkw7M0/D2/2LOUu\r\nBdfzUkvGob4PFGiXomXfw2uT+uWhhwZYGjpPalR2VCVjRDL5EbbqFsypSk6L\r\ngUKZjqZrtEZuAl396iqGp2NnASccG3F3FMY=\r\n=VpaV\r\n-----END PGP SIGNATURE-----\r\n","size":4492017},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.2-canary.2fdd60104_1668032341465_0.7281465953622217"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-09T22:20:37.194Z","contributors":[]},"3.7.3":{"name":"@firebase/firestore","version":"3.7.3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21","@firebase/logger":"0.3.4","@firebase/util":"1.7.3","@firebase/webchannel-wrapper":"0.8.1","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.8.4","@firebase/app-compat":"0.1.39","@firebase/auth":"0.20.11","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.3","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-hnA8hljwJBpejv0SPlt0yiej1wz3VRcLzoNAZujTCI1wLoADkRNsqic5uN/Ge0M0vbmHliLXtet/PDqvEbB9Ww==","shasum":"c839d6983f81d2853daeac42fba316a86102e5e4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.3.tgz","fileCount":1519,"unpackedSize":23794814,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCm571SEhl6+I3DPaVVKIin6ajo60hjQJtcffqa8eG3EAIgUIEBxlSYe79+mhYGkyNDPVD9xV2r8jXWoerjWyYj1cg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjbV+cACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrgWw/+OxwZm69o1dT0+/q1a++zAJ6N7DA/BRiAT4WsP8daQXmdn9RO\r\n1zxz4ihNNP1JWTDVYnNpkfCuk8khslD/mcLj5cobuMnQlIrXNQgSizsEkrpc\r\nL+qnbHoYW51av5G97Lm4FXIuAVOCGJXi6THgMBUPBJTritD7clizkZzhkiiR\r\nNsyHwS6SbwZh82cUV/FRjMgTPDBdO1Lppg0fkIBXD9D1vc04XGkpEWNW9IsJ\r\n/ZBLx0wVsyZ975KKuwf1c9f+rjKQ9oJBLEoIEw0pwrUdiMegsx/chXUvjWu7\r\niFMAMgscyuZnrD+AoFfHCRE2D5Pxuvjjn2MhUY2tHc3Q5wTk/u5bGG9rdWyK\r\nwJgBXv/BM3Qi2OONQO1DKSo5RgBffowK2E/MVRMAhBaVzEKUQBvDSVIkcBYj\r\n0XKczJz1glrFIaXgdFaj5IiaPdIUlTbRHfM3SEt8ELgRTSqbi0XixtJAIbYs\r\nU2djbmE2hxleUOwpQdO+qngDM8GfEIYNnc1OhVdA8CoMPYzOXDGgn4bJGnU5\r\nVZY49G1d9vpIUqZdnjeesmj+D0Omj8G7aDVC1EZPbaS0xy5FGkwFZE5w0AmM\r\n7VXzEy9Qbis32XoCkizaS9emAh3STyngqmfNctLkMLQvScDfd8AtbEPMIW8Y\r\nSKUstuTCvSlbQqJvkrrz06TCbq34HMVyRII=\r\n=URnH\r\n-----END PGP SIGNATURE-----\r\n","size":4491817},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.3_1668112284617_0.4752978745559908"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-10T20:32:25.385Z","contributors":[]},"3.7.3-canary.e9fb4037f":{"name":"@firebase/firestore","version":"3.7.3-canary.e9fb4037f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.e9fb4037f","@firebase/logger":"0.3.4-canary.e9fb4037f","@firebase/util":"1.7.3-canary.e9fb4037f","@firebase/webchannel-wrapper":"0.8.1-canary.e9fb4037f","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.4-canary.e9fb4037f"},"devDependencies":{"@firebase/app":"0.8.4-canary.e9fb4037f","@firebase/app-compat":"0.1.39-canary.e9fb4037f","@firebase/auth":"0.20.11-canary.e9fb4037f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.3-canary.e9fb4037f","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-GMtAbbhqmWlz+KFv9QCGVevvvU5ORaStzJaGU1veRS0YomPRKV9rmIzQWbRkERvhRxuV/CqgYNnK+qdJ7Vb6qw==","shasum":"d061a98216f1046161bb41bc294d6595c3d0c92f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.3-canary.e9fb4037f.tgz","fileCount":1519,"unpackedSize":23795609,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICQ222jO/wMnMHwZlmQLOIRCM7GVlGRpNKIDPEKxoCsXAiEAot8xJ8JRdAE/WLIXx4llLt+CDUN+kZCJ0hbZVC4Dm4U="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjbXmUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoOHxAAgyGDiqXjjDcpex2OiUwQV86lHtPNgHSL2OsmiyOiGVfvpzY4\r\nSu2mdvpHlvNDUJ029dW8MX0qDd5CdHNb8LEvpdbx2Ov2WaQyU3KYOAGQhxL4\r\nSNlAuyrZ/tHP8JlmdCHWtVNaq3h3YW/cRu47F5cMCxz/noCocCfPu9Rpre47\r\n2mgepHqpfNd38+daZYqa33ivT3lJa/86ZR5L83B2bWwD7o1w7OYyl+nVRHBA\r\nLUYIeF6MChQnwK7495JFKG5Flk3B3E4+K7iBG7GqniVHAnYyXqnRpAx68JRx\r\nmI6x+sDOyuRmRSZyrEIgQEOhsbKEAsi5MdorWWYoguRGqLuPnolStbXksfl+\r\nDB38ipEx4Q2SNeHLluJ8u2OuHjRxnat9gE8csbU/hcUtaSuJupLiuqLn12S/\r\nHyxWlVJfHmU50nHd4V7Lh3GOTNGNnaON+rrl350DcUQekJXuHfPq7s4DC1pd\r\nFZc4bvOXhfHUCKFo7ATyDGi8bkxpOLJjWedBF/4YOr5vzmXLZKn6P9Oyov/U\r\ncqHkZOIZ5yzhZzvSMhva4bY+AvLaIbW50na6exzp2rpI/YULg5VQjMbmKYHH\r\n5QTRHt67bIlYRz7KwMxPkWbM93yiz22XkFcTiZz+tMoXwiFUhPEpWFc3OJLQ\r\n3tykXCinud2hlKHmMDs93Mmy4gIEBEPvf+k=\r\n=K/sM\r\n-----END PGP SIGNATURE-----\r\n","size":4492192},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.3-canary.e9fb4037f_1668118932225_0.3092890407365292"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-10T22:23:35.220Z","contributors":[]},"3.7.3-canary.a9add5e44":{"name":"@firebase/firestore","version":"3.7.3-canary.a9add5e44","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.a9add5e44","@firebase/logger":"0.3.4-canary.a9add5e44","@firebase/util":"1.7.3-canary.a9add5e44","@firebase/webchannel-wrapper":"0.8.1-canary.a9add5e44","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.4-canary.a9add5e44"},"devDependencies":{"@firebase/app":"0.8.4-canary.a9add5e44","@firebase/app-compat":"0.1.39-canary.a9add5e44","@firebase/auth":"0.20.11-canary.a9add5e44","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.3-canary.a9add5e44","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-IYbeL0BfRqyFSpKBaKaW/u1MgjX7QFHQV35xzLvPlICRtylZVxLBCsEhHf54bc7159UAm4GcqmEoZ2RYQvsRPw==","shasum":"da6fd1860d76e77dc7b5778e4986d5cb01b9c3a0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.3-canary.a9add5e44.tgz","fileCount":1519,"unpackedSize":23795609,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEveYRt7GYQ/9pAYg/ez1QAg5VJm/h4lg3a5bIjEjaomAiEAxOT11QF7rARS0suGgZCU8xObrCI8qYUTKFIQchJE4XA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjc8KVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrqzQ//fTR9ISPCeIvgxmYN6/SCIBLMPmc/DOHVFs3qkgumunNlCRMb\r\n9kRIU+37DaaosuuTvd0aXFvf8ui0cGD1HcDqz32Q7h71S2Jfroo0srteP4A/\r\nzpiZMpPlLmKzLvyBzdHcYrSWUI8O8AQNop6HgNTpRlXDRGqvs3ttgmvL8vyR\r\n5URk3KGGPybKoZWJjcNijtdNzy7nj3/bNqcJQlcvNJx0Ha//2Yqd5deaULVh\r\nCOYSkOVPAlL25LGdNG1FcNBFNvzqbZaQ6p5ouLPKmV9ypIGiU2GxvPoNlrOY\r\nArfhkcD/Yark5jnReU1tCuKrajokYQu/NJJMktPu+4Jlw0SJzB4hG9hskuFj\r\nMOY8JT+/4emFGnAfmu9q5lIx8xNf+JMsauXfikdLrN1nNFGqgu5z6QDQAlDS\r\nEI4p2nPtCuSsfGPfXIHACtruhLhlk/sSRFGoFZI98Mz+QRsQSUUAb0bwOKAR\r\nn9EJ4MTf93vC7gLwda7QUr8WcAfLnywFg15ubv49cVX+Th4i00Wx42ViCFvQ\r\ngAGqMfYaGVyer5LV/kS9dOpWgkRVcuseWJQSqUMEXhuBXUB0sfLK9K/QiTM8\r\nhLEPpkfnMyFtSU0SaIeiNUj4CthBlV+LP5iMOJ42XeyTUAB8EPuYgA33aI1z\r\n9AS5OMuzGyV9NrM540QSfxfQIN32y5ptFbU=\r\n=2cyU\r\n-----END PGP SIGNATURE-----\r\n","size":4492171},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.3-canary.a9add5e44_1668530837470_0.6356428641554255"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-15T17:01:47.100Z","contributors":[]},"3.7.3-canary.37dd6f6f4":{"name":"@firebase/firestore","version":"3.7.3-canary.37dd6f6f4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.37dd6f6f4","@firebase/logger":"0.3.4-canary.37dd6f6f4","@firebase/util":"1.7.3-canary.37dd6f6f4","@firebase/webchannel-wrapper":"0.8.1-canary.37dd6f6f4","@grpc/grpc-js":"^1.3.2","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.4-canary.37dd6f6f4"},"devDependencies":{"@firebase/app":"0.8.4-canary.37dd6f6f4","@firebase/app-compat":"0.1.39-canary.37dd6f6f4","@firebase/auth":"0.20.11-canary.37dd6f6f4","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.2.2"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.3-canary.37dd6f6f4","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-uQR3LNtyUyFlXMtk/mj9YYTLNHKhh+nQMoaY5o5j/D4ggbMfoZf0Y2aKCSgjoym7z04CRHFkxZ1JqWuj9tNF5w==","shasum":"a2695d8f072f3c13e47f85f1c4f070c58ff4dc0d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.3-canary.37dd6f6f4.tgz","fileCount":1519,"unpackedSize":23795609,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD25CDq3jnFZA/cedRZicQwVPS18DChEUVQsc3L/7rl8AIhAKlvVEP86jkw7QnnMyC4x1Qn37wnF0ZDZ+JN4+YMqnxe"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjd+UCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq6qA/+IXw+f7jags/QpudVDASUViX8Y5vmtyDhWBw0SpxsQRW6sjej\r\nvUT7ryILUCoOlsofBaSlL1DMRM+8PFJfeUTZ6s81Q7oJhnF5xveu0t8wzIpC\r\n+Hpfx9yHAyuyz/Mt2L+sywL9GzeMqK4vf4X38meoIte5RndOGua4h3fUw4FB\r\naeOjEIkdxxKgPQtKoAYGdG57MetqqaxTx8CAKVTr4h2id3O5Eb+b+7z2QhDu\r\nzWT3TGvnLyiVjCf/mmXS3mv9aaoxT42f9DSvasI2ubnS7gfBGk1IKVOhNRwf\r\nlqrSfzpko5laQxKjJmgaYXlOOhMwy4igMFPdjAYc09ksDPXYKX0RI5y9B0Q8\r\nIaRQeepcid66WDi4QZkx+JsSGjFrCIbYWQCBVA4cdxRn+1TcOvOLJq0H9Kzo\r\nAjLHipNvwLppz2OpDMDQl3gvrWQxHLtxdnGpKaOJ6xc0bptoxHMye9SvTMws\r\n56QqRbEkXX7PUEe8RUcOO7CkBaCgvn37jUDpHD8yMdRUKv7NlVAdvUj7b0U6\r\n2k5M7aJDLe+TgcP295Z65GeSJ08hrgzIGlqaRtvXvPreuul8ceJYqhHw8wfQ\r\nBr2d6XDTMSDLvnIl7xJd52RixOe4sXxd+YnrhworfgJ4ZjnWSJt31PJVEuxc\r\nbp2GCQ16sRdvomC8TtoOLoCRA64LcLYd7PQ=\r\n=cXfF\r\n-----END PGP SIGNATURE-----\r\n","size":4492192},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.3-canary.37dd6f6f4_1668801794560_0.6706704436774906"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-18T20:04:48.886Z","contributors":[]},"3.7.3-canary.ab3f16cba":{"name":"@firebase/firestore","version":"3.7.3-canary.ab3f16cba","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.ab3f16cba","@firebase/logger":"0.3.4-canary.ab3f16cba","@firebase/util":"1.7.3-canary.ab3f16cba","@firebase/webchannel-wrapper":"0.8.1-canary.ab3f16cba","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.4-canary.ab3f16cba"},"devDependencies":{"@firebase/app":"0.8.4-canary.ab3f16cba","@firebase/app-compat":"0.1.39-canary.ab3f16cba","@firebase/auth":"0.20.11-canary.ab3f16cba","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.3-canary.ab3f16cba","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-7ACu5sfUY7gxtwpa7AESeIn9Ko4jpBD/LlGq38gn0TyhACamglPnM+mzJ+GcArDm9AOZNR7GH2WYqjoSR32mKQ==","shasum":"a76a012d77e41ad5bf5137d495115a92288d821f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.3-canary.ab3f16cba.tgz","fileCount":1519,"unpackedSize":23845513,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFDtTU+N5fWyedcF5Yze6LhCthGczoXBxmyc7jkuwecRAiEA/F/fOypNUZ62NB8tKthKF6cIx2CD4XpOTzoH0zD0TxM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJje9oGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq1mg/+I2HzEauVVddumJHmgPpYnLzOJzYUM/myLu20caZoVyAGY/ds\r\nz8CDoYY30VAY0KvTwrh9CF5QLZWxaNlUKm6d6yBssjD8f89hPGJaYOXCRuGz\r\nvWedOyM5ZU+K1rBAoPr0GDHxKGhBdncabO7LyiNO+rVDMT2sBb9SYbw9lKZ2\r\nQbGyD7G2Ij1H/T1ZzFddJamVWx/+L6EW/Kco5kVJ+TVRphV0xVsXfK/Y0SMr\r\nfvILTlA9vaUcX5pTLbCiIB343/Ds4+dHcnp4zMZT87OBDyRccEMSxKyQW5Bu\r\nnIZy8RA5WPV76opckXLmgkMQZjC3NQKYsBdCtgvh2KJi+n4Qp0kIMfXvYzv9\r\nsDF9WFZx+0d+K6SDDNSiCZMM6H1wofr3Kcnc45a7XpEvA13jeOd2HSAoaju4\r\nMtSr2KqBm4P38lrajU4bghp8UXMnHbTF/UBeRTMi2/zgzoteEEYC/w/WiV1S\r\nefG7reT220891fC+4Ri10rkIVHe4ksXSCfanN6NwSD3XVa6amkc5DsMBv4dz\r\nRiHuiYrTZOGhb4k9nnvhB4Ho3J70BxRFXDC8LD+25iADa1TyDeh7J46RGEa6\r\nCQH99BKtI0zk8+rIMAYUK/kMd5fEGRpDc2bWESANGW3MOEUAw35OCpM9lBn8\r\nrtcttYzSSyZNfN549VSAyg0r9K7DcqEHUnA=\r\n=da0Q\r\n-----END PGP SIGNATURE-----\r\n","size":4497656},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.3-canary.ab3f16cba_1669061125787_0.9089549671026154"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-21T20:09:22.943Z","contributors":[]},"3.7.3-canary.fde5adf63":{"name":"@firebase/firestore","version":"3.7.3-canary.fde5adf63","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.fde5adf63","@firebase/logger":"0.3.4-canary.fde5adf63","@firebase/util":"1.7.3-canary.fde5adf63","@firebase/webchannel-wrapper":"0.8.1-canary.fde5adf63","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.4-canary.fde5adf63"},"devDependencies":{"@firebase/app":"0.8.4-canary.fde5adf63","@firebase/app-compat":"0.1.39-canary.fde5adf63","@firebase/auth":"0.20.11-canary.fde5adf63","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.3-canary.fde5adf63","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Fh3uKxXEj974zwYJyi5lTyX2UhOQcjq5eF+ohWWjI2lho5HY7uxlAfMbGdYReb3LnU9/k7XRo6Ufbvxs70OR6g==","shasum":"0e19ac188436bf69791b5160385a9484c85a1e5a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.3-canary.fde5adf63.tgz","fileCount":1543,"unpackedSize":24526850,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDD2m3SyR7YMiI2VtMey04CgG6abDXJJE4FCSuVK+WEhgIhAN4dVGKsRZI8rnW8YNs6X5VUquLZp4fKB524Pymk/hYo"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjfU0JACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoEMxAAjDkiELeH+ZriSqwfljnOhmzSXJMNyA+BBv6SwbBJDVbePyL7\r\nis3NmT46sEsjoPDwp2GsOK1knScOO3NmIvWT/zvce2hCocgig8b/FGJBo/eO\r\nzB0DW8zsJqX+5u0XK8ywi96ZlRZvIRf9fKCCApneMDkPifVkJkwcf/Yt/GQI\r\n6Kxmt5p72Zm6wqIhlrRwly9RK+nTpgy84u9jTPt2TkQAtZ6paQLFp2qxgRXo\r\nbGl7PwyJHgiOwpuJm1IsRu8iK+CtgaoddkCtE5y0FuDdhPzMN64Y9JvTv6mE\r\nowWBnjcpecxfQs97zFufu7Oq4OZooDXJk2EpFfgAVLo6+tGWeIY0Cpz5ayay\r\nHoFj/T75MVegISJof8BoGxvexOuml4qJLx8Le2LdVV04Nd2REk4/AZFOTN6m\r\nk4XfmtA5SOGpAociePF02+OPparTZeCq/bM9BWSdPXvnFFQsuB7MXIiUlhA6\r\nmHIw9kqhQbVKJXWK+KU+dD8TGoGdEYtRrzt/bUF7gQm9QVNCzGM5I3jcjrRN\r\nN0+f4s4RUHtrP+NzFenkJuEf1joUwp6LS4KW8jm4vTkmR+yKAwuv2uSORuR6\r\no9cn/3imLqcwcVkehEW8pq0TtBn/RApkD39rzpUJlYLuRve79DXzsFct7+kE\r\n4d/e2KjI3DTw+J7G5nkRObHBE47GpMmYXJg=\r\n=oHvK\r\n-----END PGP SIGNATURE-----\r\n","size":4622683},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.3-canary.fde5adf63_1669156105194_0.41689890092527415"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-22T22:42:00.293Z","contributors":[]},"3.7.3-canary.e650f6498":{"name":"@firebase/firestore","version":"3.7.3-canary.e650f6498","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.e650f6498","@firebase/logger":"0.3.4-canary.e650f6498","@firebase/util":"1.7.3-canary.e650f6498","@firebase/webchannel-wrapper":"0.8.1-canary.e650f6498","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.4-canary.e650f6498"},"devDependencies":{"@firebase/app":"0.8.4-canary.e650f6498","@firebase/app-compat":"0.1.39-canary.e650f6498","@firebase/auth":"0.20.11-canary.e650f6498","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.3-canary.e650f6498","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-ZvnMGMsvcatlSK46ZwK8HYPPRV1OTagYU1zlMxAku5PttzbXAu1GO15B1oyB2lmZPjpbhAAz+3sJyEwHYGH1+w==","shasum":"b02c7fe8bc97e15d84318ff936d5d7cab0c705a5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.3-canary.e650f6498.tgz","fileCount":1543,"unpackedSize":24526850,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID89gmLSVBH8Uit7mKrFO87Vv3M4h5+w3hhceC+w8YmoAiEA/+dQcMq5mYP3dyY7RG2+aifyHRnUpoaNEErBlMOQFew="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhSMWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq1Kw/+MFfFqTth7ET2nFilbZAX09gyf8171WchyJsz7xFnREIWLArV\r\ni9bhGGltcMu5zwzpxfNMPtiG2KLf0R1LfclM9d5HjFeYwCMc94JY/BWVKbsJ\r\na2kRU2/9iza5gqug99gKEL8E5qk7yWREKMf/p2TWfTAGTV9XBDRrEdVyfeHS\r\nZdhd2O6YNqw/RCdvkaocZpNRVSAu1cOqgD0qjvBg/kPElAASQcijwSlC5eBc\r\nZvQNy5wqoiYG8YzK9lCINCj86wU/rJIaPsXTA3G6YtmcjDPp0w+RA1CduE8L\r\n/kdETQ/3nX5aJHZpRMNQiWEZW8TnybVmpWzkcA+JxkJhI2Zm61rvpOPhn+sU\r\nFW17chVafTMC2SofNnu1eXRWz3KZQNLJLeuL+OELgDpfh633JV5tTaNej8Ln\r\nV/xTSND0sKuc55hHsWGDPp/ajOP6WdgsDmXJtYNfdr+Vm5jYyChlVOD1LHjg\r\nUY6RNjMhOXg8x+EeB0EApmSKOVK9v/+7GPNtu3ZQ6CpneGsRS3rp0Vi0zPGu\r\nantHyNr3idI+/yCE63eMdhCiykz+HdMtU8HWpzqW5lKBh0yVZFkY6dgGbz3g\r\nWr8Rqkyc+UGssg9ZTXLmswbf6sapkACGHoATrln3E/SLQL3wCa1wS2wTtHIq\r\nO3v1+bXVVL+Ff7g/E6E8m2oIfU9xI7zjxXg=\r\n=cAZZ\r\n-----END PGP SIGNATURE-----\r\n","size":4622704},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.3-canary.e650f6498_1669669653925_0.505960345927496"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-28T21:13:07.714Z","contributors":[]},"3.7.3-canary.243e47d6f":{"name":"@firebase/firestore","version":"3.7.3-canary.243e47d6f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.243e47d6f","@firebase/logger":"0.3.4-canary.243e47d6f","@firebase/util":"1.7.3-canary.243e47d6f","@firebase/webchannel-wrapper":"0.8.1-canary.243e47d6f","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.4-canary.243e47d6f"},"devDependencies":{"@firebase/app":"0.8.4-canary.243e47d6f","@firebase/app-compat":"0.1.39-canary.243e47d6f","@firebase/auth":"0.20.11-canary.243e47d6f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.3-canary.243e47d6f","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-zyW6CELMJN62HYaqqwDi1IFlg8Blx3wcHIhhYppbtPokYW7XA8HMW8dmRPGpachiyOYNP/ifRyWzS4k8/0VOzQ==","shasum":"8e281ac1798268a37a6722498d4f53f1606d4864","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.3-canary.243e47d6f.tgz","fileCount":1543,"unpackedSize":24526850,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEaFmbTWLQPjwaitTMM2horp0tumrdQIQV31nyCcPV5nAiAyk1EbAsVfZQH+x4p3ys5DfeuNhfkbrwx0AeKXBxldgg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhm0YACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrZrg/+P/SYItK8CyGBQMQRnffc9V1+d+l6OaGetZtNa+boiCKU+7fk\r\n3ONuT/xSfUu2zCj9JXQOPE6cQ03RjJStVgOjB7JKyWi9bYNjkle4jfMLnmFj\r\n/8ltgIQ/cGCegdlqtQyZsioVdzynbnFYaK6FD0o3MaY3sQi6Q7FNF/XGZYSa\r\nbU8abL+CRcIGNjFoIGXJLkN2UwzJCGJw5Z/EUWTkEhUAfxaShV2/Z5OthTER\r\n6qx9bl4KMg+kd45fIuZr/NSRN+g0hcXOkbKsDVZGlfz58vfUWAQEOAXFM+js\r\n1kMPNurh7hruhO6sEeFtgJf+wP/c02BYsAvqZfkfSlDA5kLmxGxdNFhf8//U\r\nZCB6mE6ZaU7jRNX9YTaVzzXr1XesxM2jz0oAgsavdpyq5nz+ac3QCoi3TFHh\r\nT3+C4Q26aLyagOoG3MF8CtxhQqJ/7kZAgO7INDjpTCHrhOa8RTL6mSBNrO0B\r\nTKBu2VUyW26a73RP2heLMSZfdywh3KMb/PzXZ2wJNbUioWLgeiv8Bqo+60pd\r\nu/yhxfjGbhTV6x/h0rXVdzfUju3Iv3YGk9cPeVD8Ty+Jsf09ZVS2ys7bSZqH\r\nuMH6ewYGD9mvm88UVSZnLUecS2GFQyHPVImGRHY4cCYlnEjLhuwGlU8LQzsi\r\nWMjo5hh8EULipIR72mncatEZavMtGjGgRVE=\r\n=fczr\r\n-----END PGP SIGNATURE-----\r\n","size":4622701},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.3-canary.243e47d6f_1669754135815_0.7116573743305006"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-29T20:36:32.552Z","contributors":[]},"3.7.3-canary.09dfc3aac":{"name":"@firebase/firestore","version":"3.7.3-canary.09dfc3aac","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.09dfc3aac","@firebase/logger":"0.3.4-canary.09dfc3aac","@firebase/util":"1.7.3-canary.09dfc3aac","@firebase/webchannel-wrapper":"0.8.1-canary.09dfc3aac","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.4-canary.09dfc3aac"},"devDependencies":{"@firebase/app":"0.8.4-canary.09dfc3aac","@firebase/app-compat":"0.1.39-canary.09dfc3aac","@firebase/auth":"0.20.11-canary.09dfc3aac","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.3-canary.09dfc3aac","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-dzELLQXf6Q6ZAT1L1UY1Ft5kFvKTixDxiN14GPK7LHANPRc83utA9Zz+uJINxkXBpzn5UsGkLzrH8MqfAhM6OA==","shasum":"e4d4ef25ec64e6bdb8928c2cdd3b3c4c2e3030c0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.3-canary.09dfc3aac.tgz","fileCount":1543,"unpackedSize":24526850,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD71W7uWg16ZTYdYtBXETrw2FfUMyS8hf6SI1E1oSpZuQIgT8W3OhmAd6XVMWe5o+Pa02nTk+UZesiD4eV/57Ne8nc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhoSkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmofaA//eUaVdDfil1htLUKxw1tIBTHnJzMOH9ZYcby44KbvxJ4WxLxb\r\nMCfMzsLZqp9b8PSEAGFlnQnfrFSQCTsoK853Rxht56P+ume+aE5UjM2nH13w\r\n59I6XWcVTduJ9qtFFrRZFTyt9LBG24Pb3aVNr4CQR0oxV3WfeYFF4l44XH7V\r\n0gbJd2NhJ0rel4ESRz+0EZOBoX9bfRD68yUfo4ezuJKmj7VbPpoHhlLCkMiM\r\nfrwYYKQ/XH/rZRFP/VwxXi/cg6S/05X6C+FSpVg+84gskozXekjED5sGLisK\r\neXPKsoP4WlluhHQD3PzXcylPze8WB7TObciwQM8rRQluW/6KBGc52x8tVK4o\r\n1EQ54i32sFq0nXpZitM3qgQNnhE/zWdegyirz8QXVF45/EZAE2gtApEwBdqE\r\nBa5W1lQDvuEJnLnAGN4oprspApY3lQerzQRIwHdWoRDbBkYCPygnzADT7uIe\r\nGUhdbmXPwK1gZjDJ75p+RAHLkXpjxsU3ShPbwKoq/lz3boFskGhhyvbFQUMB\r\niaHDTol2LouLiLVH3hqcZCS7buh+23jeIXc78Npkq+aiKMqLHm+EK2rtAJcj\r\nJnI+JE/TceIxFHHfkyDimhqQqbHT2FOO2QqE1JWyJej9kz2FbE8Pg8cS2MJa\r\nkwXvbFOuy7+2EkhWSlhy0JKIv8fAllNe+/E=\r\n=y8m3\r\n-----END PGP SIGNATURE-----\r\n","size":4622680},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.3-canary.09dfc3aac_1669760164087_0.11099243258614244"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-29T22:17:09.528Z","contributors":[]},"3.7.3-canary.1625f7a95":{"name":"@firebase/firestore","version":"3.7.3-canary.1625f7a95","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.1625f7a95","@firebase/logger":"0.3.4-canary.1625f7a95","@firebase/util":"1.7.3-canary.1625f7a95","@firebase/webchannel-wrapper":"0.8.1-canary.1625f7a95","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.4-canary.1625f7a95"},"devDependencies":{"@firebase/app":"0.8.4-canary.1625f7a95","@firebase/app-compat":"0.1.39-canary.1625f7a95","@firebase/auth":"0.20.11-canary.1625f7a95","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.3-canary.1625f7a95","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-43jnkqhTANI1Bpk6Amy91hIKTNu0jFXQ0EUVqUQQ+6xjlVeAwAOx8xlqqHGJMRCR0V6ZftC6Mm7IQxY/VkqQIw==","shasum":"5bc332405a4aee55904627c98a7c0c27ceb337f2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.3-canary.1625f7a95.tgz","fileCount":1543,"unpackedSize":24526850,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD9OhIuE07wLLgJnLQhFkYW6XBUIhBKAJoc+8mdCF+v0gIhAJUQJPpcS5Na3ata7TLSY/6zrOyGiYmniJOE22U22qcy"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjh8unACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+QA//YMf8mBA2jBzgGSeaeEKLlpR6/SoEY4PYrwPhamLywtHr/fi9\r\n/E5PGlC1UMlMvK4XD0m2xx+xHhocgtjfj8lbcB7kLYzwoImBncUNVAdcjb0y\r\nfqcxLL8TgrM5U3Wuu6o8dfZnSlACZI3O1wPZB/ygyOyYDdFxZ3EtLIyhgkjD\r\nhpL6iFJwkjw/S1RE5qFLKqr2kHoE3mXPCNbp68kdOVrWwdZYCEGrW543n05F\r\n+WbtwdvyctfJtN15B2r/2MxKbrJI0+l05jZDuvaQ6WsxWbHd3UkyOUVI4+cj\r\niD8gNPtzCqjsQBjweupJTP62eZeDfvX3zp7z0mRKoLaSvZck2U9rBlTU4iwK\r\nUKvx84tkK9AdrjihEz7VKskc3YMG6kOagNPpxBK+hUY1iiX3gwGSAkZBsdbe\r\nxeoyefJWiycFy91tEGgEy29yb3YaY6HzrC4VMkHjiMAyKcqiPYyfqXWXPZ/s\r\nkZK8z55AoJbc/INHUrkKGQmWX+nvLDNp65sdo6PRhuUT4q0964AMv2LarSDG\r\nY7igqI4H4zYyUMPKDWtR2rTTDqOtfkHddUb5od91a7BXTLoAyG5skITqIp8r\r\nsszP28OwOj37bKLyPJaL6AN1MRsZ3Czl7m7a9luJHZOSwWuiHQe5jmeoBBOn\r\n/hqhRFkMbhCZLtnzqqw3WmG2318JalGfETc=\r\n=5pem\r\n-----END PGP SIGNATURE-----\r\n","size":4622705},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.3-canary.1625f7a95_1669843879406_0.44558647612249214"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-30T21:33:34.624Z","contributors":[]},"3.7.3-canary.7e237cd47":{"name":"@firebase/firestore","version":"3.7.3-canary.7e237cd47","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.7e237cd47","@firebase/logger":"0.3.4-canary.7e237cd47","@firebase/util":"1.7.3-canary.7e237cd47","@firebase/webchannel-wrapper":"0.8.1-canary.7e237cd47","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.4-canary.7e237cd47"},"devDependencies":{"@firebase/app":"0.8.4-canary.7e237cd47","@firebase/app-compat":"0.1.39-canary.7e237cd47","@firebase/auth":"0.20.11-canary.7e237cd47","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.3-canary.7e237cd47","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-XzpkZoGQujLMWSqM6EXOszLUii9CZILUYRMCGrBrsCWo5v35zslz68IMsMYZUBG+JNWho7wLezVA6sZHr0HDiA==","shasum":"58f4a5dfb92aff97ce69ebf2bb9c8c7bfe3f0d98","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.3-canary.7e237cd47.tgz","fileCount":1543,"unpackedSize":24526850,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDk5IQsLVPqKsvKSGM22TvaueW5QvzfqdG+SvNwe5VD7AIhANyjSTjs4NaZx+ajA/R27qICqumERjTRofhOkMIr+q5/"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjiOlPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpoEQ/+ItwvVjc1IR+hna6pvbKJTPg5lp1bsZCL3cAHy/8R5mepCLbk\r\ngsD4ibJ5j9R9J83KCim/K+3Fl8zqIuL1pHpNevaDGsRjLgnpLyO91zvfkGh7\r\n3jyqy0ILMpjdYXDIQJKS8fS6EVr5QcScjOazUkehEyD7o7EYFVyLz004eL+I\r\nyAkESDHYWthQo29iUb/Z4CSpXIxygRY1IIKEDUDBWxEXD7U4GmpHL2O/LuBM\r\nuNlab7Tb8fA8SE7TkISEUKKIRZI8a7BvxErYCHKl816suI6Uq8enE4kHHeu7\r\nevb4C8Z0H0J6/KBAb6sTZ+7pOrzS4benBTshzOcwJPv9meQIUvoJTOaDjRQf\r\nfeG30Bb2aB4wPzIKHxdRdQj8Pf4tyIcPov4niCRYs24dhQfo5n/ziCRbOL81\r\n2xGu40dPN21we2C/jQVK0KE7HtJfijy9Ucqc1Ts+6+QrEJ1tIWo7DTGksy7z\r\nKiUiSLQ6A0nfGP/e9hv0N83NkyqAwdwB/AblAbTcbc4YCOHEcHC6YJzkapem\r\n7PeMNd3CSiiT3Ql9IzGZGgxXb6XfRJ9wRhB4UmBH4FuiEFzR9wbRboXabXCG\r\nNVTOivR9dqcLxgPCXjQxr7GvFpEvh/0464OWmJO2a22XSiePsYgsaObxOQP9\r\nrXyqEY+KVe3069vvWPvUfTlsxA8/Ed54JUM=\r\n=GyBa\r\n-----END PGP SIGNATURE-----\r\n","size":4622700},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.3-canary.7e237cd47_1669917007376_0.8428903694407317"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-01T17:52:27.074Z","contributors":[]},"3.7.3-canary.c20633ed3":{"name":"@firebase/firestore","version":"3.7.3-canary.c20633ed3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.c20633ed3","@firebase/logger":"0.3.4-canary.c20633ed3","@firebase/util":"1.7.3-canary.c20633ed3","@firebase/webchannel-wrapper":"0.8.1-canary.c20633ed3","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.4-canary.c20633ed3"},"devDependencies":{"@firebase/app":"0.8.4-canary.c20633ed3","@firebase/app-compat":"0.1.39-canary.c20633ed3","@firebase/auth":"0.20.11-canary.c20633ed3","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.1","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.3-canary.c20633ed3","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-xJ3Ftglvm/LBDOBIUwX0cVQ+50klao3vo+hpWSHMXBXTLBrBjfkRdqnuxWlNYiG/JcdOD0HqGW0AXGrw+/vQYg==","shasum":"7f912d32e8622373ba9a646cd15f4a172e6fb26f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.3-canary.c20633ed3.tgz","fileCount":1543,"unpackedSize":24526850,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBWZ/oV59ovfbrAvEwLOYvLFi5NTVkT+hAvbcZFBe9y0AiEAlF2UHoEZuMp5BGfziy3+db87l9c3vvbIi7UhgPKzILE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjiTjZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoVaA/+NPe835jIKeKiUdf4IzhlhKVCMvlbNp2Iux30wY6AqRee5Rve\r\nuBxTxK0zRqBOr79IwYZXgH/FPjWsuvhBD2FoDsXAUQCJ+mMIC/02uNnJa4vW\r\n0S9nevWOc61TO39MOkRhQsjfIBdc1fEB52MNScDxzy7n3yn5zZE3mW/Ztx5W\r\nGWOWUyHXgd30FMJS5kk2NYcBI0Sskocah3b4Rca3FsrzIJo4+fqmgzo0Ol4U\r\n3NV3IRDG4WYFML2y5XI4TbtLmYISIRJ7URfCZkuVlmSkENoBYANZGsgDYaA4\r\nIMwbrWCXAIMyVNxfSdKoQZbGdxommEtqaJ5FU5UO5AGfNSestPqQyDpA3dKp\r\nGAv3RjwW520QBiwkAxunl4LNVoREZZ4UzJ+h07NaGwS/lC8lViZ8csyLVfp9\r\nhNSs3R9eWe4c9g+HBdGCZopoPkNMz1SyTx4uny9yIbyM1i/LByGpl3aXysNU\r\nmYyCXNzGCteXj3B84Rn9jneIuzAQEwxYHGeCewk1saLR/XoJh+4hkIrYbNmp\r\nFuTIzZ9hEG67Ldcgtcctd2GQy5KQaollyN/BBwmMJ1JGdxspk5CwC+agFndT\r\ner3wBvZHCpoqtvS5Z+dDbJT+J/7jfi8435rTwMvO8QyXnBbLUtJC++s1vmK8\r\neCrUKoBp/BnyZrb1VVbJV7nTlCf6edUzZFY=\r\n=jLlv\r\n-----END PGP SIGNATURE-----\r\n","size":4622692},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.3-canary.c20633ed3_1669937368802_0.09845418186534594"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-01T23:31:12.618Z","contributors":[]},"3.7.3-canary.3bd031691":{"name":"@firebase/firestore","version":"3.7.3-canary.3bd031691","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.3bd031691","@firebase/logger":"0.3.4-canary.3bd031691","@firebase/util":"1.7.3-canary.3bd031691","@firebase/webchannel-wrapper":"0.8.1-canary.3bd031691","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.4-canary.3bd031691"},"devDependencies":{"@firebase/app":"0.8.4-canary.3bd031691","@firebase/app-compat":"0.1.39-canary.3bd031691","@firebase/auth":"0.20.11-canary.3bd031691","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.3-canary.3bd031691","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-gPFK2yhSfxmpfQBKIQalOLZdgi+0uCGzFK3OZpRHQ6mRZ3g4P61kPx2jhDrH0Ni2Eh8eRIZaOqF7kVhDoM9zuA==","shasum":"50e27a48830daad1d730a56a121e2a3f6b13406a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.3-canary.3bd031691.tgz","fileCount":1543,"unpackedSize":24526850,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIETTVcpF0vkjUXPEmslYkZHZK+iqt6b8/Jd3lOikaLeGAiB6m1qAXD1SUBrcvJvI1bb0wQFLu0pRouwiu+jLnjNYKQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjikVzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp2YA//br79KvlpGunwELc1VKjR+ErL0yjy4CFPkSGcJlEa4IZucjTQ\r\nZV+YO5h/jBNXDKNb1REBGAHWrNoDJHhbsSN9iHJET1dmgl5OfODXTQB4sEkB\r\nbXNb5pgudpIXxkpZHvozJZ8HSCB9If+QmhuJswXNir+UwemwxPV8v1ImQGGr\r\nxfDdDlUOP9i+NM/9khYTbvO344Dr0kiaJpQpIYVhzsO9bURIzW0t8TKjvQ+i\r\nRWpm3+fDsi4lHBFzNC4i6SSq+4yEu6iFlHkUVbpgDsf9d5qcVOO856stmyov\r\nd1JZidKMbQQY34buTI8lc6No3o+elK6G9NQt+BDgYNsrLd74lrO6SqsQPSuT\r\nQgJc4o2UlNwePmexh7+g1y8UazPecj6zrknEUbTZQT0ZK9Ebm61cpNFzC1ov\r\nhdZyGiOt0Q6qAjUI1lb6tVE2Rzl4LylmQM8+tOGeXlyr3PulXG84jS+RcT06\r\nT0NNKtvdM0VzPF13RBXRVA/SBB9sMOsThNNqccQyaJpYiPSdJxtMxdgn00tH\r\ntcPmQxayrxn3f+3V42dDwUOodWnQHrfI9XLJXfVLvQI4OACb8jpfRtzTFHAM\r\nRv3pnJ0ZDbcvYcwpP5pNUDqpqwGeinfK7qhV1MBmb2Gba7VJ27D8XpF1cAPa\r\nARBK0HYcXGuo5yLUB3pcfy++F24sDYRYVaQ=\r\n=Lsxu\r\n-----END PGP SIGNATURE-----\r\n","size":4622694},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.3-canary.3bd031691_1670006130775_0.24503604848903904"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-02T18:43:03.237Z","contributors":[]},"3.7.3-canary.649e7f3b6":{"name":"@firebase/firestore","version":"3.7.3-canary.649e7f3b6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.649e7f3b6","@firebase/logger":"0.3.4-canary.649e7f3b6","@firebase/util":"1.7.3-canary.649e7f3b6","@firebase/webchannel-wrapper":"0.8.1-canary.649e7f3b6","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.4-canary.649e7f3b6"},"devDependencies":{"@firebase/app":"0.8.4-canary.649e7f3b6","@firebase/app-compat":"0.1.39-canary.649e7f3b6","@firebase/auth":"0.20.11-canary.649e7f3b6","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.3-canary.649e7f3b6","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-RA5qIkZ4oC4SbpHY6Q3W0LjPlwzv19Q75Ho5gCYjjOSFpNsERnRtnurZjFJZUgj6+RO+Mq9HQ4RnWxlQd4YC9A==","shasum":"550249b19260ec1214a18cdf1938ebcc1aa0a996","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.3-canary.649e7f3b6.tgz","fileCount":1543,"unpackedSize":24565198,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBmsnt/L7UaXvQEeT+jIPJn1ssfrtGlMuH3iX45/ggvvAiAmzhTM1ZHcjdOHAqafxZaKRyqO5YRA1V5P3hB0kO0dog=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjimepACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrBYxAAoTSHppDEYbvYtsm1zgSSPY1TrFHedFW6CZBI2Fl8nH/clflI\r\n80z5V91PuXgEB9tvuE1Rk+/zTKVtigVkJorpiwt2vuIftNYk3R2LeCGRCTrb\r\nOVY6EEnYGIgET3AvtsNFee3BB53vqg+nIc3crveCeE3ebXmtNNxrHROxWFmV\r\n7YzfhhFL0nFvkFecDz2UbiWoBw0JmYUn2xWlmZLYwJycMZH5o5fIa9jA1Dxk\r\nCLbw5m33sNEpktV7LCdk0leNQEIp7dvf17cBEs/oGF8MjkNEgKQKjkR6FmJ/\r\nyI4nhlCmPjBCq4FarFbNKizIKE6KNcJQx7KZAImN1YsNZ82o99I3t0hx3Qg8\r\nlpDzNmsWgG10x5sZ0IjDwm+bF1ytR+iUrbnAFJz/oIRDI3dQX/MSwxHQwhxm\r\nj4gdWSmAWeIG4DaoNtrVp/OT+RBTNjFtvg0IyS+uWWRZvY9oZQfxEWNdjWjU\r\nImhnzWztdhKaq10f9AQLETgigPxAmsGi7FIVHvjx6MAvuzAE8NXQ2RG3scNN\r\nIaJx8SGoRMmC7WmrC6EIGjaC0pDzw/pbO31Xuic/DBLjwi90xqlxBLi+sO3V\r\nmXXF3GHpGvRK4wQ/TEf4NI4Yv8H2+oeAHx9ahmkmnrQcRk38VS5w6kbfKm+Z\r\n3tI5RyZB/H7j/F7EDjaiSFbvAQP/PaiCBl4=\r\n=T/9+\r\n-----END PGP SIGNATURE-----\r\n","size":4631169},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.3-canary.649e7f3b6_1670014889321_0.8185085139428367"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-02T21:09:34.018Z","contributors":[]},"3.8.0-20221206221533":{"name":"@firebase/firestore","version":"3.8.0-20221206221533","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.0-20221206221533","@firebase/logger":"0.4.0-20221206221533","@firebase/util":"1.8.0-20221206221533","@firebase/webchannel-wrapper":"0.9.0-20221206221533","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.0-20221206221533"},"devDependencies":{"@firebase/app":"0.9.0-20221206221533","@firebase/app-compat":"0.2.0-20221206221533","@firebase/auth":"0.21.0-20221206221533","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.0-20221206221533","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-rUnE+gSBMzAM6SP4xrmGG9/bgDJ5oMnHqaShEb/PPeDXYEa0JJgLM5wwLhqsavOYXi6fl3oVtJUS4OlR3iWOEQ==","shasum":"d84737b5a9c194e8a577b4e48ccac7eb2b9358de","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.0-20221206221533.tgz","fileCount":1543,"unpackedSize":24566299,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDLhUaK7Pp/nLABpGuw6uEzXx1dtKk/JYy18/s/NcM3kAiAZiKyWUH3x8ojdlQV5CMAbiqOfJMjnvZAd+GE0JiijmA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjj8aDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr4Qg//eG5qzLnCAuSYffbzhJw3unrizrZSFX8amsJysgO/ECzKs4rb\r\niM5XJ5NzT/9YPXrUW4RmZEByKX+7BC5Nee6U+jp6rX3YnS+5vaLtgBI/ws0c\r\ngf1aBXhIMPb4ODpNGcT1CMUGXiKvQgtX+Ku+mAcgZF9mBGoAODDML1vxTG2s\r\nnKshECFeKJ1pw/qHiKC+DE1hWfGoFjbuiTI2YBQfR4ekBisLtWj+uTOoOJmY\r\nAkX3ETwqlAtjri4bsB55KgNPWLP/iuRqBBZKIFvqLuXD784BOM1ow+nNn9du\r\nNoALxayJuHRd4KxZXGJJr9PQT0n5z7L6XhD6lHERKclUyQKWJFL3pXdoWd4u\r\nSXB38p+OVW7xlT7sC2FFUmme532uobHrsuhyBd8rdkIAWLMGlmnJNhNc+wWl\r\nLTMVvL4FEZybkK6UQ4uZf+g630zAkySH4L77FnJF+VZtVbWq5QIb+72LUB5e\r\nQ4bAY6Cd4EOWxdPoD8FPJAx2hAc775WrKZv4SuUWpJx/AUOCoErGqbjD0uAv\r\nk15V/keRYCWhrBgZ25cYkxrPxBFqruvZIB/w73vzP1TRKxqhFy8sY6JjRM8d\r\n5eD0bNrmZQkTgIzPnDRn6jXPmgJYtKfiRgH3/1wrc42MIcpzZuK58L1f1QRZ\r\nbqQ73bFX4Oi/AmUMsP8b/udRSjvZQJbPGl4=\r\n=1v/u\r\n-----END PGP SIGNATURE-----\r\n","size":4631446},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.0-20221206221533_1670366851068_0.7092608755484036"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-06T23:01:34.592Z","contributors":[]},"3.7.3-canary.734fdcd91":{"name":"@firebase/firestore","version":"3.7.3-canary.734fdcd91","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.5.21-canary.734fdcd91","@firebase/logger":"0.3.4-canary.734fdcd91","@firebase/util":"1.7.3-canary.734fdcd91","@firebase/webchannel-wrapper":"0.8.1-canary.734fdcd91","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.8.4-canary.734fdcd91"},"devDependencies":{"@firebase/app":"0.8.4-canary.734fdcd91","@firebase/app-compat":"0.1.39-canary.734fdcd91","@firebase/auth":"0.20.11-canary.734fdcd91","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.7.3-canary.734fdcd91","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-5c2g/cVZXTA8SSVxGzGNnVbpGbc1m4++k+zxdueLbAzOlUCETx+L5OkKAPlAfPxY+Wl465xWot+fI0WvunPhRQ==","shasum":"460c959d57f298478a723b25814afe9ec3ac4389","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.7.3-canary.734fdcd91.tgz","fileCount":1543,"unpackedSize":24565198,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCpueQUwO8hOwWJVluLN8jDDuDhzVPamROmA+/dJhJdqgIgHqF5J8+g7rjfObSOizQpHq/LyCJnaAsFOsdbnGXtJB4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjkRMJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqIqg//QDE6IKpsnOL2zKDGuVF9XCYjrSKdbcfzkX2lwmyZQlhDt4IH\r\nZiBavKBgybcRYWHdw7WDYk1RzMne+Sk7p/cFw2QV09KzdGtE5dxTnaPP2ela\r\nxl5VLm11fWMaix/N0Pu954efvIvKhAYF3t3ZsoHyylKYJMGajl66HoCCxz7V\r\nQgyLrQP3ihBGBJhWVRLyBps9pGvWNZUtAuYhNhWPLRlvdUo5gj2/or+Rc/Ma\r\nAQKLmd2E7TjLmQRbArhWc6+lyC/TFGLH6awqSLvtcKp7wozxYW58Q+tyUgR6\r\njoDgNBqkPLkO7fHRVggiwS3IR978G4JLrSMZzu0gPXES9VZzGI+JQWlsxWwQ\r\n2qmEh6bgqn7PrBgOKAZ53mevOdQxYG+ChBW6YcWXOW9/v8TDZJuZbIZOVR0Y\r\nkm8Dy89Xr6hDVYKJd+14wglOrCgmwhf/m2Q5RXo/nGY5StbgYwxOpNdm9SyP\r\nzPn8dwrkJOhN32nCkC530C6cpuk48uO7duEScB0Iq/x1mY6BTkENKHTZsJcY\r\nOKhiFQIh8f5QeS8ZL2FkpOHfTO+WISasynrBpidWmt0WSHimdG8WdATSJoz4\r\nTglpwGR3e3xyZtSBnsmB3sMvsYC47TpKdbyDWceivH92NrKUfrRlr4M7LiAe\r\nj4Cv7/Lbk7YtUInRzqiw0KhKwVlQst+SXuE=\r\n=yrjh\r\n-----END PGP SIGNATURE-----\r\n","size":4631160},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.7.3-canary.734fdcd91_1670451977153_0.3996368336775542"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-07T22:59:49.451Z","contributors":[]},"3.8.0":{"name":"@firebase/firestore","version":"3.8.0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.0","@firebase/logger":"0.4.0","@firebase/util":"1.8.0","@firebase/webchannel-wrapper":"0.9.0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.0","@firebase/app-compat":"0.2.0","@firebase/auth":"0.21.0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.0","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-aKwfZ73FmOV8e/dN0anDtrq6+1IhX4zmjxUcXcgaypZ14q6bq0QpUdlRxjsfiUQ5m3H3MwWWIFOcT5Xa89sIkw==","shasum":"4d955a11c2205dd84a9d34ae75506d829593bb00","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.0.tgz","fileCount":1543,"unpackedSize":24565480,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwfh3bAZG589L62omSL6vOovgXbfY1dyAIeGpuCgIFkQIgN/pQY7pduooc7CpiZdM6Ka+JaxJmN09B0PibOo2fVPc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjkmKMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoc4w/9G7vYyBJMLKp4SBXo21X+UNA9Y+aTZBONR4kQy9CdO1v2+Hx+\r\n18FEe/KONikA3lc3txvdiZIra847WuRs3EKgKyKJVvqPpJJgHcFUb9TFdUqm\r\neG9vmjkDwSEzYhJsUN2KEa7YDvTOYgw3qCTYMke4yVxcMTR937Be7rUgOC3C\r\nNKZcrcLGvMjLquADOHpp8sn/FOS0rNG+oEAN6/7z3FMYjNGwFeg0CZwK61WR\r\nL05n2O0PuTmK7PThtgyClhkgxUyePvgOwXY1ly7C1W1Skf54f4tMH1cM2sAE\r\n70/Wgjz5UZqlvtRMCRsD4K5cTbUY99FDzJUFqhq8gGI3t5uetPCl4zGH4xFR\r\nLrAL88tS+OYCJyACFMiVJbCYMVAEoQD3Uz4kkZwcNanymoTJq0P5o6ckWEmW\r\ncL2DdnY6hEE2vYnWhurAdYb0DXnZ38oWSC0CL3hJG5/fOGy+E9XPu/WXeJta\r\netvbpFKbMiW2Gvd+9d6Jii6LtKu3jql4rLWIDs6QcewfN1B2Pvj2+bK4GcmV\r\njVumnp2Pg1YJBL+8AH3bojub/wa2A28qhsljYNiPkQhjVd7a9gJN/f3bqu6v\r\ntr/cBiLsYWBMsFfUiGwL90w/32slhh39LEsek1cBL4b9NYLJhRtTbGMa6CIz\r\nQb3IcAEZUKMgVfScBbk1QMFCqVLS/szw+Ls=\r\n=Serb\r\n-----END PGP SIGNATURE-----\r\n","size":4631086},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.0_1670537868083_0.19735590272580206"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-08T22:18:53.834Z","contributors":[]},"3.8.0-canary.41549bb86":{"name":"@firebase/firestore","version":"3.8.0-canary.41549bb86","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.0-canary.41549bb86","@firebase/logger":"0.4.0-canary.41549bb86","@firebase/util":"1.8.0-canary.41549bb86","@firebase/webchannel-wrapper":"0.9.0-canary.41549bb86","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.0-canary.41549bb86"},"devDependencies":{"@firebase/app":"0.9.0-canary.41549bb86","@firebase/app-compat":"0.2.0-canary.41549bb86","@firebase/auth":"0.21.0-canary.41549bb86","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.0-canary.41549bb86","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-zID/NxPz085o/1AKvrU9Fm+j7nlwjm4ho42LibUuF5+hfhP3eyha/ywyYbz52c0gOZA11wYaWSY4Qy4LeC4mQw==","shasum":"f8921415f08c841bd0e43ff1dab402e99bd0a5f8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.0-canary.41549bb86.tgz","fileCount":1543,"unpackedSize":24566275,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFI588kGySVxjMbfzJgvQ2AjyobnoGmtTmjJugS85Xo9AiEAjQ+q2QA/s4tQ55/+muITuCWzLEf5qWgiZggcr+oKR/4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjk3bBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr2OQ/+MxG0kXYaBhSLBtrpHrvocUbdv9hALDFWD1kfDn3f3kJCIfkt\r\nMbJHSOsTAF4BtIwYBRlBn2hhnIA/4hXFZp/NWuxj7XXumZizHvD3hpmS+QA2\r\nh2RXRMpknCWBf8qbrvyuTEprrxn5PmgN/Vu2BYrTSFZjpBg+P5HoV71U+OlZ\r\nyAyS+E16iqVAs+6yWXOqrsrm573ynkcl0hMhiFMnOwxb2nkujptkBXHAuiEc\r\nqe/wqLrcdLdDllrvqyZ+F9Wm/iR/tZPPuLKE2yrJK++Obmy+8BcCyRUm4SlH\r\n7+Jijids/GpkWVc1IVSSLRJ1B5QZUsYy9Oq3qWtRu/0K13AMuamfO5nEg9CO\r\n6XYmVuhS45n/oGecPTOaoDEss0PByiCdTrmhgo3H/4f9Vvrzwmof0XXZgN1W\r\ntPFtwkcZVz/4Avns0wAFqui4GkmNkzWpLOPXxf3q+QgO+eX4+ZCFHVLSVvaC\r\nEcl9djh+r//zOGO3AvAALkU4kwZ9n+nRGs0nsbMt8qd/MNVE6y4dYnf3+tcg\r\nlKxX0eyruDjViXuuLT6gP187VNHSW7vTQv2nxEpb6dVybK/TosKFqjyKdcH3\r\nQq5efumxe2t5zZK2ED279TIsGlW436zs8LN4jRFSBcZQRIVnFQoIVjr5HEe9\r\nAW1Q3KYFdIPUZepKrqpLGSod5PZklQ3YVBQ=\r\n=U7rz\r\n-----END PGP SIGNATURE-----\r\n","size":4631472},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.0-canary.41549bb86_1670608577541_0.01025286817438964"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-09T18:13:56.977Z","contributors":[]},"3.8.0-canary.70e62540a":{"name":"@firebase/firestore","version":"3.8.0-canary.70e62540a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.0-canary.70e62540a","@firebase/logger":"0.4.0-canary.70e62540a","@firebase/util":"1.8.0-canary.70e62540a","@firebase/webchannel-wrapper":"0.9.0-canary.70e62540a","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.0-canary.70e62540a"},"devDependencies":{"@firebase/app":"0.9.0-canary.70e62540a","@firebase/app-compat":"0.2.0-canary.70e62540a","@firebase/auth":"0.21.0-canary.70e62540a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.0-canary.70e62540a","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-qtDa2tOVLOMf/z3bedXKp9QogKqK3yPq9zqY1fDFHdA9Z/vU4Zuqt2tY+rhD7HiQgpJekKVmrFubMvgYJLeMVw==","shasum":"f24d5ba1914f1065cf94cdd5ef744db0516f595b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.0-canary.70e62540a.tgz","fileCount":1543,"unpackedSize":24566275,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCi+6rJc8EvepsNU/VQ7YK5XK4kXbpEF8ReJBmoSIOVIQIgTCbYWyUTg0il3+h3tkykmDItMQq6uoXnH6F6mmShPZ8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjk89MACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpa3A/+KQglleDNqbf85c2oCXQhkZ9jgFPlK4rQKACTb7lQxqHEn73D\r\nB9r7lD6/25jpHrelDAK77um1PK7RYVeNWKK7kabf2mO5ts9hyv3ZbVdIoIAx\r\ne3qjVVRX9GMqFgOkvWu+PPXwEIbSFIJcEII7zU1Jpp5eZkztPfvoaC/MEmbz\r\ntNGS8LkSLoYEQFc4AgqcodE3KXAhL2LhZmbUKrw0IJ7DZKwz99S7VJ/pGVep\r\n0zaWJdZPZx6ieVARA3NUwE/vB65mtGpnrNhjQabDc99zN0sA0Y7uezlD9h9X\r\n0leiLNBCbe0Fsylpz4hWenIa57Gg24qGj6piYwSKaf+5FP8+0n0VmRZQv+jm\r\nk9kdU0WatQD/wkDNh6UAG77nxkcNjkdbNPtsoysWRa559Z+B9C5cg+FhduD0\r\nPFgOaK+aXn/jK0d0caAN1sumg737JyqaIvpFTEcsYmIINIIFeJyLafakxZ9e\r\nXXr5ZVfLa/POEojLWN/Rzdotbz77Rh9KdiYxnndsmWPzAwHWjh7Gpd54mqW9\r\n9WXtqoxrV09AIlUzlwvmrh9vW93Qbv1djIIzXJ4QeyotJYI5IiCxftJcthTc\r\nAzuit2H8c6+QM9Irv5+2uszl77KU3QBsuI6BBaDehnV1GpNGpDipK6k94Trx\r\nhtf/mgLIIfrSdp0gLq3AlF8H2ptTfZ9E6ic=\r\n=sQZk\r\n-----END PGP SIGNATURE-----\r\n","size":4631460},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.0-canary.70e62540a_1670631244506_0.39696990496230256"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-10T00:26:03.966Z","contributors":[]},"3.8.0-canary.37f31c57b":{"name":"@firebase/firestore","version":"3.8.0-canary.37f31c57b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.0-canary.37f31c57b","@firebase/logger":"0.4.0-canary.37f31c57b","@firebase/util":"1.8.0-canary.37f31c57b","@firebase/webchannel-wrapper":"0.9.0-canary.37f31c57b","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.0-canary.37f31c57b"},"devDependencies":{"@firebase/app":"0.9.0-canary.37f31c57b","@firebase/app-compat":"0.2.0-canary.37f31c57b","@firebase/auth":"0.21.0-canary.37f31c57b","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.0-canary.37f31c57b","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-237dj18QkGJ0UDV2WJMqpR76coGiGjiUTltXusCLr6ToYXLc+c8AM/8jKqM9cSfo6eKF7RhsXhgCxENgArnPGA==","shasum":"88129fbd51278c523101f2d36bc014411dbccbbb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.0-canary.37f31c57b.tgz","fileCount":1543,"unpackedSize":24566842,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC3tEC5hX3CJMDePQsGCRlWTT++mlH9LXwnHKUizl6VcgIgUOmV6SNqln3Pk1kKl3yFv8LEZsq47N/coldITL+h3fM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjl7evACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqY4Q//bYdkrCMF/ZV1DYh0ElYtMexSX/cuu1mrDA25tI4ayWGYeoz+\r\nNCnig2QD9sS/iXqld/x++o1Q9Rxk8JGkbIC7qKScZv+/folqgp/OFINwxbJ5\r\n+/fGyb+tCsFzreZp9xWJWee1g2SUK6c2hegn65JtOm6ojQ56Lle2zy+1qgVE\r\nRNh5uLTIQxaP5qWyaV3L41deWa4BQC0/xm6Bj2Y4YWoLz1FgJv5h6RUMN0KU\r\n2ssa4KSxVcfQ6iU/y2quifLwKL5krN+wunza5/PhRHvscYFnLsBZEmDlOd/j\r\nk/Vf/G6W7PpPJH8OiKVWLa9VygecXcgkipIsf5ou+s4bW0V6zxbY2dAjnH+H\r\n8n/LHwfANtlekdk6/AtiY3ARJ7hYoe/OZFM83j/OiW5AvCTlNxhKrm3VMNbR\r\nM+rQ+Jv5j+0zVf56owEB5lBfSXZ/jZwd6q52D3e7YjEpynasQfHXuVdjEhfe\r\ngkDPzeOCSm9aqEpJcmWPlW1Awj91nerS81klS2mVfbdE55ebJ/TjfcATkJAr\r\nBZnTeOVFAC0kb1xzT6cpAGkz7Rwp0DtMiV16LuaKj6irRZew0GLaWJui0HwZ\r\nB0j0IJTg43Np7HmOkhqdDzNmEAPYTfmqkAMnFg8Yp0Bj5pMJhZf+ksky9jOP\r\nzv7gt3Z5IiQanipAQfPBI6GUAxlaByajC3U=\r\n=bSDc\r\n-----END PGP SIGNATURE-----\r\n","size":4631833},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.0-canary.37f31c57b_1670887343480_0.1554835147532898"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-12T23:29:33.069Z","contributors":[]},"3.8.0-canary.d8af08feb":{"name":"@firebase/firestore","version":"3.8.0-canary.d8af08feb","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.0-canary.d8af08feb","@firebase/logger":"0.4.0-canary.d8af08feb","@firebase/util":"1.8.0-canary.d8af08feb","@firebase/webchannel-wrapper":"0.9.0-canary.d8af08feb","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.0-canary.d8af08feb"},"devDependencies":{"@firebase/app":"0.9.0-canary.d8af08feb","@firebase/app-compat":"0.2.0-canary.d8af08feb","@firebase/auth":"0.21.0-canary.d8af08feb","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.0-canary.d8af08feb","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-F6gx59rb+ShvwP6ciOsy5ZHLcPqWCfU+mxtJeuc4SXabL2Xo7fkKHJydsRJxi+a3BGc5Vzr4nP5mweokZkPxaw==","shasum":"0222a4108e466006de84e4a3df998496514d5dfa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.0-canary.d8af08feb.tgz","fileCount":1543,"unpackedSize":24566842,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDJvGeHoNxJCz00oHFQizsiD5uRg6hbcmgIIAZlJiyugAIgJvxxGrxK7ws8y4/teR3B1TDHHsIJTdFCWVB4CxNO0Jw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmP3KACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrShw//S9ZrlGOYrJaqZza1nlIgZR1Uuq4Q5sLhe3oc0bYIxl3WE5/t\r\nxUIGQ86eJZYnVivHMzAGmwOHCy9IiYMf662yES+oz2UC0iSeE4bI+ZQLRMOw\r\naK7ytoutmr6OgnRfvta36CQRRkURrCj6m9kPJd+eGM8M5RXw2mLFzmOw6IZM\r\nOYTzsZ6TnPD8Mk9jVOEC2sSZn60P38/Lejie5arGNnD/jPJJaIxFeBPyu891\r\naeKPTVTOv11H7TpPK9jTMWC+hbXkIEsDeAhm2xPi2P5a6glNspsie3Y0jmRB\r\nLPvP4A1jBU+xjOknWzzbpBhH35kt1cljSfAPQaQo5Bg11lXLP+8KK1ESpAEt\r\nuZA1an985uiE8MZDws8f0EV7ZivcajEVQYPV4uyCeQNreIN4AAekq384oPv7\r\nh4w0zMX31v5+HRt/0Xgm5jllDR7TMPZeGB0b1CF8ctVYFC7Jm/viHTg2xMld\r\nGxzAPZ6wb+PgG4RQLY+5e1JyH+7+M5uiqAUk74cIVSKBgpq0hse2s7ugPbLj\r\nPSrc4qyxyRmtcGf9W6DcrXxrHkRZwL8d12zSAex+Sd7RgDS1LM2JNRhMrJ6g\r\nbUFz2MLKsOO98qw8mflpO6EQnLclbcmXmd3yAfGf3Z/9vgWIqOqY/Jj0N527\r\n3/VGvf9qwGehz1F2E3dBi71ry5KJ31fd1BI=\r\n=BHD9\r\n-----END PGP SIGNATURE-----\r\n","size":4631822},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.0-canary.d8af08feb_1670970825883_0.42719085436017834"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-13T22:43:04.615Z","contributors":[]},"3.8.0-canary.9d2757a6b":{"name":"@firebase/firestore","version":"3.8.0-canary.9d2757a6b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.0-canary.9d2757a6b","@firebase/logger":"0.4.0-canary.9d2757a6b","@firebase/util":"1.8.0-canary.9d2757a6b","@firebase/webchannel-wrapper":"0.9.0-canary.9d2757a6b","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.0-canary.9d2757a6b"},"devDependencies":{"@firebase/app":"0.9.0-canary.9d2757a6b","@firebase/app-compat":"0.2.0-canary.9d2757a6b","@firebase/auth":"0.21.0-canary.9d2757a6b","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.0-canary.9d2757a6b","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-b7o64eZfT0venTK0SU5sJfcRzTkCBpBwVv6pQjYkJj8CHSDb1GSdX1/jpLg3Xav1AHNN3ltO6QBx4IF3kfwFkw==","shasum":"b5705b8bfa382a7da94b53abddde9c8c93b1c651","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.0-canary.9d2757a6b.tgz","fileCount":1543,"unpackedSize":24566842,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBabCN/wFHtTLoTHSCeZeaLJ81yWvLMUwQMRzWRnrOcgAiEA+/8zbQaBm6Z8V9qmInTwGI6B3E3oTsF/Tih6Pg7YBhI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjohjeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrUNQ//R2NhxeLgamcih5hD9XT+UQRoLgROczE4/X5nEPp9dxuuZbEZ\r\nfdv77jjerXZH1xCJnarbNNJiHCcRDaSH9ZDS2eRZ+E4drnoi6C/zHMYDQzMo\r\ncCSmOYqGSmkl5KoldrBIn+6WLIT6QYgF3OUkRDEc3OEo2MQs/fjZwbKJQrTk\r\nRQSlDViuW51EBR783tha/XMyb35IVG0pzFY1psU4YVjhrLZ7SewyNYVmdn3n\r\nLcehlUYPcdlARjz0Tfimsrt70KlPCd1E1FOIVFeOdSYiscm5GWXN63TZQg1w\r\nXRxssSlnEHCkEq0fSf92UAtNOUOGDG7C/1VRz8mU9gmeNV2MpqnxmWhjjgzY\r\nmR0co1W1mWqckAhM37PKnagsni8zqJ28Oxt6bMJHPDF01N/oF27zSLSIgf5P\r\nIQarSsf/v0IVdixxsYzarF2/3CnaSwRSs16YfUqFenG0syr/tiCX+DJryaDH\r\nK4MB4/1G6s9xFCcrYMUEIyfFdI8+thoBlcsS2GKqEHx6ece/Rd7lbRP7gQyU\r\nyiJQpP6bXHxBG8tlJwTyJO+rGWgDOsQwGtrWxGfd4eo/9+SdoGxHhk80bcnX\r\nKRj8sqcsNhX/DMVIiMAs2nQBkGIieR+DfDLkqF2SPnHqVA1zzRSMglojzBli\r\nFd331foJjugPR22xb5eOvkJjpuCV4SjsL+A=\r\n=n7wf\r\n-----END PGP SIGNATURE-----\r\n","size":4631831},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.0-canary.9d2757a6b_1671567581765_0.19699160042561314"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-20T21:07:33.677Z","contributors":[]},"3.8.0-canary.d4114a4f7":{"name":"@firebase/firestore","version":"3.8.0-canary.d4114a4f7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.0-canary.d4114a4f7","@firebase/logger":"0.4.0-canary.d4114a4f7","@firebase/util":"1.8.0-canary.d4114a4f7","@firebase/webchannel-wrapper":"0.9.0-canary.d4114a4f7","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.0-canary.d4114a4f7"},"devDependencies":{"@firebase/app":"0.9.0-canary.d4114a4f7","@firebase/app-compat":"0.2.0-canary.d4114a4f7","@firebase/auth":"0.21.0-canary.d4114a4f7","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.0-canary.d4114a4f7","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-V0j3iEKzb21kwIRw2TkxyViOMX5PU5elrPGn4e2eUM6SUrB7zEVExtPN6GgxKWTko6yzuXQgLEcFBINBhSAw4Q==","shasum":"b6c0bf0b8e72addc50e43a288aa45c82a86a0edb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.0-canary.d4114a4f7.tgz","fileCount":1543,"unpackedSize":24566842,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDduNqT9hFJie5hGo1R7ZeYXIWOOJXLDXhgzzlgAzaiOAIgQxv2do+IH9I9NHFmETi9drXQs5WWueCNsaH1G+WUG7s="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjo1mMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoGJw//YsRLE9kZnv4m1tglW8+XIYiEwyVWmDkT3xTLFDqthpJiKqMJ\r\nMe9y1ZNxB7Fskz0pAPP2LACVJv/hvs6X+jLC3uF1Cy0fuAdI9um37DhXnSsb\r\naf3qbruCAz5r9ckrb9ulamwunKrQLQwP89XrVi+ebGxhsxEdXRltIBnkxXZG\r\nIYsRJIPN891rhQIDukSn+jC5e7KpbYwqqiLGSnSOypSNfoRRR06Hyo2w+Sbp\r\naa1wopVjCv05/P1kO85/n/wc7RfvhjZrEuRRh03Fdzfgo5AyCz4jbYpHSdwp\r\nBKikbOVY1Ot8fnG0Ci97F1XwVhj9G2u4a4kGA6vxcW0MUUaK26UsPRPjqsX1\r\nx5EHEJfqfd0tuRQ8m3WzC8Gp5UPalf2B7sxpjYh3WsSRiU95kSlmJuzOk+51\r\n43TT0GFK5/F5eoHF1x+VXqUlX1IPbN2Cx7Zf4JX8YA8HiIR7DDVEOn8iYseJ\r\nZXyo4p8pJuAiYoaVv88CXyE0bQ/CyxQwFRCYna1o414yfBIcE7S21roqwltP\r\nzuA50XGyVC638p7hmVNTdS1S7bx60Hf7oArctDHvTPixuq3fn7A9jjp3RhV3\r\nPDzc/X749Tu62P9QWiJqlFnfj6D9Gb4T5ApBg5GdcmoAUpJWYlJJen8Bselt\r\n8c19CciGQqFfD7z6fZ4gs1wUQkKnUpvNbF4=\r\n=chJV\r\n-----END PGP SIGNATURE-----\r\n","size":4631822},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.0-canary.d4114a4f7_1671649676279_0.3700540437215738"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-21T19:19:20.571Z","contributors":[]},"3.8.0-canary.20e5ef7fb":{"name":"@firebase/firestore","version":"3.8.0-canary.20e5ef7fb","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.0-canary.20e5ef7fb","@firebase/logger":"0.4.0-canary.20e5ef7fb","@firebase/util":"1.8.0-canary.20e5ef7fb","@firebase/webchannel-wrapper":"0.9.0-canary.20e5ef7fb","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.0-canary.20e5ef7fb"},"devDependencies":{"@firebase/app":"0.9.0-canary.20e5ef7fb","@firebase/app-compat":"0.2.0-canary.20e5ef7fb","@firebase/auth":"0.21.0-canary.20e5ef7fb","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.0-canary.20e5ef7fb","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-lNDzMjDoLMzHMm86lW0noKA2I9DxY7D/wyQPMjOeDUqjbjeZnmwd/smEgN+aS4XK70SAom4RjHsrO/dRojaTIg==","shasum":"314ae1739d6e29c9e19aa52d137abd56c0e7760b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.0-canary.20e5ef7fb.tgz","fileCount":1543,"unpackedSize":24566842,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBH59Je7KRiPZ5DdCAx2qgzhncrbDVsFOe2zOOkXJXZTAiEAnPaVwItmvp8/HaIWebBA2afG81qSi7g8EHHytaFcnq4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjo392ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq4BRAAnHjD42G15y1LoEn1IpkbDyn4E3akZrIJTJ6wA1xeZu09O4v2\r\n5G+/gf+n2PqOF6oYLhB9uCFj7TQZXNHJQ11KkL6yIvjfMFFQW1NKLu6pMeN/\r\nnZgooKgQhzqeUczLL8oiwaLjrfPtGt21dzB0f673zrO4C6kbLC3U1IoE1att\r\nswGZkVGhaYiFWXEvfYrR8TDsjzW8xD0LjbBVKoE1XrHSg/J4nSiWLo23aOP3\r\na9IPV5NBnRzna8CX4vMuHnn6Y5+MTSyjtGrrV+NEGTgnKgVyU39uPaIlIGjd\r\nFrGeMTrdu5iOv36yu6scWLNWbOJokBO82ZZY5TALG0y5LyhGGFQRk5YnzIyU\r\nGB2iPPIVyUJru5iI3/E/Lgvj/bNE6VrUVgQDVMwrlr+qGjqZMTZxc+0kuMza\r\n+f6UMTyqICAgdjQkSYKcJyL0U9Pe9aRFhIA5ldeJAL7Vydx03HsNDdVGywf3\r\nCu7rslWcUpJ8oo7cHF7DI4FCEE0pr9GzuJXPUZ7lHIDR3+yyP8BDkjn2STcc\r\nXiehxUXuGc+EFM5V8AwLwvnAJbS7wZ3vSR3cuqEwZzcD1453NjCG3jDvtdHu\r\nr4gh8SS5e4mKebKPuvtUhKKiEYQEQk3famiZtA1T11Cl1hWaW+o3t2XEXIww\r\nWVSqL5hqv9Uon/MheMH5vpmn/tJyHUy+3ek=\r\n=e+X7\r\n-----END PGP SIGNATURE-----\r\n","size":4631822},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.0-canary.20e5ef7fb_1671659381787_0.8955923310775031"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-21T22:02:23.708Z","contributors":[]},"3.8.0-canary.a7622d49f":{"name":"@firebase/firestore","version":"3.8.0-canary.a7622d49f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.0-canary.a7622d49f","@firebase/logger":"0.4.0-canary.a7622d49f","@firebase/util":"1.8.0-canary.a7622d49f","@firebase/webchannel-wrapper":"0.9.0-canary.a7622d49f","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.0-canary.a7622d49f"},"devDependencies":{"@firebase/app":"0.9.0-canary.a7622d49f","@firebase/app-compat":"0.2.0-canary.a7622d49f","@firebase/auth":"0.21.0-canary.a7622d49f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.0-canary.a7622d49f","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Y5iZ0OkcI+m0PjbpxSZKJkuuGQcE2GGoLLoFeFiGKSHNH22VIbWob/tkI/oajGwTylb7bUxcXcGEUgwPACaDfg==","shasum":"ad1ee284900affb4e1b72f87b7debc742fb64aed","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.0-canary.a7622d49f.tgz","fileCount":1543,"unpackedSize":24580314,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEwIij2ZxTU+d0o2LgwHDvljAkhZa8s95+bHIKBR6S1GAiEAwG1sC2vk7FIUbtRFd6ul2Z48MTMe6ibfByWyaHY0xs0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjo5BjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpy1A//Si9lJ7NPrXZpUxzpu5I8kZ1kvrvpLE26MwUBxHOaXaSMTzuL\r\nMsJGKGPwzefRWNnziYw/8vmRBndEEA4u/wm7uQWY9NL7D0Y9ysdmTtzx/0jC\r\ntAw6sUsl0TeGV4Cenym+d5ef3RrqvMlSTAcfpg/E3wBKJD7pzOofjoKXoI0x\r\n0KuBX8C//B0HfSrjjfvfoEpCZn0ZyI3eZI8Tv/a4qb6eSNWpl/AAEaHihpq3\r\nV8p8LQglMxNGRU/HEB6uCLINYv1jFRYwgpPFZ9kfIJUnQCKTk9vOhwuH1rDT\r\n/Zyu3iQQJFJ38OxEwWo1n2SSjAqfAASHMQlAYUs0p1hVIyirHWYxT5TL/aiq\r\ngVyDJDCVNqccRjMlyI1K/NLVKpJs0LjSMKU0l8oV9vayQWjltr0c46uvtgx1\r\nYttHjgiKqa8qUF0rR4L44d7AT6pQPpHaOhi66DYgqWtm2y41H072W/gI6WB+\r\nwjsMEQzZpGL/9uizZQ0c9kPU3AK52sbS4F6PJd1iz/h0buSmUXBKwW5JD2Xo\r\nDJ7Rx6Pi4Q81CqadLGHFpZbhKRgHtoyOQFFNU4M19ZbBty6MQQA80EO1FDaj\r\nZIcUAv3f+zKhlUp0MT3jJPzkodPvLvhU60VSqYHwcdD3zv5ch+lPYAJRuzgZ\r\nEyu0k/DmKSzFTy/wF2ZjqwbhY3B+XiD0/9U=\r\n=Vco1\r\n-----END PGP SIGNATURE-----\r\n","size":4636352},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.0-canary.a7622d49f_1671663715432_0.07038166552547409"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-21T23:14:42.057Z","contributors":[]},"3.8.0-canary.06dc1364d":{"name":"@firebase/firestore","version":"3.8.0-canary.06dc1364d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.0-canary.06dc1364d","@firebase/logger":"0.4.0-canary.06dc1364d","@firebase/util":"1.8.0-canary.06dc1364d","@firebase/webchannel-wrapper":"0.9.0-canary.06dc1364d","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.0-canary.06dc1364d"},"devDependencies":{"@firebase/app":"0.9.0-canary.06dc1364d","@firebase/app-compat":"0.2.0-canary.06dc1364d","@firebase/auth":"0.21.0-canary.06dc1364d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.0-canary.06dc1364d","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-NepBH80pXQzEsDwTqas5pfKXMPt6++q2O/QeXckz2m8zUASbQYGoeNzQZv/LlAJxg4RFulEmk6T8hE7gJiar2A==","shasum":"1a9650f5704499b0125bb3b4aedc67a37f9455fc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.0-canary.06dc1364d.tgz","fileCount":1543,"unpackedSize":24580314,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHoi59Aegkbpofqf+Is2cLPgNMd7ApWZshxATavHE+wAAiBLWbO0T4vDHn5hoWSqicRQfnC4E3CcSJ97iRw6J58foQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjpNXMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmowJw/9EPYcSX0Xec1tZ4UR4tPqu1mSRJ67yy8KCtRX8SbmXGRJS24G\r\nROFZWTiT1padBtQ7JyQAqQ4P6CPCBGJ7VMElfsIgSLxplsPzhSXKK6d4HI+h\r\nV1i3Juhnb2/Eh9K5QOd6Xs98DzDg2b48kiKPhl05kvP3ZvNk24srGqJrDl/O\r\naWK5PhMEj9dF6l8nvxnw3RztEiYmR6vJBSofPFJbVeLZZocO5o12//YlSWKe\r\nbYotnfXiWkujwUKrNx3RxEsMgJDQPM8b/ZoZkrEgL8T+dr8YzT/iofAilKhW\r\nUX3OA62ab0pe7YTf8/9e77j1LlSBGJHqHvLnJOFhV5N16FOckTZ6RNN4y9gn\r\nOC2XNMsa7FTFfTlsETVvUHNMgj1H+lnDxEjL0F6WF7PPLkGuRvOpjPCoXe2R\r\ng43/+Vwn+YxXPOajr8+03LQdp0As4cT7/0/HyY/NNL7xQ2qAcbepzXujgT7b\r\nJA2m++M+S7I7h+lwCe1r8912PYiIiNmERgFB3UJp8XGur9TW9Tmpq/5NediX\r\nBDpJVTZAZaQYjU3o3HRbk9o11JEwZ8vlHUHhVQP/TnRiCwMNXhaUG+r7vgij\r\nknz4zcRE+iFQZQ1v/6BlyAGQ5wXHL+nqyDvfGk4A9bwIakTGdELHjQTKm6NU\r\nJ3SBGBb/YBpCgXgYZl4Q1T4dBVUWNX85OFw=\r\n=dXy2\r\n-----END PGP SIGNATURE-----\r\n","size":4636354},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.0-canary.06dc1364d_1671747020580_0.6572925288627542"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-22T22:13:27.424Z","contributors":[]},"3.8.0-canary.1455bfa43":{"name":"@firebase/firestore","version":"3.8.0-canary.1455bfa43","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.0-canary.1455bfa43","@firebase/logger":"0.4.0-canary.1455bfa43","@firebase/util":"1.8.0-canary.1455bfa43","@firebase/webchannel-wrapper":"0.9.0-canary.1455bfa43","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.0-canary.1455bfa43"},"devDependencies":{"@firebase/app":"0.9.0-canary.1455bfa43","@firebase/app-compat":"0.2.0-canary.1455bfa43","@firebase/auth":"0.21.0-canary.1455bfa43","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.0-canary.1455bfa43","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-JdiY3x+YwRmmG1gq8B27nWLzyUBLipWEHnr4UByKEVj3iSwzvfhcfdn/ikcGyzNa+vqfU29NNrzMuVs4ylKLJA==","shasum":"3b1c232fec638f202352543c3712e48caca90868","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.0-canary.1455bfa43.tgz","fileCount":1543,"unpackedSize":24583111,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCu8j1bPoBUCiD3CK2u8ePKEcCXgVv5y97UCGjCntNCagIhAKyXSj77Shh6GIiHZV1oFhcJ0FMYYq6EpN///aO3aYtn"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtKcLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqkxhAAjsv1tRwnk0fKcQj9DYfgv2SxMOz2YQ7W73S4qmqSgQC54lfV\r\nXgpSbKPDT1n8QGUYL0Hhnh+oBWFVklycdcflSuLglJZkjJqETX/zzHM3aExf\r\noJQRPAlXKlMK+cTCx58xmgj0cPm9iF08r3bZYITL5QGgiW1czu3shZSuoDRR\r\n1Yw568VGILDLcqPou3PDg+JRVXdyb8jV8p20VgNtFhW9dFdgxh66WU0gOEQC\r\nignfHnVHLy7+7gwuK9eBesyZSMKDICiTX3v4uEnJCGkue07DmWTADycHo6Lq\r\nPpwDkyCbMiDwK7zQsbvsSloB/qKL/f6/ia21yBN1f+q4S87o9ez8VtmEBrdG\r\nzLDyNpLv7H6fa9+AoNzMlpQOuo8Yoz99IU96g1mANeUwOwuhfqHLF5ziySoy\r\nX7VERHzLHyjgoqnS1ylbD64ZBiBx66P1EhPnkwoxf/GgvXNV6/+JECWLPd5L\r\noCL/M8/rd8M16tLZVPRcfBwGUK0thCk6QTXZeUaSp57hMprHa7rBu9GWBn0j\r\nEPvAxr73PPW1wKw2zqKrLw5XhRN5jA20br45JO4WNHwvlb0Qu41ifSFZKEgp\r\nFwFZrSPaWIHYi866L8eGuuB5wrNjei4yzhoskRrgmcWrvq0EYb0XDFw6tyBh\r\nkzSGtonxkO6mRsWlWew6r+6eD2FbDti3aDo=\r\n=wH9u\r\n-----END PGP SIGNATURE-----\r\n","size":4637127},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.0-canary.1455bfa43_1672783627084_0.04831312885566441"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-03T22:12:13.292Z","contributors":[]},"3.8.0-canary.cd92522a4":{"name":"@firebase/firestore","version":"3.8.0-canary.cd92522a4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.0-canary.cd92522a4","@firebase/logger":"0.4.0-canary.cd92522a4","@firebase/util":"1.8.0-canary.cd92522a4","@firebase/webchannel-wrapper":"0.9.0-canary.cd92522a4","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.0-canary.cd92522a4"},"devDependencies":{"@firebase/app":"0.9.0-canary.cd92522a4","@firebase/app-compat":"0.2.0-canary.cd92522a4","@firebase/auth":"0.21.0-canary.cd92522a4","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.0-canary.cd92522a4","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-jUExlpb2Y4xLn/3Jw8o1W+95wBG5qn3OTfExv1pQytmWQreiJIXNfoAzJTRxH9FgfdltJ+FjC7TDqpW54hZS6w==","shasum":"096dc36163c2af8567328314018011080c6d5f9c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.0-canary.cd92522a4.tgz","fileCount":1543,"unpackedSize":24583111,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAprP/gVrxddSgsZS+ijRLfJZolDZA4huf3RBQ4P2im4AiAQnK5tf9johiQBBLux4NFg2foGOBFvm4UoQCRUqjGehg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjuKZWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp6aQ//XHZbDyU8XX6/dBZTa6w6hKH3cusSJ8KF5KHzXPvRNLRVg5K5\r\n/HLsM++JD/il/OzW6R0CU/tFjIBnwaRSAP5HKSUIOBevtELOxoo5IkkDdr3j\r\nFVM/JxJh3h3tQWJGtjSNzeMwjZSQUsQmhg0bCqq5t0NzHz7Ao9cnvy0x339q\r\nPrcL1D0srLu4Zsm0DTg3ZjXBSFg+WCtAyHulraRl0viS4c50aS10ypfk8D/g\r\nBbG2IEIZ0+nwYFvBauU8A/+4/gXNzzBhVw4lf7RBdTXzWm8IpWkCta5AiEdb\r\nvZUY5qZLIH4fo28MXDnPczR5z9dAAI1Von82W4/ndw86qOg0WaH4aw9T5/vF\r\nV+LRrIKx0wdPJWg62XKF6gtJj1Bwf9clwz2t/4aWZtegWNzgPraBLEwMC1fr\r\nf/G5v9Q0M5xlHGz4jSHbmYusgeIeOmjqLd8EgXu3HPFoI7KWNUobNKstU2nk\r\nlCK66ynhNjndYXjNCZiznr2ZQ0BDZW1OvAG3W7OPN5UG0Y3rh4sqnPRUAwHa\r\ndB4ITzbbsbSq1kF5X86zHA13G2/PZMeGNGlqslqccCwBsAI31r38Xfc5N+Os\r\n3I+xux70efQCQG6tAk98TRKTiIBKDRh1Nrz5NVDEM0QEN2ug3fvu5yjngBc0\r\ncINWSm9y3gkUnDdk/X1W2+yt5wK32XMUzjg=\r\n=xRHW\r\n-----END PGP SIGNATURE-----\r\n","size":4637126},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.0-canary.cd92522a4_1673045590112_0.8558831290680429"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-06T22:57:58.679Z","contributors":[]},"3.8.0-canary.50b8191f6":{"name":"@firebase/firestore","version":"3.8.0-canary.50b8191f6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.0-canary.50b8191f6","@firebase/logger":"0.4.0-canary.50b8191f6","@firebase/util":"1.8.0-canary.50b8191f6","@firebase/webchannel-wrapper":"0.9.0-canary.50b8191f6","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.0-canary.50b8191f6"},"devDependencies":{"@firebase/app":"0.9.0-canary.50b8191f6","@firebase/app-compat":"0.2.0-canary.50b8191f6","@firebase/auth":"0.21.0-canary.50b8191f6","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.0-canary.50b8191f6","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-V8ESsYiwCqZSFCy5D13LP07rjygR3vHVohlzQhmCvoaa/G/vVpuGuCe8IAC67lhaQ7HDWXoq7rmozFiM49P1Gg==","shasum":"a388f1a458d0702904e1396b6cdbbaffab0a4404","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.0-canary.50b8191f6.tgz","fileCount":1543,"unpackedSize":24583111,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFD3qL/GblRVUPxxL54c67qqm0vQTKVAkEX2zou+aePJAiA+C+fSLNhzIiuTpZaZJgz3AC6C5C3rY8pzpXfSESzbYg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjuLLKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmriww/9Gmlp6DjKiwLG5kuu/r8cBDeDbpO3pdSkNTAHmuxX0BIZvc7v\r\n2Cx18NSjuNygu1sr3cn6ZgcWERJGJs1SelKGoS43OEQVmFrasHNPaIap2lDa\r\nPhXhhZcIK2AB4dBPgv2oEFWB/8MCHE+B8/kSsJvJn1lRw2TCi2azhaedCc7W\r\nbKMltWvpz92f0VLJ5VoCPCE2lFJ4qlIcS46cdKphamWrcgBnTV6H5LKX8eho\r\noriltEMi9nRzAb5Sfii2l+oGTAAOrmDzw78GlBB0vjiJ0lXUCkhhZ2sbIMIS\r\nnsMsZdJLUc9KH7mTSmk6tpfY77fRaqFe0Bmf3+irQMD/TlYL5/M3gUuDKsH/\r\nNOY/uoevbD5Ix1oC/Zmw4DOBZSnSfTiLoh4PCmCero++x7oqmPJJnnDwQGbN\r\nb027/Bg0aJK9jFX7J/PFd5WHS8oCemkfZ7AO7vbxo0qkD1LCV/uMBWUKDZOa\r\n3pStvgNrpDS+/k2EqxQj8ryRzCoNGJgfthNIAenOrGU4eu0wB1dQxfYc8o9A\r\nLU1Kuzqu2TPwcCVQ+YzzYoED6LwW0MlZ11Ll/w/N+wBEKj5XVgY0MUugS9TY\r\n41m0mMkhXttTdGj7NUOEefq63G8vQh1weK4aSypXI8sXNal7noV7Ac2GAhab\r\n4m3DaZhzpnayAuBqelcpOlh2338DKsI3zEY=\r\n=OAYs\r\n-----END PGP SIGNATURE-----\r\n","size":4637131},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.0-canary.50b8191f6_1673048777638_0.8755778060214512"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-06T23:48:40.687Z","contributors":[]},"3.8.0-canary.a4056634a":{"name":"@firebase/firestore","version":"3.8.0-canary.a4056634a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.0-canary.a4056634a","@firebase/logger":"0.4.0-canary.a4056634a","@firebase/util":"1.8.0-canary.a4056634a","@firebase/webchannel-wrapper":"0.9.0-canary.a4056634a","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.0-canary.a4056634a"},"devDependencies":{"@firebase/app":"0.9.0-canary.a4056634a","@firebase/app-compat":"0.2.0-canary.a4056634a","@firebase/auth":"0.21.0-canary.a4056634a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.0-canary.a4056634a","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-lUEm/UCDXQl97QyTkvxyGN311jqG9gG3YHh0j9rwJtgtFSYfb4mkAmYoA8dOA/XOQRU37P37kVViFRX/6JR3Xw==","shasum":"6ade37cd30e81bcb6c8283414856a2a52005852c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.0-canary.a4056634a.tgz","fileCount":1543,"unpackedSize":24583111,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEAfxbwcD7ULewA3Y3BM6emrCLdShiHr6fNJ2ie8S8R5AiBVRoRKKFvPDExrQ8jVRwF/KuoY1/Ku1MIwMjGAQlS5kQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvburACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrvKA//RoflhCUdRU6eF/AvsWX2fLsV52zKcA59R231lVAgkMo5Mjpu\r\nRmxakmqavPB22/bskJNIJagDApv2Olz1XBRZkfVH2YDDNiwno+oEKuA8uLM5\r\nAU76/XrJ+37gWV4+FZjeO3CfGnAX8j/UORK3sVcoMrL1dZ6zx4Et4TvkyFwe\r\nsMdIF7lymBwAvZal98n5U96xplJ/Nxvy4/x2SQ+6bFCPTwlNBOjA1WDkBB54\r\nRwdHYgiQUb4efdgIQDq2HjK/g+KOs1EGTWFYJQCfM05akb/kBsiSfLadM2C5\r\nAQnGSJsnIORv5aM1WNnqyfXu2BUj8tQyt47P0pWXMkV2L8R5C6wp6EazhK4f\r\nRCAPLKeS5hpYeW372mRlflgeAlVGGPf+ynmlOD01Ff1ux7K13vt7zUvjtq8z\r\nbEz4+i3bfv6Iutp/U7XOFAo3M8WsXfXpZnnnz+Z6hmN7wYukHri1l7P5qFJU\r\nKHieTgIXUyRribE25kskZhPndjLAyOpzWPRWD5H9c23Es1lahvLfM4fId0mO\r\nNDtPJY0Ga+o3bSl7gI8dwA/shUVbx0ltwl2J4JZFdivA0smjM6IufE3EBVQ4\r\npajNsx+Ky0yVFyV09NUm6zcAeX9lLGFIdxQUUdn+Z6ARiDfQi9qU2DXBQFD8\r\n503+oVwLevqGkE9kh6YZJSrj6BcOukyOjlE=\r\n=BTr+\r\n-----END PGP SIGNATURE-----\r\n","size":4637128},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.0-canary.a4056634a_1673378731211_0.4337202018703312"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-10T19:25:31.547Z","publish_time":1673378731547,"contributors":[]},"3.8.0-canary.0cd40007b":{"name":"@firebase/firestore","version":"3.8.0-canary.0cd40007b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.0-canary.0cd40007b","@firebase/logger":"0.4.0-canary.0cd40007b","@firebase/util":"1.8.0-canary.0cd40007b","@firebase/webchannel-wrapper":"0.9.0-canary.0cd40007b","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.0-canary.0cd40007b"},"devDependencies":{"@firebase/app":"0.9.0-canary.0cd40007b","@firebase/app-compat":"0.2.0-canary.0cd40007b","@firebase/auth":"0.21.0-canary.0cd40007b","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.0-canary.0cd40007b","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-7gPtbAFW8PCK3qkx7D1GaUXROutfhUiQddIstOLb9lnjvHKaaBhgE1nUQLAwBwPtbyELKKUciJ2QZg9Mv9JM/g==","shasum":"c567c32d4174f1b9284c2916f5f15261aa87db62","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.0-canary.0cd40007b.tgz","fileCount":1543,"unpackedSize":24583111,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFC5jNj/0Aag2q6G2Swf7nXqToTavq23SMgEUBEF7KWsAiEA6sn2GL3tNEZtXeGuWlxMNnvPqHeieBjJ+ZWEdSOUWf0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwZ10ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBqBAAovcpFsAg6Dzp52wNNicR+C5e4BsjGXzV/Q5x2nrotbwQVKDt\r\n/7naRH9Xw2WsBhqE8ByhI8DJidzgRJupV7pDoHUO0FoJAyey2sBhFmEX9x/e\r\n8SDWsrg85TANxV3vhZeo3xav5mZfFfeV88RzpcMfMgI1slRcw23/jcj9eG5e\r\nPGOwkVZe4gA9qG3CwBWBlC4JsMxFBcEQzUWSoq9woiMsWNxof3OBJrkIwhfe\r\nwkQR0ixsJAsNmHz4iwlJBUt7ALGt1VNKHQA82USYOTiSuInPiAI+C8DLrmTI\r\n3f+QWNWn8Bu28aroCmORXEWDqqdwVZBQg6dQ74VUiKj/34Ub3W6a/Y84Qzv2\r\nyLzGLKgdnIgCEotlWfTGXH+cDqgHeTLydhjWq05loSiD1aYJG+EOIng7Di09\r\nUA2lXMzghHE3l5UfjbFFADCALoxkaOozQp8059KkGDgDisHLz9E9EK+TKXpg\r\nIhhxiI5ucz0aO6Dp3MxGw1n4J3JZgE/E430CkaY5WhhXCiSXMa4og7M52x8l\r\nhZCBDWz9K2HhDLA0zsrLmVirsGR5sH+uKxStIQqAa8t6f+pq6YEgwxcuZpT5\r\nTme7HvSvpxEuCsS6HssuDF0yho3FooYy05RnGbw8QEK89mrS10+eAASKO58t\r\ntRrQSASdzU1G5NU2bMs2nUkwWm+VEbEtggY=\r\n=NIni\r\n-----END PGP SIGNATURE-----\r\n","size":4637121},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.0-canary.0cd40007b_1673633140244_0.7838786486412124"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-13T18:05:40.572Z","publish_time":1673633140572,"contributors":[]},"3.8.0-canary.a67eb5d04":{"name":"@firebase/firestore","version":"3.8.0-canary.a67eb5d04","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.0-canary.a67eb5d04","@firebase/logger":"0.4.0-canary.a67eb5d04","@firebase/util":"1.8.0-canary.a67eb5d04","@firebase/webchannel-wrapper":"0.9.0-canary.a67eb5d04","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.0-canary.a67eb5d04"},"devDependencies":{"@firebase/app":"0.9.0-canary.a67eb5d04","@firebase/app-compat":"0.2.0-canary.a67eb5d04","@firebase/auth":"0.21.0-canary.a67eb5d04","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.0-canary.a67eb5d04","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-KTRi2w3bmqZmJcm6nn4bG58Xb8zOq9yOapeZWFZZNJPVTdnNCBRY4eC/ZK+bx0SfowWqna7YPLh0WhzfccWkJg==","shasum":"9fcb1b151fbb45f549f2dfdab0b6387c6dc7c44b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.0-canary.a67eb5d04.tgz","fileCount":1543,"unpackedSize":24583111,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEZ0ZvIfoBc9E9/r5WsCqeMRgkteux3V7eTKes9dOZXmAiAk8ezfgzJWn9VM40Fe8b1xOk2eCSphGmpRb7lYhImvBw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwZ6FACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqxww/+Ip+liBZV9g2kJ/j+L8BStV8hIieBtfbgPp4as8n4cEQs3kLy\r\neF4I3pbnbWvFVNJGUiEPa9WUH0KuZelE32WYYWKoCyX82vuCrQGjQWPEGre7\r\n6vHtKp1UoxAw4pHWZxFRKE9JnF6iIGVkk81gMBPaBh6bR9KCuE7ZYLJIm9Uc\r\n8PhykVlMwEqNXTFVMilSZhE/U3muRo+fno+sEV//9luHE1W5H0ULtrffLDPv\r\nH7jIozNs/GcUAVwfqqP7jgGaTIwKNlV8cu5c8lZjApwL4rN6O9FgWuoOIPIu\r\nhJ/Y8fwB+OaM0pg9V3he1kU76lJEENkcKERRQFhtSJDHXp1NPxfSFFB3Hms1\r\nobe/44YzJiImuwy1yl4hgLtfej47LF2OJCjqUywNsZRryxmGQ399kl+nJw5I\r\nhvrpd+weZHUOaVYNXAXTh7s2hVUBuNMoM59jPPNQ3+SdihiVhr+VQqUo8rZv\r\nzdIdCrxMWdg5Irgqhv1KBNW8LX36PaZeh1A+BmPHkwDhG6Ex0SN1kfnAsFTP\r\nHTf9yytJkbkUV9OsUZijP43/1yec6x4T/6hpHKgosV8yRd871ppxm/fkl9O9\r\nOYxavohlnn9t/Utkv4VEsMS88B0opVKQjKavDFudy43dPi6T3EMoMtsdpMtf\r\nw1rkroeJ6f1t6BgmTZ3Kpu86MDNVEsb51Jg=\r\n=WMQy\r\n-----END PGP SIGNATURE-----\r\n","size":4637115},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.0-canary.a67eb5d04_1673633412718_0.596177221024341"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-13T18:10:13.034Z","publish_time":1673633413034,"contributors":[]},"3.8.0-canary.e9bcd4c43":{"name":"@firebase/firestore","version":"3.8.0-canary.e9bcd4c43","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.0-canary.e9bcd4c43","@firebase/logger":"0.4.0-canary.e9bcd4c43","@firebase/util":"1.8.0-canary.e9bcd4c43","@firebase/webchannel-wrapper":"0.9.0-canary.e9bcd4c43","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.0-canary.e9bcd4c43"},"devDependencies":{"@firebase/app":"0.9.0-canary.e9bcd4c43","@firebase/app-compat":"0.2.0-canary.e9bcd4c43","@firebase/auth":"0.21.0-canary.e9bcd4c43","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.0-canary.e9bcd4c43","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-evo29dRrabMbKr4gVR2bZxQHUe7G2xlxqULVTMFEg/1rw+dvpA9vr3zgd7UsrPCQTZIbZ1dLHgH5Mlc3GTOPIQ==","shasum":"81303ce271adb1ac6cb6e99d441ef2f3635dfa5b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.0-canary.e9bcd4c43.tgz","fileCount":1543,"unpackedSize":24583111,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHJLgOHHDheg3Q5p0MzRGoOTz4APV4Io1/mvsn3lrLFIAiBIqo23an69pIK78VULYDoprRgi+UMzeAAfX0UneZE5fA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwbjjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoW5w/+J/vg1MbQcWsEUDoU3GMjW5rAm3L+LZbN6s7yRU2PfqyDn62z\r\nisTL4aRcFsHQGOEvTSewHmiqqBM96h/JYzdd9us1a3Hgt3PTUu+OGa0ZMz12\r\nUb2Thaywnf4sSALn+wMsLYW45aXLmpQ5rLf8Cxps7cWfjrF1/SNWZP4Mow1D\r\nBZtH3Toy1tu1WOkWf3y5TEwy+ls7dyaxCJ/CIGuiraZJM0Bck7qr97KpVFua\r\n+XPafe387z0hKHl2YJlOnUFUCY+VTGBzQt+FksVRAlQu4yOB6vbdkzJlWdo6\r\nsXIBw9AcGOOWeKNFOTS6Uq45z7+rUodWdm5yitSVkDhd6ichm+d1kfgihtgj\r\nHrLS3xcm/5SgUVBfo/FHLQbOrBLg120TYcJnL5Z30oZJ3VAA3UswiPY9LLrM\r\np5/HrTHk6s/dTlZeDSKqlFj/3zhVVNZt897zHZ9MGpZ0gNrUo8XokLLIa6Z9\r\nyTgFAR1+DxdZ9xtLey2WxVcfx+09eB5hb9HksOWveql3UvcfWZpqlHlL8DLp\r\nwbVoQvXn7JGJEj8b2UKzcZDiZ0hkwfQdi5zx/Zy7fLv++Y5NFIkNSrjyw2UI\r\n1rPb8W7spa2SIXfFiRmikRlOQW/gqngKYs54kklAOmB0bTZki+al9y81JFlV\r\nxnZhWniAzY5X2aI+1FMhDd3JEo+qEFj8J5g=\r\n=PRkt\r\n-----END PGP SIGNATURE-----\r\n","size":4637121},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.0-canary.e9bcd4c43_1673640162874_0.8964874690902691"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-13T20:02:43.189Z","publish_time":1673640163189,"contributors":[]},"3.8.0-canary.3ee35f9ae":{"name":"@firebase/firestore","version":"3.8.0-canary.3ee35f9ae","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.0-canary.3ee35f9ae","@firebase/logger":"0.4.0-canary.3ee35f9ae","@firebase/util":"1.8.0-canary.3ee35f9ae","@firebase/webchannel-wrapper":"0.9.0-canary.3ee35f9ae","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.0-canary.3ee35f9ae"},"devDependencies":{"@firebase/app":"0.9.0-canary.3ee35f9ae","@firebase/app-compat":"0.2.0-canary.3ee35f9ae","@firebase/auth":"0.21.0-canary.3ee35f9ae","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.0-canary.3ee35f9ae","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-JBOsBJ3dB3dSXuCm2DyhJrwppsoZ1fo8mjtdNx6Tlp4VcyXHpdPKsVX5MD0FFjs2TPnU88uZBiW/53jKKwmW/w==","shasum":"10b2ed4f4a01b45c05c57b8f1623562a046fc8d1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.0-canary.3ee35f9ae.tgz","fileCount":1543,"unpackedSize":24583111,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID3TJ/l4/TB0xFqPg/qmyGRo5mjvg1rs0MafL+m/YPv2AiEA84jsmqymUQnR6Y/0uUReuoOWCj+hkSf2XcS8CNcv6cw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwkEqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqwuA/+IbL90m1Eyem+tg/YIcV4r0634CxVrJJeuE6uyuUxR1RP/dkp\r\n3ek/7H/JGD/DFXF0+CLSCgtXBVo6QqeZoPkzMUNgBOGtqPlhB3WTMaXCld3E\r\njppeRFeajBt37l7ndmfqUmFfci0Ug7RdQx8Eb37GRO5AoaDrObZ8ADdn3YEV\r\nhw+Z3HaWQu4r6fPqB2ICD9chhzP3Nvf6nDUEKNyeBAXMc19mCyNceYBiACP+\r\nn3YQdjm6yI8YAHY9xq0Ju3P+8ImqthbgU5+bBdbWhcn7U5NFMtIIu7y/i1T3\r\nKkfEend9Y2EOa5aTJ0xY4VGhlE/UkDsa87GFH3mGKm7QFbGwpsx/zOGGt3dZ\r\nzgWhsajkIJSBBC9oUex+oaVRyi6czSReW0Kctz2rUi1XxNwfzwC+ndGgxXyY\r\nrdQXZxpCrYY/tAcjeTTNUh2TmNwzDMk7NyOvwiwKYc4UV4evurttQTkL9jw5\r\nq085/8ZgiC56T2RN76BVGrUWezOQFIE4cxrVsgv1JalSdA6p9oS/36eK9YoR\r\nFZ9oCOh4KTxfJM+P0F4In+xEQki/brbDmfkpl8isbTwma0XcdC2VIv32+e+e\r\ndKT63dFrj48UiSOCtk5cqkCAv5+9geotIDcw2G72Q9WIkfLQhDIdq0pXR/wB\r\nIeM7d3xXoP3WWZv015vz08hvL0SaPLUVlCo=\r\n=FSSS\r\n-----END PGP SIGNATURE-----\r\n","size":4637106},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.0-canary.3ee35f9ae_1673675050511_0.5433517567993194"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-14T05:44:10.762Z","publish_time":1673675050762,"contributors":[]},"3.8.1-20230117221326":{"name":"@firebase/firestore","version":"3.8.1-20230117221326","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.1-20230117221326","@firebase/logger":"0.4.0","@firebase/util":"1.9.0-20230117221326","@firebase/webchannel-wrapper":"0.9.0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.1-20230117221326"},"devDependencies":{"@firebase/app":"0.9.1-20230117221326","@firebase/app-compat":"0.2.1-20230117221326","@firebase/auth":"0.21.1-20230117221326","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.1-20230117221326","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-5Bs5M+SrECiCRU+Dk34e4Jz5jmu1ZkQgKsmjAb0kPqoBmU87xaU6vTP1dq9Cy69f4F3hKV01gOSBH5JNT8WDkg==","shasum":"5bc6adf64dbed8e2d047d9fe643b1dcbd6963874","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.1-20230117221326.tgz","fileCount":1543,"unpackedSize":24584214,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDviURUKj0wPvD/avaWrbUZCaVdkQJZFHxVGKAuo4hh5QIhAOdjDL7BoQH4HawW0BbukHuGwR3vbvyvC7hDYo/eIvYK"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxyWAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrF+g//b1YxSLRc3Gsy3yCEClHVqlLDlgh2rTKLbTw2RFTVNNE2cXE1\r\ng9RukI45pVUgxuR3i1zmtkflil/ODERnlTznSKLPWzehV1F4rblasHBNpAur\r\nzRJpiH1qutAxUfvoK52epB+XexcxZoFXb7S77JE6dCyG78sRmw7ykL8h6kDp\r\nFzB1gJ+fAJbfre2vIAquinWEwCP1MkOeBsydGZdAP/hxv03LEf4WJbqnJigY\r\nI5/MVhOkI/TgsxnRgDP1ELMn1VGY2FiBD81GdfpgiJGy0gmEu9b6w1Cb+xCe\r\nxa7RFTw8lqB90aO7ZokPwIm63UK/JEbRwzVg37PUaJZ4WMyf9H0QP5HgppFk\r\ncQ+JZerlHdJkO/hk1MHytaQum1FFR3hHwXfWGy31Lf3YTexwPI/2Y9M6F9+2\r\nadRoBp4PZ42GIZakzNSHL586PEhpXWB9PEHmRY3cu3bmWeb/QnNTTzCVpCxC\r\nTGgT74F3999mSAHzLco4AN1rEN8g3jV/9YueI0PulZq2B8gwTPYaXL1gUUQD\r\ndtE7KDz/VtpJEKcm/dzysLUArQ1xMCHamLAUck/t9LeMElTDxhZHBM117xQJ\r\nPyTucsmdnMo8gxI2n3w2o38wepbtG0m1ORQ5Xx04b8Y/Fxyy20evGW1JnANq\r\nk13MSqIOrYzaX2tMIWFi13MJd/OT2JaVBV8=\r\n=hhtT\r\n-----END PGP SIGNATURE-----\r\n","size":4637378},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.1-20230117221326_1673995647290_0.6873534979484079"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-17T22:47:28.588Z","publish_time":1673995648588,"contributors":[]},"3.8.0-canary.49ee786f2":{"name":"@firebase/firestore","version":"3.8.0-canary.49ee786f2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.0-canary.49ee786f2","@firebase/logger":"0.4.0-canary.49ee786f2","@firebase/util":"1.8.0-canary.49ee786f2","@firebase/webchannel-wrapper":"0.9.0-canary.49ee786f2","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.0-canary.49ee786f2"},"devDependencies":{"@firebase/app":"0.9.0-canary.49ee786f2","@firebase/app-compat":"0.2.0-canary.49ee786f2","@firebase/auth":"0.21.0-canary.49ee786f2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.0-canary.49ee786f2","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-KxS5S0xNG4Y2AJ7L6Yu4vAZQ0cyVDp3EnpU3jqwMHNZ7dC/ewFExOamyt8WOiae+cAiiK3fak/wb+YU0j45y8g==","shasum":"a60c91c5b65f0104436368d2ac9d61c640a3c05e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.0-canary.49ee786f2.tgz","fileCount":1543,"unpackedSize":24583111,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDq4IUnViN45Z1UXifKYvqc1FBDc2E/W59rlQU+z+EYXwIgLDhTFD8Uj35kUUugJ4fzTP+z9K39l1oQfXaiTGYVsxY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjyFatACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq+tA/9EztdmR0+8VWNoqMXSmetFyWE7I1bSDsUBkl3/IJ7i1FxH5MO\r\nvDIQeZ+U+cQsxSxj92UNXRzCijnLMMTn+z7cW7vWTzJeIWRyeOrnIAvcXoJJ\r\nhdUWt+wvy5fixfmZmdZL+K2wIahzW4dxjKbQLeY7nW4QvqvMzLo2Cl6H9CJA\r\n7YK1o0UKL3NDMNYgSa8lstE5IiJEQwzN94V6iXoAUAM25E28PYkvAi1paDUv\r\nLxj27BuJSRtz6wdk9a8D5vjrLH3lJdnb2aEPb4DAzy15eUB+dknRpqiOR64J\r\nqik6Uv5FaLA/ygJ9aiGqZXQErweWY0G0BiGZXclhP5Rt9KPrOgQkHDX81n8w\r\nJPmYj9CuTpE3ws15kP1JZA6nq8YgiMcCXwR5kMeq0xDNsRw90Kr1ZS3SrXqb\r\n6E+x/+CK4JCx5EOpONTbw/Rv7h2YbzOdBuyqPx99DcvMaVT9T7LmnSeOGx6y\r\nMY6St+ykWDfphUR4nLASaZAw55+ahVZLy43ESxVBQW9/oTkCY4DPR5dd19Cc\r\nVjSbpHE22HGEf9AmIJK8DaO7o0Ptp//1+aCZu8vfTniNC+G7W+vA2gOBLuPx\r\nW0Yl3FegNLLE56KQBdNU0KyL2S787d8SbpXAR8ZPGo6jFqpJmUozs3dMv7r5\r\nme/5S9ekQh30jxiILMPWTd+W3TUBbe6ZiPk=\r\n=aAYb\r\n-----END PGP SIGNATURE-----\r\n","size":4637126},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.0-canary.49ee786f2_1674073772646_0.4495988435119913"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-18T20:29:32.999Z","publish_time":1674073772999,"contributors":[]},"3.8.1":{"name":"@firebase/firestore","version":"3.8.1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.1","@firebase/logger":"0.4.0","@firebase/util":"1.9.0","@firebase/webchannel-wrapper":"0.9.0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.1","@firebase/app-compat":"0.2.1","@firebase/auth":"0.21.1","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.1","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-oc2HMkUnq/zF+g9o974tp5RVCdXCnrU8e5S98ajfWG/hGV+8pr4i6vIa4z0yEXKWGi4X0FguxrC69z1dxEJbNg==","shasum":"16a933529b31cefc01f4805d33a2f513d47ed0f4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.1.tgz","fileCount":1543,"unpackedSize":24583455,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCBjkrwcrgUw+WgQuOfqkwp2LfjBkqaQdXj63BaALVinQIgKRralL5nXC/4XzsnTpwXgso+RYiYYtQZP4aGOFSZbW8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjybxVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqTBQ/+LIhYdvILCF49wz1jTagVMNHyZgBfzc3i9yWEsxQyJazWSzWS\r\nb1JNYZXx/BiCM5Z9mLRlQMPOJXO6n7+wFEWXnSWDNJKKqH4WFrPp0QnO88mQ\r\n8xlRGOjCIy00eykdSBTmL29BEf/wlHeaiqKpfSK/3xyOjZnAhR5UztvF80My\r\n6LqUW2MdqFFG5wlBUgSgpdbQVag6oqVuDXeMvt9spp/MkbYBrF+fDEZg7FtC\r\ntMniUdVUux4jlwoJ+o5iKH41hjAElAR4Ov6D7Z82C8WGnJz8L4ttctExibL9\r\nRi1kwpkVOFyS6bgz+1GwzEdvWeBBGDc+zJ7a8sF8jfZBFDwkyzEymZVcdRfJ\r\nuwrnbTuP8PFPMYzoYB884bLOxmTG8xW6B75dZxMQwTOLyrNshX0QBktvM15R\r\nyNor1vL42e0MDahhdXmg8sTaysC+GmAxk0JthNouPmKSClQn3gH5ASKjV9hI\r\nxYP/tju2Wp1BEqzEEI3Cqw/YnKX5rNb3uHhDzoNYYynIq1DN0BiBOZQeGgtJ\r\nVg13plwGFlGUvIFVqDLvlxFX668EEYY4N3Q7lnD6rRxnadNfeiDGifMXJNCB\r\n6UNDYrUFMXmKR3/vnCjyBpE17xAK2r2fnxyBDxlPKwiCO5ryHNyPyot8BGAX\r\nwUVaJpiM7NerhI7hq2zO6QPLtSv0Zdb9DDY=\r\n=2K9I\r\n-----END PGP SIGNATURE-----\r\n","size":4637113},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.1_1674165333310_0.8949327711001789"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-19T21:55:33.589Z","publish_time":1674165333589,"contributors":[]},"3.8.0-canary.4604b3cb7":{"name":"@firebase/firestore","version":"3.8.0-canary.4604b3cb7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.0-canary.4604b3cb7","@firebase/logger":"0.4.0-canary.4604b3cb7","@firebase/util":"1.8.0-canary.4604b3cb7","@firebase/webchannel-wrapper":"0.9.0-canary.4604b3cb7","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.0-canary.4604b3cb7"},"devDependencies":{"@firebase/app":"0.9.0-canary.4604b3cb7","@firebase/app-compat":"0.2.0-canary.4604b3cb7","@firebase/auth":"0.21.0-canary.4604b3cb7","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.0-canary.4604b3cb7","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-czOsFvIqOIokykTo9cbf8YhHbYuqaa5bfv2RnzrV9WC4px7Th5fY5gTp1qhbWuq7ttUYJLa/sSEHuNRqW0+6Xw==","shasum":"0fac2ce69be81ab4c80c13632afaaa9de50c0cfd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.0-canary.4604b3cb7.tgz","fileCount":1543,"unpackedSize":24583111,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBFnDpiA2maycMw/Ng8Jh84OwltRU5eQHazLtWpPRC2TAiBKsq0/j2qFM0Tt1h1Lb32KNcHhUBQAYH4/T+aMpcu7iw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0CGlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoZ/A//TJjjL7s01oRL6w15M0RJVN7S6jNJ/jd+ydnH+jQgtaifNd/+\r\nWYZ7bpXgovJZHGSs8Jiy2nmeBuIb9kL+kAyldd5awjNoF0Ib5LS3DHLkCZ/a\r\n7r+8sJbjxBYMiUY+zWLDm79mJoZCdS0g/MEhGojdzdWb88nO+Gx7YKM5S7Rt\r\nWWj29LI7FXz+c2dmTHEKa2brH9ig0XlPnmpIqznOyuvdORu8vNDSza0FIi6c\r\nNj9A0wRtmtwt+H/3Nq5UGBzkN+77KFKjvNFrfiyQlhOpTms6jgwYEEbKLsIq\r\nrAxLDnGFLdL1D8G3yqcqi2LVmbMiUohRGNI75oyQIvTbM0Erqv3tV85jydFT\r\nJx5NkCuD/PseAiR1Wb2joIhgq6aOYVQTcueeWKd8vqCh/FcQaYkmR4SmoOZr\r\nj+ETbpxDAlsf+PUWEt+twN/llxY+0AluVDqSO+EI3/u/IoVy7IDNU+OFoj32\r\nGj2X8IWc2JJtwz/XL6MBPAx0QgZsVGGLULONqhgpUU+QgWIB3eXY5Pce3hnf\r\nfP3VzGLQlWo2XYxvgJ66AqZcw1aDWEWs/i9GYHmD6+gqCdV0DUDcFBsSJX0B\r\nqjYxzyaPUimpZv6GVrZCT8wKxoD5J1pIGcGYCn0p8JrvKEfL6m8Rvs4aF9rg\r\nUzVmoPo9Gn1HOY8SPKv9sFlQ+Brx+x+vw7k=\r\n=t5rr\r\n-----END PGP SIGNATURE-----\r\n","size":4637134},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.0-canary.4604b3cb7_1674584485288_0.6350393241793708"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-24T18:21:25.627Z","publish_time":1674584485627,"contributors":[]},"3.8.0-canary.6439f1173":{"name":"@firebase/firestore","version":"3.8.0-canary.6439f1173","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.0-canary.6439f1173","@firebase/logger":"0.4.0-canary.6439f1173","@firebase/util":"1.8.0-canary.6439f1173","@firebase/webchannel-wrapper":"0.9.0-canary.6439f1173","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.0-canary.6439f1173"},"devDependencies":{"@firebase/app":"0.9.0-canary.6439f1173","@firebase/app-compat":"0.2.0-canary.6439f1173","@firebase/auth":"0.21.0-canary.6439f1173","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.0-canary.6439f1173","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-gYE66T6ERP76N+cYblHojR8GqkSjSUHNVlS1y5wJXgWJF8NPkdwrw1cya9M4d3R3HVU4X5M5lQjL5GN5PnRxWQ==","shasum":"d25246b0f48c27ecb58a0ff9624ef016c8bcb2c9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.0-canary.6439f1173.tgz","fileCount":1543,"unpackedSize":24583111,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID1InB2lBAOAg9z05NC0IH2kDepHwN9ek83oLqRtJKb4AiBQ+H8CyIcik72D4/qZrgkEHVd2CLVq+6WmCQKq462ivg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0F4EACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo6pg//cBZ4TSa43UymFiVVAG5vdZUtMK5JH/KPNU4Pos0QdzC4U3W8\r\nA3vEIxsZUasIC265NkM7rXTmAeCYx5O7D7cqvS424ZkHsdM3wdeTgzn4TeJW\r\nmPlhJFPtG8golLkOkWBWl3e+2ZlDLwRlCOEJr2GoWAveUCAGRHEtJ8lEn9RR\r\nakUY7QoZr8IJpI6ELmTpJZHw4Q/Ty168ZHGsMqYk69xO2vl4NqtP2Ff5Rux3\r\njdTNL0yPYUWd7IqyFJfH2xMKJL+D0VyeZd6ZoS1K8fS0SqnI7Hy+4A94IKve\r\nK188Cn5gxyJcdmag2VCr563YeSkPPwiIQUC7vxcxgbhXSjavxbru0YCNpNSV\r\njg07xBUdiv0mJwpKhQtqNtx3184O2TvP0agWHog9SuEcialbvk+UBbGUYcUB\r\n035teDJQ2Lpbd0LsmNK1cQN7t854FFDSJ1LxCwF3J+85/9bHnhoOOO2N7oY4\r\n/u1LSEedz7QoJW6qlI5Til2jQqPIc1CbHm1mX8NIdkVZ33PT2V7MpLxnF4No\r\nLSzmRgTbNUJCBilaI+UdjwviEDMj0QSon664dMO9T5OsujkiABI6JsRxTsea\r\n5BsWfXltlcj/4afAtSCG1wGfZpMW5uneTO1actMHvuASzuFVFK11R5+nhOYi\r\n6hzcN3XW+wpaWRh8yH5GRbm72Xr05s+lBDE=\r\n=ArF5\r\n-----END PGP SIGNATURE-----\r\n","size":4637133},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.0-canary.6439f1173_1674599939748_0.746671035114699"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-24T22:39:00.093Z","publish_time":1674599940093,"contributors":[]},"3.8.1-canary.68369740a":{"name":"@firebase/firestore","version":"3.8.1-canary.68369740a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.1-canary.68369740a","@firebase/logger":"0.4.0-canary.68369740a","@firebase/util":"1.9.0-canary.68369740a","@firebase/webchannel-wrapper":"0.9.0-canary.68369740a","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.1-canary.68369740a"},"devDependencies":{"@firebase/app":"0.9.1-canary.68369740a","@firebase/app-compat":"0.2.1-canary.68369740a","@firebase/auth":"0.21.1-canary.68369740a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.1-canary.68369740a","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-dypUCuHogsOnFUgT8imqiR3kcsTO7rknKlWXSFbck2pLiF0yRfRoOhm82ZueD2LPz8NbQJhQUTMv2UPMhdCBKg==","shasum":"ee8643c32536dda4ed3e4e7d510e462f15b29fd1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.1-canary.68369740a.tgz","fileCount":1543,"unpackedSize":24584250,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGoh0fGjMJ0CZv7nVcPuo3vyQ2KW6TuYyehAbuzLqXqYAiEAsSJAVsAzS8undtm4WRKVt5wY+/tI0GxZ2smYuaOPH4U="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0ZIaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpRAA//eShqJSiIrDyjwzWXGAAAaeklLG5F+Zr4ap2BLCy+4BofGDR7\r\ngCwOsSUoNkKsOjgahL7QBt7TMyADaesYKmtLWhrpARKxp2tkZugJ/UQh/3yv\r\nulzWGNszV8IfhXgpx/IKKwmyU2RGe/0XThJ22UDT61OMQbJQcS43spAWMJ0c\r\neRA8onTFot1rBbDRmPkszoM9bBY60EbKKLPWUKPnpuJWj9yQM/kQzCxSoD5k\r\n35MR/tArtIxyh4cU18T0LjJIUJZRuxaAsxjbFT8fBljmWknNMbMUg4nvWxkV\r\neyTEyz4TtR26StA6PB+3zkhPAK7htZm/urEgujOu94foUSIwsw4pQdEG3Hix\r\nrlIkueDe/WNBI+Cz1lnJPdZve0pPLKSLM+p1OuV2FR0lm6D024f+y4lXrhe8\r\nZhfZJxn7oU3B4MVTQHVIiXbH4Dog/ScTlQJ8v7Qhos2tBqX95DZHLM0UOMje\r\nIF2Hg1WVPRpvglRkkDSonIBwF7T4ezqllyUnrAwFS37/1h7DEV5QhIfzrNUO\r\ndK6sGKiWbhmPUeTljAEufD7vucqRMqMh6JbcZU2EezTGpgqnzd0SXvgIHN1y\r\noVvf8VzuY379u6cWFJuF7kOY0TRnAdU5iHY/ZjKwJVzvhVo/0fbqGDTcN0IB\r\n2xmU2VTveX6S0it52rSnDzDUdVpXw9V8BrA=\r\n=ll7k\r\n-----END PGP SIGNATURE-----\r\n","size":4637390},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.1-canary.68369740a_1674678810282_0.6782873440073347"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-25T20:33:30.569Z","publish_time":1674678810569,"contributors":[]},"3.8.1-canary.f8ddadba9":{"name":"@firebase/firestore","version":"3.8.1-canary.f8ddadba9","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.1-canary.f8ddadba9","@firebase/logger":"0.4.0-canary.f8ddadba9","@firebase/util":"1.9.0-canary.f8ddadba9","@firebase/webchannel-wrapper":"0.9.0-canary.f8ddadba9","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.1-canary.f8ddadba9"},"devDependencies":{"@firebase/app":"0.9.1-canary.f8ddadba9","@firebase/app-compat":"0.2.1-canary.f8ddadba9","@firebase/auth":"0.21.1-canary.f8ddadba9","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.1-canary.f8ddadba9","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-0bshnloPBdNjP6z0Q4z8haNVEgYZQYH8mNwcTQa5Rin+ijxfH8e3RaSJpy8A9Giw/Fov+HeK/f0UF8nLBk6F3w==","shasum":"a51ae646ef9c40dab3585b7a743ceb3cfdc5c7fa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.1-canary.f8ddadba9.tgz","fileCount":1543,"unpackedSize":24584250,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAD3oGx41HNwbY2DiSEV4Z1gpJczbKpQzmhMuLfwyVm+AiBGhPVkyM6L+D98FwHmgAs8MXc7gn69VphZJZcHLGCrFw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0tC8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp3ow//V30bdVD0T1yORJhWkEv3GSXAtXS7nbUTOChVMXK1dxAjqM6D\r\nj4VMrJLD4wF5dNk5kQ9gjHIOVVEQQnbr2FjxVjIxVDO4S4b4t4LrsCm1scP9\r\nmRD9ZKW/x3vE3pIhYsuHLs7QZLdePZBBLlYThhOJEPg20J4uifIItC+zfleE\r\niQUp8yosphASmwysnU8x3JFKqWtr40MAJRMMsp43DV95MX2oAYqxKsQPKSO0\r\nC9hWMZ/tpUAF9b+rZiy9p006wYxkgNn08Odg+Dl/aVAG/JI4o9JHxrY/lc4o\r\np/8NxwoXVeGTI2KSPZMbNadWRRqekWnErh6U3KRFaaSVuWxIWBCV7YOXnphM\r\n5ICGHlVcDmrpvNh51GAU7X+Wx/pN5Luoq/razk/UFPPoSjQ2e0zHmdcZjQ5w\r\n038bvYfsWJ0KHjihfM/UV6YMeSNDzefVTLyul2un075jX2TM3F/jvnFhlt+0\r\n1c6Uv/1J0nQD6xGewsGU/zW96H0GiF0oSTOW3/3wuGJoo3F1mGklFCnaDs0x\r\nsyHV0Q8+0FMb/ZRik9k6f6bwr+qzWrSEeGztfYiCwo2DyiTi58qZmR+A7BDV\r\n3rUTJ55is/nNCl70Rq5RIP4tOQtrv/vU2DGq24LblT+UFudsI1/ElwB/ZkDR\r\ne0ojn54ofxThpA/z5GGpwIYccy5BMPrce+c=\r\n=rGRa\r\n-----END PGP SIGNATURE-----\r\n","size":4637369},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.1-canary.f8ddadba9_1674760380208_0.9003346112781079"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-26T19:13:00.494Z","publish_time":1674760380494,"contributors":[]},"3.8.1-canary.825e648b8":{"name":"@firebase/firestore","version":"3.8.1-canary.825e648b8","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.1-canary.825e648b8","@firebase/logger":"0.4.0-canary.825e648b8","@firebase/util":"1.9.0-canary.825e648b8","@firebase/webchannel-wrapper":"0.9.0-canary.825e648b8","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.1-canary.825e648b8"},"devDependencies":{"@firebase/app":"0.9.1-canary.825e648b8","@firebase/app-compat":"0.2.1-canary.825e648b8","@firebase/auth":"0.21.1-canary.825e648b8","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.1-canary.825e648b8","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-zl/hlzEvtSlSlFR1whsxFF7tYSGawrgDj9pYUXW4f6DSgHaQfkMfTiW27t0p0VLTpkb934Ot6q0CLjStDJfKzQ==","shasum":"4551f1a1bf5efb586f21bff7c6879c962de693b3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.1-canary.825e648b8.tgz","fileCount":1543,"unpackedSize":24584250,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHE6wRNMCilFB79tcj4aRSeNwP45v9L1I22sg+WKR7uLAiEA7//k5q7coZSL6oVPD+CmoiZJ+xZuliBqDis+QzAzXWc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj1BFXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqkwA/+Ntzq/8bKFzdVozFoiyEMmVqh1nz+AKm5dygdUT8ckgVT1/Rl\r\neEs2ZWftIqS+DqXHt+LRNXSn1cPg2fRMHivlDxGk6AmPo+HLhHLPa5xHdPbP\r\nlRR0DK9EWDWdwUAlfPYjlb7NKFR2eD8kikfVtHevcoaBQV8d9SRgjXtNBj1b\r\nptke9otYBRYxGsn3KUfR/qk3RJ+wVIQke69IjuUul0ovazs5n3DqgsezQs9g\r\nWiTSKPPDp8sMKTDaFd4pm/Hzwipw4EMrjbB0rmanNa30+wlIBteVHrTat1Dm\r\nPezBnLZk/ZnoOfpCUCwL6x1Q1oz+0PifNR6mFg3OXX0tsa3CLjFkM0449IP+\r\n87NjbJP5t/Gnf8O4nF9DrUnMtmTVT1zsOy7zOcp9ydqgM15bcShtyanNvBcy\r\nCbpu4wbpxNU+eEOT+SezsC/RIX3wnHiAuaeS6zKJpQ3kLuMdfo6TPAa6zHg5\r\nv7dbq0S6zO0Fr3d6eQN8OF69C23Nbpbo+eafisX0vvenDCF5ObPrCU9CTXrr\r\nLIu4nAR7iqQHrNKCsUrH4SsuP2yRngL5r5rEEtL6KIPcCE5jZyCZ5Be/xFpr\r\n+NrMD5wQbR2WxTajiEQOR20OZmsBd2t7QX7PGl0r66vYbEaCGmQ0MIF66qmO\r\nF2SYkh50wWVUB1A9WPmzraKWEbOykQDmdg4=\r\n=LxGO\r\n-----END PGP SIGNATURE-----\r\n","size":4637392},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.1-canary.825e648b8_1674842455059_0.3621043572635192"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-27T18:00:55.471Z","publish_time":1674842455471,"contributors":[]},"3.8.1-canary.27b5e7d70":{"name":"@firebase/firestore","version":"3.8.1-canary.27b5e7d70","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.1-canary.27b5e7d70","@firebase/logger":"0.4.0-canary.27b5e7d70","@firebase/util":"1.9.0-canary.27b5e7d70","@firebase/webchannel-wrapper":"0.9.0-canary.27b5e7d70","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.1-canary.27b5e7d70"},"devDependencies":{"@firebase/app":"0.9.1-canary.27b5e7d70","@firebase/app-compat":"0.2.1-canary.27b5e7d70","@firebase/auth":"0.21.1-canary.27b5e7d70","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.1-canary.27b5e7d70","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-gkan3m7KaV2Uv7rEsGdiJED8i3fJZPKDLcPSIGYtt5gIA8gNYqGe6H1bpGh6faHkgtjJEoVhOgf3qyZN3Pencw==","shasum":"b20d32e4a1f32e70622f844b6450184277b40643","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.1-canary.27b5e7d70.tgz","fileCount":1543,"unpackedSize":24590347,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGSrdOZHdrllLyHOM8orlFS1x4EzN0l46Hr5cgJ5s6zLAiEAs0cjayIT07rM4Q74uTzbmi/5bTJ8paWOjJOJxB0SYpw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2V4yACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp0zw/9E/+bN4C6gzQx9VVrAriAxjA2ZMFOcxufslKiEwXIF9c1h4Du\r\nkvrQjbHNGDGmuBr4uGruLGawDuZmUenG4JpTCUTHQnYGygkKZ1n52cjtUeje\r\nwwLY8tkn78i0qtghJYj7FfO3VQk2CByTW+e7+V7RzxnWsqm6f6kv05yHHaKI\r\n6Nzz/oWlVn8Ru4H7tImvZmgx89wr3Wh7UDzM+JQDn47Ma7Bn59Tuhi1cFocz\r\nBWOs2QBoKuDRP+ajfcLqK9N7uPyxzge8PCVhZwSFN+H51LQU6El9iNdH5UXW\r\nPTwv+zqwBNAlhKOT6G4nltE27XxxuGkzUDvafZp32ox4/29KDOwDqYE4Kofi\r\nwgE30dmHt7MUto95c4lJWeQrHC9r7T01rgdmfm+megXfr2DqzMZQVtxyY0cO\r\nUVqwcxj4LWYeqjVDOnS18lO/MmqoemKK3T7i82LcRb5ajtR6E0fHL2FNqHRN\r\nzLrPU5EZBkiep3hdq2cqUV//v8u90PPaCxmu6oKjxDbb1dYBd+u+hnQg9Z6M\r\nTaglw6YDS7kKrYVAgD0MN8YP28gjBdcHaeElzFZJc7auuPjXxHHfSemA92zq\r\n5QSvZMOBdSH9Xn6F/7VWd6R7A/3lwBdcrVZNUIlEvgluLXuNH3BD8MOGIXjL\r\nVIDZ9+t77igCSyHUWgDNkEWfUu+DayZO1TI=\r\n=T8QY\r\n-----END PGP SIGNATURE-----\r\n","size":4638673},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.1-canary.27b5e7d70_1675189810582_0.31900845494943275"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-31T18:30:10.944Z","publish_time":1675189810944,"contributors":[]},"3.8.1-canary.0bab0b7a7":{"name":"@firebase/firestore","version":"3.8.1-canary.0bab0b7a7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"}},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"}},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.1-canary.0bab0b7a7","@firebase/logger":"0.4.0-canary.0bab0b7a7","@firebase/util":"1.9.0-canary.0bab0b7a7","@firebase/webchannel-wrapper":"0.9.0-canary.0bab0b7a7","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.1-canary.0bab0b7a7"},"devDependencies":{"@firebase/app":"0.9.1-canary.0bab0b7a7","@firebase/app-compat":"0.2.1-canary.0bab0b7a7","@firebase/auth":"0.21.1-canary.0bab0b7a7","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.1-canary.0bab0b7a7","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-YaRGKOvDjo95IzHODGTzdKDxRztsh2QHYhe+F71i7q0b1Fxm6i4p5vd7FFLcv320pHY9ki52uVoR77FFOw5aTw==","shasum":"b10e3ddbd8f64665916a9425e692107d809f0126","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.1-canary.0bab0b7a7.tgz","fileCount":1547,"unpackedSize":27630996,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHrcuW8vTWw4DQmd+ykgkSwTHTCMy7DWkHv13U9nBJzJAiEA9y2N7NI+2rN6OdBXCJ7uKnYcEH465mzzrsodKyV/d1s="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2XvcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoFhA//SXcEqDstQ4pUy52JrLh35Uyy9Kdh2kpN+61aWkW73daLJz0e\r\nfsswLuPRLbnBuIGdOCIf3C6VsnOXqkIHeo0SPnT4pqvRZ/pTo6ToToDuV25n\r\nJbaIQ1DlRQU4TE+lV5jDTCI7cmQqRhdfXLrS98AiDZVyLksbiv1lyJtn3MGA\r\nWUjG9tyaWuJ/PD7GfQwl+Q+RlSa5f4GJSnK+3zqTORtQ28FtfJPbf2veTvVu\r\nh3l2ByX3ewFreol73Hq3p8XBq3HyIbZ/g9Ohk0bJsqrfB/w1sg7M2Fl2dd/W\r\nb/9r4C0viDNZW6yr5sBzJYLsO5vXNlc2WAwFUfEhRFkbhBzwk09hqWxk5p8b\r\nu6HM+og6XX85tXIVY4Q02i2yMLwgeLgPH1ETWP0dWfs7TxOrVSW1o5dj8YXT\r\nMwQnP63pNweDDUPsLo2wg6F87/kfOqMStjUubh+YNTBA+DX302mI4VUfubvF\r\nu3pLlOrqUsXqlbIGOpMTud03enp/b+Svk7MWphp3/4DuqX+JvWMjKNw22jAv\r\nonvAbbTcB5ASxGgEfRSnJk/m7Fbi4qYJoSeL07s4dQUZJOX9lnytxqBTORHK\r\nLDJ2foU6/MiwBfaYc2G3hkD9qMaabLvDjvLFSbY91JcxvCZMR0KXem/WLlbQ\r\neGGDkGVwKB8h3BwlFuCTscyQ2vYwhBIuRvw=\r\n=ITYm\r\n-----END PGP SIGNATURE-----\r\n","size":5245293},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.1-canary.0bab0b7a7_1675197403666_0.8895035723244067"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-31T20:36:44.050Z","publish_time":1675197404050,"contributors":[]},"3.8.2-20230131204242":{"name":"@firebase/firestore","version":"3.8.2-20230131204242","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"}},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"}},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.2-20230131204242","@firebase/logger":"0.4.0","@firebase/util":"1.9.1-20230131204242","@firebase/webchannel-wrapper":"0.9.0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.2-20230131204242"},"devDependencies":{"@firebase/app":"0.9.2-20230131204242","@firebase/app-compat":"0.2.2-20230131204242","@firebase/auth":"0.21.2-20230131204242","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.2-20230131204242","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-4I87ooorsPYYyFffBXxCDsqk0UCdXCzsI0wVGnUv7qDugJqfS2JzvNkdrFV48fu60gEqnVmiB4CSLgnupha5Zg==","shasum":"f39a1be4fccf59cbddbe27d63f523599b408104c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.2-20230131204242.tgz","fileCount":1547,"unpackedSize":27631654,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG3pwAOe8IcA6EveFGtThE3eck1jpXvL/xmle1wnxRicAiBrHmqe2DW3oGdaiyo/XCfmGqU8V5mgiaKdc7qqEkyF7A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2YR6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+rQ/+O3qg731nr/kCvxqGcEp7o4YaEOC4LQh+sygawgNIIkdfQ6Kw\r\nLS+bsmFBeuBpuWhYxcnnl4UG2G419rDygpw3QyY/dBEzeJdxhAKVo/N4CsxA\r\nTD122kch1+1YFAPH0Z5lg+Kyh9qkQ6azB0PmnkLCZqEpVqifGPx33zUAuEs6\r\njpPUQexv9zV4dX0fV6aB2/JrjkVRjLmr0Klh+fDeugweKV4sQzxKSI03ZFZT\r\nGUmR/NzwACbS4+o9V1lOQFLLx80yMn1Zm/8vjJyzBQfbTsB8EDQZLQvODWI9\r\nioizURo6u7up4WF7fCiN0HBXyec5opyPJ+9L9nhT8TLaal8XJb36I5XwHIz1\r\nT/ZO9l5o9rkZwnTCPveX1ju4ydfhnGoy/kPwTH7XrZQs8Ervfg+fco9fbajE\r\nzSwwZNxbMpyNQMJCwTMnLdbCA6wk17fRIfdkyW0UyIIBxIUit6xjM+uyNlUX\r\nz60wV0a3l6M/kUBCZzWEYWea9njd49pH9l51AXno2HMm2U/FGKO7Voog+WEe\r\nUP20I3o0T91QM+Arm4U8qi39ROzp3mPeKV9uwzRL/KveBhIddU+dXw0oiAFx\r\n1zjZ1RUJwQqd+XH0NIlcWL5Cdn7sGJ9vmQQAClg5Ta2oGQuXSxbn3Qzg5YLI\r\ne1KOGVdlb5+9OHVTclFkf5j72lyCzF8jA8Q=\r\n=BvzE\r\n-----END PGP SIGNATURE-----\r\n","size":5245484},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.2-20230131204242_1675199609939_0.2921387897385588"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-31T21:13:30.277Z","publish_time":1675199610277,"contributors":[]},"3.8.1-canary.70c042a3a":{"name":"@firebase/firestore","version":"3.8.1-canary.70c042a3a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"}},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"}},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.1-canary.70c042a3a","@firebase/logger":"0.4.0-canary.70c042a3a","@firebase/util":"1.9.0-canary.70c042a3a","@firebase/webchannel-wrapper":"0.9.0-canary.70c042a3a","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.1-canary.70c042a3a"},"devDependencies":{"@firebase/app":"0.9.1-canary.70c042a3a","@firebase/app-compat":"0.2.1-canary.70c042a3a","@firebase/auth":"0.21.1-canary.70c042a3a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.1-canary.70c042a3a","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-enA+GGC4ehrpBebS8PFMC9AtYSfobpZO80+Iam5SfaLp8Y+KJDP5aqs184mSDORenl33EHTg7DNMPQSz8kcHGw==","shasum":"cefeb0d9e32ea95293414dab2c05f9cd32be119a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.1-canary.70c042a3a.tgz","fileCount":1547,"unpackedSize":27630996,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAr4qnvcTQmeoDlMwwl5XTvlJSaI+vUhKWWWcv57Si+wIhANr449siB6avMpt5vHyIwA14sa0kXkmTYaFwh+7Q1NpV"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2bZEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmog7hAAnpe5zT2HS56aWGy4CVCuSl4ic2RlgNyZAXdEnH1UI0OTtEEF\r\nrndSTXAevdduwvFmaD7+aHaFSSxRfLiCI1ohMKvLe3KxGaurA/bqwKZkEM4s\r\neRVlZaU9chiN0hlS0lYVZDh+xks/SwWlfQc7BWdWOSFDBIWCEDlbARISG3RC\r\nxTHjWB0yD0UnwwOg2ZhIXAwa/vtq+2rcQbEm38DKiRE1lltrhAatORowLn5z\r\n/AFwAbLv2LbD8vZIex7QTIZXGhKntLi6/31znU0CGqiNximNV1swfIMs8tHT\r\niTJEC++DzL3M7M0vcaSDdifGYME2oO80hmG1ifpLrCQWczVuqP1g7bxMjPtw\r\nfMK/w5pdpFFVfdNYh+2tV2kKdUFOzae7+eOKBV0WnTncx4tRQhv1iEDOeKN2\r\nsgAVQRAWBZ8nT6KndvJUDVuW7mgEpxcmCGVmIHxPO79yczCjtoF8Rwxo34vi\r\nFYwBEWhLvAjnmWOw+b1t6sIiRVu8l8+OhT7/aaAf9LSCPatshkZeoYz5164d\r\n13vAsWSQrenMyq6DvlKOevV1M/L9zdub3L4qw8bsViWc8vgf6l+3CHgLN9OV\r\nBBxShoWddRB/ry88eMAXKubUtHln80MgNYPIQ33haSHNXMXGat8Dh53XpATM\r\nNSFZ8GDR54UM3u7kmHoeXdlIOJJoG9Ellrs=\r\n=WdXp\r\n-----END PGP SIGNATURE-----\r\n","size":5245297},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.1-canary.70c042a3a_1675212355967_0.5834465992968823"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-01T00:45:56.333Z","publish_time":1675212356333,"contributors":[]},"3.8.2-20230201003102":{"name":"@firebase/firestore","version":"3.8.2-20230201003102","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"}},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"}},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.2-20230201003102","@firebase/logger":"0.4.0","@firebase/util":"1.9.1-20230201003102","@firebase/webchannel-wrapper":"0.9.0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.2-20230201003102"},"devDependencies":{"@firebase/app":"0.9.2-20230201003102","@firebase/app-compat":"0.2.2-20230201003102","@firebase/auth":"0.21.2-20230201003102","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.2-20230201003102","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Hj1jBtvNk7J3EJsPcs1oSCp+wSEEwFAUET/fUjhpEleK7JORPWTrljUlGhuucP2wspbXk2gDCiGbUS0aJhaq/w==","shasum":"568d8e1f68d5f41b4c2c3170312e9d71f8019c97","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.2-20230201003102.tgz","fileCount":1547,"unpackedSize":27631654,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7Al2P4pE27NdvD57O3AjORtcmWgnX45gUYcW6uVtexQIgJLbWqjko1k5bjXuH/jjquaXhUf4QKJfXfR8cWDIlBm0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2bpQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqSPQ//VvFGVIa0oiw8fs8i4SRlqoCEE3bcEZOo8Oa2sCCOa71tokrO\r\nCD0T3DLi8auRSVOgYOexKVgR61orshd7xsgCdD0HW+bfkKhJWVrTMfO/X+M1\r\nlCSbp17om0MKeIxzpCnUtXjtPyiQyDka96nhTUiCoclVc8X11Ibk/jYL14pO\r\nTgPyjFnCv02KVx8o66Kd/qzRWKqXkdn9lwQzlcsuOI1F1dk/+pTecXuevKvA\r\n01C8LzIu6xw9k/euZ581dtx2mY1ZVpp97EN0UZLkrnuwvpxE6M0o2pfRXCTF\r\nmjZSPn939IC3pVwx0w5JvG8QI4vMA3K2pr7JzZtdOaVPWWudG6RCNF2JPhr9\r\ni99dU5ncWomnzW1kQSId+GPkWTdttRELVbiNdyapNEzB/X1Bjwp6OQI19/CO\r\nxcVb74ERZlOBGE8x+d6/8ArWhcIfpvsUgh54iCz5rL93FUyvmDSLWs+WyPq9\r\nrphbS3rEJvmWXWDdmsIuJB42wGmujy2atTxMjgyHwulMfYVXstUe0+X02ruo\r\nAu/DYlcbNhBRp6d4//2SuEDGyV+aVcxcj70Qxdg7u2kQykMxUgmesyRGWK7X\r\nFB/z3Z45WhSbeLwkf3GPLCNh6mewrWPJ8lMOHHcyu8Iq/p+LD6Ad/mfhJ5YE\r\nmQLC+ZLI+SYctXssv/2RV3Mio6ezXehvG5I=\r\n=/hHY\r\n-----END PGP SIGNATURE-----\r\n","size":5245456},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.2-20230201003102_1675213391823_0.9070909063445416"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-01T01:03:12.183Z","publish_time":1675213392183,"contributors":[]},"3.8.2":{"name":"@firebase/firestore","version":"3.8.2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"}},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"}},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.2","@firebase/logger":"0.4.0","@firebase/util":"1.9.1","@firebase/webchannel-wrapper":"0.9.0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.2","@firebase/app-compat":"0.2.2","@firebase/auth":"0.21.2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.2","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-uabFJ5DgTLgz8XEUEfegfod+Q388WK1No/fhryLUVquaoHX6QimYG704FN+Z0j3L3RmQJ+An3pRFA84PjQvx4w==","shasum":"309e0ddb0c510570c7927ac1c30a583da237eecb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.2.tgz","fileCount":1547,"unpackedSize":27630703,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDfm8GVjzHEnVUEVyluSbz4EcsEjlTNQV+/vCLPYn3x3QIgF2c/RM0N/Ny4F5cBsKh/AYHKTmZncWCY9VtdzMI9j4s="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3D08ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoJPw/7B7JvNYs9K5wVXR3zcbF4y3AOhWMAFJkDE6tj67H7iuIMExAf\r\nwjcaX89/8arRC3XQX0XDdFzEJdB1RZzU5UQPG9tOdM50W9/mjEaZQPMxADmk\r\ns5u4n0JahtRhfxbJchRtPe4ZBXNtKGJ5YNVA9qu0Nm2AWntYGePLQ5YJXpJg\r\nXLhnqEaaXaTo5vwWD8W1KrgK4iY6MarcBCqOI7MVg6/bKapP3SNNwNMCsaKG\r\nyBjmvrZ5yZMBjp6/HmAEtKb8kmzYYTFqQoVFtrDYxhIyzyNSn5N/cyzdemiz\r\nwwvRamSC/JiRg420OJLnSwN2bTmzlNRA/OS8oAFpltDXnVQYeA2dxwBbgAga\r\njUDYlnYwHQyBDsR3HtpUVyFrDj1wz7qIvYPEPqBfppaigqHo8AXf+MxZsz0u\r\niixJfQeQm/JrvMD8Qvt5vAeChMCmm3qXSpUOsm+pLQgOyUA9hqT8VTbzePjS\r\nklQewqrzO3toXxI3OjS2yeITgnPJ1oMsuqjrpLRkJ1xTHNo201fZHWK3VsoZ\r\nzy0iL/1SvnTi1rbtNJSGG5iEbkFdD/i4gP67b4zoQZiMm4tytVRHXwdI3BXL\r\nJp3r/9iuEuIe1MsRSTo4xBjKnkOaRX4/1fzeEjKNTAOIzO2gKbICNCJdUTbf\r\n3jh2IkpFhmlU7jm3vxWoFgcj2Kc7ML7Txlg=\r\n=zwej\r\n-----END PGP SIGNATURE-----\r\n","size":5245016},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.2_1675377980401_0.40177138875475826"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-02T22:46:20.736Z","publish_time":1675377980736,"contributors":[]},"3.8.2-canary.3323f68c8":{"name":"@firebase/firestore","version":"3.8.2-canary.3323f68c8","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","default":"./dist/index.esm2017.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"}},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","default":"./dist/lite/index.browser.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"}},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.2-canary.3323f68c8","@firebase/logger":"0.4.0-canary.3323f68c8","@firebase/util":"1.9.1-canary.3323f68c8","@firebase/webchannel-wrapper":"0.9.0-canary.3323f68c8","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.2-canary.3323f68c8"},"devDependencies":{"@firebase/app":"0.9.2-canary.3323f68c8","@firebase/app-compat":"0.2.2-canary.3323f68c8","@firebase/auth":"0.21.2-canary.3323f68c8","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.2-canary.3323f68c8","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Ih/TqzQv8moOXtisJHNKU2tRitTb2fyty5W8ad3MIXdq8nSkLi8yju3kp9YIvglEfqpohCfS5RgSFKnOrXjkHQ==","shasum":"53eda5b9b3adf9f9f5beec967f0588ee2fe91cf2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.2-canary.3323f68c8.tgz","fileCount":1547,"unpackedSize":27631714,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDOa7r3r/O61D0g/80HsrbNSlu2eHFDkeWJu8GHGr0/wgIgZnQ5MwBzfV3zLp1SC3lr6Vm8IKUnQHa9A7OmckBrIWs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3FVrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpzag/+P4IOYNDVNCd7eVvh5I/mtEY1xD2VqunUw8/LvJFGXIvoB5Do\r\nuhyNXkfk2DXD4EexQCJsdFo5FeVICrEEvebGK+C6HyInclhk+kOSlULXEDC/\r\nrYfReDy9ks5H75aTb6zrzAFVdb7t/0YYIGGJHZu2LbtC0CJJUCEbv1I8mr3q\r\nGIuVLjKiGxSFB26v185VWtjM/Hlbh4o+DFtBAoJQOpllu5iMb09KLfNtVtMh\r\nsWkrYeoZY10xS2fkj8AR8EfE4OSpl88asVn731WXCFum5w4elKb4GT8xjTP/\r\nWQn5DSbfRyMhmhuFO2YIVNVLqs8VlRGZeo8sSwv3wH92M5rsjsF+EyCP/Wt3\r\n6Y4sJs7mtW/mUbnBckMr1IR0/9BHozBEZZbTsbqLoTgNFjRWO7MolcltjOAQ\r\n5obMxCVDbs5D/1DnWjPKaFlgxDM5hAGpFB4tc+TIwkOTknh0vbjmquU4UP4k\r\nGPC7XMf8lPOrps72+DUpbTc9IYi3ZKgVHzcKjDzhzOjTbAwMgVncqSOA8U9X\r\nTnZn+6XzLHKlAvCQ7kM5T7OXllS+5k+p1R/jpx1UAtc/JEBH2AmtCJd8eg8R\r\npP5uqpynC+6hNd+K0jSVtpv01sTPOUH8sZ8VGrAy9FJnL7GpHNPgfae4cczW\r\n1W4pcTbJ5Po+eB07awOvVM77+58kUSkG/Mc=\r\n=/45r\r\n-----END PGP SIGNATURE-----\r\n","size":5245482},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.2-canary.3323f68c8_1675384171470_0.1985486676148036"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-03T00:29:31.825Z","publish_time":1675384171825,"contributors":[]},"3.8.3-20230203174750":{"name":"@firebase/firestore","version":"3.8.3-20230203174750","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-20230203174750","@firebase/logger":"0.4.0","@firebase/util":"1.9.2-20230203174750","@firebase/webchannel-wrapper":"0.9.0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-20230203174750"},"devDependencies":{"@firebase/app":"0.9.3-20230203174750","@firebase/app-compat":"0.2.3-20230203174750","@firebase/auth":"0.21.3-20230203174750","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-20230203174750","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-6KV9ddA+/k9iWv0DKjsZHLmCUYAg/aI4SKpQCAMC/7dR01Foob/F4khtv3zWtwt2m7QQglZPpl60IZ/JJAfdzg==","shasum":"8d8c364cfbaa218c31543e919d5077b1f8812476","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-20230203174750.tgz","fileCount":1547,"unpackedSize":27632270,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDFWOqP3QjfqSggENZcm6wy4j/460TcOGso0HNTu1PBnwIhAJXA3pS3EI612TN8n7/yFTJKer3czOVzV3D6NCrLF5+a"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3VDiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqCFw//XUMN/bzOi5y/Qjhc26mUrAyYjatwWdBIODdoA8Tc6f/MdAcq\r\noYB/msFTqUabEQtOopo6rUAQBbZw5v/zYOwqI0ukgsY94FhnMjfkH8HlK024\r\nvhpvzetrDRdpFOjSVQHDIBzvtj11X0C7dW369kcoOOyX3DqqJXBIhe80uMwQ\r\nAVJRLcXtim26YyAeL5Hcrobs9ym/eXH+M3xvzYxPiscNbOeNARuxS8ZA7KE3\r\n4I9WtA54zXuvqN6Ptmt5xnkFBaa6gyAdNJ9x5JWBW+puF06ccDXFxLl1olP6\r\nlIM0/7I6nCEQP7IzFvaHWCNQ8VYZtvQMWH01I2XpM9vjuCF42xKR790IPsZi\r\nfkl0q/L9nU3RRLbuDAgPunDNNefkbzxGfBox5/skLU96CnfWhghogf5Y0m45\r\n/8Emwx5ZNz+R2krsfOPaOdsrOeObecCQ7YYn/pD0IJsJ6B/yYzxVCrx75+Rj\r\npWe6fBXjAruKPCrNGDC72SUT+P0s46sJvi+aGxN9LLpj9XtkWiiwzDv2uvip\r\nSYEQ0gdiEvdu8A5UZqi4KdvRtgsFAldOi7ClAFCdlrxvSkzVv+oSJrtj059m\r\nYXxsI8ghYhPmrRIQZKE8yIcIU+0cyqIYfnp2VLb1x6qmj4FkMlq+BLeWZhV9\r\n0bQMI0hO4ipbr9Gn50s6ktNMFrPenvYZyNE=\r\n=KT+7\r\n-----END PGP SIGNATURE-----\r\n","size":5245627},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-20230203174750_1675448546543_0.47174614149197747"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-03T18:22:26.942Z","publish_time":1675448546942,"contributors":[]},"3.8.2-canary.d071bd1ac":{"name":"@firebase/firestore","version":"3.8.2-canary.d071bd1ac","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.2-canary.d071bd1ac","@firebase/logger":"0.4.0-canary.d071bd1ac","@firebase/util":"1.9.1-canary.d071bd1ac","@firebase/webchannel-wrapper":"0.9.0-canary.d071bd1ac","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.2-canary.d071bd1ac"},"devDependencies":{"@firebase/app":"0.9.2-canary.d071bd1ac","@firebase/app-compat":"0.2.2-canary.d071bd1ac","@firebase/auth":"0.21.2-canary.d071bd1ac","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.2-canary.d071bd1ac","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-d6Qv+Isa6MGNsZaWcBdM3HFS8iG2wyFItFEDPbl0F0kYaw0qbzyMSo/8G35G0WuVtcbjpK4El7/imyRpWPzJaw==","shasum":"f40c05e80d46856f1a44bd7adbff0b76d4b0b614","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.2-canary.d071bd1ac.tgz","fileCount":1547,"unpackedSize":27631714,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBIjdW7VSs1g9hwBgAXij7fvNz/7UQdvkzTuo/fiYQCIAiBHM0j7GBrUmyZ0LXBed5eMPd5XJq8v5EwNIPEiWcGLcA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3VFlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrBLxAAgw0cQVhu2s1EbIX2eX3hnBuwAHb8onLa7BiSa0u+ZmrWQVoY\r\nUXn6pD4XR5T5rD6lfPCvwx80JWqg8aLj3UCtLr3nhA+wRHGX9WxCAWHoZQge\r\nK4SmTPWpEaB+oqTkjLwCRsvZascqLpz7u6fhjSLHG/OfO1f/w4UGcVhjtPB/\r\nZprKdzLZjXdbnlk2gRObplao5kggQIJ8tu29xWOfQyBIGXVHiVQHfNt48prG\r\n8HVgTJ/OL/Gp+caNnREh5G0SlZDJWaf5GTBBWe4RuWKeIfSiOHfQ5kzA07UX\r\n+ND15nU9Mw9HLxkXiGGzzZpPuskvm4Ak6hW8DjMSYw65XnDlGmXBwMVaZBKn\r\npOlK/rFR4Wtty2qId+Q64IHnr3r8o894VTySsEDVNyqv4ZqeHj8O/nE4KFYE\r\n1/Ohpvlik7nkYnMtgnI8ivN0rByH8Y4uyPAdwpBYgtLppjLh1e0vEAOK6TCe\r\nTxLkAt56u2cdJnEyvomHn+ta3LLPDP8uNt51FfdhwL3L3vL5xv4IXj7Eo+rv\r\nihCNiFuP5IoKRNw5TOWB/ETxbMP1TkI1fYsK1DLRN7KUJaU8tdVspLygVOfQ\r\nSDviBdXO2hzLeqniLf0SL/2PhasUIkF7mwz+bZuXqeHkjlkcvSxziMxqW99l\r\nGXqu2i9aXsQREmEyC1z0LWVm+v0pyw8TUjg=\r\n=1hfV\r\n-----END PGP SIGNATURE-----\r\n","size":5245449},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.2-canary.d071bd1ac_1675448677076_0.23622558706419516"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-03T18:24:37.452Z","publish_time":1675448677452,"contributors":[]},"3.8.3":{"name":"@firebase/firestore","version":"3.8.3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3","@firebase/logger":"0.4.0","@firebase/util":"1.9.2","@firebase/webchannel-wrapper":"0.9.0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.3","@firebase/app-compat":"0.2.3","@firebase/auth":"0.21.3","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-4xR3Mqj95bxHg3hZnz0O+LQrHkjq+siT2y+B9da6u68qJ8bzzT42JaFgd1vifhbBpVbBzpFaS2RuCq2E+kGv9g==","shasum":"8305113b9535747f982b585b0dd72e85122b5b89","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3.tgz","fileCount":1547,"unpackedSize":27631319,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGeywPJl/s6PvM/bL7VTPBTojGteLKO4+pM1f9BW8/+2AiA9Ou4eZ7KZNmh0HrfxxaFUOjk/9DbzJdgP/oYkIg1/fA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3WxzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoxLRAAl37IRL8i8tvvq27v+JYQh0fLd2ih1Aa1RgMvzAsR5rqxUMYU\r\nA44b11AexFUwG/tSG7XiRysALNOB0j0wwd7n9elWvzJI/VMHa9CVjwEuyk/q\r\nXBvtY64RB91sL51UaGqf6MaW4vpldDi0855ziEAr3zmnfW5+bEzmCKWL91sR\r\n0eYz65v7aerQ4o1XLY4b8WNSaclOwmENKxisb6HwS2PoleFdQOZlZvM/QQS3\r\npnXQqHG2ZIVbXkxyxMPxxgnDI7AxstwEmXHv6p0F3Qkvqm+kVYPZt0Ltc6rL\r\nHzK3t/oNZ88k4LiJYMRYfEoFqnXMe2TDyLu6bg/RsDd8gNBhXmyH4W4ySU8p\r\nxDPLjXHs6pMyJA29htpu9MbquZAL4wnGXx0wdz6h4v42N05n6BORfA3Y9SN5\r\n46+n9lsuZkntXxkXVf4an/O9uY5p6NBXrmbtq+SmGI153doQW3TyKtdtQf3+\r\nveYa34VPDRqDgro1OykreBx2x2oLN0DZ6crKeLD20ZxjuZzboIJHOrbCaqsi\r\nJhfPWe2ix51SPqbcRjTfgLMz15x0nyvK+NQidqLXBPM7Q/wm+cTXzOi1Do/q\r\nPtflM9zGkqEiadz9XiieVlextc1nu2C/dr0iATYsbhgMa2Y4oMwowUzs/fko\r\nubDj5DjnlZ1+ZfZZB1ZG55f8d20txRhgXlQ=\r\n=+P2Y\r\n-----END PGP SIGNATURE-----\r\n","size":5245151},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3_1675455602684_0.980723113043416"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-03T20:20:03.083Z","publish_time":1675455603083,"contributors":[]},"3.8.3-canary.3d605f8e7":{"name":"@firebase/firestore","version":"3.8.3-canary.3d605f8e7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.3d605f8e7","@firebase/logger":"0.4.0-canary.3d605f8e7","@firebase/util":"1.9.2-canary.3d605f8e7","@firebase/webchannel-wrapper":"0.9.0-canary.3d605f8e7","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.3d605f8e7"},"devDependencies":{"@firebase/app":"0.9.3-canary.3d605f8e7","@firebase/app-compat":"0.2.3-canary.3d605f8e7","@firebase/auth":"0.21.3-canary.3d605f8e7","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.3d605f8e7","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-h+O3o0kJ6LFzPYLCHsAP1Vim2B+otbpODHb6WrWu8LOZ6iY/POXZZtESjrr6Zdf5TyinaBdcjdUjiJUY2FRWlw==","shasum":"e9b00e25a9a5404c71148987a983b8b7e6eb8b6f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.3d605f8e7.tgz","fileCount":1547,"unpackedSize":27632330,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFI+WXMy7eTnNDWchwjiea6rGBUA4oJJ6CQP4zXUxE1MAiB2PobtSogRsAUqCGHPiy9S67EJDV01S3QXZpusEIh5+A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3YNMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrkJxAAlllOxNf2jtdyG7io1VBlCw0Sf1bi+C4q+xhXbyhA7T5+yx01\r\nt4Tv9KQTu2bp0AarrFCUb4RG97s3W7e8Hs4yInGfIAs11roQzP7EEn3phJBo\r\nGCBpoUx+/iHgIk2ef01Bt5rzamzzSC1mjYpCRMqEgZdE6yGD1jCkWULvtLbN\r\naQDuBPr8ytnhQxeceWNadYOwPYpsxQx8xjFLKC22hRvVXKw776OJt64EI/si\r\nWw8NhABFyO9RuZiMb8TJ4eytj0xzWQ2X5rdrX9Ar+rO/TuHBO0S8WuIN1t9N\r\n4uJbTM7yTxoZI9Qp83QdEyIqi91BksVLKJikXx+es9/qDIKC8DQskhwvvKQg\r\nOlfaAZqNNDOheDWDQoEIV1+7Fc7S7V4z5eV5iG7cWdN3RXoMzCmS/0ea5g9B\r\n6jKR718JSdjJApM9as+IIc/6WXvlOoYi7irwacH159cpaZZB92FsmUnz/uxX\r\ntwWDbRA7LAHMsU/KCq5I4z2Ub+2qIggVvzPvgy/vq/z+hqqTMP9vOc6cBX2E\r\n/82xEtfPeutyQaG4kl28uZtqEs7uJkdrnqFKASIOHJnH+PfbBME6wJxQ7fIA\r\nDeyJjTQLbjaNsnwxeurFOXi2IAaWgCUI2OQ0Ewa1D3BaMlJbiS3y6nv5qpeJ\r\nDXSuBuR8kTE2x/M8EVXayRiOwPhIYOzKTGc=\r\n=GJGO\r\n-----END PGP SIGNATURE-----\r\n","size":5245624},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.3d605f8e7_1675461451702_0.7780867564552323"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-03T21:57:32.098Z","publish_time":1675461452098,"contributors":[]},"3.8.3-canary.ac5cc6e1a":{"name":"@firebase/firestore","version":"3.8.3-canary.ac5cc6e1a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.ac5cc6e1a","@firebase/logger":"0.4.0-canary.ac5cc6e1a","@firebase/util":"1.9.2-canary.ac5cc6e1a","@firebase/webchannel-wrapper":"0.9.0-canary.ac5cc6e1a","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.ac5cc6e1a"},"devDependencies":{"@firebase/app":"0.9.3-canary.ac5cc6e1a","@firebase/app-compat":"0.2.3-canary.ac5cc6e1a","@firebase/auth":"0.21.3-canary.ac5cc6e1a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.ac5cc6e1a","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-FNdyAQdIj9o3kDjFuuckFT8upeY5OKRFYIWXj5N33PaxrAedDHLlCkvqii5XPjSA4HMVpQDs+Ea2LvLam0IdTQ==","shasum":"230ddb1f134399864d3e0ecb1d11f41a6f85429b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.ac5cc6e1a.tgz","fileCount":1547,"unpackedSize":27632330,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFl8P9CirgiXUm2gmHyuuKulQPCtcwp2QBMtgY9AZxVdAiBpunAhlsF+5z671bu+1Oc4GuNEYzTYrGMm5RQil4ktiw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3ZP5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqMixAAkkkPx79CTJsTeY42FYx0O3ZS2yUcesrlCHZ4AypFYvozFi+V\r\n50aVK8d3/arIcbF4d+kZbokcp7stWJLzUydAavcUJNlhxSwXlUCBUmIICxTr\r\nEvMyV+LRevXp6PDIuHhNRsQf+iLsLopJY0lbgIAjvH/J0nfQBVp05T/r5NFA\r\nr7lFyt09BCiYAZqw6YaKPmtsY1g4xvWvuoBdM0qK4fzs9bjgn4aHEeaFJ8BJ\r\nvCPlSZL6QrQ+n9lRRKSZ/feE00nmqRzNktYIp0kVVR0u+Mf+dRAsHjg++lpA\r\nuWmIzyy4Afvzp9fHptwDXl02xiqXfvIdhTJEVi+u3JF7+Z87V+VyjfXnfF3l\r\nLpOqDZFkN2V05fQhKitOIE72LEHzQkK/GVy6/XOlC8hu0hEGd2QWGy+R3eIr\r\n79u9KfA8ssteq5dzfm8I3pxJSs+KWa0MKRi03jSO/gEBg6B9MZXckPrHkJIN\r\nKRxFIISY6y35usesWl+t6QH2YfVQvksJkIk8kHtXGTsDtHS69nVB5j5vZuRf\r\nA5X5/47ianI9AKIRLTtmKqIOAoQZ7bdkYjQ1NOBodY+rKz+D+qd0NFCuEs7I\r\nnIpeM15qAr+JK7sf4ovXRPOnD2I70gig3Z3Kjg3C3u+HaynfTJcDe3D5vKMQ\r\newrzijZbyBgZG0iW9Rs0jzKd2bCnU263xFk=\r\n=jAb7\r\n-----END PGP SIGNATURE-----\r\n","size":5245590},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.ac5cc6e1a_1675465721291_0.7765346325801112"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-03T23:08:41.601Z","publish_time":1675465721601,"contributors":[]},"3.8.3-canary.42fa2a137":{"name":"@firebase/firestore","version":"3.8.3-canary.42fa2a137","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --local","test:browser:emulator":"karma start --single-run --local","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"node ./scripts/run-tests.js  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"node ./scripts/run-tests.js --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"node ./scripts/run-tests.js  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"node ./scripts/run-tests.js --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.42fa2a137","@firebase/logger":"0.4.0-canary.42fa2a137","@firebase/util":"1.9.2-canary.42fa2a137","@firebase/webchannel-wrapper":"0.9.0-canary.42fa2a137","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.42fa2a137"},"devDependencies":{"@firebase/app":"0.9.3-canary.42fa2a137","@firebase/app-compat":"0.2.3-canary.42fa2a137","@firebase/auth":"0.21.3-canary.42fa2a137","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.42fa2a137","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-TyYGzKq27+xfzNiazaPBQ+Hf9nmpPwoqDzH9MCFwwhly1hUKblNnmMjsYnVzu9RMoi8feDH6YjlLh9cl+INlcw==","shasum":"5eb7266409f9e4e92e1fd989177039bd9d980f10","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.42fa2a137.tgz","fileCount":1547,"unpackedSize":27632330,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGqSlKF3k/y60GWN+LpgzqvUnz9JqxK/bcOFD8wzBh9xAiBA+M/fgpI4qUYMcCnYd72EI5oi0ufEYeT6WoCichl/jw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj4SZgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrLbA//RGgAsVTbSYJi8PrsYPoqhRk+9PvMeSP+WMVMCe9kcpg2IWks\r\nUn8uzYN3EjU+udLx0ZciXwHXpcFwt8gsONDieJ6Uzgk2opUJntZslJ9VvmBw\r\nt5IT/AcooQzqnC2PIy+7neUMCF52PI9jRptcjKbfCN5nQdjcB7mKMwuP9sJ1\r\nDrlwXgD+/MfnUmc+ZpVCNV9fWdEWZTblN0wT0pvo+1HunwCJMxqHIKnIDAZm\r\neeHOyansyY/aPSuU03mFPQ5KcctTOAS/kqmpvD5tyt927vXM0BJ9SQ1qghMu\r\nFJdWtqlohtgHyfhBOE4vG0n9apWV3EiQa2X60Gos38Z79lgcMIkrOoRZv8tm\r\nFgDxMakalYo1P1LFOPY+Xx5h1s0LeuIma1UBcsc8s17yq8v97zsT8/yKbPlg\r\njQnvpApd4SkR+4UycogpIDI+2IgTGGW/sE6XN9ucFCSwjZ6W3VI2exzFAh8k\r\nt+UMy1y8b2xTR0EyIircbeAJX+gxf2kvZUysXfHrsajoEWJ4mVSC7DFqHho+\r\n9PyEym/yU20R2Tap9ii/5qdimNU2OdLu9VNwWHpMmtsuL4DaJ3vGrZganw55\r\nf5n1ERExrjMgw/cfr5tAZIc/kfuHRgax52VSrEbfY0JeDm4ZGjZFxQawXFLm\r\nLYHZwe8D9Fvum1fCmGDC2ObvCH/QMQXYJG4=\r\n=LstB\r\n-----END PGP SIGNATURE-----\r\n","size":5245617},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.42fa2a137_1675699807738_0.4175421938516246"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-06T16:10:08.202Z","publish_time":1675699808202,"contributors":[]},"3.8.3-canary.fa0a7c063":{"name":"@firebase/firestore","version":"3.8.3-canary.fa0a7c063","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.fa0a7c063","@firebase/logger":"0.4.0-canary.fa0a7c063","@firebase/util":"1.9.2-canary.fa0a7c063","@firebase/webchannel-wrapper":"0.9.0-canary.fa0a7c063","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.fa0a7c063"},"devDependencies":{"@firebase/app":"0.9.3-canary.fa0a7c063","@firebase/app-compat":"0.2.3-canary.fa0a7c063","@firebase/auth":"0.21.3-canary.fa0a7c063","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.fa0a7c063","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Da/mJmlhp6MrjrJfFhJ46f6gbRNLGcl8C5PLJkewWrV8sts91ZEdJBLiAk7pVL/iEjiQdLUPWmEVvDIyQjyadw==","shasum":"1cae1d8dfc0a55edbc489dbf940fdbfed03a6fe0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.fa0a7c063.tgz","fileCount":1547,"unpackedSize":27632382,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGc7BcPjOMJoR+biJbKaFvThlXBlwCD8AfKAH3V0N83dAiAUoOBzE+XsT7Ct86judvrSE1Od/MAKrbrJiiqmyW7g6A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5By3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo1QQ//RuHJEwz+5E5k6spfEfiOTlf+jGFQheECRRhGJkjWQ3Fci94v\r\nQzaxcaIT3pii6GFBdH+e66l/gItJuHPEL5+jlDk0mbuVu7UxVToPqkPr/jDL\r\nd1wa1Qj5np9IIIgAtzoVqBIJO1kZBmrt8EsggVNkmOk+7v1+OjIcA3Slyyau\r\n+4Gw1v0By4t/HxV5fuQIjMsN7Qp7kWNuZV4/+FFESR8b/4mgRSrOAcH6QD2c\r\ni/A3MiQHQEoUGNfH41KTi7BP99mxMncE48OBHYPI++6YblCWCrWvl/EN3rCX\r\njfVNmG9MC54NXTHK85/YOo9s91R2fS29AtliNFukAinrr+sEAX9hPkElKAcg\r\n1MVhICd2z6hgDQFTbb4s2s5iXnhykCJ5seJb6D1Ak/5trlP8g/mUFaAnGucu\r\nFtZcsdt05/bMQh0o2RJNjPof954LkYH4g8nNPJHtqYZVA8lDq3IcfG8Iady3\r\nsgCaWQTLeTDsehXgHQUkPMtCHCMzXCZUCZaR5xyDamNucIm8WlMppn4/3aEL\r\nu0QTx++7d1jbdrXih9TZgL3BYucAaCbs7LCcLPPYfJpnYrXsMKNASs3aPIG2\r\nOD+eVlhAKqDL0SkUWyQQcYmFPe7fKLpngnYXQAxzdFcBKI2y/dVfryn+JSzX\r\nmV7tAI44yprFWR4pMrLBxGZVH3oeTQ06/rg=\r\n=x55a\r\n-----END PGP SIGNATURE-----\r\n","size":5245665},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.fa0a7c063_1675893942827_0.25897769712197016"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-08T22:05:43.221Z","publish_time":1675893943221,"contributors":[]},"3.8.3-canary.9874614b2":{"name":"@firebase/firestore","version":"3.8.3-canary.9874614b2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.9874614b2","@firebase/logger":"0.4.0-canary.9874614b2","@firebase/util":"1.9.2-canary.9874614b2","@firebase/webchannel-wrapper":"0.9.0-canary.9874614b2","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.9874614b2"},"devDependencies":{"@firebase/app":"0.9.3-canary.9874614b2","@firebase/app-compat":"0.2.3-canary.9874614b2","@firebase/auth":"0.21.3-canary.9874614b2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.9874614b2","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-tNEmLP3VdHkB0/2ronoo97WoyGK3b7TMYP4gN0SFVo9um+6nPyUeMPgjWbmw3Ux7P3rtErE9i8oSo1Wx2tVxSg==","shasum":"d7992a0fabe3b4335490b69038de4b54d4bd247a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.9874614b2.tgz","fileCount":1547,"unpackedSize":27632382,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICWxbACQznYpfvGS3l+liqXhQYuczyKMvsAXASq5G0xPAiEAity0bHn3m0mxMDYUYNJx16sjKljZEE/46B3+xVC1gdk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5WaJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqYoRAAmikeRctwz33jKQ4lLV6Ks9uCLaFs6oqnwc0+Y5qOtDssJv6K\r\neareYQgifzUaBk0+s3rQ4LCkSbKrktP5AYeFFjZL4l8XVgNUuB5gomlJOdO7\r\nRp4/ZYa1seSHMrIervUUIlqmbaJJxCBwod6NVITAVEyppvTlLVM7QigHy2mj\r\nsaAJN6Qo1GEmJv4bRSDqlRO/g32fsly2y8wX0PWgIYCqntihe0FsWKzR7aeT\r\niW6MwSTiERSvRd00lZgIa7S94nDxHDTz8oXzrXQ3uZzC/dT3MK2+dLsbKdPl\r\npSPK2WDT8S6jISXEWlvQpEQ/Q3pUw/tlHGciswulsaU6isGJB4aSZf8x9/AE\r\nAMk6l1wvmF1aibji/lysn+8Etlm+BRM3OJbFcU0u2bS8HZyMUI39a1x7y7lX\r\njNwStLsSQL53YG1OzA4hnFMSR0M0qrkUEIxL8vaE3aFVX32ARqG1KZTB8hAR\r\nzIQ8NlPt2Esr1rYabAs9I8TNlG1qakqia7WdWuDSmaf4uBJ3nNLrbPOCkJcy\r\nRy9/ZuEa3yWZlGR61sFf4mcOf/sNdUkBzVmGhcc08x63MSUiNFBA3bPt1exy\r\nM1zG+enXA79F9Owra7gOXUl9DkFvBFKAAEBY1QNJWZv0L095tWWlui0MVtQ6\r\nIfZN7LKBT+VRBhQeM91g3ym3/tJ0TR1N1R4=\r\n=+wwo\r\n-----END PGP SIGNATURE-----\r\n","size":5245693},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.9874614b2_1675978377572_0.23974301643256135"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-09T21:32:57.884Z","publish_time":1675978377884,"contributors":[]},"3.8.3-canary.ce2671a87":{"name":"@firebase/firestore","version":"3.8.3-canary.ce2671a87","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.ce2671a87","@firebase/logger":"0.4.0-canary.ce2671a87","@firebase/util":"1.9.2-canary.ce2671a87","@firebase/webchannel-wrapper":"0.9.0-canary.ce2671a87","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.ce2671a87"},"devDependencies":{"@firebase/app":"0.9.3-canary.ce2671a87","@firebase/app-compat":"0.2.3-canary.ce2671a87","@firebase/auth":"0.21.3-canary.ce2671a87","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.ce2671a87","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-bjAFcBvzxG7ATPS7gysyjdvpcZ6E0xxse9UHd7ZF+OmMtUtVIhjKmdFF48sNL9wlBftZooEOMJivP3Zy6V80bQ==","shasum":"0439a6de1ea70f0ea89490e6b28a9b487bcb398d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.ce2671a87.tgz","fileCount":1547,"unpackedSize":27632382,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD2ioJqyKl3624RoO7V9956i5CjPkzTovzD7SrS3/7z7wIhAPN8NqqYJpgdm1MqbbkN5rkOLcZutLFKWqyNlRmV0RPj"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5XBOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoOLg//V+wtYzKxffX56Fl/oREs9w9QqxqnbhpRDrj55kdke5FH50se\r\nUWjOhp5ALEX6LvIis2PvIqdoxsQfwQ3uMzPHKMMRgA2t4bqBPPeaYZlN7sMn\r\n25toL8SGtI3O+ClUYsaP9T7wI0LfIJ80PNgA31oINV+Ab3TUmMaeiaR+KKdT\r\ngp5QYm2HUZH+Dj33pJjzcY0bUxG4SXrNQ1ZZYxwCmMYjVrWtTla/Z0Y9ZmtU\r\nT5S4iTVugykWAbG7TEHkL1o4rRenxRg0xsEmGSjcUi7JuTEraXHeDschCHsv\r\nUq8X/WwLIFRMps2BJrQLdTg5jZuG1lhQ1SUOgcFPsNtkWPmw3Q0dU4kXBbfv\r\nKNpU9uA0gsPny9DrXt8BJYkUthoINSDmMSZzu72qYckSuVu9oBli745QXySB\r\nW1EWotSuvYwm4c8O3yQCchE7aThu0pH4l1SbtmqoRuLFa1b5HyqXQ/1yJGCe\r\n/7k1/4J9+W7QLtVTsbSqR35tnEAE6dOe14eU6x8de1YIk1qc5LVPldaD7oiJ\r\nB4oFVsnBwR/4ic9WLcebkNmIWU669F/ee0K2dZSK5Gm6+uDr+PkYt6uskCkN\r\nZxhy+FS3+TnFe9G8ehX7IpMAP/j+fm0khtPSK1haQoeN8BESzVtg/P3X70nu\r\n2U7SJGMiC92+A344Y9sVQ26xYxQCtFa7H18=\r\n=1Ffk\r\n-----END PGP SIGNATURE-----\r\n","size":5245675},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.ce2671a87_1675980877855_0.6027710813428631"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-09T22:14:38.183Z","publish_time":1675980878183,"contributors":[]},"3.8.3-canary.67c5a0dc5":{"name":"@firebase/firestore","version":"3.8.3-canary.67c5a0dc5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.67c5a0dc5","@firebase/logger":"0.4.0-canary.67c5a0dc5","@firebase/util":"1.9.2-canary.67c5a0dc5","@firebase/webchannel-wrapper":"0.9.0-canary.67c5a0dc5","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.67c5a0dc5"},"devDependencies":{"@firebase/app":"0.9.3-canary.67c5a0dc5","@firebase/app-compat":"0.2.3-canary.67c5a0dc5","@firebase/auth":"0.21.3-canary.67c5a0dc5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.67c5a0dc5","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-14ls/hXCm9FF64SF0/+5Ldf0XgiadDnA3yU6fDq6ND2BXhQw5qI/4awLXKlyuoRWHp07I3Wedr98+wSmAboTlA==","shasum":"8b05b537d4251ffdb3310c1f59dede1a5f4c445f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.67c5a0dc5.tgz","fileCount":1555,"unpackedSize":27882365,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH4qRFDwbcWG/ytwA5sW0I8JAgorlnfYhQLfyBTYGvnBAiAP6au0zd4ITYCKylDb07hBoVxrY6FeX4qDwP6r3uuDZQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5YVMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmocrA//cVrWzmXpbn/lDowAo8ydJUAZXoOAMVDnxJ13zN+A4PY4GPw6\r\nYPd099QPICfN8U8LUCdEUzHMV6wOIERSb0XtOCtktzi8NY40EN+5U13rPxTr\r\n5g3QlMX+ArASH8q9EJWz5JjVfb7+HmETDLwFK6TLxE2PDbuwwBYqyM4CPMUR\r\nNcvpGxYHD5r4gubfv49EUZww/65In3tGbaW2VKoyBTRQSINT2nkWWhmF11QH\r\nGz/4i18a+a7s7iEFEeL/OHAhIfm49RPN734NJepRJravdi5wVE6+hEqGUFk3\r\nTEx4hGXGHj0x2aXO9G98AzHbFWieORWNkdMmrpFb8QBCiKZ4txnSlgUioQiN\r\nnH0yXMAYnM8dMNDrFM/T3Q6T7JDw+BMqnyglgxW2y4Sps8LjQbidAujgaozy\r\n2NXP4v+m9727JqB9LYo9dRypDUvRRW8gd2akF9GUkM/rpA7/IDUHOhwi8X5F\r\nrdYGTpUX4w6U1HFdXVLK8JfJCSaIEbrN66KcEfVtiiBiPsmEh95OJ1AWNkjE\r\nWBNSSAEHVC7thTYrr0dx2e/kI8fLqvaXwJGymlLph3Cbfy2m20W0Mo7fs5BP\r\nVWWeIMxr33F/xVBen/kW2QYInfA0Hih82Qt0o/zMiuh0AHJpC+4Y0LOdkbFx\r\nYoYFbRQVB1h6ZBSgSdfEW+24h8pzW9sz6A0=\r\n=9dkM\r\n-----END PGP SIGNATURE-----\r\n","size":5289350},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.67c5a0dc5_1675986251663_0.38957964604730067"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-09T23:44:12.019Z","publish_time":1675986252019,"contributors":[]},"3.8.3-canary.ad4007425":{"name":"@firebase/firestore","version":"3.8.3-canary.ad4007425","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.ad4007425","@firebase/logger":"0.4.0-canary.ad4007425","@firebase/util":"1.9.2-canary.ad4007425","@firebase/webchannel-wrapper":"0.9.0-canary.ad4007425","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.ad4007425"},"devDependencies":{"@firebase/app":"0.9.3-canary.ad4007425","@firebase/app-compat":"0.2.3-canary.ad4007425","@firebase/auth":"0.21.3-canary.ad4007425","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.ad4007425","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-AjfNdSpw6L2erI1SV7+4bFZ6HvYwJwzLu286mQc/TzMbKoV3lO2Yej3H/uGq04OUUJDhxAdarH41PeQqOupebA==","shasum":"77cd40a261cd1d18f1cd559d14d4a9fb840e4e19","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.ad4007425.tgz","fileCount":1555,"unpackedSize":27882365,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCdx1QEltsG6n6ZauwkGV7dO+F2vZq0Mha+Rv0wVSc0SgIhAN792BwyH1b66R6zq27b/ZDRQc+uHhCjLnT2pKCYcxm+"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5eE3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr93Q/7BzJES0yIsJdDgna1vMkHUub8/Qhd5rJCsUqssgEf/G2sUYsf\r\nN88Cid3DXG0dsL2XA6qMGrplNIudfq3efkSgUqINpdEKfk196sWr79VoaLDZ\r\nPEnfHkI7z832+ixUDdvkKyrIThbntCBaISlDYFMhyT31elj9m4ATvddH0HV8\r\nU5sZPaFhGoHYlhGwm3AKeWlgHUPSKKYTaIyD+ki/lqs/9vs7he0x8GqJwUY9\r\n/yBEUNQFRmQh8GNlzs4RWSFrXomK1++Ld3ulk3RpLCUCl7kd4/zOt3ZJemTf\r\nZlOD6vkkrX1xQKLcRS5ueM+L6odoor8iFT47SnObGIGx4PJHTxkJSbqF8EXy\r\n4syIpl1W6p7p5Q+6IdJ9joC3Fzrm/zkkPv52uKbt+e53YkwcKk04QLu2Mog+\r\nn9Xcw6Hk9hhxUtBLXQMwekvad2GRx1f3cHbKdeKXlIGssn81E88opWqG6Wy0\r\nWPZVQm6bnLcQ4NaAEbqhhwRSnqmL9d62VQH3JIN3GH4zFw08yFv3PqFuuqTZ\r\ns3j23zygyK1FgpOQ1BWl36xi9ZwqaM3dWC/U/HUSnpRBrngDHSBvQpn5eeRF\r\nSW9P2rCwz/stBXffhPK0Voe39eZGWFB/qCG5pV4XDlZUyYi/528UK/sN+wrH\r\nPbeMFCujduuPKAehpHKAJGLgR92HV+e9sRs=\r\n=kF+N\r\n-----END PGP SIGNATURE-----\r\n","size":5289358},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.ad4007425_1676009783163_0.352290635406882"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-10T06:16:23.524Z","publish_time":1676009783524,"contributors":[]},"3.8.3-canary.b5f86b1a3":{"name":"@firebase/firestore","version":"3.8.3-canary.b5f86b1a3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.b5f86b1a3","@firebase/logger":"0.4.0-canary.b5f86b1a3","@firebase/util":"1.9.2-canary.b5f86b1a3","@firebase/webchannel-wrapper":"0.9.0-canary.b5f86b1a3","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.b5f86b1a3"},"devDependencies":{"@firebase/app":"0.9.3-canary.b5f86b1a3","@firebase/app-compat":"0.2.3-canary.b5f86b1a3","@firebase/auth":"0.21.3-canary.b5f86b1a3","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.b5f86b1a3","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-a5f5ARu2xFSD9NXq3CpKP82RJS3f5n0+JG95zbBZCMijHEiBPdePO6EsgTp1etAgZrBEDHbHiZdZvCIe30ZNJA==","shasum":"2186b96d1be8abb1ea6935173a79ff0d51b2d19e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.b5f86b1a3.tgz","fileCount":1583,"unpackedSize":27911391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD8uPSlciyc8W3d72Q6NP+bRGEPMtN07n2WYG8mBv63zQIhAORtMJBjgHhLmWFC06OgRaJf0FetoMd+XaDkEAsveuyY"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5lpHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqPsA//YsLCptbrL4lN7GibQtzyvvIRAQ7UoGqsHU4I1axPLAkwRc0X\r\nbMhBLE+IpSUHZz+wH4mKKtnfy/mAFlAdDFYnEbIcb67v5T5rpOlea9ILV6AW\r\nLKnPJxRlb3WlevmORYaVxfFJ71RWBhZZ+ik9DQyuGapmxPyPcfpmgPsxbRPE\r\neMuuHZ8jWtQhcSIqaZXiU4NhuBvtTDf3INMm67lfdRU7BbtlYGIgIN3YGDQm\r\nAnOD+1e53C8Ty0ELUNfR7PrSoZAburyvbHvBWz8yGl2VerQCVmyqR6foJqUD\r\nmwWtOjLhWKlvPAU+V7Jj1R53B+YpRuWBho8Cdg+D3GNmAsfw5FBuFrnj+Vhk\r\nHrUC2K3AKxQkUCeR4bfqyBCEmjwKlq7FpPlId+MRkGWFhqPKvVpYJVD3XUsB\r\ngfI8k2zP5vItao1Wzp4ZcVXq66aUrwb+P9wEUVNlJefK/1Dnn3+G8jNgiZEw\r\n1phlD0BBPLOdoUQatLC08tkCS8KpWhijx11bqJxIrNm2P3vvFBIFvdY2dVLV\r\n6403gXJUubX4zqj3j84e5mzp+xNeKLr4ssrmdseGfNm5y19KDuhWEJSRe6xY\r\nOnbznuNDlLWf9+ErN6WKm5IY7bm1YjL5Iv7tpzx5hoWhbqycz34dWbDV1EV2\r\nVQE/6sUhvvkO2rZg8NOyS5NzpMjIzPJvdiM=\r\n=x/eK\r\n-----END PGP SIGNATURE-----\r\n","size":5290411},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.b5f86b1a3_1676040774769_0.14196961650725282"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-10T14:52:55.064Z","publish_time":1676040775064,"contributors":[]},"3.8.3-canary.4b4455347":{"name":"@firebase/firestore","version":"3.8.3-canary.4b4455347","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.4b4455347","@firebase/logger":"0.4.0-canary.4b4455347","@firebase/util":"1.9.2-canary.4b4455347","@firebase/webchannel-wrapper":"0.9.0-canary.4b4455347","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.4b4455347"},"devDependencies":{"@firebase/app":"0.9.3-canary.4b4455347","@firebase/app-compat":"0.2.3-canary.4b4455347","@firebase/auth":"0.21.3-canary.4b4455347","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.4b4455347","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-WhSWmTwKc8bjQi+EvT2sjWo15IQWXh5DW6IIEPdFWw5AgL4z7FEBMxGZH3uHaAs43O8Ok1cnZIDSwXpvpkYuJA==","shasum":"d7e395a9063faff82713c0e6dd7f4eb87d4c7e30","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.4b4455347.tgz","fileCount":1583,"unpackedSize":27910551,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICN5k27nWqRoX2S+OPVxqtGkug+oKgTwfVV5EZuTar7JAiEA4+Ye34HjQUb1yO+hH9U4FlVdcZqrS8DfevxVHvxpr1E="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5ltHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrWFQ//SOtzRMuqQKgKeqcOzmmAkMAEPQZJDVJs980nOUi28pKebS5r\r\n3nknDI/zvApmrwCyralgcIFmIelFne7VDvzayYgpUwywpHCQgSFWLszgL1Cz\r\nLJlKOkmrOlEoLEGrdmko6hUc5MNyP3NjRs+UpFLfO8PXNHCspj2PznIq1fZQ\r\n/gSr6y2OaULSg2rZPtJLUp8dtoiLcXcexEpCBujCPOQUCjX4xtCrHgqgPNSx\r\nb55gMbQQksFHmnVO11P3EwqmN5SjWJvWtrsUqX7pPCeHUplIHrJUk4ldT0Dp\r\nux6WIt/931kAB27Ts/rhQRfiVjCrrze7EJak2SLLnTgvTCFCo7tQHuvHzg6D\r\nitlcl2H5L/loZ6drIsJ/mR3Mv/zFB2JJ/Ly6Z6atWoGQ5x6/GTHF6lHQayrh\r\ndC1Hb2RxYqm+PgIRYmLfDRmAsk7VfzxhXtUkLutU6nhrrv7REtmmTXs712K/\r\n6L2T4gY6MiK3b0wG821z7o2xw7wfaltT3zVmAe4IzhEo5eP+u6lZ3lXGcR8y\r\nOw3RYinEruEt/EkVF97VIB7mCfbPBmR07VmZ6bb4PVQTMaspXcy8xw35397C\r\n7wEd4l6f9ySmCgNVwZnWy6PHw2Hkl5impcED9vTP1XhJWd0/WaxlwKhJJfvW\r\n15zr1bNJQUfyUKoHubuf+7D98/egquVv6xI=\r\n=VHqs\r\n-----END PGP SIGNATURE-----\r\n","size":5290376},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.4b4455347_1676041030702_0.6462969574443151"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-10T14:57:11.088Z","publish_time":1676041031088,"contributors":[]},"3.8.3-canary.f741ac162":{"name":"@firebase/firestore","version":"3.8.3-canary.f741ac162","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.f741ac162","@firebase/logger":"0.4.0-canary.f741ac162","@firebase/util":"1.9.2-canary.f741ac162","@firebase/webchannel-wrapper":"0.9.0-canary.f741ac162","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.f741ac162"},"devDependencies":{"@firebase/app":"0.9.3-canary.f741ac162","@firebase/app-compat":"0.2.3-canary.f741ac162","@firebase/auth":"0.21.3-canary.f741ac162","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.f741ac162","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-zxdCc02S3moOtqCubQifXgiYL4brt/FlPssQ5fHLyOc3Q9ORR6yNpXsHk0OprQaw4d0TaameRpSQRl3Ol5iluA==","shasum":"125ba9105036c234e398c1d9e395cd05428e64c3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.f741ac162.tgz","fileCount":1583,"unpackedSize":27910551,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEK1osJYP59bA9VjdM81+SU2Y58QMvEo0Szw2/ynDhT4AiEAgudbVQsmZ4yZQu/VsY0DlrqCTcjiwJk0ocMDs5Ak7Pw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5tPbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqpSg/8CrjYnX0ZlO5ec7QbEWluxDKGiBRNRJmQ+P+fhnJmloQ7xi4R\r\nLs76i6XF7AbCx1GgkSPhbYY4Pnu8l0dxs80qLzxd8VwlxRus/jV0WVvX8X4v\r\nUeK+pNIkZegCOCn0BMyp1/n+c0yYjLLM2kLZ4MqRaIGCiY4qXXHKHml2+0Oh\r\nKSTqluzO2BMKcZuPaZ3u1fyDEhARAjGQZCwj3T0ffsjW4TTpzyX8xfhHEyCp\r\nugbN7MQNElB5Hh/QpR+OhD0BWKyR6gSRzq/2RC2wFB22e7i5rxjg2R2NGr20\r\n4hMtiD45EO2devlpHfSj4Jm0oLyEszOvJDOcq7nIEoC3cl/2H4QIx/b+W/AG\r\nFmZvWnoN4eE3GJlAhplMmONI1kCpDdLsa/Zzy1EPBTtuyUU2g0uxJGUmxYTm\r\n/rWA0VMl0hLdIdHq9JZ9FQRl5Ljmg/TwxkT/WWxIyW3qlWMlNov9YrFMKKqz\r\nKLvNK0j/EjIn5lAtioovBCUmegtfQ31kqLCvg5jxWJ8Syh0g0cSQ0WmLNRmm\r\nrQX+XxRRct4xlosqRjU8QeoLfEkdURMuEUnA/ErV+zxiTQRljwPiOy+KV4kD\r\n5sdvqR5nwLRY7F52m2UzlOdr2Mc3VVU7E9c9BbnlyA8JyT0nHPyBdjH5v09S\r\nz2cTS2Y4vvj603k8P+drOV2SzogviR1fHeU=\r\n=VTcW\r\n-----END PGP SIGNATURE-----\r\n","size":5290354},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.f741ac162_1676071899276_0.8356012447549219"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-10T23:31:39.612Z","publish_time":1676071899612,"contributors":[]},"3.8.3-canary.c59f537b1":{"name":"@firebase/firestore","version":"3.8.3-canary.c59f537b1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.c59f537b1","@firebase/logger":"0.4.0-canary.c59f537b1","@firebase/util":"1.9.2-canary.c59f537b1","@firebase/webchannel-wrapper":"0.9.0-canary.c59f537b1","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.c59f537b1"},"devDependencies":{"@firebase/app":"0.9.3-canary.c59f537b1","@firebase/app-compat":"0.2.3-canary.c59f537b1","@firebase/auth":"0.21.3-canary.c59f537b1","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.c59f537b1","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Zux/P8til9+OYb4bb+pVFBjXoXJHnkis2yKUvC4RITih5p5PBilcR6MMQhtIpSzgCYHY1Dlu1ahRzePYND+inA==","shasum":"29542589765a55db6a4dd6eb272b81045e2f45e8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.c59f537b1.tgz","fileCount":1587,"unpackedSize":27933665,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDC83rFdKvcw4s53wLBNUiwR/XaFwBJ7S7i4HOw+7GvNQIhAKcUYOckAOyJkPxsjLiykc9Re6J4u1090Eu2mqBYEmnb"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5umkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrSkg/8Dn0GJ2yJiomfkT6i8ACUNYY1ctCtdokAgmj+YCokIIKWxZ51\r\nkTz3bml43A8xYbcclkE64VAl/FitzeYVqIcl9t8eoM4kvEN836mf20eS/4AE\r\nfBqtQo4OuS8/h2gR7n0vRGrIFrNfdNtMz0PZhyi2T6giyNK5WUL0DdCx8ewK\r\nh+f60G5AbH9JSIEV2v4INa9gXY10exEf3V259BJ3GgDD5UGVOlkzUqCb2TOL\r\nES0SwtRh3KQk6ZoDFl2h4SkosNf5LhlkZKoUsFF7d5tdseyZgU2GuCfjUmJj\r\nqjFIMVGzeQ1bJrou23yFpAOg2yUrscRI5BKFglLtzlPh9dVMWMgQH1lLe6Xi\r\nzGBWn9b5KhVBoRVKvwsMlf+8J6J6laev0bJVdFk7CnRXPBHHimFozLQdOR7t\r\npWp7jFFPPrT25Hbe+W2R3D8WWIJmVDBtD/rOiMSIhZAhwGh332p16vqwGLGW\r\n8b56PAfSWYwTuKF20LrQsjejGXvUqVnwaf1XxjyY6HQUH5/k/xkSTVwfVtVt\r\nPbnCqkVvPWIsgQAckx9hCZQ4I+YlCBsJAfl5lYS+HoVG+owK78W8gRuM0Mx1\r\n6PlLSgYAiBVOOr0qHjSPOu6MWtUAa7IVqLCFQcLRI+OnLpoMFJjdFUctEMvD\r\n3nHPzcEMDLx7OJ9qwPcFCjgKy7vvEscU4+M=\r\n=hqXR\r\n-----END PGP SIGNATURE-----\r\n","size":5293113},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.c59f537b1_1676077476359_0.9171306049618806"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-11T01:04:36.741Z","publish_time":1676077476741,"contributors":[]},"3.8.3-canary.c36f3ab4b":{"name":"@firebase/firestore","version":"3.8.3-canary.c36f3ab4b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.c36f3ab4b","@firebase/logger":"0.4.0-canary.c36f3ab4b","@firebase/util":"1.9.2-canary.c36f3ab4b","@firebase/webchannel-wrapper":"0.9.0-canary.c36f3ab4b","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.c36f3ab4b"},"devDependencies":{"@firebase/app":"0.9.3-canary.c36f3ab4b","@firebase/app-compat":"0.2.3-canary.c36f3ab4b","@firebase/auth":"0.21.3-canary.c36f3ab4b","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.c36f3ab4b","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-vZKKV8Y5QBU3wydU+Z4x/LcVRCDANk+Oc3cizts7x6bZWY/gbgXNvZXO6JHzEOpgHKWUcA8P6hQkzVluG2cIxA==","shasum":"9fea410b6420bcc7eb01a25dc5dd6e60be3b97f1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.c36f3ab4b.tgz","fileCount":1587,"unpackedSize":27933665,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDZc+WOYxkyIvw2aePWUvBiDOfNmF9dOulZ/abs9zYyMAiA3GwKVoT1m5rkQWIe6ZYt7djz5bc/1aGo5PO6cNXijvw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj6oTIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3RA/8DbWgAoOGviSMKDKbe7wQojWnZzTZTi8pDOPjyU/NLn9b+Pq9\r\ng38cvuyeFlUjoOvLd0985yxyMcbak1is05x0jauyGmtu0fXfPO8303O2FeNM\r\nmofJP+k0W2VorKSEg9NWbLiB6ge7kqDuqjJc634vnHh53jJzIiK+k37m5ecA\r\nt6RjZcihtMBCZOJEl2GLaT3z1pngEA7kfwn7eP2dquBXW1s4u5QPdgxs5F5P\r\nCLh76H7P9Csyhl2/JLimLA94/HZKljXgwx0cV+emfDFFGa6M0DhzaDtFF07V\r\nuQDVXxGTCbtjKYAxTA0svlaERbN5uRoP5tgRx1hyC2zvjbO4PWfR/Nz0WwJI\r\nHLsvh4w62leYaOGLQsJqAdm2Erxw/7XDL8/RLHjeYkbAkDi+FMoMb9wfz0XQ\r\nne8pPWHY1oqjXwYCTAAeKpQYJa/4qfNS0EgeSPaeYBzLKWe5knIi4Jp0GNaG\r\n1wm82T57s/nQnvCVc+pwuq+U8R+TDgy8LDi7fIPCZYuQtLhgUNZ0938x2reK\r\n9cVq2stNeOc0fTgSnLMMxRHNryytM9rQgucwC3+HvrUNuogKri+0jvr1SPKm\r\nljbJ+wZiPVbgnV2VlSZnZFjd0N8/NbokptDtnLWbasGzJGwJCQVqLR4hmMtg\r\nvkWuudRxRTaj8z+w+vT+qaUek9mN1HkWVx8=\r\n=l8ke\r\n-----END PGP SIGNATURE-----\r\n","size":5293110},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.c36f3ab4b_1676313799856_0.20885636355831982"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-13T18:43:20.285Z","publish_time":1676313800285,"contributors":[]},"3.8.3-canary.b5a1a6054":{"name":"@firebase/firestore","version":"3.8.3-canary.b5a1a6054","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.b5a1a6054","@firebase/logger":"0.4.0-canary.b5a1a6054","@firebase/util":"1.9.2-canary.b5a1a6054","@firebase/webchannel-wrapper":"0.9.0-canary.b5a1a6054","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.b5a1a6054"},"devDependencies":{"@firebase/app":"0.9.3-canary.b5a1a6054","@firebase/app-compat":"0.2.3-canary.b5a1a6054","@firebase/auth":"0.21.3-canary.b5a1a6054","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.b5a1a6054","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-1XQoArEvDCVYvWEG2Xf/dnCh3b1UFTxe4K3emNmB8vsCLEoPEthbMSZtFjT9d8gjGb3FrbNd9w83DTCluHf9oQ==","shasum":"b7cf88809926bea10a01e76f7864312737ef832f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.b5a1a6054.tgz","fileCount":1587,"unpackedSize":27933665,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAYo2WnXb4iMIFLB/guCS68CC0Tw811Mi4A5DTtNhi6/AiEA/ZYVw3/v8DRGAY4E3JMknA26uSWaxP9qebtTUDmRLlk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj69MwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmozcg//WOqkpq2QptQY9TF7ShHPCpMFF+w92EQ7f4LTfpgbEs0de7Yi\r\n22GjE1/uL0jCS9iTc/mWHRNevl1SVlawNnG5//dn8E/Aj7XcuosUWArdyswd\r\nOlXmV2S1yklW8z+spFP02VZ5MC1gDoPU17rznixe1g6qOKuT16D7XT0efRVg\r\ne7Iff8ePzNGfaIQPMdRR5BxjtTNv18uFRIhnt92YBGcmLqU/7cmhlqyipot0\r\nnh/1W/4Oemd5IsK6OgRHGSJP2ExOBDWt7rlVrsTNsLWSB8IbOXJmZ1GoE+wY\r\nyHnifv5GRsX6+4hUNE6j7AOOuDBgQZtgRo0Mr0Rp1fwbwWOC1pT7+abYwACO\r\nYiAw8B0PY4A65bOE+OBZImZPCW0tfBeodjrYwRc6V3nhmH4VFY8d7QjKRm0W\r\nH7Rs4WDcc1IfQf5WAU8ttnjQPRU8WwxEzBnJa6wrzNCJy0m4kS3UXmgMobaX\r\ntyQBkCnXUL13yNsZJAYvim5F5ShOdvyMdR7b2qvmyV3tVH7jAeFB9gYDlzm3\r\nhX0RdQ5ELhMCHpR3mboYcUlQKiS048yF+Vh1W+dJ3c0s5v0snVwYGTN2h7tg\r\nqsSpZkmpyGXrhULuAyRp6cgwqTUdROv6TMS7NaSx4ZKRmhrsq32ala3oQSua\r\nL13Kty49hHwh1qDvlienERli/o23+SJytkY=\r\n=Hhox\r\n-----END PGP SIGNATURE-----\r\n","size":5293109},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.b5a1a6054_1676399408452_0.6618093777375629"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-14T18:30:08.892Z","publish_time":1676399408892,"contributors":[]},"3.8.3-canary.c8a6e08b0":{"name":"@firebase/firestore","version":"3.8.3-canary.c8a6e08b0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.c8a6e08b0","@firebase/logger":"0.4.0-canary.c8a6e08b0","@firebase/util":"1.9.2-canary.c8a6e08b0","@firebase/webchannel-wrapper":"0.9.0-canary.c8a6e08b0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.c8a6e08b0"},"devDependencies":{"@firebase/app":"0.9.3-canary.c8a6e08b0","@firebase/app-compat":"0.2.3-canary.c8a6e08b0","@firebase/auth":"0.21.3-canary.c8a6e08b0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.c8a6e08b0","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-R2XkVoAmo4SLWzwWRhg5B6hQJ3nUwOBKRypG7rPLn0B6ZfYX0oc+JK/8Ko5OmkjxJVikg6vYtwz96QL4IrQgrw==","shasum":"cb99df712606b562c736fc68f29dd75835ecf15f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.c8a6e08b0.tgz","fileCount":1587,"unpackedSize":27933665,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDN0JhfR6AvQwA6bOYjAUPrxI0ii6D4TE++UM0yVU5QWAIgG2DUZo0RFd7FBxMP0Wu3LPQbtmAOr5EsSmL9ZAlt+WI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj7V2AACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrmeg/8DIX6c79/oYDTerW5nMwcOubb1N29KyHt2z7GJrywJo8Y5EFn\r\naIMLruyhowtTZVcF1wlN2K+a0XF88RKDrJFITCl99vCZ07TOhnEvrY039raR\r\nJ1V+LtsAbjQPDpFo9DAKI1aH5hWM88h9gG5RyEQB5b4I5+LIAgqdY+Q5CmPb\r\n21W16EPPPW+yaVAj/PB0V8JB5okPBnNpwhyfOaH77TPDvuZxypQqTTg+gMix\r\nTETysgpZklSjwfE6L8xWna2mHunE0c3CSurE+T0VMB2aOztIfzD1zwJy8nKk\r\nkt9Y4V0aCcQ4mnKZ+6hJOGnSVTY9cKPIZ9Cez4ShhbP+pB9d3jHf+U3EdcMZ\r\nLRLHn0VoLMqKeg/JiUrppPdZMZDuPqJ+uJ1vn5o6WWjdDMb5ixaNf31xZD1u\r\nKm1pnmJwrF55U2pXsczfQQ6vzGJI9Qp2lu78HSgw7vDzDDI+dZuXADxtsdjL\r\nEy4W0wHokMuagSQHmyzpMy7UCKN5s2JJBkKmpTWOyuAMBDuElbg+GQJSoBPQ\r\niCvYBdSNRX8jZNNN3QCFhHkrUS0qA9Tu2QXNdBNwNl+AUA41ZqYYRGWnXZRD\r\nDcpzW8+mIMwO2tUMx0ZXnw13MQ6248okC+Qe8vBnjdJDSrgAqX6b3TV0aPh0\r\nwnusLlGgu7zoS3buGIwztGK/+MvCeb1VqyY=\r\n=hjxD\r\n-----END PGP SIGNATURE-----\r\n","size":5293105},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.c8a6e08b0_1676500351477_0.9963885229581375"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-15T22:32:32.015Z","publish_time":1676500352015,"contributors":[]},"3.8.3-canary.75d4a9a2b":{"name":"@firebase/firestore","version":"3.8.3-canary.75d4a9a2b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.75d4a9a2b","@firebase/logger":"0.4.0-canary.75d4a9a2b","@firebase/util":"1.9.2-canary.75d4a9a2b","@firebase/webchannel-wrapper":"0.9.0-canary.75d4a9a2b","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.75d4a9a2b"},"devDependencies":{"@firebase/app":"0.9.3-canary.75d4a9a2b","@firebase/app-compat":"0.2.3-canary.75d4a9a2b","@firebase/auth":"0.21.3-canary.75d4a9a2b","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.75d4a9a2b","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-P9MWuJRWvgTHxdWus5ewGcxNPWKN1zzEFqUiDh8+sqvE/z+OdHOFye/8EZfDWuOY+RmxdyqWANlE59W0SmV6yA==","shasum":"d27254ed1957e3b448664e472d4494b8267da239","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.75d4a9a2b.tgz","fileCount":1587,"unpackedSize":27933665,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICwlzMPthetXqti8UBiCnzZOSkzhKk+FEFFaejRuEDpJAiAg3VJmCj21O6KBwdLNo3OP1J8FFtj6K6KjqCT/Xf6OWw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9XZsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqcbA//ZZDAIdDvuVLLVHmACjPy8oje9hOfKn/pCyDvnsmGCt5l8QpO\r\n4WD5Bc4LbiERfQWGzWsU3EWrB+bQpJiW9vgNGFLGGU4u+w1/y3TBqcIickU5\r\npm92WTiS1F43we1fRkOacymAgteu+emBbKmpOGorKsWtgu1kRQQmmztMBfv1\r\n6XI+6K9L5TTPWrbzqBwJMqmDFAY73Gjn8bQUe8+QkkBcnpTpB0B4iARYZhIf\r\nVkTf1HheoNIwu8qh96eq4+sQwEhVqhpKsH5IU7sVvPy40hI1U5G2VJ1b6do8\r\n9a7Jr/5ipps3AqaY6whKT8ewi7Dc4Vo9qKBXQkvph9KvEE/9kHx+PVyeIb+N\r\niRIzaCrsPC4qRhbrWNDhqWed0N/BDpkypfter+zPvZejRa6OwNH/9Wz0bHIn\r\n0u2upBGGIm5HDvkKnWvWGswBWhD7EE1AhmO3eoJq64TAbjcwwd6BA1d/dg16\r\nAdQHJa1wtS/M0bqEg1MFLAwq9G6jQuR+NcYO4KESGgq8+E9sK/nGrSRvljpi\r\n+iA9xYgYwpdUtJKio8VR07P5+U8HhGvw4GWOyGD9xKUNvkh8/zGPGehFu75l\r\nTAO1/HCni7g10ZzsDIoZz6Zq7CkQyWdIGFH3uC2l1J+Buq5ONRj9aARaIDeb\r\nkRcXRDwQwfMnSsHYoD/CTWi68NXQXMJW4nk=\r\n=c5VI\r\n-----END PGP SIGNATURE-----\r\n","size":5293113},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.75d4a9a2b_1677031019895_0.5639266583004601"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-22T01:57:00.256Z","publish_time":1677031020256,"contributors":[]},"3.8.3-canary.b970dc522":{"name":"@firebase/firestore","version":"3.8.3-canary.b970dc522","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.b970dc522","@firebase/logger":"0.4.0-canary.b970dc522","@firebase/util":"1.9.2-canary.b970dc522","@firebase/webchannel-wrapper":"0.9.0-canary.b970dc522","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.b970dc522"},"devDependencies":{"@firebase/app":"0.9.3-canary.b970dc522","@firebase/app-compat":"0.2.3-canary.b970dc522","@firebase/auth":"0.21.3-canary.b970dc522","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.b970dc522","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-z3bLFzW9QKtIkbcRccyR8cXCWLeXEIjol+1kbab20J/zw5t/dMLJOzxriiiCdRG/aJYXYnB0+ieQa7hy8OsY4A==","shasum":"30d3191655b91aee3957cc0b2b31e111656ff64b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.b970dc522.tgz","fileCount":1587,"unpackedSize":27933665,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDMsHVVafXiXIU4GozOeWvhGJ6xS4T7NpFyBsE1LUUOsQIhALiTsdmX9B6eu6M8YsWdYhwZuAfCizy2lux1UK/9LzKV"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9qiCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo5Lw//abJb48QUp4UO/vcZ2x55Y45aicZu1hrUBmOaVFmd00gI3rkE\r\njQNOXJ9Yzs2/fzygSqKTqrsD1eFK9FpdRJKMO0DpLgvrBLZavQAtL7iL1E3t\r\nyO96wQ997XKd5X6qdzC8nPqZWLjSoKxKuH5G4xF8voMpvyP++0PiCzlfV46t\r\npGyi/FV4ApB4hMLURY3V7ssa0ncUltWXss120LYMv/+yyUU2duYpAsBhPb1b\r\nl1rQJ7aQ8Tybsdx4CeS4uhL/W7YxX4Hs8LBhjPbhrFo4AejhCX16tH0ras80\r\nkSpj9GYSJd9OE/v61RkifcXWn0aFmr8AN41oM8yDgvhEH65S67i17iePWEAU\r\nI8SMnHe7m11ET8z88MrW5x4Ycz2qQTqZd9nkN/yrsQtAFBRlLYwzt7sPeDVZ\r\nBNNqraYyuFiIlK2Ig+6FUHTNFiNASZi398hgoTl9E8ww9IriFcOACobA9nQR\r\n4RKr4lrhnDHcWqgNgOpuApv1cjgA0W+wcjUxXtpaZY/nRFeCQGcDodOOqOmX\r\nVaQfAJV6DWLtna9mn0dkAXTV5I3TuokcyMVVTlNMGNp3DywMkCwOc6249Kac\r\nxzdZJZ6y2/iSjXZczpmDuDEaJydrPwz+yeW1YTTt1jEMIxyI9RCf3ctKixhB\r\nmwpxqJdXZIiMBEwsi+qUea7LUpYzlBhz6yU=\r\n=Xhyi\r\n-----END PGP SIGNATURE-----\r\n","size":5293117},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.b970dc522_1677109378143_0.4268725079844673"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-22T23:42:58.491Z","publish_time":1677109378491,"contributors":[]},"3.8.3-canary.36558bd2e":{"name":"@firebase/firestore","version":"3.8.3-canary.36558bd2e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.36558bd2e","@firebase/logger":"0.4.0-canary.36558bd2e","@firebase/util":"1.9.2-canary.36558bd2e","@firebase/webchannel-wrapper":"0.9.0-canary.36558bd2e","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.36558bd2e"},"devDependencies":{"@firebase/app":"0.9.3-canary.36558bd2e","@firebase/app-compat":"0.2.3-canary.36558bd2e","@firebase/auth":"0.21.3-canary.36558bd2e","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.36558bd2e","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-n8CQlbHrEtdIevKq9ka1bXZYYD809GOVFSdvglcAo2wJ387U64OAH2Yy/LlIRj1xPEZpVXDXHbAkU0Y1A6nI6g==","shasum":"b327a11042c3f64fa40e554987a5bdae865311c8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.36558bd2e.tgz","fileCount":1587,"unpackedSize":27908697,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDLJligw7uXjB+8KjShPaZfyHt/8y87l5/tPDJXACfo0AIhAPyobHf7YM+m2I2OONASD1gLEW/G0I8RVnSIn9LreVCF"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj94otACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmocLg//fyH4iIq6Pp3yHUdWLocM3bFI6owsGoK4+oKBtRAu+IdNzpqA\r\niN+Ps3OT5CL2f2Oxf2s1GGiMzO7QYmL0nZqjKaxPmR+yW6DuQIXWF00NpLTz\r\nnOIy4gYTzxN4ZT+Dgb0nxwTeRGGGBY0B3YFmmUOah1WShHlolZ7GyG+qrkjP\r\nXd7bsOfGEUy4mfcI/1NHIE1rlyN2yCQUvCZD30a12GNZGv5tIM9KnNkTqHv4\r\n9A4H9kQ7Tv/rqE6ey8SWv8xK3t+YckTfKg0MHR7o/714xTlZRY2cMfG/qMjQ\r\nLqNxl7zcobZgcn/I/katxzLmYHE8QqrGo076LLhc5p50dQwJxshvhNlyUPHN\r\njhn0KhpmHGfowuGkVvzuEH3Ia1puv2D0IV1r+ejLc61w71Ypcf8zjG0F5Hjo\r\nPa4D3t92Ws2k8Hz+6PNl1ZKsYzylYtUds96d5AfpPO1jc9dmkuHUZvvW1w4Z\r\nObDDzfJmPOhhP5Kbd3xW7eDEk4tsphF6sKT6IwxALDJQGRa7xm3H8GF1RzYU\r\nQo8AkgGylZFxeGTHQs2wo5L3Fw7M3H0MXkBz8Uof0dehRyJzEFKi+EWYmSVM\r\n0bL2+jVNsXdvYDrzIM30o4fk/4TbifXDN3eBirpSKWeLsRsM2he9baBwaXQ8\r\nrAEMxXuiTnYNF1iaBNSgrqv3n6v7tw50i0Y=\r\n=RrgT\r\n-----END PGP SIGNATURE-----\r\n","size":5290549},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.36558bd2e_1677167148827_0.37445627828648886"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-23T15:45:49.164Z","publish_time":1677167149164,"contributors":[]},"3.8.3-canary.b30186ffc":{"name":"@firebase/firestore","version":"3.8.3-canary.b30186ffc","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.b30186ffc","@firebase/logger":"0.4.0-canary.b30186ffc","@firebase/util":"1.9.2-canary.b30186ffc","@firebase/webchannel-wrapper":"0.9.0-canary.b30186ffc","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.b30186ffc"},"devDependencies":{"@firebase/app":"0.9.3-canary.b30186ffc","@firebase/app-compat":"0.2.3-canary.b30186ffc","@firebase/auth":"0.21.3-canary.b30186ffc","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.b30186ffc","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-feEoASvnGnxsWcqoIVlYy0uaFzL3kalbPFfBqmDbxTt2wSEEKDXpdZib6Dg3UnUz5+87RRy5uwSBehNRE+7lTQ==","shasum":"98955c4065371f46f3d17c0ee66880fb04a96a8b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.b30186ffc.tgz","fileCount":1587,"unpackedSize":27908475,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCB9WohaXgNkrec89Ir/F1kVsTU2eli8n1r0Jyb+uBp3gIgRCgTUGbdbDt+BzCklXmJFRWfxwxQ6/bsleTDkeoW2TQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj97pUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoYog/9FJJY82NpEBjcaJeTwhwocahwVusJAiuFsEiByLBzpHDt71Qv\r\nB1uieMIf+6ZW10dqfitxmyc/BYOrznV+mmt1k78mo/hsaypzkwOU84rL5aM0\r\nUOiXSjYj37nQbtZhGFG1Prgq+bQH+IGhDwkrUiO2IDOteiGZC9QD+5LiIoul\r\nEOZjGc36XLEI0fgQ7XOoXhudzNhnXuZ09Ooc/JPe8l8OoXBF00K6x3avO9ct\r\n2K8nCwUhVQPLTMqrXFdLUGlTAS/KcCqqM6FR4/EMgNIy+POVpiLsKH46Q5Ar\r\nSFZr/Cl+0xz+A9NSIP4CUFtTZv01ctDb9PGbCPz330whcqaWxFOrucabR0Zg\r\nr/Mv+B8LkggG7n+KvZ+i5HW6MAxAzc8jbh4ALcCjEDMSZDwoWnlj8bxxaKfG\r\nGEMhhbrfK3mtUaT3ZgroU8+dXHUXQL4Losydihx6D+8GIxQdA2NIIHC1uJyh\r\n5N0KfpkxC9AGZNvjtvMiJOGHN84NzorEyTr2DbZ4Wp2aUMQ8h9sjHAOWU1yu\r\nkBrv7n3BFg5evZauWwS5yhNxXRJ9AAIj/qB7k8yaysn6QrmnKEe+clekZ+Py\r\napn0uegRL5g865WpBPZe8bneSI+s+GfupkJBcgYgACPODeUMgbwTnhKmElvU\r\n9GEJu2VNR6eY67uhmUKEqXrjvigH4L6mKr4=\r\n=fv/E\r\n-----END PGP SIGNATURE-----\r\n","size":5290398},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.b30186ffc_1677179475532_0.022303686226369024"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-23T19:11:16.249Z","publish_time":1677179476249,"contributors":[]},"3.8.3-canary.7150c7859":{"name":"@firebase/firestore","version":"3.8.3-canary.7150c7859","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.7150c7859","@firebase/logger":"0.4.0-canary.7150c7859","@firebase/util":"1.9.2-canary.7150c7859","@firebase/webchannel-wrapper":"0.9.0-canary.7150c7859","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.7150c7859"},"devDependencies":{"@firebase/app":"0.9.3-canary.7150c7859","@firebase/app-compat":"0.2.3-canary.7150c7859","@firebase/auth":"0.21.3-canary.7150c7859","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.7150c7859","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-EP/EyNBmPT3TNQEa5oRSY+wWeHXJ51fdavf65RwGCJxR2wIsJkwrqTkQkym1YFTj69kCuO41rE+atsCcKzC5Xg==","shasum":"dd34a3e84860c260b2fa43b5a9b217fa87c24a8b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.7150c7859.tgz","fileCount":1587,"unpackedSize":27908475,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC0ajzZnE+dfIQmrNRNXn/a8THfg3s8dmgI59oYRJ1jkAIgcsWzlBz/9s55n+3CN0rSPbuHIG32kugJv2xuCaY8X9U="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/QEFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp2Jw//SZktFcjk0Z4qayn2CRGq7GhXsWZaW61tJWx87QfHbEZg06dL\r\nSdDUYKkBTLbNCatLLgdAYeo41zlYAZCad2nTjTyAqPx9WNqvVYwhdPAq9XNd\r\nd4aDnswjiHh7CR/4Gl5wXnv11bJ7bVkcxQxjGSjS7bVrZoT+0PyIe+vAgRys\r\n0s07Fzt0rAWyE9OVyFmVBRq3/cyH8BDFZC2JpXSdZaMKbVbTsCWBciOqpaDA\r\nlclru5+TrK0q2n9EUNaynSVHkhhKzMddX0ZXQ4w3yHCZJNOLSRwslR8DtkDS\r\nzEwzJ8jvTO5XHQCtdhREc2zfStI3xXJitIlA7x9QsYVthGw9FljNlNGPqKJd\r\n3YXPLM2ex+kCBorhhXSP5BmacrL8xtOYETqWVFKU+gB+ysCVDk13Ua5h6/Re\r\ngCJ2cjrr1JTK/ZfsFoZzy71zIIOQhShf67ir1Lc/+47cNWQ35VFgTo8AJP5K\r\nWZ1lIuHyvgL3+X+SR9OMpKqG4CcGFObg8NWQEp61vF0jfxZz8OzK8pUi3hFI\r\nan8QDT0H3PzO9vNnfgj6RqXgfoqFQBMjjtodvP8S7wcARLBN1ovqQYU+9ybL\r\nqVFsFH32PjctrYYJfdtDs8tiyyR1b6o6D3i6M6oMRZPppwDRwDnjrigHXx0A\r\n18cChm99lOUZT0PD5IMfXobhtC+9D0CmdKQ=\r\n=Y24b\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.7150c7859_1677525253067_0.12859969626663803"},"_hasShrinkwrap":false,"contributors":[]},"3.8.3-canary.39c9ada85":{"name":"@firebase/firestore","version":"3.8.3-canary.39c9ada85","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.39c9ada85","@firebase/logger":"0.4.0-canary.39c9ada85","@firebase/util":"1.9.2-canary.39c9ada85","@firebase/webchannel-wrapper":"0.9.0-canary.39c9ada85","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.39c9ada85"},"devDependencies":{"@firebase/app":"0.9.3-canary.39c9ada85","@firebase/app-compat":"0.2.3-canary.39c9ada85","@firebase/auth":"0.21.3-canary.39c9ada85","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.39c9ada85","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-iQwrUe1Au8wAnsvPkkyfWTybSQ5azA4OrbKoPbmt0bcfKmmDzKfncgEpVt1tv/cp/TRWQqfpQM8Mw8dVMGo6WQ==","shasum":"39448c142d8477f26dc68749e1b24a7b493cccb6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.39c9ada85.tgz","fileCount":1587,"unpackedSize":27908475,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD2hRornFjwIpGsjRU4V/BmiE/NdGVGtjxIOy3GUPcAMAIgIDO6mIw3b7LL/AKNatzVK3lYRjFabCLzvatkO2ugeL4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/plgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrcGxAAkSCItwHs9UXpy6HjFQV88va1FncOuSixNbgDZ91851ttpQFy\r\nv6th89mDFSoXBm9fMgdanGgimS4ZY8kf/B2SRuLAi08T3uHIM90QPlWJ3DFc\r\nBf/TPIny4NdVS5m6MCLFjeYu3TWq59UnnNrQRDv70o+SQUdm9dKzvrkJdj97\r\nIuMBUP+90bpWdMlEJwX4PsSIq6XtbSMvQZ5GdUX2lM78z/1FoNYKb+hIGn5V\r\nGh9+kucIqzMXjiy2hF1726BhCPmyiMXFcoD9yDWyTXjc3NvW8ZFB2FgnibhG\r\nsUL2wuWt+9usKh8svDJWSlly0ngut9katy6a3aF/O3/xfdzQI/La6roU1rqX\r\n2pt+97hr9tAjtnSpw3SeDyxM5hZgLERjiXJ0C8bYJ7C+RgJBvL6CBwEsoDyO\r\nYpPoPkVpzu/00ld3Q5R/hImuuInX6oUk+pru1gBFDA14EZryHNfx+FreY8bj\r\nVjj3RnLSqrB3Y8j82fJ56FxpxFgPxKYa42PfPMSKz40RS8w7CCdjKzDDAURJ\r\nDhgd0fKxFk3Sel6jAuF71kRLO8PC20Y8KsZ2A+3aVP+s+twBzQSiNYC0yIrN\r\nVH91j0oQ5ni5umeroABn+BovMHWjAEtsBzkg80/XsRyfwbVjTx+7vwg+CMn+\r\n3c/pF724yOaC7VpzuJgTontqZSPC5aFG5bQ=\r\n=bDZ2\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.39c9ada85_1677629792055_0.2826345259244891"},"_hasShrinkwrap":false,"contributors":[]},"3.9.0-20230301000120":{"name":"@firebase/firestore","version":"3.9.0-20230301000120","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-20230301000120","@firebase/logger":"0.4.0","@firebase/util":"1.9.3-20230301000120","@firebase/webchannel-wrapper":"0.9.0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.4-20230301000120"},"devDependencies":{"@firebase/app":"0.9.4-20230301000120","@firebase/app-compat":"0.2.4-20230301000120","@firebase/auth":"0.21.4-20230301000120","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.9.0-20230301000120","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-102P+XbnsQvaXh9Kf2fyUioXL/1mygcDDetAIHOo4bQh7WK9F+9b9n2oUkIUvdIQifVrh7HdpqPfelYl6iwAmw==","shasum":"70de10cb3ab91424168a79ec2316ccb162c8cc5f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.9.0-20230301000120.tgz","fileCount":1587,"unpackedSize":27909885,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICGDPp98T7QuEst6sOPJh6uG38g8k6QjxXMdLs5+SppeAiAWgnR2tTyhleYBxZeNrVgboAuhDD+zCzhbZEragrE9Cw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/prUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqIWhAAm6dVGNAqG1fU56+Uc26+TY+ad97NnHrCslD44OrIPQD7/Q57\r\n9JEc86EoIOlJRHa4yxxtykhjE8T7oVyMcLa9wjOAVaUPxXQoqmCb9RJcmwYL\r\nUri6ymF6IFYRmjPauXt8rNpUCfXET2hR3gwWDJZPXQTKK+xld62TwhJlQZwK\r\n1GrUNdx7riF+wCg/SDFgrBhioUcAwdzApeCtxeWnJ6b3S/exvVzybcGmBxQg\r\nWUD+pPl8sJbCMEDg0oT1R+obYmXzTb4Ei02NToCl5pWSjmzMsbASeVMZxOQS\r\nstfGKXCq9puJ0e/y9/O0lIWcge+uDmGULqbfj43gM/xJLQxDzC7zkXml9E79\r\nvA7TLYF/DVYWgv/nRmYgy5deINyQL3dsOncdrAjsJO/xHmfq3IjDevDzcv+r\r\nOM9X7/dnbjSnmtWzULo4hrrVhNC4gJElYZL7/PhiG2h2j0EvpBURQq3wFT3l\r\nMt3CI90kzSX9VGVmpCIOXxBFgls6SFYTSKbX5Zi3c7Y8qa5w74tqbchewwj7\r\nUdmddl8tZdy+ZTgWFZXsEdsjnmZjuWkGLT8r78M3WPE20zFtMql2e18XLUpW\r\nUnZZ+f0wMJZHuC7C9w8Je+lPIZto9dGQPJrWGVKm4UFMx4S8DXRb0GulVLHd\r\nI1d7waOPTyGeekbC9u9lZxyvy7aAmHPTkXI=\r\n=fteM\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.9.0-20230301000120_1677630163696_0.16264628541648674"},"_hasShrinkwrap":false,"contributors":[]},"3.8.3-canary.d5d78cbcf":{"name":"@firebase/firestore","version":"3.8.3-canary.d5d78cbcf","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.d5d78cbcf","@firebase/logger":"0.4.0-canary.d5d78cbcf","@firebase/util":"1.9.2-canary.d5d78cbcf","@firebase/webchannel-wrapper":"0.9.0-canary.d5d78cbcf","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.d5d78cbcf"},"devDependencies":{"@firebase/app":"0.9.3-canary.d5d78cbcf","@firebase/app-compat":"0.2.3-canary.d5d78cbcf","@firebase/auth":"0.21.3-canary.d5d78cbcf","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.d5d78cbcf","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-dTWum0EXB1AtR659uPjDyrL7z39NOdX+YvpOPrpRkFB04Lm4KX6B90WxCN7QaaxGkcRJNKtJ2gqj8T/CLP8yzw==","shasum":"70976d16368a3a6f5de4d3a7a915bf3b2f423e13","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.d5d78cbcf.tgz","fileCount":1587,"unpackedSize":27908475,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDhZl4wWyc94YVn+tGIqvmoN/W27OziYFvA/RZZjcHQEAIgfk62tP9eWNnhx7T4roqIZD9wlImjr5/FowPhDA6Utig="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/5tCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqXBQ//XnMrJl+qVRneJBev+o7IPlf5QZ+omfMz/ciBaZr5pzpASkYD\r\nu6MppPdYaRiCoGjikaKKKZJUTSduXShWrm9W5IBUCzHj+7ctdNpX33bsywZK\r\nBSCwS0NDRz748WP4SmGIIvOQR7zd9RbDM3SRgv9ii0GC5Z+bXF0G3jUQ160W\r\nl0c9E6M5mHY2BgDtWigea3XebXw3HLxHdooVuuuKr/Nr2vtvO9eM1V7Q392C\r\nvC/T1th97v4Hp/XbShQbShZs+2AhOmFsxXu/8nzucIRmmacjC48wD5WF3WuO\r\nxJ7FmyycNlse4KubXbH3RleLBAackJ6RZGrsRVpjaZbZ02nrXnid82lKwzlZ\r\n4b/EeEeXnP4IFWlqW3fDBK9gDN0UpuYCvHbJjaZZBiw3ZE9BJfa8Zi3cEa0P\r\nkC5Dsg3nSbT87Ml61Tk8fXgtLUfOppqsO39FMLM0HbWDtGbdf1HgLJRbLoyY\r\nYppskftlmFXC7Uvg2sr6z4urPOyvtYWPMmyS0+MGWGIbJl+bPVp6Q6E5SLuh\r\nd/9RGniBnV3YG/W5Cv+z0y6tWJZEgA4/455SSBm6gdEhRmRmS4U/P1mIxALT\r\noGsi3jF4pf5UfazO/aGMMFOMAslhaNE8Rm3YT+mnuI79Jorn62eLedQhFJbr\r\nEqJwxZb/Ch2OrbhDvPIVR8M38+/68hZtWLQ=\r\n=UvAS\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.d5d78cbcf_1677695809609_0.7353984988130884"},"_hasShrinkwrap":false,"contributors":[]},"3.8.4-20230301191949":{"name":"@firebase/firestore","version":"3.8.4-20230301191949","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-20230301191949","@firebase/logger":"0.4.0","@firebase/util":"1.9.3-20230301191949","@firebase/webchannel-wrapper":"0.9.0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.4-20230301191949"},"devDependencies":{"@firebase/app":"0.9.4-20230301191949","@firebase/app-compat":"0.2.4-20230301191949","@firebase/auth":"0.21.4-20230301191949","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.4-20230301191949","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-MNKLIjdzxvrMmrGUw/zwAzv0yQyvUb2FvXpmi7tKlGE1QYeFcsgXPg9Wxehj2UguDCodffjH/rh5IG3RJJrVeg==","shasum":"7ce8483aab4e68218b2f356a5581fadd5a6333cd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.4-20230301191949.tgz","fileCount":1587,"unpackedSize":27909866,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGY2P3M/N8FxJGTweE2Tvs5ceoaq4tf2YdSfHYekvCr7AiAQQ3yBcJ7jVK19P/KTZHZ2V8H3J7FDYEiQnJLRsKPjnA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/6rYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoJBhAAl1ToU3zXlFxJLeIHaoyUQUIXlTi8SKzOac0kmWF8ZSATQgoE\r\nfup9JzBmSs7Ev2Jk93uU/6BIlPxx8PwLqTd/hCRqBdHhjXiqIgGhAaOO0ovP\r\nglEAeQcP78mcAtaUsj21QMlcUtym6ZiHtlnMDbJzFwqs9kD/TJHc2PJKUVg6\r\nJm63XB7dNrSTxzweTDutreypqm5z+frF6xVyCpP3claferrGr7I4yl4Df6er\r\n3R+UC+xhpn1KuiyVb3TWuDznp9PNboLJZBvmCfRXVbYFaWSDIqqLLfUQJTxd\r\nxBPaEYy0rDXbdkfcaY1LQyWf5J7g2amBzJbBMWVJc8xVQ+amax65X/4vaFBX\r\nfyVqjdxVQdcRm0vdv42/KeT5Ol/TkaXXqyetlIIVA25uGaeV3S4/2F7PlMdH\r\nstSXqnS/PusufruJMAAYq+39h51xBKHNybUYyezzdIH67YshOQO3P71skEhr\r\nHXJFgt+17NYevG0w1ERYt0+XIvHKNNk3RlWkBzUh47QwWszYF+IDSmgy8f+n\r\nqnOjwp0Fikwr47asb6g8mFWMcoIB+qrFgGFHPyd0dpYZ/MBcTclvl86C2Xd1\r\nQYKOJXzU8Qj7485ZiQ3TGZ+SNevMDUIjsl/YJjSeYLyDfrtQ4r5F22ovrIHU\r\nDkf7Vqq3NR4MwifAaoNCHEPgZkYvzuPVHzI=\r\n=aCA0\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.4-20230301191949_1677699800283_0.36450843091904916"},"_hasShrinkwrap":false,"contributors":[]},"3.8.3-canary.e2bf2eca2":{"name":"@firebase/firestore","version":"3.8.3-canary.e2bf2eca2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.3-canary.e2bf2eca2","@firebase/logger":"0.4.0-canary.e2bf2eca2","@firebase/util":"1.9.2-canary.e2bf2eca2","@firebase/webchannel-wrapper":"0.9.0-canary.e2bf2eca2","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.3-canary.e2bf2eca2"},"devDependencies":{"@firebase/app":"0.9.3-canary.e2bf2eca2","@firebase/app-compat":"0.2.3-canary.e2bf2eca2","@firebase/auth":"0.21.3-canary.e2bf2eca2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.3-canary.e2bf2eca2","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-Ha4kEzfDFQOVmL5H/RAvfe0ygBzMoIhoHqGp/9bZlc6vVt/kkYo6jEHPVXTeCAH4BkBuRz2tuBVcmdwBcZxQwA==","shasum":"da1120143778d526a96f24cefb1d03fc48849bcd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.3-canary.e2bf2eca2.tgz","fileCount":1591,"unpackedSize":27986074,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDVtjoOu2lT3ebXFOXYZIAGn+miuUelXtR92kVTiZKjtAIhAK5A6QdfQHKDiUWDc4wuHtGUDNSlAyRFMZVURQDq5Urq"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAPioACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpRFA//ZfJhW69KxsBH6xb7+MWV0+ybP94oPkTbxhP6DpXUhrBi/um+\r\nmowYy9pfjWszpgIDujxfcFybm+hKNtIfEwQKnrwPvUsG2o27pY7kwvh4ceIN\r\nGAb+2+MsIPZbQGL3AUvUIHkcbft3g1E9SjD5fvMt1K26VIdBtK3UcoaYYHbX\r\nFsbPlORFH2d8StkIqbHVYknMPtlk10d3g77r5+J+NR+FSRa516rnt2tLVvSI\r\nOMeHjbFh9adEmnSD0SmKR9JqpWpBVPCdtauAn2QcYxGVIkyEa95B0g/Pi8vV\r\nLq8uwoE2DMuyHrPvWZFDx3vPlks10ecY6j9fsUVanK2e1PndEFSNFwe61OxV\r\ng1oNJozdPZK23b/vRyQkgolNetFGvGSMlFmgiYwYM+txqL0cu7a7eOdpGTZE\r\nhGyH3TomcwNaZtj7Pd2ZtZQ0unFppLhegFa2cfH6cCrmx5gZap+kooRb6mwT\r\ntbWCSOvAWtKyZR7FdtRg8DHOxZqCRRzxYqzoHwRPAXBN2TNX3jIzz3B4e2h6\r\nGKPYrEYPtStzkl9VpkLN/0kQ6vXa5hnK4WOgbuumEvQhBPs/gwnhuiXfxLIo\r\nln3L9zNOLX24vyYfomBU7k4eoDtt16bAqxsPomn4w9O9vSZtweJc3dKpJ1IN\r\nYRWRd1QqeQtAL2b8KX8L5wPEuTd1OSzwbPo=\r\n=zhSv\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.3-canary.e2bf2eca2_1677785255689_0.6881869940062815"},"_hasShrinkwrap":false,"contributors":[]},"3.8.4":{"name":"@firebase/firestore","version":"3.8.4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.9.0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.4","@firebase/app-compat":"0.2.4","@firebase/auth":"0.21.4","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.4","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-sNLT4vGBSrx75Q2yLzCHL/1LDS7+UG8gaIohox/GpKYGxt4r8/AsUOmjN4llDqdnFSgY5ePYp2+nHArFXHyZjA==","shasum":"66b057330a22f0cd240b60746f2b2920b10dee31","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.4.tgz","fileCount":1587,"unpackedSize":27908915,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCdMrrrCIBTnnoGXoyiERAqZd0zlRUP1Tp6TcAY3m2j2QIgUoMYcrVNMJokyP+JNV1BhqLx5EP3QMKZq8Wsih1ISd0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAQQwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpxNBAAl7yIqqdz2wcDlDTOd1VBrDj5PBFV5WVcD1GoWeJp+e/L8AzU\r\nT1A0ALlXyfh49PWMkAQu9055C8UDSNTM6MhLkkp9eTO5z8+38h0kN9bWg/oU\r\nPny8LF0yA/URLeT9GlxOd7FepuMlwDUGzx+jj9pRYC3emSirpuZT+SRAjWnb\r\n/b3znJDSqp/LGEPAdLsf+H8nKMXO5tHh8f86/cyoAljOVsXtyBELdhjG7b91\r\nIHhKf2WuRe4T9PLXDKp8xy8d9j6KmVcwBNKzw7SI1ff/k+mnSPFObd8xKhNe\r\ntAyfCX+IX0spVpMjq5XdbT4+r+Y0bjdDmwwCoIt2+YWt7aDLcqpEas9IBS92\r\nom3DKUtpcGOhAAicyQ+C32WihGnj3Ymq8hJm4juLlcrh5zQRgCnqWAlVApbI\r\nUr7dCdrkHF4zfnoI+WCYvHStdVtD6QRAvILn4CgVSWWQen6OAvcKNAJwHC1P\r\nW5VYPwURDEp9Dbg83R/l/TvQSqwLZirpsAsfUKfP9j79YVVkp7rOwULD0v5B\r\nYfU8D134DGsJHATZ9JhA9CT/z8TSExIAGb2lVqIUpHuQ6YgpDSv/ivO10Z8R\r\namjqK4Rh9ylOx49p+1Q9CZ+sH1AxggI6Nv6RZx2Yq6LmQaPLfN4bH1Z9+djj\r\nYE9x6K1n2oj6CBPW/eMgORoE7lDdne6IogA=\r\n=kGh6\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.4_1677788207584_0.08079860827155749"},"_hasShrinkwrap":false,"contributors":[]},"3.8.4-canary.722325ab2":{"name":"@firebase/firestore","version":"3.8.4-canary.722325ab2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.722325ab2","@firebase/logger":"0.4.0-canary.722325ab2","@firebase/util":"1.9.3-canary.722325ab2","@firebase/webchannel-wrapper":"0.9.0-canary.722325ab2","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.4-canary.722325ab2"},"devDependencies":{"@firebase/app":"0.9.4-canary.722325ab2","@firebase/app-compat":"0.2.4-canary.722325ab2","@firebase/auth":"0.21.4-canary.722325ab2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.4-canary.722325ab2","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-5KXmftX7O476y5uv21qib8Nh92Fv58LJqqDV/9VOHlruJYKEj4uZS7UkaFr4hN5tJYmVr6/Q6oibwdlfMRev7w==","shasum":"1f4c5ff7651b3a639783b0c66debf04419aa3831","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.4-canary.722325ab2.tgz","fileCount":1591,"unpackedSize":27987525,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF75G920s+h8vQZr//RLUygsJXV9zf57DHltXVDPt1M1AiBsRaZftdPAC1n8nWsXsnFU5JLComH7u/hROVzk9BIDvw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkARp3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqLiw//UASLUgSUgf8urEdqnfqeB1sczRimswkVH8q7d00fpnO5NRvS\r\nIosiX44A3U0lVgJyGcoGLDgJvmFBBt6vGYgEp2ptXz1kTXWmH2n/x3Zawor7\r\n22nHE37VkAXhsg4ZBqFe9p33RljmS3+Ab8peKkuKPU3reCTVlrS3u6ox6guP\r\nCijIAQ46LbNba9M7hZe3vSu6uKHB4JPxLCP9mfOQdGVn0AqAoefRlJDA0wzL\r\ndkf1LAbKBVPzSg1a029MWuONDVC1IoI7QcLDJS5iAxQL7z+ZGxNHvKISGa0T\r\nzEzlo0/xhpe3rOd8DtvS/n8rIt6+G7ApfMHmicK4Afjl+nCwirQDvd5oaRI9\r\nfIaY5NOMTBGQ6HrRjj4dd+fnzzQPtJjafu3FfpS0eSZl1yepUZjmTe+wYdDs\r\ngnyFFh4QzKKmPk3ACLpamz2NpE92Oy3Z+N1UTn25OjVqI2gkrw1UKDhzIhs8\r\nLjSdL3gGRgTQoR/yC0yS5J5uo/4QT5Aa5BXKKa/uR1K+VOiIq9P6bNM+4ENa\r\n1B0fVN+2qnz99BRda92rF+usA3frbaExFMmBVrAJdX0rWT2TuxPXdG7tlLQx\r\nYd7XLGgvjqmI39P/6VbeOC6cvBDMClfCQX7PObIaRFiLxpFrzZ0GvCduuZGS\r\nHl/pD9DhBn7Ez5k1YZKH9qnF2P1duUUtihQ=\r\n=ROV/\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.4-canary.722325ab2_1677793911340_0.6372793008718145"},"_hasShrinkwrap":false,"contributors":[]},"3.8.4-canary.5ba524313":{"name":"@firebase/firestore","version":"3.8.4-canary.5ba524313","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.5ba524313","@firebase/logger":"0.4.0-canary.5ba524313","@firebase/util":"1.9.3-canary.5ba524313","@firebase/webchannel-wrapper":"0.9.0-canary.5ba524313","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.4-canary.5ba524313"},"devDependencies":{"@firebase/app":"0.9.4-canary.5ba524313","@firebase/app-compat":"0.2.4-canary.5ba524313","@firebase/auth":"0.21.4-canary.5ba524313","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.4-canary.5ba524313","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-UDHuebVaSUp9UJInpZkW0jeFGXcucMJUKYrs1BhcNoBOaePhI41CVZYoVisyx4GKM10vzrleeeoyxzGhsIleBQ==","shasum":"ac7b1a20e561854adf2aa7f8d89cba3506c73161","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.4-canary.5ba524313.tgz","fileCount":1591,"unpackedSize":27988777,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFUV6pDo4Lcn9PWP50iDWbmrMZxfykqZvRoj3Qpm9hDNAiBxhAGcwCCpHsyB7OBynR0VxD8T8LEZ9LFLCR6gbXp4yQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBiyIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp//hAAhb7o9AJ26chWexFFRc4KFWAYlN+A3b+g0V3a/m5KX9e6n5Lf\r\nLJ1lGznuLLCmIXt9Q7oJdqaCePD3e7PXYf3QgcD2McTPWjHbtGIDkMRbj/he\r\njV+Bq0zhSngIPeluMRMZ1ZtO2K9ZquHYWSfzIDChR+8i/uvpKkgq4dcCiDR+\r\nsk7J3uPd9JXU8Z41S/X3D6aP0cEF5USK3mUupVSom85BkQpgTFKqGh7JJiC1\r\nMBGnEdI3VmmomCttjjidyZ9hhIHyTbVpemPm2ulZWzs78YeFJZY3Qen7rUTf\r\nzrkQCDYudPaCrbjKZbVpOFTJRWQgMMoNf5+zHcF2PbJS+xVUeeExAvym81Jd\r\nG6dEEp3hjUraLEzyXbXYzlU+gF0Lim8SIhfx93trIlX8X+lqbwsqRQP+Gk9D\r\ndVWNPyEtkyrh1MrMTUsveGznpwjFrBvDcz8BWivby8A01GVagij42U43lxYq\r\njFubkPwR5cgwvUIwyb6CHO3BB05o7Kad+BDXeoybSrc1asRdsKLQo6NfaEN8\r\n0z/i+44wMlbgJrRnGgBvMNvoMI8STcI3QPnbWmYsCKxxuWrbmcrmku72YIGb\r\nkG8v4QtySMAIoLgAwoR65KFS+gbzIjbkRBaw+xXSg36zuXvHo35EEhbHDn/N\r\nyr7MY+DGlVsH/JiTuKH8goUVPCNwMoS0VPw=\r\n=wELC\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.4-canary.5ba524313_1678126216133_0.11541284219636672"},"_hasShrinkwrap":false,"contributors":[]},"3.8.4-canary.547348ba5":{"name":"@firebase/firestore","version":"3.8.4-canary.547348ba5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.547348ba5","@firebase/logger":"0.4.0-canary.547348ba5","@firebase/util":"1.9.3-canary.547348ba5","@firebase/webchannel-wrapper":"0.9.0-canary.547348ba5","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.4-canary.547348ba5"},"devDependencies":{"@firebase/app":"0.9.4-canary.547348ba5","@firebase/app-compat":"0.2.4-canary.547348ba5","@firebase/auth":"0.21.4-canary.547348ba5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.4-canary.547348ba5","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-Gm0MpUB42JAL+1xgD+UFz95HCCBzkSK3zijmz5LIFaqx4IWmXCKOTzR4vtXDuLPIRsUzspcOettWCPZKDfZfNA==","shasum":"165c29c2c5324df839867097a4aa07beba4bb95c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.4-canary.547348ba5.tgz","fileCount":1591,"unpackedSize":27988777,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDaKss7Qqn7n6QIi9k8Xmc7U0GuwkEtWQy1HPB5vz/YYQIgasG/2YQlyqZhVaQBSJ1e6t/Kax32/FKk0Nz5uRnuSmc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBmP6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqp5g//R5w589VIw3HGu1HgKcAXre5RjPOGIbASpAyPtrdJBL2quYtD\r\nTN0DszZfRd6Yn5QiHhTiXA9z9raCPHa4TxEC0cDYKXOLcR1qCcgHcC+PRFXv\r\nHNIQMHhdh6IdWdCmhXA+FnhJKWx5pJRqCZMCPyXM8yMtWQRp/WpdOpiz7hsx\r\nxPw0YAZe9c3ySphnIxHxzwkNaRR8CIjEOXq3iXz1tTElhJup7ZfhCS6yUwMY\r\nGWnqjJFXFMAwJQSExU87+oNm2hEsOabLqThLWQqm9k88NaSlOMgDVAGFvW5i\r\nWPKMiiQFkJPePh4sNbtQDAF+5nFvcrEZ4JLssWYEVoo7IRYZhWRVrQIze5eW\r\ni6d2hxD10GL5ab+7K9jl+U+nNr+UdygTYG0+3E9Pn9bQeBRK3EbGDqp4Lg36\r\nhCfsKvjp/0fS3FN4NHZR4zcNgsQd280woAj5bDf4pyzwWSsM9bDZ+dk8ht0p\r\nkQBWr2fExdvvSjWbblyVGbegtWnquKBxYAAJZWdWjQtqqqMvLAhvpiOuhHYa\r\nKzkTvzfFPXNVnm3WwhCRSX0Pb9VNgMy29TvXOiyzEADzJAf46vObva++/sZH\r\nnSNc+y6aNuqbaWoaENmhNyBNl0On0SwsZ207JGmK68e4SPrWFrKuL1aeh45x\r\nKnns2muz1e+NLMfs8b+ND4ylGwZgvr9y878=\r\n=6o7b\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.4-canary.547348ba5_1678140409995_0.22501085680350563"},"_hasShrinkwrap":false,"contributors":[]},"3.8.4-canary.5099f0f60":{"name":"@firebase/firestore","version":"3.8.4-canary.5099f0f60","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.5099f0f60","@firebase/logger":"0.4.0-canary.5099f0f60","@firebase/util":"1.9.3-canary.5099f0f60","@firebase/webchannel-wrapper":"0.9.0-canary.5099f0f60","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.4-canary.5099f0f60"},"devDependencies":{"@firebase/app":"0.9.4-canary.5099f0f60","@firebase/app-compat":"0.2.4-canary.5099f0f60","@firebase/auth":"0.21.4-canary.5099f0f60","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.4-canary.5099f0f60","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-lMyF2MbYr3D59k8vC/RiVW3+qf4KRsSH7JRgW7C9tEWDuIChmlCEWsJIDnEwWKc5V0lkeb4lNQBkx6vA75alig==","shasum":"516f9aaafc0321358ef0c778c9747158ffa2c3f2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.4-canary.5099f0f60.tgz","fileCount":1591,"unpackedSize":27991150,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGUzrz9qDJcOVM6ypBo69u/Y9SOMp113MZQ+6b0XdtcJAiAatoUT+YcHt3t5+lP+YYOJvrO8GWU9CjaPQVps00ZEPA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBtyTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqyvA/+KC+ICoivFHxohzdVICtXjU/pY+hJJsfWe8RhT6jo3PCZqqp4\r\nNQ+IFQNGxgu0S44IH+wmM5mYm1NPv2bLdSawjTZ6+aEwEsk6vE+jkPa2AOEn\r\npMbTxnDfhHHDbTCZvwzYSKzr6eHGNq5BXkFLJSBvxll9ZRMSTi5AZ9BW1LhJ\r\nYcEpsAI0Tkdw0wZyDUaY9ddi6gJoeUHJkDCCstHFbrMva0v4P6FV+Dnk+nKT\r\nJwL0EihSNWYN/tS0uFWoc0Y+fnkScQzlMSYTlDSHhdxal1fB7FOCqQgtF2mc\r\nNbelGtmfBHaW24B5scAqIt5gpwh8qC/udCRSa/2vKlh7OvKOvgt8Hhz5jKCA\r\nojf/7arcfWk0W/Jh7St60otRXCTzdV20Pnon6bQiiZf4BCENEKr0zJyXheBL\r\nFAECSTRtG4H/cviwC8p6uDpjex4d65we6fqZ565mT1dePv3ls0V6ABxZw96L\r\nolM9cy6PFFFtHEWeBdpXzU8K0yHHbG0O4WgXT9tnGxGdP/8KUtBJs0W5CxBA\r\neBiNgPxwG744c/gXx6R8hx1qc+g8XuXAF4Fbbw8KudP1NdC9Va/kuhJnAbzm\r\n/6w58YDYmEBDW/5oV54evY+YfdVf9wQ6KVvo1kvL4i7PdHIqhQ+OHjtFqLYK\r\nyCEdRrCIUC2X9Bk4xA4IpWTUr/whetJmUBQ=\r\n=xWpG\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.4-canary.5099f0f60_1678171282808_0.5265246628863001"},"_hasShrinkwrap":false,"contributors":[]},"3.8.4-canary.497c38ae1":{"name":"@firebase/firestore","version":"3.8.4-canary.497c38ae1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.497c38ae1","@firebase/logger":"0.4.0-canary.497c38ae1","@firebase/util":"1.9.3-canary.497c38ae1","@firebase/webchannel-wrapper":"0.9.0-canary.497c38ae1","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.4-canary.497c38ae1"},"devDependencies":{"@firebase/app":"0.9.4-canary.497c38ae1","@firebase/app-compat":"0.2.4-canary.497c38ae1","@firebase/auth":"0.21.4-canary.497c38ae1","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.4-canary.497c38ae1","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-7Qj8OOdTRTVXYeLi3yXFqZ3gHQqbmjNsitKHdQVaznAv+jUKRk/ewSFwP5t5Z14c3t6szy0IoJRQRbx+QQQvUg==","shasum":"a73e75c20e72f4c0fec3f47a3b207f3d56084e01","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.4-canary.497c38ae1.tgz","fileCount":1591,"unpackedSize":27991150,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD4OhDktMSKc9c4v1N1uwGWP7pOCJ/IHDucN4lxB9IYTgIgcsmBtODJGs5bI3eTjm8YhfcKQlEpD3Wlw9mLorJVxu0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCYmWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqFgw//dhHj6Um+0Z3KwwuGF+MWbg41ufs/aSX7Hk8XNUzev7QzY3od\r\nmJWU+1uRULkSzxkFJoPxYOfWoQImx4d2MqYiALSjfy3ut9CA1EaeuCfoqmBn\r\nxOb2OWNYMqQfBhL95eSuf8ZUah7JccM0sZcV6ep9sWiYN8qQpCZg2CDBgxj/\r\nn2xhvF+CqAgidOjqwJnKt/AaWu1pakhRd7mozgJ3Izh+MplsDr1pzVGE4eqd\r\nVBWvboj66ZU7XKcR1KGQpKP+xQaMrmcnvCgOWWOIqgMITs2Q38IKidy6BNW0\r\nytl3n2iiEGj7M4h630f9jYo7Xgfh++eX6h1/ItdbcLKvYGJP4He8NsvvBC5V\r\nFI9f/LmFEK2vBXWpDnPIZ9xjdHYuxwgaYBBlbgIfNubDGckUecDhX2+lMOhz\r\nGtc1pCkMQDEphAtQC5zOhAWlT0QHUPouwxgMCw2BvnTl2RQcbrAid8ZHnbSM\r\n/zPQHcqLtBVzgZCef/zIY6JZ7cGvLAH1mTvHz/xPIfdnOtW2QybOIZE6wav9\r\npAJHgKvj1imA456a2viZHJVjZlkWtZdEODW8OaIhwo+oB/FOCiMrQi+ZomQS\r\nfgZqOAUnaxDMukgFF0T7KK9VBPK+20S7xn7QghHDGQplviv2WC2WML8z0ooc\r\nTkFx5kMv9sWIlWpi+b6npkXpuUnrobmA/RQ=\r\n=b8ih\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.4-canary.497c38ae1_1678346646409_0.7298433494531693"},"_hasShrinkwrap":false,"contributors":[]},"3.8.4-canary.2e22d5bb6":{"name":"@firebase/firestore","version":"3.8.4-canary.2e22d5bb6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.2e22d5bb6","@firebase/logger":"0.4.0-canary.2e22d5bb6","@firebase/util":"1.9.3-canary.2e22d5bb6","@firebase/webchannel-wrapper":"0.9.0-canary.2e22d5bb6","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.4-canary.2e22d5bb6"},"devDependencies":{"@firebase/app":"0.9.4-canary.2e22d5bb6","@firebase/app-compat":"0.2.4-canary.2e22d5bb6","@firebase/auth":"0.21.4-canary.2e22d5bb6","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.4-canary.2e22d5bb6","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-/vEKJWsJ2CYPPbw4BDvafl9/q8/Yf15CZhHpfL4idYdyoT1wMHJk8nHRESMChKNkMQBovhQgK1vNhUwYCO8Xrw==","shasum":"5a74de33cbc1f9101dce8821a99546eb7be81e94","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.4-canary.2e22d5bb6.tgz","fileCount":1591,"unpackedSize":27991150,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCm9dHZgsokDJpK8zsJV6NfjTYLIexKxFzYVTXbGRXjKwIgJKLHQzPp/SbOP1MNe1zEqCxeBAE0xrLOUd4RmioSWM4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCgZyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqjyA/+KTp8h2uSaO5t2CqhYG0IT7jvHGos0Ybp8mA/CAbs1+DqBFho\r\nBMxVwwmyPOjX74S+87wMP43niMOakrPG7pd5gF+xjLsmTimwjZRRuDjApFVo\r\nN+6+OvgAEOz73+seLkinuuwG01IEpgEe2ovcrcVIHqqVXOn44Jc4dBbXtapN\r\n4GJxGeXcGNlH+dzSHeDG7vi5MpRXpx74caOquPaJAMKzgU0oKYarV3IJuDRm\r\nC2TacJbrO7XbXmWdNzE43t33hf+5LlR/ogfH4e83Fsn3nA5OxrRJKLHw9Z/I\r\ny9rVfsfRys1KdnWr/JaNd2eoTRmiMMvt5fTxfPXR0I75Z73mhDVCr9Bvfsop\r\nvfjiuw0vEvKhPc3VGTcMrPD1JmA2tFeg/0oykajUdSsJ4R7DaK10Z9y7aiBZ\r\np5SqQYj6ljyRVvN43sP/Wcgo5LE1EsCBjpTS57Lx+9r9DXwh5eszWqcikoXz\r\nQ+zrD0uUTD4IB+1iyxaPINyXGw07nm6lEvILJHlYniSLL4OZnWWbmdFwZrFZ\r\nxHWrlQ2SPfxh0Kqs665tFY2qQ79hWs27tB4filBIi0po8+EKHQmTzoYQfpEL\r\njzI5z0vQP4y0vb9c2Ec8qNWFs2nQOadN7JddwoRnnrHP7YM+uoXvAFf8jam0\r\neyOAxwWqjwvAjsCnC3dEqQM17bV6fOuipZo=\r\n=+K1d\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.4-canary.2e22d5bb6_1678378609505_0.8541005674045601"},"_hasShrinkwrap":false,"contributors":[]},"3.8.4-canary.c4276bda1":{"name":"@firebase/firestore","version":"3.8.4-canary.c4276bda1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.c4276bda1","@firebase/logger":"0.4.0-canary.c4276bda1","@firebase/util":"1.9.3-canary.c4276bda1","@firebase/webchannel-wrapper":"0.9.0-canary.c4276bda1","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.4-canary.c4276bda1"},"devDependencies":{"@firebase/app":"0.9.4-canary.c4276bda1","@firebase/app-compat":"0.2.4-canary.c4276bda1","@firebase/auth":"0.21.4-canary.c4276bda1","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.4-canary.c4276bda1","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-OT+AvzV0JgYN+8b68kP5wfIdCDSFKYGTOuZJ4f+veMAaRvLoiT8hljzc43+oonYZBnxXIEoSa2j5c33oxMcZ5w==","shasum":"fb0b92d5d78cf1f9ee30d98ebfb3cbd59bcb7885","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.4-canary.c4276bda1.tgz","fileCount":1591,"unpackedSize":27991150,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCEUr7oZ3ZmuElVOM4rXlvivN77Vh1hNSblBAsb3TjkoAIhAKD5bJOD4mblupQN5NgY58FiUVYO12CtPL1/JsL9VE71"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkC2nyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo3EA//YSErGtLikf++ldI+gl3AMSBy91ZV7QtBVbT4YDyWvc8vELyH\r\n04ko9iY5M1J04EW1a3LOciRNAfmmoVseppxqL1NEmzBgJZ57N85Jq24OS4yM\r\n0tT2Ml0TefNbCp1beDPSwlsjcq3CpfA1oQNCnyDqLZSz5eLXFv+fL7Ax2Z8J\r\nZWjY9VcrgHoAswF56MCkyDUwCykcPqlM64GOv7fxl9+i+Md3AG4WVzd34G4Y\r\nOndDrvrjFv02SdHSfOHP4ly0ynJdn+fRdJ8YDWIQ7afc+PZuX953v7hYDpC0\r\nrJiI9LnIGo14lFFJL4AiALMEbqQQSaF8BR0GHMs7LrjpXepaR58951jMOX/1\r\nA3LYCi5ci6X6fV1pAS3qXdp7/oLwJTvh3Sgq/YbEJfYdyXBz5HoZZ67rlXiV\r\nPkgEuTKwcpq20TGsBZqPoRGzcWrMbj6mgwRV3apQAlSSfenk+eJn10dGw3K1\r\nlH92vfuNswx43maNW7/l1J9dYzP+QCHsmDNX+hK/5rKgTTlg0Y8LwjEsB5R6\r\nVXt076/Rgs9Lki+BB8TckjJbh4squuDoaYW1E/DLCkwIYAZdwwYopvAiM+Uy\r\nJHgITLMhqk1xcQ6WCcP4/MSTankGSHhnJG1hWWbjM2kZwkKWW2zbNibNjH1Q\r\n2WiiUXz5qmnlBdbqZDedYgXXxG6y3Iw1w6E=\r\n=UWke\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.4-canary.c4276bda1_1678469618033_0.15092865773744202"},"_hasShrinkwrap":false,"contributors":[]},"3.8.4-canary.a2505bd72":{"name":"@firebase/firestore","version":"3.8.4-canary.a2505bd72","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.a2505bd72","@firebase/logger":"0.4.0-canary.a2505bd72","@firebase/util":"1.9.3-canary.a2505bd72","@firebase/webchannel-wrapper":"0.9.0-canary.a2505bd72","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.4-canary.a2505bd72"},"devDependencies":{"@firebase/app":"0.9.4-canary.a2505bd72","@firebase/app-compat":"0.2.4-canary.a2505bd72","@firebase/auth":"0.21.4-canary.a2505bd72","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.4-canary.a2505bd72","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-G7Nae555EttsbeI1c5WhRfNp1aY0HKcvdvxH5mMXaWtanscvM9Dg627vpbk3NkHT1PnHLsMR9PkdxofOGi7Lew==","shasum":"0d8d508b743db51cd3f3e98e630803bd076d4c00","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.4-canary.a2505bd72.tgz","fileCount":1591,"unpackedSize":27992370,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEiQyEJq8MKIknE2x++4IRtg++IFiZejx4COcCGLubehAiEAmbGcX9rjD/Zm9Vk4iydnLr9JlGxBBoKEO21vHOH5kc0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkC9g2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoNPw/5AKMw9od2hr+Jyga38UhrzyPAE8WWytIZwLr6z2PkavhzSYFk\r\nZC1/nmKsv2lThpcby/aB2iq7RoIfmKyhjA+U/1lqecrZCK2wEMS9vLDBWmxA\r\nvGT9ROLgIH5aLa9x/jyzDXZvMRZCIyeVbRxS8VIxj8yGv9frH44wr/OliyAW\r\nOd3ytgPi6reGdpIwNliCh5heOE9EXoCOSnk5ONbB0vg4Oz+4h7gFgcqRD3Qg\r\nrEfnj/Svk1ksnyN9LmP6hp+5zP5PJ0VC9U8PfPbOvQKX3L2J137KBh5Z8qRn\r\nmFxcobBSEEDuv/F4FZrXsQBCpsbeYICSsiDBnbfm+Ta8U/km7piCrbvk0bnX\r\nMIuABpXBSJ7Xb92SdV2GK3OCvfSpOICFhYWVzPMg4f/mje1BWHK36Q9WRSlp\r\nYN0PvXIA5k1hZktRVdKWzf3RCZ2AyI+JTw7dTkRWMtwzRgm2HYJ99R0NhQDz\r\nGFUbxhzRxkdOmsAyMBzd1u1mlqd834Unzr6Gw9ni/Ott7EsJfMbu1GBXoIfd\r\n2zE/+kPPidv6qAdKOTxhX3amo6z0pCqG5i04pkPFIk3gDGb5xRBFeB8wOs9O\r\nJUEUb2TZqa+XNQnw3KI37xYWDqUSJGbgXNGzwV2hOMgMizGPKJhYW9XUbP7T\r\nhGvG7PL9O+mJOiK2lumGIenNF5WlHYxC6Xg=\r\n=+CXc\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.4-canary.a2505bd72_1678497846213_0.0696323579822462"},"_hasShrinkwrap":false,"contributors":[]},"3.8.4-canary.9a21a5729":{"name":"@firebase/firestore","version":"3.8.4-canary.9a21a5729","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.9a21a5729","@firebase/logger":"0.4.0-canary.9a21a5729","@firebase/util":"1.9.3-canary.9a21a5729","@firebase/webchannel-wrapper":"0.9.0-canary.9a21a5729","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.4-canary.9a21a5729"},"devDependencies":{"@firebase/app":"0.9.4-canary.9a21a5729","@firebase/app-compat":"0.2.4-canary.9a21a5729","@firebase/auth":"0.21.4-canary.9a21a5729","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.4-canary.9a21a5729","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-hB12c/QjuTBjV4dIYvykYilGPPrbBf85HkSA6LhhxZPUg6wGzFyrI7RzuKSPbcjFY9Cz8onsmXlyipVLtGm1OA==","shasum":"ea47aad71a51fb55b3a0c74f6de0ab97b1d717c8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.4-canary.9a21a5729.tgz","fileCount":1591,"unpackedSize":27992370,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAvujKEGJfCB4e53blx511y/UmHBmUSmMDWvYgH8UHEbAiEA9MTzV8RBkSb+bnz9VPVJFTwFpeh1ix0k2N+pKkFYWsw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEJZeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrsPQ//czNylQv4aBk6cFUmc+0fzMZg7fVuiiHoSV5Fl6miH9e/pFUj\r\ngZvbXHZEGZSMKNjf/Rs3HzhBDvv2o7kmVwzWb7ZlxpCHanucT6a6PyNUa3v+\r\nXKRtRs8ESqnwwis4V4LODo0t++AojYDPn0Umdo7nyxUUur2lLKwWcOwScsQE\r\n+CFwSWoKpwzvhL80holPzTgnZ8R57g1Y0RODIzHEn7owoS/lCu/wLhoTzhvo\r\nM9t0sXmKrSzajy2unwdELLbxqtFttegrQuAz1KtyytW34e1zHZIAl09R/tH+\r\nV+AEKakzaxC6Dt6CTnGs5N34NoaljENqfgqqc1qVxI/jAr7daoggl/s30QXM\r\nE3DXNNvaBh/tWFqkciQNqHzQtTYi5GPd3S7KNwUU7Y+2sypIVi8kjN+9y5Xx\r\nsEMyydZ0aNcYNqqsX20w+PYOUXQAQgLq9vlr5ncvQFbYBjHty4WaLKqVA3Cs\r\nZFpabFoFHelpeP//G6yPIPm1fNzAyOpmWESj56wNYjIsr5ATcYfubhSqftmL\r\nd7/DiwZSp8+vIgH4AfQMXBe5dNj0HUbfOG6PedvT9O6py0QJZ1rICvg4fRES\r\nh77ct89exPWU9Xc5blv3yaAoY7vGhnIuclgJxAjn1lE0vLUJgAIDsNOnnnpw\r\nsgmz4Jypsdndjrv7MNIGnlDS8gc0Asw7DYo=\r\n=OlIt\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.4-canary.9a21a5729_1678808669898_0.7303467698364652"},"_hasShrinkwrap":false,"contributors":[]},"3.9.0-20230314181055":{"name":"@firebase/firestore","version":"3.9.0-20230314181055","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.9.0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.4","@firebase/app-compat":"0.2.4","@firebase/auth":"0.21.5-20230314181055","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.9.0-20230314181055","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-1iNj30Xg+vTZWzGLoGlOVPtopGny1dQAV/3qMRpDOBng4umcR04K+bdexLoNmMn4XJT4tYp/c1R/+iWtlEN0HA==","shasum":"b3265387f865eb231719b01d6a6f5b1eb08cbac4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.9.0-20230314181055.tgz","fileCount":1591,"unpackedSize":27993046,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG4GRzINAnVTDzRSVQM9ETIqzXMHaINbIREwaZLuN5rXAiEAl/8SSwXAqGJn64LhKQ848LBT4SfwVc4eW7G27S/JTbU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkELzzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrO9w/+PU93aZ5VaIVlRRIlr69X7/mgWfrgRwaUEk+49n2ZCE4Nf3Dt\r\nsiyt2lKBjqOdpIhZhilh9MvohRQLOwXO3qzkJMDWKAOGvjS0ioBEfRJF9OU4\r\n1JN4fVYCdIi23wgYz7v4isqvQX4C1uHOXGC5QAQC3IHebgPrdakBOR9zYB+w\r\nZtXbONjbfyT4FaWrdMt/erZyGaz/Im8XpXkpRNsaRLQp8eG7mciQ2kvzmSqa\r\ncs4QLNYYedpgxpnHg2BWMkupOeE28WTQ829bjTXjVG596ZwjFYBldoScbpva\r\npwzoDek+h6wiTKijjD/A57bPzEO+gidT+R961L8UG6mnySgg+qPmoPGLj746\r\nPr1WwF9SO5y6xLDvUTg9HzW5c7pM6UCXdFJrp0NYXMS2zYkpyyC3XOtMFGWs\r\ny1vK6/jpSxvSt24xHVc0i+QA7DTKTmcWKibmeSYADaWa2HB4kGyUGXCQ5cwA\r\nJOcXbLaBnvPru3CD8NGwjWS6jwX7R07A0oOfqF4Utggax7IpKmVSyBKHBMJV\r\nB2iM8H8nk8rQ7MaTbRGhtNPitlZlaUdu3YkRmwg0qSRyFW7ui0jIqh4A1UzA\r\nud7VuWeE5FFteB43dNBVCQg0ZnOmvc82EBNw9RRR5jaoxT0qvba2ftaR+Auc\r\nTFhN0ErnnuVgJt65d70K5G7BeMqASxhHah8=\r\n=m93S\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.9.0-20230314181055_1678818546699_0.7491536058750154"},"_hasShrinkwrap":false,"contributors":[]},"3.8.4-canary.60a730e37":{"name":"@firebase/firestore","version":"3.8.4-canary.60a730e37","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.60a730e37","@firebase/logger":"0.4.0-canary.60a730e37","@firebase/util":"1.9.3-canary.60a730e37","@firebase/webchannel-wrapper":"0.9.0-canary.60a730e37","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.4-canary.60a730e37"},"devDependencies":{"@firebase/app":"0.9.4-canary.60a730e37","@firebase/app-compat":"0.2.4-canary.60a730e37","@firebase/auth":"0.21.4-canary.60a730e37","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.4-canary.60a730e37","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-kgFW0dScsdV9c/4zevgAjK0Ohb5E4wNRlP0V72t+MscDoBqwrHGekocf6xFtbSugwkLBEMhOtb50HCb8tJY88w==","shasum":"1c54d322a36a326b019879c4c0bd0a07d5330b88","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.4-canary.60a730e37.tgz","fileCount":1595,"unpackedSize":28447753,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD0X+DScz2hG21O0+Zl+aIWez141LzKVQvR77eEXJdJBQIgYB4Q+ttzScdODH2LcJKYiS00Yx1I2+P3oguTEWBVGHU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEf0BACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpCiQ//eqr88haoQPW4htgh41A/Oi+VZGG3YuQ/ufqRk9rcMwY5+RQf\r\n5uqEIGiuootNIqkutGT+IhXrOPqTD3CTvivwfPf12S1nI+Pq/bawlmFeZHvp\r\nVlD4WjftPJsaj3l1P05jVhmQSDoQsX4jHy0LzpFQ6PGpSjlzS8srNj3B+Nqu\r\n6DZkfh0BoqpCHEaUxSa42xgvVRFyRc3F+ncYGYX5cCvvjAStMxG4DTU+wm+9\r\n4l8L8tEFGpTnN9a3etOePgaUmlPefRAna55laGB3HhYvhBJ+mzcb3Wu5D9r8\r\n+W5H7WuaNrWtawrg0Mq+xHJXO2KgkNzS3M/rR2L0Q/bWp74zLTq4L/pjGl7d\r\nGLxP8z4sLVSWYmLMO3jZUMz0MgeVAEc0R+wiiO/y8UcYG6BSqzxQMZiWxTkp\r\nLxPQWJeQmYPSidam7sjjxkzQQkgXZRjM79KwuuB/MfNeqSvZYoZz+gYyHQyA\r\nI+MSNgwlGfm0yHMiso5iwRuQkdARu3kInOoTQxulEnGTH7NWnpGqf0FbtvBs\r\nTM5l74QkQhMXFt4Tq5NRkQ4Bppr/RdCEGeZUlK0ychNXwyLTfTeURHNqZQnL\r\nS7J41bYZZlEU5ASrLAEMq6jZl62T/aJ0YcWQepmWIVdi2tMGBgF4iZbCJGkq\r\nVxvpufyvJsLwtRvRD1YmOkI7gcwTKcg9pMA=\r\n=Ufok\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.4-canary.60a730e37_1678900480893_0.9044739279484029"},"_hasShrinkwrap":false,"contributors":[]},"3.8.4-canary.4fbc73610":{"name":"@firebase/firestore","version":"3.8.4-canary.4fbc73610","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.4fbc73610","@firebase/logger":"0.4.0-canary.4fbc73610","@firebase/util":"1.9.3-canary.4fbc73610","@firebase/webchannel-wrapper":"0.9.0-canary.4fbc73610","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.4-canary.4fbc73610"},"devDependencies":{"@firebase/app":"0.9.4-canary.4fbc73610","@firebase/app-compat":"0.2.4-canary.4fbc73610","@firebase/auth":"0.21.4-canary.4fbc73610","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.4-canary.4fbc73610","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-W68AaNGsoxYi+oMgklNjH2O2PY3dR2btsyq4UJ20ExcgvQ45x50vniNpWK9Y4CKbTy/l+bzS+/eplBp2lPHw9g==","shasum":"246431d01092ff9ac3d07fe6899c4b8a6a33d647","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.4-canary.4fbc73610.tgz","fileCount":1595,"unpackedSize":28447753,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZlVv5tTQhX5bLaLLNm6V/DzI5kT8lhTEG13O+W0zfUwIgTHS1IYUNwiNeN7xpI2nSIcGEQ23ZwlPtyPeMtq3ZgWQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEgI+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrUUw/8DV7OYV9aboZSxr/EZf6uzIQq2PannE34n6l/Mbp4XZePzxq6\r\nohrKkaiFEDRcpW/HpCjQdAViE/uT8mfg2u8uRobureU7v4QyWLqHW4Tt5z+y\r\nyVjIe1jOicMgi/RWaR5tjfCtw7LLpIFqBtcGfQoAjY1pw/HxO1RzM5wrJe6z\r\nvOTb+pfeijkOdAgOnbtv5eSbCxavJ2Bj8R3bWq9Sju4iw+iEy7Eklkh5bmJW\r\nppWKEIiEaTiQrMxbMPEnOJdYijiE5uvKOAp+l7YePxMWQaE+spbfv5/0q4IB\r\nDddNeucIGmi7Eunc5hl2PwQhD97G32OXQZagYviJAPZwk38WsUqV8NNPGR+N\r\ncDcsaQhmD6eNZK10jg2LnsFbUGNTm/pr7VGvICOhKt2JG0IUAd/L1p3FH8Ol\r\n31SrGJWUys5gfnLIx3QAC6OCmcIwGYjvMaOFi47i04Dqit3T7WeLPt3u8ncS\r\ndMriWQM3uVZ21mFXaw3BM7gKlfolXC3X4Z1ECf9GZsLk37aX1Oen3n8x/nfI\r\nyOFK9icXztugNv5o3G/g9incUbfQRv8MUhmuNiJMjzBPDpvreRdH8L7hbisa\r\n9n2zvZLFbuDhz0WwHqxI839CXEHjc9d5jia0VrgyZW0P//crY3W+f5lrex6c\r\nW+NsmIj95Lc8qMN7EuK3xlj7r0GnztWTk1Q=\r\n=YlzH\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.4-canary.4fbc73610_1678901821965_0.26951428146559886"},"_hasShrinkwrap":false,"contributors":[]},"3.8.4-canary.a8be6ed52":{"name":"@firebase/firestore","version":"3.8.4-canary.a8be6ed52","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.a8be6ed52","@firebase/logger":"0.4.0-canary.a8be6ed52","@firebase/util":"1.9.3-canary.a8be6ed52","@firebase/webchannel-wrapper":"0.9.0-canary.a8be6ed52","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.4-canary.a8be6ed52"},"devDependencies":{"@firebase/app":"0.9.4-canary.a8be6ed52","@firebase/app-compat":"0.2.4-canary.a8be6ed52","@firebase/auth":"0.21.4-canary.a8be6ed52","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.4-canary.a8be6ed52","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-MgUCEscc4tPSNzVrb6KbtMN5uuBspHAqcs/9QxcAnNS9rFZfrXVNhEOrL6GwnPWo59yQKIcc5b3aL4dkthmqAw==","shasum":"bffa69027e872c5ee26ba882886a27332b0c2cdf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.4-canary.a8be6ed52.tgz","fileCount":1595,"unpackedSize":28449199,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHxHLAUrOnY5ekM1Ieot46BRpn2XmVRd3Y6tzzfrSNJNAiEAwZtos5mti9qlvDr5ezNMwJ5f9dmsbfcp4X/GAbBsZQQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEgbSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp1+w//XEgnzIV3zh8kE3AzWgQsTA6xFIKU6yjZ/IfNGQ+Vo3I1zrEN\r\nl9JpCclARuNSNAn1DyIlo7B7KTNgAtcayHG7qgym0dQZ0MFz8VHDv4SnPVbY\r\nqWjWiMIB/e6UQIG8lK4mguGGp+ijR/h/nfs1YZlhTorIhxUOWx2igFp3XCUL\r\nQQsBIcV0tY5mIxpnbhZF1HS3r3bUgVkawtilsGCZwLpoC8oBoq7ezJMgB1oY\r\nOHTlLj7tZDphBt+DXCmaENeUYrf2U2tL2sYJf3aiFErv+/H0gOs/nS+7f7VM\r\nW0Q2bshZIodtcTOmN/ZsthWAvyzqSDTKzYiZe8YXIxrXsaYctneuvE0eTslN\r\nEmvpg0jwwfpKvWQ8mvYCJsu6wA5/IWjomEYDJxHNCNX0QGDHWUY9lsNp/15S\r\nQ6cZR1RCJ35junefU81Ny6dK3WHwx13RNvJb2H+wz5h1lhqvRztI1QR3iTYd\r\nPmLZJYhUck9GPApTDT1x1nwSrb1DtxGhgM2OacngY83meUJ6K7S5LtI+zvJ9\r\nkdIVg2ndkdzPPnVGXvo0hgrU6tRZGTQQHGdXg/f1lXRGABqznYib7CuLI/0z\r\n5Ov4p6fX5s87E/XIpNxR7veGtsN6WqO2Zg2O/CCwzdEipUNKLCnZtt0MMTTl\r\nx5S2MjET1X9xXgq35TI2IFSX4J6LY+uhkx0=\r\n=7LoI\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.4-canary.a8be6ed52_1678902993814_0.17205073408978877"},"_hasShrinkwrap":false,"contributors":[]},"3.8.4-canary.00737a1ab":{"name":"@firebase/firestore","version":"3.8.4-canary.00737a1ab","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.00737a1ab","@firebase/logger":"0.4.0-canary.00737a1ab","@firebase/util":"1.9.3-canary.00737a1ab","@firebase/webchannel-wrapper":"0.9.0-canary.00737a1ab","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.4-canary.00737a1ab"},"devDependencies":{"@firebase/app":"0.9.4-canary.00737a1ab","@firebase/app-compat":"0.2.4-canary.00737a1ab","@firebase/auth":"0.21.4-canary.00737a1ab","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.4-canary.00737a1ab","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-f5mrxZqA8ydh8z/cWh6q3Bia7yPLfxMz7eVQaawbbP32YHINCAEe5GhNfERdeQDRQL86PXiaE+h/1v+lPpJgww==","shasum":"8ef4e9d0679ef387ae440fd1340f747fcfc3209b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.4-canary.00737a1ab.tgz","fileCount":1595,"unpackedSize":28449199,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD39teDKFVhmHU9R3RWOTUOWgH0LswzV2qgqc1SnFcosAIhAJwZhtCuIQHiVYzo9s6nqvs03g7Eplc2EpBHxh5v1DPC"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE1O+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq+qw//a5uCa0LL2oXHuB9D9u0cJRORDYJZwf9WeEyhAWXIXANSOvjq\r\nwQPIM/6KNUW/aXD20LU6FRwlM8Q3aOijLK3IsAT2+UunuFi/YJpJiGoZZmAU\r\nynb7cj8FtNOBuVj4K6byQJV3XQf0r4DDaTwIH5jDn8o3UdlezQy7WXL1lb2B\r\nNflS2iEO4Kmqc3HL9Q8iXawyJhtbLfkmcIa1fLQu9j0OSkyUfrLHHIz6snMU\r\n7MaoEfN5pzDoPDhpCFYjpoL9sZ7v5qvRS/St7NX5I3gEyq/URVDVz38ei/au\r\n32iQNzzQzdtYC4t8h6eVlmpsLyVGEiFrr3szaq/s/cQEt5My+rQxAjla4BWy\r\nnnVbYpJiBWZLnVBNGewwr5+Ps+emGDI/jekHSjNDolaBNKSeWm7B/4GBVycH\r\nqLw57OHzDGqvyEnsHMme5nTJVV9rqIr0EWmOqdTIPtnvcvhFIxCE2ztjPBMK\r\nqi0ZzVtsL5Wc/VI3+V4Ix+4W9W/H1TqF16meXQimCCokI2cNv34sMmIGvfAa\r\nogHtX6GJ6d3eVUEPg9vBv8Knsry0yJ/qPED2n8hKzS8rCehs18LaQKfeaL8o\r\ntwFFZoqrZ+Ca1jC1MuzvxdnzwVZ9vYAyKf3oDPyNRWCAKLCf8ugYHJnHaVPc\r\n79Em4OodDNOKJjdN2FbeUSZngpbVCe4S+dM=\r\n=0iad\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.4-canary.00737a1ab_1678988222268_0.985694734067861"},"_hasShrinkwrap":false,"contributors":[]},"3.8.4-canary.7d23aa4bd":{"name":"@firebase/firestore","version":"3.8.4-canary.7d23aa4bd","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.7d23aa4bd","@firebase/logger":"0.4.0-canary.7d23aa4bd","@firebase/util":"1.9.3-canary.7d23aa4bd","@firebase/webchannel-wrapper":"0.9.0-canary.7d23aa4bd","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.4-canary.7d23aa4bd"},"devDependencies":{"@firebase/app":"0.9.4-canary.7d23aa4bd","@firebase/app-compat":"0.2.4-canary.7d23aa4bd","@firebase/auth":"0.21.4-canary.7d23aa4bd","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.8.4-canary.7d23aa4bd","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-/KDMM4I9Xio3mGNpdsWUK/+ZDesODCL4DWDjjotWL6PzHPBLwX77gyd8K1oAH5lYOPX8xzbqR7tNxcNQZ4Wf7Q==","shasum":"ab9ce726fe486d944f4b7a75fde404fd05009835","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.8.4-canary.7d23aa4bd.tgz","fileCount":1595,"unpackedSize":28452829,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCYlooRj8bS3q49PbEm9TZjG26/H3zbpY6xDtMkiitwlQIgJulGyhw/V5Ev9+J3LDFJZennVfhbCDxTn04Tc9nhDE8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE2ZQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpjcA//d6raHnggRlmLfjuJyh5oZOf6TjeIMSjjeN8EALKSnz1tSYe/\r\n5mvOJeVUuJep0E+6Zg49+FnX0lSz+T5T6u07kW9HpMq7rfpmifTUSeYb/Zfr\r\nfDp/xcKPWjhKotv8bVcSSSEYuYor84zAu7cqsAykpFnKHL+WwffKrVurNJ8I\r\njLAUj6eZlrfKSoo8VxqdPzgimGTfJBOgTCc9vqCNBqlR/9yIDQ0pabaUvjjd\r\n/v1eLHhBjGO0rfzs7Xcbut/oPB8p7PtiNqHrURyRSppoZD8FbJqsoGRCWund\r\nqZ2BTvpyHDaMkyuQgYCRbyv3rbfnmrcaZIujE6PvwAS/U7lct8Bu9QLuUnJJ\r\nn5y8/lsbvESY7o8eyhC0IVbO2FhH+6ljrRx5W1LO9MAU+h750gCEi+S+etaS\r\niQRrXw2B+emzb3y7vllIAY5itJhiAPLVnNyyluvkV2Rbam7eGB184ptE/EYc\r\nkoSH66eRL7ogfx8slSt1MKjMeE2TxKr2DEWyEkJD6+DgQKGADqO5Z0wib1kD\r\nebbM5YlgdYN6MPgkEq2CbjlB+CTtISWLYZhltOJcLsgLJiCxltTJLXZl9Slq\r\n3ON4uaR4+7fFFxWtSagLijCc7mYWb0S379ObokbtoFGJDpc0ASiFwWnAPWDe\r\nSyRJy4cdy/hQPFOUc7aVJajDG3qoP4obolo=\r\n=PFoH\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.8.4-canary.7d23aa4bd_1678992975639_0.2570538263350888"},"_hasShrinkwrap":false,"contributors":[]},"3.9.0":{"name":"@firebase/firestore","version":"3.9.0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.9.0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.5","@firebase/app-compat":"0.2.5","@firebase/auth":"0.21.5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.9.0","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-At8HeTec3y7EfGjtYqvzON/8896igJgE34zjEndYxKPUKyhQ6xtcM+zhfa8C+lUW6W8qQB6lNzTNNXmF4NxdpQ==","shasum":"de31229a8b7fdf8da44c267234ea5796d3a0d045","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.9.0.tgz","fileCount":1591,"unpackedSize":27992241,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE18/c+jPJ0WkqQ2eLkiC5Pfudn+JgywqDTUJPbvLPveAiEAt91+tema9hP3xeoPhNaK7QaaTr1VHmT/qrpRm4x83ag="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE42/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpH8A//XVD7WXoEqk5QTQqdXIukoaQGlFA1lwHw319vPTVMaf5Bdrbk\r\nnSaAkgzZp85CcB8ng1yB8fz9z7hpsFMyqts2PCoPqX52zjmk4zujV9kGnos7\r\njbr6mRCsv+GPDdrk0DDgOos2HOhPApulpU+Ki51M/ELtAZK272CDusUrmAzY\r\n5uehxhQQ5FfBc3M6kylzufx8inn6AJST8wy+c4emTkgE2eNg+7A90EkdNOjI\r\n64Ehjs1k8FII9u7KHk30u9LmUKUT1mhHkVsQqSD5xjXdZor63cJ2aFYP4H4c\r\n88BVy/zex2CPvjyVLriEYFFynkC9rPVILBQbsWSi7pIrkN3+jzmef8KwJ98Q\r\nspcs1qBXAZ9kPYV37wE/non/CP+aVsssjPCOYtdB7zJGHexCKZkMdUSSCs6Z\r\nynZfXEiIvRurmDTPKILkBDAEHP/OW37F7CPxyokB/up1/9w6tIVyLUm+yggK\r\nX4mzrkiCOu05fwapJ2g9Cw5soK0+fp+dGOTB1HO0ucyjzQDjniVS+kNe80ad\r\n03yk82IAir4hsK4ZRMLCrJrb43dt6Cl/eTZzsB72czOsqVd78PVVis74XmLn\r\ng52ieQDCo2HN2qYCqkg1rPYBGPVcYd/JerpbM67UlXr518E5mYRU31EP+mEi\r\nCEDOzzz61D+sgTG4vPkoH7/ibucKKOv2YbM=\r\n=Rpll\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.9.0_1679003070675_0.09431728988720756"},"_hasShrinkwrap":false,"contributors":[]},"3.9.0-canary.ae22c61de":{"name":"@firebase/firestore","version":"3.9.0-canary.ae22c61de","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.ae22c61de","@firebase/logger":"0.4.0-canary.ae22c61de","@firebase/util":"1.9.3-canary.ae22c61de","@firebase/webchannel-wrapper":"0.9.0-canary.ae22c61de","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.5-canary.ae22c61de"},"devDependencies":{"@firebase/app":"0.9.5-canary.ae22c61de","@firebase/app-compat":"0.2.5-canary.ae22c61de","@firebase/auth":"0.21.5-canary.ae22c61de","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.9.0-canary.ae22c61de","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-b5eH/H4I/VyKD+HdKjgm63ZKWsyZ+s7VJcPToXzemRiMbu6CIDjrF7dtN9JbU9NKsU5fVqyz8dAJ1raNChMNrw==","shasum":"93d9e91b5bbadc8d32b573cf1af130408aacda2b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.9.0-canary.ae22c61de.tgz","fileCount":1595,"unpackedSize":28453711,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCMHNwsVfaucEnTBb33YnfSpo99379N+IY+8WzWQYJGWQIhAL7HbIT6LuRgE97h9Rk8yZJqWu92IJjLcy/5ey0RIdjq"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE5jhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8ew/9EVpy8mQnWhIcP0p9Sp1c8p21DmE3msKyIhNet7vTCFOQmv88\r\n2ZlhWkS87yuWSKqGvRIXUjULT4h1/1IzbqkSRFmPo1SB0gN/5YgH3hoRQ8e8\r\nWWrFe2d4emV7pH5ySEk7zjUtIilupjpsE39ElV6/psy/dbBfcJxpTCpZFzqw\r\nsBgd6DnZN6g4VtHLgtEfv2jJSAsN2lQ/AtJagbWvwqngOqVyeWwIa9B3xkPl\r\ny+OlWTXzhBx/cGFKZlFmMoG7AXZHN+o3e2jDw3V8Q1tMJQNnW/Am8+1n3pYh\r\nKUL4aZMKxMU7uMKuRw9V16cgHBOigahKxQfI5aRRocS5+GNGFzT1+gn0S/UD\r\nRCbMigIiAdoCai3OPPklVFI6myZY/LF0JIX4GB/tF/s07KztH4oad0ovR+jV\r\nFdCj5wGKvWRRz1+9HpIn9QFz+NUYe+4PKfKsmvOxREX5xU2vSgihOlqcCwdS\r\ntoW0yScXJ1x7fEGK1W37mlGLNu6HpMkLfcUhoJ0Znuz2d3bkncW3J+bUP5Cf\r\nSsepsd2Ac5CYnE/BtUldSCAOigKnGpUtl2+ELg4vR3sSSAYVqOY8KZK6eAxg\r\nOy6ie3HWih3RoNy2Ze1YigexyWqE8XLdCy6JViQHeUlAhdxeehyQkBAW0TK5\r\nZ4a6NnfyjDfXWgJuuib0sCykGiyHpFCuZIU=\r\n=Nx+N\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.9.0-canary.ae22c61de_1679005920842_0.6481281273007589"},"_hasShrinkwrap":false,"contributors":[]},"3.9.0-canary.ce79f7fe2":{"name":"@firebase/firestore","version":"3.9.0-canary.ce79f7fe2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.ce79f7fe2","@firebase/logger":"0.4.0-canary.ce79f7fe2","@firebase/util":"1.9.3-canary.ce79f7fe2","@firebase/webchannel-wrapper":"0.9.0-canary.ce79f7fe2","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.5-canary.ce79f7fe2"},"devDependencies":{"@firebase/app":"0.9.5-canary.ce79f7fe2","@firebase/app-compat":"0.2.5-canary.ce79f7fe2","@firebase/auth":"0.21.5-canary.ce79f7fe2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.9.0-canary.ce79f7fe2","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-e34EEyQKb43spzL7BUpmE94WBnWPAx4PB2gfGQ9hhOooT1drw5bwFuKiB3zF71/VcM3f7kzd+tnepXGDWm/Jpw==","shasum":"67b23582aa5825ddab5b209923f71f4ef522bcd5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.9.0-canary.ce79f7fe2.tgz","fileCount":1595,"unpackedSize":28437019,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCtSI2TtS7ijwF25o0tprjrLq7o6riAOxFtPnIW+iwklwIgEEX7q2k0L+JEpv2Mw8Wbvk1nMKfjZ68JoVqsfef2lpA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE+TFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoXLQ/+MjQZ9LHSU0UKMXipGMUDu4YM0cBz2vdH058LHZ/TjTPFZrlp\r\nU1aOrveaeRaSWL+CFfEP2LdlOvi9Yeyh/uE3O/ztN0LA8VIcmBsL6ptKrrMB\r\nbZb4uscnVXfjyoRAqc79DlliGeXNDYokWbVH2l/SyOTs0Bo6tehrGkSVftSv\r\nDckyewMK1tNoYlfSZzTkfLDviBI+9En5QJQvKTVBI7i7dxuq0ejH5DSiPi8C\r\nc3uGgiE4P3DE31uGsVmGzcwtpthPsckEgZulYOhTfzl8gFEH/ZW7p2fnoNT5\r\nVcP8Is/vNVGVvzgJnvmTuduEfogq+19c+LnhEhQPbKzTk8IUBL+VMRUycg29\r\n6AA6X8aav2shfz2rxD9/SwxPJHfNb9mCEoCEZL7+oTuWTOVLppxgnFTfmYva\r\nuIxZ/T4FdsRcx+GiwWBAt+iGEcPGWqqf4JgbcKkl13lfLu/YyO0iR+r1UeSr\r\nGh54bu4eN1bsVrvFWigTLdWAmZa3QLpD8Awndo8yj+wvFHXHPAGae7AzlGcR\r\nZPeDchZtqKmaBrYr2EPiAM7Y2OVlvYlmxUz491gzvvQI9dS5e9nfM8q7Wxry\r\nEux/tr+Gih3UiZXnVPsZAo5bj0PQcUzc0DyHoHase28XIrYbD4+mWerUTsl8\r\nKxSyiNdEDP76MJnA/wFMF9aLIj+9im9e0IY=\r\n=NJVZ\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.9.0-canary.ce79f7fe2_1679025349128_0.5510151744822482"},"_hasShrinkwrap":false,"contributors":[]},"3.9.0-canary.1635a72d1":{"name":"@firebase/firestore","version":"3.9.0-canary.1635a72d1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.1635a72d1","@firebase/logger":"0.4.0-canary.1635a72d1","@firebase/util":"1.9.3-canary.1635a72d1","@firebase/webchannel-wrapper":"0.9.0-canary.1635a72d1","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.5-canary.1635a72d1"},"devDependencies":{"@firebase/app":"0.9.5-canary.1635a72d1","@firebase/app-compat":"0.2.5-canary.1635a72d1","@firebase/auth":"0.21.5-canary.1635a72d1","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.9.0-canary.1635a72d1","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-1dmhOHhzXMVrEr3o5EGtiavmFrMKLkGFZtcLq2d/SWTIfzU0DOS47rKQpFgPgqpXqfmyJCjYakHa2rtMQqaYzQ==","shasum":"75f40d02013566e612ae0b3229f05dc2f4594196","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.9.0-canary.1635a72d1.tgz","fileCount":1595,"unpackedSize":28437019,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDMpZ7kzegW+XeHcGsuwWGQn6Khu9I1qgwHOoSoktd8eAiAR12Hyn38EOBB9N7EYzZ4bUoufD3caEmEdQ2rd22pPJQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFLLiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrrAA//ZCTEiX7qJbSiiwe1BGOpeCuO3Ljal1eqpXTvagrqdyHKDkoB\r\n2DoLhEIOFfNjt6WoWu7dW663ZKlEw3NiyMnKXEs1wL3i27x2UarV+912UIJj\r\n8QzGjHYqhZv9cFToKH+aCM8jReLHgOJ9T0r7L5G522ZJ0L3Lc0L5wx2jIllR\r\nqUqZ43VJoMGSt8Qvz/AzDTP4mdERvWm7GtFuYKzCJ0+1LpxKq3463OFWRK4V\r\nGjEie7N05EJ3AWATgQhCk/6Bxz75Jt3l2dfUQ3jYxKAl8Ui22ANqr7hfLe0p\r\nYScoHlEfWZmpdd0R4y92xhdMDn6e+DjlmsJ7Koljgv7f4Od2hpOi6elQ3ycx\r\nH8q9yvJ38shHX0TuP7alBXEcb0imeph5g5WO26Nt+DV6xaGfr7967tnXCVng\r\nbizoTxSDQFAtF7x12cnWXGaOdzTAluwnEvMqpIYHDkloZOiLcIswKRfBiZyY\r\nO4F3UVa8tZ44tpTnH53Itnh33T3Py5syzu7EqsEEd555/MZOVab3fyFAaVLu\r\n2ZRCYf7FtsPUhNTE7aVX33g+Qu+pgT9keWBzwt73pJ9BvZkB2altAo+GRRmp\r\nvHLPRDDSA8Nii0cDVQItca3pAFmMwaYG5QSjtN+FxE3NgjIdQaI0TDX9qtJZ\r\n5KYUe8DJtjndHCWEn394ogOi+JF+WcIN/F4=\r\n=XhjD\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.9.0-canary.1635a72d1_1679078113838_0.06779408122339814"},"_hasShrinkwrap":false,"contributors":[]},"3.9.0-canary.76970e51a":{"name":"@firebase/firestore","version":"3.9.0-canary.76970e51a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.76970e51a","@firebase/logger":"0.4.0-canary.76970e51a","@firebase/util":"1.9.3-canary.76970e51a","@firebase/webchannel-wrapper":"0.9.0-canary.76970e51a","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.5-canary.76970e51a"},"devDependencies":{"@firebase/app":"0.9.5-canary.76970e51a","@firebase/app-compat":"0.2.5-canary.76970e51a","@firebase/auth":"0.21.5-canary.76970e51a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.9.0-canary.76970e51a","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-t9qo5w/wsefaYdYO/K7F6N3HkUxXzclKNgabPdlzblMIHg0o3Hh1wVcYI84oF+giOdHFtZ/6HsnYekQCH16A0Q==","shasum":"a2143e1cdfe1c657671844f18a4ad5e1f7f6b0ae","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.9.0-canary.76970e51a.tgz","fileCount":1595,"unpackedSize":28437019,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC/76kvdTULtaJctqszIqJ0FZjuTVBOqaJVO3d3BAR4kAIhAMZds4KmqFFJ36Af5415NNQmf5QG1pn/ktthUd7m0XwP"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFLQ2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpmWg/7B/lv2aKrHgMk2z7vOCJTqLY4pXrhHnIwb8J7dSmHlYm0S117\r\nyTF7S9jsy0fWIM/dF7uvAT3dSM8+B6DQuLC/OYRce0qhZX1SnUVA1qScB0NJ\r\nC8k7g6x/AImbqN5MNxkGeV8vfajsUmi8kMOyJ5HRe/Tz4xSlf+B1aZ9EXF5O\r\nolaZXCjMqa08sDaakg45iH+zm2x/TPhPhwx+hUoIo3L8qMRS2i5ppCyiUPr1\r\nWteEuU+7wvKCXONFvVMyIjgvAuY+g67MSNAoLk09ePjzrVFxtSAV9pvl5vmh\r\n6VpdT8pKOMCFtqpHfkHZVbzEuhfg9ht3/uuuZ/i55HgRuO978pxG5I3z37/p\r\nqqvP0eJN38aHzs1ny6PQZtDyWbSp5PC6LdyjX8aYGcEOn71oHyFS2oNycn+h\r\nJabaF/egKML9oYOkZjwnVxeBbJR1gvOTOW7MYlbpbsbLx7Ni1kKB3uT652cf\r\ntsQXLF3RQ5Rc2TXKv8VKPVltUG8Vac90eW62j4rTKdPhs7s44ByuZXnD4F2J\r\nsLo8GqNUBclq3EqeXuywZJaCM7tUoe3+EbrjFb1r41uI6rTGXdKZlfdenPMV\r\nXfgoW+DYGPdij4xmuUssqxjS22VIPal2l76riErTKw3bblpAOEoITvqWh3iJ\r\n2r12V6rnvWVeOdSN1tofz4ytkbasg4KrITg=\r\n=VmT6\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.9.0-canary.76970e51a_1679078453735_0.586680527819516"},"_hasShrinkwrap":false,"contributors":[]},"3.9.0-canary.b516abdf2":{"name":"@firebase/firestore","version":"3.9.0-canary.b516abdf2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.b516abdf2","@firebase/logger":"0.4.0-canary.b516abdf2","@firebase/util":"1.9.3-canary.b516abdf2","@firebase/webchannel-wrapper":"0.9.0-canary.b516abdf2","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.5-canary.b516abdf2"},"devDependencies":{"@firebase/app":"0.9.5-canary.b516abdf2","@firebase/app-compat":"0.2.5-canary.b516abdf2","@firebase/auth":"0.21.5-canary.b516abdf2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.9.0-canary.b516abdf2","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-9jwS1wj/7BrhktOQFLZWDlGZPBSI3kEYLm/SSZDhaKGmqD63I/7DYxvU5F8Pxp9QPNwsaCOnIOUhLN4N0cFzpA==","shasum":"a18d440c18b2c6dae884a65cdca6626ec1ca2522","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.9.0-canary.b516abdf2.tgz","fileCount":1595,"unpackedSize":28437019,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGEvTf0iST2F8yNYQN3hxpyHkyqo0cnRdJLb9/RtHLUKAiBEsX218ixSijjJ8QdeaqsTlHDazNDaCTQ4L/UEDEVU/g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFMPqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqATA/8D31aQ9j3Rpp0eejyrs51BSfsShJIWjwIxOjkhsKAa7FgT5ka\r\nwEigWblMbrwRIhCJM4NA0IPlAjeqwCTX8JTcbVW+Ht/MuFr2BZBx2pJW+FGa\r\nJEC3QuqlehF19w7HKWccN//HFsTErFX3Sfmj6NiFBfnfXCeQu/jeWwcZz5iY\r\n+rkfvgmYJ1IoIJgrbXGs6qkjKntnTeiJRLII0pPpGjIHrmyompgdn6K4No0F\r\n5nBXPPpKl+XjUVhad7EUR0p3KGTxNzo83aJQxwVl5Y0R3TYriyNp4epMmssa\r\nt8JG7poewkxBwFYbhUbunnUr/Lz97XEQjRtCmD9GlMGkUMyxFpfCNFmZws/x\r\nxL5m1KptYo8BbKxfNwJB9VBMnG4j1X8Drio86FjEHJevlN6q1xGi1Ah4QESC\r\nFfur6JmlilJPKNT7u1Oq/lCaxEvENuQ6wKtb9092pCgg6xKBFljPZ98VlaW1\r\nKB3Lz0Y03WhF8rrieeA1F70Cxy1mLbrlwJpi31IsotUG0xoQgo0Lo/zjg+Tz\r\njLjhPOBHd8A/oqBMwmNPDaXRjjh/f4NUhkVrzLGNVwwJroZ/J1fvdiOZw4Ks\r\nNM7E+AlrTYcCVFFH1MAkdcLnXRlyFhAFCqCmy8S39q7MjIoY/hxWDdDGUWgT\r\nUZ1swC5QVDSTPwQLZp98xQLnRJsQzMi5Sn0=\r\n=5oAf\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.9.0-canary.b516abdf2_1679082473942_0.4388704755291015"},"_hasShrinkwrap":false,"contributors":[]},"3.9.0-canary.6e80a678f":{"name":"@firebase/firestore","version":"3.9.0-canary.6e80a678f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.6e80a678f","@firebase/logger":"0.4.0-canary.6e80a678f","@firebase/util":"1.9.3-canary.6e80a678f","@firebase/webchannel-wrapper":"0.9.0-canary.6e80a678f","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.5-canary.6e80a678f"},"devDependencies":{"@firebase/app":"0.9.5-canary.6e80a678f","@firebase/app-compat":"0.2.5-canary.6e80a678f","@firebase/auth":"0.21.5-canary.6e80a678f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.9.0-canary.6e80a678f","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-5xTWvIW/6nvVSNOgCrkVMYP9MDcntUz+niZqHMIbRYwMowv9v8QcWIzfptKF3BBmw0kfQWWF7FmiYmUIVnnO4Q==","shasum":"fb9f1e30ed4051afd8ffa275c25393d46f122bae","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.9.0-canary.6e80a678f.tgz","fileCount":1595,"unpackedSize":28437019,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGX3Hb3aZTn/qO+vIt6TtoREfiUoBSfnxmKvfKsMImjuAiEAouPdBTqmR/FnEJIlhhBDU8+A+oHPQg3ZCfUO0/FaD+8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGKt7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/Cg//QIJ5muqA1V4FCwizc+rGvSpOaJy78u/sbQmaxQc1cCjJZZHu\r\nwfy2c2vsuDQYFjQo4c9AIkG8BEgMCVWdA2XeK9678pPdVoE9/8ntQIHUrHuI\r\nqxkWyDRn7zMspEHlys56M58ZUxl4Zq3h+s1djAUBM6PButliKb/7i4eDQ7D+\r\nd3EQUTGEa6PjbbdM19rJJE1TpV9s1TDsqhx+mlrUqNncBB8Eilv+tIvWkFkI\r\nNjscQfRZ8vvwqZk2cc+g2mqozRTHpeUrMzgdykmNe2mpC/p3aWJIVuuaV2FL\r\nAtyU/mQfHDwBMNvy9womfEDYO9J55xi837MMa6T7iSpcUlfp/1aAQ1lbQuD5\r\nxLRJVRjaOobesWRJriU1JbQhOi4CUo9LeK8TMdrhJYttWSgc+wnyr3Vqs8Xu\r\nNzozggnzKP2PkK5CEIzA6iYX98sJ+SU9HkdB3BPogQZbIXTSxT0ge46+NcvV\r\nQCN7ICv9/6XI2G5VfwqDnDsUlpth7gusDunmncRQOQ5etypXat0WMs8sQiek\r\noc1A+l+PqejAemGx/PQ/mE1ziR665NlFLFhtHZgBolQ4XoZYPOMu2gTBEgJA\r\n6yHDzHThzGHwHwrkbczeVt1bj97Dp/u8G+K6NcRcteAJfH3QMlRYmshymHgn\r\nNTamvrfoZAFoKapmr6ITqmpXl5B/sAHR5Oc=\r\n=6zB/\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.9.0-canary.6e80a678f_1679338363400_0.0994781356439014"},"_hasShrinkwrap":false,"contributors":[]},"3.9.0-canary.04b3edbe8":{"name":"@firebase/firestore","version":"3.9.0-canary.04b3edbe8","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.04b3edbe8","@firebase/logger":"0.4.0-canary.04b3edbe8","@firebase/util":"1.9.3-canary.04b3edbe8","@firebase/webchannel-wrapper":"0.9.0-canary.04b3edbe8","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.5-canary.04b3edbe8"},"devDependencies":{"@firebase/app":"0.9.5-canary.04b3edbe8","@firebase/app-compat":"0.2.5-canary.04b3edbe8","@firebase/auth":"0.21.5-canary.04b3edbe8","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.9.0-canary.04b3edbe8","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-8USjZl9uA1rCQd57JPDq+asVldrkOcDGIO6fseK8Wa8MBvSSBltAQT9iS4tymzeWfz0cbo/dPBwlEBzUyq55kw==","shasum":"1381a8e549e2040c80a5200c66f17d538b17c5c0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.9.0-canary.04b3edbe8.tgz","fileCount":1595,"unpackedSize":28437019,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCMZuZpygy2cmAaXVASxDbAJDUP5L78ogDsqwGSacIm6AIhAIbPy/mLvDfuYDcxbs5hqRyHyGHL+0PjHnMo9uMPC22u"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGOi8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo3Gw//dy2zi7Sz96DPychHWKeg9Fr2fLotz7s6K6SmdDl76ic31PCC\r\n/BRT+DtYxbscHebxhdbwHeC2h95MmlBao+iFlf52unvfjX5lSB0F7suJhZ7u\r\nJMpQCxE55++Q1DsLoB8ZqNv0ulOguXOl5uAxRsfVqPzwJ1Ezwg+Uii2Ou+Dz\r\n8hWIE046szxUoBxkrSQXvLeABxLYEZKnCUJRWzMDab/ecgN6AeLiab/zmBWN\r\n74sXvUGMZ5l9z3e7GSMKSvYcizNy6kfbInbms/TSTNahY3BcoVWaTllEbSvp\r\nYlqtNmviWD7OVggLZwWndpNVdsgJ8GJ4FgqRz2roqk9tpw1FzLxyGG7MpX+c\r\nwJdfSZyyqmu0I4rGrC74O/ntTUacOZFnoTogaPohLcWijpKZlYjkt3qMV+ju\r\ntbXsMsWPUMiaH2QzkHkCgU1Y3RAgy0E8FtWa3JtMKmqC+FFE50SXSbuUIA1O\r\n3+9QEucCI7pnAS0eNnYQMIePDkreTILKZqB01sP78Hxch4yIrCbS94O4Kotq\r\nx1a7ZcV4IAfQxgBOxMKk/Y1lFXrDzEXCsTFKFR31jz78ron/R8Tzea5tjgSL\r\nZXRfsmvQLGpnNLvyL9xbi2UaeUyvlUrIJGRIYxosNRN/b32FZhmY1LWFkQKI\r\nz+Rlr1UppvZMqr4sY667Dfb5/JjHlc0rCt8=\r\n=DQOd\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.9.0-canary.04b3edbe8_1679354043773_0.26607180524909624"},"_hasShrinkwrap":false,"contributors":[]},"3.9.0-canary.480d7d560":{"name":"@firebase/firestore","version":"3.9.0-canary.480d7d560","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.480d7d560","@firebase/logger":"0.4.0-canary.480d7d560","@firebase/util":"1.9.3-canary.480d7d560","@firebase/webchannel-wrapper":"0.9.0-canary.480d7d560","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.5-canary.480d7d560"},"devDependencies":{"@firebase/app":"0.9.5-canary.480d7d560","@firebase/app-compat":"0.2.5-canary.480d7d560","@firebase/auth":"0.21.5-canary.480d7d560","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.9.0-canary.480d7d560","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-voIC0DEUe/ip2fbyZ/6ytbCZlRdtuWRbaYQfBXufrKH8oxnYwe53m+mPEu+QIJCLjB4Kz69EHsamCesDF8yl+A==","shasum":"7e0719899ca013e0608fe127824e5d573a7b4ea0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.9.0-canary.480d7d560.tgz","fileCount":1595,"unpackedSize":28437369,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCV8fPe/1wIn2AuN8myW7j0lb0OjkpMx4Fas7sTzaeERgIgNrG2vO3UIWU6DMAfeFHNjq3tcBeMuQNULLH+f7NPGX4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGhNZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoW0w//aW5GHU2K6/zG3fj2h1QvfaJMcCqgGwzWbuNe7cIxMDnWdeyw\r\npu4HCNxKZmFNpPvMy+xHEcj9xIunJYKmxxS/kEZL5lLHqFIGYFB06YvkiUfm\r\nBwxadj4bxqzOVkVPFzwItgSS04uYxQQyfHaBpSIlCqRHG2TMhpQG2lSSaiCY\r\nDwUBmFDWzlqowoNQ6Da1ju0YXiHLLjEVvzADvbDTQpskDjY8SvgmoO043AXS\r\nByM5U5V6jSCrztv53SQBrEoA+VbefqjOK4HIfKCZTACdf4dLIH+1tAyyeiaG\r\npwAUrebNeOR2Q6n/KyOguFAgwkK7+zDE0m+t72h9PHbEaCNHgQqyZTXlwRVO\r\n7KqeBO9jkMxNyH7Fwj0aHUO0HZd981y4fmG0uMtFo0lAzcXgM18RZspSGWSW\r\nAcepKKi/UkF2t/k77mPb62gLfm7sTUR7UTuY81wdQjCL8SjuO1t0cPgZOKvv\r\niPRvNlUQ55YA18SfBX+oGwmjb7mc6QspALfH73bXRtlFIfNELNl5iPc/6ziG\r\nI5LyG/L1D+blClzTj+bglj+Dx5GBTRKyQ8Yq7ES1mjCLExniRhhxU+LiE9qk\r\n7JRBya2vXJFGr+MqAHjNLzK2bfsLof5aXJwT+uQ3I9JisifGvwn1zW7Nk7s4\r\nuT5SEKrGNm7KB1h95+ovg8dnYa45T/KvwDk=\r\n=L7cF\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.9.0-canary.480d7d560_1679430489457_0.3473839270725494"},"_hasShrinkwrap":false,"contributors":[]},"3.9.0-canary.eb0494565":{"name":"@firebase/firestore","version":"3.9.0-canary.eb0494565","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.eb0494565","@firebase/logger":"0.4.0-canary.eb0494565","@firebase/util":"1.9.3-canary.eb0494565","@firebase/webchannel-wrapper":"0.9.0-canary.eb0494565","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.5-canary.eb0494565"},"devDependencies":{"@firebase/app":"0.9.5-canary.eb0494565","@firebase/app-compat":"0.2.5-canary.eb0494565","@firebase/auth":"0.21.5-canary.eb0494565","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.9.0-canary.eb0494565","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-qoIoVjVpq2rVEhT83WxZ25VdMfGJgD1aMnd6KptpLFe8iIEIsfAXCM8KGSAcuOgKiLt+UoNsxcgw1WmmezigWA==","shasum":"74f5e28427be653c37493b3ae6b4b9a90e6f4923","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.9.0-canary.eb0494565.tgz","fileCount":1603,"unpackedSize":28516875,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDWDOjQPwE9R1Qci/gs3mtWNax1WHiZyJMWqgstISQOTwIgXkY+nGRew+4OrE0gOzyPn769CmJmWxswacodjRoW544="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHPHGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpz6g//dCvRmG57StQ01ggSNzInue4N6jugJvnYPShUJA1o4qEklURs\r\nGVUBxuoCVZDF3fxn6Um49yR2ZEFoKn4BHVwmGRNmTUMm6htKH+mEj/dwQ4Gi\r\nLg2E6ZxZzhLMWL2CD+1Iqk+p3gUC+8imuvoUl/C9WV+ZnTPs47tSvCmT2qbD\r\nIppp3CFZQGeunnZV6upnETcZiDKoZmMdASb095fqV+OXbsfJj2N0XN6t/Oz4\r\nw8aCjU3phoOl/B5dN+83WdIpjj134N17cp2TxJBD8V5WiDkpBwSM/Pf+Sc50\r\n9wkTl5DuhcHzdgF4r+Egi5MdqO3AqjFJNA7GCimhCj2RgSA2jIjN/TtAPxTi\r\nwxcoLIRRCoMi6uBef8IM3C+QjkpPuilAmOMvUjaNHR6yLQ5EfGUfmdZoHCg0\r\nuqJzfJsrhzc4b/wf2Ct9I0YoCAIpK4qXimxp2miY+aVtv/HmJankco5TR97R\r\nn5SS+Z2NEOnngaiJ+8OX3VK2yU/RPFQsin14yY+p1tynr6R27fVd6R+owgI6\r\n1jU3M6056ydITb5AFi1ldnSyPLbopzbC0SIwQ7EaloC3mFyD5Uy+ZtdrYbhm\r\ny2oidcJhdUsuP/Hkx8+mC+o256NcbUcbrwAxQhan2TFUpqFmwTNe1CWUDezQ\r\n75yDva0aOX0sxSxHUPINaCN0fE1xEAGkL1E=\r\n=OeAF\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.9.0-canary.eb0494565_1679618502458_0.3965046856947203"},"_hasShrinkwrap":false,"contributors":[]},"3.9.0-canary.0e1f12cf1":{"name":"@firebase/firestore","version":"3.9.0-canary.0e1f12cf1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.0e1f12cf1","@firebase/logger":"0.4.0-canary.0e1f12cf1","@firebase/util":"1.9.3-canary.0e1f12cf1","@firebase/webchannel-wrapper":"0.9.0-canary.0e1f12cf1","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.5-canary.0e1f12cf1"},"devDependencies":{"@firebase/app":"0.9.5-canary.0e1f12cf1","@firebase/app-compat":"0.2.5-canary.0e1f12cf1","@firebase/auth":"0.21.5-canary.0e1f12cf1","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.9.0-canary.0e1f12cf1","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-aa36EZKaOKIFT4FW0Q9k6p/NKpslJ0lfJy6tPkoyX/zWNxnBNvSd6amL3TI7Y7wfSnWHBGg+sfZzocAC3aU2rw==","shasum":"012a9145678f788fa43bc8224105d2bf9a8ffb78","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.9.0-canary.0e1f12cf1.tgz","fileCount":1603,"unpackedSize":28516875,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDPbFmarZR1Y28v13nHJBHSJKZ9fy+oWMBrqWGyA57bAQIgS9mdkqN0XDZM3IdZyBxzbjo/CYIP+TOZbVmd9U8bbhs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkIpBTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmowvw//ZKmt6e/OjpnqtWmNAxclefVUZqHZyDoq4x/Yb6QngazHeoXw\r\nYdyQsi+iiWy77+3uSD641S/LUTc3n/LFkYmRzki4P818fAJ9zriIByegB8Vn\r\nKq99xudz1tN1ImX5hXBE7esUACBmw6FLMMvU8RnczkY5neEfSJIhPImTSUWy\r\nQhjck7JomOPna0Ipnz+eAdf2yvU+VxaXogdDa9Wq1MYUkJxNjj3rdOaTr/Gg\r\nT63g8OM4mLOCTHq3Yn6kxszWKPeDuXeSXUzbuDSdE/FFu1Y/lJpU/8UrTka/\r\nZ/gWakEGiiYp9BWidzdNQ2ISP3Puwh8kNpSdFf1KuoZxvHpjDMn4RLu99qph\r\nyJBX3kghFCP4pt7opUDCJKhdV4uTMbJCT07z5LW681mLHsnJDt8XbM9F8NP+\r\npdYY1BkaWOMyQqVXJ7fCRfQ00noshMbv6P0Efex97+M2KaeLWAvqUWK7neQM\r\ndmfLuUdWwSPI1o7U+liemhCdoRXuqliK9xAtrozMOt1d+a4TilJ8bSEzzIZ+\r\n4uaG37o8WXPam4bhUHTDs8rDi//0pysKjcas7/T6ZXP8u7g7ofEtwd5WPDxz\r\nnMVny0kDy0oD/yfAwWKHPtW5+Nvfq0kiW6//c3Hgdu6aJdpMncnpzbdOzbV4\r\nnQYgPS8e1ih1wmBpAVrYKilNkyaZLwCID8M=\r\n=lH2s\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.9.0-canary.0e1f12cf1_1679986771475_0.016305630875429022"},"_hasShrinkwrap":false,"contributors":[]},"3.9.0-canary.3435ba945":{"name":"@firebase/firestore","version":"3.9.0-canary.3435ba945","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.3435ba945","@firebase/logger":"0.4.0-canary.3435ba945","@firebase/util":"1.9.3-canary.3435ba945","@firebase/webchannel-wrapper":"0.9.0-canary.3435ba945","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.5-canary.3435ba945"},"devDependencies":{"@firebase/app":"0.9.5-canary.3435ba945","@firebase/app-compat":"0.2.5-canary.3435ba945","@firebase/auth":"0.21.5-canary.3435ba945","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.9.0-canary.3435ba945","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-n2Dt9VUUOOqI51e/tbjjZ14sD2GpIf6GWo2CGYmx6JTmz0v9Uj3ocoedXdUQyhQCxlYNRy9lap2ZO78+D38YXg==","shasum":"10c6237efcbd9ebf1d783c863584b5baeeeba4f8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.9.0-canary.3435ba945.tgz","fileCount":1603,"unpackedSize":28516875,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwJ3P6/ULIgCt8o5zQg3rztE+z7sLKJJzibwKTLHrX1QIgQi2eiRKnr2Cwwtxn8kTISOVCiXp/boQEDumhyjaifuU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkIyVtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrhDxAAnudFwX2NUTpO7bDE2r2tkhvOyT6TpvEs7aMFzNVaikv4xMie\r\nZpW+rtGLE338KwHgvRo2Z7HliNm/zAzKOTXy/nfxtBpYB2g1Hz92ms8pQz2f\r\nkxscdJeUKAI25RujV29WiddpYZR7oX7iDiC7cR9EyEfoixQ0n/l2+vYV20Bv\r\nMMzZiqFmalqjJAtsCq0F2XgOHG5eVkBYXUNqnGSJdHDepNPD6bXnJx1soAo7\r\n5Xb+fs7YIMbPnZKjAWKwv/BRBQmvHlGLFgDi1gBS3VC0/n0qs5o2m00Qodel\r\nW9Ssb6Icr82OibDGotImcSx/ymQRkT9ETBqHgog929YYvBW4qsUPrFGc/gco\r\nSImz7FmlRi6RT6ErA5yy9omXLuBDaP3Wxalj0x8IGmbgY1Ipbf+kRpFXZWu/\r\nNahbvALAoxgG4kih/GWFu9sJJui1t6QgYtJXRzWZNpqiG8r/O7puNeT7UTYC\r\nYMLxokek/i5ug+QA4p/lR49RvVB4sd/vuaqISVJNEfQQpw//I9NEyz4oh8IG\r\nFDQtbDL0laXWKMVCIuSAgZeKXXhHgFCLL/e1fK+ctFUTa1L4tVUVP+1oyP2/\r\nxTgEYfbXgcSuVOY3pVanPr03KiHD+qk0svfOeP8K/CJfFB3n8XKjyoXsdaot\r\npNPbeveY1OwpnPUHZPqWwi1r3AfdwmX15i8=\r\n=QCEM\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.9.0-canary.3435ba945_1680024941141_0.3797835619282943"},"_hasShrinkwrap":false,"contributors":[]},"3.9.0-canary.464e7a5bd":{"name":"@firebase/firestore","version":"3.9.0-canary.464e7a5bd","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.464e7a5bd","@firebase/logger":"0.4.0-canary.464e7a5bd","@firebase/util":"1.9.3-canary.464e7a5bd","@firebase/webchannel-wrapper":"0.9.0-canary.464e7a5bd","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.5-canary.464e7a5bd"},"devDependencies":{"@firebase/app":"0.9.5-canary.464e7a5bd","@firebase/app-compat":"0.2.5-canary.464e7a5bd","@firebase/auth":"0.21.5-canary.464e7a5bd","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.9.0-canary.464e7a5bd","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-SJtfLHF6lwkYxWLLupwGxvfQNVlhpaOUywpzriRlWHVLvy8DVP5M1dx+jwcbY1ftm+c0XZWM3VsTR6rkackA2w==","shasum":"71f262679013881ef926058405c59e3136b3ae35","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.9.0-canary.464e7a5bd.tgz","fileCount":1603,"unpackedSize":28516875,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAusuOPpVW9LnCM33HmF+UGrapEuSAbOcC1VBzg7RHqoAiEA61ROCIGBMuWCy+ir+3RS55nuS9lhp7h0TNHmlj4V0Go="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkI3NhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpJKg/9E3gG2fU4h+eKejzA6PhohFzGfgLAnVgVlUaNNjkNej3cE5NK\r\n+9Ql1z8MqICxcOhIT4zwP2mpep4b0bdsQDT2zTNVJJTp7SuJfK0p/g9t4fY0\r\nfiKl2A+cweX++m7tnY/jdTi1yqMxtzazu1tYOujr7ihsj0d2KzLhwQQaHGOj\r\nmJthx4NidRyQKnbLmFp589WwAKKumzESteLEVCQeasuL98IrBcdqkfnz9K79\r\n5np0b/8l5YWIpR5a7c/Ml/tY9E1H61s3hU8WNvr/BchqB3Bsb00dLUrE1nWH\r\nA3w7MGaD1Eoct2HtvV/s6m03rmcQCsVljIiqJLuqqcQOhsqVbsv5NDPGZx7J\r\nocc9wdwOg37zs8Bgm5mkk3SVmC8289hIIdmCr8uU+OFa3qsPnjUoeDqF6Ump\r\njbcgHeJN1N1hfq9wLdv/wZY1E6B5/+tkBm+IJnDDYjhtxdwOLZTQo/lLxxiL\r\n63qX2KXVLuUEQNpNoRymSNvJhLsHDiMYL4Mvir9qXdWVlVAvifPqvNIq5gSb\r\nzoUjvWqP84FFjZ1W4pgfAsUArwbXSxHIj53cuGlOAgDiS5J6jDwSbD0FtBmk\r\nVdLeHKqErj++0lwyoL8c7+kWzLMdk4Jaky9Fc2fg9vaGkp92zS8WdDHkic4o\r\ncp9jFs30jIKV9rvB5attS2MVlLh/GCYx/MY=\r\n=BHR3\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.9.0-canary.464e7a5bd_1680044897088_0.13269934557196983"},"_hasShrinkwrap":false,"contributors":[]},"3.9.0-canary.58bae8757":{"name":"@firebase/firestore","version":"3.9.0-canary.58bae8757","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.58bae8757","@firebase/logger":"0.4.0-canary.58bae8757","@firebase/util":"1.9.3-canary.58bae8757","@firebase/webchannel-wrapper":"0.9.0-canary.58bae8757","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.5-canary.58bae8757"},"devDependencies":{"@firebase/app":"0.9.5-canary.58bae8757","@firebase/app-compat":"0.2.5-canary.58bae8757","@firebase/auth":"0.21.5-canary.58bae8757","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.9.0-canary.58bae8757","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-IwtjS/iiEkFILGu0W3nSRa2T+mwtki29bTaYx8G6Pee4vlnsrN6OqOqDkoZMPhuPQoIwqf/8nRKHCWM1j55MIw==","shasum":"31708b2204295d2f243f48f1ead2a1a5d1e75451","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.9.0-canary.58bae8757.tgz","fileCount":1603,"unpackedSize":28516875,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDFC0PdTbncK/QJebdGj00AI2RV6p+g+ditkYY40usRPAiA23mepcPduXTfxemJDlAeyXQKfQ6/Vjdm2YBEEKxVkLw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkI391ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpVpQ//X7PWx/n436Dyyk9oPzXGEmLf6UxR1SyW1Uq9LCLnhK3diHhS\r\n4F2F3RIieHXWKxuOw4x44XSmkpj0nMv2gFG5qzYceJR4TaJTrco3NBc9E+Ug\r\n6DcnPO+iS0TTwGOEU2xGg9571W839X1kQk/lKrgDhD+nyH0zc8YkObbGNCSo\r\nwkPgeGg6mt0aXnt0+4Jm5n71D2br5bYN0oAGpiWqvKxnfDPOInCTTGMFZk5U\r\nyx3RrvXlbHTyND6mnX40CyhLnAduG3Eqp/xiH6Xgu3KZSTE2dZ4WwUPAsr8E\r\nbKnH1TFvAUc+A7JQBLfZ9SY6RQIXlFWj0/EaUnu2KG4IW78kvtmSghpiA/fX\r\nT/2jLAHKkQ5kLaJBm7SOXMzmszHqt3WgWMe5bzTxqQgHv6G1Q8XUvEH8gLle\r\nNX+3ImYYZFMnyVa2D3St3Bxq8vC5WFyyLqrhGVXUpnPNqDawqhzs+BLn28di\r\n4mzx+Ph+Dk4KXye3+GfZezdjYyUoXiOhATJ1mqcQ6WdvUjQe9biDZLkcgH/E\r\n0JAAcIx1+MfNM0OIBik4++hMTFrNI9KzpafnIZo0gZ4fQso0KigoRlON/uY5\r\nY4Cb2Zb+vaQTCsCscASVJir09AJD8eho8L+9EYe4Yn4ZYQz3e2Nc5pBJKjWm\r\ngowwhiESYfhI+B5Ned40y+AYwFgbqOK1KqQ=\r\n=NqkX\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.9.0-canary.58bae8757_1680047989627_0.5149515182257873"},"_hasShrinkwrap":false,"contributors":[]},"3.9.0-canary.a00136c39":{"name":"@firebase/firestore","version":"3.9.0-canary.a00136c39","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.a00136c39","@firebase/logger":"0.4.0-canary.a00136c39","@firebase/util":"1.9.3-canary.a00136c39","@firebase/webchannel-wrapper":"0.9.0-canary.a00136c39","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.5-canary.a00136c39"},"devDependencies":{"@firebase/app":"0.9.5-canary.a00136c39","@firebase/app-compat":"0.2.5-canary.a00136c39","@firebase/auth":"0.21.5-canary.a00136c39","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.9.0-canary.a00136c39","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-yiychvLVj2Z6mpr4p2ULwRZimAdx2TIv4HEd7avr3q2KSZMTnUL6VQJtaixTDOeZMdbWXI4Go+nXxXVK5wT67g==","shasum":"9ba7e339e1a30a0e80e72ccdc7bb3d3b06b4961a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.9.0-canary.a00136c39.tgz","fileCount":1603,"unpackedSize":28516875,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGVQmbx0jUNWuT13gL3x/w4PzaSH1IIbieKb1BRGn+XBAiEAkniZSktBw0Z8zS+iqL7EyucSnqarEx8EROPOWkxHW6M="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkI4CoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpNTw//Stewap5t9F8phqCzJIGZKEyzfTK7FIC0CdozxtaZjBgBBJHn\r\n0E5f+mx7bLJCbq39ImHn0qqoSjZ+Lu1kQWtRRx2eUX/muboOM8gkYaS3QXkm\r\njO8KZb1Iw2ATYuObSR68InVuQJvjkKqvg8+XcCfPqMBB59Evc8dmjr3qV0WA\r\nKNEPcxRWQIdZ97mO64tjO2paKHK9zx1djcM1mmjxjIClzjcEZXfGYY+mVQUh\r\n93EhWyWo4cGQWA0S4dEhMaoTmj+S0spWgjnfI228bHK+WQS9JHRzjbKMY+YY\r\n2mUcViOKm5tE14cqOw4NmxRGx39vdEC8J0glIN0jGW04Zm1a2i3IzYeDDhvt\r\neIDVX2MQrwWX+R/THqWOEAZccsy4VSnPWrC28m6A4jKiMQ5BGibmxTmbWKeV\r\nwtkhXOsnv5kAzNRKYU2AoKmyYTcHAdSF2KSdtbs7q30BgTcBwrVITeURIyal\r\nF7pfL0BlZ/Wl71TjZC3gx+MsFqrtCIPzi5mhz27mCkXAlRIit+rlhs+DJPbL\r\ncDWyjsKDi7R2wSQ2CswF2SMwGCBSds91egEtWOcLE+3PqBA0jCS3X5T0mNP7\r\n+i+l09cwvy761QuzuvjnJBdmQtsd6ijAC1zhpzNOBCtgv5zQ/Pd4Ip2DYtgy\r\nJTjzBXMqA69Vs6hPCvX3BijiHDgfyhzTyYo=\r\n=EFED\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.9.0-canary.a00136c39_1680048295588_0.003911768786764913"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-20230329040242":{"name":"@firebase/firestore","version":"3.10.0-20230329040242","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.9.0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.5","@firebase/app-compat":"0.2.5","@firebase/auth":"0.21.6-20230329040242","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-20230329040242","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-wsdCIneTs1Hl9k+K5sZmHw2BIUJqyxlMWkz1nfINnsEiozg5UMbVVSsN9W5AD9UkjUyxdyZ5tBcq7nabnW9lkw==","shasum":"5e9012ffddfa84081866e23ed45e1ef063740c33","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-20230329040242.tgz","fileCount":1603,"unpackedSize":28517541,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDmG2eu8R1kKGQ34MMwsurHwK5lQoXUGzSN/fICxkmp4gIgKeDjVBU5Lo4QTUbIMGiURlJc08HVrvecllKCir0QNJ0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkI7zCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqsPxAAiBnN6oNQHrfo1mImhLmxxQZJxkcjGYwZsl2sMvJl0WwwpiII\r\nZIQExT48DCotaTl2jbFkB07HRssgHOAHfNJI4OMTOkxcdXjXxh7xl8iNG8Di\r\n+oswCIVQC8i3rf3600zuxOpVrjq6EJeY96/z20Onl9f/+4zUEBai6JnMn2Hy\r\nN0U2nW4AiQJz3r2f7vNaGMwfdKdn76AhwlTS5mw9iw0jFDKgLS8TWkZk6YLl\r\nPldCqvYJCgMe33bhqQZtPNw14zLzGu8RpNBtojcG9Bda75OCD7atod4ipZoI\r\nGTVctnAVAUtj0+LA3KhcDMHQyJZ+rduAoJRABteNqwYYWlnPfqb9F0D7UzU1\r\nt6WltF9Q8NEyAvLm3LsqmmwdcQAIJ7aDnMiPWsVAoW8GWaYVO6RgiX8S2F+M\r\nCaKhzSNVZ3Qc5DcSBpmnLOd8s78qLRz/XjRJBj3NjAw3b8ulMaUgnKdUD9sj\r\ntUfdXFk99dPkjXZN4LUxaK/Qo5ApHCfrshlsiaTcnhjIh9l5sJlk1zWztpat\r\nCqmJW9e+g7mbIrjUHf1EJjUMqL/PdARffWupWMvHAxk9T6rsRuf+tusrYbUq\r\nsJufktC3pfYHEowioEmGG2w3D6zp0ggxHDzkLZKv0FIt+uv3fIdx/gB56rL1\r\n//NfS3Q+NVDO8v1CHMQB/TFjCaQkXSIx7MQ=\r\n=aGIW\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-20230329040242_1680063681918_0.5839255897914986"},"_hasShrinkwrap":false,"contributors":[]},"3.9.0-canary.3fe759700":{"name":"@firebase/firestore","version":"3.9.0-canary.3fe759700","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.3fe759700","@firebase/logger":"0.4.0-canary.3fe759700","@firebase/util":"1.9.3-canary.3fe759700","@firebase/webchannel-wrapper":"0.9.0-canary.3fe759700","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.5-canary.3fe759700"},"devDependencies":{"@firebase/app":"0.9.5-canary.3fe759700","@firebase/app-compat":"0.2.5-canary.3fe759700","@firebase/auth":"0.21.5-canary.3fe759700","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.9.0-canary.3fe759700","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-JpKckuibUFWIn6sSjjdzKg2i0/UiuqEogPTKHXF6/0QCHiPKsqyQL3Kqb6Vk6DtDrEj+dYk+5dpWp5I+GHj2xA==","shasum":"5b984d4b382cab7e2f063a7685d41ae1a9205414","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.9.0-canary.3fe759700.tgz","fileCount":1603,"unpackedSize":28516875,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBmXpMo2zOlsggT4udOp2dEBFrE6TCse5BqSB+V+/vRqAiEAhcrvFSf/01nBDBZnKr0GK8uOqbKQFznMfcZHKwgRPVE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJHVEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoD3g//Ygzk7h3SOJgbZhsOQ+pj2VuAd2Ynax3mdTyW/Zl0vCy1Z28F\r\nRCq5lAjKB24UBtfjriVbIuRc86tXNmEOHNTfUquWeMG4o8VDmnddwUTyKGAn\r\nHfv0jR+C/da/gRqHCNhbsu3RHpz7JEdBmrjB4g6S5n5M8CHK860+UlQo3/E/\r\nwu4g/eugUItzcnUvhRWJzrxRncCU26nLVWGKkg5SQQFl542DuAEpnK/6SEE7\r\nJOrzkTiBVJcDtOw/Pn+AEH4f5G6L644a8RSQhlEfHJeVBZL1YYNWNNNiSw3o\r\nBWbwnjbPUTK4ZnyjtSntH71JARdLW0RuxL56j4tpwWXH/tIwzs3gzz62FWmX\r\nZ2tb6d0CcR5qSMI9mWQYOhFsmuJSt/sL7cXnBRhF7cNZVa/JAR2Z+lwlOAgC\r\nenJi3rzYmUWBoz8o4ZPsR5iiW1AhTybDe3wBiyqv0Le7VP5ixLR6DVfYbZrf\r\nzP1HWgLXV98gpdk05ah8Rr+7SK0zxDwhCm5OcUrQvidVI+EUSJZi/F/0Gbbv\r\njxq1lEi7831CSWvaLWL5cwlYoQ+6b/PLgar5sMeJ3hiAArVW7OUU/1ZESKoK\r\nMxmEBVsw7hMGBPz25DsQ38VEJMO31hLn4hiI/B3dAo4MLIwdMMzIA/7etAOV\r\nAUFCibg6vWppofaq4bQtE4D6Lph5BXp+ZmQ=\r\n=A0hS\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.9.0-canary.3fe759700_1680110916037_0.21470452959374176"},"_hasShrinkwrap":false,"contributors":[]},"3.9.0-canary.81cb20a2f":{"name":"@firebase/firestore","version":"3.9.0-canary.81cb20a2f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.81cb20a2f","@firebase/logger":"0.4.0-canary.81cb20a2f","@firebase/util":"1.9.3-canary.81cb20a2f","@firebase/webchannel-wrapper":"0.9.0-canary.81cb20a2f","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.5-canary.81cb20a2f"},"devDependencies":{"@firebase/app":"0.9.5-canary.81cb20a2f","@firebase/app-compat":"0.2.5-canary.81cb20a2f","@firebase/auth":"0.21.5-canary.81cb20a2f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.9.0-canary.81cb20a2f","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-EujrulPGhWq8kMW18PgXgvzk3ZPie9O1lPbK6oqubsEdkRH+/sVUtGvQkpnC+FuB3DbUig2Y68iS8weNqitKdw==","shasum":"3e905c4641a74e90d1acc8a013fe43a18f7d51f9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.9.0-canary.81cb20a2f.tgz","fileCount":1603,"unpackedSize":28516875,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAcD7jAXDX1N+PXfMbIGuiDJ7Z1wQNlytt6wlPbDhT/6AiEAr8X4yQDonRO52wLmbO00qMKl6wFb75CdhZmhY5AMM6Q="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJMclACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo5Gw/6A5xbL/w4HbqCq0djHTSQLopzf4BLrBIgGNsbDb4frKeIiXqI\r\nv7C3Ee/ORF5dR46epnm9QAtEDKXMlpGXiz6ucpBOam3NMTMSuqU7nGq5+fya\r\nVuusSf2slm1jO5+d6y293hblNUu8y4N5S+aibM1tf+tGNgzsRgi3tOCj/56H\r\nnzxqOpUAc44epjx6uesAgE5QC9MnsUyqe8jfoBgvYGbNz2JpNsozX+AajrW0\r\nd/hC9/dToRAMTLsLcVrz9IF+fOA9UvlxXwCF2lBkv9KlhcDRvDoLJ9tOfS0A\r\ncimYuibwYUkXpWY9ZrNwW0mvArNMtWx5VFJ5Iyq9r4J5L/1mqNJ8rUGmD64k\r\nwN0Utl7+rUwfS5QxKxv1Uj5HVD0SMX2nP3H4octbVnFABDKIcqFdX56qLqmp\r\nxrW5SjrhH6lu3FJ94JOUyVTaq0XrLvalC5vrGNBE/kExVD7fUip/prUp/zi7\r\nYNCebMc/0C5AytBd6Up3p+Mxj6diAFKaBsCCBE8qYVqmdJ8J685zVW5Vy/f3\r\nUSHQcOsGWU54sAk4SIMoWKTv7tXb6d0c1YQBC1uFv1bx6euQKXpU6x5iG15g\r\nM23qbku3rr48OJZ3a1Il1KgcamY4Di22uAgxoDLSTb0nTm4InqMPze0Xy6pJ\r\nldCf1RaUFNX21h27dXeO5B8lcGuhBJutw3I=\r\n=X1iq\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.9.0-canary.81cb20a2f_1680131877240_0.13803811487743967"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0":{"name":"@firebase/firestore","version":"3.10.0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.9.0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.6","@firebase/app-compat":"0.2.6","@firebase/auth":"0.21.6","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-St6yy2r7zYxJiAEiI19aQJqxVV8LDvlmeK52R9KMn2nZsgdDVOurch1cH7bBl0OxEgfiVxBmAQJLYvZc+qwAgw==","shasum":"bea8c24d5b0ba5000eef5621076c58f6c30cc373","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0.tgz","fileCount":1603,"unpackedSize":28516736,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDKocKadQJeNrUt/+dnT1Mi3oYxgRSV4VaNcCbLvjARuAIhALHNq1LSKuvIT08ahnoU4K0JgSPQZygMIUtiKOvTd2uf"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJeC+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo2VA/8D1iuQXw5RAjWdx3YaIDPwqYLKF6GcjkvATsXZFCeQOisL63t\r\nVp2cNn6f7BOYYgRd2nUbCaJDbmmaa6zle0TEaJerrzO6GFg91LWpxnOtS3jh\r\nTl39Sbb7c8625YIotXkYw+BbbmFbLElsuDCKJDktD/zn3stqgiNVdKI6lits\r\nB4Vsh6PMC9KPNBm+LWGtLgqXEmXe5YkFVVOeYrH1bwDPOwj80/XP4cWkQ7d8\r\nBODF2aHwSY0zEP97fkwZ/ktWb0vBnIo7DRJ0RNTO3gNh+c8I+zNdnw9+JlR+\r\nXnxFzJkIGwvr3S76Fb8pmut0ILjrKudUuMpK3RPZMrUtaYPKaekCTnnP47jy\r\noFwFO8dN3ohhw70dUuNxqkk/pTWajl6U2C1mp79CjuGsn5gPXwt9jCLNBiMq\r\nP9Jzi9k1JGSz+8I8eRwYr8djInIuH0gxThuPe7Mu1NOviNwZNHH2RyqRYZw5\r\nvqakz6tRViBBghGf6gPVt8MTp6cxGcHiQ23BPrqqyG8ZMztWogXAUmDcjX9d\r\nUi+52Z+GdZAlItPXanGpguykUJSM76cPKqVEW5VZe+rwKTyvA1UGUTnHbk3M\r\nmmrv47tctlMTTJ0jcfCiZVsHPxLRuolra7ixKuLgdSvgABwCgwHyKz39L90U\r\nfHxn9R5EYYjFyZpa2XBD6g9Qb/jbIXRfklM=\r\n=ANEg\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0_1680203966442_0.23052742986030172"},"_hasShrinkwrap":false,"contributors":[]},"3.9.0-canary.f8a2c5865":{"name":"@firebase/firestore","version":"3.9.0-canary.f8a2c5865","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.f8a2c5865","@firebase/logger":"0.4.0-canary.f8a2c5865","@firebase/util":"1.9.3-canary.f8a2c5865","@firebase/webchannel-wrapper":"0.9.0-canary.f8a2c5865","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.5-canary.f8a2c5865"},"devDependencies":{"@firebase/app":"0.9.5-canary.f8a2c5865","@firebase/app-compat":"0.2.5-canary.f8a2c5865","@firebase/auth":"0.21.5-canary.f8a2c5865","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.9.0-canary.f8a2c5865","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-v5lvcJw8QrfN4VjI4Fh8bDnbHel2t7WcBshsovbyIl9XEdkk6SlAwPExnIcYmN+gTFInrFkXXRPkl/mE9xcqaA==","shasum":"1aa9709572ddbcfee7abaa31124acd8dcdad3312","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.9.0-canary.f8a2c5865.tgz","fileCount":1603,"unpackedSize":28516875,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICJ5kQWGNrr/gzzt0XUKdn153pB56x0a3EaVfQeQKpZjAiEApTOL7Q1R7Rzf1vi2aTG8VeV3ddoQdjMM+Zx/fTSzoh8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJgneACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrRnQ/+LANM3/g0XU/vJk+6mCT80ccQFvQwHFyO0YBMRLWTlp6q50y0\r\nACoAEQMh+HP+9aGtAP++5UXpzzyFkQwnZYrwE/yJYxv1pB+7imkNnfG/4T3X\r\neo+WCi/d0XfCzA+AHI5AjI1paypMjaMCm4IGIzbjQFM6s+GJoGcypHSUG2AG\r\nCnsNk5JcMNee+6q1XbeYUtLnBbLWXXY3l+FrJbSr+3673fgcjr9K9Z9GgnNd\r\n18/zjy8DvmsFETJFq0ZeUo33SA18YuzUHMfDnWArRBkQ97fCreBsQYVaTHe9\r\npdG224JAv9/hiuPJjPreV7Ay/V31qGLdAFyQhzlfSpjttaKAeopQVOrePlr8\r\nMRvW6M4HrxAS5VpJA2Tu8ZR2LrgdfTwr5OvNoK6f7xfl6ZnuesGmOHiBPvOW\r\nyE27ZV0jM/rcidP/efhqgmsZOPjAI9o7AxZsE8rOgREbblrfujIZkRnDiYmx\r\nGEHr+eszGOEHs7oRJD85OsR0XG0lrYbtITGICMSn5UcC2iNureDlF0rzS3jq\r\nJJgCluMd7Q6DiELXK3wn60tGqI4UkzIzvcHVlh4ec+fiqgz6RmxF1EIroNN0\r\nveaKnjI5neoAG61yjd6zjbrH3mLWUsQT69uYQnQlHqF2O1HRIKRkn6uoCyv8\r\nmaXEV877bgq4wVPubX+2I2S0bAj6KrkyTY0=\r\n=M7FT\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.9.0-canary.f8a2c5865_1680214494348_0.4910301343805985"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.a8d6499b1":{"name":"@firebase/firestore","version":"3.10.0-canary.a8d6499b1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.a8d6499b1","@firebase/logger":"0.4.0-canary.a8d6499b1","@firebase/util":"1.9.3-canary.a8d6499b1","@firebase/webchannel-wrapper":"0.9.0-canary.a8d6499b1","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.6-canary.a8d6499b1"},"devDependencies":{"@firebase/app":"0.9.6-canary.a8d6499b1","@firebase/app-compat":"0.2.6-canary.a8d6499b1","@firebase/auth":"0.21.6-canary.a8d6499b1","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.a8d6499b1","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-YepQvD+ch0PpgteHcjfRspodaVJ5ulc4E2y/EeEVtOVPHOCoEHfxXMxuEAzGrJAFtQgY/BkTYYKG/QoNtnl5sA==","shasum":"04f8fffddf24574e57f52789d652dfce08710705","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.a8d6499b1.tgz","fileCount":1603,"unpackedSize":28517747,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC8Dtvr6QfISv21wfv/haYs9LX2609EmZsxhtiCpeSFPAIhAM5aADX90Ypfv68o6hiMsWnhMSR1WdxkE4wOiqh+J6Um"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJhcGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpVLQ/9E0P1i5VmLoeIDHs54cYjAFP44q7uztSIBugy5hMBB+EoulNg\r\n8A7rP/VonhX+9Qpd2npe7g66el+2epGTzaIa4bGgOs3uwLxXIft6A3sK/QE9\r\nynJlxAXqUlLhqGDPErinIOLUyESVoKdPVvHwndwrKDXuJEAD4M396qpBVs3t\r\nfTay3WOKIdgMiCZO5RXMz/1TrtWVfQMriU20ncgoWfvXphYfl///nxqmeIz1\r\nJL4xJE+/Bx1SpA+LggRBh45AVC36Nx7Lg0dRY5pfQydZ4Or4GSR+fWg/5Xg6\r\n+F5GKNVoYMPLjAr7aiXS8CCT3lDQmib/8f//NqdwPaA8I4Kl6zxEFuku9Wso\r\nG2GpWB6tSAHdqus2VjjqPp+ATg5IKFu63d1i4JQQox/jBN9X0hhKwSash5F+\r\nHA2brRcu2e8VUJOda8nWjIG3qqx3wq1lNzFHcO9siOKbvl3SiG7az8D/jDk8\r\nu7NIs7YDBelG/hM+VSrVUx3MEHzKPr/3vJp2Zpp7uJXBc4jlx2qHK/LPbyt1\r\nbSZOc75KZ7v9BRwURAF0IKYZvkZpdm6TryFqxA1Rwo3A2nMHrptljgmS2ScC\r\nDUzSLuh7vZr0/9B4D//rC/btYaEyZHy4rZXHFdDE6MjTsEcy1T71vt8NzUZC\r\nzI3gt7SDcFo4ALRgb1RBCfsYQusVpO3K6rc=\r\n=1VGD\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.a8d6499b1_1680217862264_0.5706268333839388"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.8c9f8c83e":{"name":"@firebase/firestore","version":"3.10.0-canary.8c9f8c83e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.8c9f8c83e","@firebase/logger":"0.4.0-canary.8c9f8c83e","@firebase/util":"1.9.3-canary.8c9f8c83e","@firebase/webchannel-wrapper":"0.9.0-canary.8c9f8c83e","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.6-canary.8c9f8c83e"},"devDependencies":{"@firebase/app":"0.9.6-canary.8c9f8c83e","@firebase/app-compat":"0.2.6-canary.8c9f8c83e","@firebase/auth":"0.21.6-canary.8c9f8c83e","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.8c9f8c83e","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-LO15Kn1DQXtIE34VU9kxmS1URHHrMb266qmTcBp6xyapRJTp4bBpKr84kdYshK7Mwx7NIOjX/IM/Slll69gmqA==","shasum":"28c84d1506ee25a2fa3768ba5e305b0245cb7da5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.8c9f8c83e.tgz","fileCount":1603,"unpackedSize":28517764,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFuWAtlod+3rzOxUbGRBp8nX/7DOrpZCo7qHfKyHfiqWAiBpGSx+WjgjYWHLCIz0osiHn263S0bsd0zyDXqr8Azk9w=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJwycACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqI1Q/9EMmkDJlF2TkDXH5S9YNnrTnpc7iT0QeXPdvuaCreSjePet26\r\neVNfP8epCSoHYS3OyKt17x+M8zZ2HvM27838tbQC9AE50t749qO0t9lOF0gQ\r\nO5g5Ygn6D1dRBOCeT5HLi46ZVpk7pWSRZ70QPb9x55khaiUumwhlpD3fzmqV\r\nFtIPA6oV4swWbCIX7HgCZvjf962n1HmmOrBr8z0xA68hh+w4FfJhcz9JX//2\r\n+8OnYZ3+6BN+ZiGbGKyQreXp2qB5Z9E3bucRDa/fU5y4/stSgUchFZ3ZYl6I\r\njrvMbOz8FtFfTaKdwKdTRVWvr6sr0pLUskK2nmKpxtOu/97pvuR+s4Z6B8wm\r\n0S8rjWcK/SZIFutRsTRtphgcpxgmYWMOU28nVkB6wKvnVvjxTg28WhTsp6wX\r\nHqoM4i+qqLBLfKNsCwRG/BUad+ka1qCzg8VbjEiU6Es10ltBuaDqrd+yjsld\r\nU8iUCAp7uqk3i85N48Zx8/2BIhTl+pZskPPtxxBrl0R1sE2E6weLyDKormRh\r\nK3zkwP05nyYzmCR8gn2eZIQHNC93BdYvyc4nSC5fHfkRBcFdJejiYE7gwtta\r\nBFAg5RzmnmtC7o6wWvdqcsTSST/iF8res+lJrGM7eCVzgf+ZV6XmlGBRLAoy\r\nJL10sue6fgJ0CPlLMA0mAANVOiveb05zZOI=\r\n=kS2t\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.8c9f8c83e_1680280732348_0.41882258768101344"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.965396d52":{"name":"@firebase/firestore","version":"3.10.0-canary.965396d52","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.965396d52","@firebase/logger":"0.4.0-canary.965396d52","@firebase/util":"1.9.3-canary.965396d52","@firebase/webchannel-wrapper":"0.9.0-canary.965396d52","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.6-canary.965396d52"},"devDependencies":{"@firebase/app":"0.9.6-canary.965396d52","@firebase/app-compat":"0.2.6-canary.965396d52","@firebase/auth":"0.21.6-canary.965396d52","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.965396d52","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-y0dxFmmvvIYG75+1YcVV1eEYQ7MgLJ6siNhDWuyjCmuO7iR1pBvpe3MJxWKPMc9Wbq5Td9i8qyAFbEMEQDUp8w==","shasum":"0abbdbc2e6297d575ae6494919e3c74dc3c6f45c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.965396d52.tgz","fileCount":1603,"unpackedSize":28517764,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDEnWN3s7KqWxNdi+aHCKvU0VIPDwFIdOyGid/obomBvAiEA87HUf9uauOj0ubADXl22vDoJb4nXs3lmQrDYc6k69pg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJzLTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmobig/9HNCBRD7v30O5w4nYkvAcRDV0xU2B1ZHiOIt9nq07DaMKnYga\r\nOHFza+hV/oUSu+O+d4JQ0bWiy1Bp8ihnA0QnhYjJOeJI9dhMCNUegRheAYd7\r\n0sypgI4T7nyoZPNr5Ye93nAi49WVrUI9Mzc3mI56VQGNz3sP3/TM15DCgUeC\r\n9i90sKmP5BAAoKV8D/PBGf4CZpdchNZnhbMLq1PSqcmHVOhEYiiNy6Ev5ccv\r\ndeY7dS1kJcboCkshn7EKxEyiXuDDdpUvFhiZetqlKIQYZSwOF1llgPhhRkwJ\r\nX8Of7wLxak+1SM1OIn8FvkVVcCKYrCx3YM+VMvrYNh5vNQmyEBptjR0mwicx\r\nXkFddhZMfdmZ6VvKqVZNIrZbm7k5QLgFKJLlIByksZnZfmdpLIUD4Qgj/+Ni\r\nJ3MiEnZtNS20ZqgOd7A0tABn22cLDYcs7QB36MwN7uSB3nxmjKHO5J1RtVMI\r\ngRdMaPpd/vl5sQsiQ+yZZqEXG57mb33/uMV2GjToVVln/2eADIXsrKECO6T1\r\nPSnpg/J3tFkncGr7XU0CMEKYOV1uQAt1dRKMeqQsSgqfquS+XQCZL7bmiRYZ\r\n3GaUBKHmJPHfzstFjDBWUwEtDjGf2IPQ0Nw2+FV+RwFNNla2E2VQK1nOTbKI\r\njRk8/h4zDOoYpSK6mDVIkzjbLhazVSsHEBY=\r\n=BrBs\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.965396d52_1680290515045_0.8359555169254342"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.48a2096ae":{"name":"@firebase/firestore","version":"3.10.0-canary.48a2096ae","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.48a2096ae","@firebase/logger":"0.4.0-canary.48a2096ae","@firebase/util":"1.9.3-canary.48a2096ae","@firebase/webchannel-wrapper":"0.9.0-canary.48a2096ae","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.6-canary.48a2096ae"},"devDependencies":{"@firebase/app":"0.9.6-canary.48a2096ae","@firebase/app-compat":"0.2.6-canary.48a2096ae","@firebase/auth":"0.21.6-canary.48a2096ae","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.48a2096ae","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-tFWqxzf8mCyuadqBbMovEvaI5y+n3hpbfAi6bmLH7UfsvUO3978TTpWw+cdYCGOqY+s8ARPZe8KQ999WoNpCdg==","shasum":"645493ff7034ce76f888090822634e371a5b7533","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.48a2096ae.tgz","fileCount":1603,"unpackedSize":28517764,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDhBv6qqFLbpSsGXBJxMwcB/wZLWYhik3XgPhexoyUAIQIhAJ+wFjTNm1JXB77IcoN0G7yVMbc8745Z5zP9Q4Nsqcns"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJ05cACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqi6w//d9GRfotkDhIi9/wX1GKpPcI34OfQQpB4BGygTfjOKm79QQec\r\n7rNLU+qO7eBDvxWF+AHGCY1rtoIBhDIgi3taqgK5bjztHHtnp7pcz0LwKsKx\r\nitMq8bjKVbtQQm7Jt9G6N7DUZra7/J8tl+51bcinebx4DCiDhNJdH+/pQ5mx\r\nYs1VEQJPDritspMn2iukA/QQyMa5nphP7XrxH0+dsK8yCv9fIbp5nUh5RYS3\r\neG5ymTA69awXUbSGjen0sBYus1scJp4DQCcpVGb5zieqrhzPoZTDm+MLrOHE\r\nwsONKyMGncDTI0OvVP7Nsw5lVF8bc5Vm17JlDYtthk3c7t4NUGopDTQAkZ5K\r\nzrL2lZr03aGjcZWDE3vtB6OE5YOhc/jNJDpwYQSdBkmLMCYVySWJygceULdp\r\nmsjurlm031GaDPd4nrjrNOWAXzLRHQ+TsVRGkaJsn/zyTeI9ba12e03lbVQb\r\nDQWDLIg7KN/mpeFBL3FOWeiRz+2ACRxUr/Sql1uvQ/PwQDF78Wc/jJ8u7Bsm\r\n0Ilza2PbiU00OiEDTABGZfEyqRKWnX45xJnrabzdZ/MmmQTFecfBYdiWXcdR\r\n3QtKblhcoAzenPWQnVol+qsbo9gk2zGX8BIouex8rvNT5HronsDCRRir9dXa\r\naCXb7FIqH9e/36INq6flsY3T5jaEJbfCDg0=\r\n=eLCS\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.48a2096ae_1680297564309_0.709671737727793"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.37de4d015":{"name":"@firebase/firestore","version":"3.10.0-canary.37de4d015","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.37de4d015","@firebase/logger":"0.4.0-canary.37de4d015","@firebase/util":"1.9.3-canary.37de4d015","@firebase/webchannel-wrapper":"0.9.0-canary.37de4d015","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.7-canary.37de4d015"},"devDependencies":{"@firebase/app":"0.9.7-canary.37de4d015","@firebase/app-compat":"0.2.7-canary.37de4d015","@firebase/auth":"0.22.0-canary.37de4d015","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.37de4d015","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-wkXfdI0MgsDOKsHRa9+AAIfmPyaBwIptlOS9Ic6GLM7F4UOqLRe/uMKBdZmQFPitl4FzFKq/+HInnVa5bgS0CA==","shasum":"e7b00fc84c8b0118d309ce140c642696fcc649ed","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.37de4d015.tgz","fileCount":1603,"unpackedSize":28517764,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHGr4OgjQQEowD+1w3KLOVU/y1/rhmZDOPM0OGvfQT54AiBNpXcLYiTX9vAXvelZm3RIQwdFEq8uqBsgevZxM5q+hA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJ15sACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBNQ//XhEyLbm5zIx+ULdVy0EYPLQ0m5nN8dKR1aBF6jltfCsGr/fX\r\nmV1fMNk7t1g6fXrcVpZ6o4ZZnytnjSLCNV5lsSwLbH+4oAZTgFHTqrvz9AAG\r\n9XyYx7dW1/U9Xx4a5Hwcp/xnywrYWAyVb3VAGcsPTmo01IxkprXk/glDnJPl\r\nOhnrMZWz11hQoDFuKs4m0gvE+RfjvBABYtmrDTXMzcwgZJyecJ8OEuwnARbs\r\nauZbOGTXjmOsgKGwh+zD6x80ACahnz9rSmgjFuq3w/MT5uAQQxJMlsUIEc+3\r\n6eCXNQ5bkwAIzWS+z5dIspD9VnpZrQZoim+zfGThOOorM00AiBE7J9iuPT8y\r\n4ouA5gwPwd3L0ETKQtcpWGFJVsj0vcu50BdtDByeL914+Pb3Ha4lhVqzV056\r\nhkXq/qe13vIVtN/MS+RqRZTqKzyYNJNdT8mYmVS8ZcBSlO9NtBykIhLGtCXS\r\njBYkpyhJtxuIzxau0R99vqkH7TLu1fksNH/BDCQ9mvVWOYk37mJi3xHd9mEz\r\nRA0iHZHoX9NfIiAxg4B+7dZZ723mxCozuL8HRBjRyi1XDXuh6r0oBbgIIDmA\r\nnT0ksaZsSuuF0YJ7dWkwfJk0c77IqutqMgturmaTkXaABFmiz8HkbZW2rrCR\r\nuPYo9DKGteixsoa4Be+X+LoXeUL6/jAaFFg=\r\n=vJxY\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.37de4d015_1680301675926_0.21539087821474956"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.4df00993a":{"name":"@firebase/firestore","version":"3.10.0-canary.4df00993a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.4df00993a","@firebase/logger":"0.4.0-canary.4df00993a","@firebase/util":"1.9.3-canary.4df00993a","@firebase/webchannel-wrapper":"0.9.0-canary.4df00993a","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.7-canary.4df00993a"},"devDependencies":{"@firebase/app":"0.9.7-canary.4df00993a","@firebase/app-compat":"0.2.7-canary.4df00993a","@firebase/auth":"0.22.0-canary.4df00993a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.4df00993a","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-dKQ8T5EMuCnEq9s65GQO4Ojd3OMWk+eB37KClJThu6i5StlX8VGiBCC8D12r28WjAjgvSMjo4YvYBqUrUGZJtQ==","shasum":"287eca69fa0b385d4c1135234d860d9dcaef82ec","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.4df00993a.tgz","fileCount":1603,"unpackedSize":28517764,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCvrfQQwKJNckYl2P5vgxuVIx6k4kzQ2a4WnShtxJEcYQIhAIq2z2LPvZxxvkdpsjBAJaFAFEbOiT5YpXgiJ1sbmfXe"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLMVBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqU7BAAoMDgS8cXSlflzW8VI7NAcrVr/LOyEG1vQ0WA3Ill4CSCMvAy\r\n4s0yRPKzTQI6deCLMUjAk+TW42/pmlyaZVejqyKprlvoytukvqKAUckJHDwD\r\nQYP95FQ7h9wC5qPhlYRQOFMR3Mw/SFTmb+gJTP00dtohdXUKrxrYOUHaJH3o\r\nUAXG6X0Mw7GIJB3F2TpZK6UCXUCv/9c2FxJF7nugnNDJPP/afbQUeNOjULKl\r\n6ZpW/dLZyoZvdPqDig8dSCTJIiCoEeN8iJIwWEj66w8vz8BmjqIU4ZVWz0nK\r\nQYoba2zBoWi4SFxGmb6btTBKO+SMFbwumvv4tc5c6z1eCY6r1miENC+0kKSP\r\nmw+4OGjJ1519aK5KQOQ4pXyE96AD9mTtq907dtmJlwFgaGH552QO9/aqNroh\r\nWF3DGkboASD9vQpGqV2ErDDY5JOY5UradMor1Oa/rc6Afv+GsEaRn0YDX0MT\r\nTAzKdxVIVphUr48IGHvTtfTMpRE8MGocHmQBtCSDcUrCROs8ZhoA8vHpDZcl\r\nqZeU3eQCCLH//7QXjkm84T9wrCRlOxLm3R6riF6PNLKiWnBSXpHAY1nOYQBS\r\nK8mgSXNGdLYTMf6/l/fSgJH/0XiQTviwiQMw61yx4p2J9f/sDglnfgbIeRSq\r\ntMFFWISvZbYcfteRmlf6J+U7x5wlavPXXoM=\r\n=S27h\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.4df00993a_1680655680765_0.9192322879421031"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.852ded64d":{"name":"@firebase/firestore","version":"3.10.0-canary.852ded64d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.852ded64d","@firebase/logger":"0.4.0-canary.852ded64d","@firebase/util":"1.9.3-canary.852ded64d","@firebase/webchannel-wrapper":"0.9.0-canary.852ded64d","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.7-canary.852ded64d"},"devDependencies":{"@firebase/app":"0.9.7-canary.852ded64d","@firebase/app-compat":"0.2.7-canary.852ded64d","@firebase/auth":"0.22.0-canary.852ded64d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.852ded64d","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-NXj4zMe0+8A2Ka7vTHn+rNuF7XblRGjVODq5Bs01lNkRA6SVfWItTA6wZqTg9+xrx1PnnX9PfkL29imY8NEUfg==","shasum":"2563834f0b7a96982925f80e683cb969538f2a7d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.852ded64d.tgz","fileCount":1603,"unpackedSize":28517764,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGnrzwK7wKUIkourp7qe+7+QoLab7fsgi1jk/WwrxcujAiBPdzBq8nWekKIATdGVPA8zkxmHGcgfPK4enKUiDjMY/Q=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLdfvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr5NBAAl9JxuyBX65kDhNtbthzJYWMnKT03hL30GwlMdSJTesbXKScg\r\nXnklliWMBiyvaGZx9oxBTEghCWqPh/yYOIjex/thevKm6NzQsddzrHfz2JR8\r\nUEtm4f5zTS/hxH9rkTQ8lBreC3pA70e8BVHXG+Efpuyrm89FWm23c12K/ehH\r\nNdcfFIyyPjYkvhlA8HAJ/QQSIBWCKdll7j21C4E4YOh/8+JOHlMa6h4WpUvU\r\n9mNqkwXRU02Y6n7TKrFqXomrl+yfOK98RY2yynesrHf3YjAjCnqvMA0mH+gf\r\nYjML2+pFNW0vcOpbo8oViIJW4aU4lePZSVwgmPxb92QsnhiGbWpEsg3YBoHM\r\nNF827Xeo+OYgp31YUOaSv375anzrVN/zvfdMgWvH0Rl2HPDEJItg6HEigiE/\r\nHZRHHW84XFjPonuPzdnsgxRB3hPpF11/Kcy4HuCK26hx8KwDm2PYu5/VSVu/\r\nqg16BjgDKcO5AkWZV9T2Jk6cvUzlXUT62L8UIN/G8XSfV7fv5vdIx/gpnQIV\r\nM0IjBBvwkw2veyabOngO21zkgFHo/Z4FEL8MLl7K7tMnO5V2E9ypPGtrvqkC\r\nbznRgfSf9MsUH1L6nysOxQoi0yPPEvr3vmhY+j/JKdPY60RoLMNHyB7cn8GC\r\nY7CuUF/1NveOKeZljK/CnojZYcdMuWZH6q8=\r\n=IuZW\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.852ded64d_1680725999258_0.31725506205519616"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.f1b1c5a2a":{"name":"@firebase/firestore","version":"3.10.0-canary.f1b1c5a2a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.f1b1c5a2a","@firebase/logger":"0.4.0-canary.f1b1c5a2a","@firebase/util":"1.9.3-canary.f1b1c5a2a","@firebase/webchannel-wrapper":"0.9.0-canary.f1b1c5a2a","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.7-canary.f1b1c5a2a"},"devDependencies":{"@firebase/app":"0.9.7-canary.f1b1c5a2a","@firebase/app-compat":"0.2.7-canary.f1b1c5a2a","@firebase/auth":"0.22.0-canary.f1b1c5a2a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.f1b1c5a2a","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-7hoiR2zr7WaDtJMP7NU80p3iw8+ADfbwm8Ve24EmgbcWx1fHmTvnYEljt0FClMB1T0VUViIXywqpWfHVsVnzWA==","shasum":"c927321f47f316fd713d816a0d1eb01267fd3050","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.f1b1c5a2a.tgz","fileCount":1603,"unpackedSize":28517764,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLJPRjpV/+BXjPLbzVP5CiFwSOY8i9LgOWqwYYtBDkFgIgUihldLXhW3KMTeUlRJZU8hEUfNERMwmv5EKoavAEta0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLyQsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmry/RAAlAqfWia9EgTN/forVmT9aLXK0Gd1hg3Z70vodP+97pmV4/n1\r\nO/YalRgtkKwIRWh5pFqlmR7bFBfKSlF34jLzBNv2Ie6L16qZ/vHNrUUq1vMv\r\nDlaPGkLRhVym/WBzRm/oXm9PLtuCVWVv4d87VrtKORXp7UID8pv8GaNqNd6Z\r\nFlU/uiU3qi+8SD8nECENOuqr1Kq0ubY7QYO5pMPf7Ii82L145grfR75p02je\r\n+aXpfJejWoTNUDJHDZsrqyMCsh3WT6fh2lzB9SUDG5q5WVa+/yRX4k0012ib\r\nxyzWWYe34bNnyT+T8DVI3/Y4TXZjOQw2juwsbqOtIZ9eGp83DNUEk1izyzOT\r\nnrJLuiHUdYs6dhqC3bOv2xetDcjCkz7bINGcN+BiTQwb8hR1oJixRcYg93kp\r\nl2KKl3CbPPEoJmGZ9FBc7PotKadxdu18yeK4jBjWf2jtZusvfDwpGoTVKE1i\r\np37tiAZd8teZP3SZbUR8lX1nxjcNqt+bemAug1lNjt0stP4xlvP4Kde2B5f7\r\neKt6UsnnMREPdvPkulfQtbnZXH6xyQVXgd0Yfk1k5qhKA4SkXoPIlQTvoPLl\r\nuETKwQz2jRMqUsODySC7yCCQhNKLx0TB9Xaf1du+0NsOwFZCZCzHQcOLjHmG\r\nd1L/SJBypPyd2GJJ6HYJjlmPebJXieswMRI=\r\n=41QU\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.f1b1c5a2a_1680811051583_0.5042863552907793"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.264909862":{"name":"@firebase/firestore","version":"3.10.0-canary.264909862","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.264909862","@firebase/logger":"0.4.0-canary.264909862","@firebase/util":"1.9.3-canary.264909862","@firebase/webchannel-wrapper":"0.9.0-canary.264909862","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.7-canary.264909862"},"devDependencies":{"@firebase/app":"0.9.7-canary.264909862","@firebase/app-compat":"0.2.7-canary.264909862","@firebase/auth":"0.22.0-canary.264909862","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.264909862","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-otpKUmyrqHqcDg2UmGltUVaHLe6QA+M/Zgc3bYSZfI7mFQ4NhcVgWNzu3qhZVNJtuQez9upOQMtONRKE2vVoHQ==","shasum":"a84a07dcbec353e1c36f429bbb49a9e1124e7485","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.264909862.tgz","fileCount":1603,"unpackedSize":28517764,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDN3DJ4FohtgBkQViUQStIg75dENteM0Fi8oiQeJIkkVgIhAL9oG2JcEuJ43RSn0Oy7jxS/H24jYIrHoECOaMoCi+Fm"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkMGV3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrK9w/+JRXECBbsleu/oa0rcSm28Qtp2zGybkHzSfQSqq2J0ZwwXfK3\r\nifl/b2dbEXERAtzmjwpiWLe++9NLJDQWlXQXeZxe3rCyvEoxAp/+A+yzc+q/\r\nLWdOatx+n7Abbr1/YIMUyzFCX+nUahkUChJMHEz7rM4AytOHwCstdP8gzono\r\nx8sVzCBMV8asIDTuEMYQRYt+58Kxy1O1mKjz2NHiVt0V/00hPnhax7YeSB5G\r\nmTjviw7mXA6Z+R6GXzLKe9EoXjG5U9X2YB3AG57eBV8DEkJcl6Ce8Of6Se01\r\nmvN/KQY+Ty85/HUpyDGxYvQAX8cKf1W81qpH1GjEFTQkrOhYxgh1otRyjFb2\r\nmFYykp5PJQHFXYN0pv5oJtEb6BoNwt7HevnvCyjpByASZ2lfZHe69t8/gTEN\r\nsrnBOSYZXjPFjK5Zc/Q8qlrkHXQ5IYCvZdvl6+nMJ6ixAW0E9WBsLJqFKgJr\r\nHiUDtjUEggcgO9gVSQQ6sbc8lSQL2aU75a95vhHTltUKYwVua/yHt1Xcndcj\r\nYMHa4Zff9J1wMUsUmtA1xRql8tJLxIxsynmR/ZCHJEyxYR2QmnBvWZcqDxwX\r\nEB1c+c7lz9d5ffv/JRxPQewel2Hjb++1odoYaMRON1gD6KaMnv2uA1fH8kh1\r\nb3iUln//SvNg37tCba9qrP5REf6KuQEHTJw=\r\n=llh/\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.264909862_1680893302918_0.15734221989447406"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.fb6df8340":{"name":"@firebase/firestore","version":"3.10.0-canary.fb6df8340","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.fb6df8340","@firebase/logger":"0.4.0-canary.fb6df8340","@firebase/util":"1.9.3-canary.fb6df8340","@firebase/webchannel-wrapper":"0.9.0-canary.fb6df8340","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.7-canary.fb6df8340"},"devDependencies":{"@firebase/app":"0.9.7-canary.fb6df8340","@firebase/app-compat":"0.2.7-canary.fb6df8340","@firebase/auth":"0.22.0-canary.fb6df8340","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.fb6df8340","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-C5YTGqud/k7B1BK7NN/bs/beMLHItwNTkIJyM7j7HyVRTXu69OvZbhC+vBzN+p8oil7UsDwPTndSmNFSuYSNjQ==","shasum":"3b2c0c0776d160a008b7025d43c858d3ac63b07d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.fb6df8340.tgz","fileCount":1603,"unpackedSize":28517764,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAzbm1PiyulhqRbOcBlZj5UGiBmqMlxQsO67/+mguwGCAiEA9Akaf3rTDBdcyIsclcwrAb2KqsppX8C3ddrE+dNjxkk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkMKDnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo5Rw/+MjDZAJAMsyVzL8c4cG3NHBE9mpKV8DUvQgDc66Qvb/RLjXHe\r\n+gqHkyar257Tp05HxZjCZZwYCK0fo7ZaW+oOw1CVlLZPHz9dtiWNK+jkwvR+\r\ntUoYSsuKHF/kNZSuvN78aRzyzkU54nlXjKyn7JkSMC7Pma7Ugt09cLsJ5koy\r\nAYbdNBL+mmUJn4FlF1269mMveKqB4aoSopmxR8EqbycFX8H8GCCB5UmRdVDw\r\n4HwHO5/VlPxL3Ay6JtKabsb/7eHugv2evl/ciJSeqci5MNBXmHRI7b2Noedn\r\nvbwhPKr+q+dfx+Ovv3oXnrrIvEMBIm4AX1I1tYW2yx4Kd0k2d1PvOMloMod7\r\nTU6s6dzSZcC+1qxeP1aMpe5oXzBEwCn3XanNafb9re021VJo+Vto4P5xf5xB\r\ngV637b3imMsuWj0eN2m82n+ImAMfjFmf/TDEpgH9dWEyuL0xlngDp0Kif8Bu\r\nghXcowCgvd6/S/2HWFBCKff8a+1m1LCtkvo6NA/QIID9fi7HKmy4I6m/Q3AB\r\nVTImDcMpCcc3wDdzkC3rm//joqH4V6oY1d4LHytSS5hkNrKJILSwxg4wOJ39\r\nkogUrwjJpfbs0xAg/h8UIE2vyfHvDwoApVd+BtTYLJj2vlAEK/PTJSAUYTRx\r\n6JbQF2QIKGPDZgPyXb5N9++VYBQ546SvKwg=\r\n=2ulT\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.fb6df8340_1680908519221_0.6788035831486303"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.b04f04081":{"name":"@firebase/firestore","version":"3.10.0-canary.b04f04081","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.b04f04081","@firebase/logger":"0.4.0-canary.b04f04081","@firebase/util":"1.9.3-canary.b04f04081","@firebase/webchannel-wrapper":"0.9.0-canary.b04f04081","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.7-canary.b04f04081"},"devDependencies":{"@firebase/app":"0.9.7-canary.b04f04081","@firebase/app-compat":"0.2.7-canary.b04f04081","@firebase/auth":"0.22.0-canary.b04f04081","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.b04f04081","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-u8UCB+z3CuQReiJRnty/EuWuW9VWkCe2LeqhIMTpZx9lLQc/uQEZwgo90dwJG1HXr+NFpKc+R94FYwbNJ5AoFA==","shasum":"d992ce241014e85e8cb8e24042d27ff4b93d5fde","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.b04f04081.tgz","fileCount":1603,"unpackedSize":28517764,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE3476JljGvoNcnNK6sIbpx3E0hsNxLIaAS7YpKyZghKAiB/kid02+SuzJ1wERKzslAFr3MM2S01lWV/Z2GANxhpuQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNKXbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpGXg//T2Wx8AzfmVFeeqvONCQU4ADHT4S6QFIySNXVON/fyl25s00M\r\nZg4SwcqoWG3xvKwjgrhsKLuK1meELPb0f0Q6texjKF/h6imeApQP9URyMHkm\r\nsIP0PWE0o9v6kCXvRSSsV1ptJvp1YZOgympgBe5ZJqmhoffjYCuSK3SFkiC0\r\noJ+77ll3DqSfqVoR8rci6dELeXg5rDv7BBlD2V5Mn+xYdFyMxGOWKqQg9QZc\r\nnvM1/3u+RVkXCI52gI3/WQV0knF1/beac2tUKmhAa1Lr0x2/VRvKNLXUMOBB\r\nXs0lY4b/BUEf+4HQlJnUahxWoTRq9kur91L5sH/b93BjkxAJEwIRjAFdIwW6\r\nv/uex1WxvPItF0jkyd5vIFH/UWx9Mf00SXJ68cGQQ7/MRbbNMuxhC3Ag1ijR\r\ngUOuYf5r2PvlskCtW/nj8giVVpMXFJorTy7I06E5osmGOEtjQHYAXcI49L5W\r\nHKGYFJheFL72lJGOgFd4G5g72q5oFrCoAnq6shP+32v72A0XiZJdSGfuoIom\r\nChgsIQ6d/M580Vz+XGFk5EjrV6RBJ2G9q2J68MnbpHCNRLFgVhBf1OUwbb10\r\nphbpiNAnwcmDt9DbZdc7YbixvWv+voM8V7Yek2eedZU8OPanVkmThDlq0XcT\r\nGMP6srC3+mFBMOm2/kNFIRfVXF2g9tpHHIg=\r\n=Pz8w\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.b04f04081_1681171931430_0.44835745542134253"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.ea3849fff":{"name":"@firebase/firestore","version":"3.10.0-canary.ea3849fff","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.ea3849fff","@firebase/logger":"0.4.0-canary.ea3849fff","@firebase/util":"1.9.3-canary.ea3849fff","@firebase/webchannel-wrapper":"0.9.0-canary.ea3849fff","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.7-canary.ea3849fff"},"devDependencies":{"@firebase/app":"0.9.7-canary.ea3849fff","@firebase/app-compat":"0.2.7-canary.ea3849fff","@firebase/auth":"0.22.0-canary.ea3849fff","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.ea3849fff","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-VAEVXFXLtOCDsatTNJueiVxDS7sZD4k2qPnwTPQh3BQqhZLDraUE/xyYPHW/eBHV4lEPdQ/EBcHzfuXamLmqrw==","shasum":"e1cebd574db0a56153db5750d3f42ec2b9bfc1f0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.ea3849fff.tgz","fileCount":1603,"unpackedSize":28517764,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBOUZ444Nw76GG6GfPVVnGxwU0n3Se3sPxpvGSYUDQQCAiAdHh9sKSD3R/YY5JcxFlImgd8KLiCSh+mmj1OGSrrp9g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNZU8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrO0w/+MKkPfBDxRzuaomHb82mONRw6KtrYhEbqvge1QPdmPGGeWFrd\r\n6v45tVv66JDjs1DsU/h+NmNbqvGrEHupmQrdDey+tyvQioSGvID8nKKHLNtl\r\nlchH1oQUT6S4QCUvxxNtb0BNoc2A2Wys+hsf5z1MVzFwYBkxy3RYjkxpf3PL\r\nu6KCgBBGm01yimW8onrcnAryc46SdeX1LwDz08pUvOv1gXW6I/+4d3LZPLQC\r\nRDITif4hrmOaHuviVeZyNS8BXoNnlvq2SJVzfQmSiXmPinNPuRmSK2rcQd3Q\r\n1Clv448SLt4U8+aZ5MWeyPL8Iv4zGg/FIEkIxPiSAEfdpSF3TbGC6BgVIbVd\r\nn84xsBalD3uWFgKRQjfB0zpM+ZVAiBpNqhMPsWnYH/mDzR7ixBAU0sULJ8do\r\nRlfF9lqvG6yxsGMdgxxxB9AoxAkZSHcg1R9EDRJSGP9dTJPIhngAppC9U09P\r\nwKwAcG6hbqbFN+n0ZKeK9bYEBD0xyxZwo06cAE3JADLFt7ZZiq5aPowKwEB4\r\n0LhtoxUHBQVW8Gf0NPjAPIQp++I18PAXGpD4S8/fAnZgrRoK9f4zWL1doe/k\r\nQROYFgUuM8ZsXu1epTNwOeP55Ug/H3hqDgLJBM9JPAAAOpb2l23S9o3yXYo6\r\neziPqdzrIdEVM6bYLTUWEgmFn5MccvnAgXk=\r\n=AUVD\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.ea3849fff_1681233211890_0.5559935634346442"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.6f05b1ab5":{"name":"@firebase/firestore","version":"3.10.0-canary.6f05b1ab5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.6f05b1ab5","@firebase/logger":"0.4.0-canary.6f05b1ab5","@firebase/util":"1.9.3-canary.6f05b1ab5","@firebase/webchannel-wrapper":"0.9.0-canary.6f05b1ab5","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.7-canary.6f05b1ab5"},"devDependencies":{"@firebase/app":"0.9.7-canary.6f05b1ab5","@firebase/app-compat":"0.2.7-canary.6f05b1ab5","@firebase/auth":"0.22.0-canary.6f05b1ab5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.6f05b1ab5","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-yKSyM4Dmh2qjDzVnxFSe4zJvlrWqvcIy5hOBDWVsUmL35paSfTOipAlK/Ag5+3vCPwTbiLZcxYSKWeNbFpMZWg==","shasum":"3cdfc28bd083bec75bc356a08c76dcc694fce37b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.6f05b1ab5.tgz","fileCount":1603,"unpackedSize":28517764,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7iMoEpuxzZFs6+ZwArX4J71VDWIA+zIxM+QYYIkn8AgIgGVcv8G9666ZquZ5xPa8M5P9vnnHGJQ3gl5is8XSrMjQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNc+yACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpD5w//S7ws/FduiEHRD8HAdqM+JEklmYmekgBs3ggXtzB5U3bcnGv8\r\nkUn4k9sC4cjWeBKGpgdr4q/Y3h4i+scKdFPi0LxkZfJUEBo5/WgmVgWkLlp4\r\nFsKIpHmhlb+4iBJyJ2aXwm4qFCF+nlz1B+702ueA70H47m4/REiOUcekmVZJ\r\nI+kWITL1ycEJ2n6HlG7xKNv+B61RvF2PgWvJacoD+W0t5nleHf0mAcOajCLo\r\nbVpw1nQFJ3GlUugoC/T1rPIkHZ63kE/ksh2VpjwpCm/iHEeR0lu7VF7CRM33\r\n43AhtQB8WibDykinxxM/Fm2tI7te0SOuUdXQSkp0nMGVVyUzcPg4hST1zDXn\r\ndeRT48Pu0YkLJ4TD/d7sRkzx3rA1n3tYvP9voGpdi/KMmH0gemRnDLbw7MjQ\r\nJj4+xlsIVo7rKO/qTsjghYNMEsbnLYXH/VGXEKfd9DplNMI8WyFUMVZhCId7\r\nydHj9jbcqKEkFdr9Es3HuEE45bMpRbS9B0C7HmIyICmBbg9ihVnIjzc2RRBA\r\nr/RRFtL+tTnZXovfTqfWrQLXMyGdD1rIy6e2QHDp4BBLw/ncblsAFu+60Mb5\r\nALStQwk2ejH/8B8KX4Cgu0Db77PwQiQW7v0vMLSOHMoLJEuicuTBUbbUaut6\r\n1YxkLah2t2NMMmeSljcVfiTFlHPEa+h488o=\r\n=iUgq\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.6f05b1ab5_1681248178414_0.3387461667080516"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.833ca9029":{"name":"@firebase/firestore","version":"3.10.0-canary.833ca9029","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.833ca9029","@firebase/logger":"0.4.0-canary.833ca9029","@firebase/util":"1.9.3-canary.833ca9029","@firebase/webchannel-wrapper":"0.9.0-canary.833ca9029","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.7-canary.833ca9029"},"devDependencies":{"@firebase/app":"0.9.7-canary.833ca9029","@firebase/app-compat":"0.2.7-canary.833ca9029","@firebase/auth":"0.22.0-canary.833ca9029","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.833ca9029","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-rQERsqWWJrN/a0PAgS8mNGwgRcg2V1zR2yX+Qhl9BKr9W4No9aVp2e0reNwM0G2Zel+0HYaQWvmZQjKkntMcZg==","shasum":"c004b2fbad0c70e903892a840cbbb6307406c265","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.833ca9029.tgz","fileCount":1603,"unpackedSize":28517918,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDn7ABoPWR4pb6jJW+3HgUMNURhopWYIYMYij6lCXmeUAiEAh0CDfbbfcnfojDkIvVQtfJYhMCKntFHI7WS5EJzVcjA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNwi1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqqIxAAkzMa2gG+suiGPfRxS88BASqgJ/1hxJQ/lderrtbqG98Ww2T3\r\nnmTpAzbZDKz0jG8tqZViRVv46BaOSaRvrrag/4IyX3eSvI4mQr6vViIE3sQo\r\ns9KD4Nt7RLfc2qaf1KN8dxHWEwiPn0lFFG4DTPmso1QAIFsWsTok1Q2YsqVw\r\nD78Oe7uofb5EFL2gL6RVrGt913Fmu7kbKBIWVuaZtN94zeMYc9XKZOPxsyIL\r\nsw/qr6QfNJcYxS6Ya/wIRiIyxp0A1mVZrHxKfitPPkkZoh9vKCHKgUwQ2hVA\r\n6OShlDTW3vc+W+/g/XHhkS5qOQzOZwqOhZWJ/Ta1P4uFLRvd4BwDfH3YOGaG\r\nUnCnbTFiIYjxT9lA5OSS6FkdC8XjjVT/MpmvyRMuPj7xiOJsHkWk/wbqc+lO\r\nhR5HLWRz9jcvT72UX9CItT8i2pZ93DkZo+n1POshd8YQZh3jUmhIbzljmjdT\r\natev0ZacY0AA0fdCT5SlQq3/e3/658Lnr+gE2ienVN3IEPxKdMFLfFWSRAET\r\n0K942Qw8Q+7zTlRThhZMhHOTugCEivq3b7ORQ9VjyHts3+u2W9uL8ZO4cR6e\r\nDuHVqf3X/9azhrULJdZ2HMbcUDDpbAw0NqbcDo7x8w3ropEvWlTdf3cI+Xv9\r\nyHdFA/K3GDCddvDVRmmUB7aKQT7FZ+W3Nbg=\r\n=2/Tf\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.833ca9029_1681328308819_0.39926983263581906"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.8c44d5863":{"name":"@firebase/firestore","version":"3.10.0-canary.8c44d5863","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.8c44d5863","@firebase/logger":"0.4.0-canary.8c44d5863","@firebase/util":"1.9.3-canary.8c44d5863","@firebase/webchannel-wrapper":"0.9.0-canary.8c44d5863","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.7-canary.8c44d5863"},"devDependencies":{"@firebase/app":"0.9.7-canary.8c44d5863","@firebase/app-compat":"0.2.7-canary.8c44d5863","@firebase/auth":"0.22.0-canary.8c44d5863","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.8c44d5863","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-Jtsep2Q2QfXR9QcCWOZfmXvx84HUmFLukAzWpUkqPzVTcJzPbmC9vhBGTL9+4xfVzbcX4DVw8oOjswWwQSS8Xg==","shasum":"80bd7e5219c6f9ebf9db67df7182fe1f881074c4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.8c44d5863.tgz","fileCount":1603,"unpackedSize":28517918,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCcEDYP4utBju3tGEETpzEeS3Bt1GCYqp27fY1pteJs2wIhAK7pI9voFRtAx9203GqAVk6G0EgPipJOBSMAUguDc4WZ"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNwuZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrSeQ//TDnXpNGpT0mFRMdISyoyfPsYsayIpVuDYcONFR9teMMz/O8V\r\nE6LS7YrlA7t3roVSMCvaGDqesJ81GVkIlFAIdg4XMP8KSdABYNpW7GgAwqEY\r\nRFPdgRuGGrpgvNofurBUntyhZ4OR2YLUuMw5pRNTh/G7bRaoUWHmvNoezjba\r\nbmMUeNkpIMYVLzjKl34i1qR31ohgk+7ZYuL37KXqC+92vbv/G8oE6uTBWuX1\r\nV6UhK5Wrz9e0YpQbqfRWWKMiyoqHebJ2l4T62Sqmr/pKu1MixTGThzzwUWpy\r\nKOJkUNNUjGmhLpAWml/pFd5RvY34uaMCUEr2qPB3raj7KLaPL0H92yXiLW29\r\nyc+yPjMD7vtemF4tsKjS7CnSRfPYc61hXgabFRIWuzryL+x6P7FCbw/34RaT\r\nyCFdCkCkc7yJ8GPVvI/VtjNWxoefXMhXxKplJrvGKPMHupeRjjBolb3v2IlT\r\nK16gYpdoWuAYKnFj38/tZJ0za67/pjRhg0hLxVcEGGgEXwzU9V9iTOLMMBli\r\ns8e6DfE9Np9ke2WA6Q7Mnq5LZHj8+76HJ+ucT4zb5dy/LAWHDTGbp8sTgwLG\r\n4FbZFlgFzUD1r+pryQlWpc8Vf2j3Z6c0pIlpDc56xbvvmppe5VengusCmQjj\r\n+klnVuJgAwc8VYbIuEXyJyjKD0iAqhpWjB4=\r\n=snoj\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.8c44d5863_1681329048399_0.5450696673408788"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.b66908df6":{"name":"@firebase/firestore","version":"3.10.0-canary.b66908df6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.b66908df6","@firebase/logger":"0.4.0-canary.b66908df6","@firebase/util":"1.9.3-canary.b66908df6","@firebase/webchannel-wrapper":"0.9.0-canary.b66908df6","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.7-canary.b66908df6"},"devDependencies":{"@firebase/app":"0.9.7-canary.b66908df6","@firebase/app-compat":"0.2.7-canary.b66908df6","@firebase/auth":"0.22.0-canary.b66908df6","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.b66908df6","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-5baNnfQiLlQ26pSGycGKWU2woyEZkAfnvVNGFO2lBvOO3SunxIi3q2MYfsVUd+008xeK8g3QZxz6g+Qxu5GWuA==","shasum":"820ddc92ac23583936b4c6b0ad7b93c55e6cef0a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.b66908df6.tgz","fileCount":1603,"unpackedSize":28514597,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAc3Q8fJP0HDVkrNN+uw7hXv9bJoFH8sQjxsmKbzqKGFAiAaif2vgR8UWfOn/tDfg+qutCDguI5fClgHjegiPbBDXw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNykyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmprihAAol7niFnVD4UZy+MPoWmWsreKzumDz6Uthz8FSuw4xHqAE6WT\r\n3nAybSHbJW55lf+B4YtLGFVwjhMBiBExEKQkJ4ZBmrQqqFnNfhpl+4cNm04N\r\nbxeYVMqLgmO0Byz5AVZFBxq+euLKAaGUB9TjvNJUi+jLfMoKaQCQ9vWy4Ksl\r\ndaB38AGx6AKoStM2Lho3NyUsJG1hlhY6Z00y5Mhssw2b3DYjwJzwZT4FgGwh\r\nhiirByuB1guidfPA/l218z+HOaiXmJ3g7U0ayXLVusqm6gdYfy6KY+prjKTZ\r\nFlXn8y9HG/irIOVX0CtRYQVQ+l/BACn4vMDyd9+GAnXgTFqy/bhHU6Z+GpUX\r\n+adIoPCtKRuFkUDqbzHXMODC2ZFoqtOVD3ayYSb+8TCGhlOHbJ94SYFjs52+\r\nLRSnbIhnm1WOK6fCy2ekxV5SUGqjAQh2uoQtjrM7rAeV0iyUMECy2oEB7TYu\r\nAM1hjxxVIIwSccSqHrVZLOyexEPtsibMhMGj9Wj/y1WiJ8YIxt5fDI4KDlNw\r\nyx7hZb4dMJh5Wwk2me88a4oV0viBzzv8wEtwCSOhl3P6vaYlebRXAwCrViOT\r\neXa5FVYy5Iw6i+VsZqnUe+hJDJLO2cMnl4TwicN1jspwtmEgPZPPCt989Xw6\r\nVV6zmh681Gg7wxQQIeHV9qO3yPzWhezRNg8=\r\n=CVrr\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.b66908df6_1681336626107_0.2310298026715052"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-20230413163153":{"name":"@firebase/firestore","version":"3.10.1-20230413163153","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.9.0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.7","@firebase/app-compat":"0.2.7","@firebase/auth":"0.23.0-20230413163153","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-20230413163153","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-txvhwZeKSQEcynJ7KhnMHZ3tC94fWsP1i25SZY4CsatDrp3DG4eKx35ndgqLMZh3T1BiW6pY6n+udmhqVNmwtw==","shasum":"29be690c626bca1c3c7b767a72de8acffbba096c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-20230413163153.tgz","fileCount":1603,"unpackedSize":28514771,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7LqRtlzcT18dgsm7OiTJF7xxtErRuF24rucnBnfnkJQIgTGJBcNefm+IIwKQuU1T9wdogyW4+LrMgjlImH6wbpKw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkODMWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqDIBAAl5zeQywfXGFE+syeXr2CFrqsrI7AFjXxg/HZpt4WuhGxctQ8\r\nIrguUAqP0LJ0rjrb5WOeyJdoDRK1VQtZh2Pwqw3Rgk8u1pRvqpunhyV++0iN\r\n19sm88ua3AbkSxTs7qt7KV1D+vNeoFqCfCeXM8QEBAeJZf2qAKRBc+eLqpYG\r\nAK8Bfm8UTJSIUzMl4wWj1M+/J9kX63Km3yxFRlRUmBHQvaDbmSvtNDk2VnG9\r\nRQ2b2Vdx5jjKAz6R2bmd2qFsctTyCGjCxmjf2fWQ566dMj6srIQnTEs/S1Q1\r\nRmI881dONV98Edi0D/o5oeCfCZtFoUJuBGti6J5nYvVCyvaihyXB/USngZuq\r\nMPpzWztEokZZV9qF1E+y3itCEhCYUB5FuZTgdQi7sYVg5fQyGk1spWshkeTX\r\n5281n1rHgvV+y8Al3zzOZ0D1fdHXUhusqG4C+ft0pDubfsmTTxLPzCBgzR9S\r\nObaB6VCTDkz//Tvn1fa7hUOMMIEtCU+EfCvtZzSaa2Cug+2IYlaCMWMX761V\r\n0+CuT73vJTcB6yogk7x0evHuZoAOHth/z3X80AphJmW6Sb6b7+wbvU/ayv+R\r\npr9l1uAul0Xdaj3x0NazirbRL7wGqCpdRFg7p652AIjD71F3TEOwJL7EWzoy\r\nPk6BPCYYHVf/a/H6sIrZbPD3yTxL+yuH5H4=\r\n=7as0\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-20230413163153_1681404693645_0.8713144325032276"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.6b8e0c13d":{"name":"@firebase/firestore","version":"3.10.0-canary.6b8e0c13d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.6b8e0c13d","@firebase/logger":"0.4.0-canary.6b8e0c13d","@firebase/util":"1.9.3-canary.6b8e0c13d","@firebase/webchannel-wrapper":"0.9.0-canary.6b8e0c13d","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.7-canary.6b8e0c13d"},"devDependencies":{"@firebase/app":"0.9.7-canary.6b8e0c13d","@firebase/app-compat":"0.2.7-canary.6b8e0c13d","@firebase/auth":"0.22.0-canary.6b8e0c13d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.6b8e0c13d","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-Sd4EfX2se8laYzZWbKmLSANG1g+I4j9ig1WLmGV0znaAl3Lp5TugYuxXUnrRFDyGSwVleJN+uO1LKiVkaYu6hg==","shasum":"fa3076f49f72fc7a6f71491f21f1225bc5ea1788","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.6b8e0c13d.tgz","fileCount":1603,"unpackedSize":28514597,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDxkl/DBKZd876Sf2b8m1F75iS5dN3SEXgc8eXQvQsdQgIhAIaLVDCwTfjSp/fndIqZbFxzmejftD3ybqdnQXSiq7WR"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkODSCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmphfxAAj9aBVItIoisCWH3kIJNtePwHtsK/CbLL3jBDJ9JvIoCkFx6A\r\np90K50bm6YtqW9VaTV1NmggnYZjhT+FWjvj9PlPrHiBHJLLXErd5Sry/lW+o\r\nRT08l10TpJC6Ci25tLiEwVZLdIrTy8HtQo2QNcQH4hsSfQpZm1OtZ4uy/Bm1\r\nkW5ojh1YVX82boXPS9MHiIFyIvi0bKSxZvLbVOfXOHo7Catqoppy3CRXrZIM\r\nX9rVR3PkmpCJUP6XzDRs8JZMxwMa6A7K5uYJTVw4Ry671blLG/VH9pYqLZhh\r\nSBdbFH9HobjXiSQGE0V4CvLinGesB6Ya/xZyHxLycCraBwAk9/dutYrrFxUQ\r\nw435VpqIvrJhdyN6G7otA+7RaFYtCMXH9u+gmWvCAfYei3xmu3jpBLd9aiZR\r\np+AfcZOjOwh+Zy2cy0tjSx0bfU/yk9HIfubqg9jWTjG+ongkfjZvQrggEk/F\r\niWw5vH7UaQlxnifUxTmlaEZqaVoB/NwZyxh5cnyAyPprLYZoVII4sPpPu3zT\r\nVRw6k6bFpXHuYg581+JQpgBBV3/HXRKPQPXt6poyhiiFBbi96hYjr40vLXK8\r\ng/pyJovCkRSJUqS98ghxfK+U31BM/0h17UJWUe5xfu/AoeUFokzksZoQyya2\r\n5vcIYqEdhhAwoAUQ5HVGLYgFrswamHcQ/ts=\r\n=cRKM\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.6b8e0c13d_1681405058501_0.9826502954744809"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.a9f0cc80d":{"name":"@firebase/firestore","version":"3.10.0-canary.a9f0cc80d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.a9f0cc80d","@firebase/logger":"0.4.0-canary.a9f0cc80d","@firebase/util":"1.9.3-canary.a9f0cc80d","@firebase/webchannel-wrapper":"0.9.0-canary.a9f0cc80d","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.7-canary.a9f0cc80d"},"devDependencies":{"@firebase/app":"0.9.7-canary.a9f0cc80d","@firebase/app-compat":"0.2.7-canary.a9f0cc80d","@firebase/auth":"0.22.0-canary.a9f0cc80d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.a9f0cc80d","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-k3HL+UujoQRdDJZrvgOe0sMTeSe8Zzc9ZjNxfZcfXK8F5PQGKGng6zaAdBQHT0jQMG2S77lSScV8878+Jltsxg==","shasum":"99756fac4a92d9ff9690cfefd8477fe744d90d07","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.a9f0cc80d.tgz","fileCount":1603,"unpackedSize":28514597,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH7lMlIbctykh0IddI7Kgtef8i3SwvtyQtCIFYyzDs86AiEA5wRyKFTblN4/4gftrN4uNoOqNj28D+fglTVSroDfNR4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOFVDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrDqQ//UfAZB/ofMwPj/VTI14nuYYlQ3lBvf1fAp1UqTtRoqmxo/OpC\r\nr9MpW+46yItc7PdGp7DRGL4gDNwZIZlwCwcO693ET7StfruycCvXRYQj00vy\r\n/ObGoEo2Xmw/8N+odXzHhV5m4HH5Uw1UcNuOf1co9j5mQUZbAzluSPr/1YFY\r\nGL7ZIkx9qQXiLw+R86r3jIZG3Oi+yFkpvTLkHf4VTg89kQ3zppVZVMi/0jWS\r\nRBGcYdwhAxMf74YAFNhrPza/i9b+WY0T4mp0BQNu0tdoyxMT9TqFHGj/d/x+\r\nX8yOozhi19oGPWi0OThMKSNFTQeGOFS+9RFpWJp2pxAS2JMo4EQLpPpfd+/Q\r\nZ+Coexkfoo1EFDuxDewoGNMkIH89WJR8f7FDRz/wiPXq4IVQyuhUcY90Aok4\r\nPkK5r+Xd6X/icwGsb0ndMA2y29U1/XLH3p9Q42DitLr8ZY7rZTXct395rA7v\r\nTfpfBqPCPTzOWM4RrZJJ1dXN1g/irJE5EnJey21xDW98PCDR4QaxW9RoWtt3\r\nrMI1TIF9G1KIZGptIPIme3NksXw9D16zaKD1ctR1k3Hbj0ekP4buTqqTlGoc\r\nmn7cFSKM2CgsWwqG4J78uD8Lnpf+t+lXxWmXz/ujnJ/ID0Jfg4KxOznep78+\r\nnm0SHxH08X+OKo/q8XAG6NwaFXhaP04sFbY=\r\n=+gAQ\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.a9f0cc80d_1681413442820_0.21361606767914476"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.ecb4454c3":{"name":"@firebase/firestore","version":"3.10.0-canary.ecb4454c3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.ecb4454c3","@firebase/logger":"0.4.0-canary.ecb4454c3","@firebase/util":"1.9.3-canary.ecb4454c3","@firebase/webchannel-wrapper":"0.9.0-canary.ecb4454c3","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.7-canary.ecb4454c3"},"devDependencies":{"@firebase/app":"0.9.7-canary.ecb4454c3","@firebase/app-compat":"0.2.7-canary.ecb4454c3","@firebase/auth":"0.22.0-canary.ecb4454c3","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.ecb4454c3","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-ODQDUpGyLI696Wwol/AmWe+LQtK/FoyySOq9DRUOyyfwi5yfUAJKC5ncPsG3qpP0ZSMt4ZsH55k/tTN9WkyPhQ==","shasum":"d9ba734e7ab05d82aeb289f8a498f829c51c7e24","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.ecb4454c3.tgz","fileCount":1603,"unpackedSize":28513925,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFDY5OFeguDG+naDpCulB6zlm09w5YTxSA/X4t9af7gxAiEAm6/XvfWJI2kOvCkKL71YF85VNXD3tsriIuXSzZ4t35o="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOXWQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo81w//Q8Qv7HowvSNvR2FRGkG6zDw4uL2HUfhPSV9fxbLBO4UhgpJp\r\ntnAVf0R/b5zLS4gb9KIWSDEV84PS7h9tJNWytwCUfHpYaJHuWerhs5Jym44v\r\nfH6pv8KwTjz8H6WFnZzqBqY93gT5D7tddBbavA96vi/4y3Mrc3KR1+ZUzph7\r\nhDGAOPGC0s3zCm0//Nbr2LW3Dptpnw/8bx/rbLUgYhJP5Y0a9awqMY0lKsOS\r\n8iKtjfzB8TBJhuVobrM7aNz5xFQMQMgdgy0oRAIKj8AHmkG0rfkiCK8L+k8d\r\n2buYXso3Mca7WwrPN34C3y4zLQyi+wOZmiaOSaSVx+EZzB53waDNU7CMItUA\r\nVthiAri8FGydXqypeff5KHNLobVyKIRSp4oEyunBqTABvU+I+gCHqwzYaMqD\r\nRszp3eUZDmIZ1SJrsK59Pi8If25TsH/JJObS8DqaOECGXTP8elqQcD4OkH20\r\n31OteqltqHRkiWRxvhUZrY42p1jZa6dO7OU/JNtti75pV6GAMP+Akegmb2/T\r\nmdWKGOrrRVcJwXO4Y9L6S0ETTUeQiuSE+mhoT+R8lV8tGbttpLdwdqAzypD2\r\n45NUmfMSP53habdRJkPY54Igwpqo7MZtly14fxRSofH0YJqM/NK5QfMU/vuZ\r\n56rLspokOVA14OBxd/Fyy+1fKz9dyY3nPpg=\r\n=mIfC\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.ecb4454c3_1681487248251_0.8366800509332639"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.1d6771eb3":{"name":"@firebase/firestore","version":"3.10.0-canary.1d6771eb3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.1d6771eb3","@firebase/logger":"0.4.0-canary.1d6771eb3","@firebase/util":"1.9.3-canary.1d6771eb3","@firebase/webchannel-wrapper":"0.9.0-canary.1d6771eb3","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.7-canary.1d6771eb3"},"devDependencies":{"@firebase/app":"0.9.7-canary.1d6771eb3","@firebase/app-compat":"0.2.7-canary.1d6771eb3","@firebase/auth":"0.22.0-canary.1d6771eb3","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.1d6771eb3","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-McTJhm00V1Cc7RnZ1clV8ugsEk+8Dg01ntBszEtjyyJvdo698AZDkSaE0JH69NkD54Lc44pM+n176u0PzrhiGw==","shasum":"bcc4b5b517621239f67dd24ad7d5a8e4304fe0b6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.1d6771eb3.tgz","fileCount":1603,"unpackedSize":28513925,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJnPL05ftUr39z3efC+b4KuOWwE2H4Y34JjwHe88C++AIgDM/bBVav9CI/g6vOHS2pdjYqjmUEU9IADQeylIrPQZw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOetFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpn3hAAgSXtSU21Jj5SMCSOEMOmG/wHOZIQ3QD69rbN0hVnfJEFoLbJ\r\nmrsb0cvNZXSjO/Kq2opENHighG1DQamY421qKzUkYD88rXDyiubz1/TP9wbo\r\nXWIeZ6dcrtKREl31Rb9A1BrhDw/WHD/9pF4ygz9wdNZv351Rb/BONJdfqLNw\r\nyxQ6CqgPlJILYyqTiS4v6d2Co9Lr6Lyy0EFvVNDX8n0j64XjBG6kT4ix+wQ7\r\nvr+nNJhC0AUW3NSltJrrPWSgYD7/arMm9K+bzIoAAXzERTRUPYpisLlhR4Ri\r\nAcaonjiYdzjDXyenri/LIMys+VLEqN/ddoaedGta+8FsDLWymvB95l40y5Ch\r\nPOTyiFpM3Nl7Bzz/h/tfxw/FRMTaqCQ6qjhF54HnmwAkEQe94Hn7hnDUpdfx\r\nNz6o7mCk5Q99C6GhP0WUN2UUIICEHae568RSx7Xtp0GRh0U98+RlJi52IjIN\r\n9VvYGVz2/cVTmk32FPximEPZKgBISzoZbZ6QC5agbwFBXn3TDv9NdevrKU/T\r\nTcDImfOrlyLdHMM601XIYxNL75sCWQ0ZdyEPsIITb429XBNA1MlR32zzndna\r\nSwmc0pqTkxpDBmIUvMvi0gy0YuXQkmHLeC9Txf6ZLcZ31nzLuVLm+LUq4xZu\r\nAcQUffawkDancLENjjwflOhHOufp9V9yreE=\r\n=S7b6\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.1d6771eb3_1681517381341_0.5650766624252941"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.5e5c41225":{"name":"@firebase/firestore","version":"3.10.0-canary.5e5c41225","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.5e5c41225","@firebase/logger":"0.4.0-canary.5e5c41225","@firebase/util":"1.9.3-canary.5e5c41225","@firebase/webchannel-wrapper":"0.9.0-canary.5e5c41225","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.7-canary.5e5c41225"},"devDependencies":{"@firebase/app":"0.9.7-canary.5e5c41225","@firebase/app-compat":"0.2.7-canary.5e5c41225","@firebase/auth":"0.22.0-canary.5e5c41225","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.5e5c41225","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-Anf6Sxz4q4NwXTHwBl4k2pZ+oZxhcgU+IeDOIVPBhBqxgZcP83/MEU6LRVHBQYmN6x7xsexZAjp1JI3210Ct8Q==","shasum":"5c4f3447b992b8343247b7b6e8b28ddc05619f0c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.5e5c41225.tgz","fileCount":1603,"unpackedSize":28513925,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDgai3TQe+ElLWv0ma2Yeqk4VyqTsV2G3S4sJlvYtc42QIhANljFC6mgUFv3Q/ywAySjnFmQUcKjg1+H3ekciH5KdlR"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPX4MACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr9/BAAo+ah+iR2iLsvLNGJeyi8Zc9ft/sxK9RvnoQ+Mq383bekGWRO\r\n801YYgTBgoUHIE/e8rauvUm7QpTRYw18dB02Pt+7wYBNolaFbMUt+YoLcpJ9\r\nkc5ljyYxN0tLOAmBnHB8illqFLYxNLgie35fI+NHYTRodJgyWbI55BkDxYFM\r\nuSwdJBJkp63mVKOefnm+Q0kzqOgtKN/w3Sft6GROY/kOQZcWRgTP9+oEL/BS\r\nI4UpSYekGNsqZ2eEhAzNEAEOBqF/3HYlzRrVF7+oXq6EEN3kdy6XFkRA7NFr\r\nvFhMO3DkMBpNg7ZKtWJWZcUqXfFrAN69DlKoCy32JXM9MDf6Oqki3xbyt82J\r\nP1Gt2KFDgkL/GP4FPcjF4Ef7YwsGQM3CYiwYw+rqp8AJfPib/lWPI6wkIcHO\r\nlIyisHjFznyLkVh9HuU9tvxDOBNyvnxo7fOsXvCSrkKbWpHQ1zN6sE+9tGlv\r\nHbuh0/zHiLsNsAJooSu1AAC7hbE7XTytYfMhJGxKvYI0XesvJQdY1t1vkrEL\r\nCosxp/ckIHMDGNDCNxCvUCCaPMovMSszty9ekURw09D02cEGKo/Vabxb3Qp1\r\nA5WGtpjQNhef7uKOBR/kwifEhBuR8orWARkHDVxFu4GpdfjW4m+EYbXM7hwk\r\nprbfIfLC4pNBFDMI4QCrA4PKEi8mRWNmark=\r\n=4fuz\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.5e5c41225_1681751563921_0.40772413031386145"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.a57a2b5d4":{"name":"@firebase/firestore","version":"3.10.0-canary.a57a2b5d4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.a57a2b5d4","@firebase/logger":"0.4.0-canary.a57a2b5d4","@firebase/util":"1.9.3-canary.a57a2b5d4","@firebase/webchannel-wrapper":"0.9.0-canary.a57a2b5d4","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.7-canary.a57a2b5d4"},"devDependencies":{"@firebase/app":"0.9.7-canary.a57a2b5d4","@firebase/app-compat":"0.2.7-canary.a57a2b5d4","@firebase/auth":"0.22.0-canary.a57a2b5d4","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.a57a2b5d4","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-sI0+eMFTqVgU1imHNgRO8EFJHmhv/J/AhcT9mYW2BKQnHiAxuoPItbGX0KG6d5ikmJF/i4XNFsEP+1NP6F/wqQ==","shasum":"a137f918450c763f91b27e6723cc72a69dde33e3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.a57a2b5d4.tgz","fileCount":1603,"unpackedSize":28523021,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCgM5CsoPeTb8msG+P0uAjBEcoTk8Sm+IdHi/2fSKFkTQIgUGhuFD6Ki5MRTpLb40WpHeNTvdebKAPGgj2mZZ1QKDc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPYJYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoKoQ//Smm35O1yW35oMDEk14xp2JE0nX/CIvTHiNsu2xi5irk8YDMH\r\n4PntWuh/Xm3a/qxQV1g8Bfi7FZb5IlnHom9oC09pCuEgyHe504jDEJfl3bmc\r\niOJcGCA+qNcl/qvUGUG2lkCtR9FoHNIYNyfGT2LPIKxMdkHq5BkW6AwQBOkW\r\nLrxQb7gO7K8XXGIWEo9drap6uem9VaXuz2jxGlgNKDl9N84p+ruaGBpWinzd\r\njiHDld1xu8mavfpxKRZnojN93NCOs8/yEVgYeL+5asca0qzFeQ/erF2eolNZ\r\nPuuFPXeNwd2b5xAFqEDFWrXpS6A1usGCJVBKyF/kyw9GMZ8WbKQqL7tghx1m\r\nDR2B1Fzb5Ua9weTlsPy+ldfLGY0k52HjHpAjAJurNkjqjFAjCoM00nJxswvm\r\nbiqct/02YFwjnmuMDD+67jeyEn18a+pw8d7rCmQMs1Xs4DSItb8/E/YxCc3W\r\nsdOzrHDo2MrGtBHrivytrNXLPcTqoHUoebHycJMuMRgfZ9EZC3k1fhwSsTBq\r\ncAVOaUlHlxdGyZvtcaVOI4l6xzSSUp7YET5PBQpYhtzoN5OSI2FNrb58KpI7\r\nJsciapb/2bmLAXCSS9yiRyAnwnqGbeq5zSPo7utdNA/SDuGvspK9JXWHsf7+\r\nWtZnyzCgUlLz4G3q+OQZ0xoNXzG+/wmNy9s=\r\n=5T9V\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.a57a2b5d4_1681752663605_0.5487680976344729"},"_hasShrinkwrap":false,"contributors":[]},"3.10.0-canary.a059af0e1":{"name":"@firebase/firestore","version":"3.10.0-canary.a059af0e1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.a059af0e1","@firebase/logger":"0.4.0-canary.a059af0e1","@firebase/util":"1.9.3-canary.a059af0e1","@firebase/webchannel-wrapper":"0.9.0-canary.a059af0e1","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.7-canary.a059af0e1"},"devDependencies":{"@firebase/app":"0.9.7-canary.a059af0e1","@firebase/app-compat":"0.2.7-canary.a059af0e1","@firebase/auth":"0.22.0-canary.a059af0e1","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.0-canary.a059af0e1","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-TcH082i1Ibq1+uipGxu6/reOgo9XaUPUGcCsuup5TWupB5nI6g9VdP1tyUquwYcNp304oIZEVs1IVLVao3v9ig==","shasum":"49bc094a699b4f454895e0d712ce4e091dcf872f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.0-canary.a059af0e1.tgz","fileCount":1603,"unpackedSize":28523021,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHqkPe4UnQEjvafTOIz0xchGtzHSFcSqBKi6u5iIhNs4AiAvuoGMUw6QcEIm+5bu1DUm59Z+cp6+ZG9EnicX0l2OZw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPaZaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqvvA//cKulfmOzCUnpSalfC79WVfWlwOU8Ovc0ilQisyG6BGdb17v4\r\nkQOsNoQm1omnCvQTQ3Bgp2XaZDWs9ZAc2VSKSBDZrC1k7RAhpOFPlz7A20eS\r\nLN6OWXi7C0dCN1VyZ1jYmyvbHUB8WF6ZTNqbX6XeIRaQgWLuqNTCWpSoUnmM\r\nTaFCpjg6PhegU1yqgxtUR1yNgj5OqsRFt6xDNygii0yCtWDdVsw65F8gwde7\r\nqWo46jbGLGpRzSsZsMLb5qE2uDG0UwIZAzpdTeyjonLgdRV6fcWXXCt8I8l5\r\nUZluwJKWdpW6v+wMtdODsapr0JP5tTzBJcWdiLdbzaRZFxkpyjIVJIsE+df2\r\neUbsjP+ANR9WY5Nq2DtUb6rOhj7IwMJ2Ldjcwe2QMDaqj0nTaoZZTycPeTuX\r\nBeGz8GnZrIhjPgXGUKoFhNlOrJtfjSQkbGoUL0LAJxKsIcuWL2pZu9pXI38m\r\nWNXuqraJ/0wuer5NpifdE3FI5gVsVnW6CO3Qpneip9mTVHsEL4OUAGBTggRB\r\noa41D8SC23TdqD+lO9dO0d/9KxFuzkLPAVCstcEfsqvj6tmAur9mUkZNnjMs\r\n9A+PmdSd8OHmTc9dm7RC7tLIkwSchN/fiD/mwNt1lodPGVRnzvA2yu/tu9LP\r\nKR324CqrEgkU0Ms2WH3rRzB4gmdAPfW6oHI=\r\n=nSws\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.0-canary.a059af0e1_1681761882337_0.807938835901566"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1":{"name":"@firebase/firestore","version":"3.10.1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.9.0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.8","@firebase/app-compat":"0.2.8","@firebase/auth":"0.23.0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-p+WQMLkuHECVjB6zoyZYF4OjudquW9IlHsBx7eIfyvOZyOtTEmbSmNrJaWsqCZ/9kDo94XYJx/eZQ2Y4WBAV4A==","shasum":"95abdbb6db94872db1f3958e37bfeca4cba5ac97","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1.tgz","fileCount":1603,"unpackedSize":28513966,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBetfwmmYsNOBAt3g2Zy0tZQwP5ABPfxLXKlsV+21ldoAiBFaB0sx8FiETyJp/7kNRdN3kE2i/TfzEvSwcvmEM9QJw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPtNEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqQfQ/+NUtqVogY+jBP/91OTqb9BCyrAM9RI0e80xNBFDIuqBFatOEL\r\nLlpUk8Jm/BlicEG0sDjPkLARE+WKr6bX05khNlhya8r+f9V8yyBJAAxk9gej\r\nt38ERT8vH1s4aUsO2vGL+/+NbXrqXo+ZAUJ5xYHIOJd2CfajwcijFYH0+u7L\r\npsi1DLITFEsIA+KqdxdEY/ec5qeooW95OwOaSeTjOfRjPgHjjbtpd/x+iv+9\r\nk2Xs3CV0m8LXiM9B1ta98QdVi+okJTwD0VADq5JT8ucLZ3aoyS2KHGhq9Qdo\r\nby0hx1I80Qpt9pv8y/8Io4C/I2JHhwTHNlWlPc2j0sddYrAwoe8/qj+thSqc\r\nKx2oNftJO7lIvrXmUyOHE/jb1MbqgZ0ydmSfoe3JoteKjFWCyGOZAKSTla6q\r\n0eGxMPiKgQnS5V5H1iV1Xm0wyoJGf8kTRUFjp8bkfmoo+N3XbkMpQaK+4KwY\r\nU5Z7yvFzwosbyw2ze6n6wQKjnMiTFU5+gL8+cauxxsyJnpWx0u8fHXB586Dw\r\ni0UC4OrvwHnW1j5wL5d0l0V78omqaLQ4k4A+nEOP9kXPKCli97K0d0ENRNuR\r\nGXXM+gp/1C+BOF9JiTrInlAgDOc5wWifU47n9FyuOBiLx7YO77qBg8dChChV\r\nSMQshMvrv+uBDnEvbYBa+/q1h/07l2MJEvs=\r\n=ETpW\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1_1681838916440_0.6745139333212617"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.2d141ed9d":{"name":"@firebase/firestore","version":"3.10.1-canary.2d141ed9d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.2d141ed9d","@firebase/logger":"0.4.0-canary.2d141ed9d","@firebase/util":"1.9.3-canary.2d141ed9d","@firebase/webchannel-wrapper":"0.9.0-canary.2d141ed9d","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.2d141ed9d"},"devDependencies":{"@firebase/app":"0.9.8-canary.2d141ed9d","@firebase/app-compat":"0.2.8-canary.2d141ed9d","@firebase/auth":"0.23.0-canary.2d141ed9d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.2d141ed9d","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-FBZNujC12YJotB7RGEXFcyabCZ0g6JOiE85wZogXL0oubhBNpb6lFxStC8HtvDHnTtv7D7+LJRiBeZNCq/vJRQ==","shasum":"091033c37998890ae01378c939ef400f3061793c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.2d141ed9d.tgz","fileCount":1603,"unpackedSize":28523401,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCCK5XdwWeEmtOUKsvNzu98XnAZde8Lx/bnSuwF+/mqkQIgU/t//QDMMl6F3+S6Or5qKRth9vU/VPgAxrbcgXtEsd8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPuN5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoEJA//UPW7mmeX+I61ndslm6GheRHWvrjGO7DAIcIKNSrSJvsn54by\r\ncoug0t/UpPtzY1CgJqZi0ysPrblxPE381ZGARo/pfsOS3X0IFQOfs/VVGys/\r\nMVC4BXs7neXM8iye4n0rG7acaFDtmCfduluAwHOW00ZcdhLmnwkHgcbq3WRB\r\nzykCnm7rscjm3+D2X86ILmKzaQQ1T3tbRzADAsf9TED9nks+1//BNDM2670L\r\n5upSUwalAR1GWIV1z23hA0kyFtb6GB7Qh4MNcu9yVyWTqpqJ6+/ZRlLsic/N\r\n3EndQaVae2rkMnwPAJHCbZvEHqFBjFfmYwVbn/u6dLCxZnW2FPuhUfBskuj7\r\nn/+9uCwV++zOw9ykdTDrERU9D5rKsft2yRUIXxA8ZUdI4Q8GQ7VeSb3+x7Jz\r\nRFzYvLB6mM+cHEF/IkkOfV53SVSPivo3SgHfyxXbBL1RI9yBVZ3sZnO0nkX0\r\niZqqvj/sceKIuiWY+eG7iqDZw3PYG0fiBxJ6ncV0FmS8GapUSdEZb/RAXBAZ\r\nJdR3w9glEw90TblOj8bhAodSb86+nzFwiAzfCz0L4SAbpAdnKqKwUYE9g/GD\r\n7sFRdtDW5aSJJzIFuBwPCNL0lsQpL1P/sS9cvzqNI+f4T77aW5Dcoq7ZexgZ\r\nOLr09esm4ojGYGw2V1wp8NDmpeq2unJsdSA=\r\n=h/PG\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.2d141ed9d_1681843064710_0.7949207498752933"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.253b998fc":{"name":"@firebase/firestore","version":"3.10.1-canary.253b998fc","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.253b998fc","@firebase/logger":"0.4.0-canary.253b998fc","@firebase/util":"1.9.3-canary.253b998fc","@firebase/webchannel-wrapper":"0.9.0-canary.253b998fc","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.253b998fc"},"devDependencies":{"@firebase/app":"0.9.8-canary.253b998fc","@firebase/app-compat":"0.2.8-canary.253b998fc","@firebase/auth":"0.23.0-canary.253b998fc","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.253b998fc","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-JK4hP/2d3+HKpEBJzweZ70PijO3DibUd/CgMsecQwsgrDeua+zoxKTZTxuV2DRUIq/nQZtvZFDRp9YAqmKsI5w==","shasum":"c10eef42814202ee75306dcedf5b4c1a0f4fa0dc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.253b998fc.tgz","fileCount":1607,"unpackedSize":28662689,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDu6DAFp2DaWunHSjn2BALfAfAmUs+iIxQ9yecxA7TWVAiA+jULR4lSzudcUAFO77LcJsLQ2igA6XS0e9uinopmNXg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPugvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPdA//WDvk+R+wB0nrQy8D5V/BOSQl6pCjG8nHtxFt7aJXMETNdfss\r\nSfnEJ9burvHP9WFSYTIvnNA3Woi9YXF9U8ygBzYbTw29EUNLV/wnvkjTgyeQ\r\nAonNgO+SXXvu7enVVYb1+Ue/U7a8W07tHwn6Pw8sd9pL1vtpwzkk9E+0p7SG\r\nMbNfDz6qEEiru2hA7q2WSthknqs7fFNSOMorbOHtGhBzyIlsoQEnuWM61ZBj\r\nE1LEbjT7HsK8HK4LYtCZpYu+WXcjfraXC/MqmV/Ki/r4FXd11pRO64ALltwI\r\nNhD/UzvBF5I2fsu1RUI31MQI74H2NjNn9aYiF3z+R/hq+jAANooQ5uRO+FJP\r\nZnrS3JA7kMaRm3X0H6ceckdy2NsWCNAoxqJq6OwAKXWZX7L++HGVKQle25pV\r\naWXMiEzGioV2PQt28AZWq3btFf1FJOAKNUxxSGOnw0Tnr3jGHBX43Gy8RjUF\r\n2wx6zq9EEEXE9ShXyueNwB5/SwlVqS2Cs9PC0q72vuyARJvTeugWza8tXPnx\r\n0/yQNAcu9zuHKjJ184ZjT1pkXj4Vhh7ru5JWpNUrtT/e4bmbRwO8blf3cCaV\r\nEM9dr8qdeLQUjjZKaosp8q0TyLfVwxlCz/XT4+dpKevhcxJbHfF2yfBaLATP\r\nXXkneo09ryv8YysXC/j3KTE7Ruf1/ezHBMw=\r\n=iYvs\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.253b998fc_1681844271228_0.5071462333051329"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.195e82ebb":{"name":"@firebase/firestore","version":"3.10.1-canary.195e82ebb","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.195e82ebb","@firebase/logger":"0.4.0-canary.195e82ebb","@firebase/util":"1.9.3-canary.195e82ebb","@firebase/webchannel-wrapper":"0.9.0-canary.195e82ebb","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.195e82ebb"},"devDependencies":{"@firebase/app":"0.9.8-canary.195e82ebb","@firebase/app-compat":"0.2.8-canary.195e82ebb","@firebase/auth":"0.23.0-canary.195e82ebb","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.195e82ebb","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-uG896WjqQv5ujuAnnBclzJ1tblxZzuOynPB6Bu0xdHf7AZEFEVxZ24x74Mn2lREmn0tiimRNg1u0OCeS4kWFcQ==","shasum":"a0ed0df811269ed846af31fbe9a40ebf74527905","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.195e82ebb.tgz","fileCount":1607,"unpackedSize":28662689,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGBoXPWXWX+h1iGs3SJhuJPFhEWd98huakvdYE2NE/5VAiARaWk72zDdhrMcbhhTBNMxhEmqzniIHsgyO5ZjJBKxzA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPv8cACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7SBAAmon83a41mmXnmJr9UPcP+Svm6IDdr4aJPup7Ebx6F4RtYxBb\r\n4GZJLWiSKTqSGdDLsJ/i+sCNlaDLFBU4Zc32lOZK/la6YnQcwwdQyAuK9KRV\r\neHmSXrLA8CgQp1jAEfHDCeN6j3/XMPg1LrmLw8C/IuEzenSaJ7gwruFBe8sI\r\niglyJmrbc6z7UFak6Zy2iXUEx+Bw2S2duLS0PH5OwhysZH/C7KAsstc1W/aP\r\ngPyyYoWCRZXwVWAYh3Vwz7V6F7i1PI5yEGGH+Dc9YUeb3q17WBuj1UcW1sEj\r\nfqOcNfxypSGcG3Ozlclzay7XtGQz2keigwIUnOaiSeziTUFl8JCiZ1AFCOYO\r\nyuKHAolIvknPa/G/fYO8R+z/NROuy+kQC3Vx/ecm95WfQFmXV+W1+E6TUqOA\r\ntP5Dv8EKLaoIBrCVsR/QX4V5ERkolYNky32XZCVaY+1VAImq/ydhxTMC22ZR\r\ngHiKbWlt3/2oCYHmSf1bYrsAZFQ4VlDIWg+0vSNlmXsY9G8r2jYY/NwSwLhj\r\nZgiAkxHdzLrWxk36dimDI+gH/tnQbuypaTX3hX1WY72pauADTkashF1HPi3i\r\nEnZB3Po5Y2YH9gPwI37NDSAXhfGLeGkp9Vt4X+3FmVo2sf3BGvljOOzzlJ95\r\nBSeMkzm/YY7MIqxm5hJyPeaZRXjcD2grA2U=\r\n=JOE7\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.195e82ebb_1681850140389_0.2720535635708148"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.0a27d2fbf":{"name":"@firebase/firestore","version":"3.10.1-canary.0a27d2fbf","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.0a27d2fbf","@firebase/logger":"0.4.0-canary.0a27d2fbf","@firebase/util":"1.9.3-canary.0a27d2fbf","@firebase/webchannel-wrapper":"0.9.0-canary.0a27d2fbf","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.0a27d2fbf"},"devDependencies":{"@firebase/app":"0.9.8-canary.0a27d2fbf","@firebase/app-compat":"0.2.8-canary.0a27d2fbf","@firebase/auth":"0.23.0-canary.0a27d2fbf","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.0a27d2fbf","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-Zi7FAI5+EO86zIdKlle0WSqwMUgGSkF0j53rMMj0s3jcJ2vNmVFxETCRx/XxN9wFq9Rda0Ta8QfnyW0ZZUJtwg==","shasum":"d86d864995f031aea41365e5f39f75435b990a03","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.0a27d2fbf.tgz","fileCount":1607,"unpackedSize":28662689,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQChcpYCsAz7L98ZBMMPHQiQx73YZV4ky9woho0DxujinQIgSZpLv5RUysBFcaqoTln3IQg9CBH7QkbJuoAdM8mn9IQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPwDZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoUBQ/9Hk6lk0maDCwL8fUSqmd4RcCY9wM/AZf+7GlJ+hO6jFWjMIpo\r\nbB+Ye1kTRrWVAgz380LWsQUrcjzEQhm4Xl+Q10xcBx276RDcIhgbpHoG/2sZ\r\nbA0A7kSkbPLksvQ9JkiopHe2W6YljJPSV3sxy7MK0JOcJmri67JX0oEfPNDH\r\nS+uVGNOjXRyc6OVHo6aAL/wrXJ4AdkD4OnYSruovK0DuqPg1YxpvcC5lodE/\r\nAYqXjuxGAbCBK/G63fd+Efr5VLZYbAsqo66az1lUdfNj7GWVmKQIYgMv8Kjv\r\nnJwSKO9J6SeWCJTWojbHNToczcFh1c9gCk8v6QQZidmZpawBAhXV3kKncM+f\r\n73HWujwijMp9ZgKxkubrwNJKrYX+Oa1eh9ESBW35A1GrngSvIKectlYhLeAV\r\n+wPZGUHjeK6UMIqIgJTDRD41iiFEFWhGlpuLjaFsTaI8LV+f6eLMtep4sVhv\r\nekro5+AaGNJV4TV1uU9trQMmpCdbbPbVyz8xSd7plje1iuBPQ0WQtDuE+8B8\r\nMb2G9EMCQpPO85JnPmu5t+v+1gQForLNYOU5PY8M8HSO1Yfom05Awk7c2ErM\r\noK1sY3MWX+P0HJDniB0PXlcTiwobSy5P6MmRjixvyXyxZSH2KTEyX39cmJiH\r\n9D7XxFbWxAP9knBgxKGqE8MvJ/3zJPZITls=\r\n=vptl\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.0a27d2fbf_1681850585488_0.7018978861617591"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.41f06beab":{"name":"@firebase/firestore","version":"3.10.1-canary.41f06beab","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.41f06beab","@firebase/logger":"0.4.0-canary.41f06beab","@firebase/util":"1.9.3-canary.41f06beab","@firebase/webchannel-wrapper":"0.9.0-canary.41f06beab","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.41f06beab"},"devDependencies":{"@firebase/app":"0.9.8-canary.41f06beab","@firebase/app-compat":"0.2.8-canary.41f06beab","@firebase/auth":"0.23.0-canary.41f06beab","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.41f06beab","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-/xULMSvVcaRZc4kigNKOGeYcj87HB1MaxB7nvaivcg8N+UN4kqltpKL0P9wFIKUv7JHVXb9uE/gJQShWcrintA==","shasum":"de010d6639205ac7c9945d9282ee83f124e8051d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.41f06beab.tgz","fileCount":1607,"unpackedSize":28662589,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDwY/StUdQsgcMBk22Gj6utkf9ibMqdTdeHPFkCm0JMGAiBitL9q3WTPf8jNvyGYs17BJhB5j7pVR2O25ve08ZBhcA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQA0yACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp9Vw//WMCoK2WLfOJQ/e+mRKFtwuTODsljZn0exw7CKtV97ZCyoN4R\r\ngwEyc8RPYl93EMqosZsOuphDsJnUNBty4q1IcWW5zNboFFHxNw8tDngiJLvl\r\nFFJdtySEys/jDr3If+vkPlJrz+iaGfTFbQE3vykCi26w3HePBI2aiAJmNqKy\r\n8143HsISr2FTq2ze2CjaxKNEhEJWSZyninGLDfqsqC8iK1kNZ5fJGWFLK1yA\r\nYfXhjtVCxJPtVCsiE03/+B3skshVSkq+MeyaOqgJ1/BwR+YEuXFGt0bOO9gT\r\nGFovEhjis5OAvfgqr+LNoJbqIc3iXlL5X+cQRJpvMQo0fh5zf8wNLWrQ0EqF\r\n2IUuCXbry2fEPWPE/hU/bYmEH9DDLzW0Koc29iPpW31KVcF/VR443hL1NA/j\r\nRnHvh3iDlRDn4TKa3GrEzhuqZJxDTC4PPJ7yyuBRDgHKO12mN+eVZxtxWcFX\r\ntN40vYNr1WgeEFS/6iQydxR0fS/yapoNBXvZ0BWvqDH9K0FhOwkbJ0OdmAp0\r\nYFmnLIBE4zkxdQOgQg9reepyFfSTGy6rYAJUXwHI3EF94BOo26ov+el96IJV\r\nk+tCAzfCObShq2NjzLtlbd38Bi69wYDyZIsj7Rse4/PxbQhsSoxpqEmK3vBz\r\nblK3dZ53f5DgZADjA/4axQqA0tscmObDHT0=\r\n=StPg\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.41f06beab_1681919282438_0.07446661331349635"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.98abcd5ed":{"name":"@firebase/firestore","version":"3.10.1-canary.98abcd5ed","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.98abcd5ed","@firebase/logger":"0.4.0-canary.98abcd5ed","@firebase/util":"1.9.3-canary.98abcd5ed","@firebase/webchannel-wrapper":"0.9.0-canary.98abcd5ed","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.98abcd5ed"},"devDependencies":{"@firebase/app":"0.9.8-canary.98abcd5ed","@firebase/app-compat":"0.2.8-canary.98abcd5ed","@firebase/auth":"0.23.0-canary.98abcd5ed","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.98abcd5ed","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-XAXGILKOX80ptkZg52cR7vpbCxwq1YkJYl2aqnJCRPcBfLi+W5r9cr4jV9a0LNoDvD5DWfIJofIPmqzPVyoRKg==","shasum":"cd0e749dbddfcb65f2a8b73c01de7181917f189b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.98abcd5ed.tgz","fileCount":1623,"unpackedSize":28884155,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHuaIbEdze0Am5B9wg6hscFKYo6Z6jI7gz7pZXMu83AkAiBlIEVUL38F033Fq5JuK3rfz6Z8hsoBzhmyZxAUMXxUJg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQB1+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoRFw/+KkQNaemNXALNas6zpG5QJo/TgWH5I8383dKxnUvLovlhmUt+\r\n79wbF4JHVt5LqnkZ3ou1WS2duP1qeX4L3Cs7IfcEe8sW58QPfDW1cvL5xsbV\r\nWOjRytnJ1n17uBmVjl6E8yxJUfCx2t/Ys03/aZZO5PDZZL3MLxTkZCW4K+U3\r\nHGuZ3s1AdvM3d/fPQDkYxSr6rIPaPTyeWbr9Zl70JUbMY5oxTC4zOjw0d3Fb\r\nmipAcIoeL+uiT11X/1RwEXXgHlXxdTQvk7Vf362TAJLA4MMIsWU6j/d7Z5Ht\r\nuKHQ6H+jEu7uGzL1i4kXK8wncvWqT+DhJxK3kdrWhfUSfO/8a+K4xU0s0GoQ\r\nUKX3LvTQscRSO8wruyd3p1FlmM0b7IHV+BpEfyMRarEss0eO/CjlkNf3VpUc\r\nFP3JwNjfcpRRP2VogTA9oMPdZY0bbEmo6R36lr4VirzdNEmIZ0hloOUuI7si\r\nSf7MEBEkumg5ODz+yxcDy+M9H/vlkIRLGxduWR9lAOLfSPIk0KHvRhpTKr2Q\r\nDPbYWgG+xbFWj4aHlVR7hsqmYSWwEQ7vuSdld7TqvedVU03ywGo3LZVBPL7w\r\nekYPX4vKemdHJ9l4odzYs4uHQXJu6JBiresajbAKSXsrfUWzMHLfmd61786x\r\ndMP4JdQSt2H3at8UEebYhp06SZtPGKBiIYs=\r\n=rEG9\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.98abcd5ed_1681923453595_0.7866493115919888"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.6f9d7b1db":{"name":"@firebase/firestore","version":"3.10.1-canary.6f9d7b1db","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.6f9d7b1db","@firebase/logger":"0.4.0-canary.6f9d7b1db","@firebase/util":"1.9.3-canary.6f9d7b1db","@firebase/webchannel-wrapper":"0.9.0-canary.6f9d7b1db","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.6f9d7b1db"},"devDependencies":{"@firebase/app":"0.9.8-canary.6f9d7b1db","@firebase/app-compat":"0.2.8-canary.6f9d7b1db","@firebase/auth":"0.23.0-canary.6f9d7b1db","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.6f9d7b1db","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-IihNMw0cy3vOMqtYayfa/adp02gVUCib4v+Vfu/e+uw1832nlnKgyLr/YMTTgAx16z5Es3daYQKN+txBDGb6Pw==","shasum":"9827b921fd692a3314829c0d2898048b502c09a3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.6f9d7b1db.tgz","fileCount":1623,"unpackedSize":28884155,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCZCtrfmsD/oaI8MLahdPH+ECkFR2VDkxJjS3PAd7a0mgIgaOC1Q+zDQDot5CQyVvkaJtWX1HNs55yxzQvtk//KGfQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQCmoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqRpg/8DqoL8U38k0Gv1k5mIw1xfNpXvhMvv5ftmmtW8cuQ8oNiap8V\r\nRKamNdEgBjQ4nPNhT9Z/H+6isZPE3aG0BNVGStcIuob/929qiCoroiadFybd\r\nwDhv+HDmAntmnH2YIkNwPwcWFl0rUUBuI+SfLTGeUgq3ddbQmBgCX8oZ7w0v\r\nIntp72419l90oHkwbTwq+01PxAtXdHxXO13M1XMAwinAaXnDfDOTTz3U9A5X\r\nc6YPEb3zEL9Bb+YXHVjwPKB6CnEyZozrr9Ga79VDkwBjSr18cdnYdl19gM9f\r\nC/FBTI/35JBlQHh0Ai1JfyjpxHLtbuz4uqpjx/oZ4oaZiPrdD8QD9ewIbocM\r\nMMsdR5lKjqP6Ktnx/Z16gChJNypn1t5xjpY7T892KjMgVnsvp+3d+BDDyj+x\r\nC0/AIl3YHoMJV0PCRlI5k9n5PUgsVA8ra6nIusFaLU4Zu8g5ODG6KfaT3A6A\r\nu+K2t9cKplvqNWNQKbSWFRTj4ZdUgr0XRwk67qLGxJRpHEaWrIfUnmWx/1HY\r\nrWyxytbyzmd1DH/KrqvOL08rpOZdmkoKSUk4MIKL36nOBVgy+Z5icNKGpcVp\r\nsS/xozwxGHXe4/0Q0tumf3kDSLwx3FMNLqthJrAsPGluOCiX0LSoJc2rkHYh\r\nUY3PwUiJ4YF0TWG0XeimT8C8MgMeDd15Bvs=\r\n=NTrZ\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.6f9d7b1db_1681926567757_0.39639338731642293"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.68b79e1a0":{"name":"@firebase/firestore","version":"3.10.1-canary.68b79e1a0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.68b79e1a0","@firebase/logger":"0.4.0-canary.68b79e1a0","@firebase/util":"1.9.3-canary.68b79e1a0","@firebase/webchannel-wrapper":"0.9.0-canary.68b79e1a0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.68b79e1a0"},"devDependencies":{"@firebase/app":"0.9.8-canary.68b79e1a0","@firebase/app-compat":"0.2.8-canary.68b79e1a0","@firebase/auth":"0.23.0-canary.68b79e1a0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.68b79e1a0","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-PjRyZHzS1MeF4oI1P+6uKRBW1DCIHMceVrI8195oecMG5Q+6PCbFEGAgUe/jxZnSZdfhUAY3OnF439bZcCiblw==","shasum":"52b92b22fde17c538cba4f39b911c07f16c9119e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.68b79e1a0.tgz","fileCount":1623,"unpackedSize":28884155,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDo386ckla1ZemAzHj9WaiXdyOM9HE7q8ypS3QKBTT/BAIhAJldNUe9UHm4gxeJwXpxFzbrScSg0fA4kZJ0tOtPU6By"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQFk2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpbbg//TNilKejPA6wegNLe/LcfTv6lFpnAiuVATNw4NHhAZoI4PY8R\r\nLn7wnRlxEOfUV1TXh/gPKoQr5VE0yoNJIg+LWziEzl+bpLNMqfHgOlk6n232\r\nTO7HXPDWNdaV6aQbITI3YbP97e24zUjxqHl8Ty723oF2yfcaoRsJsPLJVgYP\r\nqDHbQ+4RDifo3qWm3vw03TmHnNjqgO1YLpSTI8UkYhi4L6C/wCStz+x1mT9U\r\nfPhXK557DV8RVTqjqbmEFGNQi3sX9gVO96g5toqdHlHgLACmPTe6ZxcvYVp0\r\nYnzGi92nCOJUUzNwGI9cmE1OMX+Lf63+w41iJWJTcjF1pAoOdE4Cqs90bl54\r\nPGKjqJCEkCO0idRMMpuGxEmw947kv938ShJTe9iBSYxBotRuWzewVX1asdUJ\r\n1TmV9LzcVDd/MIAA3PiCCv4BzZLHKBdgjZeVZ0OdMbDqobNskjsKWBakyGeL\r\ng4PiPETW+wE4htNfq5Y4foUVkMDqGG01CtM24oAfN9stSoYzG0gvu5kc1YnD\r\nTm+4Wj3BB5dr3vvO7ib3Uh+ganF1breL6GQRSj3GCWQipw61cXjKUuVWP8fh\r\nkgV7FFghbIN79v+IysOv+KJ/nIk3MV+2FYWDlHUFCDnlN3jg/2CL0/Amzoym\r\n8x30nobiD6RpVuAQALCPBDZ6OlEscNguRzs=\r\n=au4X\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.68b79e1a0_1681938741744_0.6427243324237883"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.0832dcac2":{"name":"@firebase/firestore","version":"3.10.1-canary.0832dcac2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.0832dcac2","@firebase/logger":"0.4.0-canary.0832dcac2","@firebase/util":"1.9.3-canary.0832dcac2","@firebase/webchannel-wrapper":"0.9.0-canary.0832dcac2","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.0832dcac2"},"devDependencies":{"@firebase/app":"0.9.8-canary.0832dcac2","@firebase/app-compat":"0.2.8-canary.0832dcac2","@firebase/auth":"0.23.0-canary.0832dcac2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.0832dcac2","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-b4CCr6wEKdFCjfq6jcxTOvhCUE2Wm8fHJDiS2J+cYyirrvl34FOe6NK8qgs3ihpzUsTiEstzFuMToSum8Ox25Q==","shasum":"a859d68e327f7461800506c99ec27e70031578c4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.0832dcac2.tgz","fileCount":1623,"unpackedSize":28884155,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEY9K5z7QFtYzossN/JMVUTgzyNxXDqTIyfFUnlkm46+AiEAvV3ECXAV8f3OzjjBBawj66AcW79dY0Ia3F+mWdNU8kI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQUm7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrQSQ/8CcAsJkrwW8147ZCu/oisHL4+TMTt8qAp7DCaDGH27tj6MwpL\r\nWTG9r1niWNiEIMFea6KpJ9I6LeXl/CCagO150fS7taoisuWbJ1nIeruntiDs\r\nLxxcGgWIEhk9HP+nmdCf5ixyNAYY76162JTBlOeFO2Jcfw84Tds4WEIr7cnT\r\n2qsCh/yIjwMHD5TL6b1t40SIlZ7PdTNNP8TVlaoxkjEJJZzrndNCeMnXdFWN\r\n7p8l9E4fjvD359FLetjpqNrzt9kyiJ24PSU5AIErn39GeGZF/I4hGxen1utR\r\nsKjgtmBxLRgt8y88DAju8/zEVZDyikH7QA323X8GPdyuauzOVa0PaZC0sUXj\r\n9MdL1Bu5i8PtL3Y04EV6VVqlZvI+Rqqt6I4DCr5QWZ7U1wnTruRjC4iFpqLe\r\nMCDcdRyZBz0RQRZ21nabMyc0V11WQwYLqvOMDaV19Xm0DIzL09t9lhgXPwKn\r\n+lrBfJkzKMiVZDPrCMEcJvW/K62DhFQOzUgHdFQKDAWdN6/DjnjySQrphtVp\r\nwGr36xg2TrtcS1/uqv4bWNuX4Wuzn7i09Tw9Eng6+6Ry1CAHLOq7Hr8soLV3\r\nM38iz5ZAbuPOSa05euSuShxt3XfgykZ7+H6+xbghXD1/sv//v/NGf3bRZZJE\r\npSwikAY2Ij9B1a+HeIIAYSEFlZpQUkrrIaY=\r\n=Pugd\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.0832dcac2_1682000315017_0.013791157450842473"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.43a1cc9c2":{"name":"@firebase/firestore","version":"3.10.1-canary.43a1cc9c2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.43a1cc9c2","@firebase/logger":"0.4.0-canary.43a1cc9c2","@firebase/util":"1.9.3-canary.43a1cc9c2","@firebase/webchannel-wrapper":"0.9.0-canary.43a1cc9c2","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.43a1cc9c2"},"devDependencies":{"@firebase/app":"0.9.8-canary.43a1cc9c2","@firebase/app-compat":"0.2.8-canary.43a1cc9c2","@firebase/auth":"0.23.0-canary.43a1cc9c2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.43a1cc9c2","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-Ev9p5KVxl6W7Kpg+YpjxV9AI/xJjpC5rWzbJCuhj0WHAulYsGpiBKXqylowEK6iSEZFYbSUuLB+59Xuyr4tGig==","shasum":"a59327323ce427a57bdd7956627cfb623f575468","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.43a1cc9c2.tgz","fileCount":1623,"unpackedSize":28884155,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC0ODX+21mJxNSDrCFyzoe83fhwx2C/OyJPXncV4TetggIgAkaBe/4p8iT6g3H+80NuX0AMXEWR6QN2KTOrbwrqC3A="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQaLEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpi2g/8D1Y25sQy+0Xy7Og3JWCPbq+08YXWLYAOD+K+YKvXCwyo78Ki\r\ndUCvBQzXOaZy7oC/UEDdfHZE2xPKBkDrKcxGd2G+PslzvDNKlKI78+tPe/j3\r\nl1xJwwjap3XILztP/RCuhVBvUZj2ADqaQMlxjA1MlomtBLZScrrtXB1ALSQm\r\nQJolX0IfnOVqWoymF8x2lgilLX5CtA+1q6c/m7G2ihsBdHVeJM0lpvWAae+o\r\nHXoqMw4radxgfN2fIk3XmTH0z01aptx1X2OsEbYi51ia1B8+raugEpegSo+P\r\n+e63xs980GfRzQiS0mnUNXjuG+cf9D3oCpmfnrxruo19kpn1aF7ozQu/vsxm\r\nKs+AwQyS7uPyK0rpJEJm/w61dMoRAfSCdLWw6whCc7GJeCR9QwJEqn4LLzQq\r\nKqEOpWDOJF3VuDbF4eb5TKqc0+p1bD26GLBOuidwGQ2a3ovnY5Ost8sUm8PT\r\nj75Bpo3tIEop72cylwftNeS2Zkv9LJmMrwAvfEV8goqMR9HKJd9omCl9shua\r\noNB2RoibGAk4bX4+Q64UoPv/IzW9nvsH6OZJLlujS5wMZEEvb5gDP87A+BeE\r\nDCDW5xRb2scZMGHjGw81W68eNkc2qv+EoHmOfoS42I6QkpzzAuhIN3OaPJfD\r\nN8kYLkGiibOcKpicGKLymnlZDJDmOQKCYvk=\r\n=0qUK\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.43a1cc9c2_1682023108139_0.6624080086343629"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.61910bd97":{"name":"@firebase/firestore","version":"3.10.1-canary.61910bd97","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.61910bd97","@firebase/logger":"0.4.0-canary.61910bd97","@firebase/util":"1.9.3-canary.61910bd97","@firebase/webchannel-wrapper":"0.9.0-canary.61910bd97","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.61910bd97"},"devDependencies":{"@firebase/app":"0.9.8-canary.61910bd97","@firebase/app-compat":"0.2.8-canary.61910bd97","@firebase/auth":"0.23.0-canary.61910bd97","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.61910bd97","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-t97TUVdvCn8Oz80GQNQtvMN7Ithy8cJPOxf1Jdpbnnan8Dv6J3147u7MQxpCEn5G91/05+nneGlIuf8X/UmfoQ==","shasum":"b3a04ce4046b829c11a45e89e06d300ff5f4463a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.61910bd97.tgz","fileCount":1623,"unpackedSize":28884155,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFfsgA9dzDuF3kPEbYPJGdaDU30ZmonUAc35refK0zIsAiEA/JanqXOoJHD6OB/AfH9Vg/IKwHzLNNtKI6tDDQM1ZbQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQae2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoR1A/9HEXFluuK1YdlImAusb1NwWHNOVd3Omdlnx7bgVIqjAjlb4jb\r\nWFb8xBgLNvJASO3Mm8FJZ4CY1XdIDw9DBRQ6ole4X5YBJHICUTsPJ9ZHVcts\r\nioh5dVdaukM6r2PV7NUZHCgMWA46PsB8sPSVgkoi1AMumVGcxNc7tSLkjUEU\r\nPkK2FMXrkHxG+RjqV2XLSandiyRMvASmCj2a6ifL5slTRErBygNgdo4OKsww\r\nwxHBTnXCapA67vRP7jB1O1yTtWgB876kSkZMOI+EpzE/ahyQZwBaNJofoC1e\r\nCcYDBpomFrkWVfC6YqprM9uvoQZqF7od/E45CQsS5XbdBVUxzH7fajv3XrBY\r\nopJFfXkfvuBPqCiy4St68NUdvzoRAVOF3b+ZdCSWMRe1pRw4RFbaWX+LPnrA\r\nB6sfH/ctpZD8z7pjovqn9SnkPtg+MwQT7EJbpxqlsCNv1UalYG8E033TDHet\r\ndWnVt4j9atSMlg+43dWmc5p0zway+SYP3Oy2PyIRwHZOkW0Z+am//N+xIKiF\r\nOcUjMGV5JdPyOZ7bF3/7KcjDPzueaIWTDQmS0ovt+KSedqdAHwwoK//VSGTv\r\nP0cub3asd+kbhKFur5GSnrmYdiiM3Dt4PieRUURx9nnam7/Sl2YeXmj3216h\r\ncj6pId59rphzTN+0pJiu71BdJngx7EU0+Rs=\r\n=KeCj\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.61910bd97_1682024373494_0.36937041402669957"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.f5aec7bd8":{"name":"@firebase/firestore","version":"3.10.1-canary.f5aec7bd8","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.f5aec7bd8","@firebase/logger":"0.4.0-canary.f5aec7bd8","@firebase/util":"1.9.3-canary.f5aec7bd8","@firebase/webchannel-wrapper":"0.9.0-canary.f5aec7bd8","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.f5aec7bd8"},"devDependencies":{"@firebase/app":"0.9.8-canary.f5aec7bd8","@firebase/app-compat":"0.2.8-canary.f5aec7bd8","@firebase/auth":"0.23.0-canary.f5aec7bd8","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.f5aec7bd8","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-u+QvK/UBZOEFVuxUeQ9gGGoTvhybGk1dNHhhmQe3hH+AXWj+imrtNk6II5jdn1PVgfhOtaVnrNBjvwf5X70WBQ==","shasum":"e6c7b2eca14ccaab9fe7554519a97f54e6193eb6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.f5aec7bd8.tgz","fileCount":1623,"unpackedSize":28897909,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIESasPka1xkRnfFfQKsponA6rAxdmgUy24rFI08GFq1iAiAyWGq2SEpJmQ9zAyszHppXjt9g+e+pDso48GdtXxsxGw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQeoNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZ7A//W7oUu9KB4nL4xXloSh5EhCuPEOae02M2kq9H9HIDzC8lYRnx\r\nZFHurS3t0TzyLJPRDge6ur9SjVaEhXldtj7Pgv8PSMhQR7sOZV0dvFIQMcBI\r\nBZsx2jIOebUcmgUnrRMm2G9+svmyJNNFSGzP5b5KlqBsbvlrS4uZn62ONd/V\r\nUli64PxkMSx26eXZJFLNRl3YpbIqdBW+NdvZ+ZLu+jpfGe+p+LcnNDO9OWIA\r\nllhZD1uTmV9D6fReM6Ka9gYIlJNUQXvciyW6VTLfAqbstkZZgC7YkYAcrXTf\r\n6LvzrcODngEse08IxXuhmOx2fMeYAih36DqhNFcQ5vp3ZD9pWiAGexPFpUi2\r\n4QovbisU4wmV4AwZPuTD5Fa6CUENOlFJeISBjqDj4B3duBMG2PDSD7p3zpF1\r\n72eKFn083m9mTL/EQq7DgOwaOMGO21/L5vjgOdXOWOETQEHMIFw1hNxT4Kxn\r\n7AoYlW6vAQTzdOS93/ot6BF08vD1LR5H3bpNaZWm5fyvsWhr9f/R+Vuq82RA\r\nMLddPY27m02zQWSV3ZSd6ybk2EJe4BcXtLMx5Ktba/3TQox1pndjBfNTO57n\r\n1PYQCH+gZpZe65NMxKqbBoOGcbDliDecwXT8uLLQ7q4QNUwWqivJXxc8I4Cq\r\nLPV7lZjthhTfACE/NobqQ0+Ft2puVW6Tzn4=\r\n=V49O\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.f5aec7bd8_1682041356911_0.9980644905492793"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.756db4219":{"name":"@firebase/firestore","version":"3.10.1-canary.756db4219","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.756db4219","@firebase/logger":"0.4.0-canary.756db4219","@firebase/util":"1.9.3-canary.756db4219","@firebase/webchannel-wrapper":"0.9.0-canary.756db4219","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.756db4219"},"devDependencies":{"@firebase/app":"0.9.8-canary.756db4219","@firebase/app-compat":"0.2.8-canary.756db4219","@firebase/auth":"0.23.0-canary.756db4219","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.756db4219","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-hApK3WdTHBOPbSZDQwTigNpoVMw8vEggXc8nfoHSF2qQO+TJgwL92yMSgJY6jEXUWIo0zaHMLe7dBvGrPgQRPA==","shasum":"3cf089544c06ea7d6cbeac5c67ed86e7a7736f17","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.756db4219.tgz","fileCount":1623,"unpackedSize":28897909,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICQ3WZy1yxJkQhiCPtXz+Bhfb1WF+xkv9GYrkn8ujmmHAiBW+JeCejRyhZi5XsRQ5GYPRoYyAReI+oDLmS2P6m58jw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkR+0jACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpALg//ZY1odvLl7VKmYuGs+8DalldKgyWMxx3HyJML1KiWFfT3oT5J\r\ndLQ2LnMjOSOY2o5yGd31jIh7vdsm6A/Wcst/VQdiuYooomY9N292ygFLLvtA\r\nIM5XBLf9CwOhUDDnxerXsYJxgGJnFvMBQs7TT6Rs++8n8kq9AIX6nfdTj+zK\r\n0TnWNkh4NiHzBVm9Wr0yM7rJ5ZJKxljVkYxqLCbSk+Y3vaGsjOrNqv/08ope\r\ndhQbfFua13pTWYM0e2yezUIdGv0XUlxhy40GC9Tud3rQjwPR4wTdNBLl4yKo\r\n6pwQph0VTDepicJ3Z1QZhci7o6vHEfoAwspmDsk+pazj1qoK+Pa+GKveRhn4\r\nYwQ9IDjU6lIu4qjXGyY1cKZlGx5hg3Gq8j37BwpPiXUveiphiNbR2vk1uUP4\r\nkX/ibzg36sssJ9v93utfIlt+cF01ibut1nqMDx5TRTescoxMTgjmUYx/HQS+\r\noJhwKeQXJyDbChDSCjr7Au0lam2TYSJ67owb7TTBLFQpaadYxozY5yg7FCle\r\nRSGgA541U3UxzLnfOd9agaLGGBQ2BjotTgPRDxQrAeJV2ZU5sNzF9ujFxwqa\r\nMDP+UukYr+hqt4ozgRkuxKi0KWWKRwhbp52g7kOWsNnC0z8Q8nzNeY06eIG+\r\nWFDg4PccFDYiZWoeqsW7bvaffTqmx0HZzA4=\r\n=uPzz\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.756db4219_1682435362736_0.05056597833677867"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.510c9b520":{"name":"@firebase/firestore","version":"3.10.1-canary.510c9b520","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.510c9b520","@firebase/logger":"0.4.0-canary.510c9b520","@firebase/util":"1.9.3-canary.510c9b520","@firebase/webchannel-wrapper":"0.9.0-canary.510c9b520","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.510c9b520"},"devDependencies":{"@firebase/app":"0.9.8-canary.510c9b520","@firebase/app-compat":"0.2.8-canary.510c9b520","@firebase/auth":"0.23.0-canary.510c9b520","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.510c9b520","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-I1MxWJJke8w4Uel02+y/I8fojXZnu+VvSRCIwCy8mfuYDr1O0p6PIe3Xe5cs1c0M48PpRbivB3JxMFHSJ0BnrA==","shasum":"965661bad248590b7b1a30eed86c18c3c81e406f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.510c9b520.tgz","fileCount":1619,"unpackedSize":28876774,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICDwGY1rk/Wal5deFXlVurqJv0DgSgVwJraLmygmqqIzAiEAn6Lf/ihucMXu2ndcvhIxFOFHiTS1osyQyXnqf9ONjtk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSA35ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqxPA//Qn5dSi1GxbOss0uLHSDQtI9urmZFBhIt/lB5kCdiExPGWffr\r\nQNqY8bu0NmeCliAIeJUwwCyCD7yNIn+0uN8hCAGw8OlGfMu2PkbZWz2rzx4S\r\nZ2RjlVYtfXyOsMWSQxr6U+GLUIQvITdTeT9nIAtgdzvT0roh75IDWKN7sg71\r\n8YDDc//LXcPXyvEB0RKvRGnu7n9ZedESwvGNGrcbXrGCDqo/w/DnnL2yLq1K\r\ntOGhzyl68dcKyHwQMrgIuJyj9+Gs1+GdUghl6uD+DD14kwzBMCuu+2G9Eu/a\r\nBCxydNxSsJXHLNawcHinnC4vD+xFtIxYLgHQw67be61OtC6m1ty389uuQkoa\r\nvc6bkwEMLYlOYbTIcnIITe3pgAkGqLj4mpeg21kE0JVFt8/zy4P03ia8iIgp\r\nFIbP0IaaLTFRMgDNif7ji61iZ3apq+Qr3jOYt2TeseW44FUBKOTvsJLU0nWa\r\nVMPaok0+42HMFQyhxk0DcmcJbT9UKdfhumCCBhQHQQNLLhMbTxYPxF+dsv7g\r\n8dQTzKMZ1LaWG5ve+K92wsr6iN2FwJRZghyvUS4injFhMXCCS7h0q/uQUu6w\r\nheOxcXrHqHRtSFj+heXHxREjG5wqwiVpMHF1FDngy0BN4Uc/xSzn/wLkBADB\r\nb0QM7Lb6gF0abukhbxd8aU+jwYb/RsnDbd8=\r\n=Ugzk\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.510c9b520_1682443768678_0.5356803390104958"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.3ca7e9720":{"name":"@firebase/firestore","version":"3.10.1-canary.3ca7e9720","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.3ca7e9720","@firebase/logger":"0.4.0-canary.3ca7e9720","@firebase/util":"1.9.3-canary.3ca7e9720","@firebase/webchannel-wrapper":"0.9.0-canary.3ca7e9720","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.3ca7e9720"},"devDependencies":{"@firebase/app":"0.9.8-canary.3ca7e9720","@firebase/app-compat":"0.2.8-canary.3ca7e9720","@firebase/auth":"0.23.0-canary.3ca7e9720","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.3ca7e9720","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-ajv8M9HGWBzJUIlhWM5GMYFo0AD/jbRrL1A2W+cWLcnpHdmpeltHW+6oAUXjOlTyodfHa+2YylmWtrEgnIvJRw==","shasum":"24a4ae67bd0f9b57fc0f1d97ad173fa0d1c86821","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.3ca7e9720.tgz","fileCount":1619,"unpackedSize":28876774,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDE10yvt09BB5dWWA/GlzVmZfthGTzuLU3ILANV/0RgCwIgd/CTRgE88zxCyYKZzSgXx2slE+4/qRUODkfx6F7b6Qk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSCGWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqQ4g/+JRqMCkFZ1q2HUKZjHvxE0BpAPvC6AsqaYuk+7++VG2kmu/x9\r\n1bcYk/q4nSUB4MZDYNKC/p+yauSK/VBJNuXPJeE2xdUHPIMrlf2cOglnF3R6\r\nu73e0AWEkSWUVh0MUvtUjeo4VZWhArGV3W2BBWu1sCSiAc0q+vPuAFHGTeWp\r\noYxhKr+G8/o9+NSWG2PeQQIu6mfUQ9Fm2zZn0oSnzrEWRKwdJhi/GKIaQOaY\r\n4rgm97tNnyEHmau+o4xZDFmvnnfqizzj+vVrOXs8nCvV2iqHppM4CNEB5ZHV\r\nEEif7MP0juLr7ugLYV68NH/JHJpg2Qn2g8CxZgcA8enPgaiqE19B5Kjp8s05\r\ngTWiGIC8DcDyBXIAZve7DU85mYqeB3cu213jAu1qRdYMAjcLiumE5QDT2ZtS\r\ndXPO/2TZO84ajcfrNrYgI2sL1RKuyQaIoHM6lzNESOhsD29JLCnRNwdpfjHZ\r\npvKOVJuj62aWmzankSXH9w3/FBoB+Y+U2dJxn9UYHp9uPuwKpPJpDdlc4Vgv\r\n7P6QJ+UgLlcR/j8sE3fTcECwHanEwHOj6tifgT8qeBvg4xq0YoGbjVCb7tvT\r\n2m1qEoSgKQPHjCteZ/kFuQDNLMur5clf/5rHfekCHnUV7rNl6Pc3oOTEX54s\r\nDdmRlg8lRY4O35c5WX6Uwoze8/pTSMiLY3k=\r\n=Kp/Y\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.3ca7e9720_1682448790270_0.17607350591511195"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.18ace68ae":{"name":"@firebase/firestore","version":"3.10.1-canary.18ace68ae","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.18ace68ae","@firebase/logger":"0.4.0-canary.18ace68ae","@firebase/util":"1.9.3-canary.18ace68ae","@firebase/webchannel-wrapper":"0.9.0-canary.18ace68ae","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.18ace68ae"},"devDependencies":{"@firebase/app":"0.9.8-canary.18ace68ae","@firebase/app-compat":"0.2.8-canary.18ace68ae","@firebase/auth":"0.23.0-canary.18ace68ae","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.18ace68ae","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-zJvTnk1njKWSCOKhjKVxu0X4IKQkjbocOa0qF+VGvnvi6xObxRM6u4XRGEP2jGaPidDCEJ7Amf1Omp2Ugu5Dxw==","shasum":"74cb4c422e9121a8d95315fc29ae4ecc32f31bf5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.18ace68ae.tgz","fileCount":1619,"unpackedSize":28881237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtKddFXkktYXsJXwlNF6OezRHY32/Nh3QPCsuzEGbAJgIhAMp8oCwuxbDU4UZwcrgZZ2uf3EtgPucj3YJStLv7dTB9"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSCMqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpnaQ//ZEcdI0F9/VhAuSEohZ6Hi0YD3nmDe0h/bTiF7XT1P5cIY891\r\nrVZu23yy+2nGSi41vhFQF2lYuqyeGRDUc2E9ri9a7GXpQpK9kzbY7E92FELV\r\nWsCVbApgy1Ft0wYBbOjY7ii0kljOHv5iinpZCmr4uT1WBjQQ26inGPnRXecC\r\n/SQjtua8Ig3UrxkRhOOcTHPmg3+yU+rWAqSDYpE8xPhFvuNn1zD46HpKpqgI\r\nWnFtSHQVOyCbvgMVHZ2vqjFFHzZeEBRSWertOdnHndEdzNHD0Exh/VDsHGsf\r\nmWk3Uh4Sao4InPjVI5HneZlb/WMkp6J8FwXdKuK2m0cLpaDepF8Yh4JDgZS+\r\nsTiM2WV/UDKNqonFYuSiGnL4bgzviNooerrhtVvwjRLMMMcNMzrr7Z0nPeGO\r\nHlOzYHG2FAnAcI9tWLrIDwe7SkKEOzveLXIqE23/7Vv5MswlA6v7MrOnMYbI\r\nRHuf4Cz/2yh6zWVKbQQuFbqouSDPPtAAyPqmlwGIa2X1lPSquVDQXrFxQxii\r\n0leK+hw9f9nk1wLgY/553CiqqptO2MUUBb/LWfAphd+zrraOGQ86GFFetn65\r\nOpzgTmbUUVJDg/UKCs/P5jtOJeRHIiO2vAbuK2kNGJN71PmCCybAQjp1BBqp\r\nRYXPWbOk572J+gfLw+bM5GGzoCV/p4W6Ops=\r\n=JrQb\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.18ace68ae_1682449193636_0.9100334475629679"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.23d35765e":{"name":"@firebase/firestore","version":"3.10.1-canary.23d35765e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.23d35765e","@firebase/logger":"0.4.0-canary.23d35765e","@firebase/util":"1.9.3-canary.23d35765e","@firebase/webchannel-wrapper":"0.9.0-canary.23d35765e","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.23d35765e"},"devDependencies":{"@firebase/app":"0.9.8-canary.23d35765e","@firebase/app-compat":"0.2.8-canary.23d35765e","@firebase/auth":"0.23.0-canary.23d35765e","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.23d35765e","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-yW+oxm84gFlRr/4i0q8YnjN8mHDdpkNie6RBSwThEzHbQL/bh24iWturGmfjIHEREUG8mEbhPVbJzBNzbWJgng==","shasum":"7f1f4403fa345c565c98d7aea97b2dfb40f9ac08","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.23d35765e.tgz","fileCount":1619,"unpackedSize":28881237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEsF2e8zE4b90ug6C28cngdvqUYQz+baw1H3MOwY7QllAiEAqGhvrO2IgYmAhYluZU5IAhT28Kof+zpvWGeqLdZK6uQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSCV7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpO9g/9EhrzMZzRur3sm2l63ScKHFfQwHJc1bdqfsco96sgUM+8RmSW\r\nvhJ0KqAlpwfpQzf7of6hVtc5FuZer2IEiDtu3zJeahE28E63X+9s32hvBWSu\r\nD6RGOi403BVjb0L1mr2W7CtMtZoJzUnG+EgLY3kq0m+Cuoyr9QQi6x7oTW/X\r\ncQywOkhvn5Dndfl6itV4nbrH+VP8ZQkS6khh6eQ3gPiwSuDDkBBwUkqQv00P\r\nS3+g2UBpDZszzueBvhO0piUwn78Y3l2t4wofCH94wZl3nbdg41Ow9D7atjgS\r\niJmjUuh3pGZ+Mb7WW5oq+uBe54yluLBQ3KHowY7ZyZkIaqpV3T7XX5Oe9l84\r\nywAq8B2NqApvXWlMOAv3BdnrA6at7TKeOpdHx+KtC7N0SlLQE54CMYgxWZb0\r\n2ZXiXo6y+YYtUdhzPcWi5sJz3TvoM/iQCdC2Acfv9yvf2PxsR6vQPN4+3Yzw\r\nT/f5JEZb18prVFFaEFoMJsIxWoxp77TA5qdIkDv/vr1fdebShbxPVEjZ3nZY\r\nml41WY08z5QOY3VCEwoJeaSOWxWerdtu2oyuTZjxOSnV6cbivukzlqrmjrxV\r\nZ9s36EZCJjZWMZ520NYA18px06vuVVgnFBlcHQZdSKaOBLLKQQbPY7jpRKZP\r\nXiqZPACzQbIjY5OJO/fTwFc8xd5paZBGuak=\r\n=cE8D\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.23d35765e_1682449786842_0.008988525393593516"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.6d4d18786":{"name":"@firebase/firestore","version":"3.10.1-canary.6d4d18786","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.6d4d18786","@firebase/logger":"0.4.0-canary.6d4d18786","@firebase/util":"1.9.3-canary.6d4d18786","@firebase/webchannel-wrapper":"0.9.0-canary.6d4d18786","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.6d4d18786"},"devDependencies":{"@firebase/app":"0.9.8-canary.6d4d18786","@firebase/app-compat":"0.2.8-canary.6d4d18786","@firebase/auth":"0.23.0-canary.6d4d18786","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.6d4d18786","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-G5KvoMnKTeR+n2ZyThkwczU9rAeRbWh7abRaGBhGi+u2Vql+3GZ2Fxp7DQT9DOazXNqKCt0oVIxkStKUXKloWw==","shasum":"02350913f3dda2b2f968723419e24924500c769e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.6d4d18786.tgz","fileCount":1619,"unpackedSize":28881237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCVGvfbDxPhmuAiVbCpv5gQCj9rb8Pzjh+FS0M80+CiUQIgVJ2DFp9OcKBQOp8hCgIzip4GmmnYhAussfS0XRtD4zc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSCbnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpffA//WHMTKTozEvvgIj6c5zItSVev+QI4YluM60U0t5cgSvqtPRj6\r\noVPMKqoXgthjQfKZ9NJkUZTU07CAN5xY0lTihfFGeyolp6bzrDl2Ijm1Jv9h\r\nX1bGtqQiB7UTLQKrMsrj3B8dYzzL33XZm+38j4xZdleox+cRn4go9V4fFH3m\r\nlazMyCPAwlHi+AML5AtVJqqIz8j2BrzZzr3h0h//wEJhyMaGkSOYAXIZy9Qd\r\n2ahgrS9rv7VGS3W+xLM8P7JgfcAeQibO03k/mZRQGU06YWlFwVzCgqTSo7vp\r\nPNnulGE402frhw7PqihKrStpFXwSUbh55OEJhIyOphVdMzMfpadhTowHaKO/\r\nsYf0ZR//1UaUuB25j+Fdi+1vhs7C3XboW7pT1j9Qz0bf7LY9nWpvUcBnWRQC\r\nLB+oFoiuazHNrofCLV/f4kBNcTd/o84+USid2OgH4qDkOhmhc7DPLD1uajjP\r\na3GeSna6gRBfJBi4E5IN0+Id8ZqhxLkC3Zaga/z3n4jrZ/2g7WfH23pXLjEy\r\nW85u5YJY8XwExbtoa9FFs0yRS+oVWeHMb+BgG5eO5DajA7xZ8ujXh5yGIw8B\r\nLEK3ESthKrGUTwNR8Hr9UenA81wemI6mqvdSZWiI71Bk4uPC8xDYb60Iemak\r\n1bPtBpIvokALOj0h7NBMoOLWZrPGccSY9/8=\r\n=igEF\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.6d4d18786_1682450151512_0.13759324923723937"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.623dba390":{"name":"@firebase/firestore","version":"3.10.1-canary.623dba390","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.623dba390","@firebase/logger":"0.4.0-canary.623dba390","@firebase/util":"1.9.3-canary.623dba390","@firebase/webchannel-wrapper":"0.9.0-canary.623dba390","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.623dba390"},"devDependencies":{"@firebase/app":"0.9.8-canary.623dba390","@firebase/app-compat":"0.2.8-canary.623dba390","@firebase/auth":"0.23.0-canary.623dba390","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.623dba390","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-Hjvu0b1PVIIfAAND814+nPLFQR5vkFrhz6JRsr4a2fO7zwA3x5a1autmaOXr8zsOpcPlQDyzN5J+PQkmzyNBoA==","shasum":"3ea1b4a4dc6dd61f0277c181486b948e41e78a89","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.623dba390.tgz","fileCount":1619,"unpackedSize":28881237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB0QtpWSmcneAflPdY2PK7Gvh8Ao6ry/NJAoElMbM+NPAiEA4uss3iNy1xtrYs8A6pctKmPeQCaoLqf4K+Z1kXRXW9M="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSDZcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrkQg//SeGSF0E7zFOgUAsXQJWvlQrTmdop3RFg5rNfAzsLjLtitOJa\r\niJHN5F925vaANId6lAjvQ33TzzkUXc5SXFt/OpSAdWcwwftE865+VqaL1kkt\r\ndRTpk1fbh6ECMpzwJtcx7NTLc9MMyUgIAHG61/eiO5yfkPDNbZyx+fQxJAIg\r\nx88QPT6iK3weShSCzRAzUd3tBQ3AXZi9OTu9Bj0cxNbgPa6x1f9ghMs6ga78\r\nvNvXAXcEkzeQQ2A+RH+v+HBW1wmGIBlxruYXliFKUNzsMWe2i/MdOOjcmePe\r\nv4t+XuYd4nTTDy1JxWcCCfxcWqhBIqCqRS7UVAjqK/DTJFdRkUfhUzwfBkq5\r\n+ogvDIMAPclrQQCJTw/hnjU5ofy+IYKKiGG9O/zuWbVilq8En/D6c+yjhnF0\r\n7PZd5FE+hZ0fJMAH4BBNqr0gwKGmAzi1wl8gCsrKeQ1aAWwmlAdHsCDV58hk\r\ne8MbJPdXOLXttK3Qi/d+ypZZJ/gq28vh7iR1p65oEdSKd+jj14shtUl27Khr\r\nwGttFd7aeDkgwasR4ueSLpB1Voxv2mqDqn9W+rAP08iOMROkUzza0tXmPkVw\r\ni0xeP/hJo/f7UgIoPM70MycDHNwtyKCJE4FSnlkN4S9up9xO4IHLSvzkevkA\r\nU7V1hhQ92GrPaFjB5ArzxqthorhDHcqhw0E=\r\n=FyNP\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.623dba390_1682454107781_0.9244911105314539"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.a741002c3":{"name":"@firebase/firestore","version":"3.10.1-canary.a741002c3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.a741002c3","@firebase/logger":"0.4.0-canary.a741002c3","@firebase/util":"1.9.3-canary.a741002c3","@firebase/webchannel-wrapper":"0.9.0-canary.a741002c3","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.a741002c3"},"devDependencies":{"@firebase/app":"0.9.8-canary.a741002c3","@firebase/app-compat":"0.2.8-canary.a741002c3","@firebase/auth":"0.23.0-canary.a741002c3","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.a741002c3","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-1cRwiyTZFfkRC3DmTK5/NOk48heeU0sPBreofL7zCfZV/EJ+qr5SBRGgyUu2BtGzhi25zJRbjPcbv8yZcvy03w==","shasum":"50818016cc7f9b86ece9281be7e43c966f0193ac","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.a741002c3.tgz","fileCount":1619,"unpackedSize":28881237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDMCk3pZop279EuPFJ6Kx7xdxg+jA+C3qz7u0rKdyZuDAiEA8IPF6Mo7lVl3rqPwgWeqyqH1LUNc+i2FFHfWayJuJ/k="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSEI/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqaAg/+NGvB1nsS0Xx+VbixHnq9MPVUJpkDOAaqH/1JUq1HpQtVaale\r\nja41NqSLrAX7tdaCo1R0pkhikOWwkGG61G5QcOZXbU7DMWVT8/45q7v9S6Sc\r\np4Kv31Lt16URNG9ilGVBsN+JdHEQc5lFOwpJMclw7UsQeLKFRtY66dcfA0iS\r\nCxe79C396xmlgVLfuTMD+DkWUsTfqhHPNKJvIjKLmzjVndZmkYgKWooEOSnw\r\nfGzxPt67gCwc8vF+m87WEyhKXynLb0t8Mq0+Lc0SdsM7LH0ErifIwlEH+60q\r\nHlijA65ldlXgXnyw6pzcu7rfbT3GnaANwh0o1wu7xItVlykGICoJnt0LDZi/\r\nHv9BDD+OTVbKKsYLpg1dmBjOXUkQ03xbdUwTtjQ+31gi+pAl338fJTXt13xR\r\nTisdaPGc/G+knipShCIwdsfgz7k1CyYcmwu2nvfIkSs+ZzaagKHHUHKIuFzU\r\n2ZWJqjDAmtNAGSouZDtznuQ1yo0ScfkshsKGkjvttSkU34NBup50vGArL5Am\r\nNa28Gg9EVLQL03VjYvB5T2UJd001T8skS+/2aodgykJo/4PnELZv+Jeo0OQq\r\nTKw3eODoAl3ypV1QDHWFDDNsc8LuTqYs5Pm/NMntLF/gfFNV/T0zN4UL6G8x\r\nMn/xXaQQDkVNpJ/lmCGjlkfnpNMr1wmISzA=\r\n=+g+4\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.a741002c3_1682457150606_0.8465173391727652"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.450e000aa":{"name":"@firebase/firestore","version":"3.10.1-canary.450e000aa","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.450e000aa","@firebase/logger":"0.4.0-canary.450e000aa","@firebase/util":"1.9.3-canary.450e000aa","@firebase/webchannel-wrapper":"0.9.0-canary.450e000aa","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.450e000aa"},"devDependencies":{"@firebase/app":"0.9.8-canary.450e000aa","@firebase/app-compat":"0.2.8-canary.450e000aa","@firebase/auth":"0.23.0-canary.450e000aa","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.450e000aa","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-QOLyQjHcXM1YbE8a/3kMcSNq3bYCojAqwoAUG8wTyaAsC8K1U3hNVjKS8t0Vj6642WJ8ZifJegOjXl87JB8jIw==","shasum":"ec60a7554f68a20047294d542b453247223d3834","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.450e000aa.tgz","fileCount":1619,"unpackedSize":28881237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRMo3S+1BONMVTnKd6nCA5gPGXnQncsoDXciQ2FrK8mwIhAKnymUtbrgdg6TQhmxMmzSpSSz/4JKNN1eRkvo94tCx5"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSEwoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoWzBAAnprKIikipGJ2z6d9IPIebWHzY00+BLRV0PaCe9UZip3bhKWY\r\npoI7Iw/23LMJYQwgQNzZGxZM6MA+wGRg9hxdjjKcTMsTmLT4oWGKZtX8vR+7\r\n55E0M3wB8uamQKf/Tnx3msmXYFSHuPeRAzI67BLmoCBmQlzS9yPaUXdodgu7\r\nx+PzmVALi2Xdu/V2ziERkfRuBZVuFj6Rso4R8YlHyCdgSR2c2bspGFLGhz9J\r\nT9x/bvNke28DiXwnR2/zBjl1fNPZGSauhn4Kka6YRtnbEbIEaT1vZVs06KJh\r\nDsGFNYVSdFdKfz2avGpfHXMZ9Z7tMnicmqdwa0tGrlnoTasKhqBwGt7vzt/B\r\nVoGLljfGZT0LfbFC2ZF40JQRMtQqKYmEWg8AUeF1sKmyUD1x7cvLPiCexYQC\r\nstnJjO/akBvtBIchpxDQ1Fs5nEAAN+twfsJbUvIZyFEqCe/FKR1ZuHpOJvQE\r\nD3cMb+zoMgzok1edP8uOD33K3t7hgW0D46YV8wnkni3SVcdfoD5n10QyMshj\r\nyK7QHgelrKOmZ7Wx+hvjM495TntivvWGDXdpj8fsZl8+jCvb7fdwhbdYF9Sr\r\nai+Tl4mHYj8q33RdxgCguODlIiTAFROBbwiPLD4GwBJa/iMenOoJPDQspSP7\r\nH6/JE1JJMRk1bZ1vMvijGKR+hgKY+nwBTUs=\r\n=jrbp\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.450e000aa_1682459688447_0.43728517819855517"},"_hasShrinkwrap":false,"contributors":[]},"3.11.0-20230425221647":{"name":"@firebase/firestore","version":"3.11.0-20230425221647","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.0-20230425221647","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.8","@firebase/app-compat":"0.2.8","@firebase/auth":"0.23.1-20230425221647","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.11.0-20230425221647","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-0xf+WubC4JgUNmOabkkKMDSDlIl/ibD8QbgKupAem4lVy80N08HhfxQIvsp7h+DspbceFFZpkvkyO/8E/02dLQ==","shasum":"a1affeb2b7670147a1fef12e558c9f28fbdde1b8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.11.0-20230425221647.tgz","fileCount":1619,"unpackedSize":28882534,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDh05xcC9sqRsul+PoCXmLqIvLF75LLJ1vK+EHoExBc2gIhAOZ1yf6VNhFdXus+zL9NuLOZqVkXmFIRDEHBknmYMjAn"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSFXmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmppRA//RZ7VqN7VCArDR+HY2uJUUE28JJe/SjsTSFDsHpWGKK5SfgL6\r\nAzkMDOdOCk2xQOuMHPtS2VGF/On/l/bOIh4LQCWy1DlHYJdc/+VcfTFfZkjQ\r\nHorgxfs330U3y2QfrcP8b8DPX7D1JNZm43PVaUSLhp3f1K5mtotv+DHrBv6D\r\naF6R5GhH3bfiB4UuYgXpT2vv/HVUfn0XtPIgYEEvlMYDTZSNlxDSeIswAD+x\r\nRAW1PbhzhBrV+Tf01m0j9bH6ADhWCIZq82OV3Cy3kmzcuIhh+cB+f3o7NAVu\r\n4a3lbmswvV+5pMnbilXDmcqiDoUhd4o+SV5tF2761hjTUPgf0JziDT6XEhyZ\r\nFSqN4GFzZDReLJQkdHcGs740soifpF1NlNOnQe1KyRv/2uJYNR7BMVRI/OyR\r\nKBp0LSsYCQMEMers2NLKrvpAKAQtghPXl8tPqdWtwkXVSro6jpvNFHN0sdUj\r\nQi+D9wcg6dELiymC2WwH5OlPkoHFegQnSju5jR5Cs3x/+dkpSlR8GaYVCrKG\r\n6dwSyiLmeynEAukb/uTh+p5LP5PH0bnqYq9x0KZ12iCsSXVupncWE2FTnyMn\r\nsHWkkm2hbQ7YGW6+ntWzk6DbtYwomZtDHNxmsfVY5F++GFGyxQqXJJqfFPRa\r\nGu/etaOP+UaGHOslTdHZPNC/cNYBk0Z8L/g=\r\n=rK6X\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.11.0-20230425221647_1682462181808_0.8422493249273235"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.4535cccfb":{"name":"@firebase/firestore","version":"3.10.1-canary.4535cccfb","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.4535cccfb","@firebase/logger":"0.4.0-canary.4535cccfb","@firebase/util":"1.9.3-canary.4535cccfb","@firebase/webchannel-wrapper":"0.9.0-canary.4535cccfb","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.4535cccfb"},"devDependencies":{"@firebase/app":"0.9.8-canary.4535cccfb","@firebase/app-compat":"0.2.8-canary.4535cccfb","@firebase/auth":"0.23.0-canary.4535cccfb","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.4535cccfb","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-i81ufOjyqV79RTYtQ4ITKJ8+NOGPpU+cRr5vLeNlLZVuNWHuYyscNrWE8kGKzko/BuW1nppJHbejfhhXzu/fbw==","shasum":"3f26a326ec8122df909bf68296c5e1cddea39be9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.4535cccfb.tgz","fileCount":1619,"unpackedSize":28881237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC01dJJ/XDXpm+zmcW64O3Tx9YkpkFthGzjbxJPC2wf4wIgeP458duYh44BZhwIcWhv2wWjsIwPiyQOVHoROEU53kI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSJ3nACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqgVw//ZitL2OC2XV1sHiYNLzLDXdo765vHSCf13Q3iZchKguUFl+De\r\nkV4lQEEu/5SYHBo363aj5Aq1kXZ31q/9OhYpTahlhqAsmhXaQ3O8UpmP6Bj1\r\nerWWCk2h8AdJxVXpG6mTfpgO9n1r/VeCVAVb1vbflx6dUu3qswCrBY1mPole\r\nznO6llQWjSGw6s1TRSOkZeadN5s9jYFSsjXHLbWo2A0JRB/u16TMx1g733NA\r\nsyEX4CoWw2XW5DkOFS0E1xSzONDg77qNbbI7CNGfDa0cj6eLl71EvOVLq9pb\r\nKNRtCPLWqlPBRTF5KT6SXmKhKD34qeEVSHE/eVR43yxplfq9sA9+L1Ajv5lh\r\nn/yrHurjuZZdbF9qTGkZttYohLmNcZ2Chp2mJDQTkZolr2OUTXJjT1QwjbpA\r\nt0X1JSr6IvgX+RaxBcdp/8HOKgfdGEaTAmqfEs1TVioJrhKrCM9pmTyh/Ahg\r\nXvR5+KWxrdeOy9LqDfUsGJzaxQRKum0EkJ7c7BiWWlU4z22kCbr0UIC2+fRO\r\n3VP68j5ROQtPKVOnYXN3usbij4sV26k0HFwU2QWRXDwux/QhWhojKHz9RMn2\r\n+CJFLDqH5P0zGHMFsDM94Ic5n4bPURWXScdDoC1L6IifOC5cpExgt1OIQJy5\r\n4I6PHz9C5UY9kPcck1PYGjmopiX6OObYtVo=\r\n=Re6i\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.4535cccfb_1682480615350_0.1587917291827179"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.466d3670a":{"name":"@firebase/firestore","version":"3.10.1-canary.466d3670a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.466d3670a","@firebase/logger":"0.4.0-canary.466d3670a","@firebase/util":"1.9.3-canary.466d3670a","@firebase/webchannel-wrapper":"0.9.0-canary.466d3670a","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.466d3670a"},"devDependencies":{"@firebase/app":"0.9.8-canary.466d3670a","@firebase/app-compat":"0.2.8-canary.466d3670a","@firebase/auth":"0.23.0-canary.466d3670a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.466d3670a","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-PIQI0pWLGJzmgm7x/YPRSUc4DsQOM87VbqEixQHUjMtQAWV5WMbtK/7ZYNcFDDVhsekxQLWrFtgOF39GCcypRA==","shasum":"527b30f0dc648bc05a58aa250c58f432dfde69c2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.466d3670a.tgz","fileCount":1619,"unpackedSize":28881237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDIYNKVL97hwnNwALGy+TzZZzJExZYh8L3+grbmcAs/0AIhANI1LuxmDXFiJi3/sFZABIWUFIzlZDWjwwEdHtwD5+A9"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSWrGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoMwQ/+P7cYjriIQCyzde/T0Q9TKgAlug3m6AKzrxMxM8WP54PZAT2z\r\nN1XRwuMvRfYGZM0Aa39qWKF/3lDtFB06fVVZ5ExyLAeE+6FhTeOwdxMms2LU\r\nSe0mz+q4TQEQpq7HxM1/vOxVYbKYARcaWi3XxAb+270dGIjW0xRi7MDJnP39\r\ng/ft1jLpfu8f+Mh5hyUiSDE+YF10eQ50W8/Fb6VAv6xdI32zLr2+PQCtAYtR\r\nV4SYmANKMdT6NfmSVjtS7n4ie3RBpiXFhZvLyC5zJbqa6mDguc0z1FCh97Zq\r\n7desON9Z45TOPPzzCHt8SrNy96R+P/m7M0pnKKp1qrBEvVzHK8k8FjwJuB7w\r\nX39SJLrWoWw/a0bq2xQa//SdAdVYlOKmYfIs8atUFbR2yiSHbmWtgXqhw03d\r\nms6NiWO+cLGiisjzDzUSCwVK+sbdYduW4xGWPfow+BiQOw7UrvQ22aSAyPBw\r\nq9wNUyQWxdTsuwQVZ5asPyBULl04ntK+GKZNbfe2NdCoNzrggSZCV2KD853z\r\ngwW5ZSQN/yRZcwEAY793pfKW8pwJ6+yyQP1dN5EmJ1OJOeoDSH1S2+JeQo2W\r\nuv69KkAb7Q2jTQpTh7c3LIhQWBH7sRv5xq4eTNEYSJoid9Y9LU8Z4+byM5hi\r\nzUG4PUZzWuNFXwMXorFBhX3ilyX/jJR/oYk=\r\n=NPVW\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.466d3670a_1682533061795_0.2384742855337727"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.9f2ce14b3":{"name":"@firebase/firestore","version":"3.10.1-canary.9f2ce14b3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.9f2ce14b3","@firebase/logger":"0.4.0-canary.9f2ce14b3","@firebase/util":"1.9.3-canary.9f2ce14b3","@firebase/webchannel-wrapper":"0.9.0-canary.9f2ce14b3","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.9f2ce14b3"},"devDependencies":{"@firebase/app":"0.9.8-canary.9f2ce14b3","@firebase/app-compat":"0.2.8-canary.9f2ce14b3","@firebase/auth":"0.23.0-canary.9f2ce14b3","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.9f2ce14b3","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-+RJTJD23WICx27JWytCK1loZzjdz1z87u0MNMepSAq29B9Yd+Z2rIVnbeyZJT9PlT+4vfnMUcQ6SpZ+naVDUMA==","shasum":"8b71f7ff7bb2ab6124dd338667939489754ed7db","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.9f2ce14b3.tgz","fileCount":1619,"unpackedSize":28881237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCg++sVIXC7FrsdIawGCLroUJ9xJmVS6Jiyrq49U9qPCwIhAIENKovjMInjflpM4EwM/3jXgEqWK02EsG3ma407w0Is"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSW6FACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmopnQ/+NVe6N6rCoOwUcF3iSWW/jJUR4n8YIrYwSxaavxZAnhvFKzsd\r\nagiou3AQMX/K2FymGmMYiDDct08Y8+FW9Fjv73cCQP46t7Mifc7u9uYaQctI\r\nI+qf9VvlW2SLzjI0lkQ8S/2wTOQbnqYT6MYBwhAU/CUx80kBHS/gxJQKjnKt\r\nJCpCH5QdahJxnx+kRvCX7zkTdw9wXr4jJaEeLnU8RUgHRevfKBH6twhX0cjA\r\nXlDPxdfcab2L/qJcGcfZfgblSjNkKNRtVkDrjzkpTstB6OzCyDaB5lfE7kvU\r\naP5avPC7z759LcReAPIn3bp3wlFMmYlILLi51cpHtnV2hqwEGsXzb3Df8rda\r\ntPMZltS4ZYe6gmMU5cEh0TFjGncHLCSXAYbsScJiNltJT8gnCSAF+84JCXnC\r\nlnyQz1waUpguU5OB39X4iBEPRQQ2gce1BbLUWFVKF5ycA0Rj6cMakNltxrzv\r\nWWamV2fuu9BpCpLIs5m4sYz8PTRjufgHZ8rxjmDCWijaNlH5skeRAahgj+PV\r\nQZNZuQKan+Ow9KLlQvtioz7Bnm9Zajs+x33BQzIZiu3Z254ZwF8PUPAomkrQ\r\n7sMUIU5814bvYfovF3EgDdDeOJrhetIRUFQ796MZJudM77yViqhUS/VPxKxE\r\nLBbqsCQNX3FOZK1/v5CUPHRl7Nu2ICm5DxA=\r\n=HCtE\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.9f2ce14b3_1682534021464_0.6404781181345136"},"_hasShrinkwrap":false,"contributors":[]},"3.11.0":{"name":"@firebase/firestore","version":"3.11.0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.9","@firebase/app-compat":"0.2.9","@firebase/auth":"0.23.1","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.11.0","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-r9qUbjuIKOXAVYwqZaamgXuUJBuV8I2X0Kao5PUxQAPueV2mRapdIlby6awYgjknE8kq1Tlys5Nf5/TV6WtnAg==","shasum":"d973ea0726c62977e693f6024f671bb3b677c32c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.11.0.tgz","fileCount":1619,"unpackedSize":28881699,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCNOKxBzEvgiGqcikJDYF/h7EdaE8W95GWIhycsF41/igIgLAnmO7vlWu7PxKd9CwroS7F6bKV1H100Wo4KYTECltM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSsV7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqwtg//bDFqIrnGZi9DUSzLdxplfdrrKJn+gqqCZLIo+4oHo7IQlYcc\r\nRspz1g/YB3GLvPzMYPEqbjeRF4a2XM2a2JREtVHPDWyiTceKddYGd+4Yi1k6\r\nY7GECozlZn5k8dgzdfW+SvHkZQdQKkoxFro1O701VDWxWOmNk3d6eE3RTq/u\r\nxOUnA6SGZI1MN192DXe5Z+UaHRbnRBonLOPt5r6JzfAgwZmfvuIYD8wSVwuw\r\noZIU6RHYMWl/6/j7ZEuNAT2SNqKIFCv0o2mGmeXZDO8S/8SliROIB4UBeqpB\r\nwrzmsSVR1EZIa5/LU7JqiCO3Ni+p2n6q6O3vSgo+zBIl/u5y1qgxtMjfMZZk\r\nzw6EQzroupnOpETinVh52IsR5nHEgLKNMoKzWFNHadh9oMdqM48yt7bjM+vQ\r\noCeZvAAhYFh36oD46RTYJsTOFCsAQgY5luGeydYOckZMgIWGIo2CMYwzfQ6P\r\naMfKGRGlReqTXmSYr94SKi8lrsOxwxSBL8IekyqPIqRs/lol6UuYp4PVHP/i\r\nh+qusjRi+wkxsF8H5HRXkYzbZlWyRsA5GHzIsfOrOH1eiIh/x1dy4cEV91zP\r\nEQ/0PJxRa9Jbjk2ybaQZieWa/pQa/oNeK9UoYkXOwTno7IWVswOdSQLp6983\r\nJT8jdXzY/qbSlQnIhaEWjnnZMotmDH1WtV0=\r\n=o+6U\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.11.0_1682621819450_0.4309659335553693"},"_hasShrinkwrap":false,"contributors":[]},"3.10.1-canary.789f9186d":{"name":"@firebase/firestore","version":"3.10.1-canary.789f9186d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.789f9186d","@firebase/logger":"0.4.0-canary.789f9186d","@firebase/util":"1.9.3-canary.789f9186d","@firebase/webchannel-wrapper":"0.9.0-canary.789f9186d","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.8-canary.789f9186d"},"devDependencies":{"@firebase/app":"0.9.8-canary.789f9186d","@firebase/app-compat":"0.2.8-canary.789f9186d","@firebase/auth":"0.23.0-canary.789f9186d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.10.1-canary.789f9186d","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-dofRLYPs5b0Ixdof7jdOC3dI1x/DixP507/h4FWxyrc2Sf0U0Ru7oiBGs61FQjB5rV0SaD5KSQafv/yEq1h0MA==","shasum":"f66763c08cb2cddf3722b9063fa206c6afbc3855","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.10.1-canary.789f9186d.tgz","fileCount":1619,"unpackedSize":28881237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHLRfTerjMLgF5Gk4qSbm4n8FzXDePz8l32xuO0XyMCFAiB7VJPOoT2B2+Q1EaOw2m1xYO+ypemwYE2Qiifx0GaQIg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSspuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr86A/+IqyNscXy6Ci1TeDDooWQ90bsByD2s4Bt8rztaH/NveWbFg9B\r\nM1429rAV87va+KxkP9yWDaiP6RDl1Z3bqdwvc1fE+W7ZfDWMQRrbh2LzRUcj\r\nkew1nvMLjiEnJv6XKIzS8taqwym5u2Ndtcz83MpZiU/KWMV/5DDoxGraHyUN\r\n0SagJFTUQ+Xbk+hIT6/9GK9VkM8lCdFAqDSbrNhn82fSnq8hoKeYNYrkeg4X\r\nMKQehrP8ytNiGmujzX1DtlrEq60pbM3QAgUuGsHw2pT8qR+VJNB+dW9Qv7QW\r\nBswocfS53bG7RCdnoHoRwLZSGLkapbgVbEorKG6Y0CrfNn4ht+fW/W716S6X\r\n6sxIMCO5do7RaiFT2pa1EBpMWcntAAYLgFiGT1qATR7veIgCeibaC695I39D\r\nJ/kXskAfk/LreidfHIX2i4OMHETsdOzKBnaIBJ0lzqjfqYyUoftBzmlayjOZ\r\n4Kw0jI/v4G2KgjM9Fu+CQjCfxkAHNZF2aEsiAah+K9nNFH6D8D9PcCb8sOpq\r\nMRUvPejUlWeyhr7o+xSKIpAQV7b9JvvOTOmKJkEYFEIwCKBbWCLq3YB3Hhof\r\nL7Yuoo49hRAL54Q2AAo94DoAQVqBWVndu6jbUITfEoYRil+dsjt/4ak4GM9a\r\ngvmy/d+J1stMwz0pmLquzUBIom5r6pF97n0=\r\n=6N87\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.10.1-canary.789f9186d_1682623086205_0.2409449811109019"},"_hasShrinkwrap":false,"contributors":[]},"3.11.0-canary.9c317277f":{"name":"@firebase/firestore","version":"3.11.0-canary.9c317277f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.9c317277f","@firebase/logger":"0.4.0-canary.9c317277f","@firebase/util":"1.9.3-canary.9c317277f","@firebase/webchannel-wrapper":"0.10.0-canary.9c317277f","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.9-canary.9c317277f"},"devDependencies":{"@firebase/app":"0.9.9-canary.9c317277f","@firebase/app-compat":"0.2.9-canary.9c317277f","@firebase/auth":"0.23.1-canary.9c317277f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.11.0-canary.9c317277f","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-zOzHZ9jRso4xicQnEy0/FtjHto6yhWq6KELax0rEK9nXPDq8XNfPIFg2ZYKdZDFNltPNDSyTmIJKjuEwTu5EPw==","shasum":"64bcb5afd673dd20fc396cb344be8f59179e9c4a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.11.0-canary.9c317277f.tgz","fileCount":1619,"unpackedSize":28882710,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEYgVN0fRQApxeaN0ggijuDhNHJqg3jjtdytbqKKYFgIAiBrgJbAVqPcHxK1VJ1BDksjRrpZWRhvFm9vIbGRCzWF9Q=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSs7CACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmouzA/+K5h2WmSTM1opOi8pjJTE3FLLf8L6USGovyk8P/8ACBZgjV9N\r\nI28E5b+/rRjGUomPrN/m+46Et78Kbsndy1W3uRZ1QBJvVdtdHetphLFp86fb\r\n/n6RxxoB+tjxLFnvJ+i4hAAgKrukrZCke6tjMsCMUgcVMtt2ASM7RwTFu4L0\r\nLZZJmhAxoQlab2xYErLEo7z2fThS34+owim5JjYDBbtpyuBdDZSZzVoRaTmV\r\n7eSNg2hCXumsGkz46lr3XypWHLSFZEYPmp896/2KSXmjAqqgMZZqms5pbo6Q\r\ncXjX/Lm/QwlK8z/hopUAQyBDYAMjzfGUMQwojTZCgpD3c6WQ2z/78jpcxS84\r\nphqoLDv1c6CsDXiTHZm19Fd4mI+hkSzPxIlSESWfyYftHiZk6pE0X/ws3Auw\r\nLHX/qsBe/0itjJ71S7YZm8mnxfQ8P/fI7tqUtH1RSXx/H1cLFn7MrFmJFoZZ\r\ne73h1fGhYCD4NwVZO1K9GSXb9KiA6jIHV6Jknw+8VzW+PZW/YIAKTPEmU2ld\r\nIYkv9Fd/hrpGblGsnHkairfMoqNF85jWtfN0XuZdNiY3YB4DbHk9wwQzwo2S\r\nzAB9ubCwzAJlsfKYMlLeTsTSsv6uJYGoYeImCPiJjbXJ5a7rcTiFoSxrjhlr\r\neXAY+C3aK+1d/6tCX3Xg9KvVqKzKt5Dk8a8=\r\n=0MM+\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.11.0-canary.9c317277f_1682624193634_0.8731118442289445"},"_hasShrinkwrap":false,"contributors":[]},"3.11.0-canary.5a2ceb07b":{"name":"@firebase/firestore","version":"3.11.0-canary.5a2ceb07b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.5a2ceb07b","@firebase/logger":"0.4.0-canary.5a2ceb07b","@firebase/util":"1.9.3-canary.5a2ceb07b","@firebase/webchannel-wrapper":"0.10.0-canary.5a2ceb07b","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.9-canary.5a2ceb07b"},"devDependencies":{"@firebase/app":"0.9.9-canary.5a2ceb07b","@firebase/app-compat":"0.2.9-canary.5a2ceb07b","@firebase/auth":"0.23.1-canary.5a2ceb07b","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.11.0-canary.5a2ceb07b","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-Ly4mt/52j34aDMziTBscZKP0y5wpRnya1vhbrcdAxObsIHpBvLXjsehD6Pxr65s4el3ja6gTbVfnD/bEUkXiwQ==","shasum":"b6300290cdfdd201c42c8e256233028523687617","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.11.0-canary.5a2ceb07b.tgz","fileCount":1619,"unpackedSize":28882710,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjIf8srGgJTy5GQUBPUTiPNd4+cl6h/eXdMN5VcKcPQwIgS1DmBic+PfDS1zEyDk1AOCvSX5l8ClNHpK5U4QfqF2w="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkTAwPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrC0w/9ElyT8A7vmEdVgxx8e2D1KCWl6gCF51qzGUSS/UHU+U6bpwHa\r\nvwqUhOXYhST/TbOgKzlrrZdVTgYoASqxzeBe2bLrR+TiNb65kvBtybBB6tU/\r\nzhVp7qTCh+JB8oVERQr+VxMJaIbkujU6Ib1StAGgbxTiylYfLVuWbYZPLOLh\r\n5m3OGOJQXmeO7WHsR2CyMpwdc1ThO2r9AWiBoaFB8a4EDGaZTq+rg0nbZlH9\r\nrzVeDI7OYsWdHft5LpcmWgcFeo99oUs4MV7O9KShpBruOftwNGtUiXTc0cWv\r\nxZhfwHAksja+bqoFK9gbBP21MDWrIAkKsDMpnrLddUxcuyhLZokZN//e+Ko/\r\nW4Y0838BwWUYXPia5S7Aq9+MUbNC2E9vg8w1VCRyCWx1/yIi51AH2ZAA4KTj\r\n5ihvSKUWcppKdoorYu5ypHV3xpurIaxZdYmD+BBX8w1fXfJig95gKHGtORqU\r\ngJJkDkmzdruyFb+g/kfE8GAjDMqXzAEKUfaa8Heisdgm7pv0sEMxszcYiz/Z\r\nFCdrAtMM+/CC/6EzQWaB68qVQWEOVASD7q/mKZMAvW7v3Afa7L1B5fQiZs6E\r\nnQr2AYPa6s+epLqME4N/T6KavXjUeeAj0et5fxQUhGi1xfFzaZgW/gq9sY85\r\nZHAWEQ45G9hYGOGperiVglc/lY3RRUDqlxs=\r\n=C8K2\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.11.0-canary.5a2ceb07b_1682705423105_0.983583846228623"},"_hasShrinkwrap":false,"contributors":[]},"3.11.0-canary.8051e4a99":{"name":"@firebase/firestore","version":"3.11.0-canary.8051e4a99","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.8051e4a99","@firebase/logger":"0.4.0-canary.8051e4a99","@firebase/util":"1.9.3-canary.8051e4a99","@firebase/webchannel-wrapper":"0.10.0-canary.8051e4a99","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.9-canary.8051e4a99"},"devDependencies":{"@firebase/app":"0.9.9-canary.8051e4a99","@firebase/app-compat":"0.2.9-canary.8051e4a99","@firebase/auth":"0.23.1-canary.8051e4a99","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.11.0-canary.8051e4a99","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-tbOwJIl4J55LRx0Ud4iTQb9kAj2Cma2dpduCaxFofxBNlpulZ2rpgJT9Z8q+gpziJPVEfmRQOiUy1ZNqKXOEsA==","shasum":"e13f0f2a5cb0b723b3eb2c359ac198727f9c67a8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.11.0-canary.8051e4a99.tgz","fileCount":1627,"unpackedSize":29002857,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCtxCpKA3VLM3tmhf0AC1Y7CNruTuB2kvxZWvt6czjtbQIhAImfYjIn/MaTQI1pNBke5UameFc+gg1Ani3JnHNRIWX4"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkT/yyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpciA//YbqrqKJxZRzHHw6iVbhSd0fbUzqwwdtVwlu/WGM7cPz2T79F\r\nytzDGbavTKznbeNxa55EVOxNZwPJGrLWOEkbPEgt7e13c9tyDVqsfqMc+C4/\r\n0IiuogOSqOklg5rCNnq1UZZ4jxgcNECqE7rptHnR3E9E6qMF/jB4yD9wyx5B\r\nEwFM7md8TesLJRrMxSaSwv4fPG0bw07R2Rvr2vQeh6lVh09223AjMlVDNrFt\r\nhjkfdsoUC+ACmitA8u1ot4cVmKa57Ad41ROfwc2min2E7To4+hi4TgEWN7e4\r\nA2OCq+9nOHz3W7yYOHpsMtB4IOYMtoeldbssMPDeUcnvx8euNpwh9vMYktZ1\r\noIyOVHIH587G/EJdSTnVSv/HCxPi/lQDaa/01N5w9guzIvzPF/bGwxKrR+/0\r\nwOHKp34v+D7yVMrgXc0RakKVJkfXFWz5y3i9rax/0gL/13Smb4SSGoafFlJT\r\nCOnAPlqEui4P9vXDUwOeBgwl4H3Oo8Q0tPz46PB4nWSO6es+0Eir2TsNm+Xz\r\nunPa+g/x5j6Yfw8584OnZ7G5te3prsxh78HiTqLmf1FLldzfafkbhjEuc/DX\r\nS6jJYk//hoLUZlh0GwH8EqrPocyFRZsbPImX8saaJvA8FMTme+lRj4yYGtoF\r\nWjmkP7oQNFz0rocQhq0dG9kh+YVfwBrIctU=\r\n=YoXK\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.11.0-canary.8051e4a99_1682963634058_0.478158003545458"},"_hasShrinkwrap":false,"contributors":[]},"3.11.0-canary.e0551fa13":{"name":"@firebase/firestore","version":"3.11.0-canary.e0551fa13","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.e0551fa13","@firebase/logger":"0.4.0-canary.e0551fa13","@firebase/util":"1.9.3-canary.e0551fa13","@firebase/webchannel-wrapper":"0.10.0-canary.e0551fa13","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.9-canary.e0551fa13"},"devDependencies":{"@firebase/app":"0.9.9-canary.e0551fa13","@firebase/app-compat":"0.2.9-canary.e0551fa13","@firebase/auth":"0.23.1-canary.e0551fa13","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.11.0-canary.e0551fa13","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-/aG32zf9kQj3SrdziHWOuns4OLeTsMT7L8vidG0vMfYctyLcEy6SN1B1F6oYd/5EA+GrpEz5+dSY/3r85LyGvw==","shasum":"4ca584d27a3d7bd9fae0d5a18f31f43c86d917fb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.11.0-canary.e0551fa13.tgz","fileCount":1627,"unpackedSize":29002857,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDPCPl+9cVxlbcBy425+x080WId9jX2voutnkBsERn3rAiEAoCyPwIHuL5Va1gTQTKNX5ud9D9eVvBQHMM/+cVUuDK4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUBOxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmotuhAAiKWHgKuq3/4a0y74TuUX2TtfCgc1hRPlh3kUnvwjMpNxGmPY\r\nS2E7a7CB8o/43HG7vR69B+ZyQC5nWbp9zNqY+nXbLIOa+SMVXpOaI6CIiDrG\r\ns69ohhymKdvIMYpOrvIQrgNuAorJPHk6fZy/7BmOqjJk78aC1ihanSGZrFLk\r\nWa/xZsA0mCXpgMoJeclB96RADQyqYXA6J/XA1tq0JT3bsCoD6jUD7A6VZKlD\r\n8ra3GhbJRsb/uH27dPFVVCPMdxD33VitXHGj8TbThpx4OjZUV9bp4WDH2a5Z\r\nw9ej1fXiSIDFkfVnMnTNPEQLapRxhLLyBCzYhKHlQbBUFJJEmkrlbNQsWKhM\r\n6jcaA4md/loajs7XTaRywTWcYxwJiqv2/CihHMybhw5k6XXhP/8jyvtzt7Ds\r\navmqKiYEnYOXr9PmUpOnZtp1mkGD2V0kU2Y8atm6W5eyou/QEgvxI4PURG1U\r\nPDiaOXtMsYkOB09A+aouUX3XV2eG0HWU/RpUB4uoN/jhYHR3MevTh4zybXMe\r\nbwIES90dn2IbtQyyHoT7zscfNWsmcwc/lr0p6xVnNfY2WVl/AnnenIHlunwh\r\nZjq5qcSYiAYJcW6x1af1cFLW2ph1xWadTtPqz5kUaw7TCq8iDuz2S7+GZGrS\r\nZwlCXQwjUy/BjRuMDEjsDzu6RvNruK2zmtU=\r\n=W83O\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.11.0-canary.e0551fa13_1682969521105_0.01020328534403081"},"_hasShrinkwrap":false,"contributors":[]},"3.11.0-canary.92e2279a2":{"name":"@firebase/firestore","version":"3.11.0-canary.92e2279a2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.92e2279a2","@firebase/logger":"0.4.0-canary.92e2279a2","@firebase/util":"1.9.3-canary.92e2279a2","@firebase/webchannel-wrapper":"0.10.0-canary.92e2279a2","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.9-canary.92e2279a2"},"devDependencies":{"@firebase/app":"0.9.9-canary.92e2279a2","@firebase/app-compat":"0.2.9-canary.92e2279a2","@firebase/auth":"0.23.1-canary.92e2279a2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.11.0-canary.92e2279a2","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-YCuTP3Bk7/Nk/eLuX0YvOejEcHVTyir8SXgrZVYv7n3cRGbHamtTPCVmLDGZnIURyMbZANbbclunsZmewoCQSA==","shasum":"934b2028b0a71adf49031c0d39b19104969c54f4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.11.0-canary.92e2279a2.tgz","fileCount":1627,"unpackedSize":29002857,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDlS28w1x56rRURue9JfGY9OvteQxZlZJg5JnzvdrxZ+QIgTd0kVw8ep0nbtlis1jCr/m0Mupogp0JqB2VqW45lI2M="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUEKqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqYdg/9E9h+eRQoLy+icT7HcOCVyWb4rETFzrFTfrHhTTcQ14vzmYTR\r\ntG439sjr9rbLpZgZaRxI+dPqfKQYKW3M7V//L8Z5/3ABjyFblecLNLm5PCif\r\naCU7T2yORdC4XoAKL/hLP1eI/pFBOCItvDzN5So66DRDMqw0faE2waUGrAny\r\n3efrlA01bAJapV351zg0K0KFVEhfmg4yND5PRs9c9i59SPEiGrCWmwQof32H\r\ndUdDP0ChzDe0r2AGrFv+MLMyiZQzAgkGYeb+VH6avngr99f4gXkZEW9VES2j\r\nGBsx+PI7VBo+3bSYrJV3P3PjnJzqUjeRZTtSf228hdi/LB2ZwjJamodZQNlE\r\niHqSyizzDSozxEHMp9CqyUEoYN8bARrq2PDBMg+FBy9JF+8fsJZ6ogFKwdII\r\n/zl13zJ6tVkURf382LFG3eG5yESEYtlte3GXuR3IMymVcm87KCF0Yxf7dIN0\r\nFUa+xxNwL/01ZiXolrVWQYMVMiNpeOWdMZWuOckUAHPI1EQFUCGEs0cGB5St\r\n/9exPTTwQkKRFPifcM/GnDrXgwUbE5frVuYBI7zXcj2UlBvWqCj6Sy4Fp9A3\r\nz9Vo1y+Ey4G5eOZBwZPSRff2CL0oaVWhCFLI0Hf4KhDsTCg21t1eCxkJwagK\r\nw9y54jYv7B0yZvnRj8FJ1+nyHG+1bH8M1cs=\r\n=MJgq\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.11.0-canary.92e2279a2_1682981546053_0.8999833081522863"},"_hasShrinkwrap":false,"contributors":[]},"3.11.0-canary.afdccd57a":{"name":"@firebase/firestore","version":"3.11.0-canary.afdccd57a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.afdccd57a","@firebase/logger":"0.4.0-canary.afdccd57a","@firebase/util":"1.9.3-canary.afdccd57a","@firebase/webchannel-wrapper":"0.10.0-canary.afdccd57a","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.9-canary.afdccd57a"},"devDependencies":{"@firebase/app":"0.9.9-canary.afdccd57a","@firebase/app-compat":"0.2.9-canary.afdccd57a","@firebase/auth":"0.23.1-canary.afdccd57a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.11.0-canary.afdccd57a","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-Uf9EHUh8OwwAG/mozpPbIwkvasO80M3GocKWzyOhTBbTCjwDpg6B8p3ZFigRr7toLV3yRevXLLDJDc4X4JTNag==","shasum":"bb6a53148d2a6c861d0ab43d0ab27434bcb40117","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.11.0-canary.afdccd57a.tgz","fileCount":1627,"unpackedSize":29002857,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDjHJ96bUrQ8SojRAN2dKXih+qlAIFmuXOA78dj+EqRngIhAMauhjojiTivG5MEqt2YbrhR7+9NqmMQgnwBKdHu+AL6"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.11.0-canary.afdccd57a_1683324868767_0.5723278488534933"},"_hasShrinkwrap":false,"contributors":[]},"3.11.0-canary.61586afcc":{"name":"@firebase/firestore","version":"3.11.0-canary.61586afcc","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.61586afcc","@firebase/logger":"0.4.0-canary.61586afcc","@firebase/util":"1.9.3-canary.61586afcc","@firebase/webchannel-wrapper":"0.10.0-canary.61586afcc","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.9-canary.61586afcc"},"devDependencies":{"@firebase/app":"0.9.9-canary.61586afcc","@firebase/app-compat":"0.2.9-canary.61586afcc","@firebase/auth":"0.23.1-canary.61586afcc","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.11.0-canary.61586afcc","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-Z0fp2EPReo97XHoSpqXcR5V0UzfVttXAzZwJOUOz4NaLeFD2Fplq5dQSZds+imXKjRQZFnvMBavlrS+CcJdqfQ==","shasum":"9ce139d7f1276b1a986d4d0b59b1da2cab94687f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.11.0-canary.61586afcc.tgz","fileCount":1627,"unpackedSize":29002857,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFVXmEaE8uObdMgengNB3Spdog2x85EInxL1tta1zaYRAiBgS/6ahJIKAjVUVcI/4tN+biJL2K+JkDv909xdJhM+NQ=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.11.0-canary.61586afcc_1683564084739_0.4642301601026242"},"_hasShrinkwrap":false,"contributors":[]},"3.11.0-canary.6feab8975":{"name":"@firebase/firestore","version":"3.11.0-canary.6feab8975","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.6feab8975","@firebase/logger":"0.4.0-canary.6feab8975","@firebase/util":"1.9.3-canary.6feab8975","@firebase/webchannel-wrapper":"0.10.0-canary.6feab8975","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.9-canary.6feab8975"},"devDependencies":{"@firebase/app":"0.9.9-canary.6feab8975","@firebase/app-compat":"0.2.9-canary.6feab8975","@firebase/auth":"0.23.1-canary.6feab8975","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.11.0-canary.6feab8975","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-/9sEspsDc7T/ZdHDY6AsRV7dQfsZb81FD5Zwa476SwODijDF/PgzcQ8KpQWrlmmapyaNkIrGyroOcNRJfL38KA==","shasum":"ba653de44d28a5801780de5fa2d0d5e7f5ff3104","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.11.0-canary.6feab8975.tgz","fileCount":1627,"unpackedSize":29002857,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAI1mOOv6jQxYUtjOI4DrsV55aA0sVPI4BBg9mrgACV9AiEAzebIku17BUpf1iLDLsNXUqZmsKWvQZfCmpbeZ1u3sC4="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.11.0-canary.6feab8975_1683566324815_0.8093195052469562"},"_hasShrinkwrap":false,"contributors":[]},"3.11.0-canary.e45fea9b8":{"name":"@firebase/firestore","version":"3.11.0-canary.e45fea9b8","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.e45fea9b8","@firebase/logger":"0.4.0-canary.e45fea9b8","@firebase/util":"1.9.3-canary.e45fea9b8","@firebase/webchannel-wrapper":"0.10.0-canary.e45fea9b8","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.9-canary.e45fea9b8"},"devDependencies":{"@firebase/app":"0.9.9-canary.e45fea9b8","@firebase/app-compat":"0.2.9-canary.e45fea9b8","@firebase/auth":"0.23.1-canary.e45fea9b8","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.11.0-canary.e45fea9b8","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-JIFSOLdJz0a1fAlvivETpUhJpTp/3PR2zD9ujjzKsk+n87/tpM5ztcwJD9V69ec7ZkWVm99MBrjigq4Ilm0QfQ==","shasum":"3596f72471f16df6b3e6654e99a59921de2039aa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.11.0-canary.e45fea9b8.tgz","fileCount":1627,"unpackedSize":29004798,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDpMDQDbsIK1AcP/m3JvSo9YjjRc3vzaUVL0xrit+fFfwIgWl0HoqA8gRTleL0G5rbs0dqYwml5tguxtOypaYMP47c="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.11.0-canary.e45fea9b8_1683572570220_0.5646452934905248"},"_hasShrinkwrap":false,"contributors":[]},"3.11.0-canary.e147219ee":{"name":"@firebase/firestore","version":"3.11.0-canary.e147219ee","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.e147219ee","@firebase/logger":"0.4.0-canary.e147219ee","@firebase/util":"1.9.3-canary.e147219ee","@firebase/webchannel-wrapper":"0.10.0-canary.e147219ee","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.9-canary.e147219ee"},"devDependencies":{"@firebase/app":"0.9.9-canary.e147219ee","@firebase/app-compat":"0.2.9-canary.e147219ee","@firebase/auth":"0.23.1-canary.e147219ee","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.11.0-canary.e147219ee","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-j7UYu7F74sx7wBYtGPQUemsGePratShBoADfaVxdlVWWM123SzB3SpeJi46Cn9EPP+nsAq8WFhGfHjfGrf6cng==","shasum":"8593f6ac7082eec2dac9c55aa97d9f477bf1a7bc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.11.0-canary.e147219ee.tgz","fileCount":1627,"unpackedSize":29004798,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCdYu41diS/oS3fMBJlG9zn+eGbR7+yLmbWyTowZxKX+wIhAOC+1DMkJgn04gjdNS7SFJecfwg22yqpUgKUv3OiEFjF"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.11.0-canary.e147219ee_1683585678324_0.18890871190634106"},"_hasShrinkwrap":false,"contributors":[]},"3.11.0-canary.98d0b8498":{"name":"@firebase/firestore","version":"3.11.0-canary.98d0b8498","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.98d0b8498","@firebase/logger":"0.4.0-canary.98d0b8498","@firebase/util":"1.9.3-canary.98d0b8498","@firebase/webchannel-wrapper":"0.10.0-canary.98d0b8498","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.9-canary.98d0b8498"},"devDependencies":{"@firebase/app":"0.9.9-canary.98d0b8498","@firebase/app-compat":"0.2.9-canary.98d0b8498","@firebase/auth":"0.23.1-canary.98d0b8498","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.11.0-canary.98d0b8498","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-Y1R89E/MComwwBApnZvSSHeQ0ZkKDosQy2J7wUKZm8EyRSLbBVskqq98b/ph61Axrw+7bueEbe3sAR3n5WvrDQ==","shasum":"e72edd397d88923932eb4dde034d4a3ce463b29f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.11.0-canary.98d0b8498.tgz","fileCount":1627,"unpackedSize":29004798,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBTHDQkd3nIOb5DsSKBpsqfcoXAZ+MAo20fet9j6bxGFAiEAvWdihpw4wR3onFbWLZMj47Lp38mLd1QJ8XQ+ZRVHdyo="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.11.0-canary.98d0b8498_1683661749196_0.7425986241104299"},"_hasShrinkwrap":false,"contributors":[]},"3.12.0-20230511201449":{"name":"@firebase/firestore","version":"3.12.0-20230511201449","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.10-20230511201449"},"devDependencies":{"@firebase/app":"0.9.10-20230511201449","@firebase/app-compat":"0.2.10-20230511201449","@firebase/auth":"0.23.2-20230511201449","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.0-20230511201449","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-CvhUj1YRXqCo1XIQtyRlaxBRTs/an8XgPSycpPUeITKsQg4Ft26JuFiYAJgmYqjzaZFsDyYNyS59b/TFmCStWg==","shasum":"4bbe9b445f212115f4cedeeb617c59d9ad205312","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.0-20230511201449.tgz","fileCount":1627,"unpackedSize":29005635,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjQg7B99LJ9q/OBSZ4yhFFPWf6ZQiRKiPHpGyMBBn48QIgd//HhPPy4xnxDkWhngn4bbymEjBMty/+ngVFKFnmhKg="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.0-20230511201449_1683837304517_0.403780885946762"},"_hasShrinkwrap":false,"contributors":[]},"3.11.0-canary.7bde55c2d":{"name":"@firebase/firestore","version":"3.11.0-canary.7bde55c2d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.7bde55c2d","@firebase/logger":"0.4.0-canary.7bde55c2d","@firebase/util":"1.9.3-canary.7bde55c2d","@firebase/webchannel-wrapper":"0.10.0-canary.7bde55c2d","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.9-canary.7bde55c2d"},"devDependencies":{"@firebase/app":"0.9.9-canary.7bde55c2d","@firebase/app-compat":"0.2.9-canary.7bde55c2d","@firebase/auth":"0.23.1-canary.7bde55c2d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.11.0-canary.7bde55c2d","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-jQJuL2YNNu3LFVejZ6S2hK3OHzV8VHkYCI2TW0g4Bvz8XZSJcJI418SB+tIN8aoo2I2sdbyPXT4rxwmUhBJWEA==","shasum":"af5e6d0fd8bcc8d30c5d7e48c551084426089377","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.11.0-canary.7bde55c2d.tgz","fileCount":1627,"unpackedSize":29004798,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDC2j4cO2EukYGKzqLVdJu54HtLW5Uztbifgi3ipFDMLQIgNdifHHMdEtZkRsheL5vhTGhI6d/6Q4X+3q8afkuJShY="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.11.0-canary.7bde55c2d_1683837990835_0.4323839839656334"},"_hasShrinkwrap":false,"contributors":[]},"3.11.0-canary.a0bb76884":{"name":"@firebase/firestore","version":"3.11.0-canary.a0bb76884","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.a0bb76884","@firebase/logger":"0.4.0-canary.a0bb76884","@firebase/util":"1.9.3-canary.a0bb76884","@firebase/webchannel-wrapper":"0.10.0-canary.a0bb76884","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.9-canary.a0bb76884"},"devDependencies":{"@firebase/app":"0.9.9-canary.a0bb76884","@firebase/app-compat":"0.2.9-canary.a0bb76884","@firebase/auth":"0.23.1-canary.a0bb76884","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.11.0-canary.a0bb76884","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-irSnm6L8Uu1CuIUkD18EJolbJK+1hu2zV+pMLuGFPbK2zUgocxLYtbGvj4RGifE2PJc4OG8d3ha7/SobUZKVBQ==","shasum":"bc05b70869619f2b15d0363962bd6fd2c32ea6b4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.11.0-canary.a0bb76884.tgz","fileCount":1627,"unpackedSize":29004798,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC7uEPf9o6AkNXy8jDWeONn57BdHwNfD9BduaQH/s2UtQIhALemvFf87H2rg/N9CWz5LIgoWbHPADAbm/McBr/x7iro"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.11.0-canary.a0bb76884_1683843507152_0.7067153551388037"},"_hasShrinkwrap":false,"contributors":[]},"3.12.0-20230512163859":{"name":"@firebase/firestore","version":"3.12.0-20230512163859","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.10-20230512163859"},"devDependencies":{"@firebase/app":"0.9.10-20230512163859","@firebase/app-compat":"0.2.10-20230512163859","@firebase/auth":"0.23.2-20230512163859","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"6ee02ea80cca874c5c78c45219c3a53fd32ec9d0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.0-20230512163859","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Z4cZvDzC6UnJEqklf1tU7H3uCwAbpEYDnhUXY99CeaYwJB4LlC1orAGXDW042kxpZvEnDDViRhPBzsM1sDyYiA==","shasum":"7099bd79a3933a26f9b1589706cf4c9dc64a49f3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.0-20230512163859.tgz","fileCount":1625,"unpackedSize":28928949,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCJQa8ZWAT4deqY52cRCZmE1ysBtCYxoGOQ39K7gV6thAIhAPZAZ/gJPV2bFWDvIiPmEpZ8pJuyVOzr+WeRuU77dKyU"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.0-20230512163859_1683910661508_0.6359449116238505"},"_hasShrinkwrap":false,"contributors":[]},"3.11.0-canary.9c6f97209":{"name":"@firebase/firestore","version":"3.11.0-canary.9c6f97209","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.9c6f97209","@firebase/logger":"0.4.0-canary.9c6f97209","@firebase/util":"1.9.3-canary.9c6f97209","@firebase/webchannel-wrapper":"0.10.0-canary.9c6f97209","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.9-canary.9c6f97209"},"devDependencies":{"@firebase/app":"0.9.9-canary.9c6f97209","@firebase/app-compat":"0.2.9-canary.9c6f97209","@firebase/auth":"0.23.1-canary.9c6f97209","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"9c6f97209bad77f5cfbca3a5d29195e318722805","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.11.0-canary.9c6f97209","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-NZ3YfAve6QcQk/J/L9ua+csimmGO3Qdip2Sy0/j9d4/Pn4Yc+q9Qj5s+54HHN+RMrqezBBlH8crU5XROezES9w==","shasum":"c7649bf5832d3b257c7be2a41dd3d0784b4d5de2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.11.0-canary.9c6f97209.tgz","fileCount":1625,"unpackedSize":28929120,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCPhKuB7RvfjkSBSJgvu+hG1djEjIhXZ0d4w7MOdEcyhAIhAOjaDUhXaU453Zxu5wAdcja4F6MtpsKIPNZirXt/IyOU"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.11.0-canary.9c6f97209_1683911005543_0.778372701059169"},"_hasShrinkwrap":false,"contributors":[]},"3.12.0":{"name":"@firebase/firestore","version":"3.12.0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.10","@firebase/app-compat":"0.2.10","@firebase/auth":"0.23.2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"gitHead":"60ff98d1794db9a787e924906926a1c59c932da9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.0","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-mZdwIJBOIAdkaykqZqMYQZldSH19gf7u1Y77UVxh4igm1zaG8ZiGE8qYVXQ/vGc+BvvUZ8OpnqLI5Z0JSJtDIg==","shasum":"c6f77d4b0d8ae26b58283596699c359ec24c605d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.0.tgz","fileCount":1625,"unpackedSize":28928111,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBjI+MMGAnxTOIAJF2kgB81JWM76OhFny4LMUbq8V1XJAiAN5wdUsLlqTja+Yy3yGyY8Kl2kswUQNbDwUrJEl0ylaA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.0_1683916760260_0.33317026972394204"},"_hasShrinkwrap":false,"contributors":[]},"3.12.0-canary.60ff98d17":{"name":"@firebase/firestore","version":"3.12.0-canary.60ff98d17","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.60ff98d17","@firebase/logger":"0.4.0-canary.60ff98d17","@firebase/util":"1.9.3-canary.60ff98d17","@firebase/webchannel-wrapper":"0.10.0-canary.60ff98d17","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.10-canary.60ff98d17"},"devDependencies":{"@firebase/app":"0.9.10-canary.60ff98d17","@firebase/app-compat":"0.2.10-canary.60ff98d17","@firebase/auth":"0.23.2-canary.60ff98d17","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"60ff98d1794db9a787e924906926a1c59c932da9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.0-canary.60ff98d17","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-2HYLQ4ZBRFdiHLfbroOESmOjf5BeRjgYDh98QkR3IkgI/EnrKMT40IW7yhvp765ML0qIpLAqgUtN1rhFfL2POQ==","shasum":"b18ad911131b4cca1914c2bf780edfbacb65793b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.0-canary.60ff98d17.tgz","fileCount":1625,"unpackedSize":28929123,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIExlLe07J3okN+hyqztoHA55dOTVjH1maY/MrCiNHbIqAiBhNdX9XE+zEu0eZg5xqsO1430OnUv+uWI4r2nWYt8TJg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.0-canary.60ff98d17_1683920142838_0.08768612039417656"},"_hasShrinkwrap":false,"contributors":[]},"3.12.1-20230523183426":{"name":"@firebase/firestore","version":"3.12.1-20230523183426","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1-20230523183426","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.10","@firebase/app-compat":"0.2.10","@firebase/auth":"0.23.2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"52c4bedee0846e6d074dc96ff6bb9ed25c24f88f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.1-20230523183426","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-bHwqDD9pv8USC/fGKW0J7aZpYB9EN9i3Pe6uxwCKGjimymMc5QXy+U64tr9kMR1hMEugyS5tgT8Y/GKHt8ltEw==","shasum":"f4f9f7a0488e4cec8b4c23e71208a1f18fdd45a2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.1-20230523183426.tgz","fileCount":1625,"unpackedSize":28929248,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC+FSnLWWATGj8anQQGYG0bLaoW1IRvext1kNNWqb8QTAiBfwaEiukDTm92F9MiEYo1ckQNUeqsbtr9Ac585vypzcg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.1-20230523183426_1684868410237_0.2402654116435754"},"_hasShrinkwrap":false,"contributors":[]},"3.12.1-20230523191304":{"name":"@firebase/firestore","version":"3.12.1-20230523191304","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1-20230523191304","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.10","@firebase/app-compat":"0.2.10","@firebase/auth":"0.23.2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"52c4bedee0846e6d074dc96ff6bb9ed25c24f88f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.1-20230523191304","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-640oDjO+RzSW2Wviql3xm4zDtilDufzRxWy62z8+Laakx5ibQT9+eB4hi5mnz2FuhO6/Tni6JwqQPChTeNgPjw==","shasum":"45fb53f9d5ea34d7c073aed56ea153bebb9cca68","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.1-20230523191304.tgz","fileCount":1625,"unpackedSize":28929248,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEEjOXaKoOh7EMZmipjw/yek4sBP0aVesU2ExXXmAygnAiEA8X4QpIE6NLKhh7m4kDW5pPEX27EU4GwtW8Rz58a64PA="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.1-20230523191304_1684870345731_0.034122147618057985"},"_hasShrinkwrap":false,"contributors":[]},"3.12.1-20230524132241":{"name":"@firebase/firestore","version":"3.12.1-20230524132241","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1-20230524132241","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.10","@firebase/app-compat":"0.2.10","@firebase/auth":"0.23.2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"52c4bedee0846e6d074dc96ff6bb9ed25c24f88f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.1-20230524132241","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-vIRR1WEuLv+tdAicYXbzNayZQyWNlyiuCLVyT5s3au1P31xYfeozG8UBgF2U4Kfn5OViR10iPMlREZt+rmjc+g==","shasum":"3afb28627c0c7789900452cd12596ea0bf51df64","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.1-20230524132241.tgz","fileCount":1625,"unpackedSize":28929248,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD/yvEHeSAnB/GQRuWTy3z8gm0udsyUFfJ5I/nkO9HQ6QIgeih3bv4y35ozFdVkn9ENYxzTwYpMlVT7lsE2Ic8laYg="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.1-20230524132241_1684935943664_0.37065518359968075"},"_hasShrinkwrap":false,"contributors":[]},"3.12.1-20230524174741":{"name":"@firebase/firestore","version":"3.12.1-20230524174741","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1-20230524174741","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.10","@firebase/app-compat":"0.2.10","@firebase/auth":"0.23.2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"52c4bedee0846e6d074dc96ff6bb9ed25c24f88f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.1-20230524174741","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-BLXwP0Wht6ZKgI/1JyB8N+Kr+N0wHasAKOEWF+dteuMROoNbbiSbNaBhZGG5jfpxwgR+VhhScxbEqc3fxjS5Ag==","shasum":"38587c9f30810a24b1d5621697cf3031138a8ef0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.1-20230524174741.tgz","fileCount":1625,"unpackedSize":28929248,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDnW21HydxxyIvC5zLg8VvRl2JJxPPceCWHOz+2Fi37gAIgb/1CF8joXDP0S8Ng1SJB1tWH1OqHRORwacHbvqHRg4s="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.1-20230524174741_1684951685807_0.8067911789021227"},"_hasShrinkwrap":false,"contributors":[]},"3.12.1-20230524195328":{"name":"@firebase/firestore","version":"3.12.1-20230524195328","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1-20230524195328","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.10","@firebase/app-compat":"0.2.10","@firebase/auth":"0.23.2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"2b607600feff148926fcfd2fdc599ee6a9059421","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.1-20230524195328","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-uX+BPt1gmbLSHYHdlFp6ek+NX3hUXpTiNWCrraPEeXRMnKc5kE3+S+zvSl88Z9kJu+C9ZCvt3xQhMgp2Z6p/yw==","shasum":"85c3df04fc9808a4a0927dd2b4a9e557f81f00ae","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.1-20230524195328.tgz","fileCount":1625,"unpackedSize":28929248,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAz4osypnC5ljl3YzwKd3n6qLOtqF1knYAmsr03TqGLdAiBEQv8nQ3+cfnQvcfKcsOKe7yUw6PULVA3Nohmwu9En4A=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.1-20230524195328_1684959328083_0.20657605749968266"},"_hasShrinkwrap":false,"contributors":[]},"3.12.0-canary.71105881b":{"name":"@firebase/firestore","version":"3.12.0-canary.71105881b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.71105881b","@firebase/logger":"0.4.0-canary.71105881b","@firebase/util":"1.9.3-canary.71105881b","@firebase/webchannel-wrapper":"0.10.0-canary.71105881b","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.10-canary.71105881b"},"devDependencies":{"@firebase/app":"0.9.10-canary.71105881b","@firebase/app-compat":"0.2.10-canary.71105881b","@firebase/auth":"0.23.2-canary.71105881b","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"71105881b009c838891c05582a4a69436d055843","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.0-canary.71105881b","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-rFXpsWDMH5ouUl+Tjz04QVU9GuPVfPYkY2Ia5qntT4EzTikzlQ51zUAh8RHvuApmP8kCeWTqNp5Otc6I1GhadQ==","shasum":"b0478d5c3e0c1c102a5857efc5f4a03b6f55f94a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.0-canary.71105881b.tgz","fileCount":1625,"unpackedSize":28929470,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFumeGhGWNWR/ILePF1mQ6FnOfk523czVnw2QQ0g7dsNAiEAjsl/BL0hdxZYojkBjDwmvJcgdqygVxaSjVaPvt9F2HA="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.0-canary.71105881b_1684959406917_0.023415707497398186"},"_hasShrinkwrap":false,"contributors":[]},"3.12.0-canary.4c492e04d":{"name":"@firebase/firestore","version":"3.12.0-canary.4c492e04d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.4c492e04d","@firebase/logger":"0.4.0-canary.4c492e04d","@firebase/util":"1.9.3-canary.4c492e04d","@firebase/webchannel-wrapper":"0.10.0-canary.4c492e04d","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.10-canary.4c492e04d"},"devDependencies":{"@firebase/app":"0.9.10-canary.4c492e04d","@firebase/app-compat":"0.2.10-canary.4c492e04d","@firebase/auth":"0.23.2-canary.4c492e04d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"4c492e04d9f2e0b7b7d74a239700bf9ed36a3196","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.0-canary.4c492e04d","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-pHnIXELR3hXvEkoqMarMjiYwFWPJB35OwWnj8Cf5aiSjf9gGbGQJoi9DI6T+yYh0+ODgj7j7hVjFSiws1enXog==","shasum":"13ab10fde432ebf22284f15ddb7c5b5e62b265ce","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.0-canary.4c492e04d.tgz","fileCount":1625,"unpackedSize":28929470,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHLIU1+WmYosu0tstQ3dWOTAovgyKu4s/m5PCnXKIAtTAiEAuaNtGIYDSBUOF3JtkN9UmeAgeE7B5LieUXN/cXjmKKs="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.0-canary.4c492e04d_1684968212093_0.1996937772270193"},"_hasShrinkwrap":false,"contributors":[]},"3.12.1-20230525023155":{"name":"@firebase/firestore","version":"3.12.1-20230525023155","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1-20230525023155","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.10","@firebase/app-compat":"0.2.10","@firebase/auth":"0.23.2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"55d3aa0cb036e4ce3e32b30f3d937a89ef81f04f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.1-20230525023155","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-HaaX8RWO/lMKK74P4CAq1ZWjO5UUCbRtxKU/N/gEVIujVTLEIJxe7UN3SPatIwqEenqXByGCyJRZZoBi6Ov1DQ==","shasum":"ee350292aa3b2d79c91b698d141a44f91c5671d0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.1-20230525023155.tgz","fileCount":1625,"unpackedSize":28929248,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA7OWNeYMqOj1qsOh1YL0G88WTUKyd7ykzesaXq9WJ0oAiEAtVep0HB9/oN7oZPrqxi1FdVeZbT+zPX4VLam1qdbUf4="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.1-20230525023155_1684983057693_0.8621011872611914"},"_hasShrinkwrap":false,"contributors":[]},"3.12.0-canary.4a86f4eb0":{"name":"@firebase/firestore","version":"3.12.0-canary.4a86f4eb0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.4a86f4eb0","@firebase/logger":"0.4.0-canary.4a86f4eb0","@firebase/util":"1.9.3-canary.4a86f4eb0","@firebase/webchannel-wrapper":"0.10.0-canary.4a86f4eb0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.10-canary.4a86f4eb0"},"devDependencies":{"@firebase/app":"0.9.10-canary.4a86f4eb0","@firebase/app-compat":"0.2.10-canary.4a86f4eb0","@firebase/auth":"0.23.2-canary.4a86f4eb0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"4a86f4eb0c606443ac01d99a9169e4074d5d21dc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.0-canary.4a86f4eb0","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-yYLHJo93sGMfoEa+LDfuMpaMdRF3MqyhhzG1T15pN+iIRcYcCYdZUh51gJM+fHCHLDf5HVx38tTU6bRCkuqsZQ==","shasum":"15c571f6e5a2e59d6ef94d4af4565e7501d10e30","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.0-canary.4a86f4eb0.tgz","fileCount":1625,"unpackedSize":28929470,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCzICtOQDh6PTAb2tprCp1V9Rj4ig4XuJBK1mbz591xbgIhAPAMbR65oh7cQtiHYQirhDCqTBnZQhV9D3OZig9PPtnu"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.0-canary.4a86f4eb0_1684989817491_0.321750028906429"},"_hasShrinkwrap":false,"contributors":[]},"3.12.1":{"name":"@firebase/firestore","version":"3.12.1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.11","@firebase/app-compat":"0.2.11","@firebase/auth":"0.23.2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"gitHead":"6c29dc233269148cb7e5ce1af71fae3e7f51ba36","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.1","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-TgJup6AIAT9/u7MxdCeES/I96kJx7DLBTokOlW4FiiSCeOzyss9BYBrh1tkkXNIpFn9mUsvT44foZvFsOKp14Q==","shasum":"39eeb357e2d522f4e7f7d837cdaee7cd32cffc68","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.1.tgz","fileCount":1625,"unpackedSize":28928458,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD/Zrs3n+b2qGZToK4bOA2/Q9sm24ZqidCF3ANE/fwlwwIgB/LizatIhw81E0T5EuM7dfQYna3hTCIIAI5UVIofiXE="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.1_1685043329612_0.004807889003890953"},"_hasShrinkwrap":false,"contributors":[]},"3.12.1-canary.df8604e4d":{"name":"@firebase/firestore","version":"3.12.1-canary.df8604e4d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.df8604e4d","@firebase/logger":"0.4.0-canary.df8604e4d","@firebase/util":"1.9.3-canary.df8604e4d","@firebase/webchannel-wrapper":"0.10.1-canary.df8604e4d","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.11-canary.df8604e4d"},"devDependencies":{"@firebase/app":"0.9.11-canary.df8604e4d","@firebase/app-compat":"0.2.11-canary.df8604e4d","@firebase/auth":"0.23.2-canary.df8604e4d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"df8604e4dada5874ce0513e3376ded130b6231b4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.1-canary.df8604e4d","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-7FfclRXYFvKoEbqJmgdC2Z1ZxdyH2+sHVWlE0xuwi2gK4+nzN7K2LTvEyRYG8OZJUioDvb3y2VxN2PQSqhldoA==","shasum":"46f37d9616c5f5e9b59cb55fadcab557e4277317","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.1-canary.df8604e4d.tgz","fileCount":1625,"unpackedSize":28929470,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDFc9e4fRGW3EpAKMzxySNRxNOoY1SEASpwd+1HpcHqaQIhALgfvxwb//A8M72J8+wMrYf1gvV2q4ixqy0bwYxiFsQM"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.1-canary.df8604e4d_1685045755118_0.7551045574162456"},"_hasShrinkwrap":false,"contributors":[]},"3.12.2-20230525231514":{"name":"@firebase/firestore","version":"3.12.2-20230525231514","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.11","@firebase/app-compat":"0.2.11","@firebase/auth":"0.23.3-20230525231514","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"3f12eca1933e56e9bb7c4e643cd66cfa5ebc7968","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.2-20230525231514","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-N4nEIN9ihCJb3e9NPKGdupfoHZWTQWRVdl8YWpWxt4jw3Pqg7bdflbMkNEC2p1Y41waKRMqkC2xsnCu12yoPQA==","shasum":"06495e6cfca98e8ec2d1ac9bea29909a89fd0a8e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.2-20230525231514.tgz","fileCount":1625,"unpackedSize":28929248,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjQAUBjbgQic+zjkvChBqw5FCH5OrSgAeWLyY6qoXR2gIgbrCKCmxhBNybOBD0Q7j97983Rgup6pbXN/nWbKcbxNM="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.2-20230525231514_1685057807481_0.04644352411841224"},"_hasShrinkwrap":false,"contributors":[]},"3.12.1-canary.e642fc7cd":{"name":"@firebase/firestore","version":"3.12.1-canary.e642fc7cd","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.e642fc7cd","@firebase/logger":"0.4.0-canary.e642fc7cd","@firebase/util":"1.9.3-canary.e642fc7cd","@firebase/webchannel-wrapper":"0.10.1-canary.e642fc7cd","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.11-canary.e642fc7cd"},"devDependencies":{"@firebase/app":"0.9.11-canary.e642fc7cd","@firebase/app-compat":"0.2.11-canary.e642fc7cd","@firebase/auth":"0.23.2-canary.e642fc7cd","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e642fc7cd73161adb925d57af086c6f3e1a38d44","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.1-canary.e642fc7cd","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-JeT0mOp4Y1jadCw0/mJJtz4ZUtVjSVdRVZ6/31T3EfAlc/2XsS93zAS66qm1gcQed3virm7fVnESbT4t2pm8+Q==","shasum":"b10144fd96701e0952e316133486b4cf634caab2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.1-canary.e642fc7cd.tgz","fileCount":1625,"unpackedSize":28934105,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFq4Mp4LA2vgup5fG2oEPpZ0giXWh28gTOFcdqEJd27dAiAGUVRbD++8fZJ6GGudIj52Osk28UQLgHap8rY2V97xVg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.1-canary.e642fc7cd_1685131217170_0.6175214831696119"},"_hasShrinkwrap":false,"contributors":[]},"3.12.1-canary.60e853898":{"name":"@firebase/firestore","version":"3.12.1-canary.60e853898","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.60e853898","@firebase/logger":"0.4.0-canary.60e853898","@firebase/util":"1.9.3-canary.60e853898","@firebase/webchannel-wrapper":"0.10.1-canary.60e853898","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.11-canary.60e853898"},"devDependencies":{"@firebase/app":"0.9.11-canary.60e853898","@firebase/app-compat":"0.2.11-canary.60e853898","@firebase/auth":"0.23.2-canary.60e853898","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"60e8538986d473f146d2609086aa9bce4595b755","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.1-canary.60e853898","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-eMxX3VKzBOEJz3qYOz3iVBYLk8f4HUmJx4JeYAI0Wj/8mlkrBkYgnEcXrSwI8rbkb7h2wEwXW6a/1gMl5LX6Wg==","shasum":"9443dd5d6b2faa9bf7e861823fac4dae9b12d082","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.1-canary.60e853898.tgz","fileCount":1625,"unpackedSize":28937201,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFW1/RVyDe+U7ko67V3Nc/qWpL9Dab1trElyNBshZkIUAiEA2pWWk3sIAO2Mxzw5Pb9eUWTABF63VM2hludCKnil1QA="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.1-canary.60e853898_1685468431175_0.09985442879480688"},"_hasShrinkwrap":false,"contributors":[]},"3.12.1-canary.ce6189631":{"name":"@firebase/firestore","version":"3.12.1-canary.ce6189631","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.ce6189631","@firebase/logger":"0.4.0-canary.ce6189631","@firebase/util":"1.9.3-canary.ce6189631","@firebase/webchannel-wrapper":"0.10.1-canary.ce6189631","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.11-canary.ce6189631"},"devDependencies":{"@firebase/app":"0.9.11-canary.ce6189631","@firebase/app-compat":"0.2.11-canary.ce6189631","@firebase/auth":"0.23.2-canary.ce6189631","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"ce6189631fad4c4d1fd4a0f0b3a404e9726da0dc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.1-canary.ce6189631","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-el493xQbfweGJIV9wtJjWjLPJtBQw4Uc2u9JcD2qTEWRt7nt5rXbSOFxtWgBtj+dE7sqMO+xOpxTw3IUhd+qww==","shasum":"e463fe64ed8fb601bf4861c78641cd7177549c60","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.1-canary.ce6189631.tgz","fileCount":1625,"unpackedSize":28937201,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBh7eQujZ5v3yU1n4xfQuJEDUJ0L2FqgmKBz2zzUk9KkAiB+CWoIi15s9sF8D82o4tKm9FoyH1Yl4QecY0Qldc6FcA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.1-canary.ce6189631_1685471640250_0.5425370420024878"},"_hasShrinkwrap":false,"contributors":[]},"3.12.1-canary.3133e7619":{"name":"@firebase/firestore","version":"3.12.1-canary.3133e7619","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.3133e7619","@firebase/logger":"0.4.0-canary.3133e7619","@firebase/util":"1.9.3-canary.3133e7619","@firebase/webchannel-wrapper":"0.10.1-canary.3133e7619","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.11-canary.3133e7619"},"devDependencies":{"@firebase/app":"0.9.11-canary.3133e7619","@firebase/app-compat":"0.2.11-canary.3133e7619","@firebase/auth":"0.23.2-canary.3133e7619","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"3133e7619168483ce00f0bcbe45132219e06f7fe","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.1-canary.3133e7619","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-cw0qNC4zyB6zEN+NHoBxPJvUlrw22FyMs+wlY8QvK1hLIHP0PfLNqkN7/Ba3a7Z6CuVONieRbF5T7mATsR6K+w==","shasum":"23acdc003a9e6624032e179b1b028b167fd9e4b7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.1-canary.3133e7619.tgz","fileCount":1625,"unpackedSize":28937201,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC0k7mH2oS9a43Ep+bTDMdfqNe/TgxGINwgm6tvqMrglQIgNte0BY0Zr/gMOcvksapMcsJLNQ+0HEpHMgrXcx8CFjg="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.1-canary.3133e7619_1685471813671_0.41852499352074846"},"_hasShrinkwrap":false,"contributors":[]},"3.12.2-20230531163950":{"name":"@firebase/firestore","version":"3.12.2-20230531163950","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.11","@firebase/app-compat":"0.2.11","@firebase/auth":"0.23.3-20230531163950","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"8dd911ffcb8f34cc8fe665ceb15176b92e4ff356","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.2-20230531163950","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-8qUaXx0O5mbBaMRUejxPm2h2EtPwJhYIplwbuj+uPRLVctbvJT1yGFkElqNMUwHhetR7AI4CdLRCtHF3lpr50g==","shasum":"60bd32e5f32fd6e294bee1f6327e7a788da08638","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.2-20230531163950.tgz","fileCount":1625,"unpackedSize":28936979,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCEHQoPIh2tFuNz65lpLlRyOHnXpcQK1U0Mno1eqjrKigIhAKaeSuhXQiDa0PvbGJGVQy+miigSAT+Kgfk6kBfwyQq+"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.2-20230531163950_1685552348342_0.2984711410072889"},"_hasShrinkwrap":false,"contributors":[]},"3.12.1-canary.2ccc9ddb0":{"name":"@firebase/firestore","version":"3.12.1-canary.2ccc9ddb0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.2ccc9ddb0","@firebase/logger":"0.4.0-canary.2ccc9ddb0","@firebase/util":"1.9.3-canary.2ccc9ddb0","@firebase/webchannel-wrapper":"0.10.1-canary.2ccc9ddb0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.11-canary.2ccc9ddb0"},"devDependencies":{"@firebase/app":"0.9.11-canary.2ccc9ddb0","@firebase/app-compat":"0.2.11-canary.2ccc9ddb0","@firebase/auth":"0.23.2-canary.2ccc9ddb0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"2ccc9ddb0ee875cf5a14bbc1ca473b576b9105bf","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.1-canary.2ccc9ddb0","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-ZPSZDlIL3dSTSG0fjcyoTeol/9wdRmcCn3cwNY6cF3vxsLuNyRLt2xgZgdzThYeyfcSMdIOeIm14fE974oqY0Q==","shasum":"75b6f17acb58b8569683121e48d20f4cadf96600","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.1-canary.2ccc9ddb0.tgz","fileCount":1625,"unpackedSize":28937201,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIACxOtlPX9vM9aKADooX2dAep3yxM9UX2I1w1/Sc9C9zAiAj8l/EFUH2VwV3EQEAgJqIJIsBgH2/VbwaN3dWod1bZg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.1-canary.2ccc9ddb0_1685553160577_0.21980894833349685"},"_hasShrinkwrap":false,"contributors":[]},"3.12.1-canary.fe7da7ec3":{"name":"@firebase/firestore","version":"3.12.1-canary.fe7da7ec3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.fe7da7ec3","@firebase/logger":"0.4.0-canary.fe7da7ec3","@firebase/util":"1.9.3-canary.fe7da7ec3","@firebase/webchannel-wrapper":"0.10.1-canary.fe7da7ec3","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.11-canary.fe7da7ec3"},"devDependencies":{"@firebase/app":"0.9.11-canary.fe7da7ec3","@firebase/app-compat":"0.2.11-canary.fe7da7ec3","@firebase/auth":"0.23.2-canary.fe7da7ec3","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"fe7da7ec3c83c200d7a0c7b90bb6bd27654309ee","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.1-canary.fe7da7ec3","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-PKRQD+Gycp+SXcNkrQfubQLQ21NfEHGwEva7kckV4BdG+kkuqmyHYYBgsRlZk+0KFdKmHRYVE5R8BM5U0/Nhbg==","shasum":"3d8444f5be1b65f3223fb00b835dc9616d4167c5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.1-canary.fe7da7ec3.tgz","fileCount":1625,"unpackedSize":28938672,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCkmtfgeGhxFjpTq8bPMUc39jarJW350Z3l1AZY631HWgIgZCWQ0egH7r6VDlGrsOc9N9Y+X8NYqSU1Z1AazZeXFsE="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.1-canary.fe7da7ec3_1686071947875_0.5507547018535708"},"_hasShrinkwrap":false,"contributors":[]},"3.12.2-20230606180032":{"name":"@firebase/firestore","version":"3.12.2-20230606180032","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.11","@firebase/app-compat":"0.2.11","@firebase/auth":"0.23.3-20230606180032","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"beab2d9f4836162fe7e900c547746cf76d3abf49","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.2-20230606180032","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-831gbN+80oWHuBSWhHYY0L6eNycBF9/ZdK9JsTLwzoJ3iLGoIfoXjdnkGiy/k1A8nBxRpYGlgAkVGs1PHyOwwg==","shasum":"3fea5b73f1e1b599d397badead60993c9cf435be","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.2-20230606180032.tgz","fileCount":1625,"unpackedSize":28938450,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCFKQ6+Tlg4QFlz3acrvIyC55fZye3l8+S7861j5Vcr4QIhAO24hzpu4furgkYtczAVvt9tZLhuNc/YBp56CxmoeWX9"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.2-20230606180032_1686075529786_0.9994507996056916"},"_hasShrinkwrap":false,"contributors":[]},"3.12.2-20230606210827":{"name":"@firebase/firestore","version":"3.12.2-20230606210827","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.11","@firebase/app-compat":"0.2.11","@firebase/auth":"0.23.2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"d1c205e2fdc18e08849042e50f0c5c130d89a135","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.2-20230606210827","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-rWhul0WiF62eOLLlqyydBW/9sP+n5Sii1YR0dTT0ahBDG+8/IqCk1nJ5z2AbrUgJ1j0HTUU5yGh8AOH2+1ig+A==","shasum":"ab10948dd47a4e05c1f8182df935fb70f60a94ee","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.2-20230606210827.tgz","fileCount":1625,"unpackedSize":28938435,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDqELmwdXEbVPeFYKz0vzs77kp+Aaf0oJCKEk2CGbM0QwIhAOk3PQwDc/bkIOzeu8yQYcKab0aVlnt87LfPdM4FsGpL"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.2-20230606210827_1686086855956_0.96327351315488"},"_hasShrinkwrap":false,"contributors":[]},"3.12.1-canary.195f52672":{"name":"@firebase/firestore","version":"3.12.1-canary.195f52672","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.195f52672","@firebase/logger":"0.4.0-canary.195f52672","@firebase/util":"1.9.3-canary.195f52672","@firebase/webchannel-wrapper":"0.10.1-canary.195f52672","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.11-canary.195f52672"},"devDependencies":{"@firebase/app":"0.9.11-canary.195f52672","@firebase/app-compat":"0.2.11-canary.195f52672","@firebase/auth":"0.23.2-canary.195f52672","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"195f5267215704272d26db1b030028206e3c26a2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.1-canary.195f52672","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-cE6N0LcOE6TpuPCPW0In7LpMfX4vk5zKFkVPvclK8wXicUgduLT+FWuOSnKqF2tpBQuPlPhGI2vT+tvIfuAZMA==","shasum":"bece75eb9a34725475495aad512e56d53762b275","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.1-canary.195f52672.tgz","fileCount":1625,"unpackedSize":28938672,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHkcEiy0bPsiuwl50JJ9Ch2w4DYF4IY+BWoN7QXBaXwZAiEAvsgagigNekydaSVSA3n8jDC3dneXkmVEWA+Y2CZ4xms="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.1-canary.195f52672_1686163315529_0.7223851939093702"},"_hasShrinkwrap":false,"contributors":[]},"3.12.2":{"name":"@firebase/firestore","version":"3.12.2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.12","@firebase/app-compat":"0.2.12","@firebase/auth":"0.23.2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"gitHead":"767d41ac06f9d3b8605c17cc469b4daa5a9ebc68","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.2","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-6EDIJ2V4hlUkPvAb1uH5DAz65ZvhStIM1oYGSUx6mt2UdEDu/0CAVS7xYBY6niTyM/+2r6XBW3hYG/1x1V27vg==","shasum":"8f1fbde355bd82b3164a1fac60049a501a1d3fdf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.2.tgz","fileCount":1625,"unpackedSize":28937660,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCM5YFvgsfAXm/NBpyv9Xiaia4pTS7iBKc5EcIToRdoKwIhAMoCSHr5oYwfo8fHvEIi4D50v5SmwGudIDUcA6CpU9yK"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.2_1686249565195_0.47319800146227076"},"_hasShrinkwrap":false,"contributors":[]},"3.12.2-canary.f949ee90f":{"name":"@firebase/firestore","version":"3.12.2-canary.f949ee90f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.f949ee90f","@firebase/logger":"0.4.0-canary.f949ee90f","@firebase/util":"1.9.3-canary.f949ee90f","@firebase/webchannel-wrapper":"0.10.1-canary.f949ee90f","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.12-canary.f949ee90f"},"devDependencies":{"@firebase/app":"0.9.12-canary.f949ee90f","@firebase/app-compat":"0.2.12-canary.f949ee90f","@firebase/auth":"0.23.2-canary.f949ee90f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f949ee90fd2a1bfeb9f6c6e27ab694d60206ad15","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.2-canary.f949ee90f","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-yyb3fTrdBm/esooO6b2SBBbOl05xDLsWzTKK5da/8xKkmCJGb3DwYVd3WVps8uxLZiFhjGSwrFKZvOupERIc7Q==","shasum":"641bf81d8027792242cc310c29c65a1bafd4a420","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.2-canary.f949ee90f.tgz","fileCount":1625,"unpackedSize":28938672,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCzJzZSBaO6QPEVkeDBfaPLpmKlAGZ0FJytaz3xCFHHDgIgFoMwVvS73t0/HfaYEejjN7w5G9wuFYfg3XjNnCc8YrI="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.2-canary.f949ee90f_1686333542140_0.06424703322933745"},"_hasShrinkwrap":false,"contributors":[]},"3.12.2-canary.713363d30":{"name":"@firebase/firestore","version":"3.12.2-canary.713363d30","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.713363d30","@firebase/logger":"0.4.0-canary.713363d30","@firebase/util":"1.9.3-canary.713363d30","@firebase/webchannel-wrapper":"0.10.1-canary.713363d30","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.12-canary.713363d30"},"devDependencies":{"@firebase/app":"0.9.12-canary.713363d30","@firebase/app-compat":"0.2.12-canary.713363d30","@firebase/auth":"0.23.2-canary.713363d30","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"713363d3088f8d11ac2a08beaaeca0b4a7a40003","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.2-canary.713363d30","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-BWHj/yyhHQCjKqMIVz96mLsLEG8kmfSVipQRfr31rpwRbxWoqm7bi3gB98jqterKcKGuv38QKBlF5EnuE/M6qw==","shasum":"2825c528fdd696be5e5c4aaa15573c2cd8889d9a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.2-canary.713363d30.tgz","fileCount":1625,"unpackedSize":28938672,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC8PTVrCtWE02KifRlczlNNzen9EbDRKQxAXl/Cbuya6QIgcAzYKd8H5NbLi5Xq4GK+VOYOV0P1tcxoXCPEE4nq0nU="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.2-canary.713363d30_1686333892700_0.49199257730307977"},"_hasShrinkwrap":false,"contributors":[]},"3.12.2-canary.e522056fc":{"name":"@firebase/firestore","version":"3.12.2-canary.e522056fc","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.e522056fc","@firebase/logger":"0.4.0-canary.e522056fc","@firebase/util":"1.9.3-canary.e522056fc","@firebase/webchannel-wrapper":"0.10.1-canary.e522056fc","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.12-canary.e522056fc"},"devDependencies":{"@firebase/app":"0.9.12-canary.e522056fc","@firebase/app-compat":"0.2.12-canary.e522056fc","@firebase/auth":"0.23.2-canary.e522056fc","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e522056fcb928c2eaad0ac4666f57b80a23ac12a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.2-canary.e522056fc","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-a2uEe5RlRfJ1mvnCEr39KGWhZ/aVdOjze128QU0nQMC+RAgfu4gQofcSPHfeSzU9PGCJK2QPpRb0cR/g478XCA==","shasum":"a9172a504009287bf938404ab21b1e068511560b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.2-canary.e522056fc.tgz","fileCount":1625,"unpackedSize":28938672,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHYl32H29Dy4weW/06VoXm1gAd266YudUGjqm39wEO0RAiEA+SHcep5L3tgKGiCoMjNDLma07KwICuvhJg5upq1+MPQ="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.2-canary.e522056fc_1686600373319_0.9689597945198867"},"_hasShrinkwrap":false,"contributors":[]},"3.12.2-canary.574585a20":{"name":"@firebase/firestore","version":"3.12.2-canary.574585a20","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.574585a20","@firebase/logger":"0.4.0-canary.574585a20","@firebase/util":"1.9.3-canary.574585a20","@firebase/webchannel-wrapper":"0.10.1-canary.574585a20","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.12-canary.574585a20"},"devDependencies":{"@firebase/app":"0.9.12-canary.574585a20","@firebase/app-compat":"0.2.12-canary.574585a20","@firebase/auth":"0.23.2-canary.574585a20","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"574585a204bb21656b50a02c726ce06e26ef4806","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.2-canary.574585a20","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-q1oCeHlKmujpWXDXLI83sopunSGbnl3Mzb+WwRUIcDVQrNI7euZYSOPWCDoCCit4pNcaPbwi1Xik40Wcu2paqA==","shasum":"61ae5672b2e0d9257d55179fc67d48fd8589f1c1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.2-canary.574585a20.tgz","fileCount":1625,"unpackedSize":28938672,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCDnPGIJrZUXiOGc4X1yIfn3MqYQ2zuUaHzLKqgawz3VgIgNKCAbJLf30xHlRizPNCYbWXhKv8oq7sNxF3f4fgvaJM="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.2-canary.574585a20_1686691660497_0.009090983656166784"},"_hasShrinkwrap":false,"contributors":[]},"3.12.2-canary.8e9aac2ef":{"name":"@firebase/firestore","version":"3.12.2-canary.8e9aac2ef","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.8e9aac2ef","@firebase/logger":"0.4.0-canary.8e9aac2ef","@firebase/util":"1.9.3-canary.8e9aac2ef","@firebase/webchannel-wrapper":"0.10.1-canary.8e9aac2ef","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.12-canary.8e9aac2ef"},"devDependencies":{"@firebase/app":"0.9.12-canary.8e9aac2ef","@firebase/app-compat":"0.2.12-canary.8e9aac2ef","@firebase/auth":"0.23.2-canary.8e9aac2ef","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"8e9aac2eff5f6d5623c1412151b1c563b37ed8b7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.2-canary.8e9aac2ef","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-fkEGw/X4AmHCvmWF8cvD2YU9S8ywAjQbR6j9JyXg1Mo2jn6rlCCyGaqtxMPelkRW40h+bIkO4lbdrVqfFEM2tw==","shasum":"1cca209d3695eee96401db96ee12caf171a388cd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.2-canary.8e9aac2ef.tgz","fileCount":1625,"unpackedSize":28938672,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGD6/aLTiuL8D3WqeLwS9FYp09ytrPFKkG1zk51+oJJpAiB6aydeId3lXNgJMD9D+cIPWnbQJ+TTIDQkJxinynMN3g=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.2-canary.8e9aac2ef_1686765470427_0.9706692631719307"},"_hasShrinkwrap":false,"contributors":[]},"3.12.2-canary.59c7b5801":{"name":"@firebase/firestore","version":"3.12.2-canary.59c7b5801","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.59c7b5801","@firebase/logger":"0.4.0-canary.59c7b5801","@firebase/util":"1.9.3-canary.59c7b5801","@firebase/webchannel-wrapper":"0.10.1-canary.59c7b5801","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.12-canary.59c7b5801"},"devDependencies":{"@firebase/app":"0.9.12-canary.59c7b5801","@firebase/app-compat":"0.2.12-canary.59c7b5801","@firebase/auth":"0.23.2-canary.59c7b5801","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"59c7b580167509b8346e5eded82d9a4358893cd8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.2-canary.59c7b5801","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-kyuCWVABU6R1lzre5glMv5fjBoW0F6x9rSsj1XRxCJle3o5bN6j4HP3hBIQJCJcI+epmG2kJN5f4yV2/9vKmpQ==","shasum":"9aa065d20124dc8c4adb2d00ec353c2b9b10b5b0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.2-canary.59c7b5801.tgz","fileCount":1625,"unpackedSize":28943403,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEvOp0kJkTtjmdOuSBK655NZ5xBLyYoeo+ZJdIyPg254AiEAiKURvRxBicBmOVqY+dx0dKhn3o1u1jGM0mbX4HzId20="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.2-canary.59c7b5801_1686949472869_0.17668728612810525"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-20230620202556":{"name":"@firebase/firestore","version":"3.13.0-20230620202556","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.12","@firebase/app-compat":"0.2.12","@firebase/auth":"0.23.2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"9cc1eea81b77043b8fef7e1ba377024df3256c5b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-20230620202556","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-UdLB7XHjBM9j8s2e6FYWgMIMvgv4Besgybl2QNg2heOetsZt54qcbY2JetHswF/P24RIXlJ+V0LDtzEWZqwyng==","shasum":"3bb2ce180cb124182b6f5eba9b49a8a874468e86","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-20230620202556.tgz","fileCount":1625,"unpackedSize":28943166,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCH2/9SxQMLZOsok7AUGFH0f8/kRduaFsUYbnO95Z2WvwIgfBvvXzADbMeYYT01yD/3GqpuE52DezLRrKPAUgjz5pY="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-20230620202556_1687293847253_0.3157728290520605"},"_hasShrinkwrap":false,"contributors":[]},"3.12.2-canary.2e8039e5e":{"name":"@firebase/firestore","version":"3.12.2-canary.2e8039e5e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.2e8039e5e","@firebase/logger":"0.4.0-canary.2e8039e5e","@firebase/util":"1.9.3-canary.2e8039e5e","@firebase/webchannel-wrapper":"0.10.1-canary.2e8039e5e","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.12-canary.2e8039e5e"},"devDependencies":{"@firebase/app":"0.9.12-canary.2e8039e5e","@firebase/app-compat":"0.2.12-canary.2e8039e5e","@firebase/auth":"0.23.2-canary.2e8039e5e","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"2e8039e5edd9ee573b7fb8fa2e3900376d61e039","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.2-canary.2e8039e5e","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-rUJO1+se2a5WLneJ1Rk4eFW0/mnrl1oP+/xDUFMkw4IoAIZxeoThZHWfzR+EMbYg5YY3iOeXG3z1tJKMKCQVEw==","shasum":"1860eefbc87b5ef6330e6187d2a22936e3c9719f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.2-canary.2e8039e5e.tgz","fileCount":1625,"unpackedSize":28943403,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDqaHtkxTmA2fImiBR74ZR/FvMsPNwOfWczlV3FwJz8FAiEAzATt2lfnlSogXGRzFlKudQ7DwsInH8Yhuvin2AhIAnE="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.2-canary.2e8039e5e_1687326082118_0.7700517230076069"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-20230621164011":{"name":"@firebase/firestore","version":"3.13.0-20230621164011","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.12","@firebase/app-compat":"0.2.12","@firebase/auth":"0.23.2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"b2ba569b88eb82ee1e2bbc9936706bafb8b668b5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-20230621164011","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-wOVZgco5H/xzqXDprZO+2I1dwvJm1PRl0RTi/90DzbnzT6X0lCE3t2XhVcX+jXJvUm377DTXuOGKergmlopS8w==","shasum":"9159c91911100ee04c38e817a82b51ad529d1d7b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-20230621164011.tgz","fileCount":1625,"unpackedSize":28943166,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDRRigX0nCPO9s8SYKtgG1PcND5r2XFhYFrl+WFjKGiIAiALp0b3B3gAwAPzCMSfGS7EErGLkwV/VsBxSnLG0ahx1w=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-20230621164011_1687366787288_0.49642358101070383"},"_hasShrinkwrap":false,"contributors":[]},"3.12.2-canary.a421d1cc0":{"name":"@firebase/firestore","version":"3.12.2-canary.a421d1cc0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.a421d1cc0","@firebase/logger":"0.4.0-canary.a421d1cc0","@firebase/util":"1.9.3-canary.a421d1cc0","@firebase/webchannel-wrapper":"0.10.1-canary.a421d1cc0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.12-canary.a421d1cc0"},"devDependencies":{"@firebase/app":"0.9.12-canary.a421d1cc0","@firebase/app-compat":"0.2.12-canary.a421d1cc0","@firebase/auth":"0.23.2-canary.a421d1cc0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"a421d1cc0831ad536a32aa74a743817ad47f031f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.2-canary.a421d1cc0","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-5oXJe8w7lhR/8iUWEjG4BNChQefIGVA4AvBkrvC4cSvtS/RFOcrg6lkfdCrlQpMPu8ImMssTuEeMukqnbs9rqw==","shasum":"b8332778593951e9887140b9aaa266a13507b7df","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.2-canary.a421d1cc0.tgz","fileCount":1625,"unpackedSize":28943403,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBWBGwd+3cjccYPHhWlsgDrWo7V2w9/z86OyAnQZN3BJAiEA/B93l6/x5LOU4ZgWj4wrmdYhS/8UmBzuwMUdFVxNxPM="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.2-canary.a421d1cc0_1687366820632_0.09874172406740289"},"_hasShrinkwrap":false,"contributors":[]},"3.12.2-canary.fe2ac1389":{"name":"@firebase/firestore","version":"3.12.2-canary.fe2ac1389","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.fe2ac1389","@firebase/logger":"0.4.0-canary.fe2ac1389","@firebase/util":"1.9.3-canary.fe2ac1389","@firebase/webchannel-wrapper":"0.10.1-canary.fe2ac1389","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.12-canary.fe2ac1389"},"devDependencies":{"@firebase/app":"0.9.12-canary.fe2ac1389","@firebase/app-compat":"0.2.12-canary.fe2ac1389","@firebase/auth":"0.23.2-canary.fe2ac1389","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"fe2ac1389de556f5f44d72fcd4371769879d8429","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.2-canary.fe2ac1389","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-3pHJmyx1bseZr/eg951SWN6JAeNm5wSOiHbsHtExynTHWMACOW1cD/z69uKJQwmlLiqni1snbZk8B5+BaLkM3Q==","shasum":"3f11a4a9fd75ad62b85ea173d9c1acb911a84d99","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.2-canary.fe2ac1389.tgz","fileCount":1625,"unpackedSize":28943403,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCcfnXWSbBiwnet6i3iPSaj777FKTxVmrUWXe01ja5d1QIgZu7tye6py3t+7hNGnAL2OyLdp3INmjacaD0+I7OMjyY="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.2-canary.fe2ac1389_1687367261363_0.4935307839509422"},"_hasShrinkwrap":false,"contributors":[]},"3.12.2-canary.85ccb2ed0":{"name":"@firebase/firestore","version":"3.12.2-canary.85ccb2ed0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.85ccb2ed0","@firebase/logger":"0.4.0-canary.85ccb2ed0","@firebase/util":"1.9.3-canary.85ccb2ed0","@firebase/webchannel-wrapper":"0.10.1-canary.85ccb2ed0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.12-canary.85ccb2ed0"},"devDependencies":{"@firebase/app":"0.9.12-canary.85ccb2ed0","@firebase/app-compat":"0.2.12-canary.85ccb2ed0","@firebase/auth":"0.23.2-canary.85ccb2ed0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"85ccb2ed054739b4ea1ee6530134c3f7d941f017","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.2-canary.85ccb2ed0","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-M9FPlbc9QQW68uJ6NF3uk0wSyHpbDeGEqfcrBRh8t2K3ao3dcdnC3sP7SCqj2g3b1l40I5ulsD4arloNfoKJdQ==","shasum":"ad78f31cb5035856559cb6cf4210c544010b9af4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.2-canary.85ccb2ed0.tgz","fileCount":1626,"unpackedSize":29904429,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDbdKFmshqDeFuuS7zTy74EoxrbbBB4BKoyjoKbf0ra3AiEAvIqw+zIwi5oTAL53z9srFxCpu891E9wu6BfzNx9hYTs="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.2-canary.85ccb2ed0_1687446423267_0.4698220199968943"},"_hasShrinkwrap":false,"contributors":[]},"3.12.2-canary.d86c89f9c":{"name":"@firebase/firestore","version":"3.12.2-canary.d86c89f9c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.d86c89f9c","@firebase/logger":"0.4.0-canary.d86c89f9c","@firebase/util":"1.9.3-canary.d86c89f9c","@firebase/webchannel-wrapper":"0.10.1-canary.d86c89f9c","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.12-canary.d86c89f9c"},"devDependencies":{"@firebase/app":"0.9.12-canary.d86c89f9c","@firebase/app-compat":"0.2.12-canary.d86c89f9c","@firebase/auth":"0.23.2-canary.d86c89f9c","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"d86c89f9c65203842eed39699c729f841d902cc0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.2-canary.d86c89f9c","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-y+r7FxGqzllHwQKD/NzOGhFgP9DTXIxpOtNNmPcrnFVv1PWBBH0AiAkKYM33prMlkWiHJ0SzRR2kePD250A1uw==","shasum":"cadbb204b9f9017bc870b66ba6665f88ed7542f6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.2-canary.d86c89f9c.tgz","fileCount":1626,"unpackedSize":32405337,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG5UWG6sS7Qw6CjeStHEHHNw6wthWxt4/PMtTfiwq7Z2AiEAuoWSYOMwHqGw8FAKgW3mRfldExjnkCw0+815QB/Azjg="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.2-canary.d86c89f9c_1687458884841_0.330261134039028"},"_hasShrinkwrap":false,"contributors":[]},"3.12.2-canary.dd76dec20":{"name":"@firebase/firestore","version":"3.12.2-canary.dd76dec20","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.dd76dec20","@firebase/logger":"0.4.0-canary.dd76dec20","@firebase/util":"1.9.3-canary.dd76dec20","@firebase/webchannel-wrapper":"0.10.1-canary.dd76dec20","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.12-canary.dd76dec20"},"devDependencies":{"@firebase/app":"0.9.12-canary.dd76dec20","@firebase/app-compat":"0.2.12-canary.dd76dec20","@firebase/auth":"0.23.2-canary.dd76dec20","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"dd76dec2088bff8c84a90999e00a3d3dffc4438f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.12.2-canary.dd76dec20","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Jkux34IVqcjW6jN51QZmKPpRVZBFPk/DCPCJuGV8/x3/hCnSQy+YZAgx+11zUSROZlggXPYJwffhdgUMZ26eFQ==","shasum":"0a3b363371569ace5304fc8d4602778e12b75c51","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.12.2-canary.dd76dec20.tgz","fileCount":1626,"unpackedSize":32405337,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEu4D8g+y7WppTjjzqB4tASUkgQ9535PO1azpD+QLItGAiEAmYhqVbhg8REIWRZlnJdcVNhGV1/WObSpt/Autv8chO4="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.12.2-canary.dd76dec20_1687465066384_0.8326809403619684"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0":{"name":"@firebase/firestore","version":"3.13.0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.13","@firebase/app-compat":"0.2.13","@firebase/auth":"0.23.2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"gitHead":"74c3bfbfb64ae62f895e0e5c831b5584f70f6292","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-NwcnU+madJXQ4fbLkGx1bWvL612IJN/qO6bZ6dlPmyf7QRyu5azUosijdAN675r+bOOJxMtP1Bv981bHBXAbUg==","shasum":"f924a3bb462bc3ac666dc5d375f3f8c4e1a72345","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0.tgz","fileCount":1625,"unpackedSize":28942391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE+15xn5Wk8usYBus7uNmO36pvuly8w1rknKs/uOP87sAiBAAeCzRR1db5PEgixtbl6KzIMGCNgyjpqlAA3WaEcGOA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0_1687467326812_0.1085685761549553"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.534047b4b":{"name":"@firebase/firestore","version":"3.13.0-canary.534047b4b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.534047b4b","@firebase/logger":"0.4.0-canary.534047b4b","@firebase/util":"1.9.3-canary.534047b4b","@firebase/webchannel-wrapper":"0.10.1-canary.534047b4b","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.534047b4b"},"devDependencies":{"@firebase/app":"0.9.13-canary.534047b4b","@firebase/app-compat":"0.2.13-canary.534047b4b","@firebase/auth":"0.23.2-canary.534047b4b","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"534047b4b8e75c2816793aa1599ceb0310a939ec","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.534047b4b","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-c+OhjaO455+D15taloMxtlY/TkgMz4P4qQthqmt8U6BMu5QHWhkX6TkCs8sRTQgeGqCLdLgzuoXlAHwVIAYqFA==","shasum":"a783b8baf978cb39ef54bf53ae2ce6e40ac96990","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.534047b4b.tgz","fileCount":1626,"unpackedSize":32405337,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAqxTZXaWua/r7vCp9QnvbS4DmRqYLTYHsITEREs2uV7AiEAnCirxcSnQBOIa9bsPZBWhNnYyccaosJiuN7nJn7S87k="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.534047b4b_1687473855397_0.9129030144619994"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.aaf3fa396":{"name":"@firebase/firestore","version":"3.13.0-canary.aaf3fa396","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.aaf3fa396","@firebase/logger":"0.4.0-canary.aaf3fa396","@firebase/util":"1.9.3-canary.aaf3fa396","@firebase/webchannel-wrapper":"0.10.1-canary.aaf3fa396","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.aaf3fa396"},"devDependencies":{"@firebase/app":"0.9.13-canary.aaf3fa396","@firebase/app-compat":"0.2.13-canary.aaf3fa396","@firebase/auth":"0.23.2-canary.aaf3fa396","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"aaf3fa3969521c540c4a4583648536348033e1c6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.aaf3fa396","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-sMkZXE3KuxucOxGdbRuBEUzDziM1QmTUWXZx9qbjGY+Gt2EBE+PZgo95y/erHhev4LLdVdlOH7+X6R5fHRaABw==","shasum":"71a008c5056f79caaf105024390071575b600e52","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.aaf3fa396.tgz","fileCount":1626,"unpackedSize":32406230,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCR251McOwu3doshGJgYX1iVFzcxklZzE5FwuM0gt2bEwIhAJFO+Y9nOI+rFuMevS7iUWcmtGJP6mc0T9whVJfJyA0Q"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.aaf3fa396_1687804525464_0.08075627359013171"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.114bc6eed":{"name":"@firebase/firestore","version":"3.13.0-canary.114bc6eed","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.114bc6eed","@firebase/logger":"0.4.0-canary.114bc6eed","@firebase/util":"1.9.3-canary.114bc6eed","@firebase/webchannel-wrapper":"0.10.1-canary.114bc6eed","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.114bc6eed"},"devDependencies":{"@firebase/app":"0.9.13-canary.114bc6eed","@firebase/app-compat":"0.2.13-canary.114bc6eed","@firebase/auth":"0.23.2-canary.114bc6eed","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"114bc6eedc9c28d155660cd6b6ff532ae98e6d9c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.114bc6eed","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-0J2tv7lv+1OhRP/LsVmqVBBDA+MpgUeCpsVJcEFf9fcitiSdze/332NHMisJDPgfX0yMe72OYqP738yZWyg9ew==","shasum":"3318b3141aeb59239ac2e7c1a72cc74708254004","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.114bc6eed.tgz","fileCount":1626,"unpackedSize":32406230,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH3pum+zl1WZk5WbRoiZPtkv54FzmZ4kLjRKDYkeJfQ0AiEAgfrjWLRxq+tW8K84vsu/Q2qc2hu7mkC9CpUFWANZs3U="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.114bc6eed_1687817411468_0.030107035604393317"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.a6d516dad":{"name":"@firebase/firestore","version":"3.13.0-canary.a6d516dad","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.a6d516dad","@firebase/logger":"0.4.0-canary.a6d516dad","@firebase/util":"1.9.3-canary.a6d516dad","@firebase/webchannel-wrapper":"0.10.1-canary.a6d516dad","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.a6d516dad"},"devDependencies":{"@firebase/app":"0.9.13-canary.a6d516dad","@firebase/app-compat":"0.2.13-canary.a6d516dad","@firebase/auth":"0.23.2-canary.a6d516dad","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"a6d516daddf562a932fdd41e441342457898b405","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.a6d516dad","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-zkxtke5bhFLxLMXy4NfVLwk5paTrSZt8DtUAERQZX56KW7kX8puWyQz6QjTuY6Ag1i7oi9vliNn9Qa1B4TibQA==","shasum":"aa18bd7946071ed5e64d0f8111812d091a37b8a1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.a6d516dad.tgz","fileCount":1626,"unpackedSize":32406230,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICGeV+VOuyo+NVcSW9TV7xy/ZkkaGRuAkXmsqTsMLvqaAiAsXLEatMGJaqHyixFnagNi1B173NSCxNoRGxQEfXPIdg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.a6d516dad_1687985620355_0.260699736526687"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.35c35fee5":{"name":"@firebase/firestore","version":"3.13.0-canary.35c35fee5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.35c35fee5","@firebase/logger":"0.4.0-canary.35c35fee5","@firebase/util":"1.9.3-canary.35c35fee5","@firebase/webchannel-wrapper":"0.10.1-canary.35c35fee5","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.35c35fee5"},"devDependencies":{"@firebase/app":"0.9.13-canary.35c35fee5","@firebase/app-compat":"0.2.13-canary.35c35fee5","@firebase/auth":"0.23.2-canary.35c35fee5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"35c35fee59d0067a1bdf049ea20c7c291e9b47ae","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.35c35fee5","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-FitmGdCFQDQBk5MvzPVMEHvw0cxgDR/LL9sM6O8TqlLhqfLhB6DZT9oiNNX8mVS3BtO4BMeG7bH1MOuhQb073A==","shasum":"0cb80d681c7b42eaf7650fb71c992209f572b89a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.35c35fee5.tgz","fileCount":1626,"unpackedSize":32406230,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDEeoRlT6Qm/zFtZfLfNKcYuTQhvRWX1TDdnOx2DznHywIgVIvZ2khtxBAQ/la0OTVIoSzEGtQIYS8Br4dEfGpan1M="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.35c35fee5_1688047013178_0.9813541528630856"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.039f05fc5":{"name":"@firebase/firestore","version":"3.13.0-canary.039f05fc5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.039f05fc5","@firebase/logger":"0.4.0-canary.039f05fc5","@firebase/util":"1.9.3-canary.039f05fc5","@firebase/webchannel-wrapper":"0.10.1-canary.039f05fc5","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.039f05fc5"},"devDependencies":{"@firebase/app":"0.9.13-canary.039f05fc5","@firebase/app-compat":"0.2.13-canary.039f05fc5","@firebase/auth":"0.23.2-canary.039f05fc5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"039f05fc59967261cb5075954d4991a611accd74","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.039f05fc5","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Ycem6p0uiy8Sr4I1nmAdEwGq/+7CgZSPEuAeL0P5SneItcQjXyWiJnUo1N6YOIUiEx0HHWK/+J3NGD9uksyb9g==","shasum":"76eb36ae57571f5b7c84834873085503c69dad52","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.039f05fc5.tgz","fileCount":1626,"unpackedSize":32406230,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC6qhn5YsVg5ySmZu8kLIwB4TyQIgSRYq/j9Mf1R7KYUQIgC00pcKR7YapytF3tWZZFhBYINhP/PyqCH2hPei7Qsy4="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.039f05fc5_1688051365145_0.3012359389826813"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.b00b54b95":{"name":"@firebase/firestore","version":"3.13.0-canary.b00b54b95","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.b00b54b95","@firebase/logger":"0.4.0-canary.b00b54b95","@firebase/util":"1.9.3-canary.b00b54b95","@firebase/webchannel-wrapper":"0.10.1-canary.b00b54b95","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.b00b54b95"},"devDependencies":{"@firebase/app":"0.9.13-canary.b00b54b95","@firebase/app-compat":"0.2.13-canary.b00b54b95","@firebase/auth":"0.23.2-canary.b00b54b95","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"b00b54b95fa650ce93802f15c353edad1167f37c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.b00b54b95","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-JsLABnnL8XtshukLcMFA6YBBSoyII2tc3UCA8RxTBsoe9eYkf/dDpZTW+E/iIkaGDKvelmLPktDZ04qovUNooQ==","shasum":"f5717f4adf8a6e44577b89a31415343f42e3c547","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.b00b54b95.tgz","fileCount":1630,"unpackedSize":32406278,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCy+ZT196tb/V+uuEoA6B10G9yMICNKHOuyGVVbhOHMCgIhAPFOnJriCxAH2JdbJp1/1aJRUgwkKTCo+Wicm8wKC/zZ"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.b00b54b95_1688135177241_0.2518334813063374"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.f2fb56fc0":{"name":"@firebase/firestore","version":"3.13.0-canary.f2fb56fc0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.f2fb56fc0","@firebase/logger":"0.4.0-canary.f2fb56fc0","@firebase/util":"1.9.3-canary.f2fb56fc0","@firebase/webchannel-wrapper":"0.10.1-canary.f2fb56fc0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.f2fb56fc0"},"devDependencies":{"@firebase/app":"0.9.13-canary.f2fb56fc0","@firebase/app-compat":"0.2.13-canary.f2fb56fc0","@firebase/auth":"0.23.2-canary.f2fb56fc0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f2fb56fc0f5d1573fe7700f019c58ec2755a3478","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.f2fb56fc0","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-9pxX7MQA7/fBYrzlwWuK9DLLn/Y5LqDxmyl/amTtB0L/tZyfMi4Sc/uWkL0QuIJRQkLLFAVd+vzf4TTI5Kk+qg==","shasum":"bd8b377ea87ddb68f465c9163b2a1fe004350f45","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.f2fb56fc0.tgz","fileCount":1630,"unpackedSize":32636387,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDeR8QCLpL6+04zTBai8lQI5ifOyQWoM6wQ+zM9TQR6qAiAOyeZWGx4g6Qc7kteXq2Uq2iGB+rZD0sNjp11abiRr3Q=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.f2fb56fc0_1688150185624_0.5164175246393812"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.57f2a863f":{"name":"@firebase/firestore","version":"3.13.0-canary.57f2a863f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.57f2a863f","@firebase/logger":"0.4.0-canary.57f2a863f","@firebase/util":"1.9.3-canary.57f2a863f","@firebase/webchannel-wrapper":"0.10.1-canary.57f2a863f","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.57f2a863f"},"devDependencies":{"@firebase/app":"0.9.13-canary.57f2a863f","@firebase/app-compat":"0.2.13-canary.57f2a863f","@firebase/auth":"0.23.2-canary.57f2a863f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"57f2a863f188ca11b6167656fc7a7d7c9affc1d6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.57f2a863f","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-1/wMQL03/DabEv05BpPsZBj4+bfgDk1SgcFhM84o1Hu7X9yYn6HAnEMHPmDVC0GQzSVoZ4aDlEjqCGuem7tn6g==","shasum":"86ee05f273e2494082e01ea82e936aee0a26fca0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.57f2a863f.tgz","fileCount":1630,"unpackedSize":32636662,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC1gtWE8R7BE9YqilMiGSFJhe5CJCb8KQEItxBu/wS0kQIgFeM3akYX0CbKU7VEqi8LrHwl2rqSu1x+C1cDrWOenv8="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.57f2a863f_1688162461055_0.45739712537894195"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.675ec3a23":{"name":"@firebase/firestore","version":"3.13.0-canary.675ec3a23","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.675ec3a23","@firebase/logger":"0.4.0-canary.675ec3a23","@firebase/util":"1.9.3-canary.675ec3a23","@firebase/webchannel-wrapper":"0.10.1-canary.675ec3a23","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.675ec3a23"},"devDependencies":{"@firebase/app":"0.9.13-canary.675ec3a23","@firebase/app-compat":"0.2.13-canary.675ec3a23","@firebase/auth":"0.23.2-canary.675ec3a23","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"675ec3a235fe950e45900953a30f4327e596b4f4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.675ec3a23","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-LrQDT1uJ2tvKZU3lX266gNcKGCLTUk425Zcy107A8zLYDChaGQdtk/36/KFerW7u53wxT6F3PsVa6PtAQvZlwA==","shasum":"fbc1c5b0cb787238adec8f3273d1a0596d918e24","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.675ec3a23.tgz","fileCount":1630,"unpackedSize":32643462,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDwU8s3X6vKd/JOtDUVUeTX+ZuWcQAsxKfxXi8PBEkvFAiB+8N1PFLPfBbvr6m2+8sICy0B2PCb79nge/XSAlz0mMQ=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.675ec3a23_1688482772166_0.7846111763146277"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.d41ee2f27":{"name":"@firebase/firestore","version":"3.13.0-canary.d41ee2f27","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.d41ee2f27","@firebase/logger":"0.4.0-canary.d41ee2f27","@firebase/util":"1.9.3-canary.d41ee2f27","@firebase/webchannel-wrapper":"0.10.1-canary.d41ee2f27","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.d41ee2f27"},"devDependencies":{"@firebase/app":"0.9.13-canary.d41ee2f27","@firebase/app-compat":"0.2.13-canary.d41ee2f27","@firebase/auth":"0.23.2-canary.d41ee2f27","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"d41ee2f27e03ceca921fd4df9b03c020305241b2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.d41ee2f27","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-8SqpnW5NVj+ntN+P99mcy0vWshqLuzf6unjFx35qRTwJGVupiU8A56hSkjL3f53Fe9A194prnXHUq5ucFomz3g==","shasum":"ab8c3744d35e738425e73b77fc53e8ef4b62b4fd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.d41ee2f27.tgz","fileCount":1630,"unpackedSize":32643462,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGjbOb0GL4X0Z/7Qc2vPVpL7lXafjVjunPigUf2839RcAiEA7MQ+UoRylYwzB0XLj167mlJz4alU66oCMavyMfwSLYU="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.d41ee2f27_1688484594993_0.3006691549255116"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.aea4a4471":{"name":"@firebase/firestore","version":"3.13.0-canary.aea4a4471","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.aea4a4471","@firebase/logger":"0.4.0-canary.aea4a4471","@firebase/util":"1.9.3-canary.aea4a4471","@firebase/webchannel-wrapper":"0.10.1-canary.aea4a4471","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.aea4a4471"},"devDependencies":{"@firebase/app":"0.9.13-canary.aea4a4471","@firebase/app-compat":"0.2.13-canary.aea4a4471","@firebase/auth":"0.23.2-canary.aea4a4471","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"aea4a4471306b089a02b207d2df285dfc71666c7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.aea4a4471","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-caZmav2LKfYs9qlvQKwTynh4NWbh1+//6IOqR6kBfUIcwueQ0e1OGdA+8ORygAVJxYgXykPoz2f24tOYpXeuMQ==","shasum":"249cbf40418c99a307bfb7563f05150282bbbaec","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.aea4a4471.tgz","fileCount":1630,"unpackedSize":32644282,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCTbOv+HR5VV6SuMzgPwGVW47pTjWXaY6xxIsDPP27bOwIhAN2Wo1Dl5Xj/QHhuKQ4NokWbPQRPIFWY3Jpc13+Chwfq"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.aea4a4471_1688498101017_0.7543601791936485"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.6674fade1":{"name":"@firebase/firestore","version":"3.13.0-canary.6674fade1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.6674fade1","@firebase/logger":"0.4.0-canary.6674fade1","@firebase/util":"1.9.3-canary.6674fade1","@firebase/webchannel-wrapper":"0.10.1-canary.6674fade1","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.6674fade1"},"devDependencies":{"@firebase/app":"0.9.13-canary.6674fade1","@firebase/app-compat":"0.2.13-canary.6674fade1","@firebase/auth":"0.23.2-canary.6674fade1","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"6674fade1732ba26ad34a56b90bd0eb68b56550a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.6674fade1","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-hTpqRLncX5Uo3in6BdvTw4DZVRcgt1AIjMmrZl13P/214BFqCZiCOSYojsDY0ywqgyFbX5rCTr2r1e2sMepAPg==","shasum":"bda5f866736fbff275917ec125d6c18d6d13d871","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.6674fade1.tgz","fileCount":1630,"unpackedSize":32644282,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDxydieYYj1zvK5IWCo7CYByJkiZgnOJ/amQzPIgJ8P2wIgNo6DaAmVSaGidqCkqZdEv7eVUTjsDWQyWuCVK7XQv44="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.6674fade1_1688568517218_0.48063296511839737"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.1ff891c0d":{"name":"@firebase/firestore","version":"3.13.0-canary.1ff891c0d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.1ff891c0d","@firebase/logger":"0.4.0-canary.1ff891c0d","@firebase/util":"1.9.3-canary.1ff891c0d","@firebase/webchannel-wrapper":"0.10.1-canary.1ff891c0d","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.1ff891c0d"},"devDependencies":{"@firebase/app":"0.9.13-canary.1ff891c0d","@firebase/app-compat":"0.2.13-canary.1ff891c0d","@firebase/auth":"0.23.2-canary.1ff891c0d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"1ff891c0da15d391b62e186c14a57c59263dde65","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.1ff891c0d","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-YVPl7+ErtGHcC0o02acfZ2u0TPXFMtZ6p5XhqZpZxMNt3zAx1W4pw9DWP9Twcxu8ndxuH6BxG5/9Vu33CrSDpA==","shasum":"e7efcce758463b6a5fa966b01f4e685c68da05ec","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.1ff891c0d.tgz","fileCount":1630,"unpackedSize":32644282,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG33Ys3VCn478LhDViRjCiLFpHje15KFr7kBCjGp2rJAAiA+HMpggmUWMtp8WSoAowtKlkY6ZShrSidyrdGuJqi5GA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.1ff891c0d_1688579051088_0.4396921473501183"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.4f904bf41":{"name":"@firebase/firestore","version":"3.13.0-canary.4f904bf41","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.4f904bf41","@firebase/logger":"0.4.0-canary.4f904bf41","@firebase/util":"1.9.3-canary.4f904bf41","@firebase/webchannel-wrapper":"0.10.1-canary.4f904bf41","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.4f904bf41"},"devDependencies":{"@firebase/app":"0.9.13-canary.4f904bf41","@firebase/app-compat":"0.2.13-canary.4f904bf41","@firebase/auth":"0.23.2-canary.4f904bf41","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"4f904bf41c2080dc51278f732e08ab95e28c1956","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.4f904bf41","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-3bIdX63rORMmHWHOdFiT+9A4gNVeNytzioQulJ2YooyNKG0QhPMkBszUe3z5A6iF2LxwJcpnTN0c/nqg91F9+Q==","shasum":"94f99fddcd0f68fe575cf6f7f502936084550eb7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.4f904bf41.tgz","fileCount":1630,"unpackedSize":32644282,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG6LEAGYEsx+ToYPEQIt0LVHi8UM4u+8f8JxocsNeglxAiEA3x6xUO5QXlKZObDW6f2ItHRvAnMjMzENq7l6HVIKqJ8="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.4f904bf41_1688579109607_0.3341963591068733"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.1af178f2b":{"name":"@firebase/firestore","version":"3.13.0-canary.1af178f2b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.1af178f2b","@firebase/logger":"0.4.0-canary.1af178f2b","@firebase/util":"1.9.3-canary.1af178f2b","@firebase/webchannel-wrapper":"0.10.1-canary.1af178f2b","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.1af178f2b"},"devDependencies":{"@firebase/app":"0.9.13-canary.1af178f2b","@firebase/app-compat":"0.2.13-canary.1af178f2b","@firebase/auth":"0.23.2-canary.1af178f2b","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"1af178f2b2207af6435db3ae6b7f3bf16b8b6183","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.1af178f2b","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-nxH5A6oRQeaM95yIhWJtbzNdadjsAK5doYtmRBbM1t46xQjMKilKNfatLcFwJG1r3Z7c9MVlYf265JLatkdfHA==","shasum":"bb94c6101c333efcf4fa7594b001bd6903838a68","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.1af178f2b.tgz","fileCount":1630,"unpackedSize":32644282,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHAkyoECPjZLHBTTgWKrhUN4Gqzf0/P9SjpRNMuDQ5+WAiAS01b5SiupDdWqrVWj0d1d21FTOwynFWp4LdYF26tOcg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.1af178f2b_1688592466122_0.0011330871900787631"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.c2686ed60":{"name":"@firebase/firestore","version":"3.13.0-canary.c2686ed60","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.c2686ed60","@firebase/logger":"0.4.0-canary.c2686ed60","@firebase/util":"1.9.3-canary.c2686ed60","@firebase/webchannel-wrapper":"0.10.1-canary.c2686ed60","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.c2686ed60"},"devDependencies":{"@firebase/app":"0.9.13-canary.c2686ed60","@firebase/app-compat":"0.2.13-canary.c2686ed60","@firebase/auth":"0.23.2-canary.c2686ed60","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"c2686ed60fcc524851f85de7d634fcf2891f0651","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.c2686ed60","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-lpyazLOXXcyAgTUfMvTo/t7cwR2uxl7LmNZ7OEg+W8ANDhYoLBsa4DCrDiDkv6T6p+d3oMa+k5hQ/It/HL5GEA==","shasum":"76a8845cbba4fa7005cc2d0f3974a084b74b97d6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.c2686ed60.tgz","fileCount":1630,"unpackedSize":32644282,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG6/0tTf2S1fplE2hX4aopZnVvYqmz7jDTSPAqlopTqPAiEArghqvje5uL61rt3X+rd9FVuH7KqXDn7IB/XMUVmO+rE="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.c2686ed60_1688592598897_0.6257261547736317"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.f1c8d3806":{"name":"@firebase/firestore","version":"3.13.0-canary.f1c8d3806","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.f1c8d3806","@firebase/logger":"0.4.0-canary.f1c8d3806","@firebase/util":"1.9.3-canary.f1c8d3806","@firebase/webchannel-wrapper":"0.10.1-canary.f1c8d3806","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.f1c8d3806"},"devDependencies":{"@firebase/app":"0.9.13-canary.f1c8d3806","@firebase/app-compat":"0.2.13-canary.f1c8d3806","@firebase/auth":"0.23.2-canary.f1c8d3806","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f1c8d3806962a760aa0a78387e6b37140163eae6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.f1c8d3806","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Kk+oyoC6UN3xmqtHoywfIF4Fl4D83Ro/4wF8dzl3Bt4FvCh1PU+7sgRFea4y8mn8nN7D1MqlJCjdNzQAypJBWw==","shasum":"e4b0c3f32f0f94c0864a73181faf079bc650af71","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.f1c8d3806.tgz","fileCount":1630,"unpackedSize":32644282,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICIFXyYxGqBu5mFDRWdGMYeO/B5+gA01xgBqyKc67+LKAiEAvq9taccBzCouwLizQkUIYDRpOjV90RDBBjyguWAq+0A="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.f1c8d3806_1688592836092_0.9645517915060136"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.684bb4e45":{"name":"@firebase/firestore","version":"3.13.0-canary.684bb4e45","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.684bb4e45","@firebase/logger":"0.4.0-canary.684bb4e45","@firebase/util":"1.9.3-canary.684bb4e45","@firebase/webchannel-wrapper":"0.10.1-canary.684bb4e45","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.684bb4e45"},"devDependencies":{"@firebase/app":"0.9.13-canary.684bb4e45","@firebase/app-compat":"0.2.13-canary.684bb4e45","@firebase/auth":"0.23.2-canary.684bb4e45","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"684bb4e453424f88d924ee012e8f6e0e5fea7f49","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.684bb4e45","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-dM0NKACEc8HTPITftrg0hQs7S9L2FRjMM5IFFtKjW53aUjCktAoXUZyjwH3XcTIyYnTEKzLZEnF0OwJ4YPnWvQ==","shasum":"a31edaf705fa108ef503bad614db403121232d08","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.684bb4e45.tgz","fileCount":1630,"unpackedSize":32646070,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDvZDBqyQREU9xBNDFTTolUjKS67ICmwUWu3lpgsTV9KwIhAO0WKMEHO0Znyniz3TVoCEMAFMdJk+7OvLKgisjtwjwk"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.684bb4e45_1688601135580_0.9226350684629121"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.c29156a6e":{"name":"@firebase/firestore","version":"3.13.0-canary.c29156a6e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.c29156a6e","@firebase/logger":"0.4.0-canary.c29156a6e","@firebase/util":"1.9.3-canary.c29156a6e","@firebase/webchannel-wrapper":"0.10.1-canary.c29156a6e","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.c29156a6e"},"devDependencies":{"@firebase/app":"0.9.13-canary.c29156a6e","@firebase/app-compat":"0.2.13-canary.c29156a6e","@firebase/auth":"0.23.2-canary.c29156a6e","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"c29156a6e2158a7860fff111d890837de8947689","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.c29156a6e","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-/KZy/VOjkBOFnCVnOIgmZk6J7Oa758hFWF87S1qdMmVHwQRhjIG26Is0RiKcp8gRXCycsJtJXdsaLGG6d/pGtQ==","shasum":"e94dbb8c4d417ae7ac523776686fb049f2c3b6b9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.c29156a6e.tgz","fileCount":1630,"unpackedSize":32663412,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHwE44JqVsQ7C/ashb3D24iCjLfHEebaL1Ow/lJu8MeRAiAFyUL1fWx+YPa7LsRUTZBCgkR3fejiiNHfDzr8t7hEeA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.c29156a6e_1688609873496_0.837003257331193"},"_hasShrinkwrap":false,"contributors":[]},"4.0.0-20230706020734":{"name":"@firebase/firestore","version":"4.0.0-20230706020734","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.13","@firebase/app-compat":"0.2.13","@firebase/auth":"1.0.0-20230706020734","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"2e6f600c41230e4bd5febd265b1c83a786d5c679","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.0.0-20230706020734","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-8o8Rvf6gKHueM4Iah8Tfs7cHecahIOEGCLFLZviIsREnwFviBsM4zBSo5Y3difYHk8R//Q9v63qT7sspk7KA6g==","shasum":"f01afef786c174dea8c5fb77faa061803b34f2aa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.0.0-20230706020734.tgz","fileCount":1630,"unpackedSize":32663200,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEAGQi00QcukEK7or0xalKIdYwPiBTnQRIf1dVNzO9c0AiBFK34Qwjswm4T76xZTOcXOg2LZQMdJHxq8jl3Ugj6gOg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.0.0-20230706020734_1688610895486_0.108831723779232"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.794441e73":{"name":"@firebase/firestore","version":"3.13.0-canary.794441e73","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.794441e73","@firebase/logger":"0.4.0-canary.794441e73","@firebase/util":"1.9.3-canary.794441e73","@firebase/webchannel-wrapper":"0.10.1-canary.794441e73","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.794441e73"},"devDependencies":{"@firebase/app":"0.9.13-canary.794441e73","@firebase/app-compat":"0.2.13-canary.794441e73","@firebase/auth":"0.23.2-canary.794441e73","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"794441e731dc9aff8115581db2bfacd5da945764","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.794441e73","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-eu+IhhgXnHvgEDjNL8c0li2U9G1O+TgUiRvDJP1RYBSLF+ICL/eqCMN9YYcFMOXK1EVOVAfGJHiFCK2F0IJR5Q==","shasum":"abac169b96245a2258af07d8096bdbe2519df625","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.794441e73.tgz","fileCount":1630,"unpackedSize":32663412,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDwdhAlGFQapE5CuM6R+RzS6eWH0M+PMNr3tMte5vNzBAIhANMulzb8XTMDykVo8sLt/PztnEPh1YWf78v87PHgo9fe"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.794441e73_1688666675099_0.6433929803604921"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.f3067f72d":{"name":"@firebase/firestore","version":"3.13.0-canary.f3067f72d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.f3067f72d","@firebase/logger":"0.4.0-canary.f3067f72d","@firebase/util":"1.9.3-canary.f3067f72d","@firebase/webchannel-wrapper":"0.10.1-canary.f3067f72d","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.f3067f72d"},"devDependencies":{"@firebase/app":"0.9.13-canary.f3067f72d","@firebase/app-compat":"0.2.13-canary.f3067f72d","@firebase/auth":"0.23.2-canary.f3067f72d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f3067f72d37eb838554be5a3a14d10a019631e6f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.f3067f72d","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-z8kurYl3LYf8lU1IMWbXrUg09qx034zggN75FDy5FhiQY0V2EwoOeNKvGehnKSgOVNZxybfPEDQuAfLu2XMT9A==","shasum":"043c98d6bff14db89b98882026dd3775f4cefb3e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.f3067f72d.tgz","fileCount":1630,"unpackedSize":32663412,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG+4lF34uyXekc2pFGeXt9HlT14cWpX3G6WhZqQQumlWAiEAq5FHx6PIZ4nStY5aUWqHe9nYeMiGzBFM42+IXo6IQ6A="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.f3067f72d_1688679887662_0.7633350697753265"},"_hasShrinkwrap":false,"contributors":[]},"3.13.0-canary.47860fe6e":{"name":"@firebase/firestore","version":"3.13.0-canary.47860fe6e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.47860fe6e","@firebase/logger":"0.4.0-canary.47860fe6e","@firebase/util":"1.9.3-canary.47860fe6e","@firebase/webchannel-wrapper":"0.10.1-canary.47860fe6e","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.13-canary.47860fe6e"},"devDependencies":{"@firebase/app":"0.9.13-canary.47860fe6e","@firebase/app-compat":"0.2.13-canary.47860fe6e","@firebase/auth":"0.23.2-canary.47860fe6e","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"47860fe6e702e224d4ea4052dc42029673b9f7f1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@3.13.0-canary.47860fe6e","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-bLMYa20K0uAGupMWBh9YdfELVRNzsmcTVuR1cvAouSW2WDvkxEo5V10uumThbVRLf/6zEu7Y69leM2iIjLXJ3Q==","shasum":"5b7813020fb4584352258148a14077ebed838d4e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-3.13.0-canary.47860fe6e.tgz","fileCount":1630,"unpackedSize":32663760,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF98FAXJXIShjTSJgJVVfpv2XSypxMUthdCseafGAbupAiAcmHj63U7d7Eh2Chg5zzU3rfvkjIzFCwdFgX1iK+jztw=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.13.0-canary.47860fe6e_1688684164071_0.8835719108162112"},"_hasShrinkwrap":false,"contributors":[]},"4.0.0-20230706224113":{"name":"@firebase/firestore","version":"4.0.0-20230706224113","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.13","@firebase/app-compat":"0.2.13","@firebase/auth":"1.0.0-20230706224113","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"fe1ef625b48a9b620435b6dfde60f10b5f7be848","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.0.0-20230706224113","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-WNnGt1fbdqoSZB3ZfPSnosSZHmjO8V5gyxblClDVn4g+d+hcjN4e6aS0IHvVLkYXigXDCke44chh/oPz7hcYvg==","shasum":"2e84d3b43c9e21b3b3372414c4cabc27a691efa8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.0.0-20230706224113.tgz","fileCount":1630,"unpackedSize":32663548,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBowbgGFXJZ5pD+c527YBxXePIx+L+SWNlkc8OzsC9qaAiAFxpOFT73ce/qodVYLoxPzvt4EPO0ydrHSFw3OL9ld5w=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.0.0-20230706224113_1688684763279_0.6315640254739578"},"_hasShrinkwrap":false,"contributors":[]},"4.0.0":{"name":"@firebase/firestore","version":"4.0.0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.14","@firebase/app-compat":"0.2.14","@firebase/auth":"1.0.0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"gitHead":"b58a617f007a4ea2ffe82bc5b9c8ca9a7b7853d9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.0.0","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-ds4sjGefmJaxkxTT39BoRgmrjfHWBgrnSku69lTwVEPtBF+KqY01iheAEXuLFLQeb1Wu3eKxgZnWIrUYjbh6NA==","shasum":"67e47ce2be13fb9af143e32b0cce2970a749f6b4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.0.0.tgz","fileCount":1630,"unpackedSize":32663018,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDvUMe934ZDLR87QC14c6WfpVSORc7r/HnCEgFwPqKdTAIgXgPn44k9Do9+KbdYwbZkAvLilTko51e7SWpH4bO34r0="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.0.0_1688698183661_0.5789094767246104"},"_hasShrinkwrap":false,"contributors":[]},"4.0.0-canary.b58a617f0":{"name":"@firebase/firestore","version":"4.0.0-canary.b58a617f0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.b58a617f0","@firebase/logger":"0.4.0-canary.b58a617f0","@firebase/util":"1.9.3-canary.b58a617f0","@firebase/webchannel-wrapper":"0.10.1-canary.b58a617f0","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.14-canary.b58a617f0"},"devDependencies":{"@firebase/app":"0.9.14-canary.b58a617f0","@firebase/app-compat":"0.2.14-canary.b58a617f0","@firebase/auth":"1.0.0-canary.b58a617f0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"b58a617f007a4ea2ffe82bc5b9c8ca9a7b7853d9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.0.0-canary.b58a617f0","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-0tzfW6r433l4xKfwgZXWIAYYH0oR8gR6PopZIak+4nHsDD5xzVFEAYSh95QLb84G0MoV8DjUk9hVVS6QgczAvQ==","shasum":"0679d8d1ab18d90d5ff6340eef590ec730e24be1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.0.0-canary.b58a617f0.tgz","fileCount":1630,"unpackedSize":32663738,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGRGCssMlU2LrGaFRm479+OId4wDRpFbX2W2iiuvCfhZAiEAiO2nTgmpIfwMpp5a7H6z4pJglWIonAapgla7vR4FK4c="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.0.0-canary.b58a617f0_1688700159974_0.18724456532910683"},"_hasShrinkwrap":false,"contributors":[]},"4.0.0-canary.82d7df439":{"name":"@firebase/firestore","version":"4.0.0-canary.82d7df439","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.82d7df439","@firebase/logger":"0.4.0-canary.82d7df439","@firebase/util":"1.9.3-canary.82d7df439","@firebase/webchannel-wrapper":"0.10.1-canary.82d7df439","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.14-canary.82d7df439"},"devDependencies":{"@firebase/app":"0.9.14-canary.82d7df439","@firebase/app-compat":"0.2.14-canary.82d7df439","@firebase/auth":"1.0.0-canary.82d7df439","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"82d7df4395d6bd5f569bfc4b3f8f394b0274f905","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.0.0-canary.82d7df439","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-0mo/gCUYS2m/f868aSbqlQtdKdTQ9pycvxYLqYvmjPLopQ7r1U6slg18t3A/0QF7lc6hNoi5aJhTqIHUVABRdg==","shasum":"2218ed13c50149b858a56cb87805f09ec88da38e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.0.0-canary.82d7df439.tgz","fileCount":1630,"unpackedSize":32663738,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAFMUkT2lW3IAEolM0rL9M0N2roK36u+iFs4JGcAjAXwAiEAgUuCX8M/2lBQiE8UCoFXuIRpiDw/kFI1x8BhiwL8f1k="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.0.0-canary.82d7df439_1689178063533_0.31143575482662267"},"_hasShrinkwrap":false,"contributors":[]},"4.0.0-canary.fba10ad54":{"name":"@firebase/firestore","version":"4.0.0-canary.fba10ad54","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.fba10ad54","@firebase/logger":"0.4.0-canary.fba10ad54","@firebase/util":"1.9.3-canary.fba10ad54","@firebase/webchannel-wrapper":"0.10.1-canary.fba10ad54","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.14-canary.fba10ad54"},"devDependencies":{"@firebase/app":"0.9.14-canary.fba10ad54","@firebase/app-compat":"0.2.14-canary.fba10ad54","@firebase/auth":"1.0.0-canary.fba10ad54","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"fba10ad54f9e42b929f1e9e7e46146a7641b9972","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.0.0-canary.fba10ad54","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-cloyth2RvXh8ifgJnrNTygf52gOx9J54x4TvWwIe4oWitwBZ3NLxWkYJBTiGY2gpz+ITi08rrYcYplUw1ig9rg==","shasum":"9ecdbaa07e58f3284e31fdc3da05da67328597e1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.0.0-canary.fba10ad54.tgz","fileCount":1630,"unpackedSize":32666515,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB3UoPpOAtQhtt+ogIDDbDuhhYkQkHSFNSHYwszNAflmAiEAv0yPBBzMFC7MFbgqBtL81Ozsjnb42KqP2gCeLeaR8Vg="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.0.0-canary.fba10ad54_1689180853947_0.6616234773519047"},"_hasShrinkwrap":false,"contributors":[]},"4.0.0-canary.bcb1f1ff2":{"name":"@firebase/firestore","version":"4.0.0-canary.bcb1f1ff2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.bcb1f1ff2","@firebase/logger":"0.4.0-canary.bcb1f1ff2","@firebase/util":"1.9.3-canary.bcb1f1ff2","@firebase/webchannel-wrapper":"0.10.1-canary.bcb1f1ff2","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.14-canary.bcb1f1ff2"},"devDependencies":{"@firebase/app":"0.9.14-canary.bcb1f1ff2","@firebase/app-compat":"0.2.14-canary.bcb1f1ff2","@firebase/auth":"1.0.0-canary.bcb1f1ff2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"6.11.3","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"bcb1f1ff25a7065d0473a5ccc1bc432ca21c6644","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.0.0-canary.bcb1f1ff2","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-RrZR1bN0W4VTplBNXu63mNsIta8wYUClx/Pnhrjf9psOg0vJEWfnjuXukodX/jX0DXjxNHeQ8GbMVsP+LIn/hQ==","shasum":"73153ecc3a290d69c2196af7acb4ee876411aba2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.0.0-canary.bcb1f1ff2.tgz","fileCount":1630,"unpackedSize":32666515,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVTqLZADcwa5LF3HWlzQUulcVD4ZlRG/Km73Fx8fWy9wIgfX3ATCSEhNxGcS8wSwV0kdMVZHwjO7qaUoUwE/HmniQ="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.0.0-canary.bcb1f1ff2_1689182452951_0.8844848233215961"},"_hasShrinkwrap":false,"contributors":[]},"4.0.0-canary.f06ee5237":{"name":"@firebase/firestore","version":"4.0.0-canary.f06ee5237","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.f06ee5237","@firebase/logger":"0.4.0-canary.f06ee5237","@firebase/util":"1.9.3-canary.f06ee5237","@firebase/webchannel-wrapper":"0.10.1-canary.f06ee5237","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.14-canary.f06ee5237"},"devDependencies":{"@firebase/app":"0.9.14-canary.f06ee5237","@firebase/app-compat":"0.2.14-canary.f06ee5237","@firebase/auth":"1.0.0-canary.f06ee5237","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f06ee5237b1e09390d92b18e1e4fc6d6dc244abd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.0.0-canary.f06ee5237","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-ENESCqPLvEYciFt9DNYFE9agqoLf+sMBfAXisEgP4vAHgwgismi2hWChfDhXhObDpvpEwn24wCJ9UNEBV+eK0A==","shasum":"641278e821714908aacec083150d0d9cd1e65cc7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.0.0-canary.f06ee5237.tgz","fileCount":1630,"unpackedSize":32666514,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDuryBV0YI7iLHScx1nkxF/oOwGK4Qd3Ty2AtG8Lhg7rAIhANvJbw2lgSZmA9ipw30LrwxnluR1q4/JJSJxe/rwx3zz"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.0.0-canary.f06ee5237_1689186905903_0.8942162408278402"},"_hasShrinkwrap":false,"contributors":[]},"4.0.0-canary.5825aaf48":{"name":"@firebase/firestore","version":"4.0.0-canary.5825aaf48","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.5825aaf48","@firebase/logger":"0.4.0-canary.5825aaf48","@firebase/util":"1.9.3-canary.5825aaf48","@firebase/webchannel-wrapper":"0.10.1-canary.5825aaf48","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.14-canary.5825aaf48"},"devDependencies":{"@firebase/app":"0.9.14-canary.5825aaf48","@firebase/app-compat":"0.2.14-canary.5825aaf48","@firebase/auth":"1.0.0-canary.5825aaf48","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"5825aaf48747729997ac86a10a4c71d4bdd132cf","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.0.0-canary.5825aaf48","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-NLvq22Sefrt/OF3KXOP057C3CmPgRwOLfardIV2YcyrLy28lgqJ5N3fyzQiV+sPcA0F4Zn5CDXbCYhxcBEKvaA==","shasum":"f3f76a515828391e50a4de16589a2da21847f8c5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.0.0-canary.5825aaf48.tgz","fileCount":1630,"unpackedSize":32666514,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDdktfUjSkwtP/ue3v3kimGQ9WkiVhBNVZFrv5JZOEOOAiAmXikamHVzgVVC16HI/6+Q4NfJfs3YAtvtksffr1HbLA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.0.0-canary.5825aaf48_1689188932362_0.4918474775015509"},"_hasShrinkwrap":false,"contributors":[]},"4.0.0-canary.6b1be2a44":{"name":"@firebase/firestore","version":"4.0.0-canary.6b1be2a44","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.6b1be2a44","@firebase/logger":"0.4.0-canary.6b1be2a44","@firebase/util":"1.9.3-canary.6b1be2a44","@firebase/webchannel-wrapper":"0.10.1-canary.6b1be2a44","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.14-canary.6b1be2a44"},"devDependencies":{"@firebase/app":"0.9.14-canary.6b1be2a44","@firebase/app-compat":"0.2.14-canary.6b1be2a44","@firebase/auth":"1.0.0-canary.6b1be2a44","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"6b1be2a44699e65b81fc834d2e004c6dc1b38d05","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.0.0-canary.6b1be2a44","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-cG1s3O/rbumyCodKviNKreHcCZFCmB1Hz+8sw4WXnFiBm4PcJwVLDbTtBsVDL/qNLCcE7uTLHBSe12Rc8p0HcA==","shasum":"2a99114a9440e2a5c3cce35f41abbeebeb185303","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.0.0-canary.6b1be2a44.tgz","fileCount":1630,"unpackedSize":32666514,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCBedTg0oWuHsG1rtJ5fA5HTv+u59g2MLHu6DQX4PK8uwIhAJstGgo0DU7Nljn/zP/wxCu57daXfAIefpf1Z6Eui0zh"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.0.0-canary.6b1be2a44_1689261625011_0.9337546762463862"},"_hasShrinkwrap":false,"contributors":[]},"4.0.0-canary.fa160f7c7":{"name":"@firebase/firestore","version":"4.0.0-canary.fa160f7c7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.fa160f7c7","@firebase/logger":"0.4.0-canary.fa160f7c7","@firebase/util":"1.9.3-canary.fa160f7c7","@firebase/webchannel-wrapper":"0.10.1-canary.fa160f7c7","@grpc/grpc-js":"~1.7.0","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.14-canary.fa160f7c7"},"devDependencies":{"@firebase/app":"0.9.14-canary.fa160f7c7","@firebase/app-compat":"0.2.14-canary.fa160f7c7","@firebase/auth":"1.0.0-canary.fa160f7c7","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"fa160f7c7555ab1d0da23567517f1a99fddf4931","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.0.0-canary.fa160f7c7","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-91q489oD/KMw0nlQ00jrsLxM1dulZ73akMBa8r+VevwrmLV4rzd3VN8GbIbnbC4uZO0+VFDyKsyQ0xSZzKUDzw==","shasum":"dcf64f03ffaa2576999a8f79a5493a809f5dbd2b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.0.0-canary.fa160f7c7.tgz","fileCount":1630,"unpackedSize":32666514,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD6QIW8XvypjS9mOvCT3x+9m4OXqa/VKuneBqS5MPsBlwIhAPPSsfVoIUdrwhNsrWOc3wDFhBy+8wZZ6dzYtRindrIW"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.0.0-canary.fa160f7c7_1689618196290_0.6001762189217028"},"_hasShrinkwrap":false,"contributors":[]},"4.0.0-canary.52b17b426":{"name":"@firebase/firestore","version":"4.0.0-canary.52b17b426","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.52b17b426","@firebase/logger":"0.4.0-canary.52b17b426","@firebase/util":"1.9.3-canary.52b17b426","@firebase/webchannel-wrapper":"0.10.1-canary.52b17b426","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.14-canary.52b17b426"},"devDependencies":{"@firebase/app":"0.9.14-canary.52b17b426","@firebase/app-compat":"0.2.14-canary.52b17b426","@firebase/auth":"1.0.0-canary.52b17b426","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"52b17b4267729c14adcb52f2d523572aa22e4759","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.0.0-canary.52b17b426","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-GSNqoPVlduuqz53C/svT61swtH3g8Jh+IHnelWMX89dkThM7ja4vNMOjNRkMVmFrVO9+ao2NrKJHTJqMBIL8PQ==","shasum":"5d74ae6fb0f3bb9914bb91bd7f357f4a8aeaacd5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.0.0-canary.52b17b426.tgz","fileCount":1630,"unpackedSize":32666517,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH1GVq6QYmcFIZtBGgdkR//QHfhR77VsWkgrJDSAbd3FAiEAsoxqsPpzgDUkPIiQZy0mqW3zp+mBziLU6FATjoKyg5E="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.0.0-canary.52b17b426_1689622756325_0.966040131796466"},"_hasShrinkwrap":false,"contributors":[]},"4.0.0-canary.c5518c80f":{"name":"@firebase/firestore","version":"4.0.0-canary.c5518c80f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.c5518c80f","@firebase/logger":"0.4.0-canary.c5518c80f","@firebase/util":"1.9.3-canary.c5518c80f","@firebase/webchannel-wrapper":"0.10.1-canary.c5518c80f","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.14-canary.c5518c80f"},"devDependencies":{"@firebase/app":"0.9.14-canary.c5518c80f","@firebase/app-compat":"0.2.14-canary.c5518c80f","@firebase/auth":"1.0.0-canary.c5518c80f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"c5518c80fc577d6ab4f524d49c44b6dfd6ed96e7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.0.0-canary.c5518c80f","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-mENmcv8ZU2z81iTOOn+pr9aqyXYER5BNzFNSS6VOaTZaXGGs437uUZMmWUXLWomV/kYj08Hus+S7QlQj1WZXig==","shasum":"02fa018de6252c30c20e1845472990f56ca91b5b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.0.0-canary.c5518c80f.tgz","fileCount":1630,"unpackedSize":32677057,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDWaHVy+/9IGybSlH67/XPM4k8Klh+oWLlulQN6wC8icAiBhjq83CMg1i2mqF99KDBdaiuWLtvK9IVSogDG0pP0qMA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.0.0-canary.c5518c80f_1689632739810_0.89890962575521"},"_hasShrinkwrap":false,"contributors":[]},"4.0.0-canary.cd15480e3":{"name":"@firebase/firestore","version":"4.0.0-canary.cd15480e3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.cd15480e3","@firebase/logger":"0.4.0-canary.cd15480e3","@firebase/util":"1.9.3-canary.cd15480e3","@firebase/webchannel-wrapper":"0.10.1-canary.cd15480e3","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.14-canary.cd15480e3"},"devDependencies":{"@firebase/app":"0.9.14-canary.cd15480e3","@firebase/app-compat":"0.2.14-canary.cd15480e3","@firebase/auth":"1.0.0-canary.cd15480e3","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"cd15480e3e0196f9289ab7a67d4ebf462afdff90","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.0.0-canary.cd15480e3","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Hc64MjXF9TOVKODO0pFf3k3ZQQYpobTqjuvKP4TF4/MZdUqtiG4JXKGwyJ4SnwKtLDxtTqi4M2Kl3YKekTfg5w==","shasum":"e24182e765b0aedba6360b9cf4d267d5d3d2ca30","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.0.0-canary.cd15480e3.tgz","fileCount":1630,"unpackedSize":32677057,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLfjCEFGoULaGTJsdrL3Lq2XK+YWoy9Zb6upN2o3CnHQIgLyxDt/Qg46UKyHDY5/hvgwoBXSx9zknjrfj3TgWN16s="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.0.0-canary.cd15480e3_1689689857637_0.5973323234798631"},"_hasShrinkwrap":false,"contributors":[]},"4.0.0-canary.abe69045d":{"name":"@firebase/firestore","version":"4.0.0-canary.abe69045d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.abe69045d","@firebase/logger":"0.4.0-canary.abe69045d","@firebase/util":"1.9.3-canary.abe69045d","@firebase/webchannel-wrapper":"0.10.1-canary.abe69045d","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.14-canary.abe69045d"},"devDependencies":{"@firebase/app":"0.9.14-canary.abe69045d","@firebase/app-compat":"0.2.14-canary.abe69045d","@firebase/auth":"1.0.0-canary.abe69045d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"abe69045d8b1bbf71094acbd7ad4c4ca84313c70","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.0.0-canary.abe69045d","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-ReMX6zfpJkogeZbp/7FoRFoXJFPWA/2d+e+PkWfw/gJ/LyHTDtfJwKkLbgRZqrUk72ySsg+KX4jgbWiKRNSmcg==","shasum":"d6096c1c7eff82d1ad586aedf9ef05bab349682e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.0.0-canary.abe69045d.tgz","fileCount":1630,"unpackedSize":32677057,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCsgJiRjDzZR/epQMR1pDba7qMGwdWnMm1ZWtzlirgeiQIhAMeN1Xt0Ps9IHFHFr+EQussY0Owe+oF5CyE8EyoVygcL"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.0.0-canary.abe69045d_1689702954851_0.4107482045794537"},"_hasShrinkwrap":false,"contributors":[]},"4.0.0-canary.e91f82a20":{"name":"@firebase/firestore","version":"4.0.0-canary.e91f82a20","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.e91f82a20","@firebase/logger":"0.4.0-canary.e91f82a20","@firebase/util":"1.9.3-canary.e91f82a20","@firebase/webchannel-wrapper":"0.10.1-canary.e91f82a20","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.14-canary.e91f82a20"},"devDependencies":{"@firebase/app":"0.9.14-canary.e91f82a20","@firebase/app-compat":"0.2.14-canary.e91f82a20","@firebase/auth":"1.0.0-canary.e91f82a20","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e91f82a20b2c8cea75a81f55bd71d878a3d908d6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.0.0-canary.e91f82a20","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-iL/jnoDJdqZ3VE3d/pElEgwNcgQHLcPcC3KDHBj3/ckCPAcdbIFDTZcRvyJ9tzh7IrIx1rQFUKIEBh4Yo0v6Ag==","shasum":"54fbbc9167893d9d42360fe890329de149136477","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.0.0-canary.e91f82a20.tgz","fileCount":1630,"unpackedSize":32677057,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD2w6Onm1Qe6fuXkIHT3gWwE3auIHugJLQJCFqULrgHwgIgPnWw4PCKbe8aWCmfGET4yuvvC4Qw10pKka8qJg55HVU="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.0.0-canary.e91f82a20_1689704789618_0.9078637587372749"},"_hasShrinkwrap":false,"contributors":[]},"4.0.0-canary.3f3f5360a":{"name":"@firebase/firestore","version":"4.0.0-canary.3f3f5360a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.3f3f5360a","@firebase/logger":"0.4.0-canary.3f3f5360a","@firebase/util":"1.9.3-canary.3f3f5360a","@firebase/webchannel-wrapper":"0.10.1-canary.3f3f5360a","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.14-canary.3f3f5360a"},"devDependencies":{"@firebase/app":"0.9.14-canary.3f3f5360a","@firebase/app-compat":"0.2.14-canary.3f3f5360a","@firebase/auth":"1.0.0-canary.3f3f5360a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"3f3f5360a2dbd60126c8ad0491e49b10612ad702","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.0.0-canary.3f3f5360a","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-F72cvgteXoJovnCBhZciJK0VXoo64BXTAJyuYbTpJEv9hkEWXiYVLzJOYvm8mc5jG5EMDZh9yXPt6u20UufYzA==","shasum":"734f1a095eb5f48479c0e1507c80592b26f7c27b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.0.0-canary.3f3f5360a.tgz","fileCount":1630,"unpackedSize":32677057,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDsbrTvsM7e3POvPryOS8X3etwan3GcdF5cUKSoLtBmJwIhAIQ6cqsOd2+M/9EYhsPaH4+uAgByoOp0ZTjpoX1qcC/A"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.0.0-canary.3f3f5360a_1689719454886_0.5951535832421708"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-20230718222737":{"name":"@firebase/firestore","version":"4.1.0-20230718222737","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.14","@firebase/app-compat":"0.2.14","@firebase/auth":"1.0.1-20230718222737","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"cc4a7b97bb2b0970aeca23749a7ff5290e0ff8e0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-20230718222737","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-dOqNHGlJwOsWP2wD5blaJ5FUV7w43hMnNpZCRudDtY+Dc8phBH+zpQvyuEg7ds6nMkjbZ5syk0FliD9pwpkjvA==","shasum":"6ab04bf87e9cd4019d95f386a727e7ad1b3ca87e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-20230718222737.tgz","fileCount":1630,"unpackedSize":32676867,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAOo/tldDuuFA+hkCNz2os7ydW/08VgmqGf5i7e608tuAiAGAQSEJNEFPX5Q9QPKZzhgz9H1Ak+HXKU4on37xlY/tg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-20230718222737_1689720672199_0.859693479173413"},"_hasShrinkwrap":false,"contributors":[]},"4.0.0-canary.8e15973fd":{"name":"@firebase/firestore","version":"4.0.0-canary.8e15973fd","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.8e15973fd","@firebase/logger":"0.4.0-canary.8e15973fd","@firebase/util":"1.9.3-canary.8e15973fd","@firebase/webchannel-wrapper":"0.10.1-canary.8e15973fd","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.14-canary.8e15973fd"},"devDependencies":{"@firebase/app":"0.9.14-canary.8e15973fd","@firebase/app-compat":"0.2.14-canary.8e15973fd","@firebase/auth":"1.0.0-canary.8e15973fd","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"8e15973fde994cbee0d5ce95af575a7565ef9d8b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.0.0-canary.8e15973fd","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-ihGm+nAllAYi6msH1RPjvzu8sZIePnNS9a4fAyC9LuHZ/9jLx36/LW4sN7sBGOveH9tHU9q9Hf5sGb+orT936w==","shasum":"55decf23d59d6c880d9fc4cb34648ff734492592","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.0.0-canary.8e15973fd.tgz","fileCount":1630,"unpackedSize":32677057,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDlJi0VUtSUlgQzCB9Y8FF/SDLoFe/23G3sAcVjoxl9kgIhANM6QMLmyAn67BnEytwgv4pJoujXcoBSSjjmKtjSdBSa"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.0.0-canary.8e15973fd_1689725920045_0.011658142876503241"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-20230718235906":{"name":"@firebase/firestore","version":"4.1.0-20230718235906","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.14","@firebase/app-compat":"0.2.14","@firebase/auth":"1.1.0-20230718235906","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"6c03a8f67ae58ae3ef43d672eabe45c8aadaabad","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-20230718235906","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-i8CDzIAzgQXnSHs1xiQAdAbFHO9Ck2msBmKSMP9jVa9qhcAOwJ3XSxxHVxu7tPQgYgt48Nfi8E0caL10zJhU7w==","shasum":"57e3ca2bd6f7f3cf0acd71f4ece18365d06541ac","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-20230718235906.tgz","fileCount":1630,"unpackedSize":32676867,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFsQ+1X4ogbUP70xwoX3x7RYLCm3lBhuEtr67oJj/7ppAiAEY1n/lTsV2hjvNPV5pnltKBu44edIG0/iRlW2lqaegQ=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-20230718235906_1689725996270_0.06582269695522802"},"_hasShrinkwrap":false,"contributors":[]},"4.0.0-canary.3b4171d5a":{"name":"@firebase/firestore","version":"4.0.0-canary.3b4171d5a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.3b4171d5a","@firebase/logger":"0.4.0-canary.3b4171d5a","@firebase/util":"1.9.3-canary.3b4171d5a","@firebase/webchannel-wrapper":"0.10.1-canary.3b4171d5a","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.14-canary.3b4171d5a"},"devDependencies":{"@firebase/app":"0.9.14-canary.3b4171d5a","@firebase/app-compat":"0.2.14-canary.3b4171d5a","@firebase/auth":"1.0.0-canary.3b4171d5a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"3b4171d5a72f7a2e22fd75e87e752402b0837f43","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.0.0-canary.3b4171d5a","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-N2/fhnj05vOYuTWN3XrQ+1k3qtwMAyQBeD6HwGXniw96qKxr2V0wsjKtmPibEno/c7gaxl4LA3D2FKLKtT/65w==","shasum":"64bcf18a9e2994e1442638d2f1a074c893d2a8c7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.0.0-canary.3b4171d5a.tgz","fileCount":1630,"unpackedSize":32676772,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA0ZN4V1Ya1IdOYF6lphdFTyPI2/gZtC//qO2RgLbn5rAiAeWOr2s1+RH97GHh84J2iyFjmiT0VvClQC1iSvfN7d5A=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.0.0-canary.3b4171d5a_1689821856176_0.7819855697470279"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0":{"name":"@firebase/firestore","version":"4.1.0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.15","@firebase/app-compat":"0.2.15","@firebase/auth":"1.1.0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"gitHead":"1b9a21d4a72d6684059b7439ed65907ed63ac9b4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-FEd+4R0QL9RAJVcdqXgbdIuQYpvzkeKNBVxNM5qcWDPMurjNpja8VaWpVZmT3JXG8FfO+NGTnHJtsW/nWO7XiQ==","shasum":"fcdd4e033c258fccbe4d47dadf625faa1f62272f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0.tgz","fileCount":1630,"unpackedSize":32676337,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICwr7u3fhSzUiFOeuiJ1GUt55Zb5gt1MqDDuFSalBS8pAiEAqwXVOXnodUzYsl0IbNoI9j2cw2or2BzTtPTSNh1+a0k="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0_1689886072493_0.9311919980087846"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.223ac18f7":{"name":"@firebase/firestore","version":"4.1.0-canary.223ac18f7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.223ac18f7","@firebase/logger":"0.4.0-canary.223ac18f7","@firebase/util":"1.9.3-canary.223ac18f7","@firebase/webchannel-wrapper":"0.10.1-canary.223ac18f7","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.223ac18f7"},"devDependencies":{"@firebase/app":"0.9.15-canary.223ac18f7","@firebase/app-compat":"0.2.15-canary.223ac18f7","@firebase/auth":"1.1.0-canary.223ac18f7","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"223ac18f705626aa21791ecfd6655fc2a6df83fe","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.223ac18f7","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-oLudGpJUN3U33J516xhlgJb6kbd4DCyUFvr0thKvkkqCYHYum08bpy8Zix8D/+6qZV7sDzG/FMIpZAlEYFFIMA==","shasum":"53bbfc79a3af73fa74e7832e7b94f8b55ffa0a4a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.223ac18f7.tgz","fileCount":1630,"unpackedSize":32676772,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICXlAfGJNsAyPL/FN1iB+8fYG1BNmSu6pi+Cr1AxUqNlAiBNtPC9QRk+oxArjvwo7nVv/+dU1xwAy/ou+yrB58E9Sg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.223ac18f7_1689890564665_0.854722982000514"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.a5bf94c3a":{"name":"@firebase/firestore","version":"4.1.0-canary.a5bf94c3a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.a5bf94c3a","@firebase/logger":"0.4.0-canary.a5bf94c3a","@firebase/util":"1.9.3-canary.a5bf94c3a","@firebase/webchannel-wrapper":"0.10.1-canary.a5bf94c3a","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.a5bf94c3a"},"devDependencies":{"@firebase/app":"0.9.15-canary.a5bf94c3a","@firebase/app-compat":"0.2.15-canary.a5bf94c3a","@firebase/auth":"1.1.0-canary.a5bf94c3a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"a5bf94c3a5fe1dc98a71ea99e21ef44f47d62c25","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.a5bf94c3a","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-kLcbyA3BGxLxgyLQnAuFRQ40iaZtSUQtknlA1NYAJnpFU1PCeslNMWSj8TuVvUPXELQIWEci5OqhJrXK0keIlg==","shasum":"fa3742ebdc56706b5b0aae7e8fe5becf272cfe82","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.a5bf94c3a.tgz","fileCount":1630,"unpackedSize":32676772,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDmIAUB11UOK6DVuDV5a/Nc5TFiUy3mXiMhTHt+X7k/lwIhAKmR0WmoYAXwFk8lMaXPyAmx1//GqGKniUosOWwMkjAT"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.a5bf94c3a_1690221232113_0.19148295883837219"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.66cebfb6b":{"name":"@firebase/firestore","version":"4.1.0-canary.66cebfb6b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.66cebfb6b","@firebase/logger":"0.4.0-canary.66cebfb6b","@firebase/util":"1.9.3-canary.66cebfb6b","@firebase/webchannel-wrapper":"0.10.1-canary.66cebfb6b","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.66cebfb6b"},"devDependencies":{"@firebase/app":"0.9.15-canary.66cebfb6b","@firebase/app-compat":"0.2.15-canary.66cebfb6b","@firebase/auth":"1.1.0-canary.66cebfb6b","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"66cebfb6b30345c74d9c18328bdf52d18d703b14","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.66cebfb6b","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-+uLg202c9SYsJH2wngWx8NuBsRZe4OQNyZUBNLaKAk/aiarVLZPGlGvbvbhyxs9iW2jTkk5rrztQvuheLcZQ6A==","shasum":"c3768a120137f6a52dc3292bb4390a47fd216098","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.66cebfb6b.tgz","fileCount":1630,"unpackedSize":32676772,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDlLKtwahSEH+HiQgAv5+o6EdzQ1h9ysxPDLYdGgkCTygIhALD/vLREWqd4eeiKv1a8chEzDRnTtvesiH3qYh72qfW5"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.66cebfb6b_1690232463290_0.38407332044824116"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.503ca1eda":{"name":"@firebase/firestore","version":"4.1.0-canary.503ca1eda","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.503ca1eda","@firebase/logger":"0.4.0-canary.503ca1eda","@firebase/util":"1.9.3-canary.503ca1eda","@firebase/webchannel-wrapper":"0.10.1-canary.503ca1eda","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.503ca1eda"},"devDependencies":{"@firebase/app":"0.9.15-canary.503ca1eda","@firebase/app-compat":"0.2.15-canary.503ca1eda","@firebase/auth":"1.1.0-canary.503ca1eda","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"503ca1eda8b0df1af9f039257117d973ec8c9f45","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.503ca1eda","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-vuoNfCMpaa2VbUTNjqht1Dv/BRDXbo+3smtZHxZVDtgl9rzZ3q8BODMuv2ejMKpqBmVBCeYnyctXJwydQ+7FWw==","shasum":"69a1da39c855bb808740771a9346749f03dd77d6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.503ca1eda.tgz","fileCount":1630,"unpackedSize":32676772,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHLUqWhMtVuAWqSt0uPOLKRxbSaZ88iqvZEwjCFIumwrAiBTOV68TaODzl2HipwvpSwrt82vKD/aBj6BZsJGlYdOCQ=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.503ca1eda_1690300836452_0.9572648052464585"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.146b6993a":{"name":"@firebase/firestore","version":"4.1.0-canary.146b6993a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.146b6993a","@firebase/logger":"0.4.0-canary.146b6993a","@firebase/util":"1.9.3-canary.146b6993a","@firebase/webchannel-wrapper":"0.10.1-canary.146b6993a","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.146b6993a"},"devDependencies":{"@firebase/app":"0.9.15-canary.146b6993a","@firebase/app-compat":"0.2.15-canary.146b6993a","@firebase/auth":"1.1.0-canary.146b6993a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"146b6993ad577b90532878ad4cee66f92d195441","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.146b6993a","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-uZAzValw8+6iXfaHEAJtNHqMGSVgFucLxnfy24T9X4h2plTXv/Y/+wxS9om2aL/nIsffzYk7MxRd5t8HScQelA==","shasum":"2f886d6613837e9c644633915a6424dc9b3479b9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.146b6993a.tgz","fileCount":1630,"unpackedSize":32676772,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCgLek5jQNwOfL0GNG1F76H/Tu06fItIn3JWhhRepwH+QIhAP7yBh6/AfyngwzTJFVRCe298ER9ZmtOYDc5akrQ8AqZ"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.146b6993a_1690813346253_0.9260343011117675"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.80a7f7cd1":{"name":"@firebase/firestore","version":"4.1.0-canary.80a7f7cd1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.80a7f7cd1","@firebase/logger":"0.4.0-canary.80a7f7cd1","@firebase/util":"1.9.3-canary.80a7f7cd1","@firebase/webchannel-wrapper":"0.10.1-canary.80a7f7cd1","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.80a7f7cd1"},"devDependencies":{"@firebase/app":"0.9.15-canary.80a7f7cd1","@firebase/app-compat":"0.2.15-canary.80a7f7cd1","@firebase/auth":"1.1.0-canary.80a7f7cd1","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"80a7f7cd183bce754929d516deecdd23b05027b0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.80a7f7cd1","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-I+veszcTKF3rSB2mYBtFV9360gDQ27/YnWk/ruaYdLDz3jQ67PjCbH8gIkVLfrqQeiCN6BtLYxA4e0PvyilRWw==","shasum":"6f38cacb9b43ef23cd18d31a1e5abc6b4b8ac025","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.80a7f7cd1.tgz","fileCount":1630,"unpackedSize":32676772,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFkNIj9Ow8rpCCPhBTwUX8q+r+SiBHkqInxhFfZHx2ndAiBSbwiXU8nNLY7ZHNnD4lWr96sa5wU7Ui5WnlzPo39ZYA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.80a7f7cd1_1690829231071_0.8151280034914676"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.e037eeed6":{"name":"@firebase/firestore","version":"4.1.0-canary.e037eeed6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.e037eeed6","@firebase/logger":"0.4.0-canary.e037eeed6","@firebase/util":"1.9.3-canary.e037eeed6","@firebase/webchannel-wrapper":"0.10.1-canary.e037eeed6","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.e037eeed6"},"devDependencies":{"@firebase/app":"0.9.15-canary.e037eeed6","@firebase/app-compat":"0.2.15-canary.e037eeed6","@firebase/auth":"1.1.0-canary.e037eeed6","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e037eeed61c92375884c2aab3246364f0545b3df","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.e037eeed6","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-NnG3yjfh/VYs676Zd3H21nHMSZlE9iR7lhnyZtDjjJaowRnIszqA0xPTMTcLua7fNPTY3iJNv6qPlbkix65CdQ==","shasum":"8bf5ccbb88d480ca4f8bcea691b5cb3c2f7660f0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.e037eeed6.tgz","fileCount":1630,"unpackedSize":32676645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDlMNGG9anGl1ftQFgk0phmLKl09YtMAhryIZAiSIRIyAiEA+KV80ALbH59acsbBCL6wARHRYEi5WoyGw+pkgoy7/ww="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.e037eeed6_1690908422357_0.785861981606041"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.e201e5390":{"name":"@firebase/firestore","version":"4.1.0-canary.e201e5390","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.e201e5390","@firebase/logger":"0.4.0-canary.e201e5390","@firebase/util":"1.9.3-canary.e201e5390","@firebase/webchannel-wrapper":"0.10.1-canary.e201e5390","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.e201e5390"},"devDependencies":{"@firebase/app":"0.9.15-canary.e201e5390","@firebase/app-compat":"0.2.15-canary.e201e5390","@firebase/auth":"1.1.0-canary.e201e5390","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e201e5390c32c8ab1d61e5ff34ef1bb7615be62f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.e201e5390","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-bQGn7HsHU5jjnVZeLoLHvMrPpog33j8DIXgUsW9KMkha4gEuRoF8R9ttWFUjOIUOaeTgSR2kjhCt/JzlQ6QpFg==","shasum":"555d9f48df57f8568b4606a92942c4e84cf9d714","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.e201e5390.tgz","fileCount":1630,"unpackedSize":32676645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHvZViIuocQBRl1Raqgz2CB6zO2qk+7ugCna0JXz76xrAiBqO209ENMHxtpZUK4eMXFqnHx1PR2nxchHv//KPfWWDA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.e201e5390_1691075893288_0.4941433521615475"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.b395277f3":{"name":"@firebase/firestore","version":"4.1.0-canary.b395277f3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.b395277f3","@firebase/logger":"0.4.0-canary.b395277f3","@firebase/util":"1.9.3-canary.b395277f3","@firebase/webchannel-wrapper":"0.10.1-canary.b395277f3","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.b395277f3"},"devDependencies":{"@firebase/app":"0.9.15-canary.b395277f3","@firebase/app-compat":"0.2.15-canary.b395277f3","@firebase/auth":"1.1.0-canary.b395277f3","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"b395277f3de5d017df7b2edfba329682a0928453","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.b395277f3","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-HsYzV7y6r5jtJW0SwXuey0rQGfew+lELZXhO8QriDs76B7fxCteggxaICmc2yjBcpkMAQLrxDfI7dspoWkZ5xw==","shasum":"bf169965f6628abafd229a8cdf2c7a8851278d88","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.b395277f3.tgz","fileCount":1630,"unpackedSize":32712576,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDglaIrSLlEw+kZ060SfvJckekiE7x2wzIX5GUO7/WjfAiEAsaB+RLeTnrYpQaI5uqyznOledS7EJcKUksT03kfGHpw="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.b395277f3_1691162652632_0.5747570629033836"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.f9a232a29":{"name":"@firebase/firestore","version":"4.1.0-canary.f9a232a29","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-p test:browser test:lite:browser test:travis","test:all":"run-p test:browser test:lite:browser test:travis test:minified","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.f9a232a29","@firebase/logger":"0.4.0-canary.f9a232a29","@firebase/util":"1.9.3-canary.f9a232a29","@firebase/webchannel-wrapper":"0.10.1-canary.f9a232a29","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.f9a232a29"},"devDependencies":{"@firebase/app":"0.9.15-canary.f9a232a29","@firebase/app-compat":"0.2.15-canary.f9a232a29","@firebase/auth":"1.1.0-canary.f9a232a29","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f9a232a2970e2f9b8919b6f2fe167e16dcb18d04","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.f9a232a29","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-0wLsrnRdesYd6asS8dF+4GNMWuUgYHvEoFpmaGxjZIjXenZM+yPi3QA+P8FpwT8nCBKUPJyuow8wADOZRRfx+g==","shasum":"a1bd8714126f6f6d3b6a7ca5e331463a5f9c80e5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.f9a232a29.tgz","fileCount":1630,"unpackedSize":32712576,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICyk8o4gMGray7jTL2dc3/dVUNBiqrez+nZdPoRyFmQbAiAI/yO3icnGD6HlD/u/ZGW2SMzPg581Vya+IWrdEMRqgw=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.f9a232a29_1691169313795_0.5909495794228787"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.0038e116b":{"name":"@firebase/firestore","version":"4.1.0-canary.0038e116b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.0038e116b","@firebase/logger":"0.4.0-canary.0038e116b","@firebase/util":"1.9.3-canary.0038e116b","@firebase/webchannel-wrapper":"0.10.1-canary.0038e116b","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.0038e116b"},"devDependencies":{"@firebase/app":"0.9.15-canary.0038e116b","@firebase/app-compat":"0.2.15-canary.0038e116b","@firebase/auth":"1.1.0-canary.0038e116b","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"0038e116b68dc22190a15d99115ff9e904cbd0c5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.0038e116b","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-kR+NsYoafsJr+Ihdgwn2QFyf7XfqMOe+k6gBKtn83LeHdexP5+G2sPlYsUm8Z1Ic0gVId2XMCJMzaCo7F8oRHw==","shasum":"74dadadcae65dcd731b9ba29f754375a1dc75302","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.0038e116b.tgz","fileCount":1630,"unpackedSize":32713404,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEFf0e9aNGET30ukcHVjctIwupR6WLoe0Sw6jjMxkdqtAiAF8hOchEUmhvz8Mh8/q1PY9XjKk9nYMAoXCP7ijQNvMg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.0038e116b_1691172193560_0.044540185789418096"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.c9e2b0b8c":{"name":"@firebase/firestore","version":"4.1.0-canary.c9e2b0b8c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.c9e2b0b8c","@firebase/logger":"0.4.0-canary.c9e2b0b8c","@firebase/util":"1.9.3-canary.c9e2b0b8c","@firebase/webchannel-wrapper":"0.10.1-canary.c9e2b0b8c","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.6.13","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.c9e2b0b8c"},"devDependencies":{"@firebase/app":"0.9.15-canary.c9e2b0b8c","@firebase/app-compat":"0.2.15-canary.c9e2b0b8c","@firebase/auth":"1.1.0-canary.c9e2b0b8c","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"c9e2b0b8cd5fd0db3cac7bc3a00629ae34302189","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.c9e2b0b8c","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-ZtYKLxWkjsGQUkPqeb1okmNEYoWU9DbKz5RqMXJ98Mon9A8rOm/VXQsGfFn090ataXGcQp5TT/oDJPH7gCjyIw==","shasum":"11110bd20c1ef099db789409a92806c7aac5bb22","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.c9e2b0b8c.tgz","fileCount":1630,"unpackedSize":32713404,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDbOv4hPVmd8Q/sGJBTil/bfUOD6L8WNT7Pus4ufBZq7AIgdHXWt5qD/BuMS1VY+H85ZXJ1p1C1cn5ei9zuLAmwBg8="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.c9e2b0b8c_1691436043480_0.7178174962181829"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.43e402fb4":{"name":"@firebase/firestore","version":"4.1.0-canary.43e402fb4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.43e402fb4","@firebase/logger":"0.4.0-canary.43e402fb4","@firebase/util":"1.9.3-canary.43e402fb4","@firebase/webchannel-wrapper":"0.10.1-canary.43e402fb4","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.43e402fb4"},"devDependencies":{"@firebase/app":"0.9.15-canary.43e402fb4","@firebase/app-compat":"0.2.15-canary.43e402fb4","@firebase/auth":"1.1.0-canary.43e402fb4","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"43e402fb49a081a59729290627c7b20099ca46a4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.43e402fb4","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-SQOvMsg9lU7I8sbqY/Rw8GN8DKqJ5qgK/MqPujNCTG5css0fOksHrH3w816FcYlirbg6LBZJN2DCxy4Mupdoag==","shasum":"7cd5a0bce964ae330ea7487476fda2a16107f77b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.43e402fb4.tgz","fileCount":1630,"unpackedSize":32713403,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtR8FULMiSp5gIMaKw5jLk5p2oP57cuggYjWunceyhUQIhAOjd0az2gaOlFIa/hnAzOk9oJp5s25TsQfZyb1BiIIMb"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.43e402fb4_1691509041184_0.4343506916409676"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.6c7d07923":{"name":"@firebase/firestore","version":"4.1.0-canary.6c7d07923","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.6c7d07923","@firebase/logger":"0.4.0-canary.6c7d07923","@firebase/util":"1.9.3-canary.6c7d07923","@firebase/webchannel-wrapper":"0.10.1-canary.6c7d07923","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.6c7d07923"},"devDependencies":{"@firebase/app":"0.9.15-canary.6c7d07923","@firebase/app-compat":"0.2.15-canary.6c7d07923","@firebase/auth":"1.1.0-canary.6c7d07923","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"6c7d079231f393196aa68ef8d6463dc32ffce798","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.6c7d07923","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-kboZHuaicwcEfWtuJkZMgeU22/Aqe403r1SktNWMS0OkDxYlmTovV4xW+FTZjP4mGqiM5Cf7JzQNNtqJexMmeQ==","shasum":"cb96d89594a016076d2d85ab68a29fea695530ea","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.6c7d07923.tgz","fileCount":1630,"unpackedSize":32713403,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDeulV9JXcSJWRJHq/Dlg5bI+23FazY0DuZ2v5dgcetaAiEA3qmm4Z+KfGzh9eOabaFcqvBqKrwDw59mEsCSKU+DBL0="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.6c7d07923_1691521147457_0.6915364250212177"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.f73b24d0e":{"name":"@firebase/firestore","version":"4.1.0-canary.f73b24d0e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.f73b24d0e","@firebase/logger":"0.4.0-canary.f73b24d0e","@firebase/util":"1.9.3-canary.f73b24d0e","@firebase/webchannel-wrapper":"0.10.1-canary.f73b24d0e","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.f73b24d0e"},"devDependencies":{"@firebase/app":"0.9.15-canary.f73b24d0e","@firebase/app-compat":"0.2.15-canary.f73b24d0e","@firebase/auth":"1.1.0-canary.f73b24d0e","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f73b24d0ec0fdc8dea3a8e1c141797d3e7466915","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.f73b24d0e","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-t2qSrsD+LCjPsAj71jfTS03gdyjQckRNkGKdFdh4yyF8HvWLzVJCrqeg/GUZ/Feet0AundHOipZVSs1MHiWdHA==","shasum":"804a38906b974d96dc64fa9817dd8c69560660fa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.f73b24d0e.tgz","fileCount":1630,"unpackedSize":32713403,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDYVArj8G/rIItJR3qJl8WevzITH6jcuu7+MUNjwZUdUQIhAPcDiaIhBp8v3ucR+QC9Igrz3EKaVwTv0TXei9LhAxYg"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.f73b24d0e_1691525730139_0.09926667391526633"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.040b0b450":{"name":"@firebase/firestore","version":"4.1.0-canary.040b0b450","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.040b0b450","@firebase/logger":"0.4.0-canary.040b0b450","@firebase/util":"1.9.3-canary.040b0b450","@firebase/webchannel-wrapper":"0.10.1-canary.040b0b450","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.040b0b450"},"devDependencies":{"@firebase/app":"0.9.15-canary.040b0b450","@firebase/app-compat":"0.2.15-canary.040b0b450","@firebase/auth":"1.1.0-canary.040b0b450","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"040b0b450117f3bd64317e72d16a812d6adfd10f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.040b0b450","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-wflmB562rVs9bkoenVXMbPsr/KeSGSnDJdKphWc9QbugJMqup0JxnLgbnRvqv95tvKNcWWAwyLNkmJQRFRPDWQ==","shasum":"cd73d595e02bd95b9543e41ada592e118ef4cb9f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.040b0b450.tgz","fileCount":1630,"unpackedSize":32713403,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFTNb+H34fakn5L3HXYV9r69tj/peg5QQTKpC/k2jXl6AiAaIVeTVzb5S3EdRkwIyIYcT9rjLH7MquwhOqpX64bv6Q=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.040b0b450_1691679454317_0.38791331194639"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.f497a400a":{"name":"@firebase/firestore","version":"4.1.0-canary.f497a400a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.f497a400a","@firebase/logger":"0.4.0-canary.f497a400a","@firebase/util":"1.9.3-canary.f497a400a","@firebase/webchannel-wrapper":"0.10.1-canary.f497a400a","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.f497a400a"},"devDependencies":{"@firebase/app":"0.9.15-canary.f497a400a","@firebase/app-compat":"0.2.15-canary.f497a400a","@firebase/auth":"1.1.0-canary.f497a400a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f497a400a5503db8d807f65a3f3466b8f73cb077","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.f497a400a","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-YitQbKmclviPDMUl7msUqismTbV0yH8r1cs/NmpT4RkK6azUxRp5Ca3UdgdQL6XbmtntwEJccUBAeogFYcfR+g==","shasum":"ce56fe118e2cc7de60bcae73c9b2be9e50f76280","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.f497a400a.tgz","fileCount":1630,"unpackedSize":32713403,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC513kb+HrcVUs0fEVmQdzXItJRL1DSgLFHwBSDsmNuYAiApl9ow7u8Arms+FTW79AoD7iB5PRFzSC9ay6Qq9TQP3w=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.f497a400a_1692034357902_0.6992800170343345"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.89fb9fd17":{"name":"@firebase/firestore","version":"4.1.0-canary.89fb9fd17","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.89fb9fd17","@firebase/logger":"0.4.0-canary.89fb9fd17","@firebase/util":"1.9.3-canary.89fb9fd17","@firebase/webchannel-wrapper":"0.10.1-canary.89fb9fd17","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.89fb9fd17"},"devDependencies":{"@firebase/app":"0.9.15-canary.89fb9fd17","@firebase/app-compat":"0.2.15-canary.89fb9fd17","@firebase/auth":"1.1.0-canary.89fb9fd17","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"89fb9fd1716c78a5d23dfd4b1e654f741bde5567","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.89fb9fd17","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-iggCeXFxPuvFV3KrpyDAHITMUNLFKD4d1vRUvP5CRimPzgq3qGic4ALmCQk75Ma57tWa9BDz6O4CN3fwangiyw==","shasum":"174bc1d6ee4c374e72a74dac6600c7e0e319ea9d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.89fb9fd17.tgz","fileCount":1630,"unpackedSize":32713403,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBWCDqQ0KyGRdp1J8NwCMPEF+HurmgSf433MFFhtPL39AiBq69fSsA6lFJD76s4y7OgavE1LX+1gBOpEAZ47jBf9sg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.89fb9fd17_1692043411659_0.8287597139658585"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.5dac8b37a":{"name":"@firebase/firestore","version":"4.1.0-canary.5dac8b37a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.5dac8b37a","@firebase/logger":"0.4.0-canary.5dac8b37a","@firebase/util":"1.9.3-canary.5dac8b37a","@firebase/webchannel-wrapper":"0.10.1-canary.5dac8b37a","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.5dac8b37a"},"devDependencies":{"@firebase/app":"0.9.15-canary.5dac8b37a","@firebase/app-compat":"0.2.15-canary.5dac8b37a","@firebase/auth":"1.1.0-canary.5dac8b37a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"5dac8b37a974309398317c5231ca6a41af2a48a5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.5dac8b37a","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-DUCXkDSPp18z8+jWXyVvBQq8n/o1sboox0Gw0+MaKgpNqNhIthsaBEPCk17DFObFZzNzB7j1LsC0sDwAbuxXdQ==","shasum":"4175598b9b86cd59939a1d422d08cae0f7003dc8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.5dac8b37a.tgz","fileCount":1630,"unpackedSize":32713403,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAeHDuwTkUJhKKqeflMuqtq8isyBVbgA4X/RiVaXI1U8AiEA8mAnGazm7kVT/xUeuO3g6zSDIGkE4+X0Ps5FO1dFaI4="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.5dac8b37a_1692052773491_0.48161132061935996"},"_hasShrinkwrap":false,"contributors":[]},"4.1.1-20230815211035":{"name":"@firebase/firestore","version":"4.1.1-20230815211035","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.15","@firebase/app-compat":"0.2.15","@firebase/auth":"1.2.0-20230815211035","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"b6afe397a2787efd653dc13d68438e17febe7623","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.1-20230815211035","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-KXDME29trXx/lfpQPfsUUBpA5RX9SuoAB0cbnWVLpdb8kVPi5Fun3vLkkGQfHAbw9VEjJ4qFx8R/XXcmNbWIvA==","shasum":"127ac1926fdbc43b4f39b88c327081a523ae02dc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.1-20230815211035.tgz","fileCount":1630,"unpackedSize":32713213,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFa4HBxKPGhvc0yDpbnrtap3FXjT6Q97QKdOoMPY6FikAiAoVLEOmFG03TR/NnJYpYf5gY+9Z7gqsS2+lHg1nj+Kgw=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.1-20230815211035_1692135141430_0.523493833200813"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.d1eca5467":{"name":"@firebase/firestore","version":"4.1.0-canary.d1eca5467","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.d1eca5467","@firebase/logger":"0.4.0-canary.d1eca5467","@firebase/util":"1.9.3-canary.d1eca5467","@firebase/webchannel-wrapper":"0.10.1-canary.d1eca5467","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.d1eca5467"},"devDependencies":{"@firebase/app":"0.9.15-canary.d1eca5467","@firebase/app-compat":"0.2.15-canary.d1eca5467","@firebase/auth":"1.1.0-canary.d1eca5467","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"d1eca5467f60c8d9774f6b6a8eb443d8ffc83fcb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.d1eca5467","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-mwwV4gS6NHUFA0saaQ3kzfkPqe+a1uGKkSLtSA7/82ztCydSXXMWRXTaR2MdXMAwb2qRPaycywY6WWyXq38Bhw==","shasum":"8242dd8abe7d4b6cc15df18510716a988ef52d0a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.d1eca5467.tgz","fileCount":1630,"unpackedSize":32713403,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAjVW1pukwTGnXs50KkAqFym8+ytyX7rm80UoVGsSzQgIhAIxX2Kcv6JEC1WybeZfzoP8Paqj+Eh0KSDo1WBkGF+B9"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.d1eca5467_1692135835253_0.3170364134941428"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.86f148c40":{"name":"@firebase/firestore","version":"4.1.0-canary.86f148c40","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.86f148c40","@firebase/logger":"0.4.0-canary.86f148c40","@firebase/util":"1.9.3-canary.86f148c40","@firebase/webchannel-wrapper":"0.10.1-canary.86f148c40","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.86f148c40"},"devDependencies":{"@firebase/app":"0.9.15-canary.86f148c40","@firebase/app-compat":"0.2.15-canary.86f148c40","@firebase/auth":"1.1.0-canary.86f148c40","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"86f148c403fb93d1dd76c0a4ce0c23cce86edfcf","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.86f148c40","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-hDlBlYJS8G2iOeISqAe0PuwjjexJu2B3YPC9/jcw3qG+QEE106UWmxEg+QkAzYujrjN2Xcdo8pjzvjSXJ3F2qA==","shasum":"081c8782368092014448bd61b7ca184c2d3b0a7a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.86f148c40.tgz","fileCount":1630,"unpackedSize":32713403,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD5LkJ3e2ZQvf28sXFPomGPNyD2KVIv6IUel7QRTP2hxAIhAMLBUw1q0MHT5rzlDaegcMvPNgkCVXJqn/QDCJdVPZEx"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.86f148c40_1692204615397_0.5366438085251755"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.4ae804128":{"name":"@firebase/firestore","version":"4.1.0-canary.4ae804128","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.4ae804128","@firebase/logger":"0.4.0-canary.4ae804128","@firebase/util":"1.9.3-canary.4ae804128","@firebase/webchannel-wrapper":"0.10.1-canary.4ae804128","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.4ae804128"},"devDependencies":{"@firebase/app":"0.9.15-canary.4ae804128","@firebase/app-compat":"0.2.15-canary.4ae804128","@firebase/auth":"1.1.0-canary.4ae804128","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"4ae804128da5c718c651fa0655ac25ba4b3401a7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.4ae804128","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-dZsvyNzsy0PNKXCELRedWDHUJ6m/9ABvbNXkhnJhHnoXgn6AOp5o4niZvlmcNH4qzSV85U19r9bzYsLF6XA1Wg==","shasum":"020da33235cb46d908352c17de4ada2fe65466db","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.4ae804128.tgz","fileCount":1630,"unpackedSize":32713403,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD8Rjy8Nf2LZsOqHF9DvMZNqxnmvytQKVU/j/QERUZNjQIgB1RZmzHvupVH1KupeBoea9WeyK+0+svi8GOZFx077RA="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.4ae804128_1692212280306_0.08780939927485787"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.9f90a07ac":{"name":"@firebase/firestore","version":"4.1.0-canary.9f90a07ac","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.9f90a07ac","@firebase/logger":"0.4.0-canary.9f90a07ac","@firebase/util":"1.9.3-canary.9f90a07ac","@firebase/webchannel-wrapper":"0.10.1-canary.9f90a07ac","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.9f90a07ac"},"devDependencies":{"@firebase/app":"0.9.15-canary.9f90a07ac","@firebase/app-compat":"0.2.15-canary.9f90a07ac","@firebase/auth":"1.1.0-canary.9f90a07ac","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"9f90a07ac85724881d13e4788345d5f40695a899","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.9f90a07ac","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-avBpsF2Or8GbqU8G+gYNDJ9sqpcZKAa1A/eNWSM13Dl3SfpmVumXm0RcfDQipz8s7wmtdubNjOhxnpZ1utn17A==","shasum":"17a76a8b78b73eaa703d22719e308bba6383c365","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.9f90a07ac.tgz","fileCount":1634,"unpackedSize":32722474,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDy7pNRAOw0BwPaqr8cvKka/tWthd/sqiRWQWU3od5PRwIhAM+1MTAVmF5Cso7paxBvsKuPH4dfSWAxGF9yM0aC4vH6"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.9f90a07ac_1692221477169_0.8243969680179943"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.5ae289e5b":{"name":"@firebase/firestore","version":"4.1.0-canary.5ae289e5b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.5ae289e5b","@firebase/logger":"0.4.0-canary.5ae289e5b","@firebase/util":"1.9.3-canary.5ae289e5b","@firebase/webchannel-wrapper":"0.10.1-canary.5ae289e5b","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.5ae289e5b"},"devDependencies":{"@firebase/app":"0.9.15-canary.5ae289e5b","@firebase/app-compat":"0.2.15-canary.5ae289e5b","@firebase/auth":"1.1.0-canary.5ae289e5b","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"5ae289e5be973ff0e543056c42aa831fc817afa1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.5ae289e5b","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-2/MewTYrM1HOEXAkL9t/UkaRvV2Y+UA6cqTVAcRzkZuTsqPE8akQhCJEidPkuQLum9Iti4mEsjnfch2L7yVyfQ==","shasum":"49e38c5016a47cb5729e84840d97c80c0a573a15","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.5ae289e5b.tgz","fileCount":1634,"unpackedSize":32722474,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFhAfKD3tyEc7U3SjZXvS81vcetUCZV9uELFK4P0egYRAiA+VegIJ+Emh2kUSg2boiDQymXbjlw8syHjoOO/jw0ECg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.5ae289e5b_1692224211179_0.030346321654640906"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.4decdf639":{"name":"@firebase/firestore","version":"4.1.0-canary.4decdf639","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.4decdf639","@firebase/logger":"0.4.0-canary.4decdf639","@firebase/util":"1.9.3-canary.4decdf639","@firebase/webchannel-wrapper":"0.10.1-canary.4decdf639","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.4decdf639"},"devDependencies":{"@firebase/app":"0.9.15-canary.4decdf639","@firebase/app-compat":"0.2.15-canary.4decdf639","@firebase/auth":"1.1.0-canary.4decdf639","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"4decdf639ad2d5f11a2f27a00202c7eaee35fc41","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.4decdf639","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-1ZbJovVk2CkYHkyyH/b1ppMwznhiKUp9fDzUCDrZl7VIVDiKYs+AI8bGvlIanej1dMf85QuFnnuyMnU3+wBF+A==","shasum":"3254476578e829fccdc876d64d0cfe59fc63089e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.4decdf639.tgz","fileCount":1634,"unpackedSize":32722474,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDYzhlW9EWMmxsXK8TM1ulGWQUkLGRu7VzJM0O94WWQ8AiEAwRHt2skJ/2jwvte23bHh46pY4BBosg56waeLhx/btqQ="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.4decdf639_1692230066989_0.716611987385954"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.b0d5374c5":{"name":"@firebase/firestore","version":"4.1.0-canary.b0d5374c5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.b0d5374c5","@firebase/logger":"0.4.0-canary.b0d5374c5","@firebase/util":"1.9.3-canary.b0d5374c5","@firebase/webchannel-wrapper":"0.10.1-canary.b0d5374c5","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.b0d5374c5"},"devDependencies":{"@firebase/app":"0.9.15-canary.b0d5374c5","@firebase/app-compat":"0.2.15-canary.b0d5374c5","@firebase/auth":"1.1.0-canary.b0d5374c5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"b0d5374c57d9f79e12f86a02900d02e209dfa8ea","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.b0d5374c5","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-3vRmQK12i8rtX4yJjw8broF4o7WQUlIaTigBwtgw3Z3iH6ceT86NNrKjCYgEBJgxKlfPFF9SPxN6uXtIJetE/w==","shasum":"7e1e4bc2a43d37431e9c51c473410bc349c8787e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.b0d5374c5.tgz","fileCount":1634,"unpackedSize":32722474,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDNSk9jkUA9PypnCV/xnPUfaFgWpYIUjJiSHqMVvNb2igIgJflgAitcI6IiWPGcZOlis+UaWIizFC4tOqurPKGB5UU="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.b0d5374c5_1692302245940_0.8269746933723527"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0-canary.345d19895":{"name":"@firebase/firestore","version":"4.1.0-canary.345d19895","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.345d19895","@firebase/logger":"0.4.0-canary.345d19895","@firebase/util":"1.9.3-canary.345d19895","@firebase/webchannel-wrapper":"0.10.1-canary.345d19895","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.15-canary.345d19895"},"devDependencies":{"@firebase/app":"0.9.15-canary.345d19895","@firebase/app-compat":"0.2.15-canary.345d19895","@firebase/auth":"1.1.0-canary.345d19895","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"345d19895d49f885a32fa125127dca33587a58d1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.0-canary.345d19895","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-dcpvmir444LSKYSSFssOQDS0CXWcuPnY8+ikRv8skeqcHvFnrhizjEKk9IrFfGvWOMxsQDlKn5y0Sc2prGu3NA==","shasum":"ad1dc760d4e2fd9060174b659386d14323f50c43","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.0-canary.345d19895.tgz","fileCount":1634,"unpackedSize":32722474,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCSVeLh3ZJG2ClTF6YkHp9T+06zq/5VzFRUgey69zgtbwIhAMdApi2kms99pcIGC76s7qWfdNyB/yo0b6hfvXARTJ0P"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.0-canary.345d19895_1692304924509_0.27911017347492795"},"_hasShrinkwrap":false,"contributors":[]},"4.1.1":{"name":"@firebase/firestore","version":"4.1.1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.1","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.16","@firebase/app-compat":"0.2.16","@firebase/auth":"1.2.0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"gitHead":"03337aa720d363148394068ae7ed75a3c70efaf5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.1","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-PYTdHdQBE6nL+IoKnjV5rw18b06VxMbnYD1ToUf+1l5MUfAVJJgi8v8CdO2u+sUgwMu7uppYJhNLDNY5JMU8ow==","shasum":"eb0d1d9817ff7bf75cbce3b9585b4be9cabaaafb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.1.tgz","fileCount":1630,"unpackedSize":32712683,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBqMSMzPpb1Vv4UD+xgXHtoPpz8BQDYdYzdFpss45CEVAiAadONREcefXoiUWO7OcWdDi0oPid76h+EmqDPVYmd6LQ=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.1_1692305758132_0.27744240070599124"},"_hasShrinkwrap":false,"contributors":[]},"4.1.1-canary.cc77a2a19":{"name":"@firebase/firestore","version":"4.1.1-canary.cc77a2a19","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.cc77a2a19","@firebase/logger":"0.4.0-canary.cc77a2a19","@firebase/util":"1.9.3-canary.cc77a2a19","@firebase/webchannel-wrapper":"0.10.1-canary.cc77a2a19","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.16-canary.cc77a2a19"},"devDependencies":{"@firebase/app":"0.9.16-canary.cc77a2a19","@firebase/app-compat":"0.2.16-canary.cc77a2a19","@firebase/auth":"1.2.0-canary.cc77a2a19","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"cc77a2a19fd3e01a5858ecddbe41e7f280467ff5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.1-canary.cc77a2a19","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-tbjgkCL2gLZbsf/nnG2kYuvN/J+iCTxY1vzHYdeqSqBcIlE8ZpmUgR+2Gtsdi5A8OjM4GnEjisKfqVPfL5dKdg==","shasum":"d76afad738cd1143d120a95c1770d597f5b17a68","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.1-canary.cc77a2a19.tgz","fileCount":1634,"unpackedSize":32722474,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB5vFsTkPZUQeFnTLTfzdMhvIzAgB9DXOMjdFLx1jAFVAiEA9Te5orjuEGsluU+23zjcaWkq3vmyytBQIEUMZjVqVbU="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.1-canary.cc77a2a19_1692309883650_0.6310571785645815"},"_hasShrinkwrap":false,"contributors":[]},"4.1.1-canary.78d2738c2":{"name":"@firebase/firestore","version":"4.1.1-canary.78d2738c2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.78d2738c2","@firebase/logger":"0.4.0-canary.78d2738c2","@firebase/util":"1.9.3-canary.78d2738c2","@firebase/webchannel-wrapper":"0.10.1-canary.78d2738c2","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.16-canary.78d2738c2"},"devDependencies":{"@firebase/app":"0.9.16-canary.78d2738c2","@firebase/app-compat":"0.2.16-canary.78d2738c2","@firebase/auth":"1.2.0-canary.78d2738c2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"78d2738c246555556cba8dcfe2932639f80523ea","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.1-canary.78d2738c2","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-WLILaOIKeR+7dzikWPTg7zsBZed60HWxlZOBv6AVxB8AMZDnmeaMSoqGv+GeBr5PfGXq8MYZpnykWrERFQAdtw==","shasum":"372a1df102432750b45d60a1489c92a6a2844cc6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.1-canary.78d2738c2.tgz","fileCount":1634,"unpackedSize":32721853,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCAFgceRku3Kb1JvpHpJ+C8uC090dqavLp9aV0STc2VpwIhAM6UAZY8W74F6b8D/IL2OMw/yyMI0Y0kmxITfXwZBg+i"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.1-canary.78d2738c2_1692383208863_0.7231773099671723"},"_hasShrinkwrap":false,"contributors":[]},"4.1.2-20230822180558":{"name":"@firebase/firestore","version":"4.1.2-20230822180558","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.2-20230822180558","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.16","@firebase/app-compat":"0.2.16","@firebase/auth":"1.3.0-20230822180558","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"31623d7eb6c0911cfb90a091440f1f8220e2a86b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.2-20230822180558","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-NeBMRoMo1S/f7fjECMuRUJ0BlpmNgP533Yx5V/cnRJWuyYaAJy2jgTTR9vL4r9qZP5f0ldP4OyFytm2gsWEOQw==","shasum":"b18873b71ebf9ce7bc5e631e633548bb24a98a6c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.2-20230822180558.tgz","fileCount":1634,"unpackedSize":32721678,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCbVoOgMvTQ6tUbH3pp5WoACyG+Ml1kIVjivDSmL93e1AIhAMQsPwrJRF9YhhHEVirUoTpRJ9yN+Fm2OaWN74GXLFKh"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.2-20230822180558_1692728854411_0.5981487205761575"},"_hasShrinkwrap":false,"contributors":[]},"4.1.1-canary.309f7a914":{"name":"@firebase/firestore","version":"4.1.1-canary.309f7a914","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.309f7a914","@firebase/logger":"0.4.0-canary.309f7a914","@firebase/util":"1.9.3-canary.309f7a914","@firebase/webchannel-wrapper":"0.10.1-canary.309f7a914","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.16-canary.309f7a914"},"devDependencies":{"@firebase/app":"0.9.16-canary.309f7a914","@firebase/app-compat":"0.2.16-canary.309f7a914","@firebase/auth":"1.2.0-canary.309f7a914","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"309f7a914a9bef1becaa354ac01786e44712e256","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.1-canary.309f7a914","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-UfrClTXHahpc6asXxRszKqMfVjrJfp/PH1NtSdZ9R48/rPhoKd84yqSjj4X2urtxELdBRzCzR66Swp87mMWWcQ==","shasum":"7e643d97c46d2f0c7c4c2cc68c4fe98b363d78f0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.1-canary.309f7a914.tgz","fileCount":1634,"unpackedSize":32721853,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFnFhDbHicRvZlx6nic0yo1FyEVgMcx/fbsaTynkzeKtAiAuKOGqvZMulFCPr+3OFWq5R69adA+eEJ48WfGZ/OySKg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.1-canary.309f7a914_1692729318544_0.9777609455054821"},"_hasShrinkwrap":false,"contributors":[]},"4.1.2":{"name":"@firebase/firestore","version":"4.1.2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.2","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.17","@firebase/app-compat":"0.2.17","@firebase/auth":"1.3.0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"gitHead":"b2f6084ef4670c3e1d7b107455dbf59236e14614","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.2","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-PZkXw2yfVcKgVvsd1rohOJ27bJz/p+TccwdraMgE701eDAj5xccGPmCVvMfFq0nz+BmQVuD5wUUVBBRMVCGOfw==","shasum":"9082402c2776aad32b16e710f858e7f040f1d1fe","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.2.tgz","fileCount":1634,"unpackedSize":32721133,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHv/VwRDPAQ1xKPakdosquZC+4xCvj3zb4rtky7uG3kYAiB/2ylqZM19y00tBwt8ywsPxsWuV85XLvP1mVycQUKTMA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.2_1692736485609_0.14741188900139957"},"_hasShrinkwrap":false,"contributors":[]},"4.1.2-canary.b2f6084ef":{"name":"@firebase/firestore","version":"4.1.2-canary.b2f6084ef","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.b2f6084ef","@firebase/logger":"0.4.0-canary.b2f6084ef","@firebase/util":"1.9.3-canary.b2f6084ef","@firebase/webchannel-wrapper":"0.10.2-canary.b2f6084ef","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.17-canary.b2f6084ef"},"devDependencies":{"@firebase/app":"0.9.17-canary.b2f6084ef","@firebase/app-compat":"0.2.17-canary.b2f6084ef","@firebase/auth":"1.3.0-canary.b2f6084ef","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"b2f6084ef4670c3e1d7b107455dbf59236e14614","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.2-canary.b2f6084ef","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-dpYjdejogvmxZ4gfx71vONXDflWfiPl+AojFLLLtoKRDX2EBeC+ZokxehtbY3l9zkKZr6tS9FNEPU/DeLGHiRQ==","shasum":"ab9d1caafe18baad9742182f6fbaaf642fbff4de","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.2-canary.b2f6084ef.tgz","fileCount":1634,"unpackedSize":32721853,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCK+Xxh2jo8/q5ds4g2S+TPc5UNv40STg8n1YLYdqHLXwIhAOlmanK+Mvbl8ICQfHZV/0xaWnciIYEBNsWeGnpqNtxJ"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.2-canary.b2f6084ef_1692739664275_0.046577001198767176"},"_hasShrinkwrap":false,"contributors":[]},"4.1.2-canary.12221ddb4":{"name":"@firebase/firestore","version":"4.1.2-canary.12221ddb4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.12221ddb4","@firebase/logger":"0.4.0-canary.12221ddb4","@firebase/util":"1.9.3-canary.12221ddb4","@firebase/webchannel-wrapper":"0.10.2-canary.12221ddb4","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.17-canary.12221ddb4"},"devDependencies":{"@firebase/app":"0.9.17-canary.12221ddb4","@firebase/app-compat":"0.2.17-canary.12221ddb4","@firebase/auth":"1.3.0-canary.12221ddb4","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"12221ddb41766f85d9c2327a8af9ba647cfa9f3e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.2-canary.12221ddb4","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-lHSTOGz+VoMSU4ympETx1jFV2io92wssmsq2uNHEHCO6ujHJyPcA334rrN3aDkr1YbZ7WJ0NQyj2+aWLodq8Fg==","shasum":"50a1c3e7991de31995941715884879957d335e3f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.2-canary.12221ddb4.tgz","fileCount":1646,"unpackedSize":32946497,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCh9oc27AGtik0IP+pjmMfGEsMpljm7iaQ9eGmh+NfS/QIhALxSZ4h4l+3jH+cpvGLSDgKzyXSzDJZowNnkagBOC5v1"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.2-canary.12221ddb4_1692899621758_0.34497151873106424"},"_hasShrinkwrap":false,"contributors":[]},"4.1.2-canary.5f6304d39":{"name":"@firebase/firestore","version":"4.1.2-canary.5f6304d39","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.5f6304d39","@firebase/logger":"0.4.0-canary.5f6304d39","@firebase/util":"1.9.3-canary.5f6304d39","@firebase/webchannel-wrapper":"0.10.2-canary.5f6304d39","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.17-canary.5f6304d39"},"devDependencies":{"@firebase/app":"0.9.17-canary.5f6304d39","@firebase/app-compat":"0.2.17-canary.5f6304d39","@firebase/auth":"1.3.0-canary.5f6304d39","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"5f6304d3937cbf3edd6d8e5a4dfebb950bd8fc86","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.2-canary.5f6304d39","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-I4Cs+jbui9k/iow0bKVNd/CrLB4nbRbsquuCLj+faomiAPJgvQin+J8Bt26ZJgtokSVn20cWGiGjFjqIX3Xy5w==","shasum":"51dc071c09aefcabf0b08101ebc98c0345de6d53","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.2-canary.5f6304d39.tgz","fileCount":1646,"unpackedSize":32946497,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCML9eck8YPEVvUcKiTOHz+zhH+QzvAxXQ/+d01scRbpgIgJjB6t7qUPM/4rx7EHhygq9YTLiTE4o8Tg1XOID/V8NA="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.2-canary.5f6304d39_1692908694372_0.22075602095841695"},"_hasShrinkwrap":false,"contributors":[]},"4.1.2-canary.25cda8af6":{"name":"@firebase/firestore","version":"4.1.2-canary.25cda8af6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.25cda8af6","@firebase/logger":"0.4.0-canary.25cda8af6","@firebase/util":"1.9.3-canary.25cda8af6","@firebase/webchannel-wrapper":"0.10.2-canary.25cda8af6","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.17-canary.25cda8af6"},"devDependencies":{"@firebase/app":"0.9.17-canary.25cda8af6","@firebase/app-compat":"0.2.17-canary.25cda8af6","@firebase/auth":"1.3.0-canary.25cda8af6","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"25cda8af6a6fc15e33f0ce5644dd29d996e4716f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.2-canary.25cda8af6","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-uCABrev7kOWXH/2R3wvsP9iRDdUpwPb8NXKTIxv9t+j9oqUo3yMUY4FLLX+FsxuvxvsqkHNK3N4k2zYbtPW0eA==","shasum":"f799a8f6e5d9d5543ad4b72a9e41df70d1b9be69","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.2-canary.25cda8af6.tgz","fileCount":1646,"unpackedSize":32980631,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDLHmOCrxP/XbMAKxXM/3/eDn2Hs4K0BqgjXyo5MDAi7wIhAObti64mDLVvA0buLV5wdonwHJhctlCUhFJDQuYT6TKS"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.2-canary.25cda8af6_1692993131704_0.33076544424258447"},"_hasShrinkwrap":false,"contributors":[]},"4.1.3-20230829150503":{"name":"@firebase/firestore","version":"4.1.3-20230829150503","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.2","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.17","@firebase/app-compat":"0.2.17","@firebase/auth":"1.3.0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"7227ffb27e1d8b918bc64588c917d8b66be41ff2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.3-20230829150503","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-PDNY6O6opYYj1N4ME9Qml6ZVbxoEH6/tejcq09w4spFohHUFkqDy8PNtqw+MJY6zgKgDelFrGiKlLGQG8wy5lw==","shasum":"e75cc5803b04977d3b753864c5aba02ea28e3193","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.3-20230829150503.tgz","fileCount":1646,"unpackedSize":32980426,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCrix584SuMU020R9cqnqKH/lSJr8qt+BI3P7svAPcHIQIgJAFC54Df2BK8T+C1giZZu3Nk6w+ph2UclxLHKVHsipI="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.3-20230829150503_1693322731906_0.48362466413430916"},"_hasShrinkwrap":false,"contributors":[]},"4.1.2-canary.60e4a07d2":{"name":"@firebase/firestore","version":"4.1.2-canary.60e4a07d2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.60e4a07d2","@firebase/logger":"0.4.0-canary.60e4a07d2","@firebase/util":"1.9.3-canary.60e4a07d2","@firebase/webchannel-wrapper":"0.10.2-canary.60e4a07d2","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.17-canary.60e4a07d2"},"devDependencies":{"@firebase/app":"0.9.17-canary.60e4a07d2","@firebase/app-compat":"0.2.17-canary.60e4a07d2","@firebase/auth":"1.3.0-canary.60e4a07d2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"60e4a07d2c89b5ea473f903a942aabab03050fa5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.2-canary.60e4a07d2","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-IMFcb2OUgW9n/eermoIxpzY6Ud/YgB26jvHETS2vD0MrrFUZjK3Nj8LhhLM7mseIrNn6g8q0037xPuilCMjDYw==","shasum":"d3dd17fd4db47936cb3ce79c0e64e9b4bdbeec82","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.2-canary.60e4a07d2.tgz","fileCount":1646,"unpackedSize":32980631,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBomJbhTnBJtAlh4xrBi3C9jdIX0ZEb6DeTHjGQx9rAZAiBFknVu5geJrpIZajlKynqFpg2zcnGLGHBS7fVgn6NExw=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.2-canary.60e4a07d2_1693334841520_0.8907592150760684"},"_hasShrinkwrap":false,"contributors":[]},"4.1.3":{"name":"@firebase/firestore","version":"4.1.3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.2","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.18","@firebase/app-compat":"0.2.18","@firebase/auth":"1.3.0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"gitHead":"f90fb34edc303e9e5b88693edf5ba40116da1a3e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.3","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-3kw/oZrLAIHuSDTAlKguZ1e0hAgWgiBl4QQm2mIPBvBAs++iEkuv9DH2tr6rbYpT6dWtdn6jj0RN0XeqOouJRg==","shasum":"7ac530885ccb68c256c98737cfeed41e46d26f79","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.3.tgz","fileCount":1646,"unpackedSize":32979911,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDW+BviHPBBD/+GhAUW1cXxmr/+ObpuCmSYhNA72Rb8zAIhAP2b6t8gMdJ1XsdLmPeO+6MyMd0OjXZmbjSB5IzaiLEL"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.3_1693494599188_0.7538685384241932"},"_hasShrinkwrap":false,"contributors":[]},"4.1.3-canary.1fd9d25ef":{"name":"@firebase/firestore","version":"4.1.3-canary.1fd9d25ef","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.1fd9d25ef","@firebase/logger":"0.4.0-canary.1fd9d25ef","@firebase/util":"1.9.3-canary.1fd9d25ef","@firebase/webchannel-wrapper":"0.10.2-canary.1fd9d25ef","@grpc/grpc-js":"~1.8.17","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.18-canary.1fd9d25ef"},"devDependencies":{"@firebase/app":"0.9.18-canary.1fd9d25ef","@firebase/app-compat":"0.2.18-canary.1fd9d25ef","@firebase/auth":"1.3.0-canary.1fd9d25ef","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"1fd9d25ef28288c8c663417eb50e6a1767e90208","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.3-canary.1fd9d25ef","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-ws9E2iZYm1R2LNwFr0Igxsw8yA2NLrOSJ7EU9RzFlSEpFmCixjab0ZIQfIxm8XGwYGI1B2LgTQ1hwVyB7td0EA==","shasum":"0015d0e352dedf57690ff53a794f2c5a13b2d61d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.3-canary.1fd9d25ef.tgz","fileCount":1646,"unpackedSize":32980631,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDd5hyfpZA6W6cv5TZvdsigWRUX935XdLFBhL1YoTigrAiBYSg057KuB1tJaSossccjaoLXpsu7/Kmt2HezUifyGvw=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.3-canary.1fd9d25ef_1693502809022_0.49859482394523114"},"_hasShrinkwrap":false,"contributors":[]},"4.1.3-canary.2d0a9f5fd":{"name":"@firebase/firestore","version":"4.1.3-canary.2d0a9f5fd","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.2d0a9f5fd","@firebase/logger":"0.4.0-canary.2d0a9f5fd","@firebase/util":"1.9.3-canary.2d0a9f5fd","@firebase/webchannel-wrapper":"0.10.2-canary.2d0a9f5fd","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.18-canary.2d0a9f5fd"},"devDependencies":{"@firebase/app":"0.9.18-canary.2d0a9f5fd","@firebase/app-compat":"0.2.18-canary.2d0a9f5fd","@firebase/auth":"1.3.0-canary.2d0a9f5fd","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"2d0a9f5fd921568bc76fcdee325b9ab5e6be8a58","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.3-canary.2d0a9f5fd","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Bw2/L1ksFu7MXGVZAL/UpSt0g1uz2fCyeBJbcexqxbsTnOrxWFrjM0v4nNEEgVxUae/zFm+hWytp9KAZkfmPQA==","shasum":"812b28de2067d65cbea7bf45d68ad08807c67d72","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.3-canary.2d0a9f5fd.tgz","fileCount":1646,"unpackedSize":32980628,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCBD90M7CaATN62wOcsMqu9r1yoV8zD0T9IkZJbs8oWiQIgRAtsHiTeBopdQJfg1k7RV7e1fYS89NZfiEm18+RLMI8="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.3-canary.2d0a9f5fd_1693582919085_0.005155169339980281"},"_hasShrinkwrap":false,"contributors":[]},"4.1.3-canary.74fc4cf9c":{"name":"@firebase/firestore","version":"4.1.3-canary.74fc4cf9c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.74fc4cf9c","@firebase/logger":"0.4.0-canary.74fc4cf9c","@firebase/util":"1.9.3-canary.74fc4cf9c","@firebase/webchannel-wrapper":"0.10.2-canary.74fc4cf9c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.18-canary.74fc4cf9c"},"devDependencies":{"@firebase/app":"0.9.18-canary.74fc4cf9c","@firebase/app-compat":"0.2.18-canary.74fc4cf9c","@firebase/auth":"1.3.0-canary.74fc4cf9c","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"74fc4cf9c0cddd37ce45aa7193191fb3e725a264","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.3-canary.74fc4cf9c","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-UFBXPp/J3PUzqz1NlBTOG0I3IVQzQ63bo43Eq+OIZ1NFlSmfOGLD/t6QpPDolAGMXTXfxZ/gi9oqXwKWAgtW4w==","shasum":"f1916787a2b9ec2f07e4ea6f93d0314ab0e61a35","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.3-canary.74fc4cf9c.tgz","fileCount":1646,"unpackedSize":32980628,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH8GWnegVFuellirnny4dGeqeO7lbil+n1L/8tlOjzYUAiEArar7YONsjPPpbzJiAhPtBnVH6O6feonuSMLS9hsM4Ec="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.3-canary.74fc4cf9c_1693924871115_0.055380058056366366"},"_hasShrinkwrap":false,"contributors":[]},"4.1.3-canary.c5b9b1fb1":{"name":"@firebase/firestore","version":"4.1.3-canary.c5b9b1fb1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.c5b9b1fb1","@firebase/logger":"0.4.0-canary.c5b9b1fb1","@firebase/util":"1.9.3-canary.c5b9b1fb1","@firebase/webchannel-wrapper":"0.10.2-canary.c5b9b1fb1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.18-canary.c5b9b1fb1"},"devDependencies":{"@firebase/app":"0.9.18-canary.c5b9b1fb1","@firebase/app-compat":"0.2.18-canary.c5b9b1fb1","@firebase/auth":"1.3.0-canary.c5b9b1fb1","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"c5b9b1fb1c41c27a4702eb7ce8540300e156f011","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.3-canary.c5b9b1fb1","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Q7HYVuxJM5l597Q0IxOmxY4aMCd6bgSklJV6iSgGvwja1UDwtMpXv7foK1G/HsMBS9BL1yW2XkFz7zETeY2/tw==","shasum":"8e0e68ed135f7d5ae5596f2ca482486515c46fdf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.3-canary.c5b9b1fb1.tgz","fileCount":1646,"unpackedSize":32980628,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEWNRmgG/Mh8pQmJeVzQitCTm5VN2KXp2iv3SNw0kC27AiAtm45Iyag7AZmzTIGoYYZVqRE7W9VDacMSRZB2g9AiIg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.3-canary.c5b9b1fb1_1693940197390_0.2827833936591706"},"_hasShrinkwrap":false,"contributors":[]},"4.1.3-canary.fbd8e0e2e":{"name":"@firebase/firestore","version":"4.1.3-canary.fbd8e0e2e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.fbd8e0e2e","@firebase/logger":"0.4.0-canary.fbd8e0e2e","@firebase/util":"1.9.3-canary.fbd8e0e2e","@firebase/webchannel-wrapper":"0.10.2-canary.fbd8e0e2e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.18-canary.fbd8e0e2e"},"devDependencies":{"@firebase/app":"0.9.18-canary.fbd8e0e2e","@firebase/app-compat":"0.2.18-canary.fbd8e0e2e","@firebase/auth":"1.3.0-canary.fbd8e0e2e","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"fbd8e0e2e17befcd514775e018fcc4f4c5ecfc43","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.3-canary.fbd8e0e2e","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-j23YflQZyZMG8lxFMA8V50wdM0maoptxWHhLf8ZOMz9Efb+H0YDnivLH22uOTC1kGUcmTbVYzOAH47sF/HrgPQ==","shasum":"fa3dc68a8fc220fadd88bfd457a92901fe5789c7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.3-canary.fbd8e0e2e.tgz","fileCount":1646,"unpackedSize":32991838,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7rGhqOOJmhxv1pHuv921xmGPcbyD59JVIqyqea6QnHwIgBpy1kQQyztxRQ/bb1z+AsmgNPPGto7qArknr0WPa7hE="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.3-canary.fbd8e0e2e_1693945804570_0.4400702805229326"},"_hasShrinkwrap":false,"contributors":[]},"4.1.3-canary.320e58cc5":{"name":"@firebase/firestore","version":"4.1.3-canary.320e58cc5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.320e58cc5","@firebase/logger":"0.4.0-canary.320e58cc5","@firebase/util":"1.9.3-canary.320e58cc5","@firebase/webchannel-wrapper":"0.10.2-canary.320e58cc5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.18-canary.320e58cc5"},"devDependencies":{"@firebase/app":"0.9.18-canary.320e58cc5","@firebase/app-compat":"0.2.18-canary.320e58cc5","@firebase/auth":"1.3.0-canary.320e58cc5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"320e58cc57d0fc485548611c5975dd3df69f8d18","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.3-canary.320e58cc5","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-3JE1Tx4zWcSpehZKvXol5xfeBaW1Y2nqspaN/CViL/F9k9z/ps5+sdcwfqxJZIiX40Lr2Vn9SNzlYkUrH/MJRA==","shasum":"f03424258281dd5b779f57df02b862b1c8e81330","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.3-canary.320e58cc5.tgz","fileCount":1646,"unpackedSize":32992704,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFJn0u+bv6oFLXoq/nrjhmaZrm9yKZpoFGE0rabccilxAiEAztosSzZsyBnWv1H+T9vIb9cP7jE5Q6xvK67h/7UiEz8="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.3-canary.320e58cc5_1694024983858_0.9976863407558294"},"_hasShrinkwrap":false,"contributors":[]},"4.1.3-canary.98cfcbd0c":{"name":"@firebase/firestore","version":"4.1.3-canary.98cfcbd0c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.98cfcbd0c","@firebase/logger":"0.4.0-canary.98cfcbd0c","@firebase/util":"1.9.3-canary.98cfcbd0c","@firebase/webchannel-wrapper":"0.10.2-canary.98cfcbd0c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.18-canary.98cfcbd0c"},"devDependencies":{"@firebase/app":"0.9.18-canary.98cfcbd0c","@firebase/app-compat":"0.2.18-canary.98cfcbd0c","@firebase/auth":"1.3.0-canary.98cfcbd0c","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"98cfcbd0c0629d4aee60f686edc0da3e27ce36c6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.3-canary.98cfcbd0c","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-7X6z2cg8Ls0ojD3aXu4mCB4e4BDciTryJuWWNc84CUpe4Qhd1le0JvieZS95/aDyOE4aWeOBQX9tGcvS/QELSg==","shasum":"5ab9388f2c23841238b3e97b3c6275c155ddc9c9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.3-canary.98cfcbd0c.tgz","fileCount":1646,"unpackedSize":32992704,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEdSIlOv9DaJqv3aUj8Ct4NzrjPxFaDUBW1Ay/FBbN4uAiEA11aNKNUbWFFnFDk6yBy4FwpuOYtcS9f6GodjU6nauJo="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.3-canary.98cfcbd0c_1694194328730_0.5773185123038584"},"_hasShrinkwrap":false,"contributors":[]},"4.2.0-20230912221625":{"name":"@firebase/firestore","version":"4.2.0-20230912221625","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.3-20230912221625","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.18","@firebase/app-compat":"0.2.18","@firebase/auth":"1.3.0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"aa0f8a91c7fb4e9f9accd2a812b92170342dc521","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.2.0-20230912221625","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Pui3GeqeIvrkTTKhtrq8zrGG+TEKsBREKRLiXJmcHn+nJOGKzxL+ZsUIWQSqv2u7iEeL+gPy+hvm3ZcF97aM7Q==","shasum":"4c36619757183d4a5d8a5c8776556efa8b77540e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.2.0-20230912221625.tgz","fileCount":1646,"unpackedSize":32992514,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDYlNKifKit4EcBvq7jeggFxa0Ne/S0U1y7g/rvj5fvIQIgAtnXnbMYL2kKOZUwgLqby34rrXwkkfOXzMaUnXd0x70="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.2.0-20230912221625_1694558572037_0.4587825738770024"},"_hasShrinkwrap":false,"contributors":[]},"4.1.3-canary.e5b96d77c":{"name":"@firebase/firestore","version":"4.1.3-canary.e5b96d77c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.e5b96d77c","@firebase/logger":"0.4.0-canary.e5b96d77c","@firebase/util":"1.9.3-canary.e5b96d77c","@firebase/webchannel-wrapper":"0.10.2-canary.e5b96d77c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.18-canary.e5b96d77c"},"devDependencies":{"@firebase/app":"0.9.18-canary.e5b96d77c","@firebase/app-compat":"0.2.18-canary.e5b96d77c","@firebase/auth":"1.3.0-canary.e5b96d77c","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e5b96d77c27a158b0a103f2c3257436bebb86524","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.3-canary.e5b96d77c","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-3LU+FsTrGoscbK7KdlUBij9JrhapmebuDCU30heuCOVMC+lVa0FoCp73ULVulo9eXYiy4OiMPGmMSiDxmbUJvA==","shasum":"85118d7f9929900b4c134f3bf6d81a2674fa749b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.3-canary.e5b96d77c.tgz","fileCount":1646,"unpackedSize":32920996,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDGNZfmp9N150NR9W98CBFflrltfighA3ZfuDgdBAWa4gIhAOM5hb3yHa8td3b/wvtA3TfXDgmU3gfeNXu/ObqVY8E6"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.3-canary.e5b96d77c_1694619469629_0.8173400341941592"},"_hasShrinkwrap":false,"contributors":[]},"4.1.3-canary.2be12d7a7":{"name":"@firebase/firestore","version":"4.1.3-canary.2be12d7a7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.2be12d7a7","@firebase/logger":"0.4.0-canary.2be12d7a7","@firebase/util":"1.9.3-canary.2be12d7a7","@firebase/webchannel-wrapper":"0.10.2-canary.2be12d7a7","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.18-canary.2be12d7a7"},"devDependencies":{"@firebase/app":"0.9.18-canary.2be12d7a7","@firebase/app-compat":"0.2.18-canary.2be12d7a7","@firebase/auth":"1.3.0-canary.2be12d7a7","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"2be12d7a7f48b3ed3c4c963fc6715923f2b304ac","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.1.3-canary.2be12d7a7","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-a6O/F3RxAQVrC2TdxJ5hRqGN6v7tXwZ56+KMSbMTAR88hZY/7KfgkWVal/Sn+freDxBhhHX/O3Bz//84RP9C7g==","shasum":"03a33848d8e74baebfb85cd01eb9afc6e66a62c4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.1.3-canary.2be12d7a7.tgz","fileCount":1646,"unpackedSize":32921071,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFJfZdJOXF4oGlkgIVgMfvp5YjWBlthefGoZTb5rBuFIAiAoXDA0CTfyUVrJFR7ovmLtTs/fZnmuUv9sQTUDOsrVfQ=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.1.3-canary.2be12d7a7_1694695514906_0.19443880886215603"},"_hasShrinkwrap":false,"contributors":[]},"4.2.0":{"name":"@firebase/firestore","version":"4.2.0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.19","@firebase/app-compat":"0.2.19","@firebase/auth":"1.3.0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"gitHead":"3337f599137a4572df8217146cac5f2353b4f6fd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.2.0","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-iKZqIdOBJpJUcwY5airLX0W04TLrQSJuActOP1HG5WoIY5oyGTQE4Ml7hl5GW7mBqFieT4ojtUuDXj6MLrn1lA==","shasum":"637e21eadee5e8b6e75c1d5bf4741385dd1e128e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.2.0.tgz","fileCount":1646,"unpackedSize":32991984,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDmVmCggtufIbWTnKTJmX5PZruU2rrJrw9iiQ+qKujpvAiEA7xC1Q1kZSgCJPoYs/aD1pPYEcemsX29yF0VTuqgVRh0="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.2.0_1694720236033_0.04648198671531234"},"_hasShrinkwrap":false,"deprecated":"This version is not supported due to a bug affecting the Firestore package. Upgrade to 'firebase@10.5.2' or later.","contributors":[]},"4.2.0-canary.0ae010ef2":{"name":"@firebase/firestore","version":"4.2.0-canary.0ae010ef2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.0ae010ef2","@firebase/logger":"0.4.0-canary.0ae010ef2","@firebase/util":"1.9.3-canary.0ae010ef2","@firebase/webchannel-wrapper":"0.10.3-canary.0ae010ef2","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.19-canary.0ae010ef2"},"devDependencies":{"@firebase/app":"0.9.19-canary.0ae010ef2","@firebase/app-compat":"0.2.19-canary.0ae010ef2","@firebase/auth":"1.3.0-canary.0ae010ef2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"0ae010ef2893ba0256736d345db0992fb148db4b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.2.0-canary.0ae010ef2","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-3kGMBuKZgXzZ2UAhIZxJwb3g/oAh3mUHOUpteY71xWUD8bCOe5So/WsOG/A3AX+4jSSXX1y7MMSzl5cUlmlSPQ==","shasum":"19424e76f3bd39095ae47322aa93020219c06cad","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.2.0-canary.0ae010ef2.tgz","fileCount":1646,"unpackedSize":32921071,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGapw4JRUfTov9XPVmtmFWUrToITf+Sm2bZlIrFNsZ3bAiEA3rj/P/LMOezRKhTR9dR0fosFDhXMo9H/g3DUbRgtOTU="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.2.0-canary.0ae010ef2_1694723098442_0.3000530418128513"},"_hasShrinkwrap":false,"contributors":[]},"4.2.0-canary.3492066d1":{"name":"@firebase/firestore","version":"4.2.0-canary.3492066d1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.3492066d1","@firebase/logger":"0.4.0-canary.3492066d1","@firebase/util":"1.9.3-canary.3492066d1","@firebase/webchannel-wrapper":"0.10.3-canary.3492066d1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.19-canary.3492066d1"},"devDependencies":{"@firebase/app":"0.9.19-canary.3492066d1","@firebase/app-compat":"0.2.19-canary.3492066d1","@firebase/auth":"1.3.0-canary.3492066d1","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"3492066d1ae0239103ae1a19d27380b434fecb93","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.2.0-canary.3492066d1","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-jGl7sgIjfqq3peaZOguhHJau3czhABQoqlZNVn+zWM1PtocIK4n/0eyKjLcyOnpoFKl0pvgiSutgSjIrVybLAA==","shasum":"f81792597c50f2bd9138d420b3b118d97cdbefe7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.2.0-canary.3492066d1.tgz","fileCount":1646,"unpackedSize":32921071,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCbOxOwwRjLf6H0vsPgYMnGPPG4WofjlRFWpaaoScCX8QIhAJxbd/Y8sd4mDeiC6snGuuK4yy4erZVqkCYiuYUtWtC3"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.2.0-canary.3492066d1_1694803049834_0.5485935530314943"},"_hasShrinkwrap":false,"contributors":[]},"4.2.0-canary.e30d7a652":{"name":"@firebase/firestore","version":"4.2.0-canary.e30d7a652","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.e30d7a652","@firebase/logger":"0.4.0-canary.e30d7a652","@firebase/util":"1.9.3-canary.e30d7a652","@firebase/webchannel-wrapper":"0.10.3-canary.e30d7a652","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.19-canary.e30d7a652"},"devDependencies":{"@firebase/app":"0.9.19-canary.e30d7a652","@firebase/app-compat":"0.2.19-canary.e30d7a652","@firebase/auth":"1.3.0-canary.e30d7a652","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e30d7a6522fd3be0c30a82ee054b271a68c03fde","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.2.0-canary.e30d7a652","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-OzxXDO3w6d1YH+g4KDTv4cnsvXRPgb1f3bUO+Z2FUN0RLvv51ldLTDFv/ZLvC3r7FqNaumhIKzmN/GE79ozzrw==","shasum":"372020d0a2381bfd5e006a0227ced2af07e41cb2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.2.0-canary.e30d7a652.tgz","fileCount":1646,"unpackedSize":32921071,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH4AfNqYYWx4bfk1OM0tIEJP65KwP4sDx7IWBImi4X+HAiAAj7dMTuX9FrMYWDyOBzkGhcqBAcnFUhp96zS0eYlegA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.2.0-canary.e30d7a652_1695325605141_0.8106782510565851"},"_hasShrinkwrap":false,"contributors":[]},"4.2.0-canary.eff95304d":{"name":"@firebase/firestore","version":"4.2.0-canary.eff95304d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.eff95304d","@firebase/logger":"0.4.0-canary.eff95304d","@firebase/util":"1.9.3-canary.eff95304d","@firebase/webchannel-wrapper":"0.10.3-canary.eff95304d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.19-canary.eff95304d"},"devDependencies":{"@firebase/app":"0.9.19-canary.eff95304d","@firebase/app-compat":"0.2.19-canary.eff95304d","@firebase/auth":"1.3.0-canary.eff95304d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"eff95304d4881a65a6fc0015663d7873507f299a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.2.0-canary.eff95304d","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-u1ITkdCpc/XSOQ4/5/EzTz0sousiiMBn8sRLWu0W9jo/HKH3JM/HPlZPIOEQMx3mrOgnt7KIJp8qpbFptCAkng==","shasum":"68d51d2c14bea1904c8d62a258226df009ca7799","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.2.0-canary.eff95304d.tgz","fileCount":1646,"unpackedSize":32921071,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBIZHKZ0Mg+t8LbuJ4qg3QX0sMvqZvDfHxE1QKV3ei/bAiAHO6WgVAA26bEgdamJRNUlIgnQMC92rREKYdNBgTr0Jg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.2.0-canary.eff95304d_1695763477423_0.47534591117803426"},"_hasShrinkwrap":false,"contributors":[]},"4.2.0-canary.031f19b01":{"name":"@firebase/firestore","version":"4.2.0-canary.031f19b01","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.031f19b01","@firebase/logger":"0.4.0-canary.031f19b01","@firebase/util":"1.9.3-canary.031f19b01","@firebase/webchannel-wrapper":"0.10.3-canary.031f19b01","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.19-canary.031f19b01"},"devDependencies":{"@firebase/app":"0.9.19-canary.031f19b01","@firebase/app-compat":"0.2.19-canary.031f19b01","@firebase/auth":"1.3.0-canary.031f19b01","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"031f19b01d36e972ffc8d6c4c8671758c023c0fa","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.2.0-canary.031f19b01","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-AQCMRoI1Ny8q4H7y4dm5n3jjD5ZtwKa0/dPgrr1UZcgRjUysVpT7BW4wKMtdZpux09lUCDBtvf29nBRol39lrQ==","shasum":"32ea3294e83c2f120d4802135e15cf1b248b1927","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.2.0-canary.031f19b01.tgz","fileCount":1646,"unpackedSize":32921071,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGNJXVjiMuNZbdzcUGSo5is36VNlWB96XHo+UIReJlcYAiEAn6OZzoKtmYU8S2eE2m7uNHyXyHYzSxNr6kRNw0ozLRE="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.2.0-canary.031f19b01_1695904744735_0.1906960900663175"},"_hasShrinkwrap":false,"contributors":[]},"4.2.0-canary.c95e0aab0":{"name":"@firebase/firestore","version":"4.2.0-canary.c95e0aab0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.c95e0aab0","@firebase/logger":"0.4.0-canary.c95e0aab0","@firebase/util":"1.9.3-canary.c95e0aab0","@firebase/webchannel-wrapper":"0.10.3-canary.c95e0aab0","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.19-canary.c95e0aab0"},"devDependencies":{"@firebase/app":"0.9.19-canary.c95e0aab0","@firebase/app-compat":"0.2.19-canary.c95e0aab0","@firebase/auth":"1.3.0-canary.c95e0aab0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"c95e0aab07228c786c7f9a9b550f4cc720ecb520","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.2.0-canary.c95e0aab0","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-UZT5NUHlBU9prjMS5J23l5PhBKrC8Q8CZ1vqmFqvE9DpRz9zKsai1E5T5hhOUj3kGCyb/4/TQSDLpnoP51+xyw==","shasum":"ee38f8b079a0f4c7cd3c27a809f9c057955b2230","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.2.0-canary.c95e0aab0.tgz","fileCount":1646,"unpackedSize":32921071,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDpLlXTOCTX1VGQMvt7dKqTHJEKEIRXQcU9zN3c/K4ZFAIhAMMJcCgv40B6J2TEB1ef9zl2JvJfFP4RpaecszO41UXU"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.2.0-canary.c95e0aab0_1695932097673_0.12612505139449315"},"_hasShrinkwrap":false,"contributors":[]},"4.2.0-canary.cca47353c":{"name":"@firebase/firestore","version":"4.2.0-canary.cca47353c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.cca47353c","@firebase/logger":"0.4.0-canary.cca47353c","@firebase/util":"1.9.3-canary.cca47353c","@firebase/webchannel-wrapper":"0.10.3-canary.cca47353c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.19-canary.cca47353c"},"devDependencies":{"@firebase/app":"0.9.19-canary.cca47353c","@firebase/app-compat":"0.2.19-canary.cca47353c","@firebase/auth":"1.3.0-canary.cca47353c","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"cca47353c9db1e16fa512f909525dd34920db1ba","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.2.0-canary.cca47353c","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-PELjBdTFaM8+EGBDM+1FW1VKXnWFdd1F0zzF652cUZrNXtN+GNTM9FR9pg+3R3KUB3lTtM68dhaYQx8x276Wdw==","shasum":"faed43900715c507119b9209b568f96a61e21883","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.2.0-canary.cca47353c.tgz","fileCount":1646,"unpackedSize":32923726,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCtZXL1z8GH50gMw1YfNj6eneY+M4Bp4uwriDaSooptPAIgHgQTALOr3ghXkXLQTYpf0zoXT+nbkH2agzUpnQzYnBI="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.2.0-canary.cca47353c_1696006762156_0.10132729842291166"},"_hasShrinkwrap":false,"contributors":[]},"4.2.0-canary.cbfd14cfb":{"name":"@firebase/firestore","version":"4.2.0-canary.cbfd14cfb","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.cbfd14cfb","@firebase/logger":"0.4.0-canary.cbfd14cfb","@firebase/util":"1.9.3-canary.cbfd14cfb","@firebase/webchannel-wrapper":"0.10.3-canary.cbfd14cfb","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.19-canary.cbfd14cfb"},"devDependencies":{"@firebase/app":"0.9.19-canary.cbfd14cfb","@firebase/app-compat":"0.2.19-canary.cbfd14cfb","@firebase/auth":"1.3.0-canary.cbfd14cfb","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"cbfd14cfb27cda8a6de74be5d138ea9e6de09fe9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.2.0-canary.cbfd14cfb","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-nRTAepXu8aQ8qAHrxd8rHKjj78MgYmCOhcTiSmoon+b3gFJwYxFwie+ATvm9DbgN2oxEWXAYsyeR0uagXTxk7g==","shasum":"1ba877f982cb12461df707b5759a643c70882b4f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.2.0-canary.cbfd14cfb.tgz","fileCount":1654,"unpackedSize":32941806,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCMkkJPPc8QgIzdEOIyfxdT/lalkGH93SLjGbh466hiygIgEcv8d/XFr+LWzWdiVGdTA0O0h2QZ18Lr3mZ6LI2OrLg="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.2.0-canary.cbfd14cfb_1696431318804_0.9908707925721545"},"_hasShrinkwrap":false,"contributors":[]},"4.2.0-canary.02e2518ca":{"name":"@firebase/firestore","version":"4.2.0-canary.02e2518ca","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.02e2518ca","@firebase/logger":"0.4.0-canary.02e2518ca","@firebase/util":"1.9.3-canary.02e2518ca","@firebase/webchannel-wrapper":"0.10.3-canary.02e2518ca","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.19-canary.02e2518ca"},"devDependencies":{"@firebase/app":"0.9.19-canary.02e2518ca","@firebase/app-compat":"0.2.19-canary.02e2518ca","@firebase/auth":"1.3.0-canary.02e2518ca","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"02e2518cabce16f47e4485c4c5a2a499e4d96e0c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.2.0-canary.02e2518ca","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-QMVvoxdyt9Dr8A1bxmLbCQP7luM/YcFsEi2Smgc0jOFigmJyTK/zQ/wJpA7C2PutzrTQDbE4uQyY0wjrh/I3GQ==","shasum":"6ef8509eb09f469d94bfe5adcf7b4b319666c40f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.2.0-canary.02e2518ca.tgz","fileCount":1654,"unpackedSize":32944287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4FyH1VVbJyX9CEHd0q8qneTmugx0+MtCDb8EwpAdeuwIhAJqFNOAu9UWNX99S8rGsgSwloB8Eihb93osJFDC7KiQG"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.2.0-canary.02e2518ca_1696963177641_0.837254690564577"},"_hasShrinkwrap":false,"contributors":[]},"4.3.0-20231010210210":{"name":"@firebase/firestore","version":"4.3.0-20231010210210","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.19","@firebase/app-compat":"0.2.19","@firebase/auth":"1.3.0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"6c7425591360d23d0219a6b29764dea9078e872b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.0-20231010210210","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Gnalt+1Up9K07BT54RYqP6QQQfQEJFaTTWRKjl0xcOktKYvEe9yt1efuVdeUEacAoaouLzaZOmDliiT2IEypLA==","shasum":"64ee5097cc4b6ab5348362ef41c5806038e2d198","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.0-20231010210210.tgz","fileCount":1654,"unpackedSize":32944082,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCdPZOjoJIIAF9YMimx2X7bli+zTUHt5+7AtxGJ/EJqAwIgWq+qW68X24yzfiFScoyOrL/J0AdwzWwoQ5iXBlVEK3Y="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.0-20231010210210_1696973195500_0.17605619850796606"},"_hasShrinkwrap":false,"contributors":[]},"4.3.0-20231011154928":{"name":"@firebase/firestore","version":"4.3.0-20231011154928","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.19","@firebase/app-compat":"0.2.19","@firebase/auth":"1.3.0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"6c7425591360d23d0219a6b29764dea9078e872b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.0-20231011154928","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-KwwJG2f8WMhq6ZDJDOLyy2UMTYQ5LMF3uJ2bkAVfq+mt42/Xk3JEZjYb0hDxoG5DOQLmJtbbF+WWOre1ovwbgQ==","shasum":"68e91488fae26500816a4a0e6751fef326c66b04","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.0-20231011154928.tgz","fileCount":1654,"unpackedSize":32944082,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC5aMPhuHEYU1AV7hSA/yfVGBVEYVkn4ocegv8QKbFhBgIgMkVkz2BVySGm1fXf2FAtLFGl9bBhvY6/qs81Gpzu07A="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.0-20231011154928_1697040718808_0.6539641194815986"},"_hasShrinkwrap":false,"contributors":[]},"4.3.0":{"name":"@firebase/firestore","version":"4.3.0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.20","@firebase/app-compat":"0.2.20","@firebase/auth":"1.3.0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"gitHead":"d2e4774a3d7f225eec4b2587e73ac2bb9bbdb4f1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.0","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-FwSMCxGdUuA9Su74I9himAKJogzjU41IBjjnNf0+5smORMKtWlNeeXqMpljrhZubj5V+GmWyExf5UD3y1in6FA==","shasum":"229de93fa15ed4898b423ea97a693b30e23f1751","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.0.tgz","fileCount":1654,"unpackedSize":32943567,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID8pATWHXapIi2uhaQvlpZWMOJHnuSBQILsJ0LGLQFIDAiBCHWBNemzFor+XOTDMmd1pZhqIV1Hpz4j/2c13el6YIA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.0_1697140417163_0.7972294857774547"},"_hasShrinkwrap":false,"deprecated":"This version is not supported due to a bug affecting the Firestore package. Upgrade to 'firebase@10.5.2' or later.","contributors":[]},"4.3.0-canary.d2e4774a3":{"name":"@firebase/firestore","version":"4.3.0-canary.d2e4774a3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.d2e4774a3","@firebase/logger":"0.4.0-canary.d2e4774a3","@firebase/util":"1.9.3-canary.d2e4774a3","@firebase/webchannel-wrapper":"0.10.3-canary.d2e4774a3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.20-canary.d2e4774a3"},"devDependencies":{"@firebase/app":"0.9.20-canary.d2e4774a3","@firebase/app-compat":"0.2.20-canary.d2e4774a3","@firebase/auth":"1.3.0-canary.d2e4774a3","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"d2e4774a3d7f225eec4b2587e73ac2bb9bbdb4f1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.0-canary.d2e4774a3","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-NIuI7quk1ml6WlZAX8sfg56/FpBwQbi/8VI4WNo4sMujPSIAxb7ADbTRn7ZI+iBYyFudjqyz2wvQcq1JjumUrQ==","shasum":"d859431596cd312a2b72322e6ecf29cf846dbf55","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.0-canary.d2e4774a3.tgz","fileCount":1654,"unpackedSize":32944287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICQ3EflVj5soktAqwDkP+b8vZotahkWTAcX8O/77uahrAiEA5pwjOd2VqxzN7xo+qQxZig17lGZXBEQ5GwwsIywSBX8="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.0-canary.d2e4774a3_1697142820081_0.40274980606182975"},"_hasShrinkwrap":false,"contributors":[]},"4.3.0-canary.8283a5556":{"name":"@firebase/firestore","version":"4.3.0-canary.8283a5556","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.8283a5556","@firebase/logger":"0.4.0-canary.8283a5556","@firebase/util":"1.9.3-canary.8283a5556","@firebase/webchannel-wrapper":"0.10.3-canary.8283a5556","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.20-canary.8283a5556"},"devDependencies":{"@firebase/app":"0.9.20-canary.8283a5556","@firebase/app-compat":"0.2.20-canary.8283a5556","@firebase/auth":"1.3.0-canary.8283a5556","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"8283a55569fccf8ed980399465d36912e2534d0a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.0-canary.8283a5556","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-BHVFbI2Q2Rnsy+jnCZ+imamCzIGoZeUnmXs7MHzrL9kcg2kSPEGWjqXvtNl2QnLTWsSMZSOKugReFHfaL1jAbA==","shasum":"4e7f96322f63364a190471c8b83268dcf20a70f6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.0-canary.8283a5556.tgz","fileCount":1654,"unpackedSize":32950454,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFFm4wIFYhHuQQAuFwyDvgdzGJF9t+D9K7pfZsnE+Z04AiBaYvFnnPBReVPSaIn2FZTo6BePBnoVJad6GnHaGuQ2sQ=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.0-canary.8283a5556_1697208026396_0.9874673660972104"},"_hasShrinkwrap":false,"contributors":[]},"4.3.0-canary.b59229836":{"name":"@firebase/firestore","version":"4.3.0-canary.b59229836","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.b59229836","@firebase/logger":"0.4.0-canary.b59229836","@firebase/util":"1.9.3-canary.b59229836","@firebase/webchannel-wrapper":"0.10.3-canary.b59229836","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.20-canary.b59229836"},"devDependencies":{"@firebase/app":"0.9.20-canary.b59229836","@firebase/app-compat":"0.2.20-canary.b59229836","@firebase/auth":"1.3.0-canary.b59229836","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"b5922983656d5f64355c0850edc51b1cf6168d9d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.0-canary.b59229836","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-OSKkXCG4YgZPHqhEnD5UMro/UsWlB9XAIZg0CtOXjD920jfQoD8EcTFJiwvhoAOzgyhqa2BuHE2Ntee/W2q1HQ==","shasum":"058bedc7187df898f7f332ed0acb24654b49ff5c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.0-canary.b59229836.tgz","fileCount":1654,"unpackedSize":32950454,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBs0Kib3QGjAunVffnDt1hm7aP1lKd/XysehLYjYXDT8AiEAh2fVPLP3CHaN3+sdbSgbFUspiST0aB1mNtPPt7s9idQ="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.0-canary.b59229836_1697215221790_0.00034314413028146973"},"_hasShrinkwrap":false,"contributors":[]},"4.3.0-canary.3533b32b1":{"name":"@firebase/firestore","version":"4.3.0-canary.3533b32b1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.3533b32b1","@firebase/logger":"0.4.0-canary.3533b32b1","@firebase/util":"1.9.3-canary.3533b32b1","@firebase/webchannel-wrapper":"0.10.3-canary.3533b32b1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.20-canary.3533b32b1"},"devDependencies":{"@firebase/app":"0.9.20-canary.3533b32b1","@firebase/app-compat":"0.2.20-canary.3533b32b1","@firebase/auth":"1.3.0-canary.3533b32b1","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"3533b32b1be6a9800b1b58a6a2b08f50fae18eeb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.0-canary.3533b32b1","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-7+aQClmclXmNgndhevx98wiT3Vcv/jLsSGraXEmdB6kQ+u9Maz8ZKO1k6Mm8rOtrAJgLO9+yqWoYtAbzVeaazA==","shasum":"6c0ab19981e278b66cd17a5eb13c9da75dc69bba","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.0-canary.3533b32b1.tgz","fileCount":1654,"unpackedSize":32950454,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCzCVa/Xhh4w/nRm7Xul/NQO+5p5zYtpooSom6nmMHlXAIhAIElpAj/OdQV56MQK32qx6EU37RPTeZamGwuJu3SvWK6"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.0-canary.3533b32b1_1697243152625_0.6379278484455089"},"_hasShrinkwrap":false,"contributors":[]},"4.3.0-canary.40b3b0f65":{"name":"@firebase/firestore","version":"4.3.0-canary.40b3b0f65","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.40b3b0f65","@firebase/logger":"0.4.0-canary.40b3b0f65","@firebase/util":"1.9.3-canary.40b3b0f65","@firebase/webchannel-wrapper":"0.10.3-canary.40b3b0f65","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.20-canary.40b3b0f65"},"devDependencies":{"@firebase/app":"0.9.20-canary.40b3b0f65","@firebase/app-compat":"0.2.20-canary.40b3b0f65","@firebase/auth":"1.3.0-canary.40b3b0f65","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"40b3b0f656c6c36ffb72770ce40808080a6e66ab","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.0-canary.40b3b0f65","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-phHMCneOxrrjGH5F6YvzGWXplIf1qxcSuIZ4g4OsUOpChgqnqatm7Da3RyYrNJyHKv5HA8kF3zg9cc1MCU9bEg==","shasum":"762ec58beb9cf80c311265114030d8bd7e6aad9f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.0-canary.40b3b0f65.tgz","fileCount":1654,"unpackedSize":32950454,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICcUAkr0V1A5fYlHkit1i3O4VFFIUvu+O86MBNW93umNAiANida219BdOxziZVHqDJ3cCvAXsbGKk2iScyaKu8OVHg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.0-canary.40b3b0f65_1697473417521_0.6941571450244046"},"_hasShrinkwrap":false,"contributors":[]},"4.3.0-canary.12f25592c":{"name":"@firebase/firestore","version":"4.3.0-canary.12f25592c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.12f25592c","@firebase/logger":"0.4.0-canary.12f25592c","@firebase/util":"1.9.3-canary.12f25592c","@firebase/webchannel-wrapper":"0.10.3-canary.12f25592c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.20-canary.12f25592c"},"devDependencies":{"@firebase/app":"0.9.20-canary.12f25592c","@firebase/app-compat":"0.2.20-canary.12f25592c","@firebase/auth":"1.3.0-canary.12f25592c","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"12f25592c02de8d899926d215b0ffd383b1f3aa0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.0-canary.12f25592c","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-JjHBA4QgItf8PZ/PYWxzqWtpt6cRRcy2yPHe9O/OAcF1+wppMl4a6FltPKrNHfAIFATas34pYnyUpZvbcv/bHg==","shasum":"09038b73be4c89713dd10894e7355ab210d0ddd5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.0-canary.12f25592c.tgz","fileCount":1654,"unpackedSize":32950874,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDpg79iiiPjmgL1Hs8Iv3+/FO11CyYm2P1v0hfV3UxKsgIhAO/I40UTRMVzWknlhgkQpL7SCGmlCx93IY8hb+gx68N+"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.0-canary.12f25592c_1697483945500_0.030234600385492083"},"_hasShrinkwrap":false,"contributors":[]},"4.3.0-canary.68927ced1":{"name":"@firebase/firestore","version":"4.3.0-canary.68927ced1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.68927ced1","@firebase/logger":"0.4.0-canary.68927ced1","@firebase/util":"1.9.3-canary.68927ced1","@firebase/webchannel-wrapper":"0.10.3-canary.68927ced1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.20-canary.68927ced1"},"devDependencies":{"@firebase/app":"0.9.20-canary.68927ced1","@firebase/app-compat":"0.2.20-canary.68927ced1","@firebase/auth":"1.3.0-canary.68927ced1","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"68927ced1159d9b79407c7823d7f48d30ccb591e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.0-canary.68927ced1","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-EboC5fFobj9GTvZ98Y2BYqSWeuFTY34+cV3sTx7F/5ktnaQIa4HOn0Pze4vc58Rx1RySMY1uhY1fLw73EWYnmQ==","shasum":"4d285c5f00a85bb453de31769f7f52b65cbe0ad8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.0-canary.68927ced1.tgz","fileCount":1654,"unpackedSize":32950874,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA+9BL4tGueIuLZdVzNgsCFEJ7en26XbmV+vXhpGiMcQAiEAvy51K/VbwyZBgiin2pxdbUXJQGngrlRK/j8SP/dQe20="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.0-canary.68927ced1_1697651519909_0.08579298304265648"},"_hasShrinkwrap":false,"contributors":[]},"4.3.0-canary.698eeb67d":{"name":"@firebase/firestore","version":"4.3.0-canary.698eeb67d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.698eeb67d","@firebase/logger":"0.4.0-canary.698eeb67d","@firebase/util":"1.9.3-canary.698eeb67d","@firebase/webchannel-wrapper":"0.10.3-canary.698eeb67d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.20-canary.698eeb67d"},"devDependencies":{"@firebase/app":"0.9.20-canary.698eeb67d","@firebase/app-compat":"0.2.20-canary.698eeb67d","@firebase/auth":"1.3.0-canary.698eeb67d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"698eeb67d767404fa995255e793c94de9d98156b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.0-canary.698eeb67d","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-T0RdSKdHsfPUyBcW1pvYPjDxm43zo1pN2/eVk3zyGGqP+v2SHCgM2qkpBH5kZFTNjVox/rM9KpO7MlXLTr0OFQ==","shasum":"c4e0de8b9a07e93206438160927f7b494690cf54","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.0-canary.698eeb67d.tgz","fileCount":1654,"unpackedSize":32950874,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF7NsRx3CpQLOdKXoMYZqdXX6MaIv2PUZlH/z1hpSH6gAiAej6s8rFXlu8605Mwdtwj46oYXIdbSJ5oYAIeR43ABPA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.0-canary.698eeb67d_1697672696362_0.020259780653989257"},"_hasShrinkwrap":false,"contributors":[]},"4.3.0-canary.bd073b26a":{"name":"@firebase/firestore","version":"4.3.0-canary.bd073b26a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.bd073b26a","@firebase/logger":"0.4.0-canary.bd073b26a","@firebase/util":"1.9.3-canary.bd073b26a","@firebase/webchannel-wrapper":"0.10.3-canary.bd073b26a","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.20-canary.bd073b26a"},"devDependencies":{"@firebase/app":"0.9.20-canary.bd073b26a","@firebase/app-compat":"0.2.20-canary.bd073b26a","@firebase/auth":"1.3.0-canary.bd073b26a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"bd073b26a66b4807ae81d46613ae850d68458536","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.0-canary.bd073b26a","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-CeN/uki82HcKWhD0u6ITppI2DAIjpGX9RtZ0U603Ivgq8gaEInleYQx9fN7M/V4pXqtzAS65ScmqnRstnrfESw==","shasum":"9ba0ea01b7876018129151cce948f2140b465c50","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.0-canary.bd073b26a.tgz","fileCount":1654,"unpackedSize":32950874,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJEBVjoy+mM+NGHv0ii2JkIBUdeeGvjKyVZV/YA6EnrwIhAPkOTxqCFxuQEOo2ipPsRpD1WhqsRqIu/L+HogVVL+gK"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.0-canary.bd073b26a_1697812928401_0.2729719691101302"},"_hasShrinkwrap":false,"contributors":[]},"4.3.0-canary.f002ef36a":{"name":"@firebase/firestore","version":"4.3.0-canary.f002ef36a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.f002ef36a","@firebase/logger":"0.4.0-canary.f002ef36a","@firebase/util":"1.9.3-canary.f002ef36a","@firebase/webchannel-wrapper":"0.10.3-canary.f002ef36a","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.20-canary.f002ef36a"},"devDependencies":{"@firebase/app":"0.9.20-canary.f002ef36a","@firebase/app-compat":"0.2.20-canary.f002ef36a","@firebase/auth":"1.3.0-canary.f002ef36a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f002ef36a6b427fd526696f9cd6077a217ccc6ef","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.0-canary.f002ef36a","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-rycrousTpAUf2CBfTy5sHQ4uqkaxGbvGJAOKs/wVia1Hu7c7LIm+zlwq3Z+y32iDTgeA1U4t47vcC/npWdPtjg==","shasum":"7f7e93731367e6e45562f227fc8ec890c6545731","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.0-canary.f002ef36a.tgz","fileCount":1654,"unpackedSize":32950874,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCVAzjsb6aXchakLhH8r03JDiE8s7KeyHCI7FGS3PtCfwIhAOlWYZD766fGVE+mM79UFiRdWAA3YOL84LzpyywKk29V"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.0-canary.f002ef36a_1698087095794_0.9250042187753016"},"_hasShrinkwrap":false,"contributors":[]},"4.3.1-20231025123451":{"name":"@firebase/firestore","version":"4.3.1-20231025123451","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.20","@firebase/app-compat":"0.2.20","@firebase/auth":"1.3.1-20231025123451","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"8a9a81f35d7d0a11d704dee940cc464da62abd0a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.1-20231025123451","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-tKVzUlrAdhIXVJQ8rzJMO4qFBvSO46jYNy5ymlziZLHRKcgJQgw9EYxgBRAYMc7MlwzSh/BaOc9v4Tbr/Fam7Q==","shasum":"4f03cb01fdb8ccad60d219e0fabf30da9c0cfe80","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.1-20231025123451.tgz","fileCount":1654,"unpackedSize":32950684,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFTVVZJ8FjpzogIDFbIG3BVzgpS1rgxkIBcAlXy9AKWiAiEAx1gGr18o/CerxRSaOJxVqGwnMXOT6w9OhPqujnq+Xmg="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.1-20231025123451_1698239071735_0.08486844819380623"},"_hasShrinkwrap":false,"contributors":[]},"4.3.0-canary.cac91659b":{"name":"@firebase/firestore","version":"4.3.0-canary.cac91659b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.cac91659b","@firebase/logger":"0.4.0-canary.cac91659b","@firebase/util":"1.9.3-canary.cac91659b","@firebase/webchannel-wrapper":"0.10.3-canary.cac91659b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.20-canary.cac91659b"},"devDependencies":{"@firebase/app":"0.9.20-canary.cac91659b","@firebase/app-compat":"0.2.20-canary.cac91659b","@firebase/auth":"1.3.0-canary.cac91659b","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"cac91659be85b627a0434f13b6ce7c183354b5b7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.0-canary.cac91659b","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-OXNSMtjAEMJfEzlXLph/bVdbgBCRVNuGhGNoRG/9ZCy0YCnrdTxQwI35igU/DNADIoHGHn7PL9f+TLTl++5Btg==","shasum":"4c5227d05db5836ad9a287047b4140dfbdfd0947","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.0-canary.cac91659b.tgz","fileCount":1654,"unpackedSize":32951678,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCyKnnvZI1vibgf9cAv0QYgwcSv0RqzUq8P1qnxKnio1AIhALoGMDxVR0U5BDWFRYuc1P7xIDER9eE3dtfBraQOCD2X"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.0-canary.cac91659b_1698263901993_0.07562727664704427"},"_hasShrinkwrap":false,"contributors":[]},"4.3.0-canary.33a2298af":{"name":"@firebase/firestore","version":"4.3.0-canary.33a2298af","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.33a2298af","@firebase/logger":"0.4.0-canary.33a2298af","@firebase/util":"1.9.3-canary.33a2298af","@firebase/webchannel-wrapper":"0.10.3-canary.33a2298af","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.20-canary.33a2298af"},"devDependencies":{"@firebase/app":"0.9.20-canary.33a2298af","@firebase/app-compat":"0.2.20-canary.33a2298af","@firebase/auth":"1.3.0-canary.33a2298af","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"33a2298af3dc669a23548ee1703de788435aa6b5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.0-canary.33a2298af","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-6npIljcenhXkxathS7Sj8nAVn4K6j0VRkqke1DNZn91MqcuIczuWPuEj+8KSqpXbBnxjh1+YcyQxbKwIW3SPmw==","shasum":"bb484cc2572b485c0881e6cb02d1a5a0e971aada","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.0-canary.33a2298af.tgz","fileCount":1654,"unpackedSize":32951678,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGOL3C3T5GqWyKsRfKR8qQ2omoOMcdt5BpuAcpC0DVhrAiEA5u8RPhhh2J0P9y/jiFGrIDOZcUFPvgzchYN2B7RpK/o="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.0-canary.33a2298af_1698282213350_0.4460036558964269"},"_hasShrinkwrap":false,"contributors":[]},"4.3.1":{"name":"@firebase/firestore","version":"4.3.1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.21","@firebase/app-compat":"0.2.21","@firebase/auth":"1.3.1","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"gitHead":"3326b38631f1b6bb56a194651441e1f46031cc17","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.1","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-uFPtyzdslH5Zl+DzgUu4+FuhhmMm/zW4cEhYmEnnne/7NiuMPgZoAjSp5CZnHYtBnfGBNILCloFKhn80U4/Lwg==","shasum":"c9995fa324371eb8f15c06b0023f181cc7901059","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.1.tgz","fileCount":1654,"unpackedSize":32950154,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDeR1DfgT+rQZDfG2PK3+DXxH1P8AmUPfEO3EFmFgRi6wIhALyU44X470kJwZ9fNF3vJ8bnOgJuT4CglFTEXDImBl5F"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.1_1698354271024_0.10471824618415315"},"_hasShrinkwrap":false,"deprecated":"This version is not supported due to a bug affecting the Firestore package. Upgrade to 'firebase@10.5.2' or later.","contributors":[]},"4.3.1-canary.6e4e475f6":{"name":"@firebase/firestore","version":"4.3.1-canary.6e4e475f6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.6e4e475f6","@firebase/logger":"0.4.0-canary.6e4e475f6","@firebase/util":"1.9.3-canary.6e4e475f6","@firebase/webchannel-wrapper":"0.10.3-canary.6e4e475f6","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.21-canary.6e4e475f6"},"devDependencies":{"@firebase/app":"0.9.21-canary.6e4e475f6","@firebase/app-compat":"0.2.21-canary.6e4e475f6","@firebase/auth":"1.3.1-canary.6e4e475f6","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"6e4e475f67aa6d92e524c8f6d9f119ef9f7fe452","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.1-canary.6e4e475f6","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-FEZwiqLE26Ps9Ar7w4uDC8qW4S2iPpAjKLYhxK5si/EtUVlWF0EERSH12PJCEBifXg5NBaNhbCm7RGNANkQ7/w==","shasum":"ba00f2b5692c74e5a26d1047211db607fe202646","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.1-canary.6e4e475f6.tgz","fileCount":1654,"unpackedSize":32951678,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGQpBvUY9oWE9rYXl13U4dtZL2S+aOX0Nasj3mqjp88HAiEAmRqQXwG/3DdaY5KC3JW4Ri26nFeSmDDRGjh+WF6Lb/A="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.1-canary.6e4e475f6_1698356925955_0.9841024909129326"},"_hasShrinkwrap":false,"contributors":[]},"4.3.2-20231027003707":{"name":"@firebase/firestore","version":"4.3.2-20231027003707","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.21","@firebase/app-compat":"0.2.21","@firebase/auth":"1.3.2-20231027003707","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"60e9846ab423de7acdcd78d781d54862933946e0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.2-20231027003707","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-CHCipWXvLWQaSQDZOGBQws0+ATearzR7SEfqly0rrJc4xFGSuTXKv3Z/qCPmABW7kbtdscECyq3qI+FKIW5igw==","shasum":"3ef13b6877df21948e57b9a3cf9343b48eb0cff0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.2-20231027003707.tgz","fileCount":1654,"unpackedSize":32952692,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDuLoqECKF8jf3r97Zw96PgV7mCxWFRPZwZgWhJ9mXQ/wIhAPaeEbfu2Db+gVrSli9a9pHj/gQ64j+4XMddV0HVC/CT"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.2-20231027003707_1698368272402_0.3775455037392714"},"_hasShrinkwrap":false,"contributors":[]},"4.3.1-canary.f27baf423":{"name":"@firebase/firestore","version":"4.3.1-canary.f27baf423","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.f27baf423","@firebase/logger":"0.4.0-canary.f27baf423","@firebase/util":"1.9.3-canary.f27baf423","@firebase/webchannel-wrapper":"0.10.3-canary.f27baf423","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.21-canary.f27baf423"},"devDependencies":{"@firebase/app":"0.9.21-canary.f27baf423","@firebase/app-compat":"0.2.21-canary.f27baf423","@firebase/auth":"1.3.1-canary.f27baf423","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f27baf423b3c9834b94aed13a93a5385813fd7dd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.1-canary.f27baf423","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-wg/MnqsqhrmY1Z5n3oviqx1V4TQ0vo8QLTmLKwEbLD7Jbv2SLvH3AHfqpL15uRoI8c1rAnJe4C/WA60cUCyFCw==","shasum":"0d7ab1107c991339134379f33d1a987621925834","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.1-canary.f27baf423.tgz","fileCount":1654,"unpackedSize":32952882,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDAUd5McyAy0DmPOwKhg4/CfuKvgbbPLoghJZf3JZ0pOAiEAo7fq6fJdS56kDAAb6BobdIbnAarKQkiWGyBYpeDhzRs="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.1-canary.f27baf423_1698368323178_0.6348298216691108"},"_hasShrinkwrap":false,"contributors":[]},"4.3.2":{"name":"@firebase/firestore","version":"4.3.2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.22","@firebase/app-compat":"0.2.22","@firebase/auth":"1.3.2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"gitHead":"12ad9f1818f141163e126839ece81e39e9404a60","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.2","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-K4TwMbgArWw+XAEUYX/vtk+TVy9n1uLeJKSrQeb89lwfkfyFINGLPME6YleaS0ovD1ziLM5/0WgL1CR4s53fDg==","shasum":"21607f866b8d68e879ef6b4408f7f66b1ac78aa0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.2.tgz","fileCount":1654,"unpackedSize":32952162,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIApCdlRxBXTVhDIMw5SoTemS5a+ijEu7NknSJXKP41SuAiEA4mSSp0kz6+yNr6Gx4nQJlXmgKMTwNV4S+SpZDY9ajoU="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.2_1698373526583_0.2679909452901714"},"_hasShrinkwrap":false,"contributors":[]},"4.3.2-canary.12ad9f181":{"name":"@firebase/firestore","version":"4.3.2-canary.12ad9f181","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.12ad9f181","@firebase/logger":"0.4.0-canary.12ad9f181","@firebase/util":"1.9.3-canary.12ad9f181","@firebase/webchannel-wrapper":"0.10.3-canary.12ad9f181","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.22-canary.12ad9f181"},"devDependencies":{"@firebase/app":"0.9.22-canary.12ad9f181","@firebase/app-compat":"0.2.22-canary.12ad9f181","@firebase/auth":"1.3.2-canary.12ad9f181","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"12ad9f1818f141163e126839ece81e39e9404a60","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.2-canary.12ad9f181","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-cWA42sRVeqLCj6fHKGW3w6e0IEb7saI+2srMbTzQllpkjd50PKygpNISbdl+EUwP+D0cv9wKrCgwtK1UXmSIVA==","shasum":"3d5b56efbcc6aafd4128fe55772e3c74a3d31013","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.2-canary.12ad9f181.tgz","fileCount":1654,"unpackedSize":32952882,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC/eUVECfgnTwmcECU7Jd3xxMD4VO0rPxUyf6lH2qjh0AIhALL8arWy5qQEWgZOp1UrwNKhY02PUo760a57E2DMWpu4"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.2-canary.12ad9f181_1698375904448_0.7189902598350479"},"_hasShrinkwrap":false,"contributors":[]},"4.3.2-canary.67c5a9088":{"name":"@firebase/firestore","version":"4.3.2-canary.67c5a9088","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.67c5a9088","@firebase/logger":"0.4.0-canary.67c5a9088","@firebase/util":"1.9.3-canary.67c5a9088","@firebase/webchannel-wrapper":"0.10.3-canary.67c5a9088","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.22-canary.67c5a9088"},"devDependencies":{"@firebase/app":"0.9.22-canary.67c5a9088","@firebase/app-compat":"0.2.22-canary.67c5a9088","@firebase/auth":"1.3.2-canary.67c5a9088","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"67c5a9088b3e65ebb858a6fb779a358fa8ccbf27","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.2-canary.67c5a9088","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-CRq3dQFN5l94zVamxzCbeCzfjRwgWSOVG+lXxZbF9TbIU1CXGIwfp0rftRltnEZwEUiEeAugiJVHoY+wn9hGpg==","shasum":"50cd0ebebc86095d2206c445a1c4bff466e3dd11","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.2-canary.67c5a9088.tgz","fileCount":1654,"unpackedSize":32952882,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICYoQsarFoUsFu5vp+mnpThQLbRdWsbjAq4JdGiKJGbTAiEA2Qk2pZfu8mekff1GytcccKdNjV9YKr7ho42TU039E70="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.2-canary.67c5a9088_1698691069342_0.7462007450218671"},"_hasShrinkwrap":false,"contributors":[]},"4.3.2-canary.f10acb360":{"name":"@firebase/firestore","version":"4.3.2-canary.f10acb360","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.f10acb360","@firebase/logger":"0.4.0-canary.f10acb360","@firebase/util":"1.9.3-canary.f10acb360","@firebase/webchannel-wrapper":"0.10.3-canary.f10acb360","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.22-canary.f10acb360"},"devDependencies":{"@firebase/app":"0.9.22-canary.f10acb360","@firebase/app-compat":"0.2.22-canary.f10acb360","@firebase/auth":"1.3.2-canary.f10acb360","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f10acb36009dc9d5d4f0d0880f1357330e3f1d1b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.2-canary.f10acb360","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-HBKEW9BVZUUovZBshPIA5rrFIyLDzK+WQg+mjrg6luvqBPNI282OztL63wK0YYw+aEYkmRJrAA9XusuH3gY4jA==","shasum":"30269446465bbbe5cf793258784d98dca6f4fb16","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.2-canary.f10acb360.tgz","fileCount":1654,"unpackedSize":32952882,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDoDFXJrbMKhS3zLvkMsjKqR4Izu6tf/VfdcBJ17+DSOAIhAIzbPE41MDm3zUowXmpajmm6Zr+1qVBUfJNxsCiHbUTH"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.2-canary.f10acb360_1698868793565_0.31639266737944705"},"_hasShrinkwrap":false,"contributors":[]},"4.3.2-canary.ff1a6ec2c":{"name":"@firebase/firestore","version":"4.3.2-canary.ff1a6ec2c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.ff1a6ec2c","@firebase/logger":"0.4.0-canary.ff1a6ec2c","@firebase/util":"1.9.3-canary.ff1a6ec2c","@firebase/webchannel-wrapper":"0.10.3-canary.ff1a6ec2c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.22-canary.ff1a6ec2c"},"devDependencies":{"@firebase/app":"0.9.22-canary.ff1a6ec2c","@firebase/app-compat":"0.2.22-canary.ff1a6ec2c","@firebase/auth":"1.3.2-canary.ff1a6ec2c","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"ff1a6ec2c7a2a0dc79ea55eda6149c3dc5ca19ae","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.2-canary.ff1a6ec2c","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-3KkOEmDwLAkj+y6CyXWzZzpXNswXh61oMzm3qB/JQVw/9oJJPxOhoK5t6zVgwZ/QYznCNJFK0/LZ3d+kOXWp/w==","shasum":"0f85c35d1ac58fb93c724bb662ce1d8d2be50315","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.2-canary.ff1a6ec2c.tgz","fileCount":1654,"unpackedSize":32952882,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHhTKYop1b/YMoPyQNMqvZ6VSk7rqkDt4cZVPvlmVvHbAiBJGeK1IQHtVTEbNLTTtoLtEAxtn6FPGYWddItFWS5d+Q=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.2-canary.ff1a6ec2c_1698873176397_0.7937500015743495"},"_hasShrinkwrap":false,"contributors":[]},"4.3.2-canary.5f496e401":{"name":"@firebase/firestore","version":"4.3.2-canary.5f496e401","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.5f496e401","@firebase/logger":"0.4.0-canary.5f496e401","@firebase/util":"1.9.3-canary.5f496e401","@firebase/webchannel-wrapper":"0.10.3-canary.5f496e401","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.22-canary.5f496e401"},"devDependencies":{"@firebase/app":"0.9.22-canary.5f496e401","@firebase/app-compat":"0.2.22-canary.5f496e401","@firebase/auth":"1.3.2-canary.5f496e401","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"5f496e401782db29afd1bd433818a3fc1ef1da3c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.2-canary.5f496e401","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-aYeMeZhigM/2L1TG4MWElcnHlqAfbukAfVuVl3Yg/ZZcsHOXBkvpNFPq0kup11Fln94clDj2RmZQKE01eaodfw==","shasum":"669c77a478bef61a951a4db437e6736ba33e4fe3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.2-canary.5f496e401.tgz","fileCount":1654,"unpackedSize":32952882,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDorGZM+on2PWJc9PI2KSghCdy5lw23KXSdGm8BAW1wCAIhAO0QaPDgc7B4W1EZbHzUypYvo1vt4QxNe886zCqc/kAL"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.2-canary.5f496e401_1699311105630_0.8613553600642616"},"_hasShrinkwrap":false,"contributors":[]},"4.3.2-canary.5c7fa8491":{"name":"@firebase/firestore","version":"4.3.2-canary.5c7fa8491","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.5c7fa8491","@firebase/logger":"0.4.0-canary.5c7fa8491","@firebase/util":"1.9.3-canary.5c7fa8491","@firebase/webchannel-wrapper":"0.10.3-canary.5c7fa8491","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.22-canary.5c7fa8491"},"devDependencies":{"@firebase/app":"0.9.22-canary.5c7fa8491","@firebase/app-compat":"0.2.22-canary.5c7fa8491","@firebase/auth":"1.3.2-canary.5c7fa8491","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"5c7fa84912ac8a9652b82ebf88eb483dd44977a8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.2-canary.5c7fa8491","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-hgs355PrcRzmqanrYq8bB4pwrp7CJ82rYV7SOMv3Jr6NfBsx/dDtMVqGRWGbUYZhI5ZiIV24UqPdVcUpqj0sWA==","shasum":"e6d6da165c8f7fe2b6cafe43bd45669284679145","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.2-canary.5c7fa8491.tgz","fileCount":1654,"unpackedSize":32952882,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCNIDAUW9vMbqgs9USdyY9Y14HBhK1nzJKo9GW9hKoSswIhAL8uOpCtci/Qq1T/ti7VlAmPp6TL1YtoyVSpD+eScuKl"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.2-canary.5c7fa8491_1699321885229_0.8895840750905046"},"_hasShrinkwrap":false,"contributors":[]},"4.3.2-canary.a89e05bfc":{"name":"@firebase/firestore","version":"4.3.2-canary.a89e05bfc","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.a89e05bfc","@firebase/logger":"0.4.0-canary.a89e05bfc","@firebase/util":"1.9.3-canary.a89e05bfc","@firebase/webchannel-wrapper":"0.10.3-canary.a89e05bfc","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","node-fetch":"2.6.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.23-canary.a89e05bfc"},"devDependencies":{"@firebase/app":"0.9.23-canary.a89e05bfc","@firebase/app-compat":"0.2.23-canary.a89e05bfc","@firebase/auth":"1.4.0-canary.a89e05bfc","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"a89e05bfca7fa67ce2fac4195ae07f04accfa2dc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.2-canary.a89e05bfc","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-cYtEbUbis6wCdGlcDz9GgpTVYuEzr2fylkN0tNZXIywpSoUOKbVXNNlMv3hflDX6Hb5bSoi/CKEPQyKEXBbCVw==","shasum":"e8cb47d9c1140460aca05bfba72ade1e3db785e9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.2-canary.a89e05bfc.tgz","fileCount":1654,"unpackedSize":32952882,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCAEQByv61ruzcWsW2x7Y4SSP1eN0BwHE6up4+hXw1kuwIhAJW7xesSyb/ImQeXESjELNbbweYMBuRqP0wwa6k5fEtx"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.2-canary.a89e05bfc_1699550025109_0.3690976984295482"},"_hasShrinkwrap":false,"contributors":[]},"4.3.2-canary.bebecdaad":{"name":"@firebase/firestore","version":"4.3.2-canary.bebecdaad","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.bebecdaad","@firebase/logger":"0.4.0-canary.bebecdaad","@firebase/util":"1.9.3-canary.bebecdaad","@firebase/webchannel-wrapper":"0.10.3-canary.bebecdaad","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.23-canary.bebecdaad"},"devDependencies":{"@firebase/app":"0.9.23-canary.bebecdaad","@firebase/app-compat":"0.2.23-canary.bebecdaad","@firebase/auth":"1.4.0-canary.bebecdaad","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"bebecdaad7fa552505055ab7705da478203078b6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.2-canary.bebecdaad","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-VYI5yrY8tAaBHhb8ribmpYONEtKM5fai/jvxZleDBIjTerD3wvVjuInMmsEFcEi8BpT64xLrIZrWJ2MQfiu9kw==","shasum":"8e01155fcf8c3b11b1402bf388f21a28eb6ac3d6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.2-canary.bebecdaad.tgz","fileCount":1654,"unpackedSize":32952680,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC2FTpUFs9ME+FM90wIXu7VOxIDb1l8HDaIpLxG8HJ90gIhAP06EcuilQ1QxbFhqNr2wGj9Tbb+RXsbxXSSi475lNd2"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.2-canary.bebecdaad_1699802920021_0.15069159756809736"},"_hasShrinkwrap":false,"contributors":[]},"4.4.0-20231112213030":{"name":"@firebase/firestore","version":"4.4.0-20231112213030","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.23","@firebase/app-compat":"0.2.23","@firebase/auth":"1.5.0-20231112213030","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"d8f1f70bd82dc0e44170d48ccc4acd628db8f304","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-20231112213030","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-YUqNAbbjq+m8R9uKJTP+5nkx25dNNVturml84ABDGXtmLbpWAzQC64fBT0KwyBxN0B3K1/IrxPOlLezDzUWD2A==","shasum":"e301f93f1c082e8d2d4456b1216016969bab4009","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-20231112213030.tgz","fileCount":1654,"unpackedSize":32952490,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAEFlsTIC9Fxdq1DpZ5OVWH9e4zM8OPQkFOaOu1+JPg7AiBMPraO5IPCMd5IvrCvgqQb5PhYl++OtOnQiqkZogypUA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-20231112213030_1699825469577_0.257226417920847"},"_hasShrinkwrap":false,"contributors":[]},"4.3.2-canary.ebc694a33":{"name":"@firebase/firestore","version":"4.3.2-canary.ebc694a33","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.ebc694a33","@firebase/logger":"0.4.0-canary.ebc694a33","@firebase/util":"1.9.3-canary.ebc694a33","@firebase/webchannel-wrapper":"0.10.3-canary.ebc694a33","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.23-canary.ebc694a33"},"devDependencies":{"@firebase/app":"0.9.23-canary.ebc694a33","@firebase/app-compat":"0.2.23-canary.ebc694a33","@firebase/auth":"1.4.0-canary.ebc694a33","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"ebc694a33027ce5c663b92652de607c36b08d8a2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.2-canary.ebc694a33","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-1Mr530UlE/c3WhuaZ5Dgum7UkVi4F2wO+trtsE6B60xljxbSYB+bHRlJ+dBNXgWvq2q3HP9s+8d227OEm51xDA==","shasum":"83c7b3c6cf620c919cdb2e799f1336c73a98de51","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.2-canary.ebc694a33.tgz","fileCount":1654,"unpackedSize":32952680,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICYSC5fgZnBuXy/rvCzib7WitdHVAKYjgbdBC+y8NxCqAiEAvZLBAyfmO7M/SyM/xLKnUHJC9hlV8MTPcaIeap4Xlps="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.2-canary.ebc694a33_1699994666822_0.9214844231967649"},"_hasShrinkwrap":false,"contributors":[]},"4.3.2-canary.2a2e2b7ce":{"name":"@firebase/firestore","version":"4.3.2-canary.2a2e2b7ce","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.2a2e2b7ce","@firebase/logger":"0.4.0-canary.2a2e2b7ce","@firebase/util":"1.9.3-canary.2a2e2b7ce","@firebase/webchannel-wrapper":"0.10.3-canary.2a2e2b7ce","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.23-canary.2a2e2b7ce"},"devDependencies":{"@firebase/app":"0.9.23-canary.2a2e2b7ce","@firebase/app-compat":"0.2.23-canary.2a2e2b7ce","@firebase/auth":"1.4.0-canary.2a2e2b7ce","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"2a2e2b7ce86b4c23b42e068d33aeb2c20b61d1e4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.2-canary.2a2e2b7ce","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-HK1pFTTHRrUOKa9obuo/7x0dnnFxiWDNJMI5uzARXd75HuskBGZDKLeiUC1OZfoJ2Dhyq9aLd8ckSS/ydkuZyQ==","shasum":"3aa2e86c0c1200c5e154961d1886548f98f6e460","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.2-canary.2a2e2b7ce.tgz","fileCount":1654,"unpackedSize":32952680,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG3qjl5J6SL5A32RZlxWMKTD5WCWQhhZHliXfl+2/w0bAiBpHBuN4RV7vgerD4LxW0EXy/UGNOOR2AN06XpsBMdWfA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.2-canary.2a2e2b7ce_1700074396070_0.706012473652607"},"_hasShrinkwrap":false,"contributors":[]},"4.3.2-canary.b2163b33d":{"name":"@firebase/firestore","version":"4.3.2-canary.b2163b33d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.b2163b33d","@firebase/logger":"0.4.0-canary.b2163b33d","@firebase/util":"1.9.3-canary.b2163b33d","@firebase/webchannel-wrapper":"0.10.3-canary.b2163b33d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.23-canary.b2163b33d"},"devDependencies":{"@firebase/app":"0.9.23-canary.b2163b33d","@firebase/app-compat":"0.2.23-canary.b2163b33d","@firebase/auth":"1.4.0-canary.b2163b33d","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"b2163b33d4076ba69849c82751fe225dc989c9de","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.2-canary.b2163b33d","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-rcsh6qoGWDw+7dVR6hAJQ/d0sQDUnvwtdtYi3oiNjZ02pbWWgX3Tz7DUJ5kNX5lXaeCECDt5Df/xdpmPAp6zXg==","shasum":"c681c0a227dcb12e9be9b44101050b2f58f8fc12","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.2-canary.b2163b33d.tgz","fileCount":1654,"unpackedSize":32952680,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEb5DXG2YJL3c60+UdK66AOBdEVYWOWEgWc/G3YjpV9gAiEA/8gAQ0K9XjUXuvrJMHVrB7YkK1KCpSeT+1h1k8wcuao="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.2-canary.b2163b33d_1700074629490_0.114942338756443"},"_hasShrinkwrap":false,"contributors":[]},"4.3.2-canary.b782bb270":{"name":"@firebase/firestore","version":"4.3.2-canary.b782bb270","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.b782bb270","@firebase/logger":"0.4.0-canary.b782bb270","@firebase/util":"1.9.3-canary.b782bb270","@firebase/webchannel-wrapper":"0.10.3-canary.b782bb270","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.23-canary.b782bb270"},"devDependencies":{"@firebase/app":"0.9.23-canary.b782bb270","@firebase/app-compat":"0.2.23-canary.b782bb270","@firebase/auth":"1.4.0-canary.b782bb270","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"b782bb2709b661e8b72bde9915352582fb820337","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.2-canary.b782bb270","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-g1ELbsOmCP8UWzSeUoP9pd1W2XhUwNSZR+6Djrs+Xad++mXm4ydvbhldis4w2QyC6O6IS8uJE2XEVSSuMx/jRQ==","shasum":"32459c27a614ccf8a196b43c67e44265a3d806fb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.2-canary.b782bb270.tgz","fileCount":1654,"unpackedSize":32952680,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDbUsH/Nk6Jj9QtlkiigoFCVTNLAWxJx+NIa/rzhVRL1wIhAPz64hRq9NLqiWb0TXLQgFTqGz6AGA1vv+XqfruKDMd8"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.2-canary.b782bb270_1700163101193_0.23358922744346633"},"_hasShrinkwrap":false,"contributors":[]},"4.3.2-canary.00235ba68":{"name":"@firebase/firestore","version":"4.3.2-canary.00235ba68","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.00235ba68","@firebase/logger":"0.4.0-canary.00235ba68","@firebase/util":"1.9.3-canary.00235ba68","@firebase/webchannel-wrapper":"0.10.4-canary.00235ba68","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.23-canary.00235ba68"},"devDependencies":{"@firebase/app":"0.9.23-canary.00235ba68","@firebase/app-compat":"0.2.23-canary.00235ba68","@firebase/auth":"1.4.0-canary.00235ba68","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"00235ba68fdbb5d9788a14ba2bdd75cad87301e4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.2-canary.00235ba68","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-v61gMltHI7r3JraWTI6rkXxqWLtwiqRxS6yOYFDcrxLVepE1d19dwb6N1HeMYx3vTXoJum4IhSsB7SJ4T5vYSQ==","shasum":"a485a1de3c2597e08fd0eba250703cc4d01492f2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.2-canary.00235ba68.tgz","fileCount":1654,"unpackedSize":32953832,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDaeiBB0IMVnxOMWsbJ8YSOLeoTh/0JDj8mu/it31lDlQIgSVoTj5FB8TVjerNB3TsIkxUdlaBfNx21ZYlPW0BBBh4="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.2-canary.00235ba68_1700263110929_0.11347038898972883"},"_hasShrinkwrap":false,"contributors":[]},"4.4.0-20231120214520":{"name":"@firebase/firestore","version":"4.4.0-20231120214520","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.5-20231120214520","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.23","@firebase/app-compat":"0.2.23","@firebase/auth":"1.5.0-20231120214520","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"84bf8d9bb0d3e4dc4f16ef3b3c2ab45690626853","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-20231120214520","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-I46Z3XfufZqyqX8XFX8WAdhNXC1NngAG90ydYRvBFIo6DS5cPwZ3GLiErrPdqldbjeyx4iL8kpP2/zQMcTsWaA==","shasum":"53fc25167b2c2d9a64acfd78a6dc756b8e45ecc9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-20231120214520.tgz","fileCount":1654,"unpackedSize":32953657,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICfMcd/rNqxo+sq+CkLhTCnF4x33+W/BMXjBOkzs/XatAiEA2UEBDFWkZUKqrHLNaV2U3kTvSG1vd9Gw5KfKCQfpNyU="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-20231120214520_1700517599829_0.8451911886931465"},"_hasShrinkwrap":false,"contributors":[]},"4.3.2-canary.0d29adc97":{"name":"@firebase/firestore","version":"4.3.2-canary.0d29adc97","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.0d29adc97","@firebase/logger":"0.4.0-canary.0d29adc97","@firebase/util":"1.9.3-canary.0d29adc97","@firebase/webchannel-wrapper":"0.10.4-canary.0d29adc97","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.23-canary.0d29adc97"},"devDependencies":{"@firebase/app":"0.9.23-canary.0d29adc97","@firebase/app-compat":"0.2.23-canary.0d29adc97","@firebase/auth":"1.4.0-canary.0d29adc97","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"0d29adc974d72f93552dad53ebd8b4ecab2ce810","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.2-canary.0d29adc97","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-YkbGB4eBvaAnV8CJ+kZWjXSnqoS1wz8Bs4qMDsQ3M3SMyPwtlxcmKP5mmJoP4Irq55s2vuvZsdI7b0hdNIUfXg==","shasum":"b85051391ec8da58942bdac25552bb9b204ee83f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.2-canary.0d29adc97.tgz","fileCount":1654,"unpackedSize":32964258,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGuKqOhBh5+fIa53bpHXHR8jV1hiNvK6ftZpbyCGPzcPAiAchB1kYgU0mlbZ5ri9lqZLoxG6OXH+USbCWs3J1pVLjQ=="}],"size":6514890},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.2-canary.0d29adc97_1700613981644_0.6516592235832059"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-22T00:46:22.141Z","publish_time":1700613982141,"_source_registry_name":"default","contributors":[]},"4.3.2-canary.a5c1a3594":{"name":"@firebase/firestore","version":"4.3.2-canary.a5c1a3594","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.a5c1a3594","@firebase/logger":"0.4.0-canary.a5c1a3594","@firebase/util":"1.9.3-canary.a5c1a3594","@firebase/webchannel-wrapper":"0.10.4-canary.a5c1a3594","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.23-canary.a5c1a3594"},"devDependencies":{"@firebase/app":"0.9.23-canary.a5c1a3594","@firebase/app-compat":"0.2.23-canary.a5c1a3594","@firebase/auth":"1.4.0-canary.a5c1a3594","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"a5c1a359448c815e5a1c2eeb5b5d69d309485c47","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.2-canary.a5c1a3594","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-13vcpo9j+lKq8aTUNuk454ipx5dMle+aJYU1EbNL7X+AGPeFCVzaOugK57ihljuoFaBhlsq7WIOj6kSqtbUJWw==","shasum":"73c274fb4fdb946f1b40eb548b0cb623c31a39eb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.2-canary.a5c1a3594.tgz","fileCount":1654,"unpackedSize":32964258,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFrTryelLSaStYfrgIlp9DGxosc7ycfh29dYqS16WLidAiEAoSw/2DcieIt2a95KEwriObgqj8s0NqjbC1/6xOTfLbA="}],"size":6514894},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.2-canary.a5c1a3594_1700680464952_0.4459372102262802"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-22T19:14:25.365Z","publish_time":1700680465365,"_source_registry_name":"default","contributors":[]},"4.4.0-20231122201901":{"name":"@firebase/firestore","version":"4.4.0-20231122201901","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.5-20231122201901","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.24-20231122201901"},"devDependencies":{"@firebase/app":"0.9.24-20231122201901","@firebase/app-compat":"0.2.24-20231122201901","@firebase/auth":"1.5.0-20231122201901","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"aa4c03ddaebd837949925ad2819e601fc9bb8754","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-20231122201901","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-PWKLdccuDVu+erydFdA8/ZCFyoNZEkubYbVTkgr4bgEse6intDpEiQ/MyKgPePvS3zG7F/ETPb1ncPNZaMshdg==","shasum":"4e2f3c17f6bbba66f3b85e9c21b7f0cc369c4b3f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-20231122201901.tgz","fileCount":1654,"unpackedSize":32964131,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDhnFCbl1t/g2ii7Om4TsFL1FA3N5Hf87ABqB+EBUkf4AiEAjXjN/v4SsqoujjA4iph3EJSjdCnnYKAReCBwdkcGiu8="}],"size":6514876},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-20231122201901_1700685264740_0.20706679284080254"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-22T20:34:25.035Z","publish_time":1700685265035,"_source_registry_name":"default","contributors":[]},"4.3.2-canary.e9ff107ee":{"name":"@firebase/firestore","version":"4.3.2-canary.e9ff107ee","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.e9ff107ee","@firebase/logger":"0.4.0-canary.e9ff107ee","@firebase/util":"1.9.3-canary.e9ff107ee","@firebase/webchannel-wrapper":"0.10.4-canary.e9ff107ee","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.23-canary.e9ff107ee"},"devDependencies":{"@firebase/app":"0.9.23-canary.e9ff107ee","@firebase/app-compat":"0.2.23-canary.e9ff107ee","@firebase/auth":"1.4.0-canary.e9ff107ee","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e9ff107eedbb9ec695ddc35e45bdd62734735674","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.3.2-canary.e9ff107ee","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-sze1LMFivdmnbdxMK8OXzXBzEyTf/ax8s8wUFyB6fO5qbCGxsYK4wsVpRZP4vh+jZC4TYVt4boGoE43I3xlR2w==","shasum":"8d2fdb41bb9968fa3ea51d4fafe8490634103a61","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.3.2-canary.e9ff107ee.tgz","fileCount":1654,"unpackedSize":32964258,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA3tdQly2+nYX4NUiT6XhR7I6H5twG7FlI4WilDG1VSIAiEA1LGOj6w+cOHpAvdmS0EOx25F2xp8jKezHljJbs6bhmM="}],"size":6514880},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.3.2-canary.e9ff107ee_1700685432342_0.09856875082041117"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-22T20:37:12.696Z","publish_time":1700685432696,"_source_registry_name":"default","contributors":[]},"4.4.0":{"name":"@firebase/firestore","version":"4.4.0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.24","@firebase/app-compat":"0.2.24","@firebase/auth":"1.5.0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"gitHead":"e8ff8b898ffad1654547885b786fc3c59163a557","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-VeDXD9PUjvcWY1tInBOMTIu2pijR3YYy+QAe5cxCo1Q1vW+aA/mpQHhebPM1J6b4Zd1MuUh8xpBRvH9ujKR56A==","shasum":"c90c65c270538c34a6271827f20d67244f121933","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0.tgz","fileCount":1654,"unpackedSize":32963538,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICPfSSERNNRrzZqQ+JPn4xFwlGDib5CC4ZtWwMit5wzuAiAT+NxTsaG9fjqBItlcVPe52WK02CYvq1wfHJw6qHTKDg=="}],"size":6514621},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0_1701115594984_0.7701335631124346"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-27T20:06:35.458Z","publish_time":1701115595458,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.e8ff8b898":{"name":"@firebase/firestore","version":"4.4.0-canary.e8ff8b898","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.e8ff8b898","@firebase/logger":"0.4.0-canary.e8ff8b898","@firebase/util":"1.9.3-canary.e8ff8b898","@firebase/webchannel-wrapper":"0.10.5-canary.e8ff8b898","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.24-canary.e8ff8b898"},"devDependencies":{"@firebase/app":"0.9.24-canary.e8ff8b898","@firebase/app-compat":"0.2.24-canary.e8ff8b898","@firebase/auth":"1.5.0-canary.e8ff8b898","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e8ff8b898ffad1654547885b786fc3c59163a557","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.e8ff8b898","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-4btO3cCsg4efriEl6f4+GN5gK15TVGE7qnt53eYKuDK+aX+++KWEufrz4UVils4llfQ4/FAO6OSFkfCvS6JA4Q==","shasum":"d87a3cd581121915954aaa81a85f3a8a19c476e8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.e8ff8b898.tgz","fileCount":1654,"unpackedSize":32964258,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD29+FhgxDpi5T8KknbpHoueqnR3Cq0imkHc7glZzwjQQIgcEdORwnHoHL28EBCBpzAvgsfQCGkYwDCGvYgEGBMB9k="}],"size":6514892},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.e8ff8b898_1701117693059_0.5078103528261146"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-27T20:41:33.484Z","publish_time":1701117693484,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.1d32137c5":{"name":"@firebase/firestore","version":"4.4.0-canary.1d32137c5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.1d32137c5","@firebase/logger":"0.4.0-canary.1d32137c5","@firebase/util":"1.9.3-canary.1d32137c5","@firebase/webchannel-wrapper":"0.10.5-canary.1d32137c5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.24-canary.1d32137c5"},"devDependencies":{"@firebase/app":"0.9.24-canary.1d32137c5","@firebase/app-compat":"0.2.24-canary.1d32137c5","@firebase/auth":"1.5.0-canary.1d32137c5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"1d32137c546a576298adb1713a9862cc92a26c83","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.1d32137c5","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-fWHs2KGgRwMGRSuEk4Uk0245MM1QNQ/tbQN1UbSo7ypwarC8/36p3nn3pbvNxjEv9zyjB6DfSJRtoGy2Cl/xQw==","shasum":"16f2f1c386cace4096ded656fddb744f31560134","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.1d32137c5.tgz","fileCount":1654,"unpackedSize":32964258,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqRWsvjfM46lLYlib4j2CftMiwt4gm+D59yvHjT7XZgQIgcyLdHKnuJORAXr0ETUBFPP/+HAPdfrk/0IeVh9eT0Vo="}],"size":6514880},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.1d32137c5_1701287272989_0.20660882895371224"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-29T19:47:53.382Z","publish_time":1701287273382,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.70e4cf6a6":{"name":"@firebase/firestore","version":"4.4.0-canary.70e4cf6a6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.70e4cf6a6","@firebase/logger":"0.4.0-canary.70e4cf6a6","@firebase/util":"1.9.3-canary.70e4cf6a6","@firebase/webchannel-wrapper":"0.10.5-canary.70e4cf6a6","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.24-canary.70e4cf6a6"},"devDependencies":{"@firebase/app":"0.9.24-canary.70e4cf6a6","@firebase/app-compat":"0.2.24-canary.70e4cf6a6","@firebase/auth":"1.5.0-canary.70e4cf6a6","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"70e4cf6a6544c4ccfa609c3f2c320980e7122101","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.70e4cf6a6","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-hyUcU9U4o+/Sp+TDXab457630KRp1SUY5tPhTUXkxuHAXOl4j4mcO6rkJO4DO/XAxMN2eRm2N37q09TZu3NcZg==","shasum":"5cc1bceabdcb99fdd92f29b610d52036ad94514d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.70e4cf6a6.tgz","fileCount":1654,"unpackedSize":32964258,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAOac5Xzn2bPqyGBV3s4kYL0WjXBEoYhyRwTmZyxkAIrAiEAuDWh3nF7OeeJG15EFdLx3echQ9ySXyd29r4Egw5BAFA="}],"size":6514879},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.70e4cf6a6_1701292039061_0.84154441132605"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-29T21:07:19.422Z","publish_time":1701292039422,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.0ecaf6c9f":{"name":"@firebase/firestore","version":"4.4.0-canary.0ecaf6c9f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.0ecaf6c9f","@firebase/logger":"0.4.0-canary.0ecaf6c9f","@firebase/util":"1.9.3-canary.0ecaf6c9f","@firebase/webchannel-wrapper":"0.10.5-canary.0ecaf6c9f","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.24-canary.0ecaf6c9f"},"devDependencies":{"@firebase/app":"0.9.24-canary.0ecaf6c9f","@firebase/app-compat":"0.2.24-canary.0ecaf6c9f","@firebase/auth":"1.5.0-canary.0ecaf6c9f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"0ecaf6c9fa14b40d32c52215d9e1c912bcc52bef","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.0ecaf6c9f","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-UGOTD4rkMlymUpkPFSpcLDQqcfYKBkhnNRXcKShIAGAP0wGpTlb2FHAwT/D79jbvfdqgTDuQEk109628Obi8wQ==","shasum":"253bca719b551d8c0c2b40c532ff53f458b9b4d6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.0ecaf6c9f.tgz","fileCount":1654,"unpackedSize":32964258,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCvhrw1DarAAe4YhOBOicOXkf2BHCmXYjtBG4yCmZ43ZwIhALa2Pcnp3GQhqq3cY2qAaWpDjhIAdmBK1kjGk9dOUYOj"}],"size":6514877},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.0ecaf6c9f_1701374768131_0.5985034321131626"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-30T20:06:08.528Z","publish_time":1701374768528,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.ac10cc349":{"name":"@firebase/firestore","version":"4.4.0-canary.ac10cc349","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.ac10cc349","@firebase/logger":"0.4.0-canary.ac10cc349","@firebase/util":"1.9.3-canary.ac10cc349","@firebase/webchannel-wrapper":"0.10.5-canary.ac10cc349","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.24-canary.ac10cc349"},"devDependencies":{"@firebase/app":"0.9.24-canary.ac10cc349","@firebase/app-compat":"0.2.24-canary.ac10cc349","@firebase/auth":"1.5.0-canary.ac10cc349","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"ac10cc3491772a3b8500852625029a1602cb2635","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.ac10cc349","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-4obx8IFtT2kon+P+s+6jYfoVHF/BGMbvhsmAF5V/Uv40a3qmWNBoNoLBE7GbXHOMEK7A8Egzkgt7ZwW9dnsp8w==","shasum":"8619d776eae33d06bb9cdc827251d54acbe3670e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.ac10cc349.tgz","fileCount":1654,"unpackedSize":32964258,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7Z9uu3B6w7OJSIOexQRP4+nA10yE4f2gpPHB0MBQ3nQIgAaydZQuJIjjQk6jSWPtW2v8Eh76iwOLb2wlckSpG+RY="}],"size":6514877},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.ac10cc349_1701480245960_0.931848218036849"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-02T01:24:06.436Z","publish_time":1701480246436,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.8586373b4":{"name":"@firebase/firestore","version":"4.4.0-canary.8586373b4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.8586373b4","@firebase/logger":"0.4.0-canary.8586373b4","@firebase/util":"1.9.3-canary.8586373b4","@firebase/webchannel-wrapper":"0.10.5-canary.8586373b4","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.24-canary.8586373b4"},"devDependencies":{"@firebase/app":"0.9.24-canary.8586373b4","@firebase/app-compat":"0.2.24-canary.8586373b4","@firebase/auth":"1.5.0-canary.8586373b4","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"8586373b4a3a5742da9962807a688b84ad9cee2d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.8586373b4","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-mq3IT1V/2FU8z4cT2fUeZCAyRNBICBzPLsXf2yPKTytkJys8NOn0rAbTEkSZ6UYjsA2rmgHB3kpERU5l5zem0w==","shasum":"9fa42f9e83625b9b480f625f2f4696763a5509fd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.8586373b4.tgz","fileCount":1654,"unpackedSize":32964778,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCWJZpicSNvS6WWP5+2/cLKv8qZumBaLBcqlv/61LWyzgIgMoJ8B/XIci8LZlk8CISgRJ4LDubaseIpCBzSQ5vE5KE="}],"size":6514898},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.8586373b4_1701796468311_0.8284853495282611"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-05T17:14:28.693Z","publish_time":1701796468693,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.efa116b1b":{"name":"@firebase/firestore","version":"4.4.0-canary.efa116b1b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.efa116b1b","@firebase/logger":"0.4.0-canary.efa116b1b","@firebase/util":"1.9.3-canary.efa116b1b","@firebase/webchannel-wrapper":"0.10.5-canary.efa116b1b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.efa116b1b"},"devDependencies":{"@firebase/app":"0.9.25-canary.efa116b1b","@firebase/app-compat":"0.2.25-canary.efa116b1b","@firebase/auth":"1.5.1-canary.efa116b1b","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"efa116b1bd9f660246a3e84d2f7389a049c1cea8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.efa116b1b","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-4jSouRFszY0G98nR6M85YmWYwMhTWbOsdydVEVt6KrGufSOAadQAiPFrzVqiTUqFAafFAfRqBe70DTy3vCi3rQ==","shasum":"0bcbe6feda626fe7fffc29d39a622c6f9cadb1ba","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.efa116b1b.tgz","fileCount":1654,"unpackedSize":32964778,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDXcyALWXpESQcJdA+IdPf6kDEbEfTroIf0hl2kasAjKQIgX3L4oAWvNiNkahZxYjqyhhHcMGL5ognHJWFgI166udE="}],"size":6514885},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.efa116b1b_1701812163657_0.04161374602700385"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-05T21:36:04.188Z","publish_time":1701812164188,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.03ba26296":{"name":"@firebase/firestore","version":"4.4.0-canary.03ba26296","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.03ba26296","@firebase/logger":"0.4.0-canary.03ba26296","@firebase/util":"1.9.3-canary.03ba26296","@firebase/webchannel-wrapper":"0.10.5-canary.03ba26296","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.03ba26296"},"devDependencies":{"@firebase/app":"0.9.25-canary.03ba26296","@firebase/app-compat":"0.2.25-canary.03ba26296","@firebase/auth":"1.5.1-canary.03ba26296","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"03ba26296ef029c844f9fbd6c11e3c773cf8eb14","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.03ba26296","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-qjE609lQrkhEvcHEj7BpGYeG7tD5KkM02DRl6v/at1slYmHLkxdaXJQprB83aHm+iXRFWoLpGlMj1JSr5EMeOg==","shasum":"df081e6258e3ae75b758c2754bce5d5f2a0a876d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.03ba26296.tgz","fileCount":1654,"unpackedSize":32964778,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCln0ZAJTn0kyhzTljPuN5ngTxpaOaB6sPLh9gjC78s2wIgEFUI0RWuaCp7HyZgl+pL9kGVCEnVQ8KYAHvh5yG56oQ="}],"size":6514914},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.03ba26296_1702314275021_0.9994143250311571"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-11T17:04:35.415Z","publish_time":1702314275415,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.7481098d4":{"name":"@firebase/firestore","version":"4.4.0-canary.7481098d4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.7481098d4","@firebase/logger":"0.4.0-canary.7481098d4","@firebase/util":"1.9.3-canary.7481098d4","@firebase/webchannel-wrapper":"0.10.5-canary.7481098d4","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.7481098d4"},"devDependencies":{"@firebase/app":"0.9.25-canary.7481098d4","@firebase/app-compat":"0.2.25-canary.7481098d4","@firebase/auth":"1.5.1-canary.7481098d4","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"7481098d47d14acce901fa4c065ceff0cbf07d3d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.7481098d4","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-njhrrZg9MEl9NC6yLtpuBRy7zX01xf5XTfPcTs/KUUsVDlOvmI6h4fWqQ3ZsoW1XOqsGlXXHK6gnM59t1ekXpQ==","shasum":"69e419101f07786b5866187a8a375ebc73492ad4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.7481098d4.tgz","fileCount":1654,"unpackedSize":32979448,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHEtF/LiuRd1yTfTroQWKLOV+Jg/rQn+BtfkMdfTStclAiA5FsedWLN5eUP99yoiRIaZyMsehV5TAmedfrnMs1rbYQ=="}],"size":6517601},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.7481098d4_1702327966044_0.6396950022180645"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-11T20:52:46.498Z","publish_time":1702327966498,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.42bfb0b82":{"name":"@firebase/firestore","version":"4.4.0-canary.42bfb0b82","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.42bfb0b82","@firebase/logger":"0.4.0-canary.42bfb0b82","@firebase/util":"1.9.3-canary.42bfb0b82","@firebase/webchannel-wrapper":"0.10.5-canary.42bfb0b82","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.42bfb0b82"},"devDependencies":{"@firebase/app":"0.9.25-canary.42bfb0b82","@firebase/app-compat":"0.2.25-canary.42bfb0b82","@firebase/auth":"1.5.1-canary.42bfb0b82","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"42bfb0b8243a6c36b66a0bbedf61436e70591062","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.42bfb0b82","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-1KD8rjee6HYAdgVg8LIMQ0wRo9on7qQXvaeXiX6bsdB8Ox1bBJ9hDYXRhj2WZ3LDHaHM/IWP5/pldua2ocDjfg==","shasum":"2f6eb8ff0de481c2104ef1fb4919e25ea4c7cc9e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.42bfb0b82.tgz","fileCount":1654,"unpackedSize":33192901,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD+sjiywHEWbTqJeNGuVc9rt5NQCiDhcSfAyTZSQ5IJ1wIgR5vCj61P2BH6/3fZyCl1JfXFx5bxSyRnS+t84uklBpg="}],"size":6562583},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.42bfb0b82_1702397455515_0.8361334282536612"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-12T16:10:55.938Z","publish_time":1702397455938,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.15addde0b":{"name":"@firebase/firestore","version":"4.4.0-canary.15addde0b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.15addde0b","@firebase/logger":"0.4.0-canary.15addde0b","@firebase/util":"1.9.3-canary.15addde0b","@firebase/webchannel-wrapper":"0.10.5-canary.15addde0b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.15addde0b"},"devDependencies":{"@firebase/app":"0.9.25-canary.15addde0b","@firebase/app-compat":"0.2.25-canary.15addde0b","@firebase/auth":"1.5.1-canary.15addde0b","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"15addde0b9d56dd3490e9c3c1e2f015e10e156cb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.15addde0b","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-A+W0tsZ7mAoNCq4WV2u0yV1vXyD9ypPBXyd//13LQct3q0r1MYpI+a3mJtto+mAoMlJC4+CDp5/U1S4wy1N/bQ==","shasum":"ebc2ba0454cd8cf306cc72de40e73e279354cb29","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.15addde0b.tgz","fileCount":1654,"unpackedSize":33192901,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDVNu9c7gWCewW0DNPHvj9iK0wXdfZli4Ucf5eaz7+ONQIhAIz0duoCtQtkAKMPdYFJ2179L9Bj7/fooubLKaxPlOU1"}],"size":6562565},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.15addde0b_1702417724301_0.8712812979552735"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-12T21:48:44.737Z","publish_time":1702417724737,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.a476c4692":{"name":"@firebase/firestore","version":"4.4.0-canary.a476c4692","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.a476c4692","@firebase/logger":"0.4.0-canary.a476c4692","@firebase/util":"1.9.3-canary.a476c4692","@firebase/webchannel-wrapper":"0.10.5-canary.a476c4692","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.a476c4692"},"devDependencies":{"@firebase/app":"0.9.25-canary.a476c4692","@firebase/app-compat":"0.2.25-canary.a476c4692","@firebase/auth":"1.5.1-canary.a476c4692","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"a476c4692dd1c1affbbd3139290dac54257dc5d2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.a476c4692","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-n8XBMDhGLrTjVJsLVuhx1tT+/Nm3cbTqbUE+2K2NzwJH+KFNUN9gZvmmJrQAdQXqAn1S0IWPdK96rW0dt2W5UQ==","shasum":"02af2760aac3d59ad7e7a2bf7d95d67a4c537dc0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.a476c4692.tgz","fileCount":1654,"unpackedSize":33197510,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFQd7hmBK2SzFgALNIorc2lLILnJ/3yJCHQUxzeFvBZXAiBaAC55i4WNahzfo4XsT7VVtjV9p6jBcd1Oc8gj1EahXg=="}],"size":6564131},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.a476c4692_1702566904930_0.531104701921884"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-14T15:15:05.392Z","publish_time":1702566905392,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.50b2182d7":{"name":"@firebase/firestore","version":"4.4.0-canary.50b2182d7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.50b2182d7","@firebase/logger":"0.4.0-canary.50b2182d7","@firebase/util":"1.9.3-canary.50b2182d7","@firebase/webchannel-wrapper":"0.10.5-canary.50b2182d7","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.50b2182d7"},"devDependencies":{"@firebase/app":"0.9.25-canary.50b2182d7","@firebase/app-compat":"0.2.25-canary.50b2182d7","@firebase/auth":"1.5.1-canary.50b2182d7","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"50b2182d774379d887d03e1ef86d088d94bb77b0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.50b2182d7","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-8d8qPEutC9kSGkrEnrar6SSqw0lRqRfZSL1YCoJddzfGm3AtQ2TEv9iy1e0edzIjFhoycc4qI0cf5yjbUIqNoQ==","shasum":"0937d6f9310b5c0c173b902e480452092588917a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.50b2182d7.tgz","fileCount":1654,"unpackedSize":33197510,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwqxh02igWioxHL9LW+IQWEo3GTzN8NbCLsWhfo8JVKgIgehfL7Elrhk+XbS97oIjTWuY8ZmvS/46Sc9oqF8RZUPQ="}],"size":6564146},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.50b2182d7_1702589882595_0.32367522503487356"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-14T21:38:02.937Z","publish_time":1702589882937,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.2e32eebb5":{"name":"@firebase/firestore","version":"4.4.0-canary.2e32eebb5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.2e32eebb5","@firebase/logger":"0.4.0-canary.2e32eebb5","@firebase/util":"1.9.3-canary.2e32eebb5","@firebase/webchannel-wrapper":"0.10.5-canary.2e32eebb5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.2e32eebb5"},"devDependencies":{"@firebase/app":"0.9.25-canary.2e32eebb5","@firebase/app-compat":"0.2.25-canary.2e32eebb5","@firebase/auth":"1.5.1-canary.2e32eebb5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"2e32eebb51e8afa114e03ff9e06f52cf528a1868","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.2e32eebb5","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-O+d4lFm52Vn5A2hpsdR2KCJwiK5rpTrqg13OVnqftRcBxbJXSU5vqDMi3USQJQKwYbNGlfmEaRH7MWONb3eYBw==","shasum":"5fc51d49387b4694ae97da0493912fcc038ddd94","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.2e32eebb5.tgz","fileCount":1654,"unpackedSize":33197510,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICZB9QtoBbirMFQrIMB8moLXllfkZPSkTh3MV+6RBv68AiAU4NApfVIC0XZnbbLnO+LGtSBu5UHmDmSwAkyxf9k9VA=="}],"size":6564135},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.2e32eebb5_1702590703765_0.7254078571182327"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-14T21:51:44.144Z","publish_time":1702590704144,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.8b389a2f3":{"name":"@firebase/firestore","version":"4.4.0-canary.8b389a2f3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.8b389a2f3","@firebase/logger":"0.4.0-canary.8b389a2f3","@firebase/util":"1.9.3-canary.8b389a2f3","@firebase/webchannel-wrapper":"0.10.5-canary.8b389a2f3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.8b389a2f3"},"devDependencies":{"@firebase/app":"0.9.25-canary.8b389a2f3","@firebase/app-compat":"0.2.25-canary.8b389a2f3","@firebase/auth":"1.5.1-canary.8b389a2f3","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"8b389a2f350a88415215bbeb583c75eb527c9c07","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.8b389a2f3","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-/4eW/buXyrVZUxf+gvIF6Op0uDHIejq7O17fHT233P84f2Fp4uiCfwnpLLDh8N4WlGx4+zXhtu2oEzlaXEjYhA==","shasum":"3f5704fc11225720d7405b0ebb2937ef303a7497","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.8b389a2f3.tgz","fileCount":1654,"unpackedSize":33197510,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD2LFjHxsvuINVjYMeYqFe9T48HUVywPJ/BqH3diXkzuQIgYyJQ7PBmzBf1vafMcLW46L495lKeYGkwYtUy5rmOwwg="}],"size":6564150},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.8b389a2f3_1702605911271_0.6002341470148616"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-15T02:05:11.758Z","publish_time":1702605911758,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.bcf70a842":{"name":"@firebase/firestore","version":"4.4.0-canary.bcf70a842","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.bcf70a842","@firebase/logger":"0.4.0-canary.bcf70a842","@firebase/util":"1.9.3-canary.bcf70a842","@firebase/webchannel-wrapper":"0.10.5-canary.bcf70a842","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.bcf70a842"},"devDependencies":{"@firebase/app":"0.9.25-canary.bcf70a842","@firebase/app-compat":"0.2.25-canary.bcf70a842","@firebase/auth":"1.5.1-canary.bcf70a842","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"bcf70a8421a4049c87092706e75a7006a417253f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.bcf70a842","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-6+Wr6UcwJT6eSgM3OrMRMUyiJfa5POdP1nKhn04OnULRu3JDmZ7AvsszaM4hRanQ80x4acQtjDUi3YJgzUps4g==","shasum":"d8a1a59b5ed965e81710a62d927a53b2ae5322c4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.bcf70a842.tgz","fileCount":1654,"unpackedSize":33197510,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCG3zNUQ1BQZxLnf1aYkr3koEeRJsMDubBDa204QgqDFQIhAKDj/7rLYNzygFyTN2OpHSogO23qlCzJrUtgZLwlRokU"}],"size":6564144},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.bcf70a842_1702657726542_0.27647217485449915"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-15T16:28:46.968Z","publish_time":1702657726968,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.5748169a2":{"name":"@firebase/firestore","version":"4.4.0-canary.5748169a2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.5748169a2","@firebase/logger":"0.4.0-canary.5748169a2","@firebase/util":"1.9.3-canary.5748169a2","@firebase/webchannel-wrapper":"0.10.5-canary.5748169a2","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.5748169a2"},"devDependencies":{"@firebase/app":"0.9.25-canary.5748169a2","@firebase/app-compat":"0.2.25-canary.5748169a2","@firebase/auth":"1.5.1-canary.5748169a2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"5748169a27705ebf8ea8a6b5a23b12782e8bc2e3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.5748169a2","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Xz0yHY4fXMsjJUB4kl8DQubUV000gqFMli5gDD/UdKn8RVFfw+cYwW0anVB/o1AZiNPCos1oZLtWDGLkuuE5Gw==","shasum":"ab11806d30db91a38ed74cce8816f7920c84f55d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.5748169a2.tgz","fileCount":1654,"unpackedSize":33200446,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCHLVRQcash2rRJ21rK5hD/gl4cXiVIGX5QCLsdqca7ugIgMNGFo/u5Wlt97gVqcYe4n318t0HGgjiB3NeVpfJgd3E="}],"size":6564733},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.5748169a2_1702660231797_0.3496608274069677"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-15T17:10:32.236Z","publish_time":1702660232236,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.9d3896a91":{"name":"@firebase/firestore","version":"4.4.0-canary.9d3896a91","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.9d3896a91","@firebase/logger":"0.4.0-canary.9d3896a91","@firebase/util":"1.9.3-canary.9d3896a91","@firebase/webchannel-wrapper":"0.10.5-canary.9d3896a91","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.9d3896a91"},"devDependencies":{"@firebase/app":"0.9.25-canary.9d3896a91","@firebase/app-compat":"0.2.25-canary.9d3896a91","@firebase/auth":"1.5.1-canary.9d3896a91","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"9d3896a9172e5568c0b5cdaac1536edfd02527a1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.9d3896a91","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-ClJmQ5mB9tbOEmezwcQWZOhcamtsyO48EDvl/w7OCEoWh+cAyJqlOR9FLICZ8IvWWRcIAK2HXwDYb0yrp0DU7w==","shasum":"28a0ddfe687abb166826887cdcfbb73a7a73d85c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.9d3896a91.tgz","fileCount":1654,"unpackedSize":33200446,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICLgqK/9OCvSv6qkHvZTosoI4ZWhUqcWC3YAYWW0djQ+AiEA2NS6YT3J1nitB/+yDSsG1FnqKaivpJQbQTaebYSWrI8="}],"size":6564729},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.9d3896a91_1702667959838_0.7768842148579957"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-15T19:19:20.275Z","publish_time":1702667960275,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.07a65d319":{"name":"@firebase/firestore","version":"4.4.0-canary.07a65d319","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.07a65d319","@firebase/logger":"0.4.0-canary.07a65d319","@firebase/util":"1.9.3-canary.07a65d319","@firebase/webchannel-wrapper":"0.10.5-canary.07a65d319","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.07a65d319"},"devDependencies":{"@firebase/app":"0.9.25-canary.07a65d319","@firebase/app-compat":"0.2.25-canary.07a65d319","@firebase/auth":"1.5.1-canary.07a65d319","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"07a65d31976a5e81b57b0928ec2afa088d3f5476","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.07a65d319","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-clsQlsCxMvyvkSdAjq1A8B7wzT8/T4hJoqtttohQrl8VSaPcfthwPxTzG31NyAiTmQTTeqJwm5Rb38atavNvFg==","shasum":"c1c96409382f828723b55f078f8915b92559b8a1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.07a65d319.tgz","fileCount":1654,"unpackedSize":33200446,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFvu3YI5Xw9/eOWyGU6WxlR0oixhxakCPQKbYmEBfnBsAiEAhiR7tZ7x578pz0Fas4ML6z4JtE4/N2AtvXQVOOb84oo="}],"size":6564720},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.07a65d319_1702683472725_0.6792057710102453"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-15T23:37:53.258Z","publish_time":1702683473258,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.ac7fee195":{"name":"@firebase/firestore","version":"4.4.0-canary.ac7fee195","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.ac7fee195","@firebase/logger":"0.4.0-canary.ac7fee195","@firebase/util":"1.9.3-canary.ac7fee195","@firebase/webchannel-wrapper":"0.10.5-canary.ac7fee195","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.ac7fee195"},"devDependencies":{"@firebase/app":"0.9.25-canary.ac7fee195","@firebase/app-compat":"0.2.25-canary.ac7fee195","@firebase/auth":"1.5.1-canary.ac7fee195","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"ac7fee195f4dfcc15c7362ff461c985b2dd265d5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.ac7fee195","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-O7zcwmvKljL4ajtVUZStc+35bdE3MKp/kRQsKh6HeBUyCZN3pCRxYHLz0aYwPVbLYSBdHkimSrRwV33SiEzrPw==","shasum":"01466da7edcee45d4c295b96b655444a2013a494","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.ac7fee195.tgz","fileCount":1654,"unpackedSize":33200446,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFaHxU3DLPH4ExgYfLepru3Rds5smG3uKAaWYik+NFLrAiAcEc/AVZjSRNUjEUJm6A8vjSupM0AbEmswImrwPZZ0Kg=="}],"size":6564693},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.ac7fee195_1702924018337_0.5624053579191386"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-18T18:26:58.729Z","publish_time":1702924018729,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.f5882cb99":{"name":"@firebase/firestore","version":"4.4.0-canary.f5882cb99","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.f5882cb99","@firebase/logger":"0.4.0-canary.f5882cb99","@firebase/util":"1.9.3-canary.f5882cb99","@firebase/webchannel-wrapper":"0.10.5-canary.f5882cb99","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.f5882cb99"},"devDependencies":{"@firebase/app":"0.9.25-canary.f5882cb99","@firebase/app-compat":"0.2.25-canary.f5882cb99","@firebase/auth":"1.5.1-canary.f5882cb99","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f5882cb992ecbd312ca0a60832bdd1d5cc4b55d9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.f5882cb99","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-xfq/xXC8OE+jI+9jWJtCAKJ6y5x8rXKW8y18r0IwLJMbQdtb5Vw9XUHB/JTL8fN/XcTfthmOGOLXXWjWzwJNGA==","shasum":"ceece1bae0d4c30b74029059260791075dce3f4a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.f5882cb99.tgz","fileCount":1654,"unpackedSize":33200407,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDn/UMXGhZqFF+y+EGDpFB98zjYObBlCFUd3jJk/FLTkwIgT0bYOQrzp5u5poWJGqrq9C/bbx4laSBZ312soHJr4GI="}],"size":6564685},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.f5882cb99_1702924236333_0.5756699463210848"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-18T18:30:36.828Z","publish_time":1702924236828,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.4f55ae2f5":{"name":"@firebase/firestore","version":"4.4.0-canary.4f55ae2f5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.4f55ae2f5","@firebase/logger":"0.4.0-canary.4f55ae2f5","@firebase/util":"1.9.3-canary.4f55ae2f5","@firebase/webchannel-wrapper":"0.10.5-canary.4f55ae2f5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.4f55ae2f5"},"devDependencies":{"@firebase/app":"0.9.25-canary.4f55ae2f5","@firebase/app-compat":"0.2.25-canary.4f55ae2f5","@firebase/auth":"1.5.1-canary.4f55ae2f5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"4f55ae2f5c8bde6f64b76a1ea2cded5c4fadd286","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.4f55ae2f5","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-I8g2xbacOKCE7Ukml2/bMcGAJ/R5dydS5K9J5o4PDSK3P0tblFaMuYQapmoBdf16BVCBncpRHVN8gCwQkeqvsA==","shasum":"b4f40f5993c0ec21d32c2bbb89a043c29b261d53","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.4f55ae2f5.tgz","fileCount":1654,"unpackedSize":33200407,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCgcxf+s4KJ41u5Ol7KRoDFHUcW+GKjGIQXu0U9kW+ZaQIhAN2ERvO8H88IFbtr9Jk4KspMffUR6hFkMnjDvXZUvCWT"}],"size":6564677},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.4f55ae2f5_1702924275081_0.7129439404608828"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-18T18:31:15.514Z","publish_time":1702924275514,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.f854abe5b":{"name":"@firebase/firestore","version":"4.4.0-canary.f854abe5b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.f854abe5b","@firebase/logger":"0.4.0-canary.f854abe5b","@firebase/util":"1.9.3-canary.f854abe5b","@firebase/webchannel-wrapper":"0.10.5-canary.f854abe5b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.f854abe5b"},"devDependencies":{"@firebase/app":"0.9.25-canary.f854abe5b","@firebase/app-compat":"0.2.25-canary.f854abe5b","@firebase/auth":"1.5.1-canary.f854abe5b","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f854abe5b9be5fa2edf0df9bea971e1cbf9a3746","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.f854abe5b","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-l9PSysduT3D8xqf464lvHgRnuewGoBAICeRZSPKRL6efaKozbG+ltKGYYiidjGDbXMtmBr1YI4mT/XkmHNlDhw==","shasum":"d000589b64bfd0950eea80332216773909dc03f2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.f854abe5b.tgz","fileCount":1654,"unpackedSize":33200407,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGb4NP3hHKn3A6CMO29+IavHBQBI+UlpVVmkPpAchaPpAiAOt3uP6ptLCY/zsh4cMYOehMA6kpLQtY2q2caiYVcZ7Q=="}],"size":6564678},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.f854abe5b_1702936626023_0.09904910085198781"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-18T21:57:06.441Z","publish_time":1702936626441,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.f4788453e":{"name":"@firebase/firestore","version":"4.4.0-canary.f4788453e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.f4788453e","@firebase/logger":"0.4.0-canary.f4788453e","@firebase/util":"1.9.3-canary.f4788453e","@firebase/webchannel-wrapper":"0.10.5-canary.f4788453e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.f4788453e"},"devDependencies":{"@firebase/app":"0.9.25-canary.f4788453e","@firebase/app-compat":"0.2.25-canary.f4788453e","@firebase/auth":"1.5.1-canary.f4788453e","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f4788453eb989d30495ddc7a3832e13c6d11b34e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.f4788453e","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-zSiEyXQVbZYwvWZLje4UKllZ7hKMAkpML8jtLeaY6aSRmLCIWNgVjOipSQK2xyBseCh4iHucp77vbgcO1Orrtw==","shasum":"da31bb1090eb41481a3211f241de30a4eae6d8e7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.f4788453e.tgz","fileCount":1654,"unpackedSize":33227730,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB4UQ5Etxiq/RHAxe37upaT9mR1BakGdF06vUIzSyzYgAiACRUJqPxZpFuJO3m426lY5ymEkA+/ovea1u2cPVCTdIA=="}],"size":6569758},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.f4788453e_1703094343929_0.11993018255404042"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-20T17:45:44.289Z","publish_time":1703094344289,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.537d39982":{"name":"@firebase/firestore","version":"4.4.0-canary.537d39982","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.537d39982","@firebase/logger":"0.4.0-canary.537d39982","@firebase/util":"1.9.3-canary.537d39982","@firebase/webchannel-wrapper":"0.10.5-canary.537d39982","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.537d39982"},"devDependencies":{"@firebase/app":"0.9.25-canary.537d39982","@firebase/app-compat":"0.2.25-canary.537d39982","@firebase/auth":"1.5.1-canary.537d39982","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"537d39982f90aff50519b8c1ad6d58048fb8f244","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.537d39982","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-4bK+sAf7weyLfK1aCuB+hoZO4IWlAkc3n2aeV2sc2psdLccRBIzQRkFN1UGp5Z4P0yBfpxAVcaL1oMu4uWpZ1g==","shasum":"215f20915818e9499e451ed35a4a7a930cb0d21c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.537d39982.tgz","fileCount":1654,"unpackedSize":33228717,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDIrFZfEHCez6pj++aN1DYwdbH+68A9MGE9oNJxWz2sgQIgRKLmFfM+1gM4RVvM9HNgI24s88dRCOOVmoZyEv/Xg4s="}],"size":6569639},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.537d39982_1703172442399_0.670556630720681"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-21T15:27:22.857Z","publish_time":1703172442857,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.06f808556":{"name":"@firebase/firestore","version":"4.4.0-canary.06f808556","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.06f808556","@firebase/logger":"0.4.0-canary.06f808556","@firebase/util":"1.9.3-canary.06f808556","@firebase/webchannel-wrapper":"0.10.5-canary.06f808556","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.06f808556"},"devDependencies":{"@firebase/app":"0.9.25-canary.06f808556","@firebase/app-compat":"0.2.25-canary.06f808556","@firebase/auth":"1.5.1-canary.06f808556","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"06f808556cd6cf3d5804229c0ecc7404f659c5bd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.06f808556","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-OyoNsdM44+f4eVJmspRvRWFO4edoZk8kMFfcOtXAMCLvH4S8Cm8WdVsuxZzt4cjEaSCW0xzsGkQzroVC1B5ywg==","shasum":"e1836a9a57e86ec518c81c86f5f6f72fba69cb19","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.06f808556.tgz","fileCount":1654,"unpackedSize":33228751,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCwM7bYwlRBaKrM8J1E4h1nPzjRN+s6gS2cEyqYredOoAIhAI8L8hIil9se20mtIEA7RBO94PP6pvATmyMJXGLSK3+N"}],"size":6569571},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.06f808556_1704220100499_0.2629115300453122"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-02T18:28:20.821Z","publish_time":1704220100821,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.093e022b9":{"name":"@firebase/firestore","version":"4.4.0-canary.093e022b9","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.093e022b9","@firebase/logger":"0.4.0-canary.093e022b9","@firebase/util":"1.9.3-canary.093e022b9","@firebase/webchannel-wrapper":"0.10.5-canary.093e022b9","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.093e022b9"},"devDependencies":{"@firebase/app":"0.9.25-canary.093e022b9","@firebase/app-compat":"0.2.25-canary.093e022b9","@firebase/auth":"1.5.1-canary.093e022b9","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"093e022b9e28e1102b360ca6ebd15a0a84d714b4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.093e022b9","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Hc4g1BM2d6s/gr4Bot6sWcL3tqXaSHL2sRoi0LvALWAbhfvputNjBMIszSJZlwnQiNsDypN+OEvak5rUA7/qZQ==","shasum":"b80af6ef5319c695d155ac4393c936e17a79893a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.093e022b9.tgz","fileCount":1654,"unpackedSize":33227338,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICfCKH91iGz+RBd4a5o5Kx6h/GdyH0BPQ4dDRHtmhDp3AiB4A9JxSBJJ6WZ+7KUH8VeClnhjUalVjGRaBC+LkgIxGg=="}],"size":6569493},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.093e022b9_1704224641169_0.5506988907261325"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-02T19:44:01.465Z","publish_time":1704224641465,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.97fabd4c3":{"name":"@firebase/firestore","version":"4.4.0-canary.97fabd4c3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.97fabd4c3","@firebase/logger":"0.4.0-canary.97fabd4c3","@firebase/util":"1.9.3-canary.97fabd4c3","@firebase/webchannel-wrapper":"0.10.5-canary.97fabd4c3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.97fabd4c3"},"devDependencies":{"@firebase/app":"0.9.25-canary.97fabd4c3","@firebase/app-compat":"0.2.25-canary.97fabd4c3","@firebase/auth":"1.5.1-canary.97fabd4c3","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"97fabd4c333ccacc6edb2f3bb97c8bdd6a48eaff","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.97fabd4c3","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-qHQexTn+YmCL6xNlVwlAOz6taLt2D5EkM+NUH8iNA7wDLgt8o4zmESAlXUzkZfXHgShsvl2BDnRp+81z/G8YKg==","shasum":"a44892f029c028ff3451e3da642eab457d9b03f4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.97fabd4c3.tgz","fileCount":1654,"unpackedSize":33228433,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCQY1xVPySmTLCFM7M3KNCgT6DsxAII+xOEIKbEctFKnwIgC5ISYLJi9y8OlkroS4JiFX0wyvoKBOIaJMGWpXEl6hM="}],"size":6569981},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.97fabd4c3_1704228676924_0.8525995891303335"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-02T20:51:17.190Z","publish_time":1704228677190,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.096542aa2":{"name":"@firebase/firestore","version":"4.4.0-canary.096542aa2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.096542aa2","@firebase/logger":"0.4.0-canary.096542aa2","@firebase/util":"1.9.3-canary.096542aa2","@firebase/webchannel-wrapper":"0.10.5-canary.096542aa2","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.096542aa2"},"devDependencies":{"@firebase/app":"0.9.25-canary.096542aa2","@firebase/app-compat":"0.2.25-canary.096542aa2","@firebase/auth":"1.5.1-canary.096542aa2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"096542aa20a34d1bc524d128befcdb7146861932","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.096542aa2","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-++ukiKiIZPr1h+1vfikvEQiRHh7wAB9kDpMwp8XCfIRAFasB5+IgVzNGI5PH353GI2DKaubfsoGl3DID6ZHflw==","shasum":"18d5cdea511eb342b9d294b7f949db65c5e58380","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.096542aa2.tgz","fileCount":1654,"unpackedSize":33227349,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEQ8Hg/aGH55FEQZDZGcyzhoc8grXZ72npykBLud57pKAiB2tRCXK7p9YU7OnN3G6EavuAh7tLr74Ma9ohhbG6ksvA=="}],"size":6569703},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.096542aa2_1704231119168_0.9459866503946619"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-02T21:31:59.485Z","publish_time":1704231119485,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.16728cf3c":{"name":"@firebase/firestore","version":"4.4.0-canary.16728cf3c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.16728cf3c","@firebase/logger":"0.4.0-canary.16728cf3c","@firebase/util":"1.9.3-canary.16728cf3c","@firebase/webchannel-wrapper":"0.10.5-canary.16728cf3c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.16728cf3c"},"devDependencies":{"@firebase/app":"0.9.25-canary.16728cf3c","@firebase/app-compat":"0.2.25-canary.16728cf3c","@firebase/auth":"1.5.1-canary.16728cf3c","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"16728cf3c6b4e358dc3d12f80623e5966f104c31","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.16728cf3c","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-pcrER1Umn8+w45v/A7PO3nKdI6U0XTZ1nR1qnoN62IP4GrzXFg9XqXRoD3bFpxJxzZ3hQbmMwtrOUNJqGFLRTA==","shasum":"56d6cf25d7bc67cf073adf118de58b61730c464e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.16728cf3c.tgz","fileCount":1654,"unpackedSize":33227349,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBENijNda3628lkPyS5EgfD1p4iiPlWTE06Dc0qoCtyaAiEAjtED8sveedqc0IFGY6Nejpd3F4wEbc5ZULJJEzNYL9w="}],"size":6569705},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.16728cf3c_1704311714163_0.657133042705424"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-03T19:55:14.516Z","publish_time":1704311714516,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.e5fc29090":{"name":"@firebase/firestore","version":"4.4.0-canary.e5fc29090","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.e5fc29090","@firebase/logger":"0.4.0-canary.e5fc29090","@firebase/util":"1.9.3-canary.e5fc29090","@firebase/webchannel-wrapper":"0.10.5-canary.e5fc29090","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.e5fc29090"},"devDependencies":{"@firebase/app":"0.9.25-canary.e5fc29090","@firebase/app-compat":"0.2.25-canary.e5fc29090","@firebase/auth":"1.5.1-canary.e5fc29090","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e5fc29090007d04ff495961cf217d18711753d61","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.e5fc29090","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-kmhTSvXXnwirT071K1b1Kp6gcgI6o9EESsd8iezHb3W04QWJBLjRvLT8bekzfrvdmixr0xgOhlshGa/mjGNrjw==","shasum":"b07fa57641401d735937df648d348307617e1e1c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.e5fc29090.tgz","fileCount":1654,"unpackedSize":33227349,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCzZTeOacYlhwSnE4sD+nsRRRxm4S1cxfQCI9HVTDsKRAIhAImijUpwZeKA21LLYPE0jxrjaVseuuauHc0ip60SGQLR"}],"size":6569701},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.e5fc29090_1704382873789_0.4570542968571121"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-04T15:41:14.170Z","publish_time":1704382874170,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.7f783629e":{"name":"@firebase/firestore","version":"4.4.0-canary.7f783629e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.7f783629e","@firebase/logger":"0.4.0-canary.7f783629e","@firebase/util":"1.9.3-canary.7f783629e","@firebase/webchannel-wrapper":"0.10.5-canary.7f783629e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.7f783629e"},"devDependencies":{"@firebase/app":"0.9.25-canary.7f783629e","@firebase/app-compat":"0.2.25-canary.7f783629e","@firebase/auth":"1.5.1-canary.7f783629e","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"7f783629e29dd10cce420baff0657e3f2342ab02","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.7f783629e","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-JGDN40/stIRc3W27Na4FDwKLky1D9h+RIMk2l8nhqQCbtmZqW20WuxU5N4I6DCLS44kkY1jBfZznQHvu1N1Mgw==","shasum":"4bfa473b1107304c3d4bfc806a3d198844237308","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.7f783629e.tgz","fileCount":1654,"unpackedSize":33227349,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHSfAxFZD6oCIS1bmBireLrckWPCkFEQQB+hKRzloFE/AiEA/5lFt56e/JNQ6PGryJwu+oJGHdZRN9cgzborKuL73eM="}],"size":6569705},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.7f783629e_1704394233988_0.5023379252767377"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-04T18:50:34.340Z","publish_time":1704394234340,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.6ea51fbfa":{"name":"@firebase/firestore","version":"4.4.0-canary.6ea51fbfa","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.6ea51fbfa","@firebase/logger":"0.4.0-canary.6ea51fbfa","@firebase/util":"1.9.3-canary.6ea51fbfa","@firebase/webchannel-wrapper":"0.10.5-canary.6ea51fbfa","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.6ea51fbfa"},"devDependencies":{"@firebase/app":"0.9.25-canary.6ea51fbfa","@firebase/app-compat":"0.2.25-canary.6ea51fbfa","@firebase/auth":"1.5.1-canary.6ea51fbfa","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"6ea51fbfa348207b87805e2e645a779f91e162c3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.6ea51fbfa","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-jJwoeWfSriYi8Gv7qG23NhZnRVaPrK19ZRWm2Srs8p1x2+EwSYrR6d1dfM6F0ZINAHJmKb7xhWFXCfA1SFfF7Q==","shasum":"53a38d61b716f15c208cde394ff168334371e98b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.6ea51fbfa.tgz","fileCount":1654,"unpackedSize":33227349,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICK5EmxbnAS83GzCQu9mjmj4BSLvdB4/n8v3UY9ZxDTEAiACwIbu4/1gk8mo/1EIbQrusrph5gwsNxVRpY4hAhELYg=="}],"size":6569692},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.6ea51fbfa_1704499691102_0.7020808595013577"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-06T00:08:11.396Z","publish_time":1704499691396,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.d7ace80d4":{"name":"@firebase/firestore","version":"4.4.0-canary.d7ace80d4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.d7ace80d4","@firebase/logger":"0.4.0-canary.d7ace80d4","@firebase/util":"1.9.3-canary.d7ace80d4","@firebase/webchannel-wrapper":"0.10.5-canary.d7ace80d4","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.d7ace80d4"},"devDependencies":{"@firebase/app":"0.9.25-canary.d7ace80d4","@firebase/app-compat":"0.2.25-canary.d7ace80d4","@firebase/auth":"1.5.1-canary.d7ace80d4","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"d7ace80d44ec870c3117cfed04ae6a1988c03c8e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.d7ace80d4","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-aGh1UMypUsjaOwT30KOV57kPCmm598F3QKqUtY7fbDJkm8d1KBr2OFSt2nlxmHhfjqQ7pODl5W8L7rSKqzWWFA==","shasum":"83eb1ad633eb3ff273dcca05e17e3a0acb900913","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.d7ace80d4.tgz","fileCount":1654,"unpackedSize":33232595,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD/uBgHhJS/egao5vjwCjQwx0rAofoKV0ZcyP2gtLjoTwIgSw/ZYwVPviZ34e1JZDQtms0Jkn5Clxll92kzEytNEME="}],"size":6571212},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.d7ace80d4_1704753823729_0.8300828776983817"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-08T22:43:44.049Z","publish_time":1704753824049,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.991fa271c":{"name":"@firebase/firestore","version":"4.4.0-canary.991fa271c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.991fa271c","@firebase/logger":"0.4.0-canary.991fa271c","@firebase/util":"1.9.3-canary.991fa271c","@firebase/webchannel-wrapper":"0.10.5-canary.991fa271c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.991fa271c"},"devDependencies":{"@firebase/app":"0.9.25-canary.991fa271c","@firebase/app-compat":"0.2.25-canary.991fa271c","@firebase/auth":"1.5.1-canary.991fa271c","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"991fa271c867d59e2bed44c69c0512fdeb54bbb4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.991fa271c","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-SCJznvZLL//WD2YO1HeYnpZFlvVyQhZIEWK5qDsP/xnBlTOzyZXDJb2Gsa+SXf1LvCwXzbkWfr+ni8gAlh4PMw==","shasum":"ea306982cb153e520672a5d7db723207fdd788a2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.991fa271c.tgz","fileCount":1654,"unpackedSize":33232209,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDzpI6aJFFFw53cbw40zI/UlBKb5PtXptMpwT9egsYC2AiEA0nVO8nS7yTiDrihvbFY4adwU/nxjflCkz5BE572f8GM="}],"size":6570942},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.991fa271c_1704922952618_0.6713739309242028"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-10T21:42:32.933Z","publish_time":1704922952933,"_source_registry_name":"default","contributors":[]},"4.4.1-20240116185626":{"name":"@firebase/firestore","version":"4.4.1-20240116185626","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.26-20240116185626"},"devDependencies":{"@firebase/app":"0.9.26-20240116185626","@firebase/app-compat":"0.2.26-20240116185626","@firebase/auth":"1.5.1","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"cd9ccb956cb72142a88d29665b742b87030cf3d3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.1-20240116185626","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-hFAndGjGqfcwj7nBcKlcOIHg5ogPf7XfLglAfecbsJw2NclgJzmXpEKxeAPoUxw4sMJSVZ+e8hYKRVkr+vmOQQ==","shasum":"90096360f0dda671fe797c29d597583fa91bc8b0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.1-20240116185626.tgz","fileCount":1654,"unpackedSize":33232052,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCnUxnncDjyRLgktdKNnKgSOkBs3bl0YHPvKtGp2LnGNwIhAJam77Hlz7XshQjihgO4aZ6+DGBCx0Dg0HCDxMqigBQd"}],"size":6570905},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.1-20240116185626_1705432259707_0.481874497707375"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-16T19:11:00.068Z","publish_time":1705432260068,"_source_registry_name":"default","contributors":[]},"4.4.0-canary.e9869c431":{"name":"@firebase/firestore","version":"4.4.0-canary.e9869c431","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.e9869c431","@firebase/logger":"0.4.0-canary.e9869c431","@firebase/util":"1.9.3-canary.e9869c431","@firebase/webchannel-wrapper":"0.10.5-canary.e9869c431","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.25-canary.e9869c431"},"devDependencies":{"@firebase/app":"0.9.25-canary.e9869c431","@firebase/app-compat":"0.2.25-canary.e9869c431","@firebase/auth":"1.5.1-canary.e9869c431","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e9869c43153da52aeb173ff6e49110012ebdda2b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.0-canary.e9869c431","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-J8yec+6iyjD9ZbEeKZ2mM7oz5XDbqaYetMhTQyBW6J9u6kGuKpLulgQYr0xeuAVQObH+Gph3/ZCYOi9GXofZpQ==","shasum":"de2f86db8f32df9626791af7f79232eb82f54839","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.0-canary.e9869c431.tgz","fileCount":1654,"unpackedSize":33285880,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBLmCE5LmN8phevfAcPqSoc2x9TFtN7sfWcNrfViLFRFAiBmfIP5j/T1tH4qsI4YHJzsjDpzHE/gRBmADDz5to4NxQ=="}],"size":6585568},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.0-canary.e9869c431_1705530653041_0.1886119726434774"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-17T22:30:53.349Z","publish_time":1705530653349,"_source_registry_name":"default","contributors":[]},"4.4.1":{"name":"@firebase/firestore","version":"4.4.1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4","@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/webchannel-wrapper":"0.10.5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.26","@firebase/app-compat":"0.2.26","@firebase/auth":"1.5.1","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"gitHead":"12129b9531c0e6c7b44df47aa8e9594715431af2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.1","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-LCWZZ+rgNET1qw3vpugmGCJZVbz7c5NkgKect5pZn36gaBzGVb8+pRQ8WSZ1veYVMOK6SKrBkS1Rw6EqcmPnyw==","shasum":"16fd9ea0d34c5a96fb2159c4ea4b30de034a5c40","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.1.tgz","fileCount":1654,"unpackedSize":33231489,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA/MBWUPK4Jg2PRzbckHMRXJ+CutEdW6pdYntgqH2V5KAiEAzUbggZwb1bkWbg6hKYpkQkD9lcZjGL9o4BO0OvTYFrM="}],"size":6570697},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.1_1705607051760_0.807668948034671"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-18T19:44:12.054Z","publish_time":1705607052054,"_source_registry_name":"default","contributors":[]},"4.4.1-canary.49c7903b4":{"name":"@firebase/firestore","version":"4.4.1-canary.49c7903b4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.49c7903b4","@firebase/logger":"0.4.0-canary.49c7903b4","@firebase/util":"1.9.3-canary.49c7903b4","@firebase/webchannel-wrapper":"0.10.5-canary.49c7903b4","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.26-canary.49c7903b4"},"devDependencies":{"@firebase/app":"0.9.26-canary.49c7903b4","@firebase/app-compat":"0.2.26-canary.49c7903b4","@firebase/auth":"1.5.1-canary.49c7903b4","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"49c7903b43191fc32feb612762d17a040dee5db0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.1-canary.49c7903b4","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-+a3qK64OOa12oV/OSGpgUjkoEalsp0O2D4ytUwW4fW50si9EujU6nokx/+K3B3zb4Kom/F5CNK8/UZsaCW3UIA==","shasum":"f99561f39ffaf470c6d9d8355f78c62d3d9575da","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.1-canary.49c7903b4.tgz","fileCount":1654,"unpackedSize":33285880,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDo/MoiCUAvbbSS4hSuWHehvruOKHw6XUhofQxdhDq3xAIhAMi85/JV0eUAjJmgXuOFWdn8RVVmSD4yqbytqG8VgW+2"}],"size":6585570},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.1-canary.49c7903b4_1705677252789_0.2565272931644127"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-19T15:14:13.715Z","publish_time":1705677253715,"_source_registry_name":"default","contributors":[]},"4.4.1-canary.4b5a82e86":{"name":"@firebase/firestore","version":"4.4.1-canary.4b5a82e86","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.4b5a82e86","@firebase/logger":"0.4.0-canary.4b5a82e86","@firebase/util":"1.9.3-canary.4b5a82e86","@firebase/webchannel-wrapper":"0.10.5-canary.4b5a82e86","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.26-canary.4b5a82e86"},"devDependencies":{"@firebase/app":"0.9.26-canary.4b5a82e86","@firebase/app-compat":"0.2.26-canary.4b5a82e86","@firebase/auth":"1.5.1-canary.4b5a82e86","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"4b5a82e8681d9a5eac1f246b1303ca99a5ccb01e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.1-canary.4b5a82e86","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-ewSAlaHJnsa92egeNeSHM5WhM1PhrjH2ORyAVwycM/RZHsLYedLZXOT32TwyOOqECZdnM4PGy+AigQW3en+T0w==","shasum":"a9fa52c29e97e2fd1b881d29c74db9b747e9557e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.1-canary.4b5a82e86.tgz","fileCount":1654,"unpackedSize":33285880,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC67B+5ngXOQpFvPvr9iqKiw6Os3dSPSBDjYON+H9mjkgIgWLT6NaQLb6v1+ZY4vIofUEl7C+RHjXIrdIC6hwvZjyw="}],"size":6585566},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.1-canary.4b5a82e86_1705691422567_0.9751309759681361"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-19T19:10:22.830Z","publish_time":1705691422830,"_source_registry_name":"default","contributors":[]},"4.4.1-canary.434f8418c":{"name":"@firebase/firestore","version":"4.4.1-canary.434f8418c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.434f8418c","@firebase/logger":"0.4.0-canary.434f8418c","@firebase/util":"1.9.3-canary.434f8418c","@firebase/webchannel-wrapper":"0.10.5-canary.434f8418c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.26-canary.434f8418c"},"devDependencies":{"@firebase/app":"0.9.26-canary.434f8418c","@firebase/app-compat":"0.2.26-canary.434f8418c","@firebase/auth":"1.5.1-canary.434f8418c","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"434f8418c3db3ae98489a8461c437c248c039070","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.1-canary.434f8418c","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-luU95xos88p/g4qXsUpHL9Ot3mAUOBR5e2gK6UnUW5jPxttgzmPfKjaHgLwo4daft94Fsc3rTVa0oUEym3m9FA==","shasum":"f4cbfa015bb6e751ea5efeb5908c9304f855f17e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.1-canary.434f8418c.tgz","fileCount":1654,"unpackedSize":33285880,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGUP4NIdimDoBa5t17wccYfEjhOnmkUBikblPTa4O9F3AiBDchRHQ0cZQXYniPrNh2qyBZAdg2K2WWlNlBViAUbY/w=="}],"size":6585570},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.1-canary.434f8418c_1705702705152_0.720914842697072"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-19T22:18:25.437Z","publish_time":1705702705437,"_source_registry_name":"default","contributors":[]},"4.4.1-canary.9ea0e3b47":{"name":"@firebase/firestore","version":"4.4.1-canary.9ea0e3b47","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.9ea0e3b47","@firebase/logger":"0.4.0-canary.9ea0e3b47","@firebase/util":"1.9.3-canary.9ea0e3b47","@firebase/webchannel-wrapper":"0.10.5-canary.9ea0e3b47","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.26-canary.9ea0e3b47"},"devDependencies":{"@firebase/app":"0.9.26-canary.9ea0e3b47","@firebase/app-compat":"0.2.26-canary.9ea0e3b47","@firebase/auth":"1.5.1-canary.9ea0e3b47","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"9ea0e3b4702ef50789d2cacc839673b968ca1f42","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.1-canary.9ea0e3b47","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-L/f6I6mbaJIjUM1tfrvGlKLVk/sKSXd+sajDWbBS9tfPyEPUF9EWmPzAqDhHM7Pt2Kxo/LZSOgea6zg1VIaO9w==","shasum":"b32b3f1ddcd16cd073dbc5f97efe5a00947411a1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.1-canary.9ea0e3b47.tgz","fileCount":1654,"unpackedSize":33285880,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZp17JvVLBITeDsX72Dnp04dd3z3txfKcf6RXJkk+W/gIgcn2JiEqa79LZW3hXI2U8Ok3vhEYvaA4me1ajo2kIEi4="}],"size":6585558},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.1-canary.9ea0e3b47_1705969334305_0.9347004048077525"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-23T00:22:14.759Z","publish_time":1705969334759,"_source_registry_name":"default","contributors":[]},"4.4.1-canary.046ac8a39":{"name":"@firebase/firestore","version":"4.4.1-canary.046ac8a39","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.046ac8a39","@firebase/logger":"0.4.0-canary.046ac8a39","@firebase/util":"1.9.3-canary.046ac8a39","@firebase/webchannel-wrapper":"0.10.5-canary.046ac8a39","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.26-canary.046ac8a39"},"devDependencies":{"@firebase/app":"0.9.26-canary.046ac8a39","@firebase/app-compat":"0.2.26-canary.046ac8a39","@firebase/auth":"1.5.1-canary.046ac8a39","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"046ac8a39b483e127a4bbe11a5390a3e6018f2a7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.1-canary.046ac8a39","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-JSUm887DXXEcw0dY1itLc8YoQA37KGe5/bWX2tqzzvWpcCU6DvYXsZp4poLjSfaIjSXs7U63KLoplBjwJj4+UA==","shasum":"c8c021e3e8d822642b30863abac5b3199ab84e63","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.1-canary.046ac8a39.tgz","fileCount":1654,"unpackedSize":33285880,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDC7AooEHAbrakDlDiLu8ocaPnluFqdKV32h5RzPCD1qgIhAJXVJrQW+q3gRg8RFrHbk6Pl1sm4j8KSGu5N6aGdW2d2"}],"size":6585562},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.1-canary.046ac8a39_1706039490685_0.824420487431816"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-23T19:51:30.956Z","publish_time":1706039490956,"_source_registry_name":"default","contributors":[]},"4.4.1-canary.895d0cf98":{"name":"@firebase/firestore","version":"4.4.1-canary.895d0cf98","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.895d0cf98","@firebase/logger":"0.4.0-canary.895d0cf98","@firebase/util":"1.9.3-canary.895d0cf98","@firebase/webchannel-wrapper":"0.10.5-canary.895d0cf98","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.26-canary.895d0cf98"},"devDependencies":{"@firebase/app":"0.9.26-canary.895d0cf98","@firebase/app-compat":"0.2.26-canary.895d0cf98","@firebase/auth":"1.5.1-canary.895d0cf98","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"895d0cf981068cbfb74c40ac0e87b4e46096fdc1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.1-canary.895d0cf98","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-cT/s8zDNrA9uRxKqwMefLoCctvFZUTeVWI6hb57hFWFBDxRl0gFVBbySgrgstmYRv0Ey4hpmCPzpobi/CVHjfw==","shasum":"9a32284322555ade0f09fe44d797eddc18946b84","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.1-canary.895d0cf98.tgz","fileCount":1654,"unpackedSize":33285880,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRBA64kdutvpombMxVUE1zQe0XfWfYyr3NyVfbGVUVggIhAO+gM1koJnmQ3H2NT70WfG75QuaNg9JaO5DqKMpzh60X"}],"size":6585567},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.1-canary.895d0cf98_1706040955228_0.8169164831563984"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-23T20:15:55.567Z","publish_time":1706040955567,"_source_registry_name":"default","contributors":[]},"4.4.1-canary.e929e3fc9":{"name":"@firebase/firestore","version":"4.4.1-canary.e929e3fc9","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.e929e3fc9","@firebase/logger":"0.4.0-canary.e929e3fc9","@firebase/util":"1.9.3-canary.e929e3fc9","@firebase/webchannel-wrapper":"0.10.5-canary.e929e3fc9","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.26-canary.e929e3fc9"},"devDependencies":{"@firebase/app":"0.9.26-canary.e929e3fc9","@firebase/app-compat":"0.2.26-canary.e929e3fc9","@firebase/auth":"1.5.1-canary.e929e3fc9","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e929e3fc90b6aef338ea195f4d785706cfdde16f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.1-canary.e929e3fc9","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-NEhumBa60kWaSjNCEJD2rdghABkfBnwv9BrS7Ppf+8Yhdut/jLfB2mzFJ3rXawMyrRk2HmHnn4p8cSuArCdYng==","shasum":"8b06f788845299887407a4b44ef3cbb87568a8d1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.1-canary.e929e3fc9.tgz","fileCount":1654,"unpackedSize":33285880,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwjCctxPlCwD8eBECf7B3Q4hlwyxDB2T1Z71ST5zk3bwIgXMzLQWZNvJP0UbBNOPrNrfskW8sd/I+pLJKG9bpUXBE="}],"size":6585559},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.1-canary.e929e3fc9_1706140153115_0.17401279381045476"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-24T23:49:13.731Z","publish_time":1706140153731,"_source_registry_name":"default","contributors":[]},"4.4.1-canary.1e24c19e6":{"name":"@firebase/firestore","version":"4.4.1-canary.1e24c19e6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.1e24c19e6","@firebase/logger":"0.4.0-canary.1e24c19e6","@firebase/util":"1.9.3-canary.1e24c19e6","@firebase/webchannel-wrapper":"0.10.5-canary.1e24c19e6","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.26-canary.1e24c19e6"},"devDependencies":{"@firebase/app":"0.9.26-canary.1e24c19e6","@firebase/app-compat":"0.2.26-canary.1e24c19e6","@firebase/auth":"1.5.1-canary.1e24c19e6","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"1e24c19e6fdbdf8c41a7a685c583c42045aa6f8c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.1-canary.1e24c19e6","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-U1tO5YSMp49V12rpShUf1pJE63YWalxaMjk17QnMp6G9TqQc1/sNCyhweh2rLy9w4gc9M/yDEb9Cwiixw8GzKg==","shasum":"4716c8bd09418a76d21b1d8f831ab617c706532d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.1-canary.1e24c19e6.tgz","fileCount":1654,"unpackedSize":33285880,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDL0sPbKEW/XQkO4kKtBXUefIbKXZmc1XVZT8wedVrMsgIgLyY+Zkizf8DXLXT8HrxJiG9Tmb9PIkOR6DDBrtseMVI="}],"size":6585559},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.1-canary.1e24c19e6_1706219266538_0.9116913207326045"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-25T21:47:46.932Z","publish_time":1706219266932,"_source_registry_name":"default","contributors":[]},"4.4.1-canary.d8f4ea272":{"name":"@firebase/firestore","version":"4.4.1-canary.d8f4ea272","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.d8f4ea272","@firebase/logger":"0.4.0-canary.d8f4ea272","@firebase/util":"1.9.3-canary.d8f4ea272","@firebase/webchannel-wrapper":"0.10.5-canary.d8f4ea272","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.26-canary.d8f4ea272"},"devDependencies":{"@firebase/app":"0.9.26-canary.d8f4ea272","@firebase/app-compat":"0.2.26-canary.d8f4ea272","@firebase/auth":"1.5.1-canary.d8f4ea272","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"d8f4ea2729fd37611f759bd18f2322c9f9bcd631","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.1-canary.d8f4ea272","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-aj2zj2KSOmOqfLcYDwuMX+cgtunhKd4rUtmg8YAKDfUgGeGUXqKYp1/je9PxHGc51QVE3rAFhTUKO9s+WVUQVQ==","shasum":"3f4bd416602d3342db55f8d5b7e7f1a0fb1b1389","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.1-canary.d8f4ea272.tgz","fileCount":1654,"unpackedSize":33285880,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID9h9qL9rvZBfzAf1RKDqJr2NFcsZZLZE64j9RtrlNq6AiBuz520jRzKesnj7pheyjlunrVOJ7DFwh/YxdwHq273OA=="}],"size":6585564},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.1-canary.d8f4ea272_1706298960406_0.08450847588227739"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-26T19:56:00.776Z","publish_time":1706298960776,"_source_registry_name":"default","contributors":[]},"4.4.1-canary.1ac794d63":{"name":"@firebase/firestore","version":"4.4.1-canary.1ac794d63","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.1ac794d63","@firebase/logger":"0.4.0-canary.1ac794d63","@firebase/util":"1.9.3-canary.1ac794d63","@firebase/webchannel-wrapper":"0.10.5-canary.1ac794d63","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.26-canary.1ac794d63"},"devDependencies":{"@firebase/app":"0.9.26-canary.1ac794d63","@firebase/app-compat":"0.2.26-canary.1ac794d63","@firebase/auth":"1.5.1-canary.1ac794d63","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"1ac794d635a1471198f2b12ffacd8bf5bb9137f0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.1-canary.1ac794d63","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Y4zLGw0MtY+RRSZsxS9Q38mharxYSsvNPj7xGoPT+iroWjV02rOC3YwHy0XU9pJPcK5zU4Wdyi9lj97jnhWtwA==","shasum":"f49f3ecc740e8aa2db7c119138ca06bfffb772fc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.1-canary.1ac794d63.tgz","fileCount":1654,"unpackedSize":33285880,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID3GBSRyq19U44esS2u6OWbTDAPiGXHVNbZM1zoykuY9AiB4cOEYW8R4eLwk6kBCudJ7ijkG1hfVpcS5uc9vr1KLvA=="}],"size":6585565},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.1-canary.1ac794d63_1706312922690_0.7832953932260007"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-26T23:48:43.048Z","publish_time":1706312923048,"_source_registry_name":"default","contributors":[]},"4.4.1-canary.bf59c0aed":{"name":"@firebase/firestore","version":"4.4.1-canary.bf59c0aed","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.bf59c0aed","@firebase/logger":"0.4.0-canary.bf59c0aed","@firebase/util":"1.9.3-canary.bf59c0aed","@firebase/webchannel-wrapper":"0.10.5-canary.bf59c0aed","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.26-canary.bf59c0aed"},"devDependencies":{"@firebase/app":"0.9.26-canary.bf59c0aed","@firebase/app-compat":"0.2.26-canary.bf59c0aed","@firebase/auth":"1.5.1-canary.bf59c0aed","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"bf59c0aedefabae9bff4d777e1591fe496259293","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.1-canary.bf59c0aed","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-1uZuJCvHxRe5IUI6NToBCssJCzBbvG0/1/Zb4au8cvi0lHlkVmcZPEkL7Ga+aTXc6TLtewGXxB+tpIRJ009+Xg==","shasum":"fc2bfc7f649abd83e8aba873e224803edb21697b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.1-canary.bf59c0aed.tgz","fileCount":1654,"unpackedSize":33285880,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDXMDq/qcoDpinaQBj7BmNXJHtOkccf7HSSM77/Tm5PWAIgVL2XxaQHcf2kedOgs5ilazlkFg4VIsn1a+r5IH0oSZs="}],"size":6585555},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.1-canary.bf59c0aed_1706554331863_0.43873500501573504"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-29T18:52:12.363Z","publish_time":1706554332363,"_source_registry_name":"default","contributors":[]},"4.4.1-canary.3f8cbcd18":{"name":"@firebase/firestore","version":"4.4.1-canary.3f8cbcd18","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.3f8cbcd18","@firebase/logger":"0.4.0-canary.3f8cbcd18","@firebase/util":"1.9.3-canary.3f8cbcd18","@firebase/webchannel-wrapper":"0.10.5-canary.3f8cbcd18","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.26-canary.3f8cbcd18"},"devDependencies":{"@firebase/app":"0.9.26-canary.3f8cbcd18","@firebase/app-compat":"0.2.26-canary.3f8cbcd18","@firebase/auth":"1.5.1-canary.3f8cbcd18","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"3f8cbcd18f47fcae8c0d8060fd8c245c025784c0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.1-canary.3f8cbcd18","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-EaF2il2YXF1ML18iehnrjAMI+RCzoGcZu+ZgY0bOvwYsaMPsaZAVDiQiZhDUQSNRe8HG8StSpLzrrEiq2cfUvA==","shasum":"b7064a2e301b967c06c81a700e04482cfa9fd8e3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.1-canary.3f8cbcd18.tgz","fileCount":1654,"unpackedSize":33285880,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGOrYIMZGQL2S90Tg3IqOoiGr4y8xnMpiNW1CGFUfDtvAiAu/ukpQnkKr3cicQTW05d0tYMaVvFQnaxxVq+xjyIXZA=="}],"size":6585561},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.1-canary.3f8cbcd18_1706554574779_0.21530635805426712"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-29T18:56:15.115Z","publish_time":1706554575115,"_source_registry_name":"default","contributors":[]},"4.4.1-canary.4d88f0894":{"name":"@firebase/firestore","version":"4.4.1-canary.4d88f0894","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.4d88f0894","@firebase/logger":"0.4.0-canary.4d88f0894","@firebase/util":"1.9.3-canary.4d88f0894","@firebase/webchannel-wrapper":"0.10.5-canary.4d88f0894","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.26-canary.4d88f0894"},"devDependencies":{"@firebase/app":"0.9.26-canary.4d88f0894","@firebase/app-compat":"0.2.26-canary.4d88f0894","@firebase/auth":"1.5.1-canary.4d88f0894","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"4d88f0894b44b53875c295bd3af5044d04ff6e3a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.1-canary.4d88f0894","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-eyi4Ov7weA8beTI3wn2AS1srNHB8L02NJQJKBh954ZsoRUz0pBTXlVJsJQiZJ8Aq9XDWKbRZTqfUp21tgsJ5Qw==","shasum":"9ef6c43741720a41c640e9ce10cf3580aa9965e5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.1-canary.4d88f0894.tgz","fileCount":1654,"unpackedSize":33285880,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDCeCnyF7KRI8YyHOca784ud9T4R1PavXUlFPe60XcblQIhAPsQDODUCQ0tDipOLFgGS1sQxPzyKs4POBzBtE1n2Ihg"}],"size":6585571},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.1-canary.4d88f0894_1706566049925_0.5571385679155041"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-29T22:07:30.358Z","publish_time":1706566050358,"_source_registry_name":"default","contributors":[]},"4.4.1-canary.dc11a2761":{"name":"@firebase/firestore","version":"4.4.1-canary.dc11a2761","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.dc11a2761","@firebase/logger":"0.4.0-canary.dc11a2761","@firebase/util":"1.9.3-canary.dc11a2761","@firebase/webchannel-wrapper":"0.10.5-canary.dc11a2761","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.26-canary.dc11a2761"},"devDependencies":{"@firebase/app":"0.9.26-canary.dc11a2761","@firebase/app-compat":"0.2.26-canary.dc11a2761","@firebase/auth":"1.5.1-canary.dc11a2761","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"dc11a27618819396944368f421dcbcb62c395f07","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.1-canary.dc11a2761","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-gmJAv7QouEbcJ/sLor4tPDA7xOeRMMNL+UAJQaQ7skPjQ83VwVrmVUG/rkXaG0oJZsWXfk2S6w68Z2IReSUP+w==","shasum":"9cec9e75ea5b0e044ef75b553c1f402d3fe40063","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.1-canary.dc11a2761.tgz","fileCount":1654,"unpackedSize":33285880,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCe3enJvfgsGllXjhQO3J3EwZbP6qkk7wY4QbDLCRyYigIhAJOSVYJfP+gud7BDi1nGU8HioaA2qVaZjSs1Wo3NIJzx"}],"size":6585559},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.1-canary.dc11a2761_1706651726994_0.9008500061146711"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-30T21:55:27.401Z","publish_time":1706651727401,"_source_registry_name":"default","contributors":[]},"4.4.2-20240130223218":{"name":"@firebase/firestore","version":"4.4.2-20240130223218","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5-20240130223218","@firebase/logger":"0.4.0","@firebase/util":"1.9.4-20240130223218","@firebase/webchannel-wrapper":"0.10.5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.27-20240130223218"},"devDependencies":{"@firebase/app":"0.9.27-20240130223218","@firebase/app-compat":"0.2.27-20240130223218","@firebase/auth":"1.5.2-20240130223218","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e6494bc19df637952a6a4aeb8204a841205cd0bc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.2-20240130223218","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-o579pxCMZ2O1JaWuqBdnJxFL4CVaPXWO6WDYqGO7fONKxMueetas0oIxusCDOGzos+PVySiKeXwE0NZhYnAazA==","shasum":"18a3f4bc772620fd1d70ba5e163ebab53c427178","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.2-20240130223218.tgz","fileCount":1654,"unpackedSize":33285768,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGS3Y7T1iXjItF/q64aTaxjtEKzG1DISQC7UTx9pbt/bAiEA50WjQ1Hom8ewU/DQn0hIVvc269/UHibdpyvNVUwd5tg="}],"size":6585539},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.2-20240130223218_1706655069746_0.5746571374368545"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-30T22:51:10.038Z","publish_time":1706655070038,"_source_registry_name":"default","contributors":[]},"4.4.1-canary.2f7ad0ac4":{"name":"@firebase/firestore","version":"4.4.1-canary.2f7ad0ac4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.4-canary.2f7ad0ac4","@firebase/logger":"0.4.0-canary.2f7ad0ac4","@firebase/util":"1.9.3-canary.2f7ad0ac4","@firebase/webchannel-wrapper":"0.10.5-canary.2f7ad0ac4","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.26-canary.2f7ad0ac4"},"devDependencies":{"@firebase/app":"0.9.26-canary.2f7ad0ac4","@firebase/app-compat":"0.2.26-canary.2f7ad0ac4","@firebase/auth":"1.5.1-canary.2f7ad0ac4","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"2f7ad0ac43f5d085604324f6dc3921d9420bfccd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.1-canary.2f7ad0ac4","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Ib4w16JaOZFFUBCozXaYk54ZF0JTIIzdrd4p9tT1v33WS1N3f2IqEQMAkUgDx9TokdgVsV5UZBsJnVaIrHC/2w==","shasum":"2662a27019b7ed2daf586195fa719fef07cfc734","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.1-canary.2f7ad0ac4.tgz","fileCount":1654,"unpackedSize":33285880,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIASXlF/LQIWSQTXUcllLzOGZKiYjiRyKG/dqj7QVCay8AiByiN6BTzyuHYdOGlTtUTL/AfsBj25o22yMaybd+VsICw=="}],"size":6585553},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.1-canary.2f7ad0ac4_1706745117784_0.18288099947110492"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-31T23:51:58.150Z","publish_time":1706745118150,"_source_registry_name":"default","contributors":[]},"4.4.2-20240201000521":{"name":"@firebase/firestore","version":"4.4.2-20240201000521","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5-20240201000521","@firebase/logger":"0.4.0","@firebase/util":"1.9.4-20240201000521","@firebase/webchannel-wrapper":"0.10.5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.27-20240201000521"},"devDependencies":{"@firebase/app":"0.9.27-20240201000521","@firebase/app-compat":"0.2.27-20240201000521","@firebase/auth":"1.6.0-20240201000521","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"c6660278b7b1dcaf5700df0de615fb2028a51e63","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.2-20240201000521","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-gM2vaH3/D9YpuSAcL3BPu1l7jH+tcnBPVVlQy2elESnOH2iDN0YmR4pT/b+4eevQRE97Uv2U+idohzSMeKF61g==","shasum":"0dd68d3a0026dfc49984b0b00a7544c57ffbf462","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.2-20240201000521.tgz","fileCount":1654,"unpackedSize":33285768,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBnQlV0F7bbGA6J9wy0oim4NCDc0jgZKtrq75erd08nQAiEA554OxgU1yb5A1GGFz/mjUYuk+HT+wOjBvArYjAX3514="}],"size":6585503},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.2-20240201000521_1706747030029_0.399938990243337"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-01T00:23:50.310Z","publish_time":1706747030310,"_source_registry_name":"default","contributors":[]},"4.4.2":{"name":"@firebase/firestore","version":"4.4.2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5","@firebase/logger":"0.4.0","@firebase/util":"1.9.4","@firebase/webchannel-wrapper":"0.10.5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.27","@firebase/app-compat":"0.2.27","@firebase/auth":"1.6.0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"gitHead":"9fa0e9f5f2b29b09c72b66c69d4d99b3f97e0830","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.2","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-YaX6ypa/RzU6OkxzUQlpSxwhOIWdTraCNz7sMsbaSEjjl/pj/QvX6TqjkdWGzuBYh2S6rz7ErhDO0g39oZZw/g==","shasum":"21c73bf43d008647f16f8247894b3cacc2afaeb1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.2.tgz","fileCount":1654,"unpackedSize":33285160,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICvOZjrJ7JchBEKQ9B8+0xPZ6gTzF4nd+7I2hIc//u27AiArGKwwvo5A4LnXUdn3e6s2ZfAbNn5fy2mUXnjjP9TveA=="}],"size":6585219},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.2_1706825216462_0.15752587362990278"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-01T22:06:56.957Z","publish_time":1706825216957,"_source_registry_name":"default","contributors":[]},"4.4.2-canary.9fa0e9f5f":{"name":"@firebase/firestore","version":"4.4.2-canary.9fa0e9f5f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5-canary.9fa0e9f5f","@firebase/logger":"0.4.0-canary.9fa0e9f5f","@firebase/util":"1.9.4-canary.9fa0e9f5f","@firebase/webchannel-wrapper":"0.10.5-canary.9fa0e9f5f","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.27-canary.9fa0e9f5f"},"devDependencies":{"@firebase/app":"0.9.27-canary.9fa0e9f5f","@firebase/app-compat":"0.2.27-canary.9fa0e9f5f","@firebase/auth":"1.6.0-canary.9fa0e9f5f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"9fa0e9f5f2b29b09c72b66c69d4d99b3f97e0830","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.2-canary.9fa0e9f5f","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-0Ov11EqGiuOP8uf4b6RdoE5m6yB27YPtT3eIkcCM+PyoXrWbZYzbb0k/wGcaR3eYivqVOqcPIbmrW6Ly5R/l9w==","shasum":"852bccb1011ad7acf83e7d71f642294ff8300901","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.2-canary.9fa0e9f5f.tgz","fileCount":1654,"unpackedSize":33285880,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG5Gk47H9r+KsDhjVMCXA0BTa03vo0O1fFI54/kuAp22AiEApLCiZkNjMUtOdIK2alx9zeKWa3z38Yr46QTy4nVc5UI="}],"size":6585561},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.2-canary.9fa0e9f5f_1706827058962_0.7101483804388105"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-01T22:37:39.407Z","publish_time":1706827059407,"_source_registry_name":"default","contributors":[]},"4.4.2-canary.e5a1a3454":{"name":"@firebase/firestore","version":"4.4.2-canary.e5a1a3454","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5-canary.e5a1a3454","@firebase/logger":"0.4.0-canary.e5a1a3454","@firebase/util":"1.9.4-canary.e5a1a3454","@firebase/webchannel-wrapper":"0.10.5-canary.e5a1a3454","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.26.5","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.27-canary.e5a1a3454"},"devDependencies":{"@firebase/app":"0.9.27-canary.e5a1a3454","@firebase/app-compat":"0.2.27-canary.e5a1a3454","@firebase/auth":"1.6.0-canary.e5a1a3454","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e5a1a34541fd5a6631713772d6a2bb73d81544c9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.2-canary.e5a1a3454","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Sd2TpIuhhMgAWNfnafD5asg6BTGcxDF+tqF2ELFX+ATv7sI5HQSr+xDske4wR3hNn1zZw9IWkzmasfLH5Up/zg==","shasum":"48f1eeef1e8c0cd5a269c836c8687a372426a3e6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.2-canary.e5a1a3454.tgz","fileCount":1654,"unpackedSize":33285880,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGC2Zn7YW5vhtRITdhgYODfgs16Diocg41vYqSWoMi4iAiBTGO2VKraD6Bm+rpQzgM4c69D0k3ZmVQuFjNLKzyiU5Q=="}],"size":6585563},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.2-canary.e5a1a3454_1708993561031_0.21899368072129155"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-27T00:26:01.491Z","publish_time":1708993561491,"_source_registry_name":"default","contributors":[]},"4.4.2-canary.f3cec28df":{"name":"@firebase/firestore","version":"4.4.2-canary.f3cec28df","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5-canary.f3cec28df","@firebase/logger":"0.4.0-canary.f3cec28df","@firebase/util":"1.9.4-canary.f3cec28df","@firebase/webchannel-wrapper":"0.10.5-canary.f3cec28df","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.27-canary.f3cec28df"},"devDependencies":{"@firebase/app":"0.9.27-canary.f3cec28df","@firebase/app-compat":"0.2.27-canary.f3cec28df","@firebase/auth":"1.6.0-canary.f3cec28df","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f3cec28dfbdfc7f19c8218cf9d26956235d03fb0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.2-canary.f3cec28df","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-WAQ61347BjfnFH97XXYDUFcccuEvvriKakdHBdKX2Lj1Wa/dBearFiQPXIuT/9MwsayavBgzdGpvQQb09KMp0A==","shasum":"71f61f40ca45ed3dfdc340eb8c5023da7831fc52","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.2-canary.f3cec28df.tgz","fileCount":1654,"unpackedSize":33285880,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjH83bmJq1R3Y3Y6+oOuK0/Cs+ESSrRSbmiDkIPZs8jAIgS8EyJM/VPHdjpXsfz0c9dkfRwTVYVhNuRpKiTxVawHQ="}],"size":6585555},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.2-canary.f3cec28df_1709044498401_0.5014071451805282"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-27T14:34:58.693Z","publish_time":1709044498693,"_source_registry_name":"default","contributors":[]},"4.4.3-20240227144051":{"name":"@firebase/firestore","version":"4.4.3-20240227144051","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5","@firebase/logger":"0.4.0","@firebase/util":"1.9.4","@firebase/webchannel-wrapper":"0.10.5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.27","@firebase/app-compat":"0.2.27","@firebase/auth":"1.6.1-20240227144051","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"7e2efbf4e552d7e0534e49d1638af87aeb064545","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.3-20240227144051","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Z8zH5e6vHLli+hjiUx3y6F1yDLjuHmhIsaeOr2r/o6HRe8BZfVHZRilutF5UuCPahnWKPHFPNEEbk2ea5vSekA==","shasum":"2d730a5ade8eeb4794d74cb928cb0ade04ab4b4c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.3-20240227144051.tgz","fileCount":1654,"unpackedSize":33285690,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF22lADuVa5o/ETz1tDnAD+d/Kjbtf/PRdYAPiY2qc4lAiAR27CHQR5oa5NHzZ7uym+9aTu3epBho9Ft6I/L84+HyQ=="}],"size":6585545},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.3-20240227144051_1709045750703_0.11819372888599378"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-27T14:55:51.135Z","publish_time":1709045751135,"_source_registry_name":"default","contributors":[]},"4.4.3":{"name":"@firebase/firestore","version":"4.4.3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5","@firebase/logger":"0.4.0","@firebase/util":"1.9.4","@firebase/webchannel-wrapper":"0.10.5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.28","@firebase/app-compat":"0.2.28","@firebase/auth":"1.6.1","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"gitHead":"e60188d47f59d00f7faf7ebb2c0d8e338014a0f8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.3","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Ix61zbeuTsHf0WFbk6+67n89Vzd9M8MMTdnz7c7z+BRE3BS5Vuc3gX5ZcHFjqPkQJ7rpLB1egHsYe4Przp5C2g==","shasum":"1adbb9bcf1248050b558c0ebacb97bb4476397b2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.3.tgz","fileCount":1654,"unpackedSize":33285160,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUsJO723M1wX0qnVaaqkOzg/7YhPoB8XSej3WujREBNwIhAKvlYuwFFA8+hUAm0XXlsTsv8bupRGMBq3whM2gyP3F3"}],"size":6585226},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.3_1709151254623_0.6084164239381606"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-28T20:14:14.967Z","publish_time":1709151254967,"_source_registry_name":"default","contributors":[]},"4.4.3-canary.e60188d47":{"name":"@firebase/firestore","version":"4.4.3-canary.e60188d47","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5-canary.e60188d47","@firebase/logger":"0.4.0-canary.e60188d47","@firebase/util":"1.9.4-canary.e60188d47","@firebase/webchannel-wrapper":"0.10.5-canary.e60188d47","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.28-canary.e60188d47"},"devDependencies":{"@firebase/app":"0.9.28-canary.e60188d47","@firebase/app-compat":"0.2.28-canary.e60188d47","@firebase/auth":"1.6.1-canary.e60188d47","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e60188d47f59d00f7faf7ebb2c0d8e338014a0f8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.3-canary.e60188d47","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-XWTmRWKRlQSNlcm+O7Sa7XDHN+pvzijdivvhqE2VWg+xuweVzCGe+MoSN2KmnIHBAf6F8hmGQ0GVwXr0qVlwZg==","shasum":"c40fc16ca342901420b482691c546efa88da3599","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.3-canary.e60188d47.tgz","fileCount":1654,"unpackedSize":33285880,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDNgRzSrRoyEdC7khW6Lgm/GFEKIo8b1dGwIS1O68QnmgIhAI0zghaBW3mhPzZq+OzuSv/LYStSF0x22BRU1RRP305n"}],"size":6585557},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.3-canary.e60188d47_1709153775761_0.2295879671192722"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-28T20:56:16.132Z","publish_time":1709153776132,"_source_registry_name":"default","contributors":[]},"4.4.3-canary.245dd26e1":{"name":"@firebase/firestore","version":"4.4.3-canary.245dd26e1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5-canary.245dd26e1","@firebase/logger":"0.4.0-canary.245dd26e1","@firebase/util":"1.9.4-canary.245dd26e1","@firebase/webchannel-wrapper":"0.10.5-canary.245dd26e1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.28-canary.245dd26e1"},"devDependencies":{"@firebase/app":"0.9.28-canary.245dd26e1","@firebase/app-compat":"0.2.28-canary.245dd26e1","@firebase/auth":"1.6.1-canary.245dd26e1","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"245dd26e19b6c16aca7e1b7e597ed5784c2984ba","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/firestore@4.4.3-canary.245dd26e1","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-SObbXh/bcHPXGReB7MfznuDP+d1Hg4g3mVERqoQKScA91nbPGKYFBrUjFvkLM41Hydrbhq2ZN+Tp9FGWiZuWGQ==","shasum":"8b93183b2a54961fcb537ab116a4977e4e67f055","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.3-canary.245dd26e1.tgz","fileCount":1654,"unpackedSize":33285880,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCNeWyqkzujhTo4bRWAhLGQbqYgiOTyMkp0HmzAUS4iiQIhANTbEmFv2Mr3Y+ZjfzKx+EfygwcP4YatEc18P+LDOldV"}],"size":6585560},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.3-canary.245dd26e1_1709750509951_0.22623744741741314"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-06T18:41:50.448Z","publish_time":1709750510448,"_source_registry_name":"default","contributors":[]},"4.4.3-canary.feb5038e5":{"name":"@firebase/firestore","version":"4.4.3-canary.feb5038e5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5-canary.feb5038e5","@firebase/logger":"0.4.0-canary.feb5038e5","@firebase/util":"1.9.4-canary.feb5038e5","@firebase/webchannel-wrapper":"0.10.5-canary.feb5038e5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.28-canary.feb5038e5"},"devDependencies":{"@firebase/app":"0.9.28-canary.feb5038e5","@firebase/app-compat":"0.2.28-canary.feb5038e5","@firebase/auth":"1.6.1-canary.feb5038e5","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.4.3-canary.feb5038e5","readmeFilename":"README.md","gitHead":"feb5038e51bac1a4a90ef0bcc1db27770480fa48","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-t9IVvDt6iy0ua/TzgXTwhR95RBCw3154N9iCbkg4QAKQnVGoKxu1eHBEEIIjWkCarrD4LySFxFk/CZlxW3bPCw==","shasum":"a96795a8e0a15f47a9488865665c573fdd30cb9b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.3-canary.feb5038e5.tgz","fileCount":1655,"unpackedSize":33286208,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCW/zyOaPnhl6QZJVjhirm50/zdMbSyT5mTrxgj04FG2gIhAJTuDIQMvdX/WSESZDWvGMzwLmjNlCXapIFCyvF9AY2l"}],"size":6583826},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.3-canary.feb5038e5_1709906072181_0.8540854209396207"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-08T13:54:32.587Z","publish_time":1709906072587,"_source_registry_name":"default","contributors":[]},"4.4.3-canary.2b22838aa":{"name":"@firebase/firestore","version":"4.4.3-canary.2b22838aa","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5-canary.2b22838aa","@firebase/logger":"0.4.0-canary.2b22838aa","@firebase/util":"1.9.4-canary.2b22838aa","@firebase/webchannel-wrapper":"0.10.5-canary.2b22838aa","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.28-canary.2b22838aa"},"devDependencies":{"@firebase/app":"0.9.28-canary.2b22838aa","@firebase/app-compat":"0.2.28-canary.2b22838aa","@firebase/auth":"1.6.1-canary.2b22838aa","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.4.3-canary.2b22838aa","readmeFilename":"README.md","gitHead":"2b22838aa2c7ccec480b26c9702bbb98a0778250","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-5Kki8Ec3Nyt3+KFc46utDiWNUTXqT598g3pu7wbJrSxbf71C9Yxyv0Q/mHYCNb17hOGtusWoRA/g3bY7++aujA==","shasum":"0dd4f942dd907f41b212ef75c5a7e564db6161c3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.3-canary.2b22838aa.tgz","fileCount":1655,"unpackedSize":33286208,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4G58hLgeHCIbXaVVYsCppko4A3VnxYQe5WYhZI+p85AIhALGi6q0soryeswL/Os4sme9BkN72U/wcmB0VH0yqghbs"}],"size":6583831},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.3-canary.2b22838aa_1709939028932_0.37297731913555343"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-08T23:03:49.384Z","publish_time":1709939029384,"_source_registry_name":"default","contributors":[]},"4.4.3-canary.6d487d7de":{"name":"@firebase/firestore","version":"4.4.3-canary.6d487d7de","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5-canary.6d487d7de","@firebase/logger":"0.4.0-canary.6d487d7de","@firebase/util":"1.9.4-canary.6d487d7de","@firebase/webchannel-wrapper":"0.10.5-canary.6d487d7de","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.28-canary.6d487d7de"},"devDependencies":{"@firebase/app":"0.9.28-canary.6d487d7de","@firebase/app-compat":"0.2.28-canary.6d487d7de","@firebase/auth":"1.6.1-canary.6d487d7de","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.4.3-canary.6d487d7de","readmeFilename":"README.md","gitHead":"6d487d7dee631498bed1aeccbb45d8f14ae911d1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-gtKK8tV8N/UAjZHqQm7TPCQz/qaJp18J+EyTMJW/PBEeVQlDID7rRqABjlVXCD33dOSxJUhNqWG5dUmPdk4XHQ==","shasum":"d05b86a16bdfea849658c32ebc1ca839f51d239a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.3-canary.6d487d7de.tgz","fileCount":1655,"unpackedSize":33286208,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDIGplKcVXvBrKWMylegILgZL4SqneWoWMRbnrkyL4NmAiAGSV6JiTxmDxAytOQFl6MtBqQSQ84EiBlrYrXd9dJ3ow=="}],"size":6583813},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.3-canary.6d487d7de_1710183631532_0.5933741815072091"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-11T19:00:31.866Z","publish_time":1710183631866,"_source_registry_name":"default","contributors":[]},"4.4.3-canary.ce88e71e7":{"name":"@firebase/firestore","version":"4.4.3-canary.ce88e71e7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5-canary.ce88e71e7","@firebase/logger":"0.4.0-canary.ce88e71e7","@firebase/util":"1.9.4-canary.ce88e71e7","@firebase/webchannel-wrapper":"0.10.5-canary.ce88e71e7","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.28-canary.ce88e71e7"},"devDependencies":{"@firebase/app":"0.9.28-canary.ce88e71e7","@firebase/app-compat":"0.2.28-canary.ce88e71e7","@firebase/auth":"1.6.1-canary.ce88e71e7","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.4.3-canary.ce88e71e7","readmeFilename":"README.md","gitHead":"ce88e71e738ac7bb2cd5d63e4e314e2de82f72ef","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-WeDrUX/4SfZtndNEPwTqDzyfPO7xCsLIXUwBouPY+c6b0tLu33tZooS9fM9XKzzQBvK3fwdVuSqPSq1p7Fd3PA==","shasum":"4061ecf32453d70fac5ef1bcdf26501bc4e567e2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.4.3-canary.ce88e71e7.tgz","fileCount":1663,"unpackedSize":33394508,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCyCRbDuOEsrXg34raMUrZEhE2XsvxeKMDL1Mc0fuS5OwIhALdFa26po1o1Gae1edqxhpLEcEWPMxGEs/YEihFDm85T"}],"size":6601645},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.4.3-canary.ce88e71e7_1710185386609_0.6492331608080704"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-11T19:29:47.219Z","publish_time":1710185387219,"_source_registry_name":"default","contributors":[]},"4.5.0-20240312134553":{"name":"@firebase/firestore","version":"4.5.0-20240312134553","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5","@firebase/logger":"0.4.0","@firebase/util":"1.9.4","@firebase/webchannel-wrapper":"0.10.5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.28","@firebase/app-compat":"0.2.28","@firebase/auth":"1.6.2-20240312134553","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.0-20240312134553","readmeFilename":"README.md","gitHead":"b49886710ea2c49163f8840924abbc01ad729da2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-9QM5tf5QR46cGmgF0raOQ448yp+ThjZxZdnVOsuHvqGdPfLXFLy+CyAZsKEGFzgKatYcT9vnly0i+VNQErTHrw==","shasum":"87d0e216f24d40fda10c609a9cb3bad404e7f924","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.0-20240312134553.tgz","fileCount":1663,"unpackedSize":33394318,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBP0Ik5kPifnijjzsjlFauZr4Ra5bZSA6JfvOiptVyDnAiEA9B8yIo7scWOfqITmQvBIkOeShlkTI9oo2Tg5wQ637Go="}],"size":6601566},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.0-20240312134553_1710251972459_0.5694847302022195"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-12T13:59:32.834Z","publish_time":1710251972834,"_source_registry_name":"default","contributors":[]},"4.5.0":{"name":"@firebase/firestore","version":"4.5.0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5","@firebase/logger":"0.4.0","@firebase/util":"1.9.4","@firebase/webchannel-wrapper":"0.10.5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.9.29","@firebase/app-compat":"0.2.29","@firebase/auth":"1.6.2","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.0","gitHead":"1eb302f5af15ae4e975d1989e489e3b119665271","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-rXS6v4HbsN6vZQlq2fLW1ZHb+J5SnS+8Zqb/McbKFIrGYjPUZo5CyO75mkgtlR1tCYAwCebaqoEWb6JHgZv/ww==","shasum":"f614495970d897b146c5d6cec17c213db0528497","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.0.tgz","fileCount":1663,"unpackedSize":33393788,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC5WVSHbXwH22rjDAseud+kGLfe/0LgELGuxK2kkpriZgIgIvoJvAagWlG42YYm55nY75kGk6U+cl09Bd8WEijwI7Y="}],"size":6601099},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.0_1710425973371_0.13032926855897786"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-14T14:19:33.639Z","publish_time":1710425973639,"_source_registry_name":"default","contributors":[]},"4.5.0-canary.1eb302f5a":{"name":"@firebase/firestore","version":"4.5.0-canary.1eb302f5a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5-canary.1eb302f5a","@firebase/logger":"0.4.0-canary.1eb302f5a","@firebase/util":"1.9.4-canary.1eb302f5a","@firebase/webchannel-wrapper":"0.10.5-canary.1eb302f5a","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.29-canary.1eb302f5a"},"devDependencies":{"@firebase/app":"0.9.29-canary.1eb302f5a","@firebase/app-compat":"0.2.29-canary.1eb302f5a","@firebase/auth":"1.6.2-canary.1eb302f5a","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.0-canary.1eb302f5a","readmeFilename":"README.md","gitHead":"1eb302f5af15ae4e975d1989e489e3b119665271","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-ANGcsycSPS/VKFJt77ov77xt22bssnTQhznq1yhjdAvZYTWiuEoEW2aa3BTUDeD05ZYAzS6S+hTzVNtm4JSfbQ==","shasum":"54ceda2bbf78fe870e1a663c3e60638ee2384f00","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.0-canary.1eb302f5a.tgz","fileCount":1663,"unpackedSize":33394508,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBvalTLC9ezhLtJeOhRNO1ts63C1fw0101TRM3SjSgyzAiBIktVCJ95Ew+DEpn909e5493ym0Duzyxyp9I7cO1Iy2Q=="}],"size":6601609},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.0-canary.1eb302f5a_1710428309526_0.8517219855721281"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-14T14:58:29.960Z","publish_time":1710428309960,"_source_registry_name":"default","contributors":[]},"4.5.0-canary.1494c4b80":{"name":"@firebase/firestore","version":"4.5.0-canary.1494c4b80","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5-canary.1494c4b80","@firebase/logger":"0.4.0-canary.1494c4b80","@firebase/util":"1.9.4-canary.1494c4b80","@firebase/webchannel-wrapper":"0.10.5-canary.1494c4b80","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.29-canary.1494c4b80"},"devDependencies":{"@firebase/app":"0.9.29-canary.1494c4b80","@firebase/app-compat":"0.2.29-canary.1494c4b80","@firebase/auth":"1.6.2-canary.1494c4b80","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.0-canary.1494c4b80","readmeFilename":"README.md","gitHead":"1494c4b800886e6c2732aff05d95a4e472290c0d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-rgx1xsc7two/U2+Hz7Cwss87FUrAAv1h1WOtu7uQ7MAddnKW0kIST0KGsD/jBQlDwsCJMwbTRzAS8/I4UmZ5IQ==","shasum":"5c33317f07b6a5d41b9addd50506faa045d1ba53","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.0-canary.1494c4b80.tgz","fileCount":1663,"unpackedSize":33394508,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCfFsoGkZZjVnDRIk4hOfYOG9hIKdXzoOFNklTdfrSwOgIgMVEWAnlUAHIh+IKr1g0aH5B1anMuclnDDVrf93u71yc="}],"size":6601625},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.0-canary.1494c4b80_1710439778259_0.7688374696185811"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-14T18:09:38.530Z","publish_time":1710439778530,"_source_registry_name":"default","contributors":[]},"4.5.0-canary.0c5150106":{"name":"@firebase/firestore","version":"4.5.0-canary.0c5150106","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5-canary.0c5150106","@firebase/logger":"0.4.0-canary.0c5150106","@firebase/util":"1.9.4-canary.0c5150106","@firebase/webchannel-wrapper":"0.10.5-canary.0c5150106","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.29-canary.0c5150106"},"devDependencies":{"@firebase/app":"0.9.29-canary.0c5150106","@firebase/app-compat":"0.2.29-canary.0c5150106","@firebase/auth":"1.6.2-canary.0c5150106","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.0-canary.0c5150106","readmeFilename":"README.md","gitHead":"0c515010607bf2223b468acb94c672b1279ed1a0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-wemiTRw5k3e1CBb01nHHEEiksM9zpSkLVUDPUwyijCRPvDXldn7aq0jOz4UO48aJER/TG1O8aDPYcXg4i9JU1Q==","shasum":"50d0c07c19fff186b991c4a75cff04fe2fedb6f7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.0-canary.0c5150106.tgz","fileCount":1663,"unpackedSize":33394512,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD2xDr2eJfYD0WP5cJXGQsVKFHHaV24sD3qz9AtT+BonAIgTaTMfkOrcIfGILGn0XMMqXc4brr9rxAZZCIaDRVjtsY="}],"size":6601618},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.0-canary.0c5150106_1710974571442_0.8731496781260453"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-20T22:42:51.779Z","publish_time":1710974571779,"_source_registry_name":"default","contributors":[]},"4.5.0-canary.9ca1a4e4f":{"name":"@firebase/firestore","version":"4.5.0-canary.9ca1a4e4f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5-canary.9ca1a4e4f","@firebase/logger":"0.4.0-canary.9ca1a4e4f","@firebase/util":"1.9.4-canary.9ca1a4e4f","@firebase/webchannel-wrapper":"0.10.5-canary.9ca1a4e4f","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.29-canary.9ca1a4e4f"},"devDependencies":{"@firebase/app":"0.9.29-canary.9ca1a4e4f","@firebase/app-compat":"0.2.29-canary.9ca1a4e4f","@firebase/auth":"1.6.2-canary.9ca1a4e4f","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.0-canary.9ca1a4e4f","readmeFilename":"README.md","gitHead":"9ca1a4e4f9f13d56cde93cab6d83a8bc54f83539","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-GY/rQxrPfaRdyEb7LictCROn01I8iA2RngHM27EHTROfjUTBSSuobANvEsD3YDTHFtFR+pqnNlYOFBH/ieziUQ==","shasum":"8831b4d8af6b8afa6c936d18e3dc5db5c87e34f6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.0-canary.9ca1a4e4f.tgz","fileCount":1663,"unpackedSize":33394512,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCbt+jXfx4wHLoprcjpnrYt6NVnNfp5IulpU4Bap3Q6agIgM4ewOVOlLtyDPh3BbP6WTEFGmDXoIFTNuwCOshcCqDo="}],"size":6601610},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.0-canary.9ca1a4e4f_1711043423619_0.7157587052645014"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-21T17:50:24.016Z","publish_time":1711043424016,"_source_registry_name":"default","contributors":[]},"4.5.0-canary.89541ef74":{"name":"@firebase/firestore","version":"4.5.0-canary.89541ef74","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5-canary.89541ef74","@firebase/logger":"0.4.0-canary.89541ef74","@firebase/util":"1.9.4-canary.89541ef74","@firebase/webchannel-wrapper":"0.10.5-canary.89541ef74","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.29-canary.89541ef74"},"devDependencies":{"@firebase/app":"0.9.29-canary.89541ef74","@firebase/app-compat":"0.2.29-canary.89541ef74","@firebase/auth":"1.6.2-canary.89541ef74","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.0-canary.89541ef74","readmeFilename":"README.md","gitHead":"89541ef7422637a36e9951d327e150c2c615e1f0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-UA0zAUbYQ3cDCMOhnQDP7PMAkdDnJKD4fNq1ZtidUFfOQR+yfQJmDavWe59ugq1V5WDGYq5XcQGLyARX1+larA==","shasum":"e64bd8e6a693ce83e3c8c8b4c7adc957b2048cbc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.0-canary.89541ef74.tgz","fileCount":1663,"unpackedSize":33394512,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCu/mCTnEz7O/ZRqirF7MOlTLj+QisYX2cBWTe0rbVvrQIgB8rbMBfqYAMFHZ+Wz1F9RCP0FqUQPZwgW3I0Vsmtsog="}],"size":6601627},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.0-canary.89541ef74_1711139734464_0.0027319445173492607"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-22T20:35:34.854Z","publish_time":1711139734854,"_source_registry_name":"default","contributors":[]},"4.5.0-canary.ed84efe50":{"name":"@firebase/firestore","version":"4.5.0-canary.ed84efe50","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5-canary.ed84efe50","@firebase/logger":"0.4.0-canary.ed84efe50","@firebase/util":"1.9.4-canary.ed84efe50","@firebase/webchannel-wrapper":"0.10.5-canary.ed84efe50","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.29-canary.ed84efe50"},"devDependencies":{"@firebase/app":"0.9.29-canary.ed84efe50","@firebase/app-compat":"0.2.29-canary.ed84efe50","@firebase/auth":"1.6.2-canary.ed84efe50","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.0-canary.ed84efe50","readmeFilename":"README.md","gitHead":"ed84efe50bfc365da8ebfacdd2b17b5cc2a9e596","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-8qpH5+CymTNBnkMc9MqSnKJbNpXAqkd0yazBfMrOQ1mdic9msKXQZqt9VNTH5xceA+5QnnX7jyuh67UK/Fpd9A==","shasum":"3df6c94cdaaf06cece2a1b683d88793f8020c766","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.0-canary.ed84efe50.tgz","fileCount":1663,"unpackedSize":33394512,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC2vFhs4mCSIvN7AYElxcmiULz7QLj8068D6FlAaY4nfQIgQbNvyKDjVCAcy1A9AlZ6ihOJdrzYEdSDO0gLmf/HsPA="}],"size":6601607},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.0-canary.ed84efe50_1711197141493_0.974167456623501"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-23T12:32:21.811Z","publish_time":1711197141811,"_source_registry_name":"default","contributors":[]},"4.5.0-canary.9fc463325":{"name":"@firebase/firestore","version":"4.5.0-canary.9fc463325","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5-canary.9fc463325","@firebase/logger":"0.4.0-canary.9fc463325","@firebase/util":"1.9.4-canary.9fc463325","@firebase/webchannel-wrapper":"0.10.5-canary.9fc463325","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.29-canary.9fc463325"},"devDependencies":{"@firebase/app":"0.9.29-canary.9fc463325","@firebase/app-compat":"0.2.29-canary.9fc463325","@firebase/auth":"1.6.2-canary.9fc463325","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.0-canary.9fc463325","readmeFilename":"README.md","gitHead":"9fc463325db09a5ffdd69269dee82e4b699824d0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-u0dFkLCvo9MxTXrrr4L1AXDd6A1XusE9/UVQq3lgNbmK7JqyAvY30FsPRfK2m6ersAQKvLI2Y8JaBe4TBfcNtQ==","shasum":"edf9c7548572e5f6639555621be3470344bbde3b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.0-canary.9fc463325.tgz","fileCount":1663,"unpackedSize":33394512,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHg8Fa6V1KqJ2t6fnNZW4B+4l8FNMi6GIthAGbkrUWo3AiBT8nO5SlmD6rpgGlquU+Zpj6GBNeDPk255zFONrbTOmQ=="}],"size":6601629},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.0-canary.9fc463325_1711388168434_0.09760039596261905"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-25T17:36:08.883Z","publish_time":1711388168883,"_source_registry_name":"default","contributors":[]},"4.5.0-canary.c8a2568dd":{"name":"@firebase/firestore","version":"4.5.0-canary.c8a2568dd","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5-canary.c8a2568dd","@firebase/logger":"0.4.0-canary.c8a2568dd","@firebase/util":"1.9.4-canary.c8a2568dd","@firebase/webchannel-wrapper":"0.10.5-canary.c8a2568dd","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.29-canary.c8a2568dd"},"devDependencies":{"@firebase/app":"0.9.29-canary.c8a2568dd","@firebase/app-compat":"0.2.29-canary.c8a2568dd","@firebase/auth":"1.6.2-canary.c8a2568dd","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.0-canary.c8a2568dd","readmeFilename":"README.md","gitHead":"c8a2568ddd2acd9162a99bce9ff4203fe8d6e0da","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-QqZMsgAtEwSvTBE+zgPI6v6JRacvcGR849xX3FVUU/4DPottB3uQjXSFrrvsExj0hCC6LS9EQheDhEwVEnhHiQ==","shasum":"c0b40c7f46c2f3e0cda48fd9829e46190b9f64c2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.0-canary.c8a2568dd.tgz","fileCount":1663,"unpackedSize":33394512,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAx+2g90P24RECY696bgMz41ZNcnwh36YMyTEXbK7hbAIhAIU01dN7KiH6S4PGYYHoPCZwzq0ligIdrfy9DZQ9RVea"}],"size":6601617},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.0-canary.c8a2568dd_1711478701817_0.671742371674019"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-26T18:45:02.221Z","publish_time":1711478702221,"_source_registry_name":"default","contributors":[]},"4.5.1-20240326182825":{"name":"@firebase/firestore","version":"4.5.1-20240326182825","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-20240326182825","@firebase/logger":"0.4.1-20240326182825","@firebase/util":"1.9.5-20240326182825","@firebase/webchannel-wrapper":"0.10.6-20240326182825","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.0-20240326182825"},"devDependencies":{"@firebase/app":"0.10.0-20240326182825","@firebase/app-compat":"0.2.30-20240326182825","@firebase/auth":"1.7.0-20240326182825","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.1-20240326182825","readmeFilename":"README.md","gitHead":"73f40f5f9d12a6df7abd81d15f7ebbfcf62736f7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-BZ0ZY7+iS2ogI+LSjlYJlZ+eHS3O0Cs02p78jFFZaAQKA84yZUOBqo6SBZety2D6OQ5Gn7HlzIHF++IfbomePQ==","shasum":"ef39a4c6ac151b0baaa8e0e9120705174a3928bc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.1-20240326182825.tgz","fileCount":1663,"unpackedSize":33394442,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCwaj2aRezWXzZ1uuAwARNItYItLENCaKrUsvhtr60vYAIhAKl8lY6vVrntqgTRzcb7/A165HvsOl3GhtUHXfi/kjo/"}],"size":6601607},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.1-20240326182825_1711478852317_0.36575047469426103"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-26T18:47:32.603Z","publish_time":1711478852603,"_source_registry_name":"default","contributors":[]},"4.5.0-canary.c6ecac8ac":{"name":"@firebase/firestore","version":"4.5.0-canary.c6ecac8ac","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.5-canary.c6ecac8ac","@firebase/logger":"0.4.0-canary.c6ecac8ac","@firebase/util":"1.9.4-canary.c6ecac8ac","@firebase/webchannel-wrapper":"0.10.5-canary.c6ecac8ac","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.9.29-canary.c6ecac8ac"},"devDependencies":{"@firebase/app":"0.9.29-canary.c6ecac8ac","@firebase/app-compat":"0.2.29-canary.c6ecac8ac","@firebase/auth":"1.6.2-canary.c6ecac8ac","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.0-canary.c6ecac8ac","readmeFilename":"README.md","gitHead":"c6ecac8ac7110622d178d9450446318a4d0c474e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-uJmF+aJnn9Bje8HR1g2aK5jQfqlKyl69YHwltSg2v1EXWLz6M4cQcCbl9ARRpYQOIR4Al3biZbczGeYSDRpK9w==","shasum":"accd0c93e256261374cafc55348467e0541e382a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.0-canary.c6ecac8ac.tgz","fileCount":1667,"unpackedSize":33403790,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCYamutpBVKlh9LLZPOy09OENno1g0tCfwiSBHCO7B8ZAIhAPCWmtk4LCu/5fXQ486e26A73B+fQTouvxdMuHMuIHfU"}],"size":6604389},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.0-canary.c6ecac8ac_1711648437919_0.9166338751562231"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-28T17:53:58.293Z","publish_time":1711648438293,"_source_registry_name":"default","contributors":[]},"4.5.1":{"name":"@firebase/firestore","version":"4.5.1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6","@firebase/logger":"0.4.1","@firebase/util":"1.9.5","@firebase/webchannel-wrapper":"0.10.6","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.10.0","@firebase/app-compat":"0.2.30","@firebase/auth":"1.7.0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.1","gitHead":"13762a4fe193ad10f5ecc0603313b889929e8eda","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-VQsMKJGuqlx8I+n+NhNrdFRBJU/B1O8mpGIAYABBmVxPyJax/ynuBMJkREmqzRWpbBj5IAtHe+vm4EvJlb6RLg==","shasum":"7ae682172d5d833f632557a553be8e151cc08d5e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.1.tgz","fileCount":1663,"unpackedSize":33393804,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICcf5rj+Mk61EH8oeCsTgb8495Fzn1IZmd8mZHoAb62cAiEArwj1eY/h9jkyq0igOH5OJx/sGPzXm+5FGxYiwN453WM="}],"size":6601199},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.1_1711658295685_0.280256281286267"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-28T20:38:16.001Z","publish_time":1711658296001,"_source_registry_name":"default","contributors":[]},"4.5.1-canary.42fcdfe4c":{"name":"@firebase/firestore","version":"4.5.1-canary.42fcdfe4c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.42fcdfe4c","@firebase/logger":"0.4.1-canary.42fcdfe4c","@firebase/util":"1.9.5-canary.42fcdfe4c","@firebase/webchannel-wrapper":"0.10.6-canary.42fcdfe4c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.0-canary.42fcdfe4c"},"devDependencies":{"@firebase/app":"0.10.0-canary.42fcdfe4c","@firebase/app-compat":"0.2.30-canary.42fcdfe4c","@firebase/auth":"1.7.0-canary.42fcdfe4c","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.1-canary.42fcdfe4c","readmeFilename":"README.md","gitHead":"42fcdfe4cb2aae7b9414fb42cf9257cf300f6129","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-B0vi5xqsBHNQ1YFTQWDzsMgfcAPFXOMQNgKl7pUdpPUOTXoPX68t8S0DK5rZiyVnKy2YPF+B7LL0rjACDm+N2w==","shasum":"81fcbdc9598850748327ec18dba4b9bb88419b7c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.1-canary.42fcdfe4c.tgz","fileCount":1667,"unpackedSize":33403802,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDvaUuV6YwcwNxtBWwiuYCi4lgfgjV5WYNBDHvrtnn7zQIhALGKGGrWakqJelLxeZCchrebM7EH30TCudAFoRTOCo2A"}],"size":6604421},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.1-canary.42fcdfe4c_1711660433354_0.2936316510805037"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-28T21:13:53.709Z","publish_time":1711660433709,"_source_registry_name":"default","contributors":[]},"4.5.1-canary.666dddae0":{"name":"@firebase/firestore","version":"4.5.1-canary.666dddae0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.666dddae0","@firebase/logger":"0.4.1-canary.666dddae0","@firebase/util":"1.9.5-canary.666dddae0","@firebase/webchannel-wrapper":"0.10.6-canary.666dddae0","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.0-canary.666dddae0"},"devDependencies":{"@firebase/app":"0.10.0-canary.666dddae0","@firebase/app-compat":"0.2.30-canary.666dddae0","@firebase/auth":"1.7.0-canary.666dddae0","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.1-canary.666dddae0","readmeFilename":"README.md","gitHead":"666dddae0b050204c59f70e74010fd92a6b54187","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-lTIiqDbo9JumnTNdJimw1J465RRXyRrsvnN1QxK9DPsjQ0nbr3cnBU25n4mtL026ruuyKavI7tTO85HqeBjvVw==","shasum":"4a2911e72f7330829669e98425a378d62d7080a5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.1-canary.666dddae0.tgz","fileCount":1667,"unpackedSize":33401674,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDDY+CHvjQFjGXHJK+eQh84n/6V3gPFe8pcn1VFrdk2vwIhAM4pxgFyLiS495B7AfcSP59ebf00xWxub5j6uyAjHO0e"}],"size":6604435},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.1-canary.666dddae0_1711723181399_0.17184488130155584"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-29T14:39:41.777Z","publish_time":1711723181777,"_source_registry_name":"default","contributors":[]},"4.5.1-canary.6d31930b3":{"name":"@firebase/firestore","version":"4.5.1-canary.6d31930b3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.6d31930b3","@firebase/logger":"0.4.1-canary.6d31930b3","@firebase/util":"1.9.5-canary.6d31930b3","@firebase/webchannel-wrapper":"0.10.6-canary.6d31930b3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.0-canary.6d31930b3"},"devDependencies":{"@firebase/app":"0.10.0-canary.6d31930b3","@firebase/app-compat":"0.2.30-canary.6d31930b3","@firebase/auth":"1.7.0-canary.6d31930b3","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.1-canary.6d31930b3","readmeFilename":"README.md","gitHead":"6d31930b3abe1588ae81a5c14b59cd386fddc718","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-x9qXB/IowEIQUHuk+T7wGG+YDpRwC8Dew+Y6gZ6C2mZMvEcedal9/oTWC0ZTfICe2EWcfWIPDxHte/m7LVONPA==","shasum":"7e8deb2d8eb4c0892e6f8ffe03eeb3977148cf68","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.1-canary.6d31930b3.tgz","fileCount":1667,"unpackedSize":33401674,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGooPJf3mRKxXCHJTNwlWyvRT90J6iWbQIYA+X53geajAiA5zEU8royp6Dnmw4V4fYJo9cZSIbyJr6MUzf+C4scFSQ=="}],"size":6604449},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.1-canary.6d31930b3_1712078207655_0.72701070585851"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-02T17:16:48.234Z","publish_time":1712078208234,"_source_registry_name":"default","contributors":[]},"4.5.1-canary.b64b947b8":{"name":"@firebase/firestore","version":"4.5.1-canary.b64b947b8","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.b64b947b8","@firebase/logger":"0.4.1-canary.b64b947b8","@firebase/util":"1.9.5-canary.b64b947b8","@firebase/webchannel-wrapper":"0.10.6-canary.b64b947b8","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.0-canary.b64b947b8"},"devDependencies":{"@firebase/app":"0.10.0-canary.b64b947b8","@firebase/app-compat":"0.2.30-canary.b64b947b8","@firebase/auth":"1.7.0-canary.b64b947b8","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.1-canary.b64b947b8","readmeFilename":"README.md","gitHead":"b64b947b8bbbb0f2e07e5bed8d3fb7b0807f034f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-t6n607Wm/Wy5brqjIJ97v+wlVfwi3FUSYXgdbIpb295lLVbmehfqC2E2TDnWGp/ZijUNTzRRPdWSQ2wqeeDF9w==","shasum":"39b1ca287dbe13b4f1b8801eb82f34834e37bcea","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.1-canary.b64b947b8.tgz","fileCount":1667,"unpackedSize":33401674,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGXMo5vFTRjaZqaBtvr8g5yJXWzcYGXgY0C5gQ8XPzkXAiEAqHXP35vCZTJqJ5NIlPCIC5aab3/n7aZXe2JoLzNYFqU="}],"size":6604455},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.1-canary.b64b947b8_1712174421975_0.017689638491522608"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-03T20:00:22.340Z","publish_time":1712174422340,"_source_registry_name":"default","contributors":[]},"4.5.1-vertex-preview.8b70fc586":{"name":"@firebase/firestore","version":"4.5.1-vertex-preview.8b70fc586","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-vertex-preview.8b70fc586","@firebase/logger":"0.4.1-vertex-preview.8b70fc586","@firebase/util":"1.9.5-vertex-preview.8b70fc586","@firebase/webchannel-wrapper":"0.10.6-vertex-preview.8b70fc586","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.0-vertex-preview.8b70fc586"},"devDependencies":{"@firebase/app":"0.10.0-vertex-preview.8b70fc586","@firebase/app-compat":"0.2.30-vertex-preview.8b70fc586","@firebase/auth":"1.7.0-vertex-preview.8b70fc586","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.1-vertex-preview.8b70fc586","readmeFilename":"README.md","gitHead":"8b70fc586781a736df42270059df8f9c2745b146","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-sGDcrN8ANOiNFCT8xkvHNhJSUIBd++a57tB2BkMxEYOPNeH2QYlUTNdlcJDphbp+HIfB1Mq+AmYEDdVWE40y7A==","shasum":"860d40ed5c369cfb4eb685bf1417f160b87e1598","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.1-vertex-preview.8b70fc586.tgz","fileCount":1667,"unpackedSize":33401924,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDm+yFQvTM2n8VP2L1+q1sJpAQK/YP0hCG0f9J3GDOPEAIhAIsCcN055m0dqlx5nqyWp4sydtdSsO8ruTpWcItWIvgz"}],"size":6604665},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.1-vertex-preview.8b70fc586_1712266358083_0.6359708975274085"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-04T21:32:38.484Z","publish_time":1712266358484,"_source_registry_name":"default","contributors":[]},"4.5.1-vertexai-preview.597bf4fbd":{"name":"@firebase/firestore","version":"4.5.1-vertexai-preview.597bf4fbd","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-vertexai-preview.597bf4fbd","@firebase/logger":"0.4.1-vertexai-preview.597bf4fbd","@firebase/util":"1.9.5-vertexai-preview.597bf4fbd","@firebase/webchannel-wrapper":"0.10.6-vertexai-preview.597bf4fbd","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.0-vertexai-preview.597bf4fbd"},"devDependencies":{"@firebase/app":"0.10.0-vertexai-preview.597bf4fbd","@firebase/app-compat":"0.2.30-vertexai-preview.597bf4fbd","@firebase/auth":"1.7.0-vertexai-preview.597bf4fbd","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.1-vertexai-preview.597bf4fbd","readmeFilename":"README.md","gitHead":"597bf4fbdec8b2c2fc6748979164f0085a3a1ed7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-iaOMrhDoeVxhwIbdc0TjdI38AGjcsv4WTlL5eFCKkZrop1FfVO63+1+PvhOXujN2l5m+KLrGsJsKFMfiDNDUfg==","shasum":"7c785f632b00e7023cc9e0469a843b8d89ffdf62","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.1-vertexai-preview.597bf4fbd.tgz","fileCount":1667,"unpackedSize":33401990,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCdyhgJa7tDPqV4Sn/8jhkfbNMu3gercLM7ZZDXDFvNlgIhAOXKcPzjL6gKZWvg1kgfWQDOn9gIt5WAF+ePIWE9JzTE"}],"size":6604675},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.1-vertexai-preview.597bf4fbd_1712270144542_0.6493813350021773"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-04T22:35:44.884Z","publish_time":1712270144884,"_source_registry_name":"default","contributors":[]},"4.5.1-vertexai-preview.cdcc49eb9":{"name":"@firebase/firestore","version":"4.5.1-vertexai-preview.cdcc49eb9","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-vertexai-preview.cdcc49eb9","@firebase/logger":"0.4.1-vertexai-preview.cdcc49eb9","@firebase/util":"1.9.5-vertexai-preview.cdcc49eb9","@firebase/webchannel-wrapper":"0.10.6-vertexai-preview.cdcc49eb9","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.0-vertexai-preview.cdcc49eb9"},"devDependencies":{"@firebase/app":"0.10.0-vertexai-preview.cdcc49eb9","@firebase/app-compat":"0.2.30-vertexai-preview.cdcc49eb9","@firebase/auth":"1.7.0-vertexai-preview.cdcc49eb9","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.1-vertexai-preview.cdcc49eb9","readmeFilename":"README.md","gitHead":"cdcc49eb9c9578a73d955521ccd6e9fee1769dc5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-4suHqELbQr5YOUJ39pItLJPxe9dqLieyNCnu3SCML5NmjMGipInbSvBsaPeALsg+ln1VD38GT+RfLn03wgEYLA==","shasum":"0d7545c72c0429f9cb50a78aba4793bc8dfd3fd9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.1-vertexai-preview.cdcc49eb9.tgz","fileCount":1667,"unpackedSize":33401990,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRCvW+8NL3LDdOU23YzR5h5HXEPsMSTmqyKZ5e2tJN7QIhAO8ed3e8H0bFdtAZ8wYWj6nf4XY49DhAUfH9qyCnsrAV"}],"size":6604663},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.1-vertexai-preview.cdcc49eb9_1712272331266_0.12162740143488993"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-04T23:12:11.668Z","publish_time":1712272331668,"_source_registry_name":"default","contributors":[]},"4.5.1-canary.fe09d8338":{"name":"@firebase/firestore","version":"4.5.1-canary.fe09d8338","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.fe09d8338","@firebase/logger":"0.4.1-canary.fe09d8338","@firebase/util":"1.9.5-canary.fe09d8338","@firebase/webchannel-wrapper":"0.10.6-canary.fe09d8338","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.0-canary.fe09d8338"},"devDependencies":{"@firebase/app":"0.10.0-canary.fe09d8338","@firebase/app-compat":"0.2.30-canary.fe09d8338","@firebase/auth":"1.7.0-canary.fe09d8338","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.1-canary.fe09d8338","readmeFilename":"README.md","gitHead":"fe09d8338d7d5f7a82d8cd73cf825adbe5551975","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.0","_npmVersion":"10.5.0","dist":{"integrity":"sha512-DrCvmsbZDF5FhzEahGkW2Yl5hQXsMACdjRS94ngPwX0PaYnIa3VtyMuY7RVcFo8YeaYr6PlXFer3CfgKINjA3w==","shasum":"58b4330087909e584f6fa3b98ac2fd57649ac39f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.1-canary.fe09d8338.tgz","fileCount":1667,"unpackedSize":33401674,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDliK+FFPucEdwhEMQql+Ve4YQFI7FQAql80je4W3rWVAIhAOoTCeQM7tbK4e7jRbvxozfMIJtf2923823+Hg6nGdpt"}],"size":6604444},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.1-canary.fe09d8338_1712598908563_0.8535731625525813"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-08T17:55:08.824Z","publish_time":1712598908824,"_source_registry_name":"default","contributors":[]},"4.5.1-vertexai-preview.f25ccbbaf":{"name":"@firebase/firestore","version":"4.5.1-vertexai-preview.f25ccbbaf","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-vertexai-preview.f25ccbbaf","@firebase/logger":"0.4.1-vertexai-preview.f25ccbbaf","@firebase/util":"1.9.5-vertexai-preview.f25ccbbaf","@firebase/webchannel-wrapper":"0.10.6-vertexai-preview.f25ccbbaf","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.0-vertexai-preview.f25ccbbaf"},"devDependencies":{"@firebase/app":"0.10.0-vertexai-preview.f25ccbbaf","@firebase/app-compat":"0.2.30-vertexai-preview.f25ccbbaf","@firebase/auth":"1.7.0-vertexai-preview.f25ccbbaf","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.1-vertexai-preview.f25ccbbaf","readmeFilename":"README.md","gitHead":"f25ccbbafcf7753c967f326f8b2387a82aa82b10","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.0","_npmVersion":"10.5.0","dist":{"integrity":"sha512-1Ixr4Aq9/xELHyBoisT6JOfS7FGhAAjAQ/qc+H2W5GKVWHa6T9q//7U6GYigc0lueU0Z8X5UPPt8nfdslRXELQ==","shasum":"0fd5def8f053b0760d1702ac3e84e3a7fd86d140","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.1-vertexai-preview.f25ccbbaf.tgz","fileCount":1667,"unpackedSize":33401990,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIClXAL+lqXo0426NWThlRXTSfhEIz9C8sEsxTkORh4XAAiA385ozZdD/Zfpum36iFXJlk+8Do+fOfElWWsb0gUzfVw=="}],"size":6604673},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.1-vertexai-preview.f25ccbbaf_1712610768374_0.6093823121859132"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-08T21:12:48.815Z","publish_time":1712610768815,"_source_registry_name":"default","contributors":[]},"4.5.1-canary.f1a57d00d":{"name":"@firebase/firestore","version":"4.5.1-canary.f1a57d00d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.f1a57d00d","@firebase/logger":"0.4.1-canary.f1a57d00d","@firebase/util":"1.9.5-canary.f1a57d00d","@firebase/webchannel-wrapper":"0.10.6-canary.f1a57d00d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.0-canary.f1a57d00d"},"devDependencies":{"@firebase/app":"0.10.0-canary.f1a57d00d","@firebase/app-compat":"0.2.30-canary.f1a57d00d","@firebase/auth":"1.7.0-canary.f1a57d00d","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.1-canary.f1a57d00d","readmeFilename":"README.md","gitHead":"f1a57d00d05c202ca676f22ed89ad636e8a708c6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.0","_npmVersion":"10.5.0","dist":{"integrity":"sha512-GFgNCS4SRgWj0fV781k07mhSQRoOcKqTzLzRUJTNin3eeXMMBhpwUtoBbdK5G3lWwCRZvzo0apXgXECmlN2KlA==","shasum":"9a0c240eef79f889f1c1103a980b28f5dd8f7792","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.1-canary.f1a57d00d.tgz","fileCount":1667,"unpackedSize":33401674,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHylfV+lJFj4fHMsCl89JpfMtr4G6sRsQKtitamEicm8AiAErtWUBdBtZtLDz8xOuUm4v/wmSFXVsiommb6fPzQ91g=="}],"size":6604433},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.1-canary.f1a57d00d_1712617012989_0.08384559349476461"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-08T22:56:53.329Z","publish_time":1712617013329,"_source_registry_name":"default","contributors":[]},"4.6.0-20240409134135":{"name":"@firebase/firestore","version":"4.6.0-20240409134135","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6","@firebase/logger":"0.4.1","@firebase/util":"1.9.5","@firebase/webchannel-wrapper":"0.10.6","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-20240409134135"},"devDependencies":{"@firebase/app":"0.10.1-20240409134135","@firebase/app-compat":"0.2.31-20240409134135","@firebase/auth":"1.7.1-20240409134135","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-20240409134135","readmeFilename":"README.md","gitHead":"badff010739b53919c81708f0af069606c6a18ad","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-4Z0RqsayTwAraVka4dih56flwNB/TU7PQCNGP5GLr3sOuir+BcMpz8dKxEJnsmxg41cE3o6+REPK7t41byw/ZA==","shasum":"91a518ba20e01866b89aac079ea21890bcfb1995","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-20240409134135.tgz","fileCount":1667,"unpackedSize":33401532,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD7TIe4k3UAyJLa5CI/aCfbubSsZvgObZv9aP9wN6pJPwIhAKlxnRRKC4ixLxchie/fzIWhVmihX7nn7ampB1n8LDKl"}],"size":6604386},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-20240409134135_1712670945134_0.6741878780773269"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-09T13:55:45.410Z","publish_time":1712670945410,"_source_registry_name":"default","contributors":[]},"4.5.1-canary.9297ef398":{"name":"@firebase/firestore","version":"4.5.1-canary.9297ef398","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.9297ef398","@firebase/logger":"0.4.1-canary.9297ef398","@firebase/util":"1.9.5-canary.9297ef398","@firebase/webchannel-wrapper":"0.10.6-canary.9297ef398","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.0-canary.9297ef398"},"devDependencies":{"@firebase/app":"0.10.0-canary.9297ef398","@firebase/app-compat":"0.2.30-canary.9297ef398","@firebase/auth":"1.7.0-canary.9297ef398","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.1-canary.9297ef398","readmeFilename":"README.md","gitHead":"9297ef398cc6b3dbfe8cc51bf0172a1a55d5aef7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-OgQkqQmCrQqkJj6cER0/IpQvUe0fpdYSN/nW43lNjdy2nzQk7MFV+NfvD+fzxV12sbzF9Kp1YNQRqLmwZMz/xA==","shasum":"c1b7c099eb9048c2ca5e285ec98eb7070f695fc4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.1-canary.9297ef398.tgz","fileCount":1667,"unpackedSize":33401674,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD45YP4d3bUI4KrZ5aOBlVmS8hhiL7haDdAJ7kptkN5wgIhAIoh/WPYQJW7/D6o2qGv5fwo2mE+rC2fzztuuKs7zCuq"}],"size":6604452},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.1-canary.9297ef398_1712684943595_0.8431454873904463"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-09T17:49:03.993Z","publish_time":1712684943993,"_source_registry_name":"default","contributors":[]},"4.5.1-canary.a6fa54417":{"name":"@firebase/firestore","version":"4.5.1-canary.a6fa54417","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.a6fa54417","@firebase/logger":"0.4.1-canary.a6fa54417","@firebase/util":"1.9.5-canary.a6fa54417","@firebase/webchannel-wrapper":"0.10.6-canary.a6fa54417","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.0-canary.a6fa54417"},"devDependencies":{"@firebase/app":"0.10.0-canary.a6fa54417","@firebase/app-compat":"0.2.30-canary.a6fa54417","@firebase/auth":"1.7.0-canary.a6fa54417","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.1-canary.a6fa54417","readmeFilename":"README.md","gitHead":"a6fa544173aeeee9d4f35e1ebd36fe2c2f461d19","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-J98cZ4LgMfw3O7FNPLGmqJoJGxHqu++9qQHc1v87sMMLencvsTCpY1Lf+mhW6raci9kaSlum0zjwkJ6rGs66dw==","shasum":"6ca8649ba1cf099c4014f60814a0d8838d08275e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.1-canary.a6fa54417.tgz","fileCount":1667,"unpackedSize":33407836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFhcfmM4qJQNliDUkw1Wg1d1eXMo0dJOJNyOFxg5a3WBAiBHHC3xafmzdLBbbYEfBPhANAqGGs29QdOz1hYOYcG1FQ=="}],"size":6608390},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.1-canary.a6fa54417_1712690262445_0.8014981976284561"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-09T19:17:42.935Z","publish_time":1712690262935,"_source_registry_name":"default","contributors":[]},"4.5.1-canary.0068ed5ab":{"name":"@firebase/firestore","version":"4.5.1-canary.0068ed5ab","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.0068ed5ab","@firebase/logger":"0.4.1-canary.0068ed5ab","@firebase/util":"1.9.5-canary.0068ed5ab","@firebase/webchannel-wrapper":"0.10.6-canary.0068ed5ab","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.0-canary.0068ed5ab"},"devDependencies":{"@firebase/app":"0.10.0-canary.0068ed5ab","@firebase/app-compat":"0.2.30-canary.0068ed5ab","@firebase/auth":"1.7.0-canary.0068ed5ab","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.1-canary.0068ed5ab","readmeFilename":"README.md","gitHead":"0068ed5ab124fa08937d625b004aa0cc3ab667c4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-aShFkOsR6YPiq4YvlH57hlsx6Va9EG12M/aPa7djYNn2KHtq8i+AEqgjvp+ENXt6qV2fA9JnlmKahCAU0NwZCg==","shasum":"bd395f2944d5cb1550b6d166495049006589f662","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.1-canary.0068ed5ab.tgz","fileCount":1667,"unpackedSize":33407836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCHwo/fBz1k5/Occ3rRvKeripQm4mz33XJK6ziZjJwjZAIhAJvxsK38+mF+gPvgDMTWFTq8Xii2ltRXRvh4gk3+4bU+"}],"size":6608383},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.1-canary.0068ed5ab_1712700174744_0.2609588983308657"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-09T22:02:55.169Z","publish_time":1712700175169,"_source_registry_name":"default","contributors":[]},"4.5.1-canary.36b261c65":{"name":"@firebase/firestore","version":"4.5.1-canary.36b261c65","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.36b261c65","@firebase/logger":"0.4.1-canary.36b261c65","@firebase/util":"1.9.5-canary.36b261c65","@firebase/webchannel-wrapper":"0.10.6-canary.36b261c65","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.0-canary.36b261c65"},"devDependencies":{"@firebase/app":"0.10.0-canary.36b261c65","@firebase/app-compat":"0.2.30-canary.36b261c65","@firebase/auth":"1.7.0-canary.36b261c65","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.1-canary.36b261c65","readmeFilename":"README.md","gitHead":"36b261c651adbdf48e6a28d5db13247fd3e7015c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-0t9f2TsUHpQNXdI0oYqpb15+tNM3QWR7XR62tvNCwfdSvAUcM4wEVs7QveCwatTvkuU8HVK9fM53QGjCz2p2YQ==","shasum":"1ef2d3e90bcd185e20f0d53aa650339430195e52","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.1-canary.36b261c65.tgz","fileCount":1667,"unpackedSize":33407836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC2wrIEbmKRSlCJB3zBbs2agFJ9sW1nipPaEQ9dmAfijwIgYaailU4eZIQtRD4J83mvRSJBGNGIIvJpuGNhAWBYVJs="}],"size":6608398},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.1-canary.36b261c65_1712766645563_0.65885282287322"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-10T16:30:45.886Z","publish_time":1712766645886,"_source_registry_name":"default","contributors":[]},"4.5.1-canary.6393c9592":{"name":"@firebase/firestore","version":"4.5.1-canary.6393c9592","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.6393c9592","@firebase/logger":"0.4.1-canary.6393c9592","@firebase/util":"1.9.5-canary.6393c9592","@firebase/webchannel-wrapper":"0.10.6-canary.6393c9592","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.0-canary.6393c9592"},"devDependencies":{"@firebase/app":"0.10.0-canary.6393c9592","@firebase/app-compat":"0.2.30-canary.6393c9592","@firebase/auth":"1.7.0-canary.6393c9592","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.1-canary.6393c9592","readmeFilename":"README.md","gitHead":"6393c9592cbc5ceb3da2097a79c7facd4016c229","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-COxZ2vM733wSw/qnt0gNOFY/r+4cDN6W/0pNEmeNJlM9CDIePJjDqXEQC6sX8BxXOxTdNE2JWYaT3n4fiWa08A==","shasum":"3136fc892d8b435b32ebede42cb051d266b5080e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.1-canary.6393c9592.tgz","fileCount":1667,"unpackedSize":33407836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHQtk+320Qc2any/85U0MCV+mUX7ABRgK/0Sk8fum4oFAiEAgOKrs6Mq7+cEZ4AUpqVcKNub/R2ZJj0dsTjkeozZtpI="}],"size":6608395},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.1-canary.6393c9592_1712778693658_0.8885136214607627"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-10T19:51:34.015Z","publish_time":1712778694015,"_source_registry_name":"default","contributors":[]},"4.5.1-vertexai-preview.3d11ecc97":{"name":"@firebase/firestore","version":"4.5.1-vertexai-preview.3d11ecc97","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-vertexai-preview.3d11ecc97","@firebase/logger":"0.4.1-vertexai-preview.3d11ecc97","@firebase/util":"1.9.5-vertexai-preview.3d11ecc97","@firebase/webchannel-wrapper":"0.10.6-vertexai-preview.3d11ecc97","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.3","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.0-vertexai-preview.3d11ecc97"},"devDependencies":{"@firebase/app":"0.10.0-vertexai-preview.3d11ecc97","@firebase/app-compat":"0.2.30-vertexai-preview.3d11ecc97","@firebase/auth":"1.7.0-vertexai-preview.3d11ecc97","@rollup/plugin-alias":"3.1.9","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.34","chai-exclude":"2.1.0","json-stable-stringify":"1.0.2","protobufjs":"7.2.4","rollup":"2.79.1","rollup-plugin-copy":"3.4.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.0","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.1-vertexai-preview.3d11ecc97","readmeFilename":"README.md","gitHead":"3d11ecc9786b0b5446b12f01556a3be6b3f25511","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-FdrY3PN8vSk2nHWdro7c4weeiOk2tmjLJ374sGjzOXFg/uiSF/PiJpQuha6OuIuuMmFX05bsWXi2bAThTyVhzA==","shasum":"66f966d9049d684ec5a49a23ea466ed4cddac84b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.1-vertexai-preview.3d11ecc97.tgz","fileCount":1667,"unpackedSize":33401990,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAbpowUyPHmI+H9laGkgfY8gDvU50gkWbv33YoGW6caYAiAVNCVQ52OHY4wpJItuDktS2XAJOXCT8/CEG2M8P9NQ/A=="}],"size":6604675},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.1-vertexai-preview.3d11ecc97_1712780923644_0.43164807678745976"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-10T20:28:43.997Z","publish_time":1712780923997,"_source_registry_name":"default","contributors":[]},"4.5.1-canary.13ddddf52":{"name":"@firebase/firestore","version":"4.5.1-canary.13ddddf52","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.13ddddf52","@firebase/logger":"0.4.1-canary.13ddddf52","@firebase/util":"1.9.5-canary.13ddddf52","@firebase/webchannel-wrapper":"0.10.6-canary.13ddddf52","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.0-canary.13ddddf52"},"devDependencies":{"@firebase/app":"0.10.0-canary.13ddddf52","@firebase/app-compat":"0.2.30-canary.13ddddf52","@firebase/auth":"1.7.0-canary.13ddddf52","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.1-canary.13ddddf52","readmeFilename":"README.md","gitHead":"13ddddf528ed045364578b583abea0df16a00785","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-tH+Cd3bAdLjpRhS2/V3lTT3WGtGqV1Fl7lys5JLf45sg5R58lRTOGzl1Bqq3LHIse4ecxb+FzRNWQa1eW1rhCA==","shasum":"8a0b5602f07c7027c965f08953170583ecea6b6e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.1-canary.13ddddf52.tgz","fileCount":1667,"unpackedSize":33407836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF2DzvhEuzicZgpJKUFEHaexmjVVukGQAhgo1F/G4dd5AiEA4FrYB3iTPjl73AwWMFMBNetQF24FTgKgi4TIkIJY1Bk="}],"size":6608377},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.1-canary.13ddddf52_1712784729617_0.0716565056296894"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-10T21:32:09.997Z","publish_time":1712784729997,"_source_registry_name":"default","contributors":[]},"4.6.0-20240410213044":{"name":"@firebase/firestore","version":"4.6.0-20240410213044","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6","@firebase/logger":"0.4.1","@firebase/util":"1.9.5","@firebase/webchannel-wrapper":"0.10.6","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-20240410213044"},"devDependencies":{"@firebase/app":"0.10.1-20240410213044","@firebase/app-compat":"0.2.31-20240410213044","@firebase/auth":"1.7.1-20240410213044","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-20240410213044","readmeFilename":"README.md","gitHead":"80fbb2616a27d3c7a49ce10e4a2ca5f3bd62e127","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-y9bT83PXvNVrw8QV5blBgtMphuiSlAVJGFOH8y54FaH7TAKzwzv8sailgJdkdpDUwjFIL9fXuVxKK4I6j9jY9Q==","shasum":"f2209dea135a3a6b5247378200a35bb186cabb2f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-20240410213044.tgz","fileCount":1667,"unpackedSize":33407694,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGVUsoxGIOtaQVOmG5fcTg+T9l/Jhy59AEZjzhIFe2HRAiBHQ8kgRzxTPO53co7WzzX0Q2B6fa3XoTL3Oo0QWpCsRw=="}],"size":6608306},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-20240410213044_1712785596577_0.30976646724419954"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-10T21:46:37.020Z","publish_time":1712785597020,"_source_registry_name":"default","contributors":[]},"4.5.1-canary.ad8d5470d":{"name":"@firebase/firestore","version":"4.5.1-canary.ad8d5470d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.ad8d5470d","@firebase/logger":"0.4.1-canary.ad8d5470d","@firebase/util":"1.9.5-canary.ad8d5470d","@firebase/webchannel-wrapper":"0.10.6-canary.ad8d5470d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.0-canary.ad8d5470d"},"devDependencies":{"@firebase/app":"0.10.0-canary.ad8d5470d","@firebase/app-compat":"0.2.30-canary.ad8d5470d","@firebase/auth":"1.7.0-canary.ad8d5470d","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.5.1-canary.ad8d5470d","readmeFilename":"README.md","gitHead":"ad8d5470dad9b9ec1bcd939609da4a1c439c8414","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-TPOwihHC+RO5DDqFPjhgRU9Mbs3vlzsriheHqrQtsfprY1O5/h1sY/z9vkH44LNZ02p5hovQLpGglGQRMnsMMQ==","shasum":"e0ae8c391e87eb69b7891f5d8481128d70a9feb6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.5.1-canary.ad8d5470d.tgz","fileCount":1667,"unpackedSize":33407836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH1yKGWs00fe5CPEbjPwThxeJ1YOpoUrP6FiTrJ2Cm3SAiBwcAtLkTElFvg2zdXsGduLus8k7yNJlYyEb3/0klCBsA=="}],"size":6608371},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.5.1-canary.ad8d5470d_1712785890292_0.05029992791732352"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-10T21:51:30.648Z","publish_time":1712785890648,"_source_registry_name":"default","contributors":[]},"4.6.0":{"name":"@firebase/firestore","version":"4.6.0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6","@firebase/logger":"0.4.1","@firebase/util":"1.9.5","@firebase/webchannel-wrapper":"0.10.6","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.10.1","@firebase/app-compat":"0.2.31","@firebase/auth":"1.7.1","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0","gitHead":"826b571300d91299d809178ea6c7e7386479cd81","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-mul4L2Bp+Q5R5mV1nf5Z6OmsHHFid7uSEeR8oTM89p5G0nMam4GKaBAvgLSxwsXQbyy2WW9nNnuAWLfD7HDxFA==","shasum":"9c2b7982a47a6274d28299b6c0df71056a28d619","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0.tgz","fileCount":1667,"unpackedSize":33407116,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBPx3oq2gnk37hvLyqg9V9lhXmFQPcmHSNPMmlzlvROZAiEApA7v/iUz2gJ7P3RdgOFQ2zmMPzJXD6FGOY2cnoa4PnE="}],"size":6607979},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0_1712844902510_0.553450716773179"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-11T14:15:02.900Z","publish_time":1712844902900,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.826b57130":{"name":"@firebase/firestore","version":"4.6.0-canary.826b57130","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.826b57130","@firebase/logger":"0.4.1-canary.826b57130","@firebase/util":"1.9.5-canary.826b57130","@firebase/webchannel-wrapper":"0.10.6-canary.826b57130","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.826b57130"},"devDependencies":{"@firebase/app":"0.10.1-canary.826b57130","@firebase/app-compat":"0.2.31-canary.826b57130","@firebase/auth":"1.7.1-canary.826b57130","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.826b57130","readmeFilename":"README.md","gitHead":"826b571300d91299d809178ea6c7e7386479cd81","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-M5v8rpKkswpfOf/FN3otutgSpOjbgAE950g2bg7YpuQFiDHmdkv7xf/n20qi38M0YJFlRhlX0mizxyb5ajQaig==","shasum":"f0f2e6a847a0468f84867989f5182edd48bbf833","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.826b57130.tgz","fileCount":1667,"unpackedSize":33407836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCyfU9eD1kIdsZiqLzB2WG7Vnk6XsoBQIKrZHp1PolP3QIgInJcvmWdJh2IWscOVreZccPDGGdsRwybFoqs4bUDIcQ="}],"size":6608370},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.826b57130_1712847467855_0.440156660742693"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-11T14:57:48.188Z","publish_time":1712847468188,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.db1ad5a82":{"name":"@firebase/firestore","version":"4.6.0-canary.db1ad5a82","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.db1ad5a82","@firebase/logger":"0.4.1-canary.db1ad5a82","@firebase/util":"1.9.5-canary.db1ad5a82","@firebase/webchannel-wrapper":"0.10.6-canary.db1ad5a82","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.db1ad5a82"},"devDependencies":{"@firebase/app":"0.10.1-canary.db1ad5a82","@firebase/app-compat":"0.2.31-canary.db1ad5a82","@firebase/auth":"1.7.1-canary.db1ad5a82","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.db1ad5a82","readmeFilename":"README.md","gitHead":"db1ad5a82ffa213fb23ca411904daa681944c7ed","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-ofMKUGnpapofGXwxmll0Ku5Ck+FhQmE8DpSlW4ifKzSWPsKb6AT8zJW7IUoMXGVPZzqYFJrUCkvhxp9TmN8XQg==","shasum":"826342eac52cb7b242e85ef6e554860b6bb47bfe","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.db1ad5a82.tgz","fileCount":1667,"unpackedSize":33407836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHKwvGo3cwWJYfkC80By8+pcfwLDvNGlY1CAKJVkIjOXAiBWPM72Z5E+J7Vo29tssqjWZwvU3E1ZOiir5CJqRie0zA=="}],"size":6608349},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.db1ad5a82_1712851650203_0.8097308573249591"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-11T16:07:30.584Z","publish_time":1712851650584,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.bd12e83cd":{"name":"@firebase/firestore","version":"4.6.0-canary.bd12e83cd","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.bd12e83cd","@firebase/logger":"0.4.1-canary.bd12e83cd","@firebase/util":"1.9.5-canary.bd12e83cd","@firebase/webchannel-wrapper":"0.10.6-canary.bd12e83cd","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.bd12e83cd"},"devDependencies":{"@firebase/app":"0.10.1-canary.bd12e83cd","@firebase/app-compat":"0.2.31-canary.bd12e83cd","@firebase/auth":"1.7.1-canary.bd12e83cd","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.bd12e83cd","readmeFilename":"README.md","gitHead":"bd12e83cd1f0a10774dfb7e6ff7d4b0555a29a81","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-LTWA9wnsggVmQIjOdrslbt80LtfXg6gZK0cMU729w9Tj0JdjjFVdxc2XiYXKL4azRb3SvVwRF3PHXNlOsSz/Hw==","shasum":"e1903bbde934fae58dab51775575d09fd31d2521","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.bd12e83cd.tgz","fileCount":1667,"unpackedSize":33407836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD1UjwN0eU3Q4DxhXA5n7E/2NYk2vjFq0BYTbGuqqpmRQIhAL7DQiT6ubaVkWbn3Niywi3P+7TQ2l/U4xAkxeOFFpgk"}],"size":6608356},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.bd12e83cd_1712859353214_0.0769793335883846"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-11T18:15:53.626Z","publish_time":1712859353626,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.4a8faddbf":{"name":"@firebase/firestore","version":"4.6.0-canary.4a8faddbf","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.4a8faddbf","@firebase/logger":"0.4.1-canary.4a8faddbf","@firebase/util":"1.9.5-canary.4a8faddbf","@firebase/webchannel-wrapper":"0.10.6-canary.4a8faddbf","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.4a8faddbf"},"devDependencies":{"@firebase/app":"0.10.1-canary.4a8faddbf","@firebase/app-compat":"0.2.31-canary.4a8faddbf","@firebase/auth":"1.7.1-canary.4a8faddbf","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.4a8faddbf","readmeFilename":"README.md","gitHead":"4a8faddbf69b052e558059e94ee224ce1cee8a69","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-qeoY7Xd685U0T0/se7MImfhtRwKcP0muxCaQS+NwYpF02a186JW9jHKbB9lXzCwOCNDBMc+YrQNvadRuY4mGgA==","shasum":"bd3381493e8c22ad162758d7b8352065836e0b67","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.4a8faddbf.tgz","fileCount":1667,"unpackedSize":33407836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBLhOPDlSoFkTI8L4KqAjXsf5GL+OQEmvsL3uxvEpf9KAiEAibSvMwNQocW3aaGmD9ZvPUeqfAlsBfWSGN/NCORbC5w="}],"size":6608346},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.4a8faddbf_1712863850525_0.31021268925686085"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-11T19:30:50.894Z","publish_time":1712863850894,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.7db2e04c6":{"name":"@firebase/firestore","version":"4.6.0-canary.7db2e04c6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.7db2e04c6","@firebase/logger":"0.4.1-canary.7db2e04c6","@firebase/util":"1.9.5-canary.7db2e04c6","@firebase/webchannel-wrapper":"0.10.6-canary.7db2e04c6","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.7db2e04c6"},"devDependencies":{"@firebase/app":"0.10.1-canary.7db2e04c6","@firebase/app-compat":"0.2.31-canary.7db2e04c6","@firebase/auth":"1.7.1-canary.7db2e04c6","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.7db2e04c6","readmeFilename":"README.md","gitHead":"7db2e04c6233df582c717d9cede9af2d445db6dd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-47o34XkNOlyXvIeZuZBP0Nfj9HY2BKz2RcV8Ba8GyL+gvH+W1xwGsoVzycBZDxNtELsfck06mWTPIedxtrxDqQ==","shasum":"c3ba14651062411e86a0ffaa6780c24e2726a633","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.7db2e04c6.tgz","fileCount":1667,"unpackedSize":33407836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDPjeV2bVQ8F1WHZduaq6MKQAQV9nJW3kEaJ7PnwH4voAIhAMtTANDDEWpH9X5+aIW7kopaXnGY8MVy0IdE3KSQW7aB"}],"size":6608352},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.7db2e04c6_1712869921106_0.8820523685326587"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-11T21:12:01.523Z","publish_time":1712869921523,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.c9a9babce":{"name":"@firebase/firestore","version":"4.6.0-canary.c9a9babce","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.c9a9babce","@firebase/logger":"0.4.1-canary.c9a9babce","@firebase/util":"1.9.5-canary.c9a9babce","@firebase/webchannel-wrapper":"0.10.6-canary.c9a9babce","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.c9a9babce"},"devDependencies":{"@firebase/app":"0.10.1-canary.c9a9babce","@firebase/app-compat":"0.2.31-canary.c9a9babce","@firebase/auth":"1.7.1-canary.c9a9babce","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.c9a9babce","readmeFilename":"README.md","gitHead":"c9a9babce30c072a9a0a7a3900a36901205ac2bd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-oBgkoCH45+rj3jf8WrOrQfOvA8nNZ/qbrrti3Z6kEO8Hhdhlh3ic6TRvqCq7sfeECzJXr4bC5ZEYqMiyGB9cMA==","shasum":"24449bd1160dcfa139456580a25a3a4c50b6f785","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.c9a9babce.tgz","fileCount":1667,"unpackedSize":33407836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICoEkOMN1Rik00VW8hQHD07yNFMibVNQxy7Rn64/PqfSAiEA2ihkoXQiYMi+LwcHeFooGx89H/ZtYV3SYyT7H62HsAU="}],"size":6608341},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.c9a9babce_1712958050161_0.1310060539814446"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-12T21:40:50.622Z","publish_time":1712958050622,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.be59b952a":{"name":"@firebase/firestore","version":"4.6.0-canary.be59b952a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.be59b952a","@firebase/logger":"0.4.1-canary.be59b952a","@firebase/util":"1.9.5-canary.be59b952a","@firebase/webchannel-wrapper":"0.10.6-canary.be59b952a","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.be59b952a"},"devDependencies":{"@firebase/app":"0.10.1-canary.be59b952a","@firebase/app-compat":"0.2.31-canary.be59b952a","@firebase/auth":"1.7.1-canary.be59b952a","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.be59b952a","readmeFilename":"README.md","gitHead":"be59b952a9170ce423d904817cccc5e0a6c67195","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-8WHgSZ3BgMYhCFuch2aHcla4RiEYq1czNZyoXlQEucXjl+/a514xO8RS/+i/hpRJ1EYXEVaIJ7H3CWDCQa6vWA==","shasum":"3d4614dac082dea9c93bef77330eb295291fe54b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.be59b952a.tgz","fileCount":1667,"unpackedSize":33407836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7ERH524n2LR1nrbhuHeLNz7g+K3jBKmbibwH8z0AL0QIgQiqZ+7rRZJLja45kM+wfH50ti+Jj7WigwbeN5o4wj/E="}],"size":6608356},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.be59b952a_1712958320328_0.20086881507259924"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-12T21:45:20.705Z","publish_time":1712958320705,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.ef3039ba8":{"name":"@firebase/firestore","version":"4.6.0-canary.ef3039ba8","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.ef3039ba8","@firebase/logger":"0.4.1-canary.ef3039ba8","@firebase/util":"1.9.5-canary.ef3039ba8","@firebase/webchannel-wrapper":"0.10.6-canary.ef3039ba8","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.ef3039ba8"},"devDependencies":{"@firebase/app":"0.10.1-canary.ef3039ba8","@firebase/app-compat":"0.2.31-canary.ef3039ba8","@firebase/auth":"1.7.1-canary.ef3039ba8","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.ef3039ba8","readmeFilename":"README.md","gitHead":"ef3039ba8c3ee55dd3410de5f9fdd692529da9bc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-J9gidfZvWqDc3fOmeVx6E8CDdl59PTRXjbu8jIX3d0W+QE5r8VU0aGUeS/7YMSk2LqZxiGCBxD9fAtzU1XbwYw==","shasum":"edde5d75e7c3d1626e31650e38ca13bd11bf2ace","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.ef3039ba8.tgz","fileCount":1667,"unpackedSize":33407836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDguqzEM4FwKC6nzDcbLh+F60V/Y51AK79ZDwcpIvfLoAIgdxWxRyiZNgs2ZOFpQNMpxsNlESM628lVHAmrtBLchPs="}],"size":6608351},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.ef3039ba8_1713111538802_0.41711279068539575"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-14T16:18:59.188Z","publish_time":1713111539188,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.55435c9f3":{"name":"@firebase/firestore","version":"4.6.0-canary.55435c9f3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.55435c9f3","@firebase/logger":"0.4.1-canary.55435c9f3","@firebase/util":"1.9.5-canary.55435c9f3","@firebase/webchannel-wrapper":"0.10.6-canary.55435c9f3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.55435c9f3"},"devDependencies":{"@firebase/app":"0.10.1-canary.55435c9f3","@firebase/app-compat":"0.2.31-canary.55435c9f3","@firebase/auth":"1.7.1-canary.55435c9f3","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.55435c9f3","readmeFilename":"README.md","gitHead":"55435c9f33e2f37c2a95b705e2af79a2cfb976c0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-6AWQSQG1yZMHk8JpMbLHanREEq5ugS9FdimBCdAB7FNv3oKasvf6ffH96cVlp5xtvi/oUieyEo8PewjUbjF4Ug==","shasum":"dab1bacde8f9feb5e7862123cccbfd5e67bbabe9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.55435c9f3.tgz","fileCount":1667,"unpackedSize":33407836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFt/wMxood+BSUsYwlIzOrxcWO8lp0i1SoSGzhvXBALLAiAz99O0RltPYCDdIk3WHQwIdnKwPRFba34SmlvxBPX4MA=="}],"size":6608366},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.55435c9f3_1713191481048_0.21950797901933283"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-15T14:31:21.482Z","publish_time":1713191481482,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.aa412d3b4":{"name":"@firebase/firestore","version":"4.6.0-canary.aa412d3b4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.aa412d3b4","@firebase/logger":"0.4.1-canary.aa412d3b4","@firebase/util":"1.9.5-canary.aa412d3b4","@firebase/webchannel-wrapper":"0.10.6-canary.aa412d3b4","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.aa412d3b4"},"devDependencies":{"@firebase/app":"0.10.1-canary.aa412d3b4","@firebase/app-compat":"0.2.31-canary.aa412d3b4","@firebase/auth":"1.7.1-canary.aa412d3b4","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.aa412d3b4","readmeFilename":"README.md","gitHead":"aa412d3b4cf73fba403b88e897dae693c5a4b834","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-BjTJvYZXlh6a88JOSugolNGfl9C7XZz57Cdsju1OBnT/nMThp7GH9LeP3ahCxIYRvAisp7BeQ44McAkxbIlWxQ==","shasum":"33b4c3cc8b9bb4a6ec62574e84db8c33da13cc20","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.aa412d3b4.tgz","fileCount":1667,"unpackedSize":33407836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC9n2Dt79Dbl/hVjKiOg56gJlnFE78qdL4F6/OPWlk7xgIhAKXbOoKyfBnEjOrf4xX6lH/gaO/CwcGXHGdAg5a8ONr3"}],"size":6608350},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.aa412d3b4_1713197500326_0.6027521214511271"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-15T16:11:40.689Z","publish_time":1713197500689,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.4be78a3d2":{"name":"@firebase/firestore","version":"4.6.0-canary.4be78a3d2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.4be78a3d2","@firebase/logger":"0.4.1-canary.4be78a3d2","@firebase/util":"1.9.5-canary.4be78a3d2","@firebase/webchannel-wrapper":"0.10.6-canary.4be78a3d2","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.4be78a3d2"},"devDependencies":{"@firebase/app":"0.10.1-canary.4be78a3d2","@firebase/app-compat":"0.2.31-canary.4be78a3d2","@firebase/auth":"1.7.1-canary.4be78a3d2","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.4be78a3d2","readmeFilename":"README.md","gitHead":"4be78a3d287ab8f7b805bf9c535f7018aba4564b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-14286Ab+bVsZ1EhusTeMbMRAfxmxrD8qvte+qZ6vXTRf2fMjrCrqdpWm+UVgR5HTPeBqoEd6sz5gTUHdnePk0g==","shasum":"c89512b28d45092511c7112b07d1b4fe9da59c0c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.4be78a3d2.tgz","fileCount":1667,"unpackedSize":33407836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEIl///66gPt7edJHMwqggnw/xggaNSjdmBj8nXDrUSoAiAkFzacXZnyWjLY1vjV9vbWQhtonbiWMe+P5ImCavkAfw=="}],"size":6608354},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.4be78a3d2_1713212228446_0.3930423720414604"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-15T20:17:08.844Z","publish_time":1713212228844,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.07b2dc7df":{"name":"@firebase/firestore","version":"4.6.0-canary.07b2dc7df","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.07b2dc7df","@firebase/logger":"0.4.1-canary.07b2dc7df","@firebase/util":"1.9.5-canary.07b2dc7df","@firebase/webchannel-wrapper":"0.10.6-canary.07b2dc7df","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.07b2dc7df"},"devDependencies":{"@firebase/app":"0.10.1-canary.07b2dc7df","@firebase/app-compat":"0.2.31-canary.07b2dc7df","@firebase/auth":"1.7.1-canary.07b2dc7df","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.07b2dc7df","readmeFilename":"README.md","gitHead":"07b2dc7dfb3633d53c804929751c93705f401bd4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-t4l7/rCKVrffoFphp9XcVVieIbEODZQR1/eTQMy1WFSb9db8pTBDp+csxp3W+eSc6WzGkmpZEH9QdUgWt9o0sQ==","shasum":"76dc0b4241ec39af7dc23080a12a9d94e83142b5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.07b2dc7df.tgz","fileCount":1667,"unpackedSize":33407836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDLFo7/9EW7J43OKpamJqGbiLh4Sjm9mUn4V0e8pNRRrAIhALBzHrTE3L3ZRij3EZbIOQO3TEohvjmVJWzn8LND6h+y"}],"size":6608353},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.07b2dc7df_1713211565504_0.9293794679866614"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-15T20:06:05.862Z","publish_time":1713211565862,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.d1eae3a10":{"name":"@firebase/firestore","version":"4.6.0-canary.d1eae3a10","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.d1eae3a10","@firebase/logger":"0.4.1-canary.d1eae3a10","@firebase/util":"1.9.5-canary.d1eae3a10","@firebase/webchannel-wrapper":"0.10.6-canary.d1eae3a10","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.d1eae3a10"},"devDependencies":{"@firebase/app":"0.10.1-canary.d1eae3a10","@firebase/app-compat":"0.2.31-canary.d1eae3a10","@firebase/auth":"1.7.1-canary.d1eae3a10","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.d1eae3a10","readmeFilename":"README.md","gitHead":"d1eae3a10d8c89e9a785394e8fe26e0b744bdf5c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-cfuFFKEn4zkx0rju8M/JGoqb4TmZ/4ewzDug70FFtEpt556e4r4HkyRMvw3Z+zkVXW1V+ZLbiqbAKy/qd1eJag==","shasum":"31a2789e03f547804b37114433324ceff3160f5a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.d1eae3a10.tgz","fileCount":1667,"unpackedSize":33407836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDMD+33WzZuvOah5fJKMb8H6Zm3G6mSapEsqQ4Qjch2TQIhAMzZUJHrz1vDAEfVrNEGzR/KO7ULBPpRVsu7TJ869rji"}],"size":6608343},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.d1eae3a10_1713370286695_0.48164634573691334"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-17T16:11:27.197Z","publish_time":1713370287197,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.337638470":{"name":"@firebase/firestore","version":"4.6.0-canary.337638470","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.337638470","@firebase/logger":"0.4.1-canary.337638470","@firebase/util":"1.9.5-canary.337638470","@firebase/webchannel-wrapper":"0.10.6-canary.337638470","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.337638470"},"devDependencies":{"@firebase/app":"0.10.1-canary.337638470","@firebase/app-compat":"0.2.31-canary.337638470","@firebase/auth":"1.7.1-canary.337638470","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.337638470","readmeFilename":"README.md","gitHead":"337638470d0662ad4dcc19d6ede2b80fa57b8e09","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-XPn34zoajyxpYWd8BpDxMnrpJR0RP+cz/vw3aBNXsaypBMU9p6iY4QwLzX4zdVOAJ/OMzhKoPsIUR/wnJdp2Zw==","shasum":"167b2c5da6db2a8208434949794e9f0c8dc80da0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.337638470.tgz","fileCount":1667,"unpackedSize":33407836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHKMpRnglk3ZSCCJW36hPJFjj3ymeeLm8nLRWmtehJ8MAiEAkatlpptoPmssCzu1j5Fo2xlFJ1dryO6NCoai4klGgzQ="}],"size":6608377},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.337638470_1713384378405_0.26250109275809685"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-17T20:06:18.705Z","publish_time":1713384378705,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.55fef6d62":{"name":"@firebase/firestore","version":"4.6.0-canary.55fef6d62","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.55fef6d62","@firebase/logger":"0.4.1-canary.55fef6d62","@firebase/util":"1.9.5-canary.55fef6d62","@firebase/webchannel-wrapper":"0.10.6-canary.55fef6d62","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.55fef6d62"},"devDependencies":{"@firebase/app":"0.10.1-canary.55fef6d62","@firebase/app-compat":"0.2.31-canary.55fef6d62","@firebase/auth":"1.7.1-canary.55fef6d62","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.55fef6d62","readmeFilename":"README.md","gitHead":"55fef6d627791f4704194c3913ebeb339a564906","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-JpmNTYQdU2QeCDqGuPTjQo4z5SPPve5w+TMNwcPJfzb3GXKsLJ4y2R+T9KoMxc++7bwAE/d0bZAH3kegtIcZpg==","shasum":"29608d9a873f61d0f8d4e64f5e55c5368caae4d8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.55fef6d62.tgz","fileCount":1667,"unpackedSize":33407836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICFVwS08PDvvpaWcr98FOsbxlj42a6caDbZcwyJq9UXqAiEAz1VxaGn/xpBCGyBfEaqAcb34lcQ8fh27ocg62bopjW8="}],"size":6608355},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.55fef6d62_1713449483542_0.9357544118675547"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-18T14:11:23.897Z","publish_time":1713449483897,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.399ae5ab9":{"name":"@firebase/firestore","version":"4.6.0-canary.399ae5ab9","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.399ae5ab9","@firebase/logger":"0.4.1-canary.399ae5ab9","@firebase/util":"1.9.5-canary.399ae5ab9","@firebase/webchannel-wrapper":"0.10.6-canary.399ae5ab9","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.399ae5ab9"},"devDependencies":{"@firebase/app":"0.10.1-canary.399ae5ab9","@firebase/app-compat":"0.2.31-canary.399ae5ab9","@firebase/auth":"1.7.1-canary.399ae5ab9","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.399ae5ab9","readmeFilename":"README.md","gitHead":"399ae5ab953f2008e99b270e80026cd2db12503a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-NlZ9eONvXAg9I1lW6N+ApS4kQwEZrF9F2qqDqSDt2C9nXrMxdojlc+1adht8GhqkCNM1DhpPHb3LoNoJ4grsrg==","shasum":"8bfadcc8e54bd6048791c67bdd0980af2604ee3c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.399ae5ab9.tgz","fileCount":1667,"unpackedSize":33407836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDDPR9oJhoGs4s36zG4aIhGpa3f6e30a0L4sf5sGPA8jAiEApY5T5dxHFFL5u2awYcDZ2dofmgKOt954iV3j9YgkuQ8="}],"size":6608355},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.399ae5ab9_1713456318234_0.5170516978693276"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-18T16:05:18.701Z","publish_time":1713456318701,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.84f9ff008":{"name":"@firebase/firestore","version":"4.6.0-canary.84f9ff008","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.84f9ff008","@firebase/logger":"0.4.1-canary.84f9ff008","@firebase/util":"1.9.5-canary.84f9ff008","@firebase/webchannel-wrapper":"0.10.6-canary.84f9ff008","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.84f9ff008"},"devDependencies":{"@firebase/app":"0.10.1-canary.84f9ff008","@firebase/app-compat":"0.2.31-canary.84f9ff008","@firebase/auth":"1.7.1-canary.84f9ff008","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.84f9ff008","readmeFilename":"README.md","gitHead":"84f9ff0085993159c3513cb859852a5c79145b1b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-DI8bGMPb7swvYycQ+vUgsAMm/eVfi7QxApZDtgc8ejnIixhey/DSLP+FFvs0L8gUmhPu6qmrQg5rFKolWqvSrg==","shasum":"f2e7461cdb495e6dfcbead45695c1296ef13dced","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.84f9ff008.tgz","fileCount":1667,"unpackedSize":33407252,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCg9YFf4BDE4YGA4aUXCjfxUggBwFCswoOfMpzcHoXiEAIhAJSI/G9yZqFSjXcF8hv/kZa+ngAtQQqJoE9ZmwkZQbNK"}],"size":6608507},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.84f9ff008_1713458849296_0.3119970088905972"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-18T16:47:29.628Z","publish_time":1713458849628,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.224419457":{"name":"@firebase/firestore","version":"4.6.0-canary.224419457","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.224419457","@firebase/logger":"0.4.1-canary.224419457","@firebase/util":"1.9.5-canary.224419457","@firebase/webchannel-wrapper":"0.10.6-canary.224419457","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.224419457"},"devDependencies":{"@firebase/app":"0.10.1-canary.224419457","@firebase/app-compat":"0.2.31-canary.224419457","@firebase/auth":"1.7.1-canary.224419457","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.224419457","readmeFilename":"README.md","gitHead":"224419457c3fd2e5813166dbd7d6d9a03322143c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-ui3fLpOjkfe/yTZVq8Wc/725Mwp9ZAh6CfW0HbStNANQwiIizrf4XHv2EUyaoKg3+oZvDyTiUOGNOHvaHnAYNw==","shasum":"1e9e815c0a9f4bc8bf95f6e02e562ec09d094628","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.224419457.tgz","fileCount":1667,"unpackedSize":33424060,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEEM8P+0N6Fz8KKXwJE4b979UKo2mJWHbp5QNvoc5eqYAiEAuP0yd+ibSc5n61yj488SwlIjchJNp1pmkunUMA7no4c="}],"size":6611738},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.224419457_1713464005833_0.3997929382620047"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-18T18:13:26.277Z","publish_time":1713464006277,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.44a66b91d":{"name":"@firebase/firestore","version":"4.6.0-canary.44a66b91d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.44a66b91d","@firebase/logger":"0.4.1-canary.44a66b91d","@firebase/util":"1.9.5-canary.44a66b91d","@firebase/webchannel-wrapper":"0.10.6-canary.44a66b91d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.44a66b91d"},"devDependencies":{"@firebase/app":"0.10.1-canary.44a66b91d","@firebase/app-compat":"0.2.31-canary.44a66b91d","@firebase/auth":"1.7.1-canary.44a66b91d","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.44a66b91d","readmeFilename":"README.md","gitHead":"44a66b91d29af0964c425331a10b15f5ee25e94c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-WPmOss9yXrcjY5h4pBBodyO5x3pqBhNyqVCz7RVBK5qnV0ajjIX/ephkCDoNN62PVdFKRcDkxoaRczM6Bt5wcg==","shasum":"fd438d37ac124351bc4996e79dedbfecc486d7cb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.44a66b91d.tgz","fileCount":1667,"unpackedSize":33424060,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGpNpUsvwn66ahDCZCS7++A6PjIAa9cc9sYm03Mwx/V8AiEAlRXIw0Sjx9yF/69+o683Rjvov+tyVF+fVva3iMZx2RQ="}],"size":6611743},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.44a66b91d_1713477516963_0.7599899751163177"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-18T21:58:37.342Z","publish_time":1713477517342,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.6333607fe":{"name":"@firebase/firestore","version":"4.6.0-canary.6333607fe","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.6333607fe","@firebase/logger":"0.4.1-canary.6333607fe","@firebase/util":"1.9.5-canary.6333607fe","@firebase/webchannel-wrapper":"0.10.6-canary.6333607fe","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.6333607fe"},"devDependencies":{"@firebase/app":"0.10.1-canary.6333607fe","@firebase/app-compat":"0.2.31-canary.6333607fe","@firebase/auth":"1.7.1-canary.6333607fe","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.6333607fe","readmeFilename":"README.md","gitHead":"6333607fe9c3aad89cccac7ff6f007067ddfb9c5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-2oaNSOzi2WJZhVPzp+1QP5Bx49yxVSLakIVfOw68y9kkSLiqS2XfVSk2w/CpTWvKA9zePH4htKdtk/L6X/f3rw==","shasum":"734163a384087e5ac417bb0438713011c6fd5a5b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.6333607fe.tgz","fileCount":1667,"unpackedSize":33424060,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAvrLhCkJ9sIg7rER9FxbNqJk4jXg070+9MxVbVdh1t5AiAV11y5pxPXlliN7B3BSzdrrfqMXcoFvechHtfM/jbCBw=="}],"size":6611737},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.6333607fe_1713479770734_0.4531436417556183"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-18T22:36:11.046Z","publish_time":1713479771046,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.71ab2f536":{"name":"@firebase/firestore","version":"4.6.0-canary.71ab2f536","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.71ab2f536","@firebase/logger":"0.4.1-canary.71ab2f536","@firebase/util":"1.9.5-canary.71ab2f536","@firebase/webchannel-wrapper":"0.10.6-canary.71ab2f536","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.71ab2f536"},"devDependencies":{"@firebase/app":"0.10.1-canary.71ab2f536","@firebase/app-compat":"0.2.31-canary.71ab2f536","@firebase/auth":"1.7.1-canary.71ab2f536","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.71ab2f536","readmeFilename":"README.md","gitHead":"71ab2f53669bb04a0dcf7ecb70c58cd21ffaf352","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-w4vZwRF0Ln9TWTke+iNzRF0edTvCOcfgFUCFQlbj+dg8/SpWoClRh5Rt5Y3hZ9aXK7umTV5r3RON/nbfloR3KA==","shasum":"782c7354c8c3e4981d2ea87bed4bdc46ca0025d7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.71ab2f536.tgz","fileCount":1667,"unpackedSize":33424060,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAihk36xcdQJJbArVHV9k7IVSCctlhff8mwoxhxDS6q2AiA2zTcrTPAs/xhd51wqr9BTAQOTyLyLctXcMpvk+dbTZw=="}],"size":6611747},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.71ab2f536_1713546549110_0.878960591655557"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-19T17:09:09.405Z","publish_time":1713546549405,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.02b4ea928":{"name":"@firebase/firestore","version":"4.6.0-canary.02b4ea928","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.02b4ea928","@firebase/logger":"0.4.1-canary.02b4ea928","@firebase/util":"1.9.5-canary.02b4ea928","@firebase/webchannel-wrapper":"0.10.6-canary.02b4ea928","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.02b4ea928"},"devDependencies":{"@firebase/app":"0.10.1-canary.02b4ea928","@firebase/app-compat":"0.2.31-canary.02b4ea928","@firebase/auth":"1.7.1-canary.02b4ea928","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.02b4ea928","readmeFilename":"README.md","gitHead":"02b4ea928007b3bdd7fede08506641111073947d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-n+GJxKtwYVn48PK2VQyieBJRybWPkMJ8+LrPCO2o40/4kW/7HX84bzV/fwoDxHPSdjsM5tYHMebAHFmDZUTRCQ==","shasum":"5bc3855bf9556509136d29441f49a6219c9d6647","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.02b4ea928.tgz","fileCount":1667,"unpackedSize":33424060,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCfijO1Ce7f7P9Dfj6zJXBoAuY1nX8fhCWqwEKeIoe+PwIhAN2J76+/GEU45VynO5fnmmoFSlin6XmNIKAEpf9hI4xN"}],"size":6611744},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.02b4ea928_1713569620767_0.14514391032896534"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-19T23:33:41.151Z","publish_time":1713569621151,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.b74d8a211":{"name":"@firebase/firestore","version":"4.6.0-canary.b74d8a211","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.b74d8a211","@firebase/logger":"0.4.1-canary.b74d8a211","@firebase/util":"1.9.5-canary.b74d8a211","@firebase/webchannel-wrapper":"0.10.6-canary.b74d8a211","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.b74d8a211"},"devDependencies":{"@firebase/app":"0.10.1-canary.b74d8a211","@firebase/app-compat":"0.2.31-canary.b74d8a211","@firebase/auth":"1.7.1-canary.b74d8a211","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.b74d8a211","readmeFilename":"README.md","gitHead":"b74d8a2115b757d73bd7bf6dba27f9516b380366","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-qfZazCpZCoF+89i9dOuN4IO8qHwd1QObeztA5iU0kZTv4j0NkSDQ75kZOJNsnKw8DmuE6LMWIlzjbkq/MXmrbw==","shasum":"e85a85420e297de7ef120f93e9f19edea8d9f035","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.b74d8a211.tgz","fileCount":1667,"unpackedSize":33424060,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDtQvmSXoTIN5eFZLXn0OcQqxXq26BFZn1XASf5peHlRwIgJlslM+OXC41loielBkoVSR39XXAPyGSTL11mnW82+ZI="}],"size":6611748},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.b74d8a211_1713616801482_0.6957107178528532"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-20T12:40:01.793Z","publish_time":1713616801793,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.03069bbf3":{"name":"@firebase/firestore","version":"4.6.0-canary.03069bbf3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.03069bbf3","@firebase/logger":"0.4.1-canary.03069bbf3","@firebase/util":"1.9.5-canary.03069bbf3","@firebase/webchannel-wrapper":"0.10.6-canary.03069bbf3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.03069bbf3"},"devDependencies":{"@firebase/app":"0.10.1-canary.03069bbf3","@firebase/app-compat":"0.2.31-canary.03069bbf3","@firebase/auth":"1.7.1-canary.03069bbf3","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.03069bbf3","readmeFilename":"README.md","gitHead":"03069bbf32d281e2466d2276f36a3d98ad3316aa","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-FEx44JgvfCM0Bdupye+MsO8SXpQrKbXwSbiAKV1Thp+VdtIGqxoYglcXLH1sOX2CF4moJ1A6ak3kQ/9li341tA==","shasum":"f9ba7d30f0b8fddc450393ddc0aad5d677c5cae0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.03069bbf3.tgz","fileCount":1667,"unpackedSize":33424060,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCHFb1qEOC7p+N+tWQiPozNZjE3JOanzkw2mSk3yJE7yQIgUbyzd0u4IvMMvHCz3J8nth9cAMolcZcnXqIDwQfJwmo="}],"size":6611749},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.03069bbf3_1713796410418_0.6279099211934132"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-22T14:33:30.685Z","publish_time":1713796410685,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.62a20ff98":{"name":"@firebase/firestore","version":"4.6.0-canary.62a20ff98","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.62a20ff98","@firebase/logger":"0.4.1-canary.62a20ff98","@firebase/util":"1.9.5-canary.62a20ff98","@firebase/webchannel-wrapper":"0.10.6-canary.62a20ff98","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.62a20ff98"},"devDependencies":{"@firebase/app":"0.10.1-canary.62a20ff98","@firebase/app-compat":"0.2.31-canary.62a20ff98","@firebase/auth":"1.7.1-canary.62a20ff98","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.62a20ff98","readmeFilename":"README.md","gitHead":"62a20ff981ac95d3eb341b904843d69841714dfc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-UlXMi2oNC1zLwJdk7Ysk4d3U26uf9MYj9yrf9XFCVflI8rePlZtasCHCPd9R5wNcJ8kIL6o+I/P1v9nb2xvYlQ==","shasum":"54b35c6685429b639724e2a3f33f50c3803e0f66","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.62a20ff98.tgz","fileCount":1667,"unpackedSize":33424060,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD2bLvc+Wp84YtcmqX7TI7/0vWtndelTOAlHFsMf6TTUAIgRNPyFO4difhoihyKrqYhQ+2bAgqN9Vcd7n4+9TcQ3+I="}],"size":6611748},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.62a20ff98_1713823500034_0.4074945574917683"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-22T22:05:00.377Z","publish_time":1713823500377,"_source_registry_name":"default","contributors":[]},"4.6.0-vertexai-preview.1aadc47ed":{"name":"@firebase/firestore","version":"4.6.0-vertexai-preview.1aadc47ed","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-vertexai-preview.1aadc47ed","@firebase/logger":"0.4.1-vertexai-preview.1aadc47ed","@firebase/util":"1.9.5-vertexai-preview.1aadc47ed","@firebase/webchannel-wrapper":"0.10.6-vertexai-preview.1aadc47ed","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-vertexai-preview.1aadc47ed"},"devDependencies":{"@firebase/app":"0.10.1-vertexai-preview.1aadc47ed","@firebase/app-compat":"0.2.31-vertexai-preview.1aadc47ed","@firebase/auth":"1.7.1-vertexai-preview.1aadc47ed","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-vertexai-preview.1aadc47ed","readmeFilename":"README.md","gitHead":"1aadc47ed6801494c78931d716e77192b591532c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-jKlvByPAHFTyYslsJSmFL+QaLEQqhLxY4OL9ZEWZB3edSebVNauPFK9YEY+1ZYUXuZyeyn7Wyn21MD0xgukt9g==","shasum":"2770829a470568d19cab2a5ecf0e39efbc2cab34","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-vertexai-preview.1aadc47ed.tgz","fileCount":1667,"unpackedSize":33424376,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEsfF4d9oe0VWnBQ4SKXrPzbCtn58XxuVhGgVAw8IBFRAiAPYtzQTO5+ZKQiUtfBiwp0Rd6ojh4kASvph5Ene5ao3g=="}],"size":6612010},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-vertexai-preview.1aadc47ed_1713828374518_0.6904237219018343"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-22T23:26:14.901Z","publish_time":1713828374901,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.36b283f3f":{"name":"@firebase/firestore","version":"4.6.0-canary.36b283f3f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.36b283f3f","@firebase/logger":"0.4.1-canary.36b283f3f","@firebase/util":"1.9.5-canary.36b283f3f","@firebase/webchannel-wrapper":"0.10.6-canary.36b283f3f","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.36b283f3f"},"devDependencies":{"@firebase/app":"0.10.1-canary.36b283f3f","@firebase/app-compat":"0.2.31-canary.36b283f3f","@firebase/auth":"1.7.1-canary.36b283f3f","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.36b283f3f","readmeFilename":"README.md","gitHead":"36b283f3fc317d0fa7dde47e1048d2ee3690a9a0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-42H6l9nXkTSw4i8rp3brg8urr2SbfrKWan9Yk4Wy7m1h/O3lCCLOmkhOUEYR6gO9fd0sMK86bYFAJgK+zu2oCA==","shasum":"e652af6b20d2d64230a1f813ad2f20674d059643","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.36b283f3f.tgz","fileCount":1667,"unpackedSize":33424060,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGT2vGOJVC/BQTJ7KrFc3sIkI+HEtUuTfIGN14mgw9CbAiEA+7rKddxn4bWP0fFtO0i7lIAw/T6CzpBf3dgbe9dL/0s="}],"size":6611756},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.36b283f3f_1713899655975_0.07534384175377395"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-23T19:14:16.243Z","publish_time":1713899656243,"_source_registry_name":"default","contributors":[]},"4.6.0-canary.e1a7764cf":{"name":"@firebase/firestore","version":"4.6.0-canary.e1a7764cf","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.e1a7764cf","@firebase/logger":"0.4.1-canary.e1a7764cf","@firebase/util":"1.9.5-canary.e1a7764cf","@firebase/webchannel-wrapper":"0.10.6-canary.e1a7764cf","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-canary.e1a7764cf"},"devDependencies":{"@firebase/app":"0.10.1-canary.e1a7764cf","@firebase/app-compat":"0.2.31-canary.e1a7764cf","@firebase/auth":"1.7.1-canary.e1a7764cf","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-canary.e1a7764cf","readmeFilename":"README.md","gitHead":"e1a7764cf36d246bb021d084e498604fe37e84aa","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-8dJfHncX4RGtCQS6CxoZDArCiqe3b7NQUU70oRzKSL8DQE5/pyeegwNGc5C3he0y6Xn/POSjvxIPZxmB2bE1kw==","shasum":"816b1a9d18cde626a4843faaff4d80011ae6c148","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-canary.e1a7764cf.tgz","fileCount":1667,"unpackedSize":33424703,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEHlul9ocm9+YwYYNThuKJHqnHZobvtzRBuveWFM1J5JAiEA320QEz52/8vbY4XOT8dYE1JP1AsuwcBoe48Q7IC2N2o="}],"size":6612335},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-canary.e1a7764cf_1713966368687_0.3402679971695446"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-24T13:46:09.150Z","publish_time":1713966369150,"_source_registry_name":"default","contributors":[]},"4.6.1-20240424141009":{"name":"@firebase/firestore","version":"4.6.1-20240424141009","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6","@firebase/logger":"0.4.1","@firebase/util":"1.9.5","@firebase/webchannel-wrapper":"0.10.6","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.10.1","@firebase/app-compat":"0.2.31","@firebase/auth":"1.7.2-20240424141009","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.1-20240424141009","readmeFilename":"README.md","gitHead":"e16d613bc5dcc014fbb031859f243c4f68ccfb88","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-5gxuPKSjgUKUFEstSAvKaudSEo/eJ1/mpHr8xVHYLNfirf51OWUJ26FHpP0oiwCfvXr3Z6VpGBEDQjMEZ1SuwA==","shasum":"df4a6a0d1db57cf0f29045cf7a5f7b6fff80c889","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.1-20240424141009.tgz","fileCount":1667,"unpackedSize":33424513,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC1FC6zVyXheOmr/ZUIrZnmzqr3+RFMSzGTaOx7wpL9NQIhAMqyplC3jm2P4XXiAjSkDR3l/4zNo+PHSAm0OU0I+D+y"}],"size":6612285},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.1-20240424141009_1713968634754_0.2807151990835144"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-24T14:23:55.106Z","publish_time":1713968635106,"_source_registry_name":"default","contributors":[]},"4.6.1":{"name":"@firebase/firestore","version":"4.6.1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6","@firebase/logger":"0.4.1","@firebase/util":"1.9.5","@firebase/webchannel-wrapper":"0.10.6","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.10.2","@firebase/app-compat":"0.2.32","@firebase/auth":"1.7.2","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.1","gitHead":"7709f1016d6e491847bb4e8e4c731603d47f7eae","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-MaBOBu+QcZOp6SJzCmigiJ4Dt0HNic91w8GghbTE9L//VW/zdO7ezXrcXRK4TjWWOcazBrJZJSHTIsFdwZyvtQ==","shasum":"4a788103bca46e3ee829ddb816189f23cd26212a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.1.tgz","fileCount":1667,"unpackedSize":33423983,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDep01ue/avyDazmd4I+kQzmLBboxqvv+TMcNJa5q6u7wIgMaK7oe3Ggy6xdppdnfbPY4aMgkJmUdZARYqSurilaDs="}],"size":6611932},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.1_1714056862275_0.901022332113085"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-25T14:54:22.633Z","publish_time":1714056862633,"_source_registry_name":"default","contributors":[]},"4.6.1-canary.7709f1016":{"name":"@firebase/firestore","version":"4.6.1-canary.7709f1016","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.7709f1016","@firebase/logger":"0.4.1-canary.7709f1016","@firebase/util":"1.9.5-canary.7709f1016","@firebase/webchannel-wrapper":"0.10.6-canary.7709f1016","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.2-canary.7709f1016"},"devDependencies":{"@firebase/app":"0.10.2-canary.7709f1016","@firebase/app-compat":"0.2.32-canary.7709f1016","@firebase/auth":"1.7.2-canary.7709f1016","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.1-canary.7709f1016","readmeFilename":"README.md","gitHead":"7709f1016d6e491847bb4e8e4c731603d47f7eae","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-ARGfRdwP0JCjpVDEvdVolwRFkHSShbGhNNy7yOYJoGgsqgm9lw07MpK6kvWrVYFzSeHDp+GJ87K88XmgEoVRXA==","shasum":"4b1fd27af0bdb812e268632f0c5fde921260856f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.1-canary.7709f1016.tgz","fileCount":1667,"unpackedSize":33424703,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCjqI5EmHfn/JHV5VkdgWqv6bLEAtr4QZr+UBt7l/KDCAIhAL924jqLfRNOmGjnmjHGRvs4sHtKGqBuMAEEaUav+z1K"}],"size":6612345},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.1-canary.7709f1016_1714061083648_0.6235603369683436"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-25T16:04:44.022Z","publish_time":1714061084022,"_source_registry_name":"default","contributors":[]},"4.6.1-canary.4b49630c7":{"name":"@firebase/firestore","version":"4.6.1-canary.4b49630c7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.4b49630c7","@firebase/logger":"0.4.1-canary.4b49630c7","@firebase/util":"1.9.5-canary.4b49630c7","@firebase/webchannel-wrapper":"0.10.6-canary.4b49630c7","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.2-canary.4b49630c7"},"devDependencies":{"@firebase/app":"0.10.2-canary.4b49630c7","@firebase/app-compat":"0.2.32-canary.4b49630c7","@firebase/auth":"1.7.2-canary.4b49630c7","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.1-canary.4b49630c7","readmeFilename":"README.md","gitHead":"4b49630c7f0e5880c5ae153f50ca2eff5eb32fbd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-ZW8UnPMVhHDzv1X6Hps6+BXmkbvLCYo9cgn85rzDR2gJ9vUfqCpm2FIqErkIn10sE9cS/fIqHXEKVgDVuJMhkg==","shasum":"b5c7d4a97a327d9259e5bcc5fd42bdcbe0e19703","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.1-canary.4b49630c7.tgz","fileCount":1667,"unpackedSize":33427491,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA9xzoxGsvcCWipMeiifYevPRga+ZfOZOqb7xOIThsukAiEAgb+ToIppeLnRHqDC/SoKAes/xrB+MKrSgN6qEyNWD7E="}],"size":6612524},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.1-canary.4b49630c7_1714593573989_0.680728406471661"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-01T19:59:34.332Z","publish_time":1714593574332,"_source_registry_name":"default","contributors":[]},"4.6.1-canary.14f9da66f":{"name":"@firebase/firestore","version":"4.6.1-canary.14f9da66f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.14f9da66f","@firebase/logger":"0.4.1-canary.14f9da66f","@firebase/util":"1.9.5-canary.14f9da66f","@firebase/webchannel-wrapper":"0.10.6-canary.14f9da66f","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.2-canary.14f9da66f"},"devDependencies":{"@firebase/app":"0.10.2-canary.14f9da66f","@firebase/app-compat":"0.2.32-canary.14f9da66f","@firebase/auth":"1.7.2-canary.14f9da66f","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.1-canary.14f9da66f","readmeFilename":"README.md","gitHead":"14f9da66fed45ac3f932ec590ca49c8a827d9fc5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-TFiYl2ZG3FCvTY6usyb8Lu3lOahpuKW/xy2Yqji8/iIk7GfkdeFjfJj8ykndbQqWVs2JpnZAaFqVEB7saKLzhA==","shasum":"c166db24f1818859af752df34a4cbae75f2cfd0e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.1-canary.14f9da66f.tgz","fileCount":1667,"unpackedSize":33427491,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA7gIF05YaqXRBxTiCWf0psoacJs1AJJW14qMywzgseWAiEAgP2au59Jp8rwhNK4kd0QlmMroMMrfcHpnsQx63eRGZk="}],"size":6612513},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.1-canary.14f9da66f_1714677641858_0.19942828862280737"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-02T19:20:42.310Z","publish_time":1714677642310,"_source_registry_name":"default","contributors":[]},"4.6.1-canary.f25b9e53e":{"name":"@firebase/firestore","version":"4.6.1-canary.f25b9e53e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.f25b9e53e","@firebase/logger":"0.4.1-canary.f25b9e53e","@firebase/util":"1.9.5-canary.f25b9e53e","@firebase/webchannel-wrapper":"0.10.6-canary.f25b9e53e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.2-canary.f25b9e53e"},"devDependencies":{"@firebase/app":"0.10.2-canary.f25b9e53e","@firebase/app-compat":"0.2.32-canary.f25b9e53e","@firebase/auth":"1.7.2-canary.f25b9e53e","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.1-canary.f25b9e53e","readmeFilename":"README.md","gitHead":"f25b9e53e9d77a3f92e36ff62218bbcf24aae857","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-5RZuvyPJTqlRic85UUUItE5aZOMrcEU0U3xiKJlFhp+C5EIkPtj7dzV1WdTCm+ia1c3x8ciCjVNlsW5PvuJEOw==","shasum":"3cba38965aa208cacb675d68f8715948f95ddbc2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.1-canary.f25b9e53e.tgz","fileCount":1671,"unpackedSize":33480448,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCgsRDk5fnylR/BwlIqMkQRswfDLWxridBCltdQ31v2zwIhAM3sIG7MDeSgINTLWLzrcoxtjm/NfhkjmPBBF0jVG5XM"}],"size":6620978},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.1-canary.f25b9e53e_1714692645033_0.6049299591506445"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-02T23:30:45.391Z","publish_time":1714692645391,"_source_registry_name":"default","contributors":[]},"4.6.1-canary.f631553c3":{"name":"@firebase/firestore","version":"4.6.1-canary.f631553c3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.f631553c3","@firebase/logger":"0.4.1-canary.f631553c3","@firebase/util":"1.9.5-canary.f631553c3","@firebase/webchannel-wrapper":"0.10.6-canary.f631553c3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.2-canary.f631553c3"},"devDependencies":{"@firebase/app":"0.10.2-canary.f631553c3","@firebase/app-compat":"0.2.32-canary.f631553c3","@firebase/auth":"1.7.2-canary.f631553c3","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.1-canary.f631553c3","readmeFilename":"README.md","gitHead":"f631553c39f8319a769bee51b5cdd5e608f7e57a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-wSp3VOA0hD6g34c30zKOtJxb6/rBXNf6hOiZjZuR2XfejmPWQcpk8evFHI99N73U6xfBCapqMjt7Ujw4HLi3Zg==","shasum":"2fb202ca0a2dd424bc42badd7038d786f4143e64","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.1-canary.f631553c3.tgz","fileCount":1671,"unpackedSize":33480448,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGMyCZRhREL41Ytz/KOTDArHdcdShb7cBYSSHZdIGeA4AiEA/xuPDJII/HChZpaYe5p31XNNS6xgWGV44mb0QJzMT4A="}],"size":6620996},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.1-canary.f631553c3_1715018874844_0.9956009590727659"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-06T18:07:55.255Z","publish_time":1715018875255,"_source_registry_name":"default","contributors":[]},"4.6.1-canary.e80b80738":{"name":"@firebase/firestore","version":"4.6.1-canary.e80b80738","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.e80b80738","@firebase/logger":"0.4.1-canary.e80b80738","@firebase/util":"1.9.5-canary.e80b80738","@firebase/webchannel-wrapper":"0.10.6-canary.e80b80738","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.2-canary.e80b80738"},"devDependencies":{"@firebase/app":"0.10.2-canary.e80b80738","@firebase/app-compat":"0.2.32-canary.e80b80738","@firebase/auth":"1.7.2-canary.e80b80738","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.1-canary.e80b80738","readmeFilename":"README.md","gitHead":"e80b807387b84d6f55b985f529dc5049bf4c660b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-+Mun9psyt0/Q2jY0oBsD2K8kjVeL1NfPDv6jgd8qFSjTipS0gBav3vlbdbt9qLhIddTwaC16zvjiaU3009VA+g==","shasum":"a655e7cbdfd4496173eecc2f8cf9ad754b8c63d3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.1-canary.e80b80738.tgz","fileCount":1671,"unpackedSize":33480448,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAnO/9T9i/rojT+QkPMlLLcO0nQhUcp+4ld8uCbEBHGsAiEAoiTZqFT+AP1677gL7Ziz5HnUIcFgdGNM484w3oEqUzs="}],"size":6620992},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.1-canary.e80b80738_1715134972699_0.364904351068821"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-08T02:22:53.222Z","publish_time":1715134973222,"_source_registry_name":"default","contributors":[]},"4.6.1-dataconnect-preview.f2a1a4bfb":{"name":"@firebase/firestore","version":"4.6.1-dataconnect-preview.f2a1a4bfb","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-dataconnect-preview.f2a1a4bfb","@firebase/logger":"0.4.1-dataconnect-preview.f2a1a4bfb","@firebase/util":"1.9.5-dataconnect-preview.f2a1a4bfb","@firebase/webchannel-wrapper":"0.10.6-dataconnect-preview.f2a1a4bfb","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.2-dataconnect-preview.f2a1a4bfb"},"devDependencies":{"@firebase/app":"0.10.2-dataconnect-preview.f2a1a4bfb","@firebase/app-compat":"0.2.32-dataconnect-preview.f2a1a4bfb","@firebase/auth":"1.7.2-dataconnect-preview.f2a1a4bfb","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.1-dataconnect-preview.f2a1a4bfb","readmeFilename":"README.md","gitHead":"f2a1a4bfb9a4f5d3dc7beca6433521a81508ca5a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-GHCCWd/DGWssQWW7CXXMP/8S4Ad0XEwiiuiDnWy1xwelNwKYnnZaQqyJELXp0UMPqBup44fD4cuRRCkc5P6Ezw==","shasum":"109b9e1725354014e00c073c22aec5302b4eddbb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.1-dataconnect-preview.f2a1a4bfb.tgz","fileCount":1671,"unpackedSize":33480861,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDncRKrXTiOFSfAE3gYSXX3jYRJ1eKKfXkH03AYMCbx4gIgFlDok7ETR9JIiOZu0764kHN/qSanYrDPkc6X3T7AuZM="}],"size":6621082},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.1-dataconnect-preview.f2a1a4bfb_1715194211016_0.6742050734418499"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-08T18:50:11.372Z","publish_time":1715194211372,"_source_registry_name":"default","contributors":[]},"4.6.1-dataconnect-preview.4f89ef789":{"name":"@firebase/firestore","version":"4.6.1-dataconnect-preview.4f89ef789","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-dataconnect-preview.4f89ef789","@firebase/logger":"0.4.1-dataconnect-preview.4f89ef789","@firebase/util":"1.9.5-dataconnect-preview.4f89ef789","@firebase/webchannel-wrapper":"0.10.6-dataconnect-preview.4f89ef789","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.2-dataconnect-preview.4f89ef789"},"devDependencies":{"@firebase/app":"0.10.2-dataconnect-preview.4f89ef789","@firebase/app-compat":"0.2.32-dataconnect-preview.4f89ef789","@firebase/auth":"1.7.2-dataconnect-preview.4f89ef789","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.1-dataconnect-preview.4f89ef789","readmeFilename":"README.md","gitHead":"4f89ef789c17e07d2d587f02c5c3ef7e670cdd9e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-sOw1ZZmNmymKegihWrtNaMRR0lPVIJloVbZcmcJNQgKZw9i+eXCTfF+4OxL7xbsl9qjW8GLq2y01eofu/39AWw==","shasum":"29217c8241506c8bcc6b95cf89c956d3ff06e1ad","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.1-dataconnect-preview.4f89ef789.tgz","fileCount":1671,"unpackedSize":33480861,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDu2W+GON8GA5Y1IXug8pHcNN1QP32wDpNbjROLOU0wvAiBa0p7LPx695aj7hUZtJve7ej+Uoz168KGybaX8CbtSGg=="}],"size":6621103},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.1-dataconnect-preview.4f89ef789_1715197622729_0.7625835610125891"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-08T19:47:03.016Z","publish_time":1715197623016,"_source_registry_name":"default","contributors":[]},"4.6.1-dataconnect-preview.f2ddc3d7b":{"name":"@firebase/firestore","version":"4.6.1-dataconnect-preview.f2ddc3d7b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-dataconnect-preview.f2ddc3d7b","@firebase/logger":"0.4.1-dataconnect-preview.f2ddc3d7b","@firebase/util":"1.9.5-dataconnect-preview.f2ddc3d7b","@firebase/webchannel-wrapper":"0.10.6-dataconnect-preview.f2ddc3d7b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.2-dataconnect-preview.f2ddc3d7b"},"devDependencies":{"@firebase/app":"0.10.2-dataconnect-preview.f2ddc3d7b","@firebase/app-compat":"0.2.32-dataconnect-preview.f2ddc3d7b","@firebase/auth":"1.7.2-dataconnect-preview.f2ddc3d7b","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.1-dataconnect-preview.f2ddc3d7b","readmeFilename":"README.md","gitHead":"f2ddc3d7b2697e49c38afb91f2895816bb7d9c62","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-hCGbv97hXM+gzBxax9oZDgAQ6H5pd4NwiZ+DCZnSOrz/Ub7CiSRBqxEo738E8V3E0EWk9vdn9hKbBiIijGslkA==","shasum":"c3edc230449fd425ddd0d602da113532983e596f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.1-dataconnect-preview.f2ddc3d7b.tgz","fileCount":1671,"unpackedSize":33480861,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIES/ymM8ELF7i+w+KnXWplXvg2UXSjORviKW4hxBX5JDAiEAi3E0mc19TdUW32AecXlAgyUUglk7nmX+O+UhMN3EE6I="}],"size":6621084},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.1-dataconnect-preview.f2ddc3d7b_1715200106966_0.33377924650939006"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-08T20:28:27.680Z","publish_time":1715200107680,"_source_registry_name":"default","contributors":[]},"4.6.2-20240508213348":{"name":"@firebase/firestore","version":"4.6.2-20240508213348","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6","@firebase/logger":"0.4.1","@firebase/util":"1.9.5","@firebase/webchannel-wrapper":"1.0.0-20240508213348","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.3-20240508213348"},"devDependencies":{"@firebase/app":"0.10.3-20240508213348","@firebase/app-compat":"0.2.33-20240508213348","@firebase/auth":"1.7.2","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.2-20240508213348","readmeFilename":"README.md","gitHead":"5255361579e74bd8f5293a5cc568694d010eed65","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-GfD8Kj+Z1C7GqlvkwlJe8fQGiFw7sV2Kso7mZI4yPx4waS73/abcUZweuYTQNLZoBdxqet7PxNTvo/ucUSTyhg==","shasum":"d746131df932d2eefc044bef21ca5b1744a2a124","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.2-20240508213348.tgz","fileCount":1671,"unpackedSize":33480305,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHO0ETMP1a/Uq/quEjd2IWASFzLmO0PRKMK7w/7loocBAiAqGQaZfeJbxeIe0iOs2OGRT8/1lheoeWcBTfRbd/+zqg=="}],"size":6621012},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.2-20240508213348_1715204843045_0.9558963485791041"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-08T21:47:23.533Z","publish_time":1715204843533,"_source_registry_name":"default","contributors":[]},"4.6.1-canary.506b8a6ab":{"name":"@firebase/firestore","version":"4.6.1-canary.506b8a6ab","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.506b8a6ab","@firebase/logger":"0.4.1-canary.506b8a6ab","@firebase/util":"1.9.5-canary.506b8a6ab","@firebase/webchannel-wrapper":"0.10.6-canary.506b8a6ab","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.2-canary.506b8a6ab"},"devDependencies":{"@firebase/app":"0.10.2-canary.506b8a6ab","@firebase/app-compat":"0.2.32-canary.506b8a6ab","@firebase/auth":"1.7.2-canary.506b8a6ab","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.1-canary.506b8a6ab","readmeFilename":"README.md","gitHead":"506b8a6abf662d74c2085fb729cace57d861ed17","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-N0QHr63Vs2WwxBJFAFuUBW72XNuFpjB8/1Jkkt5kDcd4wYur1vy6hsEO4cihVr2aQA1fGagXU8fC9fn8eQaOFg==","shasum":"7639e9d5f2eac146337d06fc56234d58a8d9bd79","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.1-canary.506b8a6ab.tgz","fileCount":1671,"unpackedSize":33480448,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFiDkNd+Yv+wlBM3+/s3F2arm6hP+7VZqDatsrzjL2LVAiEAxJqVdBAoHCvhRt9prWS/54YxDHXelnUuRKg+d0Cf6zs="}],"size":6620982},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.1-canary.506b8a6ab_1715204897585_0.5914072675064428"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-08T21:48:17.952Z","publish_time":1715204897952,"_source_registry_name":"default","contributors":[]},"4.6.1-dataconnect-preview.42eb5e521":{"name":"@firebase/firestore","version":"4.6.1-dataconnect-preview.42eb5e521","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-dataconnect-preview.42eb5e521","@firebase/logger":"0.4.1-dataconnect-preview.42eb5e521","@firebase/util":"1.9.5-dataconnect-preview.42eb5e521","@firebase/webchannel-wrapper":"0.10.6-dataconnect-preview.42eb5e521","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.2-dataconnect-preview.42eb5e521"},"devDependencies":{"@firebase/app":"0.10.2-dataconnect-preview.42eb5e521","@firebase/app-compat":"0.2.32-dataconnect-preview.42eb5e521","@firebase/auth":"1.7.2-dataconnect-preview.42eb5e521","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.1-dataconnect-preview.42eb5e521","readmeFilename":"README.md","gitHead":"42eb5e521c6fbaa3639c143f860e5a78c5ab4e37","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-RPiiOJJYFpL15M7jaPboh4L6NBnZfQfOaFFQfYYFGEbhS21PAV1QsLL3bDsA/mezZAQUa+tYYwUGiVgqIO46rQ==","shasum":"78da6cecd245fd97d79fcf9a149b7e03fc5be3d8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.1-dataconnect-preview.42eb5e521.tgz","fileCount":1671,"unpackedSize":33480861,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBvMwwwkSJx8mJYV1ntW6OqNyLOQWz7DoBsiaMarWC1bAiAGJ7z5td2vhBn0as++8x9uprq6DHHVWryBDB/mSnkY4A=="}],"size":6621088},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.1-dataconnect-preview.42eb5e521_1715205289977_0.8346674355490804"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-08T21:54:50.214Z","publish_time":1715205290214,"_source_registry_name":"default","contributors":[]},"4.6.2-20240508224036":{"name":"@firebase/firestore","version":"4.6.2-20240508224036","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6","@firebase/logger":"0.4.1","@firebase/util":"1.9.5","@firebase/webchannel-wrapper":"1.0.0-20240508224036","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.3-20240508224036"},"devDependencies":{"@firebase/app":"0.10.3-20240508224036","@firebase/app-compat":"0.2.33-20240508224036","@firebase/auth":"1.7.2","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.2-20240508224036","readmeFilename":"README.md","gitHead":"5255361579e74bd8f5293a5cc568694d010eed65","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-icesZwrl1CIFU9FisvGCrA8IPLVarodSWGFxO4C672kAppI1F6mw/T1F3Vxs/qAokq1YSh9CwPYxd3yY1PWvIg==","shasum":"0d2a3e2bb3eacca46e3a1452c90bab8b6fa21881","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.2-20240508224036.tgz","fileCount":1671,"unpackedSize":33480305,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCVJS1mdF8lS1NUQZoJ2ZRK5+9jkdsCqhn6mtqnzhQCewIhALijFDd3rPbcNAoK5iWy0rose8YNVpxmbB3yG9XHtxW3"}],"size":6621009},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.2-20240508224036_1715208839888_0.4982250734689391"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-08T22:54:00.174Z","publish_time":1715208840174,"_source_registry_name":"default","contributors":[]},"4.6.1-canary.ab883d016":{"name":"@firebase/firestore","version":"4.6.1-canary.ab883d016","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-canary.ab883d016","@firebase/logger":"0.4.1-canary.ab883d016","@firebase/util":"1.9.5-canary.ab883d016","@firebase/webchannel-wrapper":"0.10.6-canary.ab883d016","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.2-canary.ab883d016"},"devDependencies":{"@firebase/app":"0.10.2-canary.ab883d016","@firebase/app-compat":"0.2.32-canary.ab883d016","@firebase/auth":"1.7.2-canary.ab883d016","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.1-canary.ab883d016","readmeFilename":"README.md","gitHead":"ab883d016015de0436346f586d8442b5703771b7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-OpkgSN84ZOkg3eV3NvdvZJNLHolwi/cjWU9apjc0u1lVBtMXxetfun+jxe3H7c7dhP2UAD7+Z2NWzs+B+3u1ag==","shasum":"077249fbce7fd24ea3ac798d112ed543e5f22b22","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.1-canary.ab883d016.tgz","fileCount":1671,"unpackedSize":33480448,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC36gKov4OYHaDyQ76w9oN7NUZ1BmTAhFfRN9137z536AIgUF3enb8Y6TeBUdRENQVky2fZxau1XpVlNOspjfMCW8w="}],"size":6620988},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.1-canary.ab883d016_1715271430006_0.7966187355862098"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-09T16:17:10.433Z","publish_time":1715271430433,"_source_registry_name":"default","contributors":[]},"4.6.2-20240509155850":{"name":"@firebase/firestore","version":"4.6.2-20240509155850","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-20240509155850","@firebase/logger":"0.4.2-20240509155850","@firebase/util":"1.9.6-20240509155850","@firebase/webchannel-wrapper":"1.0.0-20240509155850","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.3-20240509155850"},"devDependencies":{"@firebase/app":"0.10.3-20240509155850","@firebase/app-compat":"0.2.33-20240509155850","@firebase/auth":"1.7.3-20240509155850","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.2-20240509155850","readmeFilename":"README.md","gitHead":"c7a92a906d5f00ebbef6bb1afdf17dca21193c82","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-QrubjrXi75ASgAL8ojZFMEi2zXA5F5N6IpJb0CrKPJnX1zw7kGCrBoOGwsFrXcd4EJZ+emLn/loKLgTeB1U/tw==","shasum":"ad8ba8675f290b45e85b6e1358a96504ea1ebbfd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.2-20240509155850.tgz","fileCount":1671,"unpackedSize":33480365,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCReMSLcjUFD+GlYiv6EEOqin0VHg1ZglU53Qq6mgivcwIhAMDkxrP5u7bFdltWQjtEnLwbkAAD49MNqM7s5dP8f4K2"}],"size":6621013},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.2-20240509155850_1715271456870_0.25613190606039105"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-09T16:17:37.376Z","publish_time":1715271457376,"_source_registry_name":"default","contributors":[]},"4.6.1-dataconnect-preview.323fdc1b8":{"name":"@firebase/firestore","version":"4.6.1-dataconnect-preview.323fdc1b8","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-dataconnect-preview.323fdc1b8","@firebase/logger":"0.4.1-dataconnect-preview.323fdc1b8","@firebase/util":"1.9.5-dataconnect-preview.323fdc1b8","@firebase/webchannel-wrapper":"0.10.6-dataconnect-preview.323fdc1b8","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.2-dataconnect-preview.323fdc1b8"},"devDependencies":{"@firebase/app":"0.10.2-dataconnect-preview.323fdc1b8","@firebase/app-compat":"0.2.32-dataconnect-preview.323fdc1b8","@firebase/auth":"1.7.2-dataconnect-preview.323fdc1b8","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.1-dataconnect-preview.323fdc1b8","readmeFilename":"README.md","gitHead":"323fdc1b85aa0bef7755b3b6e98fccf11164b8c2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-ApksESDCDZTQPeh9CJ6R/bcmqYgezcQDAZ2ozxDW+JAnZFw/0rtFj5xRYocH+ACDy7j6Y6zm4BQrpGvSpXB1lw==","shasum":"5da15ae8dc12f8cecfcef14f897db3fbdee5df8d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.1-dataconnect-preview.323fdc1b8.tgz","fileCount":1671,"unpackedSize":33480861,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDgvrg1Tzq2ZYKAsSAm/z4ROoWCtqFPZOHVRoD9+xH8wgIgN7ke12ErJrgB+H8ZmO1JY++7gLJ1sRt8SdURhoCNADg="}],"size":6621091},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.1-dataconnect-preview.323fdc1b8_1715276133654_0.5017101898272591"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-09T17:35:33.988Z","publish_time":1715276133988,"_source_registry_name":"default","contributors":[]},"4.6.1-dataconnect-preview.81ee5169c":{"name":"@firebase/firestore","version":"4.6.1-dataconnect-preview.81ee5169c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-dataconnect-preview.81ee5169c","@firebase/logger":"0.4.1-dataconnect-preview.81ee5169c","@firebase/util":"1.9.5-dataconnect-preview.81ee5169c","@firebase/webchannel-wrapper":"0.10.6-dataconnect-preview.81ee5169c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.2-dataconnect-preview.81ee5169c"},"devDependencies":{"@firebase/app":"0.10.2-dataconnect-preview.81ee5169c","@firebase/app-compat":"0.2.32-dataconnect-preview.81ee5169c","@firebase/auth":"1.7.2-dataconnect-preview.81ee5169c","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.1-dataconnect-preview.81ee5169c","readmeFilename":"README.md","gitHead":"81ee5169ca51b81af0b552128a70bb36621a6129","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-dgSK0rwfXNmTZVaECJ3PugIGRnwwPNlJ+JcT+ieOLHGea/doYGpIbPaidhi4eibzt8xejif0qX8xdTMKsPdGdA==","shasum":"e1f512bea28fab0f0d52a4d37a85a24ba07f7469","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.1-dataconnect-preview.81ee5169c.tgz","fileCount":1671,"unpackedSize":33480861,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjESAzIL6DoOSwdmNPQWW+SQNoRWpWob3jZRsIUDdqdwIgYsmPxbTDlaPH7H6cbn3+MtvmL9ENgpHuDgVNyqlHzTw="}],"size":6621089},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.1-dataconnect-preview.81ee5169c_1715286658828_0.8893340571961466"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-09T20:30:59.158Z","publish_time":1715286659158,"_source_registry_name":"default","contributors":[]},"4.6.2":{"name":"@firebase/firestore","version":"4.6.2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7","@firebase/logger":"0.4.2","@firebase/util":"1.9.6","@firebase/webchannel-wrapper":"1.0.0","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.10.3","@firebase/app-compat":"0.2.33","@firebase/auth":"1.7.3","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.2","gitHead":"8fb372afbf21ae80bcb5ae00fdc9ab8494ceac00","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-sxHtvmfH/1689aPQRxOXBWDumaPqg5AjQVkfwpt+Z3rnaa0aLJlrt2PZs9Xh04qbmWiwtkDgztFmoR/aQdMQJQ==","shasum":"5ae47ba1232608f16132631ffb3476a161ccae07","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.2.tgz","fileCount":1671,"unpackedSize":33479727,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCaRh50DZ7a5ZMT2zVzgT14JmRnDPx9Qet1z6UhqO6+aAIgKoTND+wEayyoYlf4hvCVVvf5+Qova3p90apwEJh8Las="}],"size":6620687},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.2_1715616825297_0.17529190116394688"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-13T16:13:45.623Z","publish_time":1715616825623,"_source_registry_name":"default","contributors":[]},"4.6.2-canary.8fb372afb":{"name":"@firebase/firestore","version":"4.6.2-canary.8fb372afb","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.8fb372afb","@firebase/logger":"0.4.2-canary.8fb372afb","@firebase/util":"1.9.6-canary.8fb372afb","@firebase/webchannel-wrapper":"1.0.0-canary.8fb372afb","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.3-canary.8fb372afb"},"devDependencies":{"@firebase/app":"0.10.3-canary.8fb372afb","@firebase/app-compat":"0.2.33-canary.8fb372afb","@firebase/auth":"1.7.3-canary.8fb372afb","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.2-canary.8fb372afb","readmeFilename":"README.md","gitHead":"8fb372afbf21ae80bcb5ae00fdc9ab8494ceac00","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-k81KTlrATKI+Qxedg+LNBTKK7EqHo55YiBSnyuFhePmFuhA+PHYhjdYR1Af1P2ukNovrZRHfUJUHYHFYPjkRKQ==","shasum":"4acec23342c8bbc86e147059680e04c7d5c8fa69","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.2-canary.8fb372afb.tgz","fileCount":1671,"unpackedSize":33480447,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCkq+VTsFh+xREUh8CFqFj+OzmawfeHaRp7QR/NUqSa0gIhAL4Y+/MjB9XoZCPWP+6MQgZDYjlbuERDwZ79T6hSukay"}],"size":6621004},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.2-canary.8fb372afb_1715619158061_0.7022289919853679"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-13T16:52:38.400Z","publish_time":1715619158400,"_source_registry_name":"default","contributors":[]},"4.6.2-dataconnect-preview.877f8b7d0":{"name":"@firebase/firestore","version":"4.6.2-dataconnect-preview.877f8b7d0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-dataconnect-preview.877f8b7d0","@firebase/logger":"0.4.2-dataconnect-preview.877f8b7d0","@firebase/util":"1.9.6-dataconnect-preview.877f8b7d0","@firebase/webchannel-wrapper":"1.0.0-dataconnect-preview.877f8b7d0","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.3-dataconnect-preview.877f8b7d0"},"devDependencies":{"@firebase/app":"0.10.3-dataconnect-preview.877f8b7d0","@firebase/app-compat":"0.2.33-dataconnect-preview.877f8b7d0","@firebase/auth":"1.7.3-dataconnect-preview.877f8b7d0","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.2-dataconnect-preview.877f8b7d0","readmeFilename":"README.md","gitHead":"877f8b7d0ac21ef64969605c9936f37ff2c5d47b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-ACjJk1oZtWUMLk5BSFAoF7s7Ak0vHAZMBWXUMDQg5/WJZHiSCIvXNh2KbgSCVuGiLI0nJzjKj3ogkSs2HYr84g==","shasum":"3dce8031c4ba16f8442815f6e894b0ebffecd50c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.2-dataconnect-preview.877f8b7d0.tgz","fileCount":1671,"unpackedSize":33480860,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEn0n2dTxVgb87iBXI1jr2U29OF8TqV1jR6VPztEoEMDAiEA7rHwV2qMxt1wWudpsmpxTpWMGyE2tvjNcIw6M97diVg="}],"size":6621129},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.2-dataconnect-preview.877f8b7d0_1715623850417_0.450067397342099"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-13T18:10:50.676Z","publish_time":1715623850676,"_source_registry_name":"default","contributors":[]},"4.6.2-dataconnect-preview.388b61c7e":{"name":"@firebase/firestore","version":"4.6.2-dataconnect-preview.388b61c7e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-dataconnect-preview.388b61c7e","@firebase/logger":"0.4.2-dataconnect-preview.388b61c7e","@firebase/util":"1.9.6-dataconnect-preview.388b61c7e","@firebase/webchannel-wrapper":"1.0.0-dataconnect-preview.388b61c7e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.3-dataconnect-preview.388b61c7e"},"devDependencies":{"@firebase/app":"0.10.3-dataconnect-preview.388b61c7e","@firebase/app-compat":"0.2.33-dataconnect-preview.388b61c7e","@firebase/auth":"1.7.3-dataconnect-preview.388b61c7e","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.2-dataconnect-preview.388b61c7e","readmeFilename":"README.md","gitHead":"388b61c7ec989783cbbec51c99d29916455358b3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-s0ZFLG+XaZUHYeIEBp1SnqyMz33lwOL17QDDlleFnMhRswgqyWwiMZD55juVaVrn3bTnGPpKSZB1t7RurtzgfA==","shasum":"7d15c430e0cd36fe0fe9c88a86a73ea8ee4aa1a4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.2-dataconnect-preview.388b61c7e.tgz","fileCount":1671,"unpackedSize":33480860,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCyzzdK+PUMIK0Kpv/7R/h4S2Uru88R4ZCYS0yEjS40mwIhALRMq84DU6ECY3r3Jde/Jn61sW4x2axIgC8+3Ak3u+az"}],"size":6621118},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.2-dataconnect-preview.388b61c7e_1715627783918_0.30396959533459333"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-13T19:16:24.235Z","publish_time":1715627784235,"_source_registry_name":"default","contributors":[]},"4.6.2-canary.9cbb1845e":{"name":"@firebase/firestore","version":"4.6.2-canary.9cbb1845e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.9cbb1845e","@firebase/logger":"0.4.2-canary.9cbb1845e","@firebase/util":"1.9.6-canary.9cbb1845e","@firebase/webchannel-wrapper":"1.0.0-canary.9cbb1845e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.3-canary.9cbb1845e"},"devDependencies":{"@firebase/app":"0.10.3-canary.9cbb1845e","@firebase/app-compat":"0.2.33-canary.9cbb1845e","@firebase/auth":"1.7.3-canary.9cbb1845e","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.2-canary.9cbb1845e","readmeFilename":"README.md","gitHead":"9cbb1845e2b606d14601d2545e224dbf1f534027","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-hT1x/u90dcTgwTtv/cR/iHo6rvXgmHH9r+r74z3WpTkTSaWHRHR5lr4XbKa6gRutvkQ2rH9872wD0f2YqbrXJQ==","shasum":"0b355d964b7742321ebb98271058520975129583","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.2-canary.9cbb1845e.tgz","fileCount":1671,"unpackedSize":33480447,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICPK98sGCCVVSBBL3FrbmAo5XofmER7tapgLvzYJugOMAiBtLgUbJeVtAYppysy9nKXl+BA3zzXi8LtcW8MyFCXoaQ=="}],"size":6620995},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.2-canary.9cbb1845e_1715694459348_0.4148756477467712"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-14T13:47:39.709Z","publish_time":1715694459709,"_source_registry_name":"default","contributors":[]},"4.6.2-canary.2ce95696f":{"name":"@firebase/firestore","version":"4.6.2-canary.2ce95696f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.2ce95696f","@firebase/logger":"0.4.2-canary.2ce95696f","@firebase/util":"1.9.6-canary.2ce95696f","@firebase/webchannel-wrapper":"1.0.0-canary.2ce95696f","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.3-canary.2ce95696f"},"devDependencies":{"@firebase/app":"0.10.3-canary.2ce95696f","@firebase/app-compat":"0.2.33-canary.2ce95696f","@firebase/auth":"1.7.3-canary.2ce95696f","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.2-canary.2ce95696f","readmeFilename":"README.md","gitHead":"2ce95696fe01f8c0fde08daa4359e39917654441","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-PrtdObwcyfS9mmMjkyTuAxexHVatv7qIisLZ195lpLzSvqSgUxSWf54k4oYkZMYq84CxFLAbBsOi3uKmj5BUvw==","shasum":"acbe3d64ec7319aa53e1334b1f3351e77a9ce81b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.2-canary.2ce95696f.tgz","fileCount":1671,"unpackedSize":33481175,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDIPRd7NeujQS300DEGjn3p6dE3HwB1f+x7O1xriuhqSQIhAP0DErsLC14zlnmzwCxDqODN9SPa9F1T9Xh7sWECR5IU"}],"size":6621150},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.2-canary.2ce95696f_1715710749424_0.17852112000355813"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-14T18:19:09.833Z","publish_time":1715710749833,"_source_registry_name":"default","contributors":[]},"4.6.2-canary.f66769cca":{"name":"@firebase/firestore","version":"4.6.2-canary.f66769cca","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.f66769cca","@firebase/logger":"0.4.2-canary.f66769cca","@firebase/util":"1.9.6-canary.f66769cca","@firebase/webchannel-wrapper":"1.0.0-canary.f66769cca","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.3-canary.f66769cca"},"devDependencies":{"@firebase/app":"0.10.3-canary.f66769cca","@firebase/app-compat":"0.2.33-canary.f66769cca","@firebase/auth":"1.7.3-canary.f66769cca","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.2-canary.f66769cca","readmeFilename":"README.md","gitHead":"f66769cca243019354f88ac9dc8de07caf9de56e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-rEh+QjnI1ZEUfTgRowVC0fWEzmRgpC6KzYnaSH0OjTknbDLUFxQ/Ljigy1Zsjr6navUpqhQ+aFNd8vwCz/Cdrg==","shasum":"4f775a0c72e76db37011dcb7215138fd7a87e394","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.2-canary.f66769cca.tgz","fileCount":1671,"unpackedSize":33481175,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCB0PSFZ62x/MVz+SbNoyad/eVv02fLhrFOnSkpB1c1pAIgYnJjHj1uqxLnMeL22+h9IGvMYnhavkeTyzu8NRSLkAg="}],"size":6621152},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.2-canary.f66769cca_1715797935968_0.9929112814234735"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-15T18:32:16.341Z","publish_time":1715797936341,"_source_registry_name":"default","contributors":[]},"4.6.2-canary.43a8d99d2":{"name":"@firebase/firestore","version":"4.6.2-canary.43a8d99d2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.43a8d99d2","@firebase/logger":"0.4.2-canary.43a8d99d2","@firebase/util":"1.9.6-canary.43a8d99d2","@firebase/webchannel-wrapper":"1.0.0-canary.43a8d99d2","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.3-canary.43a8d99d2"},"devDependencies":{"@firebase/app":"0.10.3-canary.43a8d99d2","@firebase/app-compat":"0.2.33-canary.43a8d99d2","@firebase/auth":"1.7.3-canary.43a8d99d2","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.2-canary.43a8d99d2","readmeFilename":"README.md","gitHead":"43a8d99d21d07ed5f66adfab83302e385e10ffc1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-AZg+rc9Lo3Y4wAq4plO322ZoOruwj8e4vAvqdubGhSdG3Mq0WxGp5OJ/X5eWugr4k1p4BTdc9kDOoG3s9oGuRg==","shasum":"5497a40ffa7fdc8ebe21037fff8e0cd247e656b8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.2-canary.43a8d99d2.tgz","fileCount":1671,"unpackedSize":33481175,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDB39+lO4gXkMMP6ouixo7gjQg0xp8lOdzS1VDFxEzAmgIhANIp0s3jcvuRgXMK4dCAoo2qRk/q2gfLAf0ohl7hMoTh"}],"size":6621155},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.2-canary.43a8d99d2_1715881652817_0.9595532335708885"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-16T17:47:33.157Z","publish_time":1715881653157,"_source_registry_name":"default","contributors":[]},"4.6.0-passkey-preview.103ead202":{"name":"@firebase/firestore","version":"4.6.0-passkey-preview.103ead202","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.6-passkey-preview.103ead202","@firebase/logger":"0.4.1-passkey-preview.103ead202","@firebase/util":"1.9.5-passkey-preview.103ead202","@firebase/webchannel-wrapper":"0.10.6-passkey-preview.103ead202","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.1-passkey-preview.103ead202"},"devDependencies":{"@firebase/app":"0.10.1-passkey-preview.103ead202","@firebase/app-compat":"0.2.31-passkey-preview.103ead202","@firebase/auth":"1.7.1-passkey-preview.103ead202","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.0-passkey-preview.103ead202","readmeFilename":"README.md","gitHead":"103ead2021327d521a852edab6d7d8b646baf4af","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-btxOX15eIidVGo1x0KbXJxvrGtbZNTKNKYdQr68YeIBUGvdwHNHHpFxEKTQ7T/49T/+yDRq3EAv125CzMgVm2A==","shasum":"c359da6844dd27b5129966e1db672ec7cb91a63b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.0-passkey-preview.103ead202.tgz","fileCount":1667,"unpackedSize":33408119,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGnL3PvcqQ/ylfp2mGhYxI+C9oEQwPGDsIQXpEhayq3YAiA/peF/1Zx5u8BtgrYlCbVM0Nb1SKtcSQWfDlds9Tiprg=="}],"size":6608652},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.0-passkey-preview.103ead202_1716224325268_0.9853981888799888"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-20T16:58:45.731Z","publish_time":1716224325731,"_source_registry_name":"default","contributors":[]},"4.6.3-20240520195236":{"name":"@firebase/firestore","version":"4.6.3-20240520195236","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7","@firebase/logger":"0.4.2","@firebase/util":"1.9.6","@firebase/webchannel-wrapper":"1.0.0","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.10.3","@firebase/app-compat":"0.2.33","@firebase/auth":"1.7.3","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-20240520195236","readmeFilename":"README.md","gitHead":"ff65c13219ec6907f4612286f954665553eac645","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-0foK0Mh2O1EkFgPAZQvUL4qTRhOwNsR9oYEcTPm2O3SrnB6DUdYiTCrNESbANyXpqtoqZMdXMcVMPPRBcWGmlw==","shasum":"ca4ac7e1d3b146f6b1d6a0e1b48a3a2abf81b143","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-20240520195236.tgz","fileCount":1671,"unpackedSize":33480970,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF7L3d3PjFT0jJ8RiJVZUxpmoHO+p+EoAV5FaS/SnumTAiBZDUEsg/2sBIR2+UfyDlLCp+db5e7Clvte9KiiEHU/tQ=="}],"size":6621149},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-20240520195236_1716235568913_0.31648008092831637"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-20T20:06:09.283Z","publish_time":1716235569283,"_source_registry_name":"default","contributors":[]},"4.6.3":{"name":"@firebase/firestore","version":"4.6.3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7","@firebase/logger":"0.4.2","@firebase/util":"1.9.6","@firebase/webchannel-wrapper":"1.0.0","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.10.4","@firebase/app-compat":"0.2.34","@firebase/auth":"1.7.3","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3","gitHead":"7381f21a3ccfd67b02c1b1823b6e5980030fdfd1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-d/+N2iUsiJ/Dc7fApdpdmmTXzwuTCromsdA1lKwYfZtMIOd1fI881NSLwK2wV4I38wkLnvfKJUV6WpU1f3/ONg==","shasum":"87ad38dfd0a0f16e79682177102ee1328d59af44","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3.tgz","fileCount":1671,"unpackedSize":33480455,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCGsvj2ixU2af2L3TBaT/0/5EKqQMmGAP/e1HOLItTC/AIhAKd4N8lavc0plXr5Gjm2SAG9YlK0gQu1qia9e2OE96qo"}],"size":6620843},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3_1716238671814_0.057580982845144124"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-20T20:57:52.138Z","publish_time":1716238672138,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.7381f21a3":{"name":"@firebase/firestore","version":"4.6.3-canary.7381f21a3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.7381f21a3","@firebase/logger":"0.4.2-canary.7381f21a3","@firebase/util":"1.9.6-canary.7381f21a3","@firebase/webchannel-wrapper":"1.0.0-canary.7381f21a3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.4-canary.7381f21a3"},"devDependencies":{"@firebase/app":"0.10.4-canary.7381f21a3","@firebase/app-compat":"0.2.34-canary.7381f21a3","@firebase/auth":"1.7.3-canary.7381f21a3","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.7381f21a3","readmeFilename":"README.md","gitHead":"7381f21a3ccfd67b02c1b1823b6e5980030fdfd1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-9mEOEbsTPJgBiagw2162niX4OZxHRtmMoIbmD7tp17UJTNlgniP4yaq/P/Im48B/rmgImRGYzhH2k07VVcNaGg==","shasum":"4c1b4d5a0e46b2a2494d383cfa3c40b773234c44","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.7381f21a3.tgz","fileCount":1671,"unpackedSize":33481175,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH0MbEnpClFBgzcabhLvvqmK1V9AWR6+XeZr4bOF5jfbAiBaFoe9DqzYmvN9PZR5sZGFOifgF+awIeQucMzXeB1Kzw=="}],"size":6621160},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.7381f21a3_1716241136425_0.8305746241909377"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-20T21:38:56.744Z","publish_time":1716241136744,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.3883133c3":{"name":"@firebase/firestore","version":"4.6.3-canary.3883133c3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.3883133c3","@firebase/logger":"0.4.2-canary.3883133c3","@firebase/util":"1.9.6-canary.3883133c3","@firebase/webchannel-wrapper":"1.0.0-canary.3883133c3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.4-canary.3883133c3"},"devDependencies":{"@firebase/app":"0.10.4-canary.3883133c3","@firebase/app-compat":"0.2.34-canary.3883133c3","@firebase/auth":"1.7.3-canary.3883133c3","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.3883133c3","readmeFilename":"README.md","gitHead":"3883133c33ba48027081eef9d946988f33b07606","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-JquMS8mewXOrMpZnre/1L2CoOFVr2p1FpbbQdzm3zbodR3EL0E5cLnxOCah4qewv2ea7ObBgda9aRYSw8dU/Fg==","shasum":"e8956aae3515472f951d360d5c4eee8a08eee894","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.3883133c3.tgz","fileCount":1671,"unpackedSize":33481175,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICBe8oEk24gr6l1Puh2XOx831ScpQ2sCFzDS1pMAZqxRAiEAqVru5RQyjJLwbbxWZbRtFTlhpcpUotIsVDUqPfrGq2E="}],"size":6621168},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.3883133c3_1716326477381_0.6302247078763139"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-21T21:21:17.642Z","publish_time":1716326477642,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.aa060a7f6":{"name":"@firebase/firestore","version":"4.6.3-canary.aa060a7f6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.aa060a7f6","@firebase/logger":"0.4.2-canary.aa060a7f6","@firebase/util":"1.9.6-canary.aa060a7f6","@firebase/webchannel-wrapper":"1.0.0-canary.aa060a7f6","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.4-canary.aa060a7f6"},"devDependencies":{"@firebase/app":"0.10.4-canary.aa060a7f6","@firebase/app-compat":"0.2.34-canary.aa060a7f6","@firebase/auth":"1.7.3-canary.aa060a7f6","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.aa060a7f6","readmeFilename":"README.md","gitHead":"aa060a7f699accf9db895f5acb1dd73e497db9ba","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-7jpPQF20cocWgb2bL35S7eoKeM+fP7jpZsffPqNqe6Q4aesOTLFez7C+OhX0vsafVmsjRsQBLv/2ucbMXw4KJQ==","shasum":"8feb433da8bc552a4c3b58c78482214089dc4ef2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.aa060a7f6.tgz","fileCount":1671,"unpackedSize":33481175,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCEO4RpOO4WRULit+uG+2O+M/+fh5VL8XlFOjwEqc2XrAIhAPPwuipF6mbjvgm4IlWu3g6zQHE0WKCOzTNboWfvUwVT"}],"size":6621146},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.aa060a7f6_1716412827606_0.9429438286407081"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-22T21:20:28.031Z","publish_time":1716412828031,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.370b6c8b7":{"name":"@firebase/firestore","version":"4.6.3-canary.370b6c8b7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.370b6c8b7","@firebase/logger":"0.4.2-canary.370b6c8b7","@firebase/util":"1.9.6-canary.370b6c8b7","@firebase/webchannel-wrapper":"1.0.0-canary.370b6c8b7","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.4-canary.370b6c8b7"},"devDependencies":{"@firebase/app":"0.10.4-canary.370b6c8b7","@firebase/app-compat":"0.2.34-canary.370b6c8b7","@firebase/auth":"1.7.3-canary.370b6c8b7","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.370b6c8b7","readmeFilename":"README.md","gitHead":"370b6c8b7fbeb742a36a0ea399dd5e6cf9fa6267","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-2HEwJSxX9jVtYyYDshGzsTL42xfANxR4sgNXQVBgubejqkd4ahcFCAsRFy542629v88rMZeqkq1FFxRRHMw4rA==","shasum":"0c5a83613b760340ac2cdef1865dab1268e72f3e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.370b6c8b7.tgz","fileCount":1671,"unpackedSize":33481175,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBLOQx3GydrS2yq32I73pxcnxbo1IhbEGpmnrepe+eyGAiEAznVgPLvPsRLSeHlRbXEGnydVt/8GNavMAsEIO181zG4="}],"size":6621163},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.370b6c8b7_1716474246999_0.26393348186403376"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-23T14:24:07.415Z","publish_time":1716474247415,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.0af23e02e":{"name":"@firebase/firestore","version":"4.6.3-canary.0af23e02e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.0af23e02e","@firebase/logger":"0.4.2-canary.0af23e02e","@firebase/util":"1.9.6-canary.0af23e02e","@firebase/webchannel-wrapper":"1.0.0-canary.0af23e02e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.4-canary.0af23e02e"},"devDependencies":{"@firebase/app":"0.10.4-canary.0af23e02e","@firebase/app-compat":"0.2.34-canary.0af23e02e","@firebase/auth":"1.7.3-canary.0af23e02e","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.0af23e02e","readmeFilename":"README.md","gitHead":"0af23e02e0c90ae550dd3edf1c9244a8eba3aee1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-jQpx81rGH5zZP53VgVK/6ZR3j3YxXcyo2veJUZ5cx6HTtBQeU9W65zbj1IFBYRILiJ3ZexBbDt4AE45CVcXNZg==","shasum":"e01f3ed1056b81f6a15e179c08d754f095fe1d1c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.0af23e02e.tgz","fileCount":1671,"unpackedSize":33481175,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICEOSIETvTgYsgddqUGsDOe3yCxH4m+xZxwvX6qWazzbAiEAnjh26IWlH5HQnGka9Vn/J0ivlBPZfpMfTQmZXj70l6k="}],"size":6621137},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.0af23e02e_1716485600085_0.5270836642676253"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-23T17:33:20.335Z","publish_time":1716485600335,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.52d626655":{"name":"@firebase/firestore","version":"4.6.3-canary.52d626655","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.52d626655","@firebase/logger":"0.4.2-canary.52d626655","@firebase/util":"1.9.6-canary.52d626655","@firebase/webchannel-wrapper":"1.0.0-canary.52d626655","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.4-canary.52d626655"},"devDependencies":{"@firebase/app":"0.10.4-canary.52d626655","@firebase/app-compat":"0.2.34-canary.52d626655","@firebase/auth":"1.7.3-canary.52d626655","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.52d626655","readmeFilename":"README.md","gitHead":"52d626655c5abe386f3de8c064a012a5d97e726f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-ud99k2RZvthR/rtpSP7XmnsGnETT0D/hkZMXkxd58rYve0TymZkH9T69fjRfPMYn0tmayytp+TKwh7sb/mq3+w==","shasum":"11ad6c1894ca7f9e1e6a5484e6796e5c25808cec","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.52d626655.tgz","fileCount":1671,"unpackedSize":33481175,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCb/VeRnp36gZKqzk/nSEFKUKmxe8sy7kIyztEouhLRNwIhAMtXDRF0TjFkyNezmX5JZKfz0UToIRKEMOnhkU2JMnnF"}],"size":6621165},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.52d626655_1716487704802_0.9606104734518945"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-23T18:08:25.133Z","publish_time":1716487705133,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.4f157b486":{"name":"@firebase/firestore","version":"4.6.3-canary.4f157b486","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.4f157b486","@firebase/logger":"0.4.2-canary.4f157b486","@firebase/util":"1.9.6-canary.4f157b486","@firebase/webchannel-wrapper":"1.0.0-canary.4f157b486","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.4-canary.4f157b486"},"devDependencies":{"@firebase/app":"0.10.4-canary.4f157b486","@firebase/app-compat":"0.2.34-canary.4f157b486","@firebase/auth":"1.7.3-canary.4f157b486","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.4f157b486","readmeFilename":"README.md","gitHead":"4f157b4868332e3c8739278d6e91134670ab2b01","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-ooV6xdXBog2ig4kJ8ZczNGcXIyPUkJLy8Xa8cAVQ+ouN+g4E170dPDq0X26ESRW/RedTksIyC6Yv22D+GaXSrw==","shasum":"7711f83e777e2928ac132255b563738f25b613d3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.4f157b486.tgz","fileCount":1671,"unpackedSize":33481175,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBV/4av/3ubHgfRsXJrvilzgPYwEXP8ofscboLSLmUvWAiAHgR4jhIKeozh0MAjvjCT9eR1lOZQOHfVVJBgBH/4PQQ=="}],"size":6621161},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.4f157b486_1716500114295_0.6475782044475"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-23T21:35:14.692Z","publish_time":1716500114692,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.08a3a936c":{"name":"@firebase/firestore","version":"4.6.3-canary.08a3a936c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.08a3a936c","@firebase/logger":"0.4.2-canary.08a3a936c","@firebase/util":"1.9.6-canary.08a3a936c","@firebase/webchannel-wrapper":"1.0.0-canary.08a3a936c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.5-canary.08a3a936c"},"devDependencies":{"@firebase/app":"0.10.5-canary.08a3a936c","@firebase/app-compat":"0.2.35-canary.08a3a936c","@firebase/auth":"1.7.4-canary.08a3a936c","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.08a3a936c","readmeFilename":"README.md","gitHead":"08a3a936c72fd8a2a39db14d2cb18b26454a1483","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-e/7zQKfKXmhPVxfBfd2kr+PDEgZPsY/dAQw+V/Zr61ZhHHEGvK1fRsIsp/LKqjlJUWQ4fdcWJZzOY2OSK0CyiA==","shasum":"0054f2a3940c369481d303fb6f19e3d312b4c630","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.08a3a936c.tgz","fileCount":1671,"unpackedSize":33481175,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFqDIRGqlu9DqGH4wImPJ+JxS/78YhzmxZEAjd2P3w7vAiB7Z1zcx7XA9OaQGfn4QxTyHgBtWSk97kh664Wz559UsQ=="}],"size":6621158},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.08a3a936c_1716832735125_0.45611751863002903"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-27T17:58:55.499Z","publish_time":1716832735499,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.7c256b420":{"name":"@firebase/firestore","version":"4.6.3-canary.7c256b420","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.7c256b420","@firebase/logger":"0.4.2-canary.7c256b420","@firebase/util":"1.9.6-canary.7c256b420","@firebase/webchannel-wrapper":"1.0.0-canary.7c256b420","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.5-canary.7c256b420"},"devDependencies":{"@firebase/app":"0.10.5-canary.7c256b420","@firebase/app-compat":"0.2.35-canary.7c256b420","@firebase/auth":"1.7.4-canary.7c256b420","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.7c256b420","readmeFilename":"README.md","gitHead":"7c256b420ca5f6301e6680290a8496a745e19b3a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-thpSuq6iGlUzJhaWiwPCQ21lGuA/nFQt6z09pAYSzxbwCh8r5QyQpYMnTlVVDJMZi/dQ9KqJJVibtMAiulyUUw==","shasum":"4c6e47efca8b4aa01822d7a1672af2d87e2e0b6e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.7c256b420.tgz","fileCount":1671,"unpackedSize":33481175,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDRVGD62G36oH3CsezEgGzh/2Zgpgp7os7FjLHiWrlctAiBVNXHivYOcdttvi3HEeLuONoH8PFG0vGOmfwlzn98z7w=="}],"size":6621155},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.7c256b420_1717017599137_0.8526632891295569"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-29T21:19:59.410Z","publish_time":1717017599410,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.5e16ccfb3":{"name":"@firebase/firestore","version":"4.6.3-canary.5e16ccfb3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.5e16ccfb3","@firebase/logger":"0.4.2-canary.5e16ccfb3","@firebase/util":"1.9.6-canary.5e16ccfb3","@firebase/webchannel-wrapper":"1.0.0-canary.5e16ccfb3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.5-canary.5e16ccfb3"},"devDependencies":{"@firebase/app":"0.10.5-canary.5e16ccfb3","@firebase/app-compat":"0.2.35-canary.5e16ccfb3","@firebase/auth":"1.7.4-canary.5e16ccfb3","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.5e16ccfb3","readmeFilename":"README.md","gitHead":"5e16ccfb35f132847156fe7d6d342a4bc9b47a3d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-IyDHsIKEo5jvFd9bOK2S9A8WL9ezfpIx8kgDYPiH+/YVCcwXlF6bJe835gKhujfLLDqGm1U/oO/1/UWX+WBUlQ==","shasum":"9cbcdc12a970d42ee92cb6d22b17b97863a1f98b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.5e16ccfb3.tgz","fileCount":1671,"unpackedSize":33481175,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAXmtcCrZl5fGy8kgvzrMd3v5ORTh+3614sPXXA4rT29AiEA1cnG/g0p+xg7YvBjvCh63Q4Zg+LuRgJhT57zvgCAj7o="}],"size":6621147},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.5e16ccfb3_1717079684217_0.135948832481952"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-30T14:34:44.515Z","publish_time":1717079684515,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.872e6f63e":{"name":"@firebase/firestore","version":"4.6.3-canary.872e6f63e","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.6.3-canary.872e6f63e","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"1b271124cb8994f6db9d6fdeb8f33fbace254050","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.872e6f63e.tgz","fileCount":1671,"integrity":"sha512-3Yi+5aXcuCZpIvVdO0FgnlcB4KmEjbGa9X4wlMtr6XpLjA9IOiXza836SiDYKvgTB+lrQDjX4CbpjjxYZtxylA==","signatures":[{"sig":"MEYCIQD8T+b/lHcHsZijxFzrvaKmbBFq7tumMCkPDV0rb7GEBQIhAIzmIk5OGV6GAGOMD5V6Vyq1Vq//k9P/wg8NG3YgI/DN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33481175,"size":6621146},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=10.10.0"},"exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"esm5":"./dist/lite/index.browser.esm5.js","node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"872e6f63e74e2eeafeab9e7ccdff2a97ef137131","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start --single-run","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:lite:browser":"karma start --single-run --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.5.2","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"tslib":"^2.1.0","undici":"5.28.4","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.9.6-canary.872e6f63e","@firebase/logger":"0.4.2-canary.872e6f63e","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.7-canary.872e6f63e","@firebase/webchannel-wrapper":"1.0.0-canary.872e6f63e"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.1","protobufjs":"7.2.6","typescript":"4.7.4","chai-exclude":"2.1.0","@firebase/app":"0.10.5-canary.872e6f63e","@types/eslint":"7.29.0","@firebase/auth":"1.7.4-canary.872e6f63e","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.35-canary.872e6f63e","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.5-canary.872e6f63e"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.6.3-canary.872e6f63e_1717182165501_0.6729147489265646","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-05-31T19:02:45.738Z","publish_time":1717182165738,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.3df57edf0":{"name":"@firebase/firestore","version":"4.6.3-canary.3df57edf0","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.3df57edf0","@firebase/logger":"0.4.2-canary.3df57edf0","@firebase/util":"1.9.6-canary.3df57edf0","@firebase/webchannel-wrapper":"1.0.0-canary.3df57edf0","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.5-canary.3df57edf0"},"devDependencies":{"@firebase/app":"0.10.5-canary.3df57edf0","@firebase/app-compat":"0.2.35-canary.3df57edf0","@firebase/auth":"1.7.4-canary.3df57edf0","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.3df57edf0","readmeFilename":"README.md","gitHead":"3df57edf045ac51b2c522200880eadd88c4e5b1c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-GmxmwLngfewYtVsDQSu/319G6qgdsRmCyw8tD11VngqWo0mIAZxxWHmQfS1ATbuClcy3YHt5GKh8bbGUIDL7aA==","shasum":"a65d4987cf2c2b2ca39273135dcada28e820d324","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.3df57edf0.tgz","fileCount":1671,"unpackedSize":33481175,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQClMqnZSV1cWhuLL3uBYX3u7Hv1Mn8ghOi9a6tFiz999wIhAKPisk40+dR1PfzBWWlZBqUbeiCUj3frA5jil06boV7a"}],"size":6621139},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.3df57edf0_1717182210667_0.1765434413368816"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-31T19:03:30.973Z","publish_time":1717182210973,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.92a39b5ba":{"name":"@firebase/firestore","version":"4.6.3-canary.92a39b5ba","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.92a39b5ba","@firebase/logger":"0.4.2-canary.92a39b5ba","@firebase/util":"1.9.6-canary.92a39b5ba","@firebase/webchannel-wrapper":"1.0.0-canary.92a39b5ba","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.5-canary.92a39b5ba"},"devDependencies":{"@firebase/app":"0.10.5-canary.92a39b5ba","@firebase/app-compat":"0.2.35-canary.92a39b5ba","@firebase/auth":"1.7.4-canary.92a39b5ba","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.92a39b5ba","readmeFilename":"README.md","gitHead":"92a39b5ba8c21deb7912d7b06dd1eccb616482f2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-z8Mtv8dNHFoTyF3s53NL5OPNf/A0vwKDCxhY9o0eWMv4KEj/eQ22R9rZZRCWszHEKGmo1WJe1J3NgKdEwQ/f3Q==","shasum":"c2e510252f4b9615ffe43cdc0446aaef3ff25b5e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.92a39b5ba.tgz","fileCount":1671,"unpackedSize":33481175,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBKxGc7cZyup+8pTZXas9DWdsT5ifHfh+9SQ3xodw/PQAiEAnHxG6Bvg+IHyFogVeGbo7xX1Vbsgnt7cEm1aWN0+Lck="}],"size":6621155},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.92a39b5ba_1717537596043_0.6641257088406287"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-04T21:46:36.364Z","publish_time":1717537596364,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.436331ac4":{"name":"@firebase/firestore","version":"4.6.3-canary.436331ac4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.436331ac4","@firebase/logger":"0.4.2-canary.436331ac4","@firebase/util":"1.9.6-canary.436331ac4","@firebase/webchannel-wrapper":"1.0.0-canary.436331ac4","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.5-canary.436331ac4"},"devDependencies":{"@firebase/app":"0.10.5-canary.436331ac4","@firebase/app-compat":"0.2.35-canary.436331ac4","@firebase/auth":"1.7.4-canary.436331ac4","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.436331ac4","readmeFilename":"README.md","gitHead":"436331ac4ff66fbfbd0e93ece25b72b24ffff431","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-z1FWTESj7QCzEHjVXSCZPM/8JEqQHcKRtHR2dFtc9sFbNSi2sBgUzJ8tg/RIND42rJZSMRTZLfZMsut5vZ2VMw==","shasum":"d5bd1e5802a77582ab3c36b8bdce807d51abfe0c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.436331ac4.tgz","fileCount":1671,"unpackedSize":33481235,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCDZiLhiDBQM4SqLVame1ajzUxVrZqW91ZwZmGTJytffAIhAIlMyR1+i/tZ6nK88ziSzgZQXv14tf556EI+saERgdyc"}],"size":6621190},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.436331ac4_1717538305405_0.46912604170114736"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-04T21:58:25.785Z","publish_time":1717538305785,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.a90255a27":{"name":"@firebase/firestore","version":"4.6.3-canary.a90255a27","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.a90255a27","@firebase/logger":"0.4.2-canary.a90255a27","@firebase/util":"1.9.6-canary.a90255a27","@firebase/webchannel-wrapper":"1.0.0-canary.a90255a27","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.5-canary.a90255a27"},"devDependencies":{"@firebase/app":"0.10.5-canary.a90255a27","@firebase/app-compat":"0.2.35-canary.a90255a27","@firebase/auth":"1.7.4-canary.a90255a27","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.a90255a27","readmeFilename":"README.md","gitHead":"a90255a276b577e8909b6af444eede3e51dcdcf1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-9R/krCKyiPqiJ/zT56aWwjAlxFaXQ/79UM/6fiSerMx6L/VwLCa/5V43GWXkXq6EeAYZEaPlnqVFAehtqstYtg==","shasum":"5d0269be61ab584d18d5151ae797265127f6dc06","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.a90255a27.tgz","fileCount":1671,"unpackedSize":33481235,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCm02p20QaptNtyLM2Oj0bcTPbWrCWJKOVWzzRFLyTc0QIgCapbTSdxCT2URRHH15Q+TBdV4vu1wNTIfd+H76Fd0to="}],"size":6621193},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.a90255a27_1717622199488_0.3562043798922192"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-05T21:16:39.743Z","publish_time":1717622199743,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.576c1b1f7":{"name":"@firebase/firestore","version":"4.6.3-canary.576c1b1f7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.576c1b1f7","@firebase/logger":"0.4.2-canary.576c1b1f7","@firebase/util":"1.9.6-canary.576c1b1f7","@firebase/webchannel-wrapper":"1.0.0-canary.576c1b1f7","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.5-canary.576c1b1f7"},"devDependencies":{"@firebase/app":"0.10.5-canary.576c1b1f7","@firebase/app-compat":"0.2.35-canary.576c1b1f7","@firebase/auth":"1.7.4-canary.576c1b1f7","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.576c1b1f7","readmeFilename":"README.md","gitHead":"576c1b1f7a63b200c53f602bc1276bbc6dd96ba7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.14.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-w6wQmq0ZcBSQZnraUhCy+zTHWf7ma9Unb24bv5avyQywJ9L//QxbRFkQM68sJz55j7rPClBgKKSzkSYZdYg7WA==","shasum":"7eb758571f895640f05495baec48daf9a90eee07","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.576c1b1f7.tgz","fileCount":1671,"unpackedSize":33481235,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCYNtVQf2Fj7rrAyAPxGs51W37Oz0nGYs56yXsiJ5jA5QIhAKv+3fSSlN2xcF4EdXUBc3J7TiGggT4LZM/mVHBekdcr"}],"size":6621192},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.576c1b1f7_1718752319254_0.6311504378992068"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-18T23:12:01.525Z","publish_time":1718752321525,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.ca4139101":{"name":"@firebase/firestore","version":"4.6.3-canary.ca4139101","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.ca4139101","@firebase/logger":"0.4.2-canary.ca4139101","@firebase/util":"1.9.6-canary.ca4139101","@firebase/webchannel-wrapper":"1.0.0-canary.ca4139101","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.5-canary.ca4139101"},"devDependencies":{"@firebase/app":"0.10.5-canary.ca4139101","@firebase/app-compat":"0.2.35-canary.ca4139101","@firebase/auth":"1.7.4-canary.ca4139101","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.ca4139101","readmeFilename":"README.md","gitHead":"ca413910121b6b2abf40f5c3e7bc53a8b888854d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.14.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-ab8yRZNWILGmrx00zeNk+hsROGAzrzUJiIxuosx7Xrh8IQOlRaNBvRHIdgpgASRj97wXoDyi/U7F4r+U7bXkOw==","shasum":"c96a10381e6eeaee564bf28952ac0c84f853ca16","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.ca4139101.tgz","fileCount":1671,"unpackedSize":33481235,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCyFtH4g23rwHgMd4esRAbRFFYRjCdA/dSa1/O+hyqsQAIgP5sq5LfspcHo/3eABTuaz7/B176xvoCIISqzp2CUYso="}],"size":6621188},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.ca4139101_1718914263234_0.2758507336791227"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-20T20:11:03.596Z","publish_time":1718914263596,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.8360014ac":{"name":"@firebase/firestore","version":"4.6.3-canary.8360014ac","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.8360014ac","@firebase/logger":"0.4.2-canary.8360014ac","@firebase/util":"1.9.6-canary.8360014ac","@firebase/webchannel-wrapper":"1.0.0-canary.8360014ac","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.5-canary.8360014ac"},"devDependencies":{"@firebase/app":"0.10.5-canary.8360014ac","@firebase/app-compat":"0.2.35-canary.8360014ac","@firebase/auth":"1.7.4-canary.8360014ac","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.8360014ac","readmeFilename":"README.md","gitHead":"8360014acffc368976a32ef0d4754a44cc62ffbd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.14.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-wcttO1vLKUqgOB4AUgE30Q7rc1XDU5ZC9p+cmwhwObZdeXu9RIEZ+54hiOv5XSk4S4qjLzHtHtjQcv3AdzYv2w==","shasum":"90cabf66912f5e88ce76ff9bc861f55bf93410a6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.8360014ac.tgz","fileCount":1671,"unpackedSize":33481235,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEgsJPbUZwKJv/c6hhV96hy8VlvwpktY0mUrzTS+jjIRAiEAweJ9CpYgyy7MdhHAQeCv4zwHcBAJDOIOnkACKACuiZw="}],"size":6621190},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.8360014ac_1719004909733_0.15061654442425"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-21T21:21:50.054Z","publish_time":1719004910054,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.b09a267ba":{"name":"@firebase/firestore","version":"4.6.3-canary.b09a267ba","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.b09a267ba","@firebase/logger":"0.4.2-canary.b09a267ba","@firebase/util":"1.9.6-canary.b09a267ba","@firebase/webchannel-wrapper":"1.0.0-canary.b09a267ba","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.5-canary.b09a267ba"},"devDependencies":{"@firebase/app":"0.10.5-canary.b09a267ba","@firebase/app-compat":"0.2.35-canary.b09a267ba","@firebase/auth":"1.7.4-canary.b09a267ba","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.b09a267ba","readmeFilename":"README.md","gitHead":"b09a267ba8c59d15865173844e73a92588342f61","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.14.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-RRozqUtI9wnCYhg7+GCnquMPT2cS10d+1xGlTBi+H4rKOpfP3FfEwSI4J+xEDG74Iz5Qw+fPRJJLxqV3MPuKog==","shasum":"961ba6fe3ac39a7acce0c1788fa6e7748837b365","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.b09a267ba.tgz","fileCount":1671,"unpackedSize":33481235,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF0psXmEBs8o1MoQqXUIqxItjF1I03BY+vRLUJdEUS80AiA7P/8SOMMfHnculcVoZWlyusB6CB4n8QDOgPt4iZcwSA=="}],"size":6621188},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.b09a267ba_1719262481414_0.9482740119338335"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-24T20:54:41.793Z","publish_time":1719262481793,"_source_registry_name":"default","contributors":[]},"4.6.3-eap-firestore-backfiller.87babf60c":{"name":"@firebase/firestore","version":"4.6.3-eap-firestore-backfiller.87babf60c","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.6.3-eap-firestore-backfiller.87babf60c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"84e4206868ca045a37c71c3021402b87b0fd9a8d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-eap-firestore-backfiller.87babf60c.tgz","fileCount":1671,"integrity":"sha512-+Y0CGGvOlaH7UTefy+Kg2/wXLBRlSTgV1s4YBtVbDtETq1znOyOx92aOfRcwS3l+QgSQc7+M4EFTxjbLNk4uvg==","signatures":[{"sig":"MEYCIQDTNaTrq1jHIJiY3xQXaaV59vsOF62aVgd41Nnxeyv3EQIhAJla5n/plRODST3O0XMLX62YDjJyAGuwuvGGgv8G9mWy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33499765,"size":6625191},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=10.10.0"},"exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"esm5":"./dist/lite/index.browser.esm5.js","node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"87babf60c76df1c18c7554834a61a27a83c2adec","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start --single-run","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:lite:browser":"karma start --single-run --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.7.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"tslib":"^2.1.0","undici":"5.28.4","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.9.6-eap-firestore-backfiller.87babf60c","@firebase/logger":"0.4.2-eap-firestore-backfiller.87babf60c","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.7-eap-firestore-backfiller.87babf60c","@firebase/webchannel-wrapper":"1.0.0-eap-firestore-backfiller.87babf60c"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.1","protobufjs":"7.2.6","typescript":"4.7.4","chai-exclude":"2.1.0","@firebase/app":"0.10.5-eap-firestore-backfiller.87babf60c","@types/eslint":"7.29.0","@firebase/auth":"1.7.4-eap-firestore-backfiller.87babf60c","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.35-eap-firestore-backfiller.87babf60c","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.5-eap-firestore-backfiller.87babf60c"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.6.3-eap-firestore-backfiller.87babf60c_1719325693328_0.8083666620858636","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-06-25T14:28:13.589Z","publish_time":1719325693589,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.e7260e23d":{"name":"@firebase/firestore","version":"4.6.3-canary.e7260e23d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.e7260e23d","@firebase/logger":"0.4.2-canary.e7260e23d","@firebase/util":"1.9.6-canary.e7260e23d","@firebase/webchannel-wrapper":"1.0.0-canary.e7260e23d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.5-canary.e7260e23d"},"devDependencies":{"@firebase/app":"0.10.5-canary.e7260e23d","@firebase/app-compat":"0.2.35-canary.e7260e23d","@firebase/auth":"1.7.4-canary.e7260e23d","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.e7260e23d","readmeFilename":"README.md","gitHead":"e7260e23d186787d44c145829af245534db4d054","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.14.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-n9pfkTOE7+64oWs8WuprU3EMWQNUHEcl+lvQD8hBV/85q0wYS90JnnlHiFMdCZU5M4AdFKXyPX1E4wf52JXJ4Q==","shasum":"db259448358fce372cca0d9724638fd43fda4ece","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.e7260e23d.tgz","fileCount":1671,"unpackedSize":33481235,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBUpC+bOTvv0dNLvKqKLN3VSBlwCicn2DEmUn3KWjVRmAiBpMJLUVW0VtuNdpEfWQ1k7uoyMvA3buB40IrrE8pt9kw=="}],"size":6621178},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.e7260e23d_1719326509982_0.8006609773652227"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-25T14:41:50.371Z","publish_time":1719326510371,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.226fe8aa5":{"name":"@firebase/firestore","version":"4.6.3-canary.226fe8aa5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.226fe8aa5","@firebase/logger":"0.4.2-canary.226fe8aa5","@firebase/util":"1.9.6-canary.226fe8aa5","@firebase/webchannel-wrapper":"1.0.0-canary.226fe8aa5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.5-canary.226fe8aa5"},"devDependencies":{"@firebase/app":"0.10.5-canary.226fe8aa5","@firebase/app-compat":"0.2.35-canary.226fe8aa5","@firebase/auth":"1.7.4-canary.226fe8aa5","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.226fe8aa5","readmeFilename":"README.md","gitHead":"226fe8aa5f178ec149cea0430d5d54fb4689bcdb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-4LX50+g/O4HMDLY2OZzaVHKp4Wk/3dF/rIvjS8pHdE5h8dP5qrQ4g22LnbnR1jk2inQ/nA+5TXHZS7w65QNYCA==","shasum":"9f351ae4f5a1bffc1702099f2d42ade1e771dc3b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.226fe8aa5.tgz","fileCount":1671,"unpackedSize":33481235,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCWaM4GmEYOIqTX2CsdWFaIvv5sztpxbfizJRvhSA7m4AIgLZxhlZ0lJpX4hAt08P97XSp7xVx1KDujlIfcXOebFFs="}],"size":6621185},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.226fe8aa5_1719517844961_0.5677495825826506"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-27T19:50:45.341Z","publish_time":1719517845341,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.ecadbe380":{"name":"@firebase/firestore","version":"4.6.3-canary.ecadbe380","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.6.3-canary.ecadbe380","homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"c3a8f0e654303cc14765b0b632daa5fb515170e5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.ecadbe380.tgz","fileCount":1671,"integrity":"sha512-ZISFUeZgetQcol27ur64xYUWN3mRZuYWRyPymENGh6YED0/djiITmd1l6q3MMflrXID/y35og9jdwA+foSzs9w==","signatures":[{"sig":"MEUCIQD+zb3LPCNp9HfvRmFNsPYpLhPziEN48A9lHqrfwXMF8AIgXs4FZr9AFzVtj7e/Dda3lBLbg7Ok4sOBgFCWDAFNue4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33486661,"size":6622285},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=10.10.0"},"exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"esm5":"./dist/lite/index.browser.esm5.js","node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"ecadbe380ca1b7e2eeada45b82e53d47e05ec9b3","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start --single-run","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:lite:browser":"karma start --single-run --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.7.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"tslib":"^2.1.0","undici":"5.28.4","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.9.6-canary.ecadbe380","@firebase/logger":"0.4.2-canary.ecadbe380","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.7-canary.ecadbe380","@firebase/webchannel-wrapper":"1.0.0-canary.ecadbe380"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.1","protobufjs":"7.2.6","typescript":"4.7.4","chai-exclude":"2.1.0","@firebase/app":"0.10.5-canary.ecadbe380","@types/eslint":"7.29.0","@firebase/auth":"1.7.4-canary.ecadbe380","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.35-canary.ecadbe380","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.5-canary.ecadbe380"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.6.3-canary.ecadbe380_1719602911154_0.0630284384377644","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-06-28T19:28:31.497Z","publish_time":1719602911497,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.192561b15":{"name":"@firebase/firestore","version":"4.6.3-canary.192561b15","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.192561b15","@firebase/logger":"0.4.2-canary.192561b15","@firebase/util":"1.9.6-canary.192561b15","@firebase/webchannel-wrapper":"1.0.0-canary.192561b15","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.5-canary.192561b15"},"devDependencies":{"@firebase/app":"0.10.5-canary.192561b15","@firebase/app-compat":"0.2.35-canary.192561b15","@firebase/auth":"1.7.4-canary.192561b15","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.192561b15","readmeFilename":"README.md","gitHead":"192561b1552a08840d8e341f30f3dbe275465558","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-lgtb2EuKeR610OFXiDPmIdHgFxv5IiJq+TMLr7MsTkOiPjSk4ap/tvkInTHMRqLu566rPivqnKF5NVr4DNCg5A==","shasum":"8ae5e7b0dd0ce074ab3c9e169034ee35fea7fc82","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.192561b15.tgz","fileCount":1671,"unpackedSize":33486661,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAunpFYd/TtAuMu6vXg+SObnLSS5pPrM9aG9KXtmn5AZAiEApyUUcPcb5Y3E/Wpqj+CyOvC4BLxTq8G7cw9bXSVORMo="}],"size":6622306},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.192561b15_1719604681277_0.9468324810460851"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-28T19:58:01.639Z","publish_time":1719604681639,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.ed1c99379":{"name":"@firebase/firestore","version":"4.6.3-canary.ed1c99379","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.ed1c99379","@firebase/logger":"0.4.2-canary.ed1c99379","@firebase/util":"1.9.6-canary.ed1c99379","@firebase/webchannel-wrapper":"1.0.0-canary.ed1c99379","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.5-canary.ed1c99379"},"devDependencies":{"@firebase/app":"0.10.5-canary.ed1c99379","@firebase/app-compat":"0.2.35-canary.ed1c99379","@firebase/auth":"1.7.4-canary.ed1c99379","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.ed1c99379","readmeFilename":"README.md","gitHead":"ed1c993796cf7d7544b9f9ac8ffde71a13324aaf","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-syLpkYHFWjC/EDTW57hOBt+QLhTHYUUkLaHqfc0WzM7BQhXz/amrCP5btX52u77HKJ/r/RhDXKq91xKLnq09pw==","shasum":"ec48aeb6a5be018aff451f31e962e4c28ae36ee9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.ed1c99379.tgz","fileCount":1671,"unpackedSize":33486661,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC+m69MhG9ETfaxZfjLmf7jbHMcMcHq2BJzvSFOH5VdGwIhAPtB8Ui6ba2ZdyAu6SdaIQV7faqyYTWvvI7vdPPmCNYA"}],"size":6622296},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.ed1c99379_1719604781717_0.24242338067171554"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-28T19:59:42.064Z","publish_time":1719604782064,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.5c75bec14":{"name":"@firebase/firestore","version":"4.6.3-canary.5c75bec14","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.5c75bec14","@firebase/logger":"0.4.2-canary.5c75bec14","@firebase/util":"1.9.6-canary.5c75bec14","@firebase/webchannel-wrapper":"1.0.0-canary.5c75bec14","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.5-canary.5c75bec14"},"devDependencies":{"@firebase/app":"0.10.5-canary.5c75bec14","@firebase/app-compat":"0.2.35-canary.5c75bec14","@firebase/auth":"1.7.4-canary.5c75bec14","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.5c75bec14","readmeFilename":"README.md","gitHead":"5c75bec14c149b17af5867d35534235ae0525947","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-uTK4/fXuSD8hDAq+zduxMuqduwsO6Rfj8Lf5vRIGWV5Ce6h81IHTFgPqXWEtp1FhEnIIhXNO+u6hIZmjqwZ9xw==","shasum":"066fd351d14c2f287664692a54716d16c19aecc1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.5c75bec14.tgz","fileCount":1671,"unpackedSize":33486661,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+QvsPHo9FKEFRldTKURjZPytxP4AszyRY/ICMUhQg5gIhAKab7jHDgxG4AxBXSUjTHeQzUWo2Ccte5PFfEAJ9+Vv7"}],"size":6622294},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.5c75bec14_1719857902061_0.6706544093724451"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-01T18:18:22.511Z","publish_time":1719857902511,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.f01806221":{"name":"@firebase/firestore","version":"4.6.3-canary.f01806221","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.f01806221","@firebase/logger":"0.4.2-canary.f01806221","@firebase/util":"1.9.6-canary.f01806221","@firebase/webchannel-wrapper":"1.0.0-canary.f01806221","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.5-canary.f01806221"},"devDependencies":{"@firebase/app":"0.10.5-canary.f01806221","@firebase/app-compat":"0.2.35-canary.f01806221","@firebase/auth":"1.7.4-canary.f01806221","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.f01806221","readmeFilename":"README.md","gitHead":"f01806221bcf1edb4356c5901ee65ba322851981","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-7BaqL8yJlngeHr/fIOgHunmwrmru4UCbPMW5xIcNEmJOXEFiPlnVFUjMFtJPdwYLLjZqL9mmOxaJTc3UrmPqTg==","shasum":"a7d8de915f27b6cd2d2e38a60b4425a55795c484","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.f01806221.tgz","fileCount":1671,"unpackedSize":33486661,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCq0h9IngZfy++uPiS+s9OKjApkUFdVHrUdSSM+2RPYNgIgeielGQktc1KWCTxh+FPD5z8TMCvBTZXUXnnE7cManuw="}],"size":6622304},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.f01806221_1719873047077_0.8089414305388849"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-01T22:30:47.451Z","publish_time":1719873047451,"_source_registry_name":"default","contributors":[]},"4.6.4-20240702143745":{"name":"@firebase/firestore","version":"4.6.4-20240702143745","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-20240702143745","@firebase/logger":"0.4.2","@firebase/util":"1.9.7-20240702143745","@firebase/webchannel-wrapper":"1.0.1-20240702143745","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.6-20240702143745"},"devDependencies":{"@firebase/app":"0.10.6-20240702143745","@firebase/app-compat":"0.2.36-20240702143745","@firebase/auth":"1.7.5-20240702143745","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.4-20240702143745","readmeFilename":"README.md","gitHead":"b73a0cc0502fc3ca92a33d2297e6a1b63a9e2e7b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-Xh4fZikn1v/K3iciMKfFx0U2NKGdgqrX/4Ni2+TRdmX4r+tW1eZbzpCbRZI+ufklaULbumiu6PDUKI1U2jwEMA==","shasum":"bc10141af487599a6eb742e196dfdad14841853e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-20240702143745.tgz","fileCount":1671,"unpackedSize":33486564,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEeN9CJKqbKvV18I8IgAk2pm9uG5hq0Y6g2fWTwQUQ8LAiAodIuHuRXWIJCxruVhI0Ujf0XK9WJAjGU9RyO9dHnikQ=="}],"size":6622308},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.4-20240702143745_1719931979096_0.278734240995713"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-02T14:52:59.446Z","publish_time":1719931979446,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.c60aac1de":{"name":"@firebase/firestore","version":"4.6.3-canary.c60aac1de","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.6.3-canary.c60aac1de","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"91a00d601cdee50b831dd65d11ee961701d570e0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.c60aac1de.tgz","fileCount":1671,"integrity":"sha512-HCA15AW/O9/xkcY/RFSqvBb7Jt61VtXyompIO3fTnaHjHbQrcMPQ+xapfnfqw6WOA0EMSZ5KN+yAnbi99d0r5A==","signatures":[{"sig":"MEYCIQCwF2HAv48ZHAoNxFkX0ddEt+q/ypXCsWl7RCBlycz5eQIhALOGGn58LwFL3oNSxvGJNl+PbNZ6KACkq6yvq2tHvzCB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33486661,"size":6622277},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=10.10.0"},"exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"esm5":"./dist/lite/index.browser.esm5.js","node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"c60aac1de1d66adab73ebaa3e209ebce59ae8c4e","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start --single-run","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:lite:browser":"karma start --single-run --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.7.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"tslib":"^2.1.0","undici":"5.28.4","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.9.6-canary.c60aac1de","@firebase/logger":"0.4.2-canary.c60aac1de","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.7-canary.c60aac1de","@firebase/webchannel-wrapper":"1.0.0-canary.c60aac1de"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.1","protobufjs":"7.2.6","typescript":"4.7.4","chai-exclude":"2.1.0","@firebase/app":"0.10.5-canary.c60aac1de","@types/eslint":"7.29.0","@firebase/auth":"1.7.4-canary.c60aac1de","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.35-canary.c60aac1de","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.5-canary.c60aac1de"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.6.3-canary.c60aac1de_1719938572834_0.5622433171249179","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-07-02T16:42:53.135Z","publish_time":1719938573135,"_source_registry_name":"default","contributors":[]},"4.6.3-canary.766a53ea9":{"name":"@firebase/firestore","version":"4.6.3-canary.766a53ea9","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.7-canary.766a53ea9","@firebase/logger":"0.4.2-canary.766a53ea9","@firebase/util":"1.9.6-canary.766a53ea9","@firebase/webchannel-wrapper":"1.0.0-canary.766a53ea9","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.5-canary.766a53ea9"},"devDependencies":{"@firebase/app":"0.10.5-canary.766a53ea9","@firebase/app-compat":"0.2.35-canary.766a53ea9","@firebase/auth":"1.7.4-canary.766a53ea9","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.3-canary.766a53ea9","readmeFilename":"README.md","gitHead":"766a53ea97f8af432f5cc5fd0214989cbbd0391e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-iK8QGSIJM1SiVaXvkOMQln1pTXk+w7x7Wwrv0AcIrZI3fsXj5yPeucLXAox5bOnpepzb5/IsXiHjemWQf+2WIA==","shasum":"9996aa8b407680ed7da7f4e1e5d0400d381dcbf4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.3-canary.766a53ea9.tgz","fileCount":1671,"unpackedSize":33486661,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvjmUdchBMBdi15evZAAuqWLsxn1L3UcEZKXsKF0xFYwIgKEDxxJeMo9FrAJGAjSIw4NE1ua9cCqNRm2PIDUloS84="}],"size":6622293},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.3-canary.766a53ea9_1719949618536_0.8629065702195635"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-02T19:46:58.896Z","publish_time":1719949618896,"_source_registry_name":"default","contributors":[]},"4.6.4-20240703135951":{"name":"@firebase/firestore","version":"4.6.4-20240703135951","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-20240703135951","@firebase/logger":"0.4.2","@firebase/util":"1.9.7-20240703135951","@firebase/webchannel-wrapper":"1.0.1-20240703135951","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.6-20240703135951"},"devDependencies":{"@firebase/app":"0.10.6-20240703135951","@firebase/app-compat":"0.2.36-20240703135951","@firebase/auth":"1.7.5-20240703135951","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.4-20240703135951","readmeFilename":"README.md","gitHead":"6d2775bf69343472f9948d626d381e5c6617bcb5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-eOr/93g51ueiy7LX3Dh1b2SXJghIDeKj2h/6Dc/gblQ6J5Ni7pGlYhx64z7WQKagvIZ2WrkpvJRuyDn1RzCXLg==","shasum":"e1913faf1c677a30503ba6c3e8393115ba6faf59","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-20240703135951.tgz","fileCount":1671,"unpackedSize":33486564,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAF+zsp7Jzs7CFhEN6J8KNCm0VQuuCJAYtIpuJzKQxREAiAw5UqEECVr4WVpxrfUzO/I6W2T7iQKxh7VRru/KXuHNQ=="}],"size":6622305},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.4-20240703135951_1720016095937_0.17441269320240727"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-03T14:14:56.456Z","publish_time":1720016096456,"_source_registry_name":"default","contributors":[]},"4.6.4":{"name":"@firebase/firestore","version":"4.6.4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8","@firebase/logger":"0.4.2","@firebase/util":"1.9.7","@firebase/webchannel-wrapper":"1.0.1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.10.6","@firebase/app-compat":"0.2.36","@firebase/auth":"1.7.5","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.4","gitHead":"52f8deb1dc07cd6acc323f36d8be158e927d17c6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-vk2MoH5HxYEhiNg1l+yBXq1Fkhue/11bFg4HdlTv6BJHcTnnAj2a+/afPpatcW4MOdYA3Tv+d5nGzWbbOC1SHw==","shasum":"f53fcfc3ecfeb844f2147a43382d013d21e64968","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4.tgz","fileCount":1671,"unpackedSize":33485941,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDHqVdD7KRnnQm474BNk8jqQLO0QGmwXC9QL1uCtpk18gIhANP6duUgghMMft8k4wwUtU76YSs8LFKxxQcKrb9awIXV"}],"size":6622139},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.4_1720029894871_0.42021876496023247"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-03T18:04:55.228Z","publish_time":1720029895228,"_source_registry_name":"default","contributors":[]},"4.6.4-canary.52f8deb1d":{"name":"@firebase/firestore","version":"4.6.4-canary.52f8deb1d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.52f8deb1d","@firebase/logger":"0.4.2-canary.52f8deb1d","@firebase/util":"1.9.7-canary.52f8deb1d","@firebase/webchannel-wrapper":"1.0.1-canary.52f8deb1d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.6-canary.52f8deb1d"},"devDependencies":{"@firebase/app":"0.10.6-canary.52f8deb1d","@firebase/app-compat":"0.2.36-canary.52f8deb1d","@firebase/auth":"1.7.5-canary.52f8deb1d","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.4-canary.52f8deb1d","readmeFilename":"README.md","gitHead":"52f8deb1dc07cd6acc323f36d8be158e927d17c6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-AXmm8TwCmj6/zkLZDXZwcf4rFErQTt3icAayFyFnCT0RP0zYn7yISmE4FbLMGdokUTU1qZqM6scPgdwy0T9PnQ==","shasum":"86e0537e529ce8e06d017022b65d97853b70a458","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-canary.52f8deb1d.tgz","fileCount":1671,"unpackedSize":33486661,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFu7SukPoKHVNHNSVG+rLdIXL/YmdV92ZvslPG3EE1JoAiBdFNTl2k4RS0FQ+HEBKVeGtQmM14V5YtIt7FNvHD6QHA=="}],"size":6622291},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.4-canary.52f8deb1d_1720031694300_0.32634358039812006"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-03T18:34:54.675Z","publish_time":1720031694675,"_source_registry_name":"default","contributors":[]},"4.6.4-canary.9cd3c1eca":{"name":"@firebase/firestore","version":"4.6.4-canary.9cd3c1eca","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.6.4-canary.9cd3c1eca","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"82e892f8f890c7fc2e76fd61e803d7c5a871e5c2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-canary.9cd3c1eca.tgz","fileCount":1671,"integrity":"sha512-DVy4ADii8UkSKB49NKPS2AAQv5or5Gwz5NUhNoejuGafRKK9U7gm7FSy3zN22qGPnqAuEQL/XzMQxVRbEdp5GA==","signatures":[{"sig":"MEQCIHHvWQzQG8+LlYggtwh7as6ALGAFkZikPGTHqHYN2tkaAiADXpOWy+eDP75r0d8zkdKsyWpkPSW7wUk5qA6Cz7Bgnw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33486661,"size":6622286},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=10.10.0"},"exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"esm5":"./dist/lite/index.browser.esm5.js","node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"9cd3c1ecade3a1ad6c85df9f958a95bcf48d1252","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start --single-run","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:lite:browser":"karma start --single-run --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.7.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"tslib":"^2.1.0","undici":"5.28.4","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.9.7-canary.9cd3c1eca","@firebase/logger":"0.4.2-canary.9cd3c1eca","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.8-canary.9cd3c1eca","@firebase/webchannel-wrapper":"1.0.1-canary.9cd3c1eca"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.1","protobufjs":"7.2.6","typescript":"4.7.4","chai-exclude":"2.1.0","@firebase/app":"0.10.6-canary.9cd3c1eca","@types/eslint":"7.29.0","@firebase/auth":"1.7.5-canary.9cd3c1eca","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.36-canary.9cd3c1eca","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.6-canary.9cd3c1eca"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.6.4-canary.9cd3c1eca_1720633768457_0.3455708126228134","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-07-10T17:49:28.727Z","publish_time":1720633768727,"_source_registry_name":"default","contributors":[]},"4.6.4-canary.d752e8096":{"name":"@firebase/firestore","version":"4.6.4-canary.d752e8096","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.6.4-canary.d752e8096","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"0c14c6b7e3862423295583538d5ad2d7867021cb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-canary.d752e8096.tgz","fileCount":1671,"integrity":"sha512-47VAOaDvTzGhe3XeBnAvMQsVoA+pWK+GprvQherWMt+1mpAoIELBkNVTm7nx7oshaYo+xc81WHxrBDv/VLRJuA==","signatures":[{"sig":"MEQCIH8WFdbt7BZtMIWyeF2TBLBHQFBWVugAJQ2ONFN48m2EAiBw+8VyNlNWNI9GuBqLIVC7Y0IZWyQM0B3JYd62rk2wDg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33486661,"size":6622304},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=10.10.0"},"exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"esm5":"./dist/lite/index.browser.esm5.js","node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"d752e809657cea68e6562b24d3f15e60c32ce079","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start --single-run","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:lite:browser":"karma start --single-run --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.7.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"tslib":"^2.1.0","undici":"5.28.4","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.9.7-canary.d752e8096","@firebase/logger":"0.4.2-canary.d752e8096","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.8-canary.d752e8096","@firebase/webchannel-wrapper":"1.0.1-canary.d752e8096"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.1","protobufjs":"7.2.6","typescript":"4.7.4","chai-exclude":"2.1.0","@firebase/app":"0.10.6-canary.d752e8096","@types/eslint":"7.29.0","@firebase/auth":"1.7.5-canary.d752e8096","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.36-canary.d752e8096","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.6-canary.d752e8096"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.6.4-canary.d752e8096_1720633768526_0.0670369009496532","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-07-10T17:49:28.881Z","publish_time":1720633768881,"_source_registry_name":"default","contributors":[]},"4.6.4-canary.84fe88079":{"name":"@firebase/firestore","version":"4.6.4-canary.84fe88079","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.84fe88079","@firebase/logger":"0.4.2-canary.84fe88079","@firebase/util":"1.9.7-canary.84fe88079","@firebase/webchannel-wrapper":"1.0.1-canary.84fe88079","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.6-canary.84fe88079"},"devDependencies":{"@firebase/app":"0.10.6-canary.84fe88079","@firebase/app-compat":"0.2.36-canary.84fe88079","@firebase/auth":"1.7.5-canary.84fe88079","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.4-canary.84fe88079","readmeFilename":"README.md","gitHead":"84fe88079842d2840a10eccc865c78bca2653f35","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-iAsRYB1OArLQMcXZiDeoUzzIkU2isvOvNV7vdAsvO8x4QycqJIN09ZBhQzJ2kXRzby0WtYwnUdXodEFsfugh4Q==","shasum":"467a6f24aa8cca6e0adc4d2d3a1c59af6cd7b8ea","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-canary.84fe88079.tgz","fileCount":1671,"unpackedSize":33486661,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDchu7k2S8Uuy5NdmWtxYEdAy8rRto62pPDymx6lC/sSwIgDvekAzKdjpUWAeQfBnrIcoCBjo12BgKNNUNvXSu2qGY="}],"size":6622304},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.4-canary.84fe88079_1720645330594_0.3957328148160639"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-10T21:02:10.889Z","publish_time":1720645330889,"_source_registry_name":"default","contributors":[]},"4.6.4-canary.4b4db85ff":{"name":"@firebase/firestore","version":"4.6.4-canary.4b4db85ff","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.4b4db85ff","@firebase/logger":"0.4.2-canary.4b4db85ff","@firebase/util":"1.9.7-canary.4b4db85ff","@firebase/webchannel-wrapper":"1.0.1-canary.4b4db85ff","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.6-canary.4b4db85ff"},"devDependencies":{"@firebase/app":"0.10.6-canary.4b4db85ff","@firebase/app-compat":"0.2.36-canary.4b4db85ff","@firebase/auth":"1.7.5-canary.4b4db85ff","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.4-canary.4b4db85ff","readmeFilename":"README.md","gitHead":"4b4db85ff8f61df94309150198ef492dc702fd2f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-BHZnzRjDko6jwy/Zwm2qayMZBnt8I0hB2ze97x2y+xGsnE+qk7dh5tBQJAHoaq1KSeJIIwzlXmFKauRdvKzWrA==","shasum":"662a7139379017eb6d1c6e831c42376e4c36cc70","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-canary.4b4db85ff.tgz","fileCount":1671,"unpackedSize":33486661,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHZyu1ewRk2wSUoYt3OUtRKGLbsyy4YmaPCRy+9w6QEzAiEA5XOI1TSqh3Xxvgr3XeOy5eNaVd4HRwhVarqdOUUhrMA="}],"size":6622301},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.4-canary.4b4db85ff_1721065278441_0.9700705195526935"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-15T17:41:18.742Z","publish_time":1721065278742,"_source_registry_name":"default","contributors":[]},"4.6.4-canary.f58d48cd4":{"name":"@firebase/firestore","version":"4.6.4-canary.f58d48cd4","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.f58d48cd4","@firebase/logger":"0.4.2-canary.f58d48cd4","@firebase/util":"1.9.7-canary.f58d48cd4","@firebase/webchannel-wrapper":"1.0.1-canary.f58d48cd4","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.6-canary.f58d48cd4"},"devDependencies":{"@firebase/app":"0.10.6-canary.f58d48cd4","@firebase/app-compat":"0.2.36-canary.f58d48cd4","@firebase/auth":"1.7.5-canary.f58d48cd4","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.4-canary.f58d48cd4","readmeFilename":"README.md","gitHead":"f58d48cd42c9f09eab4d8b2a606af360528917f8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-eBr+fAZRxqW0mpUwTcafhOGjDg9LOG8Z2cZE7tneSyMIS9AFw7wLm3XyL73nkMbSnu8tyB/JSLtt71W11mD+fQ==","shasum":"c272eaad28f3035f2956e2748805902d8e1bbe93","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-canary.f58d48cd4.tgz","fileCount":1671,"unpackedSize":33486661,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGho6XsGKeAsAo15IyuWrTttrNGfaDCf/cXI49Bpu8TTAiEAlFhWBIAETR3sSvMhhJHiYBZ4Bl/P7r96qI2ZlUXsnGc="}],"size":6622298},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.4-canary.f58d48cd4_1721142816315_0.4018021965714027"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-16T15:13:36.713Z","publish_time":1721142816713,"_source_registry_name":"default","contributors":[]},"4.6.4-canary.fd8bd4b02":{"name":"@firebase/firestore","version":"4.6.4-canary.fd8bd4b02","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.fd8bd4b02","@firebase/logger":"0.4.2-canary.fd8bd4b02","@firebase/util":"1.9.7-canary.fd8bd4b02","@firebase/webchannel-wrapper":"1.0.1-canary.fd8bd4b02","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.6-canary.fd8bd4b02"},"devDependencies":{"@firebase/app":"0.10.6-canary.fd8bd4b02","@firebase/app-compat":"0.2.36-canary.fd8bd4b02","@firebase/auth":"1.7.5-canary.fd8bd4b02","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.4-canary.fd8bd4b02","readmeFilename":"README.md","gitHead":"fd8bd4b024a0b4a38fab1feedce702e5a12ec524","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-0FUqOjWjDhHnG0Zcl9JY+cU1mcqnn+03+futgjIqwjA6I1typNb1zMlL80uoa7+5j2nvaNmenlSOmRUImyTsIw==","shasum":"7c1682c6ef5cf8d426cc0e91d96b1af24a40dae9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-canary.fd8bd4b02.tgz","fileCount":1671,"unpackedSize":33486661,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHc/GS/AgxeNiMZEjAQwFZA24YrLpR0FLOVOOH0wyLX0AiA8YZYCbrcIdM5/0CeEMEmiQ0oFIopRs/RLZZHsiStUfQ=="}],"size":6622292},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.4-canary.fd8bd4b02_1721161391521_0.6788978514993913"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-16T20:23:12.017Z","publish_time":1721161392017,"_source_registry_name":"default","contributors":[]},"4.6.4-canary.025f2a103":{"name":"@firebase/firestore","version":"4.6.4-canary.025f2a103","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.025f2a103","@firebase/logger":"0.4.2-canary.025f2a103","@firebase/util":"1.9.7-canary.025f2a103","@firebase/webchannel-wrapper":"1.0.1-canary.025f2a103","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.6-canary.025f2a103"},"devDependencies":{"@firebase/app":"0.10.6-canary.025f2a103","@firebase/app-compat":"0.2.36-canary.025f2a103","@firebase/auth":"1.7.5-canary.025f2a103","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.4-canary.025f2a103","readmeFilename":"README.md","gitHead":"025f2a1037582da7d1afeb7a4d143cb7a154ec9d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-MOFMx4113arFBILjhyTVMWvP8rCoDbVvWvBU0x/lJnrE9tnoL70RNkD1KLulBs+Su0my7Ij4/k6zuaiEWprv/g==","shasum":"53ebc6b832caa63dbfc9234b98aafeaf3412e146","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-canary.025f2a103.tgz","fileCount":1671,"unpackedSize":33486132,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCbYy5ZgCwI4r3evAVQi2ffsYN0INKK6FLBDymF9rLPewIhAIxHiOdRRRhUILeQ745n+wfLiDRItqBoEq8WteRz2p2N"}],"size":6621560},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.4-canary.025f2a103_1721337050884_0.6234492724830218"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-18T21:10:51.213Z","publish_time":1721337051213,"_source_registry_name":"default","contributors":[]},"4.6.4-canary.1b9d95e5a":{"name":"@firebase/firestore","version":"4.6.4-canary.1b9d95e5a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.1b9d95e5a","@firebase/logger":"0.4.2-canary.1b9d95e5a","@firebase/util":"1.9.7-canary.1b9d95e5a","@firebase/webchannel-wrapper":"1.0.1-canary.1b9d95e5a","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.6-canary.1b9d95e5a"},"devDependencies":{"@firebase/app":"0.10.6-canary.1b9d95e5a","@firebase/app-compat":"0.2.36-canary.1b9d95e5a","@firebase/auth":"1.7.5-canary.1b9d95e5a","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.4-canary.1b9d95e5a","readmeFilename":"README.md","gitHead":"1b9d95e5a2a2520442992b83bb7d61c6e0aa136d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-2WJfl7kw6RNpclo1c+3i+ktZ8mCG6QoabdovR89tI+HNaOQfvaEQndePEPmYDYa/qilf7EXOHwsKRrwM/touOA==","shasum":"ccca9f95f05b09b66d464301e408de1ff4a744d7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-canary.1b9d95e5a.tgz","fileCount":1671,"unpackedSize":33486132,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDqhSEHHPh8L1eWAgoLm80OKApNYBQCJrp2bSRZpV+IEAIgZLJVRELQA+FD2iAGxIy8hdquobqAJDDYwBMT2tGXFQE="}],"size":6621556},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.4-canary.1b9d95e5a_1721347946204_0.157702025700186"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-19T00:12:26.746Z","publish_time":1721347946746,"_source_registry_name":"default","contributors":[]},"4.6.4-canary.14b772077":{"name":"@firebase/firestore","version":"4.6.4-canary.14b772077","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.14b772077","@firebase/logger":"0.4.2-canary.14b772077","@firebase/util":"1.9.7-canary.14b772077","@firebase/webchannel-wrapper":"1.0.1-canary.14b772077","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.7-canary.14b772077"},"devDependencies":{"@firebase/app":"0.10.7-canary.14b772077","@firebase/app-compat":"0.2.37-canary.14b772077","@firebase/auth":"1.7.5-canary.14b772077","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.4-canary.14b772077","readmeFilename":"README.md","gitHead":"14b7720777edb875f6d2b9837dfde1260bf4c55e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-YqmxRtdMIhTQAw24unNwu4HH4ls6vmLF/kV3NsyRqU+CnrEr6FAsBhzZ6Uv7xdJfROXo2akqy1MhfsirKjwZcw==","shasum":"1aef6d91a5c9e3b466820c7d10e6c4d6bc956bdd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-canary.14b772077.tgz","fileCount":1671,"unpackedSize":33486132,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD3tgsqEvFldOxQ8WiYe5WXUDpMrW45F3KtbxCgEiu1hAIhANkzWf/+XxXeuSYbfxlxHFrhs5WypCfo0aa277cVT5sX"}],"size":6621558},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.4-canary.14b772077_1721352017995_0.7891664141740533"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-19T01:20:18.448Z","publish_time":1721352018448,"_source_registry_name":"default","contributors":[]},"4.6.4-canary.46da0930c":{"name":"@firebase/firestore","version":"4.6.4-canary.46da0930c","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.6.4-canary.46da0930c","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"a4efe59d7547c3584ac22c8f4874b8ed08d2dab1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-canary.46da0930c.tgz","fileCount":1671,"integrity":"sha512-1C3dumpN+YKsd629WHTu3HTi7F+AzZLxb9K2fXY8vwXLx12nmjWemo5HsfFF8SRsZxC4aqmQrVFbpgKXDD4NKg==","signatures":[{"sig":"MEMCIHtyPdsXlVQIqkAbD0elzIhpVdIpqyZSBaEojcCKhgbZAh8vVIssqO5MXo4aLAhV28fM0zcOH/QUZ1tjvCgBWEw2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33495689,"size":6622356},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=10.10.0"},"exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"esm5":"./dist/lite/index.browser.esm5.js","node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"46da0930c95a93efa5c80dc414715cda2857abbd","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start --single-run","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:lite:browser":"karma start --single-run --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.7.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"tslib":"^2.1.0","undici":"5.28.4","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.9.7-canary.46da0930c","@firebase/logger":"0.4.2-canary.46da0930c","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.8-canary.46da0930c","@firebase/webchannel-wrapper":"1.0.1-canary.46da0930c"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.1","protobufjs":"7.2.6","typescript":"4.7.4","chai-exclude":"2.1.0","@firebase/app":"0.10.7-canary.46da0930c","@types/eslint":"7.29.0","@firebase/auth":"1.7.5-canary.46da0930c","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.37-canary.46da0930c","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.7-canary.46da0930c"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.6.4-canary.46da0930c_1721833834310_0.10569588039924094","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-07-24T15:10:34.720Z","publish_time":1721833834720,"_source_registry_name":"default","contributors":[]},"4.6.4-canary.b9244a517":{"name":"@firebase/firestore","version":"4.6.4-canary.b9244a517","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.b9244a517","@firebase/logger":"0.4.2-canary.b9244a517","@firebase/util":"1.9.7-canary.b9244a517","@firebase/webchannel-wrapper":"1.0.1-canary.b9244a517","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.7-canary.b9244a517"},"devDependencies":{"@firebase/app":"0.10.7-canary.b9244a517","@firebase/app-compat":"0.2.37-canary.b9244a517","@firebase/auth":"1.7.5-canary.b9244a517","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.4-canary.b9244a517","readmeFilename":"README.md","gitHead":"b9244a5171a7e0f3abae37e56d274605dd95d64b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-c0T75/QCpdncXtdF47OYKnvqxtiJigqvUw+DtnLS/hXyI8z/TKxHNof5aaqoRlXSZBvkWf4Out795csEwh11uw==","shasum":"c9311f759e78bff5b6c9f3d312a8f318422514bd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-canary.b9244a517.tgz","fileCount":1671,"unpackedSize":33495689,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCotg+QfQQ0IshdwZ9EHRoaFg6Wk2+Qi6FISBMxjN7+PgIgJVFpleeMRE4TvBDEkLLd6XVL1fiAVoxqXD9kr7yb/ZU="}],"size":6622360},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.4-canary.b9244a517_1721839959274_0.47085233247848834"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-24T16:52:39.767Z","publish_time":1721839959767,"_source_registry_name":"default","contributors":[]},"4.6.4-canary.62661245f":{"name":"@firebase/firestore","version":"4.6.4-canary.62661245f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.62661245f","@firebase/logger":"0.4.2-canary.62661245f","@firebase/util":"1.9.7-canary.62661245f","@firebase/webchannel-wrapper":"1.0.1-canary.62661245f","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.7-canary.62661245f"},"devDependencies":{"@firebase/app":"0.10.7-canary.62661245f","@firebase/app-compat":"0.2.37-canary.62661245f","@firebase/auth":"1.7.5-canary.62661245f","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.4-canary.62661245f","readmeFilename":"README.md","gitHead":"62661245f6c2011dde435a117d2c9534d5f63114","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-Kvi+RjInmfS5HqTL/59f0nR+NC8sVT5gVxj1h3pPEiraO23Vq3M8lgSYOu3U7GBRNL+OulqpPoZyBuv5/GlpkQ==","shasum":"16ca1bc4e16aad6c4eb0df3a4770dd8cddd227ca","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-canary.62661245f.tgz","fileCount":1671,"unpackedSize":33495689,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHqvYf7o0FL17cd87wSgKVxBee+wjCjjoDmRvDA6TxveAiEA/yCm7LCKCDqr1lwcpwRwo4aUWpxJTRF4DUKPWk2kUMk="}],"size":6622362},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.4-canary.62661245f_1721930651145_0.7738253412103264"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-25T18:04:11.650Z","publish_time":1721930651650,"_source_registry_name":"default","contributors":[]},"4.6.4-canary.e542f1dbd":{"name":"@firebase/firestore","version":"4.6.4-canary.e542f1dbd","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.e542f1dbd","@firebase/logger":"0.4.2-canary.e542f1dbd","@firebase/util":"1.9.7-canary.e542f1dbd","@firebase/webchannel-wrapper":"1.0.1-canary.e542f1dbd","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.7-canary.e542f1dbd"},"devDependencies":{"@firebase/app":"0.10.7-canary.e542f1dbd","@firebase/app-compat":"0.2.37-canary.e542f1dbd","@firebase/auth":"1.7.5-canary.e542f1dbd","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.4-canary.e542f1dbd","readmeFilename":"README.md","gitHead":"e542f1dbd2c825f718e6bd4b9e8ad312b11c102e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-WBLXhH1lGB19x3aBWUwYZhlQppSv5G4/RtPoPbLzLGhsEA7y1yUI8g9MAEBdZGUri9e5bezXLbvRLlbgcqUj4w==","shasum":"cc63852dc7d458c66095dd11c568b8ff6a851f21","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-canary.e542f1dbd.tgz","fileCount":1671,"unpackedSize":33499505,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDzhh/1BulbtPQsaHcuXnCdqSZwqnpWxkQDz0iPYUxoIAiEA+H0yicFQbX0a2wxYDOfJy3I7SC2wYhT/WNh1PKa9YhY="}],"size":6622518},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.4-canary.e542f1dbd_1721937116946_0.5541647117339075"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-25T19:51:57.195Z","publish_time":1721937117195,"_source_registry_name":"default","contributors":[]},"4.6.4-canary.a9f844066":{"name":"@firebase/firestore","version":"4.6.4-canary.a9f844066","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.6.4-canary.a9f844066","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"61d9eb257c7371c5b85aac6fbb4891421ae56cb5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-canary.a9f844066.tgz","fileCount":1671,"integrity":"sha512-xuYJgZoBQS14wG9iIf1T+eD0IXsokWIl+ddCzkLk7BfHJiyJqUKBPMJoh1BgtFKFeZot6ihO58JxLgfe8oAAmw==","signatures":[{"sig":"MEQCIBQbesmOPjjom45J7MjY/Edv6+j72slWVN78OQxkD/qjAiAdMhRe6hptNXr4SiJU4SWi1LgSCPoMklqGz8GM1GH9/A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33499505,"size":6622535},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=10.10.0"},"exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"esm5":"./dist/lite/index.browser.esm5.js","node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"a9f844066045d8567ae143bae77d184ac227690d","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start --single-run","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:lite:browser":"karma start --single-run --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.7.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"tslib":"^2.1.0","undici":"5.28.4","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.9.7-canary.a9f844066","@firebase/logger":"0.4.2-canary.a9f844066","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.8-canary.a9f844066","@firebase/webchannel-wrapper":"1.0.1-canary.a9f844066"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.1","protobufjs":"7.2.6","typescript":"4.7.4","chai-exclude":"2.1.0","@firebase/app":"0.10.7-canary.a9f844066","@types/eslint":"7.29.0","@firebase/auth":"1.7.5-canary.a9f844066","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.37-canary.a9f844066","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.7-canary.a9f844066"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.6.4-canary.a9f844066_1722020185191_0.7011984723302802","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-07-26T18:56:25.596Z","publish_time":1722020185596,"_source_registry_name":"default","contributors":[]},"4.6.4-canary.b284467c1":{"name":"@firebase/firestore","version":"4.6.4-canary.b284467c1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.b284467c1","@firebase/logger":"0.4.2-canary.b284467c1","@firebase/util":"1.9.7-canary.b284467c1","@firebase/webchannel-wrapper":"1.0.1-canary.b284467c1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.7-canary.b284467c1"},"devDependencies":{"@firebase/app":"0.10.7-canary.b284467c1","@firebase/app-compat":"0.2.37-canary.b284467c1","@firebase/auth":"1.7.5-canary.b284467c1","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.4-canary.b284467c1","readmeFilename":"README.md","gitHead":"b284467c1fd263fb8d6408342e597a4d4ed709fa","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-wmUiOmY5FW28OtP/0SYRVXQ9Gi4v1xSDIYKY6Xt8UK56SYZRlT7/sf6Yqg8l5eX/Q3U+t4BTsE6Wa0LyqaUTVg==","shasum":"cc4d80b2192c4ca9fa5ba9e379b02e1815abc7be","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-canary.b284467c1.tgz","fileCount":1671,"unpackedSize":33499505,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBmE8jA7VCHWpeZtIigFB8Pdw/RS9/TcuKXv4GHxMjGvAiEAhswQ7K2SW8mlJOtYsBtutTaORevqW8gM/yOQ9wPdT4g="}],"size":6622537},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.4-canary.b284467c1_1722021313003_0.12575784637490584"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-26T19:15:13.489Z","publish_time":1722021313489,"_source_registry_name":"default","contributors":[]},"4.6.4-canary.3f2c12a07":{"name":"@firebase/firestore","version":"4.6.4-canary.3f2c12a07","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.3f2c12a07","@firebase/logger":"0.4.2-canary.3f2c12a07","@firebase/util":"1.9.7-canary.3f2c12a07","@firebase/webchannel-wrapper":"1.0.1-canary.3f2c12a07","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.7-canary.3f2c12a07"},"devDependencies":{"@firebase/app":"0.10.7-canary.3f2c12a07","@firebase/app-compat":"0.2.37-canary.3f2c12a07","@firebase/auth":"1.7.5-canary.3f2c12a07","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.4-canary.3f2c12a07","readmeFilename":"README.md","gitHead":"3f2c12a0738568da9e5c7b10fdfb61bce1ca2ade","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-M4JcnFqKPOPPi+em9ftbEm3JvmwM6NXPqVG4JFue/ASSO8tfGPIPvkwGvaOxR/0jRi9gU3GEFyNnBntoamETZQ==","shasum":"9d12f459e20d6af2761e117d23e0402212dd0db4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-canary.3f2c12a07.tgz","fileCount":1671,"unpackedSize":33499505,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDI9wjrFFO3TQ898Z3MRGr9OYSG7rJD/M5LhZH89u1yQAIhALTLCqhJvuYLZ+e2RGPby03ONTtAkTjqsViSfgGfoFAz"}],"size":6622527},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.4-canary.3f2c12a07_1722027228065_0.7783232479144189"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-26T20:53:48.459Z","publish_time":1722027228459,"_source_registry_name":"default","contributors":[]},"4.6.4-canary.6bb2e8931":{"name":"@firebase/firestore","version":"4.6.4-canary.6bb2e8931","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.6bb2e8931","@firebase/logger":"0.4.2-canary.6bb2e8931","@firebase/util":"1.9.7-canary.6bb2e8931","@firebase/webchannel-wrapper":"1.0.1-canary.6bb2e8931","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.7-canary.6bb2e8931"},"devDependencies":{"@firebase/app":"0.10.7-canary.6bb2e8931","@firebase/app-compat":"0.2.37-canary.6bb2e8931","@firebase/auth":"1.7.5-canary.6bb2e8931","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.4-canary.6bb2e8931","readmeFilename":"README.md","gitHead":"6bb2e8931182e73e138c7891ba1027454cc91fd3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-+URHJF7c093v2l9M7S8ReSYrnK1CLNjvrtVuUIrkHxSfwIlYuQINKxaz0uphY5YfISVcMsutdj2IomfD6PiGkw==","shasum":"84f93cf0554b4059f9cda17c1776fb94b33f8b9c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-canary.6bb2e8931.tgz","fileCount":1691,"unpackedSize":33587760,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB2w3TuPNhHyvtyuTqfAoIPTm1LX5UCTPQuJZrxtDwVzAiB8LUdKXU/YOWEjE3W3Nn3plsQolKWIXtHLR/EZ378GZQ=="}],"size":6632093},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.4-canary.6bb2e8931_1722354616616_0.1535842705022421"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-30T15:50:16.977Z","publish_time":1722354616977,"_source_registry_name":"default","contributors":[]},"4.6.4-canary.aef54687d":{"name":"@firebase/firestore","version":"4.6.4-canary.aef54687d","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.6.4-canary.aef54687d","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"90f86ef862d3932ae4d38a9ffaa66304e10450e3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-canary.aef54687d.tgz","fileCount":1691,"integrity":"sha512-V0B4xEzbOhUuf3zTUrr8F+5t0hIZcOvSX/qE4L+atNVOiRMEFUoV6gaWQvap6EkPL4NTEFQKGYqcWPb5Ft5UvQ==","signatures":[{"sig":"MEQCIBTIlEelHsMv7LqV9eDUP70Lb/HC6HzcQS2igc+Q8OsHAiAPtMDilVqgakmWIU+x7ejHEt8bqpK2ZIkQ8lORXfHsqQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33600501,"size":6634516},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=10.10.0"},"exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"esm5":"./dist/lite/index.browser.esm5.js","node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"aef54687d6ed353ada30f937f94189f8fe5f7b98","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start --single-run","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:lite:browser":"karma start --single-run --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.7.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"tslib":"^2.1.0","undici":"5.28.4","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.9.7-canary.aef54687d","@firebase/logger":"0.4.2-canary.aef54687d","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.8-canary.aef54687d","@firebase/webchannel-wrapper":"1.0.1-canary.aef54687d"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.1","protobufjs":"7.2.6","typescript":"4.7.4","chai-exclude":"2.1.0","@firebase/app":"0.10.7-canary.aef54687d","@types/eslint":"7.29.0","@firebase/auth":"1.7.5-canary.aef54687d","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.37-canary.aef54687d","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.7-canary.aef54687d"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.6.4-canary.aef54687d_1722371953265_0.7758380552535127","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-07-30T20:39:13.689Z","publish_time":1722371953689,"_source_registry_name":"default","contributors":[]},"4.6.5-20240730204232":{"name":"@firebase/firestore","version":"4.6.5-20240730204232","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8","@firebase/logger":"0.4.2","@firebase/util":"1.9.7","@firebase/webchannel-wrapper":"1.0.1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.10.7","@firebase/app-compat":"0.2.38-20240730204232","@firebase/auth":"1.7.6-20240730204232","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.5-20240730204232","readmeFilename":"README.md","gitHead":"5ae04bcbbd4fc7826944cf5bc43c1341cf2bcb18","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-rqKGXmANXW1XMugW59jO3ewlmXgbs+DCYfAVES9MiydwQxH+F/gzymwe9Eu0rwPhbpGy6BqIgxpGe2wWdyjhMA==","shasum":"5f83c86f290bd7ddc7ccf61bc627f865c57fab0f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.5-20240730204232.tgz","fileCount":1691,"unpackedSize":33600326,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIACUJ//NyNfSmE4b+Nalrkrj93m9xBKhFXUXvFuLPLsWAiEAxm8Nk3ucAlrdVSSqnX4KFVRowVWPw+9/tQrAdryRk/g="}],"size":6634522},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.5-20240730204232_1722373003454_0.3578142534554416"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-30T20:56:43.873Z","publish_time":1722373003873,"_source_registry_name":"default","contributors":[]},"4.6.4-canary.6c3acf575":{"name":"@firebase/firestore","version":"4.6.4-canary.6c3acf575","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.6.4-canary.6c3acf575","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"a904cb4a2db4241b35e02e39a6b3942d9f087b87","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-canary.6c3acf575.tgz","fileCount":1691,"integrity":"sha512-ev6V+h6cmLrZ58YcS4x37/ISxbCDXNpcaiekbJozhn2xLkJ+kGRSJwjebB34e+p06VEoWp23Kpq20A71ePly+A==","signatures":[{"sig":"MEQCIFBV2yia7uqymRYPZ5u48i+5RDgmLVzePnX+ducXXGKFAiBkDw7RAOM+GUz/qVbfNA78CrS7RVaN7N0yGwQSqDSZVA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33600501,"size":6634519},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=10.10.0"},"exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"esm5":"./dist/lite/index.browser.esm5.js","node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"6c3acf57574b8c6f064b19cf9a8ef59a0e1f5c0e","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start --single-run","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:lite:browser":"karma start --single-run --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.7.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"tslib":"^2.1.0","undici":"5.28.4","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.9.7-canary.6c3acf575","@firebase/logger":"0.4.2-canary.6c3acf575","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.8-canary.6c3acf575","@firebase/webchannel-wrapper":"1.0.1-canary.6c3acf575"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.1","protobufjs":"7.2.6","typescript":"4.7.4","chai-exclude":"2.1.0","@firebase/app":"0.10.7-canary.6c3acf575","@types/eslint":"7.29.0","@firebase/auth":"1.7.5-canary.6c3acf575","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.37-canary.6c3acf575","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.7-canary.6c3acf575"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.6.4-canary.6c3acf575_1722373759705_0.13659270286650704","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-07-30T21:09:20.139Z","publish_time":1722373760139,"_source_registry_name":"default","contributors":[]},"4.6.4-canary.23581c6d9":{"name":"@firebase/firestore","version":"4.6.4-canary.23581c6d9","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.23581c6d9","@firebase/logger":"0.4.2-canary.23581c6d9","@firebase/util":"1.9.7-canary.23581c6d9","@firebase/webchannel-wrapper":"1.0.1-canary.23581c6d9","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.7-canary.23581c6d9"},"devDependencies":{"@firebase/app":"0.10.7-canary.23581c6d9","@firebase/app-compat":"0.2.37-canary.23581c6d9","@firebase/auth":"1.7.5-canary.23581c6d9","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.4-canary.23581c6d9","readmeFilename":"README.md","gitHead":"23581c6d98711f80bbb85e98f445b2c83e35b213","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-UTxMhdqi+Y6qscakd9q4rS8FlMmi1R8VZtHt3nosaKG9KEjL5LUAPrtM1gAgoQ2tBV284tS0BhADqCT2D2vjSg==","shasum":"e36d7010287dd8a8d6c00f9f624fbd29a605e0f1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-canary.23581c6d9.tgz","fileCount":1691,"unpackedSize":33600501,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID1Y7fBXqTRvBWT1+9W+wy6wPWTGeoqullM4Q5ndDZ8JAiEA0sAyhGCByIUlEnIidWysWB77DXYgXFFU55Kr5NVz9xs="}],"size":6634523},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.4-canary.23581c6d9_1722373812090_0.9944402730427735"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-30T21:10:12.557Z","publish_time":1722373812557,"_source_registry_name":"default","contributors":[]},"4.6.4-dataconnect-preview.d986d4bf2":{"name":"@firebase/firestore","version":"4.6.4-dataconnect-preview.d986d4bf2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-dataconnect-preview.d986d4bf2","@firebase/logger":"0.4.2-dataconnect-preview.d986d4bf2","@firebase/util":"1.9.7-dataconnect-preview.d986d4bf2","@firebase/webchannel-wrapper":"1.0.1-dataconnect-preview.d986d4bf2","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.7-dataconnect-preview.d986d4bf2"},"devDependencies":{"@firebase/app":"0.10.7-dataconnect-preview.d986d4bf2","@firebase/app-compat":"0.2.37-dataconnect-preview.d986d4bf2","@firebase/auth":"1.7.5-dataconnect-preview.d986d4bf2","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.4-dataconnect-preview.d986d4bf2","readmeFilename":"README.md","gitHead":"d986d4bf24b1d17bb2ab89bbcd11e281611c6eda","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-cG3Vjm2eeoSOET5oNGxdsUyWaXyJTw5s2W6iWF8jwqfN84J1QVoalmk4q9NXergbzpu7Sj2qdIVCYABChJXebQ==","shasum":"d01ce0cad6e0a0dd35d3e87b82cf7b83f16003af","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.4-dataconnect-preview.d986d4bf2.tgz","fileCount":1691,"unpackedSize":33588173,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBz5hadVZIbxI4yslJvP/hCBNzcBxsPR9KWyK7IgcCHVAiEAh4z1XABye8zjsYOEF8iT7F3PTvhdqBsIDITVGbwnntc="}],"size":6632327},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.4-dataconnect-preview.d986d4bf2_1722468537746_0.6398688433094291"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-31T23:28:58.041Z","publish_time":1722468538041,"_source_registry_name":"default","contributors":[]},"4.6.5":{"name":"@firebase/firestore","version":"4.6.5","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8","@firebase/logger":"0.4.2","@firebase/util":"1.9.7","@firebase/webchannel-wrapper":"1.0.1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.10.8","@firebase/app-compat":"0.2.38","@firebase/auth":"1.7.6","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.5","gitHead":"8547b4485e872b229134f767520087319d13ac7a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-0+Ascaht4qUzj4pCopMPWmoAujk8HKjwCpaNYOOjbYMZ65RVfZPsfZwwbWi/zWMXj6xvPsai5oBiErUUkrLwNw==","shasum":"21a8f60d7780c201a01bd50bc48c1e5af21256f8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.5.tgz","fileCount":1691,"unpackedSize":33599781,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCAkZ+WRo8HXYWVRSIjhCPeFVmEduaHpCnT6Av7S89djgIgDYQlGQ/OtH48e7A2uXof0nkxPXq0eMqt+9gFLh3KQs0="}],"size":6634313},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.5_1722548956885_0.5713509356222568"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-01T21:49:17.263Z","publish_time":1722548957263,"_source_registry_name":"default","contributors":[]},"4.6.5-canary.b4c5ef3c3":{"name":"@firebase/firestore","version":"4.6.5-canary.b4c5ef3c3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.b4c5ef3c3","@firebase/logger":"0.4.2-canary.b4c5ef3c3","@firebase/util":"1.9.7-canary.b4c5ef3c3","@firebase/webchannel-wrapper":"1.0.1-canary.b4c5ef3c3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.8-canary.b4c5ef3c3"},"devDependencies":{"@firebase/app":"0.10.8-canary.b4c5ef3c3","@firebase/app-compat":"0.2.38-canary.b4c5ef3c3","@firebase/auth":"1.7.6-canary.b4c5ef3c3","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.5-canary.b4c5ef3c3","readmeFilename":"README.md","gitHead":"b4c5ef3c385f0d75d72ed38fb68ebfa85b594ccc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-v5qMn+rv8UJMf1iY8ed5btnGld6Ki+eJ0QEmL/rQ1oDmek/49FQ0Ja/NrHvjwPgkWoDSJKwgbBHYjfcHbB6B0A==","shasum":"cadaabfb6556a10307c0f7a6ff59343269a1bb05","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.5-canary.b4c5ef3c3.tgz","fileCount":1691,"unpackedSize":33600501,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDASodjOs0xKEKFm/PopCX/6Cxp6csotv6uQCUW1F+5hQIgXYwF0LXGolHhU5KkXUgeDNNADo6xlaQYJCkwH01yiVo="}],"size":6634513},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.5-canary.b4c5ef3c3_1722552350787_0.033061990714390976"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-01T22:45:51.205Z","publish_time":1722552351205,"_source_registry_name":"default","contributors":[]},"4.6.5-canary.2ddbd4e49":{"name":"@firebase/firestore","version":"4.6.5-canary.2ddbd4e49","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.2ddbd4e49","@firebase/logger":"0.4.2-canary.2ddbd4e49","@firebase/util":"1.9.7-canary.2ddbd4e49","@firebase/webchannel-wrapper":"1.0.1-canary.2ddbd4e49","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.8-canary.2ddbd4e49"},"devDependencies":{"@firebase/app":"0.10.8-canary.2ddbd4e49","@firebase/app-compat":"0.2.38-canary.2ddbd4e49","@firebase/auth":"1.7.6-canary.2ddbd4e49","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.5-canary.2ddbd4e49","readmeFilename":"README.md","gitHead":"2ddbd4e4900e148648a1bc4cb82932e096a7009e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-8DxY8l1dtZ7n9vrO1Ss5M1nd0lUDMYdM6QGwR1KXI2/3G7TWM6YHzJ8/HAXvhoiygmJrgU0+iZQftOGIzmYYIg==","shasum":"579b91546f9584c5c370dfb1b778c69af3d5e31a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.5-canary.2ddbd4e49.tgz","fileCount":1691,"unpackedSize":33600501,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD0soPKYLVbq0jGgp7nvQbzqyUYbe3v5g5gILgRLl8BLwIgUxzYTsM9IMKcDYSjBoL39Rt5jRQgRB27tqjSbKFQYlM="}],"size":6634507},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.5-canary.2ddbd4e49_1722976494161_0.4274207435342112"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-06T20:34:54.515Z","publish_time":1722976494515,"_source_registry_name":"default","contributors":[]},"4.6.5-canary.08bb87b9f":{"name":"@firebase/firestore","version":"4.6.5-canary.08bb87b9f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.08bb87b9f","@firebase/logger":"0.4.2-canary.08bb87b9f","@firebase/util":"1.9.7-canary.08bb87b9f","@firebase/webchannel-wrapper":"1.0.1-canary.08bb87b9f","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.8-canary.08bb87b9f"},"devDependencies":{"@firebase/app":"0.10.8-canary.08bb87b9f","@firebase/app-compat":"0.2.38-canary.08bb87b9f","@firebase/auth":"1.7.6-canary.08bb87b9f","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.5-canary.08bb87b9f","readmeFilename":"README.md","gitHead":"08bb87b9fd8a57cc8182b6ffa56028afa41d94a4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-iJ4ZoYCvnG9q3Q3N9JeLaebqV0QvQ8Hhc3jEUnkLtjOgcRZtuQ9k/ZUmrrGbRCeZokAR0b3vmRVsAvnYCV69Uw==","shasum":"86a60a466d2215180fce862073a61ac199b173ab","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.5-canary.08bb87b9f.tgz","fileCount":1691,"unpackedSize":33600501,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDLIaBvnNNc7TQMNj87cZPEurt6f4H/9prAWe2i9InUGgIgST0vxYgswm1uE6kquOnTWyxgzsazTlK4PNwW6TkoUM0="}],"size":6634520},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.5-canary.08bb87b9f_1722981687381_0.9684136213290095"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-06T22:01:27.939Z","publish_time":1722981687939,"_source_registry_name":"default","contributors":[]},"4.6.5-canary.16015723b":{"name":"@firebase/firestore","version":"4.6.5-canary.16015723b","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.16015723b","@firebase/logger":"0.4.2-canary.16015723b","@firebase/util":"1.9.7-canary.16015723b","@firebase/webchannel-wrapper":"1.0.1-canary.16015723b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.8-canary.16015723b"},"devDependencies":{"@firebase/app":"0.10.8-canary.16015723b","@firebase/app-compat":"0.2.38-canary.16015723b","@firebase/auth":"1.7.6-canary.16015723b","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.5-canary.16015723b","readmeFilename":"README.md","gitHead":"16015723b1aee46eec4b79e044aeb9dd582370cc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-lVFZh5WdRnXo1XVI1qQCUCOLidC4SZDDAVKVfkwk7zCyhoGslSZVsFLpGdxc3rnJP4cIKMYLahunxqNdNKJqiw==","shasum":"d3c898e757edbcc983b136e0919bdac61c811d11","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.5-canary.16015723b.tgz","fileCount":1691,"unpackedSize":33600501,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGSeK9RQ8l534l6vxSiD92ElMNwmRJ2mw19NMHsXj19CAiEAhtK7L8gPzVQoZjdNThb8NYMTMSV7NcJTsWHmcEqbFoM="}],"size":6634525},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.5-canary.16015723b_1723154518718_0.2574156071470286"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-08T22:01:59.159Z","publish_time":1723154519159,"_source_registry_name":"default","contributors":[]},"4.6.5-canary.e6b852562":{"name":"@firebase/firestore","version":"4.6.5-canary.e6b852562","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.e6b852562","@firebase/logger":"0.4.2-canary.e6b852562","@firebase/util":"1.9.7-canary.e6b852562","@firebase/webchannel-wrapper":"1.0.1-canary.e6b852562","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.8-canary.e6b852562"},"devDependencies":{"@firebase/app":"0.10.8-canary.e6b852562","@firebase/app-compat":"0.2.38-canary.e6b852562","@firebase/auth":"1.7.6-canary.e6b852562","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.5-canary.e6b852562","readmeFilename":"README.md","gitHead":"e6b852562bfe57dd02ae59ee2dce9966b5498b01","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-t7h1Q3esYWysObzdrDZgOJ8Otp8DeYJC/vBWTsJ4OpdLH27PnhuzifQJoNYMvBWgvj+RjrY5tV+TvLV8Uuc7eQ==","shasum":"c77942ad93c021f929bac9188dc08ba56774e707","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.5-canary.e6b852562.tgz","fileCount":1695,"unpackedSize":33836096,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDDamEst3IUJPlCBHX8kaHwrXzzSqGUxXXdEI05Sd6ZyQIhANYYkEIjNpQk38mXSZWjahaRryKpQs0UjchgmRiV8/wC"}],"size":6677613},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.5-canary.e6b852562_1723470950066_0.2960073818225364"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-12T13:55:50.427Z","publish_time":1723470950427,"_source_registry_name":"default","contributors":[]},"4.6.5-canary.cfca9c66a":{"name":"@firebase/firestore","version":"4.6.5-canary.cfca9c66a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.cfca9c66a","@firebase/logger":"0.4.2-canary.cfca9c66a","@firebase/util":"1.9.7-canary.cfca9c66a","@firebase/webchannel-wrapper":"1.0.1-canary.cfca9c66a","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.8-canary.cfca9c66a"},"devDependencies":{"@firebase/app":"0.10.8-canary.cfca9c66a","@firebase/app-compat":"0.2.38-canary.cfca9c66a","@firebase/auth":"1.7.6-canary.cfca9c66a","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.5-canary.cfca9c66a","readmeFilename":"README.md","gitHead":"cfca9c66a224a7ab0d9aecdb77b5fee7e50fb130","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-GVbsLlTH59Dg17qz8n+n8JDw+ESglIS5C1IaFyX5PLdY0nbm0FZq5D6C27fLDEcW8EKR0yT9mM6nWSmN+yYpZA==","shasum":"3dddda11097fd3746f0235a014961c47e2d59be2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.5-canary.cfca9c66a.tgz","fileCount":1695,"unpackedSize":33836096,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEM7bW+PV7igxLUi+wmYtqeQHOIfIykdWVCQ6lb7yGJIAiEAshnnvwcpuNiaOz5T5xYXlQ+E/kRk57D2ZGuw+CabSbw="}],"size":6677598},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.5-canary.cfca9c66a_1723560082507_0.3172708869838392"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-13T14:41:23.049Z","publish_time":1723560083049,"_source_registry_name":"default","contributors":[]},"4.7.0-20240813205648":{"name":"@firebase/firestore","version":"4.7.0-20240813205648","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8","@firebase/logger":"0.4.2","@firebase/util":"1.9.7","@firebase/webchannel-wrapper":"1.0.1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.10.8","@firebase/app-compat":"0.2.39-20240813205648","@firebase/auth":"1.7.7-20240813205648","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.0-20240813205648","readmeFilename":"README.md","gitHead":"62c4c982b23f52ffefbd822a0155f8828a010b2d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-Bm6PbL9IzIX9u/Z7tQHSe8yNvPdr8nhYB4p8exfs5vkXEwCnRPCSmMDPy8unGVJ2JlnUT24FiC8ygOqcOZevcQ==","shasum":"9a1d4486cfb33c173563090dbc307a9e136e9dbd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.0-20240813205648.tgz","fileCount":1695,"unpackedSize":33835921,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC9noCEHTYFzSkt0P/xkbbCozQFg/b4GlX7EXJlTZ9WQAiEA9gj9BEVUnThGc5OLXqFtSs7g+9vBnA2sSA2j6Z64Kqk="}],"size":6677614},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.0-20240813205648_1723583396544_0.6448088491012061"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-13T21:09:57.265Z","publish_time":1723583397265,"_source_registry_name":"default","contributors":[]},"4.7.0-20240814182916":{"name":"@firebase/firestore","version":"4.7.0-20240814182916","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.0-20240814182916","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"0add9e96e07203be25087cca5e051449d49eecd9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.0-20240814182916.tgz","fileCount":1695,"integrity":"sha512-HhcQy5/XufFQYtminNZqNuUBvSoS8w8is9UwlbAzAkKpRzdUIdPe1IwXNzZvi1r0VT/0XlhvfJDQbDOBIEc7zQ==","signatures":[{"sig":"MEUCIGyXzH+avdX1vwwEbo+SYL1RM8eYDNl1jQ1UJAK85JiuAiEAtPHDMy/roP0fqiAf+RCRWToomdOfbESej8xVKrcNSQU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33835954,"size":6677611},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=10.10.0"},"exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"esm5":"./dist/lite/index.browser.esm5.js","node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"926709f841bdba7180c69ddb10eda22e48d7e809","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start --single-run","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:lite:browser":"karma start --single-run --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.8.1","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"tslib":"^2.1.0","undici":"5.28.4","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.9.7","@firebase/logger":"0.4.2","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.8","@firebase/webchannel-wrapper":"1.0.1"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.1","protobufjs":"7.2.6","typescript":"4.7.4","chai-exclude":"2.1.0","@firebase/app":"0.10.9-20240814182916","@types/eslint":"7.29.0","@firebase/auth":"1.7.7-20240814182916","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.39-20240814182916","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.9-20240814182916"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.0-20240814182916_1723660967544_0.006842075844255779","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-08-14T18:42:48.042Z","publish_time":1723660968042,"_source_registry_name":"default","contributors":[]},"4.6.5-canary.6b0ca77b2":{"name":"@firebase/firestore","version":"4.6.5-canary.6b0ca77b2","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.6.5-canary.6b0ca77b2","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"680979a505f65e5ee225749a916a72fc57893ceb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.5-canary.6b0ca77b2.tgz","fileCount":1695,"integrity":"sha512-Sge/uI2QyygVywns+saeePQcBZoQn5wWu6iwmhak2Fe+tJEwAsPWx43gnexHyE5PLf+eQqTp2A3io+vAZGCJwQ==","signatures":[{"sig":"MEUCIQCyjY/ICPqsJrqPccUM9sGxm7AG5+8S4duNqYvg5rRvpAIgCb6frNdV0mQpHjJOs5SCQxsQNzqh2TDdES4YW66R9V4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33836096,"size":6677603},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=10.10.0"},"exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"esm5":"./dist/lite/index.browser.esm5.js","node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"6b0ca77b28315349b39cca1ec8a63f929df07a4c","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start --single-run","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:lite:browser":"karma start --single-run --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.8.1","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"tslib":"^2.1.0","undici":"5.28.4","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.9.7-canary.6b0ca77b2","@firebase/logger":"0.4.2-canary.6b0ca77b2","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.8-canary.6b0ca77b2","@firebase/webchannel-wrapper":"1.0.1-canary.6b0ca77b2"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.1","protobufjs":"7.2.6","typescript":"4.7.4","chai-exclude":"2.1.0","@firebase/app":"0.10.8-canary.6b0ca77b2","@types/eslint":"7.29.0","@firebase/auth":"1.7.6-canary.6b0ca77b2","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.38-canary.6b0ca77b2","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.8-canary.6b0ca77b2"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.6.5-canary.6b0ca77b2_1723660986470_0.7263364562741972","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-08-14T18:43:06.817Z","publish_time":1723660986817,"_source_registry_name":"default","contributors":[]},"4.6.5-canary.6d6ce8100":{"name":"@firebase/firestore","version":"4.6.5-canary.6d6ce8100","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.6d6ce8100","@firebase/logger":"0.4.2-canary.6d6ce8100","@firebase/util":"1.9.7-canary.6d6ce8100","@firebase/webchannel-wrapper":"1.0.1-canary.6d6ce8100","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.8-canary.6d6ce8100"},"devDependencies":{"@firebase/app":"0.10.8-canary.6d6ce8100","@firebase/app-compat":"0.2.38-canary.6d6ce8100","@firebase/auth":"1.7.6-canary.6d6ce8100","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.6.5-canary.6d6ce8100","readmeFilename":"README.md","gitHead":"6d6ce8100fd1443a40cd1ebd68ad980cab55fb10","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-fAjtKMMkv7lSc+5+Y3NfVg+6wrlD/sO3xcuP+4TwAD0S+8vmFwoZlRRwW8gUxv2kKFKtn889RA9eld2AKo7Qxw==","shasum":"fcbea0527b6df3c52db3caa4cebe4db999280c9e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.6.5-canary.6d6ce8100.tgz","fileCount":1695,"unpackedSize":33836096,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICUVd3EaJfkFFqf2G/pmdZtFheN3Emca1BOo8AgttteVAiEAlOvTCCl7IKrbpKFRs/2BzH/r5H4ofsFQsX9H1+l1GZ4="}],"size":6677602},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.6.5-canary.6d6ce8100_1723661024080_0.8875867011445595"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-14T18:43:44.513Z","publish_time":1723661024513,"_source_registry_name":"default","contributors":[]},"4.7.0":{"name":"@firebase/firestore","version":"4.7.0","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.0","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"5e03afa96d937be0b6a434d96729c3b68eb9a143","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.0.tgz","fileCount":1695,"integrity":"sha512-wGOp84P1qa1pfpdct6lckfyowTuvIlUDHoiRcN8dFDT4WnZDh0tZW1X77SMiBUVejK8xIRLBCK3yDTejlRVrUA==","signatures":[{"sig":"MEQCIEIGsFeBT2gsH9pWQ17OW5qkJBHvTn7PIEoh2gO4UdzlAiBLyRPZbKoT5R7ispy3mPL4yww053Si2VrpO9TI0cxeOw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33835376,"size":6677328},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=10.10.0"},"exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"esm5":"./dist/lite/index.browser.esm5.js","node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"f7c6dc4fe10ca3999b1499476ecf9b911c534d25","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start --single-run","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:lite:browser":"karma start --single-run --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.8.1","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"tslib":"^2.1.0","undici":"5.28.4","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.9.7","@firebase/logger":"0.4.2","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.8","@firebase/webchannel-wrapper":"1.0.1"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"devDependencies":{"rollup":"2.79.1","ts-node":"10.9.1","protobufjs":"7.2.6","typescript":"4.7.4","chai-exclude":"2.1.0","@firebase/app":"0.10.9","@types/eslint":"7.29.0","@firebase/auth":"1.7.7","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.39","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.x"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.0_1723729576986_0.6022021836750269","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-08-15T13:46:17.334Z","publish_time":1723729577334,"_source_registry_name":"default","contributors":[]},"4.7.0-canary.f7c6dc4fe":{"name":"@firebase/firestore","version":"4.7.0-canary.f7c6dc4fe","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.f7c6dc4fe","@firebase/logger":"0.4.2-canary.f7c6dc4fe","@firebase/util":"1.9.7-canary.f7c6dc4fe","@firebase/webchannel-wrapper":"1.0.1-canary.f7c6dc4fe","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.9-canary.f7c6dc4fe"},"devDependencies":{"@firebase/app":"0.10.9-canary.f7c6dc4fe","@firebase/app-compat":"0.2.39-canary.f7c6dc4fe","@firebase/auth":"1.7.7-canary.f7c6dc4fe","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.0-canary.f7c6dc4fe","readmeFilename":"README.md","gitHead":"f7c6dc4fe10ca3999b1499476ecf9b911c534d25","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-meAmqGCBadRJ0rkYh65Xwa7AILOhT19JhS0smn63ythLN+WIKAjeLjJhS/XufzahXaF7WJs+hY0EhKMwKoMZEQ==","shasum":"5bbcffeed81156b324fb3e1b45ee3ab535c22787","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.0-canary.f7c6dc4fe.tgz","fileCount":1695,"unpackedSize":33836096,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAqggZ/iE/34WOkj7ni42Wfw8y2qPJvOO7I5U/W7RSQiAiEAuoOb5oFcAdjMTMA7+ZKsFurPGr2lglP5ZkjaEJwzzzw="}],"size":6677593},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.0-canary.f7c6dc4fe_1723733944259_0.39139376946653015"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-15T14:59:04.707Z","publish_time":1723733944707,"_source_registry_name":"default","contributors":[]},"4.7.0-canary.05c34c91e":{"name":"@firebase/firestore","version":"4.7.0-canary.05c34c91e","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.0-canary.05c34c91e","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"a3844afb2be8f1c1935ad393389da972a161eec7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.0-canary.05c34c91e.tgz","fileCount":1695,"integrity":"sha512-1Nk+7X7jEe2NvPLdGYi0rYvCDlF3mWwqDHZx73vt0ntT1+VW5zEe7ValUitQQWk1DuFyM9AGRIT4r8N8OV0yJA==","signatures":[{"sig":"MEUCIHQRSqv8bqPkYV5BHJTuaU5Mp/+HkoXN6K7Kc7lyS5a+AiEA1iEmYegRKvuu1x7Yxd+zFNz2f3j72Wkg7alhH+iDsbw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33836096,"size":6677599},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=10.10.0"},"exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"esm5":"./dist/lite/index.browser.esm5.js","node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"05c34c91e61deb1c148ff1bc99333fc50e9e371f","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start --single-run","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:lite:browser":"karma start --single-run --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.8.1","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"tslib":"^2.1.0","undici":"5.28.4","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.9.7-canary.05c34c91e","@firebase/logger":"0.4.2-canary.05c34c91e","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.8-canary.05c34c91e","@firebase/webchannel-wrapper":"1.0.1-canary.05c34c91e"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.1","protobufjs":"7.2.6","typescript":"4.7.4","chai-exclude":"2.1.0","@firebase/app":"0.10.9-canary.05c34c91e","@types/eslint":"7.29.0","@firebase/auth":"1.7.7-canary.05c34c91e","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.39-canary.05c34c91e","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.9-canary.05c34c91e"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.0-canary.05c34c91e_1724103675878_0.9284023635439693","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-08-19T21:41:16.569Z","publish_time":1724103676569,"_source_registry_name":"default","contributors":[]},"4.7.0-canary.2ee2a90ae":{"name":"@firebase/firestore","version":"4.7.0-canary.2ee2a90ae","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.2ee2a90ae","@firebase/logger":"0.4.2-canary.2ee2a90ae","@firebase/util":"1.9.7-canary.2ee2a90ae","@firebase/webchannel-wrapper":"1.0.1-canary.2ee2a90ae","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"5.28.4","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.9-canary.2ee2a90ae"},"devDependencies":{"@firebase/app":"0.10.9-canary.2ee2a90ae","@firebase/app-compat":"0.2.39-canary.2ee2a90ae","@firebase/auth":"1.7.7-canary.2ee2a90ae","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.0-canary.2ee2a90ae","readmeFilename":"README.md","gitHead":"2ee2a90aebcf75a0df467c47a5f731b07ce69070","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-L1A8//3OgKcEvY/yzqIRtN3CwghE3oAVfttktgi6OnlTvwe6gN7VYnaNhYkcsfEf9NQ+cbmXVrQifvqhtGrFmA==","shasum":"cb37d70106e97db289847868db505e22bc9141e9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.0-canary.2ee2a90ae.tgz","fileCount":1695,"unpackedSize":33836096,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCE8a+TrPLOrczknSArI9zHsKkrVRwA/70HuwBv6MoAEAIhANW1iKer1s9sX1Uce0tmufyfIWISovHyDzcuZblY/KUt"}],"size":6677583},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.0-canary.2ee2a90ae_1724106511544_0.28175205683619264"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-19T22:28:32.040Z","publish_time":1724106512040,"_source_registry_name":"default","contributors":[]},"4.7.0-canary.62348e116":{"name":"@firebase/firestore","version":"4.7.0-canary.62348e116","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.0-canary.62348e116","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"a62f243b214b51511fa8bc32c772c681f5969d5c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.0-canary.62348e116.tgz","fileCount":1695,"integrity":"sha512-B8avSvJh93Q/7u7oNAIe2t5avZtAZFznFjl/o0AW8WbP3VNqqm9dGrsP9oQqRdgw3NSWpyZ7ZPEJhqIRhBcocQ==","signatures":[{"sig":"MEUCIQD5xyhOZIe8A506bd5pD+jPAZyLDJ9XQrpnWzXkyp2RtgIgbmQeI65rBl2l0hVBCwk+1Fy5NW3aiC3qao3QA58ryds=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33836096,"size":6677608},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=10.10.0"},"exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"esm5":"./dist/lite/index.browser.esm5.js","node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"62348e116c795d19c5ca58729c250805240ce345","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start --single-run","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:lite:browser":"karma start --single-run --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.8.1","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"tslib":"^2.1.0","undici":"6.19.7","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.9.7-canary.62348e116","@firebase/logger":"0.4.2-canary.62348e116","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.8-canary.62348e116","@firebase/webchannel-wrapper":"1.0.1-canary.62348e116"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.1","protobufjs":"7.2.6","typescript":"4.7.4","chai-exclude":"2.1.0","@firebase/app":"0.10.9-canary.62348e116","@types/eslint":"7.29.0","@firebase/auth":"1.7.7-canary.62348e116","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.39-canary.62348e116","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.9-canary.62348e116"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.0-canary.62348e116_1724162155443_0.21192889303276052","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-08-20T13:55:55.745Z","publish_time":1724162155745,"_source_registry_name":"default","contributors":[]},"4.7.0-canary.1ff9661af":{"name":"@firebase/firestore","version":"4.7.0-canary.1ff9661af","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.0-canary.1ff9661af","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"3050b3d05bf68e35819699f056089b49aeac2e5e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.0-canary.1ff9661af.tgz","fileCount":1695,"integrity":"sha512-v14UPzbmYsFNcLuE3m3572Yy5pyXHXsR5Ppr2YNGwjGPgXRbQdiCsM7xbHXjQSpSxyIymDKYAfgFc9ahXMhVPQ==","signatures":[{"sig":"MEUCIDBe6d4RG9TbGYXGLn78HJAxcOJCY7Z0g+ehi8pnW6/BAiEAoddq6qm+Hb6pOOKwn+heqYHtJIxGdYBaaeFQ/ubr1ts=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33836096,"size":6677601},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=10.10.0"},"exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"esm5":"./dist/lite/index.browser.esm5.js","node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"1ff9661af927ee665c833c43c7a088eb61e796ec","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start --single-run","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:lite:browser":"karma start --single-run --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.8.1","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"tslib":"^2.1.0","undici":"6.19.7","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.9.7-canary.1ff9661af","@firebase/logger":"0.4.2-canary.1ff9661af","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.8-canary.1ff9661af","@firebase/webchannel-wrapper":"1.0.1-canary.1ff9661af"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.1","protobufjs":"7.2.6","typescript":"4.7.4","chai-exclude":"2.1.0","@firebase/app":"0.10.9-canary.1ff9661af","@types/eslint":"7.29.0","@firebase/auth":"1.7.7-canary.1ff9661af","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.39-canary.1ff9661af","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.9-canary.1ff9661af"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.0-canary.1ff9661af_1724165720596_0.4859582168165548","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-08-20T14:55:20.905Z","publish_time":1724165720905,"_source_registry_name":"default","contributors":[]},"4.7.0-canary.12ba46ff4":{"name":"@firebase/firestore","version":"4.7.0-canary.12ba46ff4","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.0-canary.12ba46ff4","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"bb34c7961611c2db4c290c9fb579079bc05ded7d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.0-canary.12ba46ff4.tgz","fileCount":1695,"integrity":"sha512-TqGyiQES8gVIiLG+8npKvslqTwH2El9LTl6SzFOsB2uHYFxgiZJ0AssVwgB4Tr/za1EpSoNtNFJZ0a8Tt6aBSA==","signatures":[{"sig":"MEUCID+Kf3oa9Q3khK1qFt4KpAvqZUMz4oCnMHLEiqgJdXxZAiEAxCdPSF7b30t63vl1hiASBfUv7F3ZJCb4DwjtzwJr08s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33836096,"size":6677600},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=10.10.0"},"exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"esm5":"./dist/lite/index.browser.esm5.js","node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"12ba46ff4cfa732d3466254ab2ae7dd678ecc055","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start --single-run","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:lite:browser":"karma start --single-run --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.8.1","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"tslib":"^2.1.0","undici":"6.19.7","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.9.7-canary.12ba46ff4","@firebase/logger":"0.4.2-canary.12ba46ff4","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.8-canary.12ba46ff4","@firebase/webchannel-wrapper":"1.0.1-canary.12ba46ff4"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.1","protobufjs":"7.2.6","typescript":"4.7.4","chai-exclude":"2.1.0","@firebase/app":"0.10.9-canary.12ba46ff4","@types/eslint":"7.29.0","@firebase/auth":"1.7.7-canary.12ba46ff4","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.39-canary.12ba46ff4","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.9-canary.12ba46ff4"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.0-canary.12ba46ff4_1724177458204_0.6891410018097912","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-08-20T18:10:58.592Z","publish_time":1724177458592,"_source_registry_name":"default","contributors":[]},"4.7.0-canary.8a96f4f11":{"name":"@firebase/firestore","version":"4.7.0-canary.8a96f4f11","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.8a96f4f11","@firebase/logger":"0.4.2-canary.8a96f4f11","@firebase/util":"1.9.7-canary.8a96f4f11","@firebase/webchannel-wrapper":"1.0.1-canary.8a96f4f11","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.9-canary.8a96f4f11"},"devDependencies":{"@firebase/app":"0.10.9-canary.8a96f4f11","@firebase/app-compat":"0.2.39-canary.8a96f4f11","@firebase/auth":"1.7.7-canary.8a96f4f11","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.0-canary.8a96f4f11","readmeFilename":"README.md","gitHead":"8a96f4f11b6e5bdac55f2f8bfd96b06d61c9860b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-JqArPidUQtxhUC8pq0RvzgkBRJHWGP2GrJE1k2nHfaKAn73kESVQ0+7ypbXNvNcjy3MLYbH0KHY1upvKB833Zg==","shasum":"b6dd015c8ff4256ba368e542ceea07e92e6dff54","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.0-canary.8a96f4f11.tgz","fileCount":1695,"unpackedSize":33836096,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHAZlbg2HnenTsG1CUSX/VVepH0ieQy8gPuGIo36uGOhAiEA0m1bJ36iPHWYHn50XdbqdjLg5QMQ8+PiVpKfEhvrlVM="}],"size":6677606},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.0-canary.8a96f4f11_1724179238130_0.6157387741447331"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-20T18:40:38.550Z","publish_time":1724179238550,"_source_registry_name":"default","contributors":[]},"4.7.0-canary.fa0ed08fb":{"name":"@firebase/firestore","version":"4.7.0-canary.fa0ed08fb","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.fa0ed08fb","@firebase/logger":"0.4.2-canary.fa0ed08fb","@firebase/util":"1.9.7-canary.fa0ed08fb","@firebase/webchannel-wrapper":"1.0.1-canary.fa0ed08fb","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.9-canary.fa0ed08fb"},"devDependencies":{"@firebase/app":"0.10.9-canary.fa0ed08fb","@firebase/app-compat":"0.2.39-canary.fa0ed08fb","@firebase/auth":"1.7.7-canary.fa0ed08fb","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.0-canary.fa0ed08fb","readmeFilename":"README.md","gitHead":"fa0ed08fbbfba427a4a33814ec508fdc97c9b0d4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-pnZIpwUY0x/j6/sm7mrqyhxq3EgZo4mR/SQVinVjouQwpbdmgz+S76r/rWArXZaIUQVuG70/iFMg8sKAUQheHw==","shasum":"82022eb4bbb5544ccb263e87f0eeb9851bcc3d07","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.0-canary.fa0ed08fb.tgz","fileCount":1695,"unpackedSize":33836096,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDQerHFOLbpECr+v54G04fYeo2W6BBRzbQXxPpu7PLsfAiBW4dtyfxCNn/zT4bh2Xkverm8A6uXpIssuONxprSA9Kw=="}],"size":6677588},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.0-canary.fa0ed08fb_1724260095657_0.24141090655283648"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-21T17:08:16.081Z","publish_time":1724260096081,"_source_registry_name":"default","contributors":[]},"4.7.0-canary.4c2c78b1f":{"name":"@firebase/firestore","version":"4.7.0-canary.4c2c78b1f","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.0-canary.4c2c78b1f","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"cd4cfe12a410a2985c56721d9d5a10278cdd6320","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.0-canary.4c2c78b1f.tgz","fileCount":1695,"integrity":"sha512-zswlww786vVB2ZmM0dJUG7bBwasyzmupSnK+SNcKziqodn9kYRcp9yh280p7+urlg83uf2dsET4TfpEM3sJ6sw==","signatures":[{"sig":"MEQCIBu4nZ+jX2gCPEBqSNLRpdKac0nwnoty7qM9iJuBDtZnAiAQ9itks2KCFbneB8b/JTCp5pF8yrW9L9n5iNbXP100RQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33836096,"size":6677606},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=10.10.0"},"exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"esm5":"./dist/lite/index.browser.esm5.js","node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"4c2c78b1f3e9f5813c9af94fb3bbcdb1ac5408a8","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start --single-run","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:lite:browser":"karma start --single-run --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.8.1","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"tslib":"^2.1.0","undici":"6.19.7","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.9.7-canary.4c2c78b1f","@firebase/logger":"0.4.2-canary.4c2c78b1f","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.8-canary.4c2c78b1f","@firebase/webchannel-wrapper":"1.0.1-canary.4c2c78b1f"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.1","protobufjs":"7.2.6","typescript":"4.7.4","chai-exclude":"2.1.0","@firebase/app":"0.10.9-canary.4c2c78b1f","@types/eslint":"7.29.0","@firebase/auth":"1.7.7-canary.4c2c78b1f","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.39-canary.4c2c78b1f","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.9-canary.4c2c78b1f"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.0-canary.4c2c78b1f_1724337318475_0.9371160019993179","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-08-22T14:35:18.793Z","publish_time":1724337318793,"_source_registry_name":"default","contributors":[]},"4.7.0-canary.c6a885181":{"name":"@firebase/firestore","version":"4.7.0-canary.c6a885181","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.c6a885181","@firebase/logger":"0.4.2-canary.c6a885181","@firebase/util":"1.9.7-canary.c6a885181","@firebase/webchannel-wrapper":"1.0.1-canary.c6a885181","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.9-canary.c6a885181"},"devDependencies":{"@firebase/app":"0.10.9-canary.c6a885181","@firebase/app-compat":"0.2.39-canary.c6a885181","@firebase/auth":"1.7.7-canary.c6a885181","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.0-canary.c6a885181","readmeFilename":"README.md","gitHead":"c6a885181295da3e55a1dc81f32d82b53cf7ff1a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-/t0/do4/ZYpdIR4UWH4gO2DlBiERzMr7nEpDGXij3DYeWdIRyQTegwzYVlbe+lRTJUtjQW1g6ry97De5WPrF3g==","shasum":"652954700a74e9d330014d4167baea927cc01f18","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.0-canary.c6a885181.tgz","fileCount":1695,"unpackedSize":33836096,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEnPBzyiMjsUlUFnvBtg81/TfDbxqYrBBBspZx4D5J2vAiEA3fRPqblYIXObHC6bFEg1goIYaSf77LHjraT6dsvb/58="}],"size":6677609},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.0-canary.c6a885181_1724337425420_0.8311132288766854"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-22T14:37:05.741Z","publish_time":1724337425741,"_source_registry_name":"default","contributors":[]},"4.7.0-canary.5594ebc9f":{"name":"@firebase/firestore","version":"4.7.0-canary.5594ebc9f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.5594ebc9f","@firebase/logger":"0.4.2-canary.5594ebc9f","@firebase/util":"1.9.7-canary.5594ebc9f","@firebase/webchannel-wrapper":"1.0.1-canary.5594ebc9f","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.9-canary.5594ebc9f"},"devDependencies":{"@firebase/app":"0.10.9-canary.5594ebc9f","@firebase/app-compat":"0.2.39-canary.5594ebc9f","@firebase/auth":"1.7.7-canary.5594ebc9f","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.0-canary.5594ebc9f","readmeFilename":"README.md","gitHead":"5594ebc9f770db11854d18fd693d0d6592fad349","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-P1HQPQ7CocWOtlnjRSLvp32yUtO8a7ThK9KM9+HHWeLb2evsjFrIEAuV1COAuYC7xMHl+tOWqCbUrMKXLAkmpQ==","shasum":"c26c67c99c6e8a8525a2068c0215faf2b3b7f563","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.0-canary.5594ebc9f.tgz","fileCount":1695,"unpackedSize":33836096,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB56YJRa+TwmmmQZYX3hSsgxly046+h6PJiLSW9CFhdYAiEA77OtuhBZfZbAUAUp0cnk6A3Uhx/cx/wptparIRpLDrw="}],"size":6677605},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.0-canary.5594ebc9f_1724425146111_0.44035564349862777"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-23T14:59:06.641Z","publish_time":1724425146641,"_source_registry_name":"default","contributors":[]},"4.7.0-canary.4ff947408":{"name":"@firebase/firestore","version":"4.7.0-canary.4ff947408","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.4ff947408","@firebase/logger":"0.4.2-canary.4ff947408","@firebase/util":"1.9.7-canary.4ff947408","@firebase/webchannel-wrapper":"1.0.1-canary.4ff947408","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.9-canary.4ff947408"},"devDependencies":{"@firebase/app":"0.10.9-canary.4ff947408","@firebase/app-compat":"0.2.39-canary.4ff947408","@firebase/auth":"1.7.7-canary.4ff947408","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.0-canary.4ff947408","readmeFilename":"README.md","gitHead":"4ff947408728ce4ae20229d7eb0cd71c3e65c885","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-U7WeCfY21vEDaG1FNnWqWRApxD1aSUwvquF3zKIViV2F73X6T4CTMNIP7H8EP9Rgt4S6h/THgT4RuvpMr9rcyw==","shasum":"3e052da1c1d3aba58a1f249df7020fabb07cd2bd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.0-canary.4ff947408.tgz","fileCount":1695,"unpackedSize":33836096,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFIMVfspCZaiq2LOImNJXGgDZuvb0eSaW3bBX2mX/XnUAiAsRZiMJCgOApxbkesYBSu+Stmp8ktVGQHvm4MrLUjgGA=="}],"size":6677612},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.0-canary.4ff947408_1724444610963_0.4628532320801557"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-23T20:23:31.335Z","publish_time":1724444611335,"_source_registry_name":"default","contributors":[]},"4.7.1-20240827161511":{"name":"@firebase/firestore","version":"4.7.1-20240827161511","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8","@firebase/logger":"0.4.2","@firebase/util":"1.9.7","@firebase/webchannel-wrapper":"1.0.1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.10-20240827161511"},"devDependencies":{"@firebase/app":"0.10.10-20240827161511","@firebase/app-compat":"0.2.40-20240827161511","@firebase/auth":"1.7.8-20240827161511","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.1-20240827161511","readmeFilename":"README.md","gitHead":"2c1cb11c490b9bff2ee83260e9786240a3c7fe83","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-v2cfO/hD2VHskfK/3q9H57RITWCINvAl3qfy8phxtJoZSl+AQzY25pItvkEUNObGGSgcAlMzj+VemPg1UNpOtw==","shasum":"3a0007c32ad8d0dfd6b4c6750cb911d14f7991a5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.1-20240827161511.tgz","fileCount":1695,"unpackedSize":33835956,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICHp9AhCDannSHXHJVpaQ8CertJOS+N9iLLAJC3mqK3IAiEA8bznmEKbYwPoF/yQAr76+VsElYMTJjwbLuIQPXL7X78="}],"size":6677608},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.1-20240827161511_1724776113212_0.8245005103235856"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-27T16:28:33.629Z","publish_time":1724776113629,"_source_registry_name":"default","contributors":[]},"4.7.1":{"name":"@firebase/firestore","version":"4.7.1","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.1","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"43ef10038200e0fe96bbc31e095b3da2d0878aa9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.1.tgz","fileCount":1695,"integrity":"sha512-WliQNa8GVcH6EWkH0NAf+uAnxNiBuH+G8Buzr2ZS1NznOhJDK/q6Hsjv5TzNrijLTAdEfj/wk9VEv994KDSjxg==","signatures":[{"sig":"MEQCIB5Wk+py1WA8WweMEm+Ooui0RQ1e9yg34eo0UeUk08oTAiBFakQ6DAUNHxRs0c+7vQYf4VVkOFROPdLWjEABR9aaJw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33835377,"size":6677318},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=10.10.0"},"exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"esm5":"./dist/lite/index.browser.esm5.js","node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"15c36cc7a6d1024147062fcbb0f6df0de8e5bb12","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start --single-run","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:unit":"karma start --single-run --unit","test:lite:browser":"karma start --single-run --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.8.2","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"tslib":"^2.1.0","undici":"6.19.7","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.9.7","@firebase/logger":"0.4.2","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.8","@firebase/webchannel-wrapper":"1.0.1"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"devDependencies":{"rollup":"2.79.1","ts-node":"10.9.1","protobufjs":"7.2.6","typescript":"4.7.4","chai-exclude":"2.1.0","@firebase/app":"0.10.10","@types/eslint":"7.29.0","@firebase/auth":"1.7.8","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.40","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.x"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.1_1724943374690_0.7105834592448632","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-08-29T14:56:15.036Z","publish_time":1724943375036,"_source_registry_name":"default","contributors":[]},"4.7.1-canary.15c36cc7a":{"name":"@firebase/firestore","version":"4.7.1-canary.15c36cc7a","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.15c36cc7a","@firebase/logger":"0.4.2-canary.15c36cc7a","@firebase/util":"1.9.7-canary.15c36cc7a","@firebase/webchannel-wrapper":"1.0.1-canary.15c36cc7a","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.10-canary.15c36cc7a"},"devDependencies":{"@firebase/app":"0.10.10-canary.15c36cc7a","@firebase/app-compat":"0.2.40-canary.15c36cc7a","@firebase/auth":"1.7.8-canary.15c36cc7a","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.1-canary.15c36cc7a","readmeFilename":"README.md","gitHead":"15c36cc7a6d1024147062fcbb0f6df0de8e5bb12","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-v0jkvwzIpnq1pEdayhlGYwRNmqzSgJ15W4An25X7kpcZq+1ceiTgP9UozAurKfiSC+gKgm/8G+SHKzJIbije7w==","shasum":"b058b79ff73d6a9363efd1d37be83ebe6e03bf6b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.1-canary.15c36cc7a.tgz","fileCount":1695,"unpackedSize":33836098,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEOc5Xaz8GIcST4dYF+4oJOvlDkhZQPSXO9MwtVy/OjYAiEAgFQQtCfO7KTceBHIE/oWs6roSDnNHA/Yz3jKaF/GH2Y="}],"size":6677625},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.1-canary.15c36cc7a_1724945797417_0.04366723640149961"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-29T15:36:37.887Z","publish_time":1724945797887,"_source_registry_name":"default","contributors":[]},"4.7.1-canary.3670ab83c":{"name":"@firebase/firestore","version":"4.7.1-canary.3670ab83c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --single-run --lite","test:lite:browser:nameddb":"karma start --single-run --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start --single-run","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --single-run --targetBackend=emulator","test:browser:nightly":"karma start --single-run --targetBackend=nightly","test:browser:prod":"karma start --single-run --targetBackend=prod","test:browser:prod:nameddb":"karma start --single-run --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --single-run --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.3670ab83c","@firebase/logger":"0.4.2-canary.3670ab83c","@firebase/util":"1.9.7-canary.3670ab83c","@firebase/webchannel-wrapper":"1.0.1-canary.3670ab83c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.10-canary.3670ab83c"},"devDependencies":{"@firebase/app":"0.10.10-canary.3670ab83c","@firebase/app-compat":"0.2.40-canary.3670ab83c","@firebase/auth":"1.7.8-canary.3670ab83c","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.1-canary.3670ab83c","readmeFilename":"README.md","gitHead":"3670ab83c563dc96f2ad0120c551f46fe7d1bb7b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-/zn0zoz9NzexVgeT6tEk5fdmxgDOIuA9kLiaHgOJ/ZTtyJQF5CH7mgzLyetc9JycaUwnqODYsjPaZymrHQayrw==","shasum":"406f264cd856638639484b56b4623f2c0c326d06","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.1-canary.3670ab83c.tgz","fileCount":1695,"unpackedSize":33836098,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCRpO/Pfy7GbDFVK/sDWMgEmcoCswcEyrnghYHD1a3CDgIgOe9h5R51VVn57NeFTNgi2LTojGX3Qpx3iWJzs5hCPFg="}],"size":6677633},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.1-canary.3670ab83c_1725637245283_0.6598213648858446"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-06T15:40:45.575Z","publish_time":1725637245575,"_source_registry_name":"default","contributors":[]},"4.7.1-canary.ca4dbcf3f":{"name":"@firebase/firestore","version":"4.7.1-canary.ca4dbcf3f","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.ca4dbcf3f","@firebase/logger":"0.4.2-canary.ca4dbcf3f","@firebase/util":"1.9.7-canary.ca4dbcf3f","@firebase/webchannel-wrapper":"1.0.1-canary.ca4dbcf3f","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.10-canary.ca4dbcf3f"},"devDependencies":{"@firebase/app":"0.10.10-canary.ca4dbcf3f","@firebase/app-compat":"0.2.40-canary.ca4dbcf3f","@firebase/auth":"1.7.8-canary.ca4dbcf3f","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.1-canary.ca4dbcf3f","readmeFilename":"README.md","gitHead":"ca4dbcf3f38ca4b50ee710826027b6d51c10de14","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-48Hf/U1bwkIWqf/Ppx52FcRuSs42eFRXT4p1v8AleBOHDzVtXqkCYu3FvaMjyId32NFPDGLtBaweUI5iGKZ+jw==","shasum":"c43f6b65a22cf569694cc1af6d340701ceaeb9cf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.1-canary.ca4dbcf3f.tgz","fileCount":1695,"unpackedSize":33835994,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCVOzS+AcChbrq6u739yiFYS237ls70tSdgDvYF+ShYNAIgIQzqK0j4dnWQEk4s83EzhBTFg6x6VzBM1hlM/U/OJHU="}],"size":6677579},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.1-canary.ca4dbcf3f_1725978227467_0.32922013337647194"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-10T14:23:47.896Z","publish_time":1725978227896,"_source_registry_name":"default","contributors":[]},"4.7.1-canary.16d62d4fa":{"name":"@firebase/firestore","version":"4.7.1-canary.16d62d4fa","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.16d62d4fa","@firebase/logger":"0.4.2-canary.16d62d4fa","@firebase/util":"1.9.7-canary.16d62d4fa","@firebase/webchannel-wrapper":"1.0.1-canary.16d62d4fa","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.10-canary.16d62d4fa"},"devDependencies":{"@firebase/app":"0.10.10-canary.16d62d4fa","@firebase/app-compat":"0.2.40-canary.16d62d4fa","@firebase/auth":"1.7.8-canary.16d62d4fa","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.1-canary.16d62d4fa","readmeFilename":"README.md","gitHead":"16d62d4fa16faddb8cb676c0af3f29b8a5824741","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-BBoHFkB0gS3w1kFaQD6UcWiL0pGxZ1+Inv/2rTQZDgbmbKBy71Ko8zFJ72EXVkSQOOjD0gqrMhwIJTySGH3XKw==","shasum":"b377ee7799b27d38d95f26ac11f4671b08e20bd3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.1-canary.16d62d4fa.tgz","fileCount":1695,"unpackedSize":33835994,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDFu11RxtVtzxiguXXYwqwSloURwyII3b4/5f89rZL5aQIgaCPbaEnDG8lsTtTKmfHx1decFLhXGZAq+4cmoZADSvA="}],"size":6677590},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.1-canary.16d62d4fa_1726016345696_0.8203859523710357"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-11T00:59:06.336Z","publish_time":1726016346336,"_source_registry_name":"default","contributors":[]},"4.7.1-canary.629919ea7":{"name":"@firebase/firestore","version":"4.7.1-canary.629919ea7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.629919ea7","@firebase/logger":"0.4.2-canary.629919ea7","@firebase/util":"1.9.7-canary.629919ea7","@firebase/webchannel-wrapper":"1.0.1-canary.629919ea7","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.10-canary.629919ea7"},"devDependencies":{"@firebase/app":"0.10.10-canary.629919ea7","@firebase/app-compat":"0.2.40-canary.629919ea7","@firebase/auth":"1.7.8-canary.629919ea7","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.1-canary.629919ea7","readmeFilename":"README.md","gitHead":"629919ea760e35b7d880a099edf7f42b5bcbae4b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-SADPUswmcZYCAM4JUC383jf9RGa1ELOPBVmH4G2zF9DDrO6WNRw1n/gqaI+Qe+NxVt7lpVJxIYls8iHyp1e7Fw==","shasum":"46ce75f5f404bae5a41aac1cb2265fa3bff3e7f8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.1-canary.629919ea7.tgz","fileCount":1695,"unpackedSize":33841020,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBvWjnlzoSVTo8xGSycjBGsVbIYJKKc/DhC4WSkeQdtXAiEAirP6IlUfRa5L2eFqIUGjeSOzImoTL7XMy1/2mtMUd4w="}],"size":6678770},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.1-canary.629919ea7_1726164775853_0.8391626715281406"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-12T18:12:56.419Z","publish_time":1726164776419,"_source_registry_name":"default","contributors":[]},"4.7.2-20240916151535":{"name":"@firebase/firestore","version":"4.7.2-20240916151535","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9-20240916151535","@firebase/logger":"0.4.2","@firebase/util":"1.10.0-20240916151535","@firebase/webchannel-wrapper":"1.0.1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.11-20240916151535"},"devDependencies":{"@firebase/app":"0.10.11-20240916151535","@firebase/app-compat":"0.2.41-20240916151535","@firebase/auth":"1.7.9-20240916151535","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.2-20240916151535","readmeFilename":"README.md","gitHead":"0884f0dc72ac5d52be25740a73c76d9ee5a2fc6e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-K3aaT8YpcBRwGwASOxPSw/i3szLAk/3HCWkbjnZHMrpmgE8DmUw14h7VUBKd/YcgD8EJR0m547vF/E+eKQeBgg==","shasum":"15363b742982a4b9d6803a9db5592854906ab6b2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.2-20240916151535.tgz","fileCount":1695,"unpackedSize":33840909,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDammRypKHo+Q8Vpvr9PZFa3iFYdR7UyRku2WZtdeQMuAiEAxwirnQbTmVAz6R0fOS7amd3f/hpttd7mFaVmjLbiZi0="}],"size":6678775},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.2-20240916151535_1726500601479_0.046365704004432295"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-16T15:30:01.938Z","publish_time":1726500601938,"_source_registry_name":"default","contributors":[]},"4.7.1-canary.ff0475c41":{"name":"@firebase/firestore","version":"4.7.1-canary.ff0475c41","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.8-canary.ff0475c41","@firebase/logger":"0.4.2-canary.ff0475c41","@firebase/util":"1.9.7-canary.ff0475c41","@firebase/webchannel-wrapper":"1.0.1-canary.ff0475c41","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.10-canary.ff0475c41"},"devDependencies":{"@firebase/app":"0.10.10-canary.ff0475c41","@firebase/app-compat":"0.2.40-canary.ff0475c41","@firebase/auth":"1.7.8-canary.ff0475c41","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.1-canary.ff0475c41","readmeFilename":"README.md","gitHead":"ff0475c41bfdac19872934f68b7f4e2651fd9a63","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-zfEAJJ97lEzKK5CPTsYgYu5WlPHCNDasJB3Ahhr70MqCyL15uXWzKMhF6I3Zi0C6b0U+2WMVjVpx8RYY2zvgsg==","shasum":"a6a05dc1584768aa0fcf1ee4a9ed97f49e3ecd54","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.1-canary.ff0475c41.tgz","fileCount":1695,"unpackedSize":33840419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkKHQNTZzMEvfKzdorUIHscQCPbZlsjuVBgP2kR1+SSgIhANWbYXaNOrDUUT4NB5eZlIZlu2EDkq6g6773ugrPEXzs"}],"size":6678438},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.1-canary.ff0475c41_1726676345748_0.9397325119902613"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-18T16:19:06.096Z","publish_time":1726676346096,"_source_registry_name":"default","contributors":[]},"4.7.2":{"name":"@firebase/firestore","version":"4.7.2","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9","@firebase/logger":"0.4.2","@firebase/util":"1.10.0","@firebase/webchannel-wrapper":"1.0.1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.10.11","@firebase/app-compat":"0.2.41","@firebase/auth":"1.7.9","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.2","gitHead":"52e9e4e259b8b15c92e2b2d03ad5b0b0d77df7c1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-WPkL/DEHuJg1PZPyHn81pNUhitG+7WkpLVdXmoYB23Za3eoM8VzuIn7zcD4Cji6wDCGA6eI1rvGYLtsXmE1OaQ==","shasum":"7fa7f6aaa844b53695daaf509da274b945372f65","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.2.tgz","fileCount":1695,"unpackedSize":33840300,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDb8vYLNrRy/zcubyISznrEpySyq9I3l/GUlar47UFfhQIhALOpYDsuT0Lj9zrWvaus8o0Xbt2AoT75jo/+OPFsnBjq"}],"size":6678481},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.2_1726686346137_0.12685508372472842"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-18T19:05:46.604Z","publish_time":1726686346604,"_source_registry_name":"default","contributors":[]},"4.7.2-canary.2561b6306":{"name":"@firebase/firestore","version":"4.7.2-canary.2561b6306","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9-canary.2561b6306","@firebase/logger":"0.4.2-canary.2561b6306","@firebase/util":"1.10.0-canary.2561b6306","@firebase/webchannel-wrapper":"1.0.1-canary.2561b6306","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.11-canary.2561b6306"},"devDependencies":{"@firebase/app":"0.10.11-canary.2561b6306","@firebase/app-compat":"0.2.41-canary.2561b6306","@firebase/auth":"1.7.9-canary.2561b6306","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.2-canary.2561b6306","readmeFilename":"README.md","gitHead":"2561b6306aa4a8f6fc6b75fe0a6d4bfeeef61d2a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-lHNBQYJvsXDQ0kQCXsHQ7s508z7EOSndWULbhgTYckFaZgzFj8411RHdJ0yYRwA4wVEKnw+0FJlf6wLDn/28iA==","shasum":"5b33703240e8fdc11692cb6a30aaf9e420e72ca4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.2-canary.2561b6306.tgz","fileCount":1695,"unpackedSize":33840420,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCWWAUQkpox66QhbBOmk4H33oaFzYOlFaxFGJcmZ3W++wIhAOYJl63wp83qwInjJ+2u1jkI6kWjwPsNbXfHviOP2BLl"}],"size":6678449},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.2-canary.2561b6306_1726690070980_0.7483213440265732"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-18T20:07:51.785Z","publish_time":1726690071785,"_source_registry_name":"default","contributors":[]},"4.7.2-canary.47b091324":{"name":"@firebase/firestore","version":"4.7.2-canary.47b091324","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9-canary.47b091324","@firebase/logger":"0.4.2-canary.47b091324","@firebase/util":"1.10.0-canary.47b091324","@firebase/webchannel-wrapper":"1.0.1-canary.47b091324","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.11-canary.47b091324"},"devDependencies":{"@firebase/app":"0.10.11-canary.47b091324","@firebase/app-compat":"0.2.41-canary.47b091324","@firebase/auth":"1.7.9-canary.47b091324","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.2-canary.47b091324","readmeFilename":"README.md","gitHead":"47b09132463d6a038b441d4623c24ca61e56505d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-PliNpruBCOotz06NnyU89JxlrE4jnn4zt/l2fnviTYsi8osByPCgvQTMh+lDuSykNu/DoUKm5qy56eWqiZ5S6w==","shasum":"17b6f4c344e00090d12038d341f3d2fee3ba78f7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.2-canary.47b091324.tgz","fileCount":1695,"unpackedSize":33865541,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDg/a+fM/p0SDvuAZ8ujKfHicMGU3KmuJ/s3TtcstHsxwIhAJGt3hylQWgkN61DqAoDVEEtFvgsfMzYUZT6uecg8+L3"}],"size":6688235},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.2-canary.47b091324_1726861678210_0.8329137470972172"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-20T19:47:58.683Z","publish_time":1726861678683,"_source_registry_name":"default","contributors":[]},"4.7.2-canary.beaa4dffb":{"name":"@firebase/firestore","version":"4.7.2-canary.beaa4dffb","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9-canary.beaa4dffb","@firebase/logger":"0.4.2-canary.beaa4dffb","@firebase/util":"1.10.0-canary.beaa4dffb","@firebase/webchannel-wrapper":"1.0.1-canary.beaa4dffb","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.11-canary.beaa4dffb"},"devDependencies":{"@firebase/app":"0.10.11-canary.beaa4dffb","@firebase/app-compat":"0.2.41-canary.beaa4dffb","@firebase/auth":"1.7.9-canary.beaa4dffb","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.2-canary.beaa4dffb","readmeFilename":"README.md","gitHead":"beaa4dffb7f48cb12ccc6c1d1b7cdc9c3605fc04","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-YUzuhZBE4yUopcEDCagOeqyzxF+KVyQ86yPWqRAdNzEQ+W+1+1ngZrTZxe1hm27NROZdJmbpM6rZeCZL5VHjZA==","shasum":"13d1b29952de036a65238c4d3bba2e4aff9ce3af","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.2-canary.beaa4dffb.tgz","fileCount":1695,"unpackedSize":33865541,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDw6TEVrH3MGYS3IY0NGHL7U8zqFW6z0INQVF/NtxnP3QIhAO0P8mXmDH+VdCnihh2v8Fp2YKxOtEfRlqW2yaqqcMRo"}],"size":6688199},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.2-canary.beaa4dffb_1727167937388_0.5250074471428108"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-24T08:52:17.610Z","publish_time":1727167937610,"_source_registry_name":"default","contributors":[]},"4.7.2-vertexai-preview.36cb0178c":{"name":"@firebase/firestore","version":"4.7.2-vertexai-preview.36cb0178c","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9-vertexai-preview.36cb0178c","@firebase/logger":"0.4.2-vertexai-preview.36cb0178c","@firebase/util":"1.10.0-vertexai-preview.36cb0178c","@firebase/webchannel-wrapper":"1.0.1-vertexai-preview.36cb0178c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.11-vertexai-preview.36cb0178c"},"devDependencies":{"@firebase/app":"0.10.11-vertexai-preview.36cb0178c","@firebase/app-compat":"0.2.41-vertexai-preview.36cb0178c","@firebase/auth":"1.7.9-vertexai-preview.36cb0178c","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.2-vertexai-preview.36cb0178c","readmeFilename":"README.md","gitHead":"36cb0178cded40b80024d5bdad6432c7a30a6a89","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-EjbptfRaW4/beOr3CBTHcGTfQI8iBY75/Smp9tlXLhzIZz9JlC+XLF11+NC5LgDAPDa40s/fFhG/iFVpbAbcrw==","shasum":"715d23d5656314dbed945e988fbed8c5eece6b50","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.2-vertexai-preview.36cb0178c.tgz","fileCount":1271,"unpackedSize":28335050,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwNkAEChEoSjBiwQJQXP3ZRzNoThWtt/iSgs25faz6TQIgYQOyusurn3ZUaZAMYfGQr8BBUYXaZ7PUoXX9fOI3+Ws="}],"size":5633351},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.2-vertexai-preview.36cb0178c_1727289568102_0.571244367026335"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-25T18:39:28.403Z","publish_time":1727289568403,"_source_registry_name":"default","contributors":[]},"4.7.2-vertexai-preview.6b035b7d3":{"name":"@firebase/firestore","version":"4.7.2-vertexai-preview.6b035b7d3","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9-vertexai-preview.6b035b7d3","@firebase/logger":"0.4.2-vertexai-preview.6b035b7d3","@firebase/util":"1.10.0-vertexai-preview.6b035b7d3","@firebase/webchannel-wrapper":"1.0.1-vertexai-preview.6b035b7d3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.11-vertexai-preview.6b035b7d3"},"devDependencies":{"@firebase/app":"0.10.11-vertexai-preview.6b035b7d3","@firebase/app-compat":"0.2.41-vertexai-preview.6b035b7d3","@firebase/auth":"1.7.9-vertexai-preview.6b035b7d3","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.2-vertexai-preview.6b035b7d3","readmeFilename":"README.md","gitHead":"6b035b7d362848a85772596b8274f75e3a831dc1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-YcoVk/Iy/kogwejvVuvhGSHYDoc7y+zmtRDjTuXrWdKZrBc8cyzNyTvFncUpZX27iqhfxAOw6LOCODKJIfTc7g==","shasum":"538bc90a7fb225c0f9445898b518ff4c2b19c884","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.2-vertexai-preview.6b035b7d3.tgz","fileCount":1271,"unpackedSize":28335050,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFK59RQitg0VhRY6UFmispbTjcNDDquLg2Ve7ypjqkFQIgN0j9QhIqrvancjXfqrcAmUkBNc4dcRrA6NWFDplbEFo="}],"size":5633350},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.2-vertexai-preview.6b035b7d3_1727471973172_0.9928729197424067"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-27T21:19:33.538Z","publish_time":1727471973538,"_source_registry_name":"default","contributors":[]},"4.7.3-20240930164710":{"name":"@firebase/firestore","version":"4.7.3-20240930164710","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9","@firebase/logger":"0.4.2","@firebase/util":"1.10.0","@firebase/webchannel-wrapper":"1.0.1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.12-20240930164710"},"devDependencies":{"@firebase/app":"0.10.12-20240930164710","@firebase/app-compat":"0.2.42-20240930164710","@firebase/auth":"1.7.9","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.3-20240930164710","readmeFilename":"README.md","gitHead":"123fee3b247b6c65980bf1e26823ad5d2fa264f0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-TNq9mOWIXZVudbfN9GnvkT1f61I2ip6dGOA3cyJUv73pjOeEqF3c6qVxBwpXtUB74S7CFK2zwex8+eVns6aWwQ==","shasum":"5449e164089ee0922313e6fbb6881bd82249003b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.3-20240930164710.tgz","fileCount":1695,"unpackedSize":33865384,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBfZdzzgGGbC6HIVCUZbTpyhYsJpaJsR5pNh6BdRDcpyAiBZpy/gjnEmy2h0vKjNB3342oMmb9edE2R/vJfUFVTFig=="}],"size":6688216},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.3-20240930164710_1727715647522_0.7489384778520309"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-30T17:00:47.971Z","publish_time":1727715647971,"_source_registry_name":"default","contributors":[]},"4.7.3":{"name":"@firebase/firestore","version":"4.7.3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9","@firebase/logger":"0.4.2","@firebase/util":"1.10.0","@firebase/webchannel-wrapper":"1.0.1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.10.12","@firebase/app-compat":"0.2.42","@firebase/auth":"1.7.9","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.3","gitHead":"d59563ac7e06ea78a592a3787694b454eb0b527f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-NwVU+JPZ/3bhvNSJMCSzfcBZZg8SUGyzZ2T0EW3/bkUeefCyzMISSt/TTIfEHc8cdyXGlMqfGe3/62u9s74UEg==","shasum":"24c6e1b028767faa225fe64660bdb1287042d530","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.3.tgz","fileCount":1695,"unpackedSize":33864820,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHHzjpCev4ZQRIfkyolquxHbUAOR5CYLhv0sLNQRD4OXAiA/YLg/gNjdUT+WsEDvKuSKXv6gbIDu9Sve3SLN1xCP4A=="}],"size":6687843},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.3_1727729077432_0.11476942073227647"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-30T20:44:37.957Z","publish_time":1727729077957,"_source_registry_name":"default","contributors":[]},"4.7.3-canary.d59563ac7":{"name":"@firebase/firestore","version":"4.7.3-canary.d59563ac7","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9-canary.d59563ac7","@firebase/logger":"0.4.2-canary.d59563ac7","@firebase/util":"1.10.0-canary.d59563ac7","@firebase/webchannel-wrapper":"1.0.1-canary.d59563ac7","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.12-canary.d59563ac7"},"devDependencies":{"@firebase/app":"0.10.12-canary.d59563ac7","@firebase/app-compat":"0.2.42-canary.d59563ac7","@firebase/auth":"1.7.9-canary.d59563ac7","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.3-canary.d59563ac7","readmeFilename":"README.md","gitHead":"d59563ac7e06ea78a592a3787694b454eb0b527f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-la1h8CPR18G1iE0oY48BHIQtyk4KfRAEKqZQbZUgFMGptfr6YHGNI0sIYQym3ABtZnJphDntONAeYwAjd5POGA==","shasum":"63e0ed2de67e2916a95c82abba07651db503099b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.3-canary.d59563ac7.tgz","fileCount":1695,"unpackedSize":33865541,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFZfq0FEzKAi/0r2ss7y9H6tYLO+sJNEBX0AiETp15nmAiAwSh8GIpWKY7EXCz3wZWU9t0lBx1gE5hrbHrEY9breBA=="}],"size":6688253},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.3-canary.d59563ac7_1727737397731_0.21998043431823966"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-30T23:03:18.163Z","publish_time":1727737398163,"_source_registry_name":"default","contributors":[]},"4.7.3-canary.d6fa58854":{"name":"@firebase/firestore","version":"4.7.3-canary.d6fa58854","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9-canary.d6fa58854","@firebase/logger":"0.4.2-canary.d6fa58854","@firebase/util":"1.10.0-canary.d6fa58854","@firebase/webchannel-wrapper":"1.0.1-canary.d6fa58854","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.12-canary.d6fa58854"},"devDependencies":{"@firebase/app":"0.10.12-canary.d6fa58854","@firebase/app-compat":"0.2.42-canary.d6fa58854","@firebase/auth":"1.7.9-canary.d6fa58854","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.3-canary.d6fa58854","readmeFilename":"README.md","gitHead":"d6fa58854e3cc976eab150154e2786043bc5e563","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-Vj/puSdzfMZ8EOUWxHk83oqsTAGd0nUFFY4objXpJ1VfmTOxQ1AYYAWAHK9IybiMSj75gi2zCItbDCqXYaDovQ==","shasum":"926ae58548a533965663a9e77ce525fd9e14995d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.3-canary.d6fa58854.tgz","fileCount":1695,"unpackedSize":33865541,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC9YZa2yOk3qzm02S/dVJOm20nwjkuCOLPiIgzeflCGjAIgDvunbmF2Qo0SPPCICAOzg/P191ADABaT0QdOyHbKmgA="}],"size":6688259},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.3-canary.d6fa58854_1727738636575_0.559952376532846"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-30T23:23:57.176Z","publish_time":1727738637176,"_source_registry_name":"default","contributors":[]},"4.7.3-canary.1ca18c459":{"name":"@firebase/firestore","version":"4.7.3-canary.1ca18c459","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.3-canary.1ca18c459","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"f3f120af50f47d938c513d19b20aeb07672bc7d3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.3-canary.1ca18c459.tgz","fileCount":1695,"integrity":"sha512-nIOTnRCW09PUDXqzotnqJxiVtk1wyuuBfmVM7I2xfIqFoCIn48tlQbbD/hs0YF5qNE1Ldyd5kXQfRJaWQxwqgQ==","signatures":[{"sig":"MEQCID+1qsY2yLLakNrg11KnR2z2R1PmD8tVZyEkrEDROT6ZAiAnw8E3QpMpcj5FTyI9hp2KasiotrT69FBu0kWeVjgTrQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33865541,"size":6688252},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=10.10.0"},"exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"esm5":"./dist/lite/index.browser.esm5.js","node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"1ca18c459a191e81d7f1f5f9ed18d6ce015aed16","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.8.2","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"tslib":"^2.1.0","undici":"6.19.7","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.10.0-canary.1ca18c459","@firebase/logger":"0.4.2-canary.1ca18c459","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.9-canary.1ca18c459","@firebase/webchannel-wrapper":"1.0.1-canary.1ca18c459"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.1","protobufjs":"7.2.6","typescript":"4.7.4","chai-exclude":"2.1.0","@firebase/app":"0.10.12-canary.1ca18c459","@types/eslint":"7.29.0","@firebase/auth":"1.7.9-canary.1ca18c459","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.42-canary.1ca18c459","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.12-canary.1ca18c459"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.3-canary.1ca18c459_1727886697516_0.6115578067172329","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-10-02T16:31:37.871Z","publish_time":1727886697871,"_source_registry_name":"default","contributors":[]},"4.7.3-canary.5f3ef9d26":{"name":"@firebase/firestore","version":"4.7.3-canary.5f3ef9d26","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9-canary.5f3ef9d26","@firebase/logger":"0.4.2-canary.5f3ef9d26","@firebase/util":"1.10.0-canary.5f3ef9d26","@firebase/webchannel-wrapper":"1.0.1-canary.5f3ef9d26","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.12-canary.5f3ef9d26"},"devDependencies":{"@firebase/app":"0.10.12-canary.5f3ef9d26","@firebase/app-compat":"0.2.42-canary.5f3ef9d26","@firebase/auth":"1.7.9-canary.5f3ef9d26","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.3-canary.5f3ef9d26","readmeFilename":"README.md","gitHead":"5f3ef9d263024e14317386b1e0deedcd3b38cbc2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-dj6p9qZISTXZnxD+c9CC4SwALk7V+piTgnc4A99laf5Mgov1AbkDJD4p005snLc7V0rnV2hTlPcOGr0V/BzCKw==","shasum":"8ad91e8e7d935ae907eae99afbdfd09e78bf5cdc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.3-canary.5f3ef9d26.tgz","fileCount":1695,"unpackedSize":33865541,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE6f6mQr1/kB+ylNPJuIgPsgQLqPn0awZ8/xVhNCZgb8AiEAwaWNkFQ4Or2+eARbR2UUYwTN7cqWh+0lFF9CpddrZYM="}],"size":6688255},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.3-canary.5f3ef9d26_1727886749746_0.4647099846166589"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-02T16:32:30.312Z","publish_time":1727886750312,"_source_registry_name":"default","contributors":[]},"4.7.3-canary.f3b8e4ce3":{"name":"@firebase/firestore","version":"4.7.3-canary.f3b8e4ce3","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9-canary.f3b8e4ce3","@firebase/logger":"0.4.2-canary.f3b8e4ce3","@firebase/util":"1.10.0-canary.f3b8e4ce3","@firebase/webchannel-wrapper":"1.0.1-canary.f3b8e4ce3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.12-canary.f3b8e4ce3"},"devDependencies":{"@firebase/app":"0.10.12-canary.f3b8e4ce3","@firebase/app-compat":"0.2.42-canary.f3b8e4ce3","@firebase/auth":"1.7.9-canary.f3b8e4ce3","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.3-canary.f3b8e4ce3","readmeFilename":"README.md","gitHead":"f3b8e4ce3e0e3e4721f6177509ee107133fa1595","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-vY2m4R1GAYvwJs3YK5RJQGy9rV889+5EKpK9cKhwfuXcUUljCoJ5uhj2c2qVLOBAnEPB84FBfwQomjgD5cpeAQ==","shasum":"f23cd304ab3238f125b4e44d9486a2470f881b33","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.3-canary.f3b8e4ce3.tgz","fileCount":1695,"unpackedSize":33865541,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCzFhVPWQriNGssODfoCyBouz8yQFjCTvj+zvC3WVfpiQIhAO6wdR7J7aIVbthZtWeLdjdB7HhTcO4vtGPyJjIxlPq/"}],"size":6688247},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.3-canary.f3b8e4ce3_1727888471898_0.439400613922055"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-02T17:01:12.358Z","publish_time":1727888472358,"_source_registry_name":"default","contributors":[]},"4.7.3-canary.aa6db78eb":{"name":"@firebase/firestore","version":"4.7.3-canary.aa6db78eb","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9-canary.aa6db78eb","@firebase/logger":"0.4.2-canary.aa6db78eb","@firebase/util":"1.10.0-canary.aa6db78eb","@firebase/webchannel-wrapper":"1.0.1-canary.aa6db78eb","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.12-canary.aa6db78eb"},"devDependencies":{"@firebase/app":"0.10.12-canary.aa6db78eb","@firebase/app-compat":"0.2.42-canary.aa6db78eb","@firebase/auth":"1.7.9-canary.aa6db78eb","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.3-canary.aa6db78eb","readmeFilename":"README.md","gitHead":"aa6db78ebc51da10943e9766a551887e85841fbf","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-AhNOpzChY6KZEOfM2LpE1SWeaITWzH1ODwuijMP5vnrDLMbyBq9OFPoGGgDucUylNtOQ1FOSWMDyrFg5QIAxAA==","shasum":"f7a34a92f8dc61f432fd06de59384d719f8bd189","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.3-canary.aa6db78eb.tgz","fileCount":1695,"unpackedSize":33865541,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDxCox6F6zyaYmwJOwoPPzriv9NWA99kmPdOG23IWEvSwIhAN2ND5BE1QxiMb4jGgR6WpM5bAu+t3Ztdkxy936S3Kz/"}],"size":6688243},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.3-canary.aa6db78eb_1727899931644_0.4600728539807224"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-02T20:12:12.058Z","publish_time":1727899932058,"_source_registry_name":"default","contributors":[]},"4.7.3-canary.1c8dbee46":{"name":"@firebase/firestore","version":"4.7.3-canary.1c8dbee46","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9-canary.1c8dbee46","@firebase/logger":"0.4.2-canary.1c8dbee46","@firebase/util":"1.10.0-canary.1c8dbee46","@firebase/webchannel-wrapper":"1.0.1-canary.1c8dbee46","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.12-canary.1c8dbee46"},"devDependencies":{"@firebase/app":"0.10.12-canary.1c8dbee46","@firebase/app-compat":"0.2.42-canary.1c8dbee46","@firebase/auth":"1.7.9-canary.1c8dbee46","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.3-canary.1c8dbee46","readmeFilename":"README.md","gitHead":"1c8dbee46a65b63d152dd0e7ea9eef184706ac81","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-ZpnFje3Ys6iW4hk2sVF9wS7G+/yCIuHNRIzEMN01Qzm9FU8yA689M0NIVR6jw6PGghMG8phsCVVCkgrLylalfA==","shasum":"0e84fe1f010a8b049a037d5cfad1df9505e1f376","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.3-canary.1c8dbee46.tgz","fileCount":1695,"unpackedSize":33865541,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICvPxmFfw0h4f4S5tcfPR2OC5P8S2v7qBoXly6IGWgWpAiBuroYjQIuM9SVypQ16HE2KMuto/uzO7+siGjvjUWGB8Q=="}],"size":6688240},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.3-canary.1c8dbee46_1728401579213_0.9037795373518365"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-08T15:32:59.600Z","publish_time":1728401579600,"_source_registry_name":"default","contributors":[]},"4.7.3-canary.64db19264":{"name":"@firebase/firestore","version":"4.7.3-canary.64db19264","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9-canary.64db19264","@firebase/logger":"0.4.2-canary.64db19264","@firebase/util":"1.10.0-canary.64db19264","@firebase/webchannel-wrapper":"1.0.1-canary.64db19264","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.13-canary.64db19264"},"devDependencies":{"@firebase/app":"0.10.13-canary.64db19264","@firebase/app-compat":"0.2.43-canary.64db19264","@firebase/auth":"1.7.9-canary.64db19264","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.3-canary.64db19264","readmeFilename":"README.md","gitHead":"64db19264bb5811683b3413b5c5f1e6b79e5b090","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-StXPducqTBCyhuqQ9kWTXBvKS0xMpD8U9AxTjNxrgfN3d8yH3QcrclrIu6+2T2fku3+/eIJNgAwyLbubzqXOlA==","shasum":"386d049971a750ed05b6770f02b0f7634711c81b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.3-canary.64db19264.tgz","fileCount":1695,"unpackedSize":33865541,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFRyx1hH7Zyr6GkkU6m/kXIBSRHTTgzORDsVyOvpI7nnAiEA8zlPPwDALipFFuRYLxdG96BOpFcy2MYoF1akS8se54k="}],"size":6688255},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.3-canary.64db19264_1728572204634_0.486149262193984"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-10T14:56:44.957Z","publish_time":1728572204957,"_source_registry_name":"default","contributors":[]},"4.7.3-canary.813b9fad6":{"name":"@firebase/firestore","version":"4.7.3-canary.813b9fad6","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9-canary.813b9fad6","@firebase/logger":"0.4.2-canary.813b9fad6","@firebase/util":"1.10.0-canary.813b9fad6","@firebase/webchannel-wrapper":"1.0.1-canary.813b9fad6","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.13-canary.813b9fad6"},"devDependencies":{"@firebase/app":"0.10.13-canary.813b9fad6","@firebase/app-compat":"0.2.43-canary.813b9fad6","@firebase/auth":"1.7.9-canary.813b9fad6","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.3-canary.813b9fad6","readmeFilename":"README.md","gitHead":"813b9fad63ff7b8798e4f4e17ccd528a784698d9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-JSELrQQOtLAGKnV+E3y35lT0U3Tml9thKnyd4kHr5XMv1i/nlEFe+l6WI9xRCbuqIFDkvNM9UtOTueHEZVTI8g==","shasum":"7dbea94a30f40ad4263319f7a4cefef0fcb88465","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.3-canary.813b9fad6.tgz","fileCount":1695,"unpackedSize":33865541,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFEYYAbTe2X0AlRX7vDeodWz9x1RkHUmiu/po71C69VWAiBYNqjtOHigyUrvFVLyVeMsoDn+YhLPcxMSrCRz8+sCyQ=="}],"size":6688251},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.3-canary.813b9fad6_1728949775971_0.527439621268551"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-14T23:49:36.413Z","publish_time":1728949776413,"_source_registry_name":"default","contributors":[]},"4.7.3-canary.a2146910c":{"name":"@firebase/firestore","version":"4.7.3-canary.a2146910c","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9-canary.a2146910c","@firebase/logger":"0.4.2-canary.a2146910c","@firebase/util":"1.10.0-canary.a2146910c","@firebase/webchannel-wrapper":"1.0.1-canary.a2146910c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.13-canary.a2146910c"},"devDependencies":{"@firebase/app":"0.10.13-canary.a2146910c","@firebase/app-compat":"0.2.43-canary.a2146910c","@firebase/auth":"1.7.9-canary.a2146910c","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.3-canary.a2146910c","readmeFilename":"README.md","gitHead":"a2146910ccb0efd1e0dc4496c328358d5afdea61","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-t6fvbp0vNnymf+py6GCBttoGXDOflfD+4RqoMdD8VI/2m0q9Om1i5V7uP53+ATStyZHdOaN7fDJMld6in7LFvQ==","shasum":"bd1fb33c3867e50359184b3ef96d8c591d17fcdc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.3-canary.a2146910c.tgz","fileCount":1695,"unpackedSize":33865541,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDFT6jHZ/p0+h7vWSQD5SBbohZ8oIrdN9D0BsRq2BPneQIgZK2AdmAfpleNg1q1PPoQxpYz9+wN2J8M9P/w3pAGrKM="}],"size":6688250},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.3-canary.a2146910c_1729005338554_0.4160874358799882"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-15T15:15:38.951Z","publish_time":1729005338951,"_source_registry_name":"default","contributors":[]},"4.7.3-canary.2e2804139":{"name":"@firebase/firestore","version":"4.7.3-canary.2e2804139","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9-canary.2e2804139","@firebase/logger":"0.4.2-canary.2e2804139","@firebase/util":"1.10.0-canary.2e2804139","@firebase/webchannel-wrapper":"1.0.1-canary.2e2804139","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.13-canary.2e2804139"},"devDependencies":{"@firebase/app":"0.10.13-canary.2e2804139","@firebase/app-compat":"0.2.43-canary.2e2804139","@firebase/auth":"1.7.9-canary.2e2804139","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.3-canary.2e2804139","readmeFilename":"README.md","gitHead":"2e2804139495c0bafec81777e07ffa85f2194c63","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-CIiMY4JsW74e2Vuc8LLDPNVpkgvrSjwJ5wMCcizoMwX8m5Cmb08m702hrfpuwn/OCwOb39spY6Di9UC7AegdUg==","shasum":"37033eb693f83a22453cadc185df806fe7235e6f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.3-canary.2e2804139.tgz","fileCount":1695,"unpackedSize":33865541,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD5my4meU4GOIRj5ZDKQrxt735hOupl9tHmbLuqAkKIcAIgLZ5wzdQwdspmonHLuVO0Nr3iDU2N85a7VATMDtQB/v4="}],"size":6688255},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.3-canary.2e2804139_1729017464337_0.11561630650985322"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-15T18:37:44.781Z","publish_time":1729017464781,"_source_registry_name":"default","contributors":[]},"4.7.3-canary.cf988b0b1":{"name":"@firebase/firestore","version":"4.7.3-canary.cf988b0b1","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9-canary.cf988b0b1","@firebase/logger":"0.4.2-canary.cf988b0b1","@firebase/util":"1.10.0-canary.cf988b0b1","@firebase/webchannel-wrapper":"1.0.1-canary.cf988b0b1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.13-canary.cf988b0b1"},"devDependencies":{"@firebase/app":"0.10.13-canary.cf988b0b1","@firebase/app-compat":"0.2.43-canary.cf988b0b1","@firebase/auth":"1.7.9-canary.cf988b0b1","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.3-canary.cf988b0b1","readmeFilename":"README.md","gitHead":"cf988b0b1217a06e5d1b9130d6048178626dac48","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-tGcI2gyO3gI2X2sBXIECO1oUEkgiNiklqujavjx3z5fvq3KstZJDpZ34ERQgzCWSi2nroVsWgBrrjaaz2Ufdog==","shasum":"0bdb32ef624285b6b9a715017f21d429491dce11","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.3-canary.cf988b0b1.tgz","fileCount":1695,"unpackedSize":33865541,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDzgu+edIDWhkWa9SalQJs2dPiQIuKfKUT//hev4FeaEwIgRceIIOET7mWcnLM6h7ywIa5rR9A2sOORTmdTqJAXBV8="}],"size":6688255},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.3-canary.cf988b0b1_1729030085360_0.03390434126847941"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-15T22:08:05.793Z","publish_time":1729030085793,"_source_registry_name":"default","contributors":[]},"4.7.3-canary.8fb044e8d":{"name":"@firebase/firestore","version":"4.7.3-canary.8fb044e8d","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9-canary.8fb044e8d","@firebase/logger":"0.4.2-canary.8fb044e8d","@firebase/util":"1.10.0-canary.8fb044e8d","@firebase/webchannel-wrapper":"1.0.1-canary.8fb044e8d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.13-canary.8fb044e8d"},"devDependencies":{"@firebase/app":"0.10.13-canary.8fb044e8d","@firebase/app-compat":"0.2.43-canary.8fb044e8d","@firebase/auth":"1.7.9-canary.8fb044e8d","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.3-canary.8fb044e8d","readmeFilename":"README.md","gitHead":"8fb044e8d1fbe2a310c8ece4c3ecde30dd81b075","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-xngER5tALJyvlEkVM5Mx271Kp731z+thQvv7ocvx+hdx4xFiyUhZLceoHf/AZRNbtaEZF1YUqJ2yYb4PwmekSw==","shasum":"99efcf6fd5fd0fe7557e31e97bdcff737fb3f49e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.3-canary.8fb044e8d.tgz","fileCount":1695,"unpackedSize":33865541,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBfgp9MJ04HJuXmToyztkb/0OmCfft+Kms0s0zypM8ibAiEA9PQlooKnywDz0+3Q92eWOSMIn8XldsKg3kbNOPr214k="}],"size":6688252},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.3-canary.8fb044e8d_1729112654277_0.39843681895447647"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-16T21:04:14.679Z","publish_time":1729112654679,"_source_registry_name":"default","contributors":[]},"4.7.3-canary.b942e9e6e":{"name":"@firebase/firestore","version":"4.7.3-canary.b942e9e6e","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9-canary.b942e9e6e","@firebase/logger":"0.4.2-canary.b942e9e6e","@firebase/util":"1.10.0-canary.b942e9e6e","@firebase/webchannel-wrapper":"1.0.1-canary.b942e9e6e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.13-canary.b942e9e6e"},"devDependencies":{"@firebase/app":"0.10.13-canary.b942e9e6e","@firebase/app-compat":"0.2.43-canary.b942e9e6e","@firebase/auth":"1.7.9-canary.b942e9e6e","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.3-canary.b942e9e6e","readmeFilename":"README.md","gitHead":"b942e9e6e22d184d21f3e452cd35122592a3a372","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-esF4cx1HfghAJ7/NR9haQQHO5DPKwmtz6n1SUzwYfPWmTkFFXypaxxLVdRcM2nTw9NzUNVOhondBXf8tIj9rdQ==","shasum":"d093c4f1f48f7c07d23ea003937ff9e89443d626","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.3-canary.b942e9e6e.tgz","fileCount":1695,"unpackedSize":33865541,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+Qe5rbdWkkWV/y0pyeQBUPWbyntOkj1PXxMVrugUjfgIhAPiYk0dUVLsVgi9CSTMAUIAJnxeTP8DctTQCFtdRftSD"}],"size":6688245},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.3-canary.b942e9e6e_1729122683582_0.08058590395361032"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-16T23:51:23.996Z","publish_time":1729122683996,"_source_registry_name":"default","contributors":[]},"4.7.3-canary.e4163a1fc":{"name":"@firebase/firestore","version":"4.7.3-canary.e4163a1fc","engines":{"node":">=10.10.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","esm5":"./dist/index.esm5.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","esm5":"./dist/lite/index.browser.esm5.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.9-canary.e4163a1fc","@firebase/logger":"0.4.2-canary.e4163a1fc","@firebase/util":"1.10.0-canary.e4163a1fc","@firebase/webchannel-wrapper":"1.0.1-canary.e4163a1fc","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","undici":"6.19.7","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.13-canary.e4163a1fc"},"devDependencies":{"@firebase/app":"0.10.13-canary.e4163a1fc","@firebase/app-compat":"0.2.43-canary.e4163a1fc","@firebase/auth":"1.7.9-canary.e4163a1fc","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.3-canary.e4163a1fc","readmeFilename":"README.md","gitHead":"e4163a1fccfab941d2d642851d79094b90340a67","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-86ommLapRMJ/Wxi1ZhoDGWlZwTXT+nb/1tbitdMIs165kimTk3k3iTK8a2Mu2PxAhwh/YP+nEhw80Hr0xfe5OA==","shasum":"127d763cdd97bb9eec4000dc9eae063ca8b2438f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.3-canary.e4163a1fc.tgz","fileCount":1695,"unpackedSize":33865541,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCNkNs/noPpQeCrFjJgksIUrnGBU9C2TfRdp3f3ebA3aQIhAP3ONBmc91ettb8bu+D6MoHdN+EtzsgIcK4xF7AvBikU"}],"size":6688245},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.3-canary.e4163a1fc_1729186828286_0.16001456309060313"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-17T17:40:28.621Z","publish_time":1729186828621,"_source_registry_name":"default","contributors":[]},"4.7.3-canary.479226bf3":{"name":"@firebase/firestore","version":"4.7.3-canary.479226bf3","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.3-canary.479226bf3","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"48d7417572866dede5d0ef9459add2a7233d82fa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.3-canary.479226bf3.tgz","fileCount":1271,"integrity":"sha512-juIkOpA3ssyv25BLNAVetboWlHWzrgEABpk81HWTBaNOcCZrzFV+iapbyUhMAKw+QATORud/df4tQHDF6V2r2g==","signatures":[{"sig":"MEYCIQD0M1qyQp5MutqfXtqF8mMvg2bFBITW6T3PKKGit4+c6QIhAIK/r607AqNiFuNxtCgHcMmuvu9N3kcl+3FjfPGWvL9h","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28334755,"size":5633245},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"479226bf3ebd99017bb12fa21440c75715658702","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.8.2","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.10.0-canary.479226bf3","@firebase/logger":"0.4.2-canary.479226bf3","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.9-canary.479226bf3","@firebase/webchannel-wrapper":"1.0.1-canary.479226bf3"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.1","protobufjs":"7.2.6","typescript":"4.7.4","chai-exclude":"2.1.0","@firebase/app":"0.10.13-canary.479226bf3","@types/eslint":"7.29.0","@firebase/auth":"1.7.9-canary.479226bf3","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.43-canary.479226bf3","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.13-canary.479226bf3"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.3-canary.479226bf3_1729200281043_0.13055773568469475","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-10-17T21:24:41.348Z","publish_time":1729200281348,"_source_registry_name":"default","contributors":[]},"4.7.4-20241017211210":{"name":"@firebase/firestore","version":"4.7.4-20241017211210","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.10-20241017211210","@firebase/logger":"0.4.3-20241017211210","@firebase/util":"1.10.1-20241017211210","@firebase/webchannel-wrapper":"1.0.2-20241017211210","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.14-20241017211210"},"devDependencies":{"@firebase/app":"0.10.14-20241017211210","@firebase/app-compat":"0.2.44-20241017211210","@firebase/auth":"1.8.0-20241017211210","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.4-20241017211210","readmeFilename":"README.md","gitHead":"c9b0ddef586a8b90869e70ee7428bdd628bb1287","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-WyPLJaGDyxb7lTLQSKqnlnyszXX8Uk47xmcvlY5j+5ddL8a+caZgUVW3kFgN8xLyfc+AOEAskHVbwsZqw8a8jQ==","shasum":"91fd7973b3aef9a2b0f64d501e4a843dda1f0239","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.4-20241017211210.tgz","fileCount":1271,"unpackedSize":28334676,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDxrgoygcwoyd+Q5EvM9ehutX9EnfV1nUhJ7Pvd09H3XgIhAJi0TFsreD5hjLfbxk4BqKvo85Es01d/yXQuvi8AVJ9n"}],"size":5633232},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.4-20241017211210_1729200461783_0.6818554749664989"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-17T21:27:42.136Z","publish_time":1729200462136,"_source_registry_name":"default","contributors":[]},"4.7.4":{"name":"@firebase/firestore","version":"4.7.4","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.10","@firebase/logger":"0.4.3","@firebase/util":"1.10.1","@firebase/webchannel-wrapper":"1.0.2","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.10.14","@firebase/app-compat":"0.2.44","@firebase/auth":"1.8.0","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.4","gitHead":"a97ac88db82ca44d7c39c13e2ec8c9c8229ab3ed","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-K2nq4w+NF8J1waGawY5OHLawP/Aw5CYxyDstVv1NZemGPcM3U+LZ9EPaXr1PatYIrPA7fS4DxZoWcbB0aGJ8Zg==","shasum":"f24e5ceffd607fb93d652512261a8c3526b938a6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.4.tgz","fileCount":1271,"unpackedSize":28334133,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQChq/Xr8qTOVScMowUdJRKQCRd6rS6WPfxNp74fWYjy1QIhAMpwzZCYWr0FM6HcZazr71c6HpBD6pg1PrGjUOoA8cfu"}],"size":5633026},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.4_1729534876345_0.8662244165568844"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-21T18:21:16.648Z","publish_time":1729534876648,"_source_registry_name":"default","contributors":[]},"4.7.4-canary.a97ac88db":{"name":"@firebase/firestore","version":"4.7.4-canary.a97ac88db","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.10-canary.a97ac88db","@firebase/logger":"0.4.3-canary.a97ac88db","@firebase/util":"1.10.1-canary.a97ac88db","@firebase/webchannel-wrapper":"1.0.2-canary.a97ac88db","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.14-canary.a97ac88db"},"devDependencies":{"@firebase/app":"0.10.14-canary.a97ac88db","@firebase/app-compat":"0.2.44-canary.a97ac88db","@firebase/auth":"1.8.0-canary.a97ac88db","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.4-canary.a97ac88db","readmeFilename":"README.md","gitHead":"a97ac88db82ca44d7c39c13e2ec8c9c8229ab3ed","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-ZP9f6t5dRowQ8C7ebbQiO8P2FNpmnPOFWEcPUL6ja1qKug9WiAs2iMPtuuJFxiKPEQjcPSFSrK89FY1qlWAs1w==","shasum":"dd9fdd00353566ecaa937d8f95abb56aed28e99c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.4-canary.a97ac88db.tgz","fileCount":1271,"unpackedSize":28334746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBgqvN9wvOdcWCPfugJUDyz+3hsmEAjiI36e9A4s6sukAiAVhNUx0bCCuPDTuqVq0jwtlzr9ZyfHmkeYs5Di8pQ7aw=="}],"size":5633214},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.4-canary.a97ac88db_1729536857597_0.6689925623303721"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-21T18:54:18.013Z","publish_time":1729536858013,"_source_registry_name":"default","contributors":[]},"4.7.4-canary.0f5a9aad0":{"name":"@firebase/firestore","version":"4.7.4-canary.0f5a9aad0","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.10-canary.0f5a9aad0","@firebase/logger":"0.4.3-canary.0f5a9aad0","@firebase/util":"1.10.1-canary.0f5a9aad0","@firebase/webchannel-wrapper":"1.0.2-canary.0f5a9aad0","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.14-canary.0f5a9aad0"},"devDependencies":{"@firebase/app":"0.10.14-canary.0f5a9aad0","@firebase/app-compat":"0.2.44-canary.0f5a9aad0","@firebase/auth":"1.8.0-canary.0f5a9aad0","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.4-canary.0f5a9aad0","readmeFilename":"README.md","gitHead":"0f5a9aad0936af4c2df50d083db73306ebe069bc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-v5lPRTOLVY6gK+oirK1i8voNbGI6WapJbxKZvJTyKDkWVf/29PoO0NhtpAoPEiOIC+nVfinqeN/2IyrAllQnRw==","shasum":"15f9e53fb277071faf3c7def5320bacd81b91ace","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.4-canary.0f5a9aad0.tgz","fileCount":1271,"unpackedSize":28334746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCZOXrEVkdR+YkiyUfHqxg661f+eiTRctWky/HG10kUtQIgObjqLADHKDceuLyBwBlTCTPzyzg0jOLHCIYqL8EwMFo="}],"size":5633208},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.4-canary.0f5a9aad0_1729620546404_0.14885683206697564"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-22T18:09:06.858Z","publish_time":1729620546858,"_source_registry_name":"default","contributors":[]},"4.7.4-canary.a75082f06":{"name":"@firebase/firestore","version":"4.7.4-canary.a75082f06","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.10-canary.a75082f06","@firebase/logger":"0.4.3-canary.a75082f06","@firebase/util":"1.10.1-canary.a75082f06","@firebase/webchannel-wrapper":"1.0.2-canary.a75082f06","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.15-canary.a75082f06"},"devDependencies":{"@firebase/app":"0.10.15-canary.a75082f06","@firebase/app-compat":"0.2.45-canary.a75082f06","@firebase/auth":"1.8.0-canary.a75082f06","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.4-canary.a75082f06","readmeFilename":"README.md","gitHead":"a75082f060cf445690da1541a696b5009b58356b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-F6wK0MmStoLMLhya1yjGYVm8C/9FXNq0l2oKf8fgSbFtiluckVpks8JALUFsI9Gf5GChdu6eupYzZVfGYnbReQ==","shasum":"b86b809673454258508800cfd5a93d2d1c4761a3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.4-canary.a75082f06.tgz","fileCount":1271,"unpackedSize":28334746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDb2Y4JQlfIClfrY+BktC7wsQ3xtMxFHMx1qkZZCLO4hAIgAh4T1K/Oj8bjWJHDep0cuNd29x2f8XiVxSD6CaOHqfs="}],"size":5633226},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.4-canary.a75082f06_1729624954635_0.6625735557374097"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-22T19:22:35.047Z","publish_time":1729624955047,"_source_registry_name":"default","contributors":[]},"4.7.4-canary.fe447151b":{"name":"@firebase/firestore","version":"4.7.4-canary.fe447151b","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.10-canary.fe447151b","@firebase/logger":"0.4.3-canary.fe447151b","@firebase/util":"1.10.1-canary.fe447151b","@firebase/webchannel-wrapper":"1.0.2-canary.fe447151b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.15-canary.fe447151b"},"devDependencies":{"@firebase/app":"0.10.15-canary.fe447151b","@firebase/app-compat":"0.2.45-canary.fe447151b","@firebase/auth":"1.8.0-canary.fe447151b","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.4-canary.fe447151b","readmeFilename":"README.md","gitHead":"fe447151bee847ff4967c5f43287c1855a6ca47b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-rq1bhJtAaKcdE24BXrHf58L1hHjpm0ViyGuxfu59Hl8xC7hQHl0CurgBWtuUiqKZE4cid85131W5B3GQ9LDaJw==","shasum":"14e576f732cd4e59ef7ef01a58f56e1daf137ecd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.4-canary.fe447151b.tgz","fileCount":1271,"unpackedSize":28334746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFU6EfPCnDUGVM1TfM1AnDYI6uZCqUma98bZ5no0RQS6AiATV2MitsgP5XbngLxUsqfIiXsTTB7/hx0OHQTDggPyhA=="}],"size":5633221},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.4-canary.fe447151b_1729694422097_0.5360159867669061"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-23T14:40:22.429Z","publish_time":1729694422429,"_source_registry_name":"default","contributors":[]},"4.7.4-canary.1f1ba3fee":{"name":"@firebase/firestore","version":"4.7.4-canary.1f1ba3fee","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.10-canary.1f1ba3fee","@firebase/logger":"0.4.3-canary.1f1ba3fee","@firebase/util":"1.10.1-canary.1f1ba3fee","@firebase/webchannel-wrapper":"1.0.2-canary.1f1ba3fee","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.15-canary.1f1ba3fee"},"devDependencies":{"@firebase/app":"0.10.15-canary.1f1ba3fee","@firebase/app-compat":"0.2.45-canary.1f1ba3fee","@firebase/auth":"1.8.0-canary.1f1ba3fee","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.4-canary.1f1ba3fee","readmeFilename":"README.md","gitHead":"1f1ba3feedf543a8ce42326dda077b0cdae21f2f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-C4wTX7wWTwt1NicTqYOlkozTXA/85xrpAxw4WZUph7wSqncvcnRDbwUpnySSXVTf3wGKl3o5bt0bzsdPGekITQ==","shasum":"eedf62a1545ff140082a9ef195adb1a19c66c45a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.4-canary.1f1ba3fee.tgz","fileCount":1271,"unpackedSize":28334746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCy/si91iyT/2mdk2uwoTVraT8tIvrBEntso73I52Ag0AIgdddaft/T3CO35sJqVZH+oGB6J526gz8oV+W7M1sAnZc="}],"size":5633202},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.4-canary.1f1ba3fee_1729703818185_0.6344409012892684"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-23T17:16:58.525Z","publish_time":1729703818525,"_source_registry_name":"default","contributors":[]},"4.7.4-canary.052e438bc":{"name":"@firebase/firestore","version":"4.7.4-canary.052e438bc","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.10-canary.052e438bc","@firebase/logger":"0.4.3-canary.052e438bc","@firebase/util":"1.10.1-canary.052e438bc","@firebase/webchannel-wrapper":"1.0.2-canary.052e438bc","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.15-canary.052e438bc"},"devDependencies":{"@firebase/app":"0.10.15-canary.052e438bc","@firebase/app-compat":"0.2.45-canary.052e438bc","@firebase/auth":"1.8.0-canary.052e438bc","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.4-canary.052e438bc","readmeFilename":"README.md","gitHead":"052e438bc9abc5bfaf553a41edd2cde44dc70bc2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-DHgNUIFuRH52ZSvuJIzE8n0Ivb5X9bP+bVEaHORGizMZAAqkL2Duo7eORSk5/9oJ5Zk0yIIUdECFFBgdo9Xy5w==","shasum":"b5c6060f2af0e325e4280d1960276e9ec930f9e5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.4-canary.052e438bc.tgz","fileCount":1271,"unpackedSize":28334746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDgKHQEPyXE4kwjHIaH4LkvQ0DN7INFFv5IjzZX77WnpAIgFSQ2SF5SgqCQu4cUvmTOZFayRaXt6VM/cTQkKe5qUMs="}],"size":5633222},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.4-canary.052e438bc_1729706547939_0.28024769217843715"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-23T18:02:28.291Z","publish_time":1729706548291,"_source_registry_name":"default","contributors":[]},"4.7.4-canary.4db3d3e7b":{"name":"@firebase/firestore","version":"4.7.4-canary.4db3d3e7b","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.10-canary.4db3d3e7b","@firebase/logger":"0.4.3-canary.4db3d3e7b","@firebase/util":"1.10.1-canary.4db3d3e7b","@firebase/webchannel-wrapper":"1.0.2-canary.4db3d3e7b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.15-canary.4db3d3e7b"},"devDependencies":{"@firebase/app":"0.10.15-canary.4db3d3e7b","@firebase/app-compat":"0.2.45-canary.4db3d3e7b","@firebase/auth":"1.8.0-canary.4db3d3e7b","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"4.7.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.4-canary.4db3d3e7b","readmeFilename":"README.md","gitHead":"4db3d3e7be8b435b523d23b0910958a495c09ad8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-oAN+qlAeDLa5kaw2moh6WVkOk62EqRofoqnih9l2YnqVoQM/t++yLYsFKbdRsF8BUbMYdPYCQWQCh9eqoBZotg==","shasum":"cce8b0197d71aa4315435894f02908e38ae2df14","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.4-canary.4db3d3e7b.tgz","fileCount":1271,"unpackedSize":28334746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZTSthgNCoNi7KToKXXPQ1EL50fvwG734mwNRwY3lzkQIhAJZR42tYlZbpzaPOIKzRUl3g96edErJY3A+gocHbePGg"}],"size":5633219},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.4-canary.4db3d3e7b_1729719043541_0.9329252005836473"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-23T21:30:44.099Z","publish_time":1729719044099,"_source_registry_name":"default","contributors":[]},"4.7.4-canary.e577a408c":{"name":"@firebase/firestore","version":"4.7.4-canary.e577a408c","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.10-canary.e577a408c","@firebase/logger":"0.4.3-canary.e577a408c","@firebase/util":"1.10.1-canary.e577a408c","@firebase/webchannel-wrapper":"1.0.2-canary.e577a408c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.15-canary.e577a408c"},"devDependencies":{"@firebase/app":"0.10.15-canary.e577a408c","@firebase/app-compat":"0.2.45-canary.e577a408c","@firebase/auth":"1.8.0-canary.e577a408c","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.4-canary.e577a408c","readmeFilename":"README.md","gitHead":"e577a408cdd9ebef1308d8ac700f340c5e5c16e7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-+WSXt6T1Zo2gIAnt0eSvEIZvbBMT5cgaQMUjzGdGixdOayetdKQsF0rOIy1b43ciUJrpECBqdeNIzAWLUxCnDg==","shasum":"128eaca443b9e545c1f79722647ed491baf77184","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.4-canary.e577a408c.tgz","fileCount":1271,"unpackedSize":28179219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCx5uho907dZfUfex7kZ40EkRpivbu9fERHXU4asM9CrgIgN9LEYtYpbyuuXt05+smC/ULse1zyKv0Ljlid+J+/vPM="}],"size":5625505},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.4-canary.e577a408c_1729860105192_0.2909804311077755"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-25T12:41:45.501Z","publish_time":1729860105501,"_source_registry_name":"default","contributors":[]},"4.7.4-canary.612335d76":{"name":"@firebase/firestore","version":"4.7.4-canary.612335d76","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.10-canary.612335d76","@firebase/logger":"0.4.3-canary.612335d76","@firebase/util":"1.10.1-canary.612335d76","@firebase/webchannel-wrapper":"1.0.2-canary.612335d76","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.15-canary.612335d76"},"devDependencies":{"@firebase/app":"0.10.15-canary.612335d76","@firebase/app-compat":"0.2.45-canary.612335d76","@firebase/auth":"1.8.0-canary.612335d76","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.4-canary.612335d76","readmeFilename":"README.md","gitHead":"612335d761c3eedbc3f103e2df01cb54a7a27e81","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-CKMskgNH6shopHn7ToOjRLc6S+uCFepQ1bplBkmhov4jvGKQGDDjVuvOyLDFFtN0JsQTDXmnim0nZ6q73LoGqg==","shasum":"88bdc632b673216ecfffa1f9d67ce838de46aaeb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.4-canary.612335d76.tgz","fileCount":1271,"unpackedSize":28179219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAvsSuhHRFJLVlsQ9xoBs+c7T+K5CKL1SJGh76tk55GbAiBXQ/Zc7Y3pxLPdDOvRSLiu8XCUWbIX4iNbfDPu06EQ6A=="}],"size":5625514},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.4-canary.612335d76_1729882097443_0.6642402090653334"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-25T18:48:18.065Z","publish_time":1729882098065,"_source_registry_name":"default","contributors":[]},"4.7.4-canary.b80711925":{"name":"@firebase/firestore","version":"4.7.4-canary.b80711925","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.10-canary.b80711925","@firebase/logger":"0.4.3-canary.b80711925","@firebase/util":"1.10.1-canary.b80711925","@firebase/webchannel-wrapper":"1.0.2-canary.b80711925","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.15-canary.b80711925"},"devDependencies":{"@firebase/app":"0.10.15-canary.b80711925","@firebase/app-compat":"0.2.45-canary.b80711925","@firebase/auth":"1.8.0-canary.b80711925","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.4-canary.b80711925","readmeFilename":"README.md","gitHead":"b807119252dacf46b0122344c2b6dfc503cecde1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-ALVEWFRJYa2D8MiGIT/pEdbnB6zXCDTevGgzKlnV5utWCk0BcDa606IUp9BPi4Ai7FbDK1jhuuCqp+ZMQbDX5A==","shasum":"f92da58cd4185a7121afdcd7b40b73b9a90b90fa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.4-canary.b80711925.tgz","fileCount":1271,"unpackedSize":28179219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGBuyIGgCg+XSHrnUbiRL1w7OLoPcls4LaBBu0orHJtEAiB4tpLMxMUU8PYPcBhW8jpIJsbYx7m6QmGbZmgrEUpk+w=="}],"size":5625517},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.4-canary.b80711925_1729884758687_0.23462640415351554"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-25T19:32:39.135Z","publish_time":1729884759135,"_source_registry_name":"default","contributors":[]},"4.7.4-canary.d4cb3f870":{"name":"@firebase/firestore","version":"4.7.4-canary.d4cb3f870","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.10-canary.d4cb3f870","@firebase/logger":"0.4.3-canary.d4cb3f870","@firebase/util":"1.10.1-canary.d4cb3f870","@firebase/webchannel-wrapper":"1.0.2-canary.d4cb3f870","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.15-canary.d4cb3f870"},"devDependencies":{"@firebase/app":"0.10.15-canary.d4cb3f870","@firebase/app-compat":"0.2.45-canary.d4cb3f870","@firebase/auth":"1.8.0-canary.d4cb3f870","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.4-canary.d4cb3f870","readmeFilename":"README.md","gitHead":"d4cb3f87061048e216e1070ae245abc368e2c2fe","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-0nk0EOivKAdn7jmntyshmbhjqT4gdSMRDWNjQ1A3a/XgEgQPpVaWqDpTgsFs2KQgVNusaxvSpjoiH6Svq6A/Cw==","shasum":"d119708cbb2708a6b22be62f47851d01567cb7b6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.4-canary.d4cb3f870.tgz","fileCount":1271,"unpackedSize":28179219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDOV5oaVJndXYBnUWMXrQPFQ5OD4d+mXIdjfw2eTAjoLQIhANlTvZh62ualFxm2egaaaxZU80AFVSMx7d2NUZdIBvl6"}],"size":5625507},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.4-canary.d4cb3f870_1730141266086_0.17444513305678577"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-28T18:47:46.485Z","publish_time":1730141266485,"_source_registry_name":"default","contributors":[]},"4.7.4-canary.0f5714ba5":{"name":"@firebase/firestore","version":"4.7.4-canary.0f5714ba5","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.10-canary.0f5714ba5","@firebase/logger":"0.4.3-canary.0f5714ba5","@firebase/util":"1.10.1-canary.0f5714ba5","@firebase/webchannel-wrapper":"1.0.2-canary.0f5714ba5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.15-canary.0f5714ba5"},"devDependencies":{"@firebase/app":"0.10.15-canary.0f5714ba5","@firebase/app-compat":"0.2.45-canary.0f5714ba5","@firebase/auth":"1.8.0-canary.0f5714ba5","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.1","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.4-canary.0f5714ba5","readmeFilename":"README.md","gitHead":"0f5714ba5baab119a73355c0fd86db5a44cd3d20","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-nyKreSgTxpL5LAmIGPzLjU8uEXOef540swW6stczJiw6DVyiHGC2j8NL1JJ/98x5mPaM2LAb42Cy39rh3VqPug==","shasum":"33b97e39837d0718c4105e294a9b7f2910b1f490","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.4-canary.0f5714ba5.tgz","fileCount":1271,"unpackedSize":28191712,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCT+jIMF+S4oHMlv9+JoUqmHAx66eLTnH9GQrbHuUpsmQIgdfBGHfm0xGj7Fkpb/3ozeDVYakSOVj6VOehOsOvzeyA="}],"size":5627445},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.4-canary.0f5714ba5_1730305304218_0.9974630483549387"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-30T16:21:44.492Z","publish_time":1730305304492,"_source_registry_name":"default","contributors":[]},"4.7.4-canary.caf309007":{"name":"@firebase/firestore","version":"4.7.4-canary.caf309007","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.10-canary.caf309007","@firebase/logger":"0.4.3-canary.caf309007","@firebase/util":"1.10.1-canary.caf309007","@firebase/webchannel-wrapper":"1.0.2-canary.caf309007","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.15-canary.caf309007"},"devDependencies":{"@firebase/app":"0.10.15-canary.caf309007","@firebase/app-compat":"0.2.45-canary.caf309007","@firebase/auth":"1.8.0-canary.caf309007","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.4-canary.caf309007","readmeFilename":"README.md","gitHead":"caf30900795c577be7f8db3c7437ee3f3992aee6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-HSKq7mxmkHYPOLrZk9HK4d38M84AScX0NJYZe2ALzgCHqs2UTtOCDNm9QG9C3S62xh3Xql6Fshr5Ij5aUik1xw==","shasum":"30a83102fd443c454e803ae924ac535688235333","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.4-canary.caf309007.tgz","fileCount":1271,"unpackedSize":28191712,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAi0VfFYum9G0AN9OqiRLsvD/hFDQ/WsKRfaUbU66O80AiB1ld8aVpoSDWDzMg1g3cwQ+oP41IeMSL82ucbiyRqqFg=="}],"size":5627441},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.4-canary.caf309007_1730316473597_0.7494285617735112"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-30T19:27:54.053Z","publish_time":1730316474053,"_source_registry_name":"default","contributors":[]},"4.7.4-canary.274e9a56e":{"name":"@firebase/firestore","version":"4.7.4-canary.274e9a56e","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.10-canary.274e9a56e","@firebase/logger":"0.4.3-canary.274e9a56e","@firebase/util":"1.10.1-canary.274e9a56e","@firebase/webchannel-wrapper":"1.0.2-canary.274e9a56e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.15-canary.274e9a56e"},"devDependencies":{"@firebase/app":"0.10.15-canary.274e9a56e","@firebase/app-compat":"0.2.45-canary.274e9a56e","@firebase/auth":"1.8.0-canary.274e9a56e","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.4-canary.274e9a56e","readmeFilename":"README.md","gitHead":"274e9a56e92a0efc0cd755cb9ea332277b4ec843","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-vF/6/PB9TrNK8MhH/+T8j1Bo8/ppFjFqUMBs4CZObhY8TVS0AqNe6mfdZviw7JTWIXiU6Qc/LO2+MALqpvcpoQ==","shasum":"6b8551edd73eedf5f395ae71cadf7a4a3750636c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.4-canary.274e9a56e.tgz","fileCount":1271,"unpackedSize":28191712,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID2S9g4fZtov4kdw1jttDqnRI2yoNlNOxCGLtGUTdwfTAiEA769JB6C/ZkYmdvTwRqAzV02HZo1dsQ5kvuOJKD0KJAc="}],"size":5627443},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.4-canary.274e9a56e_1730846469123_0.24169969954027515"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-05T22:41:09.502Z","publish_time":1730846469502,"_source_registry_name":"default","contributors":[]},"4.7.4-canary.e3e207845":{"name":"@firebase/firestore","version":"4.7.4-canary.e3e207845","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.10-canary.e3e207845","@firebase/logger":"0.4.3-canary.e3e207845","@firebase/util":"1.10.1-canary.e3e207845","@firebase/webchannel-wrapper":"1.0.2-canary.e3e207845","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.15-canary.e3e207845"},"devDependencies":{"@firebase/app":"0.10.15-canary.e3e207845","@firebase/app-compat":"0.2.45-canary.e3e207845","@firebase/auth":"1.8.0-canary.e3e207845","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.4-canary.e3e207845","readmeFilename":"README.md","gitHead":"e3e20784503347ba5cab1ead3a7b73df87125cb4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-3bgAZXwMmTq7XxswjHZ1RGU9NhDMyg1erEMXsyvgam2StNvq7hn94R1GZlOargWOpsNs58FIoj2thxdB/s1yCw==","shasum":"e495fb8036c5de2092f4dadeb5b9a7784ff10822","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.4-canary.e3e207845.tgz","fileCount":1271,"unpackedSize":28191712,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDPVs5+206XiMvYpc1F6yAvCPC5urUZhtjEHkv2+l8wLwIgbHpcvaQSx0fd1si+BqV1JxyZurpKq9tVXlfplhO3w/s="}],"size":5627447},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.4-canary.e3e207845_1730906015961_0.43847822352395327"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-06T15:13:36.328Z","publish_time":1730906016328,"_source_registry_name":"default","contributors":[]},"4.7.5-20241112154924":{"name":"@firebase/firestore","version":"4.7.5-20241112154924","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-20241112154924","@firebase/logger":"0.4.4-20241112154924","@firebase/util":"1.10.2-20241112154924","@firebase/webchannel-wrapper":"1.0.3-20241112154924","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.16-20241112154924"},"devDependencies":{"@firebase/app":"0.10.16-20241112154924","@firebase/app-compat":"0.2.46-20241112154924","@firebase/auth":"1.8.1-20241112154924","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-20241112154924","readmeFilename":"README.md","gitHead":"2c27206a97ec439dc6907c72fda404dd89b59c1d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-6UdTesRkpprPcYPtMr4zSPTrBVRGn77QtlssTNZOQqhhOnEjX5O2TQhA30KaMqcDPSU7Kmu+8MMgEU3gkM9QpA==","shasum":"ff3d55d60cc20f1aeeb16562423e2b5aa011ac69","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-20241112154924.tgz","fileCount":1271,"unpackedSize":28191642,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDcfp+8t5fe23uF7nc7VHtDwdWN61tez3C5eegT9yaaOQIhAI9Cdld8FnnwzGgYm+KoNElsY8GL1yzmdI5EFoRGKj/I"}],"size":5627456},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.5-20241112154924_1731427446146_0.6598029731423456"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-12T16:04:06.624Z","publish_time":1731427446624,"_source_registry_name":"default","contributors":[]},"4.7.5":{"name":"@firebase/firestore","version":"4.7.5","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11","@firebase/logger":"0.4.4","@firebase/util":"1.10.2","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.10.16","@firebase/app-compat":"0.2.46","@firebase/auth":"1.8.1","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5","gitHead":"ffbf5a60ac756c69dd50bddb69fccd9968844ac5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-OO3rHvjC07jL2ITN255xH/UzCVSvh6xG8oTzQdFScQvFbcm1fjCL1hgAdpDZcx3vVcKMV+6ktr8wbllkB8r+FQ==","shasum":"a34d215b28b2888841ed5e06fa6db2ae2246098a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5.tgz","fileCount":1271,"unpackedSize":28191099,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCY66A4X5+R/xEUhyivgZL8ifzT4XQfee1+reU09Q5CoQIgBuxLzON0iMQ40YPddESbVaG2qGna8cccoPebKsB0GAo="}],"size":5627120},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.5_1731597943596_0.3278359178549901"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-14T15:25:44.042Z","publish_time":1731597944042,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.ffbf5a60a":{"name":"@firebase/firestore","version":"4.7.5-canary.ffbf5a60a","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-canary.ffbf5a60a","@firebase/logger":"0.4.4-canary.ffbf5a60a","@firebase/util":"1.10.2-canary.ffbf5a60a","@firebase/webchannel-wrapper":"1.0.3-canary.ffbf5a60a","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.16-canary.ffbf5a60a"},"devDependencies":{"@firebase/app":"0.10.16-canary.ffbf5a60a","@firebase/app-compat":"0.2.46-canary.ffbf5a60a","@firebase/auth":"1.8.1-canary.ffbf5a60a","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-canary.ffbf5a60a","readmeFilename":"README.md","gitHead":"ffbf5a60ac756c69dd50bddb69fccd9968844ac5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-11wFvSU+IMPmsrFRjPrZyy54UGLn263e4EzCFjfpxMh8CTsjCtdADurbZjzLmOwMpWZp7xnV7h2ZmXVEx3XycQ==","shasum":"3504ba4824f78d7429a91e26c498b5d3df5f0b9f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.ffbf5a60a.tgz","fileCount":1271,"unpackedSize":28191712,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDP1f4jzKsuiezHdZ0Q8LXrfiQITawMAYrlpamYgVH9PAIgLlwN14lxI6VKTuNP+YsmwHUBi5xRazfOwyvZmCqFjJg="}],"size":5627438},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.5-canary.ffbf5a60a_1732224300873_0.05798192927468526"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-21T21:25:01.246Z","publish_time":1732224301246,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.1294e64c8":{"name":"@firebase/firestore","version":"4.7.5-canary.1294e64c8","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.5-canary.1294e64c8","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"0ef1667e53adf893b8bd250b40ae7f3ced361a11","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.1294e64c8.tgz","fileCount":1271,"integrity":"sha512-2l3flENNKS1qd7248OnkreSqlp5XsAbt7JTD+IGCIHF+/HhfyzxX1VSctdx1NUmwspDfzVJTDFlT1V7Y4b/VlA==","signatures":[{"sig":"MEUCIQDHYEWZ3OX1auf23J1uQBEdirc2k0SKoFumyuRnzONAJAIgIyvYnjade0aqrUaPf/1rxBmEPI2jqsjwXGGwTxiqsz4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28191712,"size":5627456},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"1294e64c813b6dbfb64f8dc24d90ec69a66f71ae","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.10.2-canary.1294e64c8","@firebase/logger":"0.4.4-canary.1294e64c8","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.11-canary.1294e64c8","@firebase/webchannel-wrapper":"1.0.3-canary.1294e64c8"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.2","protobufjs":"7.2.6","typescript":"5.5.4","chai-exclude":"2.1.0","@firebase/app":"0.10.16-canary.1294e64c8","@types/eslint":"7.29.0","@firebase/auth":"1.8.1-canary.1294e64c8","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.46-canary.1294e64c8","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.16-canary.1294e64c8"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.5-canary.1294e64c8_1733334144132_0.0016334143936687084","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-12-04T17:42:24.461Z","publish_time":1733334144461,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.c540ba9ee":{"name":"@firebase/firestore","version":"4.7.5-canary.c540ba9ee","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.5-canary.c540ba9ee","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"f6b77d6a527e31b1fb3381a98901afa25f964649","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.c540ba9ee.tgz","fileCount":1271,"integrity":"sha512-iLvobdzWLzuUvcyYLVHiWwTZLfaDBmlaB8mIBXMir/vsYGU6eAvGHTBf5FIGb/KwESUKYkxWD/KMmC5vumpukg==","signatures":[{"sig":"MEUCIQCNFDj/4ttVXvNXRXQIXx8V+8wTxwTFD1/J3jzpQZ2ejQIgI/NKZ58FCO3IvaYFPeixF7tQj5P9CbgoPu31N+hC7fk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28191712,"size":5627440},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"c540ba9eedd189ec8ac0932124d2cc400d1bd1d6","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.10.2-canary.c540ba9ee","@firebase/logger":"0.4.4-canary.c540ba9ee","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.11-canary.c540ba9ee","@firebase/webchannel-wrapper":"1.0.3-canary.c540ba9ee"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.2","protobufjs":"7.2.6","typescript":"5.5.4","chai-exclude":"2.1.0","@firebase/app":"0.10.16-canary.c540ba9ee","@types/eslint":"7.29.0","@firebase/auth":"1.8.1-canary.c540ba9ee","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.46-canary.c540ba9ee","@rollup/plugin-alias":"5.1.0","rollup-plugin-terser":"7.0.2","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.16-canary.c540ba9ee"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.5-canary.c540ba9ee_1733334824686_0.4020976622171313","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-12-04T17:53:45.071Z","publish_time":1733334825071,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.f05509e8c":{"name":"@firebase/firestore","version":"4.7.5-canary.f05509e8c","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-canary.f05509e8c","@firebase/logger":"0.4.4-canary.f05509e8c","@firebase/util":"1.10.2-canary.f05509e8c","@firebase/webchannel-wrapper":"1.0.3-canary.f05509e8c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.16-canary.f05509e8c"},"devDependencies":{"@firebase/app":"0.10.16-canary.f05509e8c","@firebase/app-compat":"0.2.46-canary.f05509e8c","@firebase/auth":"1.8.1-canary.f05509e8c","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-canary.f05509e8c","readmeFilename":"README.md","gitHead":"f05509e8c526ce44656389ab9997a6e5ee957a3d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-amywvraHp90JDOa9lQzmG1tU9QdFMXbQziOaMV/7ymegTQWGA68//GFg0h7S5WA0LsYC0BqTslDSY065SPyoVg==","shasum":"f375341f0207880b45cec73da77ac6345c4a50d0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.f05509e8c.tgz","fileCount":1271,"unpackedSize":28191712,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIChDC9bDjfXjJtk4kmVhCGn1ygvPz4ISOU7lTtfm65DXAiA12WkZOmhGKFkOlm17AhNDSNLY6I84bxi8FQxXbZVqbw=="}],"size":5627452},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.5-canary.f05509e8c_1733335480833_0.7192641710643402"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-04T18:04:41.203Z","publish_time":1733335481203,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.cb4309f13":{"name":"@firebase/firestore","version":"4.7.5-canary.cb4309f13","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-canary.cb4309f13","@firebase/logger":"0.4.4-canary.cb4309f13","@firebase/util":"1.10.2-canary.cb4309f13","@firebase/webchannel-wrapper":"1.0.3-canary.cb4309f13","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.16-canary.cb4309f13"},"devDependencies":{"@firebase/app":"0.10.16-canary.cb4309f13","@firebase/app-compat":"0.2.46-canary.cb4309f13","@firebase/auth":"1.8.1-canary.cb4309f13","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-canary.cb4309f13","readmeFilename":"README.md","gitHead":"cb4309f13a01a6c66eb502ae6f5d6fa93560ab06","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-v+pVUtY34oTL7IzeJumHITbFiVXMRO/zLL/NgnN4CcT9RL4W/GGEX6ldUILk6lFf/A9+XchAFU47frsuYOiJmA==","shasum":"45cbba936345d34a264d1e92801eb0fda3b634c2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.cb4309f13.tgz","fileCount":1271,"unpackedSize":28191712,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCKO256gqvKUqH2HXCxiq8FATiw2L4DTeInjX0WtFoc4AIhAPDV2498ymwe4Fohfl5n+ikcGlj7Gxgh0NvlJLFMyZAU"}],"size":5627452},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.5-canary.cb4309f13_1733341894488_0.04776323515529901"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-04T19:51:34.837Z","publish_time":1733341894837,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.1e8edb705":{"name":"@firebase/firestore","version":"4.7.5-canary.1e8edb705","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-canary.1e8edb705","@firebase/logger":"0.4.4-canary.1e8edb705","@firebase/util":"1.10.2-canary.1e8edb705","@firebase/webchannel-wrapper":"1.0.3-canary.1e8edb705","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.16-canary.1e8edb705"},"devDependencies":{"@firebase/app":"0.10.16-canary.1e8edb705","@firebase/app-compat":"0.2.46-canary.1e8edb705","@firebase/auth":"1.8.1-canary.1e8edb705","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-canary.1e8edb705","readmeFilename":"README.md","gitHead":"1e8edb70535724c571e5a5acce13841df108cad7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ZLJMEWX4tw1awYeqomle/JQimG7LYxwOUktkF14Faw+B2iO9gL7rFM0BlQOc6LogRPOZ6XTkYDxPqCYanU7egA==","shasum":"d18d9018b33de8337cd611953f0aa0e8181d160a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.1e8edb705.tgz","fileCount":1271,"unpackedSize":28191712,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCMCYTJsQChY82wF6g+pwUFDZBue3cQdNIL+DCEVw58xgIgBHpy8nDHtJjpKKLKrOCiuvcSFNaLwAQYTB4XYJiqmiE="}],"size":5627447},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_4.7.5-canary.1e8edb705_1733510195261_0.19532375626288423"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-06T18:36:35.624Z","publish_time":1733510195624,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.cbec4b985":{"name":"@firebase/firestore","version":"4.7.5-canary.cbec4b985","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-canary.cbec4b985","@firebase/logger":"0.4.4-canary.cbec4b985","@firebase/util":"1.10.2-canary.cbec4b985","@firebase/webchannel-wrapper":"1.0.3-canary.cbec4b985","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.16-canary.cbec4b985"},"devDependencies":{"@firebase/app":"0.10.16-canary.cbec4b985","@firebase/app-compat":"0.2.46-canary.cbec4b985","@firebase/auth":"1.8.1-canary.cbec4b985","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-canary.cbec4b985","readmeFilename":"README.md","gitHead":"cbec4b985419a3ae30db3bb7d3872d51ae4ac717","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-zeveeXIP83Xexot8OTGq/kyYUW9XrFBUiGKHbtJHRIhMtlF79dFsOtQUeApzsPE3eVKPLzdNqH6qzp+TDpWZIg==","shasum":"0e7de452a1279b6f32c6ab2cd14f1ac72d7ace47","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.cbec4b985.tgz","fileCount":1271,"unpackedSize":28191712,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCK33Qt7Cywi5n4WtNMCd2cb7PcL/d7Ersp0ftPfbc7XgIgJnJ4ADtA46GSjokodWxDpBuV3WVQBwFhh3RsGHuBM40="}],"size":5627453},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.5-canary.cbec4b985_1733856629799_0.9329407277267445"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-10T18:50:30.105Z","publish_time":1733856630105,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.76c3641dc":{"name":"@firebase/firestore","version":"4.7.5-canary.76c3641dc","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-canary.76c3641dc","@firebase/logger":"0.4.4-canary.76c3641dc","@firebase/util":"1.10.2-canary.76c3641dc","@firebase/webchannel-wrapper":"1.0.3-canary.76c3641dc","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.16-canary.76c3641dc"},"devDependencies":{"@firebase/app":"0.10.16-canary.76c3641dc","@firebase/app-compat":"0.2.46-canary.76c3641dc","@firebase/auth":"1.8.1-canary.76c3641dc","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-canary.76c3641dc","readmeFilename":"README.md","gitHead":"76c3641dc1e148a90d5a0891d7c66cc34a47b0fb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-nbbg0dTn9GnOvOpLNdWqVvRH/yWiQovtZMDZNV2OQDRGLKUhK4fqs7thDjhsBwayxBZ1RpcOqdJdTua9rwnoAQ==","shasum":"95f8500f41aefdb8e6505442fc068841c2b4446e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.76c3641dc.tgz","fileCount":1271,"unpackedSize":28191712,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQChfPr+Hf1X4mkE3PMZPrutnmOvusZAoKwvEetmKnpwugIgCMVTKHhEmPDPEAcWvMPGzKDBmNXtbuEDQKsGoe2cnO4="}],"size":5627448},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.5-canary.76c3641dc_1733950174162_0.6715893542235645"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-11T20:49:34.699Z","publish_time":1733950174699,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.8a83d287b":{"name":"@firebase/firestore","version":"4.7.5-canary.8a83d287b","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-canary.8a83d287b","@firebase/logger":"0.4.4-canary.8a83d287b","@firebase/util":"1.10.2-canary.8a83d287b","@firebase/webchannel-wrapper":"1.0.3-canary.8a83d287b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.17-canary.8a83d287b"},"devDependencies":{"@firebase/app":"0.10.17-canary.8a83d287b","@firebase/app-compat":"0.2.47-canary.8a83d287b","@firebase/auth":"1.8.1-canary.8a83d287b","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-canary.8a83d287b","readmeFilename":"README.md","gitHead":"8a83d287be518680f52a3f9dd16f4d1eb9706192","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-SiQP/4wdwvj9TQ/GGeQdBGFEdJfbxBgfuwHrxY1UqHF8vYSQDOSpj8BOUhCDV7rKaR5+G3iQrL+z0XO0NHh1jQ==","shasum":"b1403559964c34f5b327d0bb4f3af60f864766ed","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.8a83d287b.tgz","fileCount":1271,"unpackedSize":28191712,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDR6tgmKaAVSiahWo9RsB32qn1xwwuCf/H8pPpchrzU/QIhAJUyDq4zMjOajreoJoq247glal4ocQaN43Sv23mZDAQD"}],"size":5627455},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.5-canary.8a83d287b_1734015054972_0.21318353923544642"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-12T14:50:55.249Z","publish_time":1734015055249,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.46c91bc3b":{"name":"@firebase/firestore","version":"4.7.5-canary.46c91bc3b","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-canary.46c91bc3b","@firebase/logger":"0.4.4-canary.46c91bc3b","@firebase/util":"1.10.2-canary.46c91bc3b","@firebase/webchannel-wrapper":"1.0.3-canary.46c91bc3b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.17-canary.46c91bc3b"},"devDependencies":{"@firebase/app":"0.10.17-canary.46c91bc3b","@firebase/app-compat":"0.2.47-canary.46c91bc3b","@firebase/auth":"1.8.1-canary.46c91bc3b","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-canary.46c91bc3b","readmeFilename":"README.md","gitHead":"46c91bc3bec2deb8079298ba2ddbcefc6d2cdd34","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-CHdOYqOVCuq+mEC7Vzwog3nyPhchP0AuEK5qZYUm/agH+PFZInj5TuBOPe24vgk0yfjLCpCtPB9I5XNmRSQBTg==","shasum":"d73265b07282c9866e1365da15b5eb6572fbd949","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.46c91bc3b.tgz","fileCount":1271,"unpackedSize":28191712,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDRjFPA1isxaqoe2mE+L69ki6ZY1Dek3U/UDC+jeJC9ywIhANLqQNdNnX8dbfW7ug/SatBcu9h70fI9CcThxjOjF5W2"}],"size":5627453},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.5-canary.46c91bc3b_1734028076206_0.5145569580210456"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-12T18:27:56.723Z","publish_time":1734028076723,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.32bf02111":{"name":"@firebase/firestore","version":"4.7.5-canary.32bf02111","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-canary.32bf02111","@firebase/logger":"0.4.4-canary.32bf02111","@firebase/util":"1.10.2-canary.32bf02111","@firebase/webchannel-wrapper":"1.0.3-canary.32bf02111","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.17-canary.32bf02111"},"devDependencies":{"@firebase/app":"0.10.17-canary.32bf02111","@firebase/app-compat":"0.2.47-canary.32bf02111","@firebase/auth":"1.8.1-canary.32bf02111","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-canary.32bf02111","readmeFilename":"README.md","gitHead":"32bf02111dc0b85ca9a13278725945e4f9bcce73","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-0QumbPzuFUBs8ncctwm2AlEcDPgaJxVPBI00XCoI7fdfDR1Ky917AkuDh2WFwTbKHz8giXrPG2zRZgAlwf4DpA==","shasum":"17a0be1144010f8dc5d24fa78f4bc57e05eccd73","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.32bf02111.tgz","fileCount":1271,"unpackedSize":28227341,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJPHyn1yuYnf7tnLtIFtUhRsIWmVqPbmDLzmLJ90flKgIhALWASEctU0+8OfcVetaTNbiFRNVinyUEWqitkpDyemaZ"}],"size":5639789},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.5-canary.32bf02111_1734452906447_0.2101186789656746"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-17T16:28:26.822Z","publish_time":1734452906822,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.ddc3192b5":{"name":"@firebase/firestore","version":"4.7.5-canary.ddc3192b5","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-canary.ddc3192b5","@firebase/logger":"0.4.4-canary.ddc3192b5","@firebase/util":"1.10.2-canary.ddc3192b5","@firebase/webchannel-wrapper":"1.0.3-canary.ddc3192b5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.17-canary.ddc3192b5"},"devDependencies":{"@firebase/app":"0.10.17-canary.ddc3192b5","@firebase/app-compat":"0.2.47-canary.ddc3192b5","@firebase/auth":"1.8.1-canary.ddc3192b5","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-canary.ddc3192b5","readmeFilename":"README.md","gitHead":"ddc3192b568a5b65dd7c93286403d4c9b0a7f4e8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-F5J89fU9ULYyh6IxaDpS4T2zo+DdbvDU6VosjoxmlCXnltLWc3+9W6PVtNgEX5N95Ex0lFGTg+ck3RvGvDi8ew==","shasum":"db81b5ecb1576101c0318e5e29452165f5c36b7f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.ddc3192b5.tgz","fileCount":1271,"unpackedSize":28227341,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDA72upwSKlsDlQfg69f2pPTbRy9dx7wCYiN0ZnKx7mqwIgWUJ07kxWOEkg0Y3HwqxBpQfwDXjvUeN68g1lCf6KyHA="}],"size":5639784},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.5-canary.ddc3192b5_1736273427129_0.6643405294000104"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-07T18:10:27.465Z","publish_time":1736273427465,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.f3a8df72a":{"name":"@firebase/firestore","version":"4.7.5-canary.f3a8df72a","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-canary.f3a8df72a","@firebase/logger":"0.4.4-canary.f3a8df72a","@firebase/util":"1.10.2-canary.f3a8df72a","@firebase/webchannel-wrapper":"1.0.3-canary.f3a8df72a","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.17-canary.f3a8df72a"},"devDependencies":{"@firebase/app":"0.10.17-canary.f3a8df72a","@firebase/app-compat":"0.2.47-canary.f3a8df72a","@firebase/auth":"1.8.1-canary.f3a8df72a","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-canary.f3a8df72a","readmeFilename":"README.md","gitHead":"f3a8df72adffa374d025d9a6aaafb449402b0860","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-P4Lm54rUrdnZN/QO7gOYk53T5EQtTAhU1nQrHrmsL4lK2vs0nfRRX2X5LrHeh9A+K/noKoPgbIs5Rd3YeNIcEQ==","shasum":"1de37bf6eea18c4d4d31f960e774aa1c071b30fd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.f3a8df72a.tgz","fileCount":1271,"unpackedSize":28227341,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID0rP/9jqWQZ1TdlZg/jZKxXLKdHVk0LXQiqg9xneFHOAiBmjwLSu/F4zw4ceyfqmSYR+1YyoJITBQs8Lic4dcq4+w=="}],"size":5639782},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.5-canary.f3a8df72a_1736283279348_0.18512649159572425"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-07T20:54:39.779Z","publish_time":1736283279779,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.7bf2aec63":{"name":"@firebase/firestore","version":"4.7.5-canary.7bf2aec63","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-canary.7bf2aec63","@firebase/logger":"0.4.4-canary.7bf2aec63","@firebase/util":"1.10.2-canary.7bf2aec63","@firebase/webchannel-wrapper":"1.0.3-canary.7bf2aec63","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.17-canary.7bf2aec63"},"devDependencies":{"@firebase/app":"0.10.17-canary.7bf2aec63","@firebase/app-compat":"0.2.47-canary.7bf2aec63","@firebase/auth":"1.8.1-canary.7bf2aec63","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-canary.7bf2aec63","readmeFilename":"README.md","gitHead":"7bf2aec6328b06c9c7dda91354630c0d59f2b411","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-rlJqPzNEbsWWJvORJDypRDJva7pZN9dhwaxAo9YSwx3FtZREARUzoYvYGmcJWsmTx9J1LMAhhHbgb1X6EfSs3g==","shasum":"d2edf86b8b0cdd88c50064eb8682948f9f471d1a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.7bf2aec63.tgz","fileCount":1271,"unpackedSize":28227341,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDnTLZXKUsjjLu8uNAlEqbvOry138rd0EMHTNDuejVG2QIgIpMw+Mxa05hIxv0CIH9c3yJtRZ0N1pVIEPypXV940xE="}],"size":5639784},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.5-canary.7bf2aec63_1736331160114_0.8279961600358243"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-08T10:12:40.361Z","publish_time":1736331160361,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.25a6204c1":{"name":"@firebase/firestore","version":"4.7.5-canary.25a6204c1","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-canary.25a6204c1","@firebase/logger":"0.4.4-canary.25a6204c1","@firebase/util":"1.10.2-canary.25a6204c1","@firebase/webchannel-wrapper":"1.0.3-canary.25a6204c1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.17-canary.25a6204c1"},"devDependencies":{"@firebase/app":"0.10.17-canary.25a6204c1","@firebase/app-compat":"0.2.47-canary.25a6204c1","@firebase/auth":"1.8.1-canary.25a6204c1","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-canary.25a6204c1","readmeFilename":"README.md","gitHead":"25a6204c1531b6c772e5368d12b2411ae1d21bbc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-7qFXRoNNeImQCHiEzltWgl0RGR1bsGsngKp4cgbRDOxHC3tnt/BoBeA2BhNxR7M72JSoUZHN6FeoTiZnhR633w==","shasum":"fd3171e986259dc588e3eb90f3e7aa8d38cb1163","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.25a6204c1.tgz","fileCount":1271,"unpackedSize":28227341,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDMCb/xWgH3AIOjoprXgDmVa9AwWbIl+TdGwb+wqHBEJQIhANqsnvGdXXuYLzzwEiWYn0bigghOdNs+CuVsLmS4gHLz"}],"size":5639791},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.5-canary.25a6204c1_1736354177623_0.5512845978224434"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-08T16:36:17.931Z","publish_time":1736354177931,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.645487bc4":{"name":"@firebase/firestore","version":"4.7.5-canary.645487bc4","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-canary.645487bc4","@firebase/logger":"0.4.4-canary.645487bc4","@firebase/util":"1.10.2-canary.645487bc4","@firebase/webchannel-wrapper":"1.0.3-canary.645487bc4","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.17-canary.645487bc4"},"devDependencies":{"@firebase/app":"0.10.17-canary.645487bc4","@firebase/app-compat":"0.2.47-canary.645487bc4","@firebase/auth":"1.8.1-canary.645487bc4","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-canary.645487bc4","readmeFilename":"README.md","gitHead":"645487bc4f31bd55e00bbe9fcf1920c9b21f51a1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-VRp6zXwZp7YZ7CFJC0Uu53cOUv82IZTYGQ94DOz2/HO+jqw2AY9AzXvnhv4EKUVUFDa8Pzb4C6bV4/bntE+RxA==","shasum":"d8b6a70d0b205ceb4dee1f82d68a3687ea5fddcd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.645487bc4.tgz","fileCount":1271,"unpackedSize":28227341,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICGc56JUEgCd4iAatvhHDJDoq1H59MhD3Bw7fZ7ApkVxAiEA6dPqLNXeMca1XkjhsT1qUdImsfkh7YWiXsCYDUb8BRM="}],"size":5639799},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.5-canary.645487bc4_1736360856131_0.9490926696989532"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-08T18:27:36.418Z","publish_time":1736360856418,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.a13305330":{"name":"@firebase/firestore","version":"4.7.5-canary.a13305330","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-canary.a13305330","@firebase/logger":"0.4.4-canary.a13305330","@firebase/util":"1.10.2-canary.a13305330","@firebase/webchannel-wrapper":"1.0.3-canary.a13305330","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.17-canary.a13305330"},"devDependencies":{"@firebase/app":"0.10.17-canary.a13305330","@firebase/app-compat":"0.2.47-canary.a13305330","@firebase/auth":"1.8.1-canary.a13305330","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-canary.a13305330","readmeFilename":"README.md","gitHead":"a133053305095ac85bbf30200107e2a7a593aa77","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Pjg9N9JEMGwAMW+wA1kLTZLopWwUyf/hTUuoH4AemhhZqzuF1AOgNu+C/P2OuEWYUJU/Yp+v9kkT+N/saPYYPA==","shasum":"fc05512d9f7fe1aa5d1834174c928cd424cd3711","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.a13305330.tgz","fileCount":1271,"unpackedSize":28227341,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGI77wR1kvuZ/4zcGltWqNNLheaPb5ky4vjVZy9JQ6AIAiB/yYTcRth3hb4sgTmesznvUEQNnwgT008/DWw76lHhOg=="}],"size":5639793},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.5-canary.a13305330_1736445868891_0.44969948177710983"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-09T18:04:29.219Z","publish_time":1736445869219,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.c19a051ce":{"name":"@firebase/firestore","version":"4.7.5-canary.c19a051ce","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-canary.c19a051ce","@firebase/logger":"0.4.4-canary.c19a051ce","@firebase/util":"1.10.2-canary.c19a051ce","@firebase/webchannel-wrapper":"1.0.3-canary.c19a051ce","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.17-canary.c19a051ce"},"devDependencies":{"@firebase/app":"0.10.17-canary.c19a051ce","@firebase/app-compat":"0.2.47-canary.c19a051ce","@firebase/auth":"1.8.1-canary.c19a051ce","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-canary.c19a051ce","readmeFilename":"README.md","gitHead":"c19a051ce490398f49fbf9bdb7181a986b66fa14","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-XZ8MvieLkYZHJHgcWc/ViUSnuhLgjqcBH/HXQmUMF0u9K5Xv9DHxi42WdP4TVS7JVqLVW7HmdYKQ+WeYxNmxjg==","shasum":"455ae8e5881b0ce12049192e48efee26f9c763ec","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.c19a051ce.tgz","fileCount":1271,"unpackedSize":28227341,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDU4B0ijsG5WaM4C7hUjozPHl/BfIEK/IBICkvs//1CwAiEA/qVjm7tf+Fe5koAe6WbmJ0B5SWPjhhYrUq8cFN5ixU8="}],"size":5639779},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.5-canary.c19a051ce_1736447565357_0.18305814185397384"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-09T18:32:45.840Z","publish_time":1736447565840,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.a0e0a1c2c":{"name":"@firebase/firestore","version":"4.7.5-canary.a0e0a1c2c","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-canary.a0e0a1c2c","@firebase/logger":"0.4.4-canary.a0e0a1c2c","@firebase/util":"1.10.2-canary.a0e0a1c2c","@firebase/webchannel-wrapper":"1.0.3-canary.a0e0a1c2c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.17-canary.a0e0a1c2c"},"devDependencies":{"@firebase/app":"0.10.17-canary.a0e0a1c2c","@firebase/app-compat":"0.2.47-canary.a0e0a1c2c","@firebase/auth":"1.8.1-canary.a0e0a1c2c","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-canary.a0e0a1c2c","readmeFilename":"README.md","gitHead":"a0e0a1c2cfd1c6b5fceb2da364afd2c2b3e13545","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-FGjo7JzRLAH3wkJ1m5ylxE15jJwVdP0O9jeGPUlpDsEZeF8/TtWEDiAF1pPv61cnCA0Qz5qT2rTLenjUpMQStQ==","shasum":"9336401c8d96bca68e6dedf5181b5d54dcedee74","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.a0e0a1c2c.tgz","fileCount":1271,"unpackedSize":28227341,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBLcyqB7vxf9SHgqVMAJSVUS/mtWWMhHMb/1vv4TUgLzAiByEYulVjiWsXoyIEo7J9a9FXVm/3/qGm/EhnbcFSWGiQ=="}],"size":5639776},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.5-canary.a0e0a1c2c_1736452553287_0.7406125852963394"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-09T19:55:53.623Z","publish_time":1736452553623,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.d16a4874b":{"name":"@firebase/firestore","version":"4.7.5-canary.d16a4874b","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-canary.d16a4874b","@firebase/logger":"0.4.4-canary.d16a4874b","@firebase/util":"1.10.2-canary.d16a4874b","@firebase/webchannel-wrapper":"1.0.3-canary.d16a4874b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.17-canary.d16a4874b"},"devDependencies":{"@firebase/app":"0.10.17-canary.d16a4874b","@firebase/app-compat":"0.2.47-canary.d16a4874b","@firebase/auth":"1.8.1-canary.d16a4874b","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-canary.d16a4874b","readmeFilename":"README.md","gitHead":"d16a4874b71ae21ef54e85fc1b43fc92319f7ef1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-sWT+fFMwWV2zFuxGZNI9ZrlfcP3ZbZInwLZhxN8p+cZ4RTMST7Y1QXFH/S6fI2CvFPYF8RPgVzpKqQTKrlrdVA==","shasum":"d67b11165b247f7e50130a32221c1c68edd30b1f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.d16a4874b.tgz","fileCount":1271,"unpackedSize":28227341,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBFygjnp5VTpv9sr9F3aR/4IJkFqlXkpfLDy+pQVVhLwAiEAkUohf3iQsH5Wd9Pc/wFKtgkxb1A5Ym+tdrJjFYkwhi0="}],"size":5639792},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.5-canary.d16a4874b_1736469721076_0.9709384431453669"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-10T00:42:01.444Z","publish_time":1736469721444,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.0755a723d":{"name":"@firebase/firestore","version":"4.7.5-canary.0755a723d","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-canary.0755a723d","@firebase/logger":"0.4.4-canary.0755a723d","@firebase/util":"1.10.2-canary.0755a723d","@firebase/webchannel-wrapper":"1.0.3-canary.0755a723d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.17-canary.0755a723d"},"devDependencies":{"@firebase/app":"0.10.17-canary.0755a723d","@firebase/app-compat":"0.2.47-canary.0755a723d","@firebase/auth":"1.8.1-canary.0755a723d","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-canary.0755a723d","readmeFilename":"README.md","gitHead":"0755a723db80edd204d904ea1d05b95eadb2c5fa","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-vd9TDHEsbqD0ptaS9n8IzUETi7V9E63YGp67qBM9Ecef59xAubo7FO4EQFza83WrCJAuAHqQ0lLUJl6UY4tTuA==","shasum":"e0a70b50df0c42ffb19786b96a74981cc62d68c0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.0755a723d.tgz","fileCount":1271,"unpackedSize":28227341,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDJBPPfOyGjGBNwPz+k1n5r8vxm0SmgllI+sgCXebj9mAiBzM30HQwc6f6bmYfWzcWik8j4HCF4RRS2PW+fU9TYZdw=="}],"size":5639790},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.5-canary.0755a723d_1736543408378_0.4483801591038561"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-10T21:10:08.691Z","publish_time":1736543408691,"_source_registry_name":"default","contributors":[]},"4.7.6-20250114135622":{"name":"@firebase/firestore","version":"4.7.6-20250114135622","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-20250114135622","@firebase/logger":"0.4.4","@firebase/util":"1.10.3-20250114135622","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.18-20250114135622"},"devDependencies":{"@firebase/app":"0.10.18-20250114135622","@firebase/app-compat":"0.2.48-20250114135622","@firebase/auth":"1.8.2-20250114135622","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.6-20250114135622","readmeFilename":"README.md","gitHead":"247627f9cb167a131612eb0a5c14106c67786a64","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-t9EWtAvi1nCZ5/PYpkupmlDvgwhjarCSz9uITCz2Wz3pxEWw6OMOPhGdbbvqoBOnaf1rwKAIIro2w4Q6N4AsVA==","shasum":"cae8adf2e4a3ee8a50b3b8bf0d56cd14b4b30398","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-20250114135622.tgz","fileCount":1271,"unpackedSize":28227241,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZdXLPUlEBVtaktpAhntWawFNZYoYaQO3MnnlVrPSECwIgZCfJl+IovUtP+z4YSdsi6MwXR8aCyBXOKHKnbJurSP8="}],"size":5639795},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.6-20250114135622_1736863748175_0.1380198417555487"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-14T14:09:08.455Z","publish_time":1736863748455,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.6a8263446":{"name":"@firebase/firestore","version":"4.7.5-canary.6a8263446","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-canary.6a8263446","@firebase/logger":"0.4.4-canary.6a8263446","@firebase/util":"1.10.2-canary.6a8263446","@firebase/webchannel-wrapper":"1.0.3-canary.6a8263446","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.17-canary.6a8263446"},"devDependencies":{"@firebase/app":"0.10.17-canary.6a8263446","@firebase/app-compat":"0.2.47-canary.6a8263446","@firebase/auth":"1.8.1-canary.6a8263446","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-canary.6a8263446","readmeFilename":"README.md","gitHead":"6a8263446854e5e91930cd888c9f8e55c8041b1f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ZQ1wzA1vMCqzOPF+hHPHbPx0jIq3pu34bvlXkbMsrVZ75J/5eYrmAPAyF53M+n0ZBcbrEb6spb6XmANzUbSvaA==","shasum":"ccf946b1bf583318483a36bc757cba26e70b71cc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.6a8263446.tgz","fileCount":1271,"unpackedSize":28227341,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH4c1FzG7o52Js+HOZ42e/ulvV1EyUxP/uiWl5K5E3sYAiAQ8hZntsWaHOh986JoiEXNDRjCVBAtXsqf5ln13BLcYQ=="}],"size":5639802},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.5-canary.6a8263446_1736896431134_0.6107684529967574"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-14T23:13:51.397Z","publish_time":1736896431397,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.21164c201":{"name":"@firebase/firestore","version":"4.7.5-canary.21164c201","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-canary.21164c201","@firebase/logger":"0.4.4-canary.21164c201","@firebase/util":"1.10.2-canary.21164c201","@firebase/webchannel-wrapper":"1.0.3-canary.21164c201","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.17-canary.21164c201"},"devDependencies":{"@firebase/app":"0.10.17-canary.21164c201","@firebase/app-compat":"0.2.47-canary.21164c201","@firebase/auth":"1.8.1-canary.21164c201","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-canary.21164c201","readmeFilename":"README.md","gitHead":"21164c20198de0d3fd0b81bcbbfefa9724065815","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-NF5mIwbW9TrS7+KG4EZFhppVfeMFDsSRK7ohCrmnKWi4pkRqed2BXwUuYJcSzz1+xYiarzTWEJiyIT7kOpGcSQ==","shasum":"3b416646bc3647c69e7d7efc24d0a38bbd4e38e2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.21164c201.tgz","fileCount":1271,"unpackedSize":28227341,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCYaTEyki60QYu47wQO/lX7si6u7lFemcId7XUJmGQ+hgIhAOyGerrhczkDBRDZ9rcY7x7y/RrXaZaraTLud3E4ZxXk"}],"size":5639789},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.5-canary.21164c201_1736897759626_0.5926855175493968"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-14T23:35:59.996Z","publish_time":1736897759996,"_source_registry_name":"default","contributors":[]},"4.7.5-canary.0b318a9b8":{"name":"@firebase/firestore","version":"4.7.5-canary.0b318a9b8","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.11-canary.0b318a9b8","@firebase/logger":"0.4.4-canary.0b318a9b8","@firebase/util":"1.10.2-canary.0b318a9b8","@firebase/webchannel-wrapper":"1.0.3-canary.0b318a9b8","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.17-canary.0b318a9b8"},"devDependencies":{"@firebase/app":"0.10.17-canary.0b318a9b8","@firebase/app-compat":"0.2.47-canary.0b318a9b8","@firebase/auth":"1.8.1-canary.0b318a9b8","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.5-canary.0b318a9b8","readmeFilename":"README.md","gitHead":"0b318a9b851bf7e73b10ce63b6eb7a6a86768771","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-JXUcad+AD2w0lfnZQ7Tw45PQXg7UcBjeDu61gb+GOHABpPjeS7pocV6RjlBIlTd901HVOrzNSVPBVUM6J9dfQA==","shasum":"871e4c2228aaf3d1dc7a5cca4925c36e6f96d21e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.5-canary.0b318a9b8.tgz","fileCount":1271,"unpackedSize":28227341,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFD8VV7fY4zpAfG1+fb8JGe1cFXmck5dZVj9jQj6AvFwIgS5YNKxKe51V48rg8+1mOQYWBEvwbSjheukWuEteS1rI="}],"size":5639791},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.5-canary.0b318a9b8_1736899363953_0.24107384667346032"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-15T00:02:44.243Z","publish_time":1736899364243,"_source_registry_name":"default","contributors":[]},"4.7.6":{"name":"@firebase/firestore","version":"4.7.6","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12","@firebase/logger":"0.4.4","@firebase/util":"1.10.3","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.10.18","@firebase/app-compat":"0.2.48","@firebase/auth":"1.8.2","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.6","gitHead":"d094e60f417d26a3dac5a8d400c27f90dac22bc1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-aVDboR+upR/44qZDLR4tnZ9pepSOFBbDJnwk7eWzmTyQq2nZAVG+HIhrqpQawmUVcDRkuJv2K2UT2+oqR8F8TA==","shasum":"877a37b615d86c61ac9ba7ddd0a967feb99380ac","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6.tgz","fileCount":1271,"unpackedSize":28226728,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFWoknU2L70Z0SqRtoB9qBT8pcyzmBTe+Zd0iS+e7gqDAiEApEUgptLNQkaawL7HYFp9pGrID9uzRqnHO+rKKLr76Oc="}],"size":5639582},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.6_1737035576352_0.23117735526939232"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-16T13:52:56.776Z","publish_time":1737035576776,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.144bc3709":{"name":"@firebase/firestore","version":"4.7.6-canary.144bc3709","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.144bc3709","@firebase/logger":"0.4.4-canary.144bc3709","@firebase/util":"1.10.3-canary.144bc3709","@firebase/webchannel-wrapper":"1.0.3-canary.144bc3709","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.18-canary.144bc3709"},"devDependencies":{"@firebase/app":"0.10.18-canary.144bc3709","@firebase/app-compat":"0.2.48-canary.144bc3709","@firebase/auth":"1.8.2-canary.144bc3709","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.6-canary.144bc3709","readmeFilename":"README.md","gitHead":"144bc370942f1bdd00f482b40df2581e7ed83a0a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-tvXGQ4y8uQs1wAFIEIvGbGjkr/z1BtnZFoo9FbzsHVunfdpZ5w2Fb86tmP5OmzGHg+OqU/M0YbY+OMbKMjnPvQ==","shasum":"8f418d8f93070b24d09da220a6384feb6f67e90c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.144bc3709.tgz","fileCount":1271,"unpackedSize":28227341,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG9GXJK3YnFykr73YaX/duTS9ySFvsbNEfNJMBw1mx+vAiAoS7o31na/pmuIu4BYi9fW+5F/gsNWZvizmclubV84IA=="}],"size":5639792},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.6-canary.144bc3709_1737037181618_0.30076810535987275"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-16T14:19:42.013Z","publish_time":1737037182013,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.3aefcc3e1":{"name":"@firebase/firestore","version":"4.7.6-canary.3aefcc3e1","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.3aefcc3e1","@firebase/logger":"0.4.4-canary.3aefcc3e1","@firebase/util":"1.10.3-canary.3aefcc3e1","@firebase/webchannel-wrapper":"1.0.3-canary.3aefcc3e1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.18-canary.3aefcc3e1"},"devDependencies":{"@firebase/app":"0.10.18-canary.3aefcc3e1","@firebase/app-compat":"0.2.48-canary.3aefcc3e1","@firebase/auth":"1.8.2-canary.3aefcc3e1","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.6-canary.3aefcc3e1","readmeFilename":"README.md","gitHead":"3aefcc3e19c7cf67da68859e67210e5ddb000583","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-8OyucUsFxu0WO9yaR/nnVaGl0SVhuW+nz4kwVqB6rvoesACvm37wDm3oYRcfL891f8AvErBoN5M8b44FnPuTFg==","shasum":"7fcc7ed7f188957e87f8a167a1a58a7542267a39","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.3aefcc3e1.tgz","fileCount":1271,"unpackedSize":28227341,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDjeViMlT6gG3Espz3Fc6nc+ax2AmaGa4+4xzpQCatzzQIhAKnHFXHAh2S5YONs7Al7hO8Hxw+IQSSz6Q2Y/8eLFxGn"}],"size":5639774},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.6-canary.3aefcc3e1_1737058280993_0.35484869567770194"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-16T20:11:21.298Z","publish_time":1737058281298,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.97d48c765":{"name":"@firebase/firestore","version":"4.7.6-canary.97d48c765","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.97d48c765","@firebase/logger":"0.4.4-canary.97d48c765","@firebase/util":"1.10.3-canary.97d48c765","@firebase/webchannel-wrapper":"1.0.3-canary.97d48c765","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.18-canary.97d48c765"},"devDependencies":{"@firebase/app":"0.10.18-canary.97d48c765","@firebase/app-compat":"0.2.48-canary.97d48c765","@firebase/auth":"1.8.2-canary.97d48c765","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.6-canary.97d48c765","readmeFilename":"README.md","gitHead":"97d48c7650e2d4273b7f94c8964dfcb44113952a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-qeBTrl1IP/eBRLxC8dZ1tDp3IXKtxeZ4PEurg7GlIgKiweJw+8czp3SQM22FlFkiJA49mLbJwunx5+UhBTeGxw==","shasum":"989754243c19a479697865fe8c51dfe4c29e6ec9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.97d48c765.tgz","fileCount":1271,"unpackedSize":28242112,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDIGM66hhzB9UMF8eyHhkwbVVBYjvlmu1J0X8IkQb9yBgIgQAClHfDlGeaQe5G0GQQcFmFukCNKqZRDoipbD6FqWgY="}],"size":5642797},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.6-canary.97d48c765_1737474922642_0.26484842115057217"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-21T15:55:22.928Z","publish_time":1737474922928,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.2af68a5f7":{"name":"@firebase/firestore","version":"4.7.6-canary.2af68a5f7","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.6-canary.2af68a5f7","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"f6736e8ed78fe73bc023d46b638ee2a1344599d0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.2af68a5f7.tgz","fileCount":1271,"integrity":"sha512-JSNcqlUOHuHUphdaI9hHg4UqKWuo0urL1JZUViZf9aFv5Pm0FpRo8FQeT2n39kjI0WoR672kzz2GRH1XiV7HVw==","signatures":[{"sig":"MEUCIHJ4DT0ji+NVKPseJifqylLEciI6OkvU5tz0sunI4fF3AiEAm17vhnjE/h6OUDAuJVulERvYJdXw/geKfBM7gfDToBg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":28346546,"size":5665299},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"2af68a5f730d0c079a547edf10f6afd0c26f426f","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.10.3-canary.2af68a5f7","@firebase/logger":"0.4.4-canary.2af68a5f7","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.12-canary.2af68a5f7","@firebase/webchannel-wrapper":"1.0.3-canary.2af68a5f7"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.2","protobufjs":"7.2.6","typescript":"5.5.4","chai-exclude":"2.1.0","@firebase/app":"0.10.18-canary.2af68a5f7","@types/eslint":"7.29.0","@firebase/auth":"1.8.2-canary.2af68a5f7","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.48-canary.2af68a5f7","@rollup/plugin-alias":"5.1.0","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.18-canary.2af68a5f7"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.6-canary.2af68a5f7_1737489395593_0.09007502406682022","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-01-21T19:56:35.867Z","publish_time":1737489395867,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.3c1559b7e":{"name":"@firebase/firestore","version":"4.7.6-canary.3c1559b7e","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.3c1559b7e","@firebase/logger":"0.4.4-canary.3c1559b7e","@firebase/util":"1.10.3-canary.3c1559b7e","@firebase/webchannel-wrapper":"1.0.3-canary.3c1559b7e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.18-canary.3c1559b7e"},"devDependencies":{"@firebase/app":"0.10.18-canary.3c1559b7e","@firebase/app-compat":"0.2.48-canary.3c1559b7e","@firebase/auth":"1.8.2-canary.3c1559b7e","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.6-canary.3c1559b7e","readmeFilename":"README.md","gitHead":"3c1559b7e313b04a13463a651648756db476eda5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-0Kuznmk+HvMRLRoIDj0IHw1OWyVCx2Cm7ZOcOKTYRAS5WoICdRB5w2LgBApDj8O7dRHuafYtKYEKxmdx9hGbVw==","shasum":"54530ceed497e60c37ab74f621c7f7da061b25af","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.3c1559b7e.tgz","fileCount":1271,"unpackedSize":28346546,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDG/8gM1cM68DgGaKuWHVUlc7GYTsTskM6jejSdgnjGiAiEAhbDcwtcK+lk/xd5k5kYK2gMEKGAbkmxxcTFz+gK2JEw="}],"size":5665317},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.6-canary.3c1559b7e_1737490307016_0.7325020776629068"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-21T20:11:47.381Z","publish_time":1737490307381,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.2ec1c7682":{"name":"@firebase/firestore","version":"4.7.6-canary.2ec1c7682","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.2ec1c7682","@firebase/logger":"0.4.4-canary.2ec1c7682","@firebase/util":"1.10.3-canary.2ec1c7682","@firebase/webchannel-wrapper":"1.0.3-canary.2ec1c7682","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.18-canary.2ec1c7682"},"devDependencies":{"@firebase/app":"0.10.18-canary.2ec1c7682","@firebase/app-compat":"0.2.48-canary.2ec1c7682","@firebase/auth":"1.8.2-canary.2ec1c7682","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.6-canary.2ec1c7682","readmeFilename":"README.md","gitHead":"2ec1c768271b8432ef15fc4ba46e825ee15f3ee1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-e5soAF5PQ41hcK2h2BMYt4X36qG/9xiMxq51//tqKalvML9zmJ+rMDAg8Z4iS/ICFJzLyXGuj1aomPhnR2mYDQ==","shasum":"fa59149c471f31077b6b6e3b6971cb869a9e3b3f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.2ec1c7682.tgz","fileCount":1271,"unpackedSize":28346546,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIE542ZJdVpapVOipXZrOtD5inxBghDctBXNmd8fsaH8YAiA8yCV2gCV/g/F4uszx9315AMA/rBaB/3GMqb5Ps2iPaw=="}],"size":5665310},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.6-canary.2ec1c7682_1737560832507_0.8215616934169039"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-22T15:47:12.890Z","publish_time":1737560832890,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.d8aabaf9e":{"name":"@firebase/firestore","version":"4.7.6-canary.d8aabaf9e","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.d8aabaf9e","@firebase/logger":"0.4.4-canary.d8aabaf9e","@firebase/util":"1.10.3-canary.d8aabaf9e","@firebase/webchannel-wrapper":"1.0.3-canary.d8aabaf9e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.18-canary.d8aabaf9e"},"devDependencies":{"@firebase/app":"0.10.18-canary.d8aabaf9e","@firebase/app-compat":"0.2.48-canary.d8aabaf9e","@firebase/auth":"1.8.2-canary.d8aabaf9e","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.6-canary.d8aabaf9e","readmeFilename":"README.md","gitHead":"d8aabaf9eba6ef1c3feaf4feb6de24eca5f09e75","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-5IklKCiJ1GWzxKkAciypBjmJBGETw4PVbjcz9OR0fcYzHx3CcuTgr06ZRmset3YBx43y0sjpf+awbl1Ty5Za4A==","shasum":"64882d3122c2908ccc1be471a5c0dcfe17432f64","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.d8aabaf9e.tgz","fileCount":1271,"unpackedSize":28346546,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAICIer+LJsFN/LghKbFZ8HHcihxnJhBrtn1+bF27J0TAiBjJeH3sLf6JEV8KblN6JzA566CU9rKlI/WaHYRjv8OTA=="}],"size":5665305},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.6-canary.d8aabaf9e_1737659531628_0.6965933826936141"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-23T19:12:11.985Z","publish_time":1737659531985,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.24a90eeb0":{"name":"@firebase/firestore","version":"4.7.6-canary.24a90eeb0","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.24a90eeb0","@firebase/logger":"0.4.4-canary.24a90eeb0","@firebase/util":"1.10.3-canary.24a90eeb0","@firebase/webchannel-wrapper":"1.0.3-canary.24a90eeb0","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.18-canary.24a90eeb0"},"devDependencies":{"@firebase/app":"0.10.18-canary.24a90eeb0","@firebase/app-compat":"0.2.48-canary.24a90eeb0","@firebase/auth":"1.8.2-canary.24a90eeb0","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.6-canary.24a90eeb0","readmeFilename":"README.md","gitHead":"24a90eeb0ab4162d3ae09b5dfa804edfef8f65d2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-BD7CBpEmTxD8f1h+CPcjVTrYY35MSkQxyxbAiu0vCz236LLZOyZzqyPPbEbqKkbYONfYyHv7cRC8RKKHVaX2aw==","shasum":"f0f44cceff12f901797610dc738a777ff1a086cd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.24a90eeb0.tgz","fileCount":1271,"unpackedSize":28346546,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBK3YAvb2XT1mnaUq1vO6XGYfaY8/bcaolmSlFue4NKUAiAdw3gRWs47bFzmBit+t3N1z6eDiqbzq6zxDJzR55HAKQ=="}],"size":5665303},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.6-canary.24a90eeb0_1737662253070_0.5683364204660803"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-23T19:57:33.614Z","publish_time":1737662253614,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.190cd6217":{"name":"@firebase/firestore","version":"4.7.6-canary.190cd6217","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.6-canary.190cd6217","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"5a0d815936f83f76b1e1d7044cadca816524fb22","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.190cd6217.tgz","fileCount":1271,"integrity":"sha512-8vVpyNk7CY4uhiep3nYLJJbFnNtF9fGb7DvBWFHBw8PFqY6qMoiF/k/0Qt/Bflqomjwt7tal4P26SXNiXfo9vg==","signatures":[{"sig":"MEYCIQDuxGyzlNgiR0UX5fxZL7C1Dcx6QfGPWdT74QrmWDESOAIhAMKaJkLVwNAy8rKsP6po37sAHOP+ncdRIGT/e2iRwOOM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":28346546,"size":5665301},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"190cd6217ccfd322cbac18e779d9b2411ac09dff","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.10.3-canary.190cd6217","@firebase/logger":"0.4.4-canary.190cd6217","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.12-canary.190cd6217","@firebase/webchannel-wrapper":"1.0.3-canary.190cd6217"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.2","protobufjs":"7.2.6","typescript":"5.5.4","chai-exclude":"2.1.0","@firebase/app":"0.10.18-canary.190cd6217","@types/eslint":"7.29.0","@firebase/auth":"1.8.2-canary.190cd6217","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.48-canary.190cd6217","@rollup/plugin-alias":"5.1.0","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.18-canary.190cd6217"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.6-canary.190cd6217_1737665612560_0.5086326969680819","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-01-23T20:53:33.015Z","publish_time":1737665613015,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.d75102f84":{"name":"@firebase/firestore","version":"4.7.6-canary.d75102f84","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.d75102f84","@firebase/logger":"0.4.4-canary.d75102f84","@firebase/util":"1.10.3-canary.d75102f84","@firebase/webchannel-wrapper":"1.0.3-canary.d75102f84","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.18-canary.d75102f84"},"devDependencies":{"@firebase/app":"0.10.18-canary.d75102f84","@firebase/app-compat":"0.2.48-canary.d75102f84","@firebase/auth":"1.8.2-canary.d75102f84","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"4.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.6-canary.d75102f84","readmeFilename":"README.md","gitHead":"d75102f842aeff0538a028ecf771909ab3c91310","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Lu0uECFriYaqRhu1dHFmm0QIvmWLQy4/x8mUHneLuOvzJCNb8Un2oxfSU5OgvsxeBAIoKPdrQp28LkiQVeKQtw==","shasum":"4021bfca38b46c217a0961fb9b00b99da403f121","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.d75102f84.tgz","fileCount":1271,"unpackedSize":28346546,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCOmIteN376ElU15Za7ojGJKkMh51wMEd5H9NNH2ImnnAIgLZOl0GxOEHy60aCELT7fqIe6MUsXiebyRfTw6rduajA="}],"size":5665305},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.6-canary.d75102f84_1737665964986_0.4488341756931915"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-23T20:59:25.304Z","publish_time":1737665965304,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.105d248bd":{"name":"@firebase/firestore","version":"4.7.6-canary.105d248bd","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.6-canary.105d248bd","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"904a1aedbe1de7a6138f7a12a46ba60bc5a987ee","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.105d248bd.tgz","fileCount":1271,"integrity":"sha512-9p+uO8RyyNHzmGWwpoRCX6lqbAZ6OQbyDbHGfXwsRKXOROMo6mnOz7wRheexl5rjbxcLtCctF5IzfOmQSInCjA==","signatures":[{"sig":"MEUCIQDitC9WozYPOtAEIwtM7MopK93OeILuD5LjEd2z6MoqlQIgBCBHM/aclWVAScPnPTQpRgKfmkxsbdgj7WVc/22k+kM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":28346546,"size":5665298},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"105d248bd4ddf5d38d5fa7b8a3ec57af2abf459a","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.10.3-canary.105d248bd","@firebase/logger":"0.4.4-canary.105d248bd","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.12-canary.105d248bd","@firebase/webchannel-wrapper":"1.0.3-canary.105d248bd"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.2","protobufjs":"7.2.6","typescript":"5.5.4","chai-exclude":"2.1.0","@firebase/app":"0.10.18-canary.105d248bd","@types/eslint":"7.29.0","@firebase/auth":"1.8.2-canary.105d248bd","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.48-canary.105d248bd","@rollup/plugin-alias":"5.1.0","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.18-canary.105d248bd"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.6-canary.105d248bd_1737674004659_0.9589140970220891","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-01-23T23:13:24.921Z","publish_time":1737674004921,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.178ad99b9":{"name":"@firebase/firestore","version":"4.7.6-canary.178ad99b9","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.6-canary.178ad99b9","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"0e3f4f261eff091f359ae02834187247e1c0b2aa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.178ad99b9.tgz","fileCount":1271,"integrity":"sha512-7GtLxiTbONv7zMNlLi+PeZYlF4tYE6vTM+pi7y54XlvKncW1ClC6k/0/z/HHZjL+cOMR+NTmMpbh4DrRZ/hXMw==","signatures":[{"sig":"MEQCIGUVtjHpKisJD0tW1oRYZZVxhE1+gPjSnO9BAQCdfT2DAiAD0i2di5GdE5f/Aj3FnPwIJI/NJ/JsrYKUptq+s5I4Ew==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":28346546,"size":5665297},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"178ad99b9758b1661d72e87fa48b1d4c81c627b5","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.10.3-canary.178ad99b9","@firebase/logger":"0.4.4-canary.178ad99b9","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.12-canary.178ad99b9","@firebase/webchannel-wrapper":"1.0.3-canary.178ad99b9"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.2","protobufjs":"7.2.6","typescript":"5.5.4","chai-exclude":"2.1.0","@firebase/app":"0.10.18-canary.178ad99b9","@types/eslint":"7.29.0","@firebase/auth":"1.8.2-canary.178ad99b9","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"4.1.0","@firebase/app-compat":"0.2.48-canary.178ad99b9","@rollup/plugin-alias":"5.1.0","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.18-canary.178ad99b9"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.6-canary.178ad99b9_1737734586709_0.47080227418347254","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-01-24T16:03:07.142Z","publish_time":1737734587142,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.59ae45e48":{"name":"@firebase/firestore","version":"4.7.6-canary.59ae45e48","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.59ae45e48","@firebase/logger":"0.4.4-canary.59ae45e48","@firebase/util":"1.10.3-canary.59ae45e48","@firebase/webchannel-wrapper":"1.0.3-canary.59ae45e48","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.18-canary.59ae45e48"},"devDependencies":{"@firebase/app":"0.10.18-canary.59ae45e48","@firebase/app-compat":"0.2.48-canary.59ae45e48","@firebase/auth":"1.8.2-canary.59ae45e48","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.6-canary.59ae45e48","readmeFilename":"README.md","gitHead":"59ae45e483f7c9b58552b65f2b3c30bbb2ab400a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-VegKYuYyvwGEgdwbJ7/OvfGDPlDs3FegoSgmSgcvLBpEcmUdAhK5cfONlFuLRrLEdxJaT2kuMsY0X5Oj/ZHcgg==","shasum":"9b1c80f1f251e2cc17f3bde8f305e514b6b23c65","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.59ae45e48.tgz","fileCount":1271,"unpackedSize":28346546,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIEiS/0ZyIm0UqMuPFpW1xpOo5LigAGrbo4b9h56wNd6vAiBol077jA/f0j78PKNsYDdtNwlaFRasU9ljDMLO8mWSQg=="}],"size":5665298},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.6-canary.59ae45e48_1737750507716_0.8987074803543693"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-24T20:28:28.031Z","publish_time":1737750508031,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.99766e0b8":{"name":"@firebase/firestore","version":"4.7.6-canary.99766e0b8","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.99766e0b8","@firebase/logger":"0.4.4-canary.99766e0b8","@firebase/util":"1.10.3-canary.99766e0b8","@firebase/webchannel-wrapper":"1.0.3-canary.99766e0b8","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.18-canary.99766e0b8"},"devDependencies":{"@firebase/app":"0.10.18-canary.99766e0b8","@firebase/app-compat":"0.2.48-canary.99766e0b8","@firebase/auth":"1.8.2-canary.99766e0b8","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.6-canary.99766e0b8","readmeFilename":"README.md","gitHead":"99766e0b894a1c64a1eb7c1edf309fd9d01a0bdd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-fz6hbDyucN5YrM+T4UqnUrSuuw9TqSLHWEjkpn8HD86tmPtF3IfEqs23yqH/aVGrRxzw7xjptTLb/55d7Dzplg==","shasum":"2cfc7386467b1f29b3b85e155004e6dc86ac5f79","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.99766e0b8.tgz","fileCount":1271,"unpackedSize":28346546,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBJNnk8bOJQCH480y9/OjMoYF5mE5qGQ5iw4Rl1sQCw5AiEAtjZDLrROQC41pjFi8OHuHP7zlXG+lF/urg8VH4dILFU="}],"size":5665300},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.6-canary.99766e0b8_1738011979511_0.7676298652253732"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-27T21:06:19.830Z","publish_time":1738011979830,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.dafae52af":{"name":"@firebase/firestore","version":"4.7.6-canary.dafae52af","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.6-canary.dafae52af","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"5f5a3b30ca8424fe112a46880644253a91006a2d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.dafae52af.tgz","fileCount":1271,"integrity":"sha512-GbY5IGyKxQtYeAmyxO5OfhI4UXfa/ww2iejGnpeTkUn2fYD/iRh7QSQdljsGzTONxYimDm0/sDPzvsw8ZG/ZdA==","signatures":[{"sig":"MEUCIQD9WNxvOGJm7SEAARcP5J4xbd8lrMJQbjUvvWTudB3vbQIgPzhfvuq7dY4tYz4IURRJmg4yoJeWllxE6lzGflwqhvw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":28346546,"size":5665285},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"dafae52afda0b653a763b071960ee87010a63aa1","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.10.3-canary.dafae52af","@firebase/logger":"0.4.4-canary.dafae52af","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.12-canary.dafae52af","@firebase/webchannel-wrapper":"1.0.3-canary.dafae52af"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","ts-node":"10.9.2","protobufjs":"7.2.6","typescript":"5.5.4","chai-exclude":"2.1.0","@firebase/app":"0.10.18-canary.dafae52af","@types/eslint":"7.29.0","@firebase/auth":"1.8.2-canary.dafae52af","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.48-canary.dafae52af","@rollup/plugin-alias":"5.1.0","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.1.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.31.2","@types/json-stable-stringify":"1.0.36"},"peerDependencies":{"@firebase/app":"0.10.18-canary.dafae52af"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.6-canary.dafae52af_1738022141020_0.29018838635110855","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-01-27T23:55:41.312Z","publish_time":1738022141312,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.01f36ea41":{"name":"@firebase/firestore","version":"4.7.6-canary.01f36ea41","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.01f36ea41","@firebase/logger":"0.4.4-canary.01f36ea41","@firebase/util":"1.10.3-canary.01f36ea41","@firebase/webchannel-wrapper":"1.0.3-canary.01f36ea41","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.18-canary.01f36ea41"},"devDependencies":{"@firebase/app":"0.10.18-canary.01f36ea41","@firebase/app-compat":"0.2.48-canary.01f36ea41","@firebase/auth":"1.8.2-canary.01f36ea41","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.6-canary.01f36ea41","readmeFilename":"README.md","gitHead":"01f36ea41011fdd6ec77e4b1a799193bef58aa91","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-aILF+20TlKEnN0tw0yYTFFygB0Og/wrKE7LKRPM3Ag+izVBUqNIXZNbairj3qKpNah3WnlZEhDkwhntzZyCCeg==","shasum":"6a80916fa6f3ea0c6486497954cc78cc791a03b7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.01f36ea41.tgz","fileCount":1271,"unpackedSize":28346546,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDUYK+75wW4DsHRERQdLkXxlO2RNSuA6fivheO2B2fWaQIhANS9MVBD5kaNc5bO3D+R1RX0zwlTNsgrGA82+XmYT3Ve"}],"size":5665295},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.6-canary.01f36ea41_1738109766376_0.7280497126173595"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-29T00:16:06.662Z","publish_time":1738109766662,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.28eaaf4ba":{"name":"@firebase/firestore","version":"4.7.6-canary.28eaaf4ba","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.28eaaf4ba","@firebase/logger":"0.4.4-canary.28eaaf4ba","@firebase/util":"1.10.3-canary.28eaaf4ba","@firebase/webchannel-wrapper":"1.0.3-canary.28eaaf4ba","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.18-canary.28eaaf4ba"},"devDependencies":{"@firebase/app":"0.10.18-canary.28eaaf4ba","@firebase/app-compat":"0.2.48-canary.28eaaf4ba","@firebase/auth":"1.8.2-canary.28eaaf4ba","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.6-canary.28eaaf4ba","readmeFilename":"README.md","gitHead":"28eaaf4bab0efcd790f1df5073921685a498dccc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-oiEMUEptr5uNQnjrNDNxNuhJzh08FK/cEU64/5BfRmYRBLBT0BKMYEfoGpArwhzhLcM5HzFjwtYXTIXh9DKBEA==","shasum":"0c5bccba28d0e091d63c66f2566e9eff204ecfdc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.28eaaf4ba.tgz","fileCount":1271,"unpackedSize":28346546,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICuvPzv3tCtiRcDM56UeSvTWZHdjj+GpTYJCbEFM61oCAiEAjuozv60p/ywTtj+rZBGXuxH0oHr7B4JKq1VtKv+02xg="}],"size":5665286},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.6-canary.28eaaf4ba_1738266740005_0.6730126992536256"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-30T19:52:20.367Z","publish_time":1738266740367,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.82373b372":{"name":"@firebase/firestore","version":"4.7.6-canary.82373b372","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.82373b372","@firebase/logger":"0.4.4-canary.82373b372","@firebase/util":"1.10.3-canary.82373b372","@firebase/webchannel-wrapper":"1.0.3-canary.82373b372","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.18-canary.82373b372"},"devDependencies":{"@firebase/app":"0.10.18-canary.82373b372","@firebase/app-compat":"0.2.48-canary.82373b372","@firebase/auth":"1.8.2-canary.82373b372","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.6-canary.82373b372","readmeFilename":"README.md","gitHead":"82373b372228577779e4d8617f6d412c53680e71","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-BUnw4o9RBJrWYPWj076gQx1gvUPcNXJDUfNCJPBEmuSQvNcebP/i015RAUbXXIuVtt73w0Tg1voFlwqF+dEt2A==","shasum":"b2ff15f3845cf6af17c11747a5a02d895294a5bb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.82373b372.tgz","fileCount":1271,"unpackedSize":28346546,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQC5ydopELolibOX/5YZ4gUWyVmX4PUMiiX2d7EFKW9/jgIgFevUu6prbkgFxKeiYO1C2cvTb6ZKVHUsYiY5Udj3K7Y="}],"size":5665317},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.6-canary.82373b372_1738269563499_0.2848863240234467"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-30T20:39:23.866Z","publish_time":1738269563866,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.d1c6e311d":{"name":"@firebase/firestore","version":"4.7.6-canary.d1c6e311d","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.d1c6e311d","@firebase/logger":"0.4.4-canary.d1c6e311d","@firebase/util":"1.10.3-canary.d1c6e311d","@firebase/webchannel-wrapper":"1.0.3-canary.d1c6e311d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.18-canary.d1c6e311d"},"devDependencies":{"@firebase/app":"0.10.18-canary.d1c6e311d","@firebase/app-compat":"0.2.48-canary.d1c6e311d","@firebase/auth":"1.8.2-canary.d1c6e311d","@rollup/plugin-alias":"5.1.0","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.0.36","chai-exclude":"2.1.0","json-stable-stringify":"1.1.1","protobufjs":"7.2.6","rollup":"2.79.1","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.31.2","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.6-canary.d1c6e311d","readmeFilename":"README.md","gitHead":"d1c6e311dbae1b5864d8c7254b0242024cf1d6c0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-44IXfHUUtWh34m20L7uai79N4WWHA+YDLmZTXYy61Ytpkxq9330i8CWHAwSfuvp4hbUCJvHBlsYlcgL4BLHyDQ==","shasum":"219c332c85578aa621fc91fb51503beba555c41c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.d1c6e311d.tgz","fileCount":1271,"unpackedSize":28346546,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIET8BmjRhXnQKY2QbHTJHx/5sALlJfvcf2KS//lT5E6tAiAhFQhbQoDs9OH2QBQy/HevUKin+v+dMZ+jc48D2US+fg=="}],"size":5665292},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.6-canary.d1c6e311d_1738622878606_0.7733748203120128"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-03T22:47:58.943Z","publish_time":1738622878943,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.2f92a7402":{"name":"@firebase/firestore","version":"4.7.6-canary.2f92a7402","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.6-canary.2f92a7402","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"2494bff4faabe2a3f309d5d13436c98cc55708a2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.2f92a7402.tgz","fileCount":853,"integrity":"sha512-jvfWKmBQSkDbnf5c5dQ4AxxYD+jo+PFIk39w44dD5lEX0N7CbCiYt3D/eIQTMo2FnCvwqt+3E8CK6TbJxYLKpA==","signatures":[{"sig":"MEUCIQD/Z6Kwd1906tohTPHcx3+ai7iJlKEqQ6ilHHzJrSFDGAIgN/K0QOYEOh3mPy5pjmftKT6Bi3tbf/Xc22OzxOJousA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27302647,"size":5636460},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"2f92a7402ebf6723b2d8b8d464913ee7d692c054","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.10.3-canary.2f92a7402","@firebase/logger":"0.4.4-canary.2f92a7402","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.12-canary.2f92a7402","@firebase/webchannel-wrapper":"1.0.3-canary.2f92a7402"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.10.18-canary.2f92a7402","@types/eslint":"7.29.0","@firebase/auth":"1.8.2-canary.2f92a7402","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.48-canary.2f92a7402","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0","@types/json-stable-stringify":"1.1.0"},"peerDependencies":{"@firebase/app":"0.10.18-canary.2f92a7402"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.6-canary.2f92a7402_1738705458787_0.6169179481081708","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-04T21:44:19.100Z","publish_time":1738705459100,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.9d88e3a85":{"name":"@firebase/firestore","version":"4.7.6-canary.9d88e3a85","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.6-canary.9d88e3a85","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"c5529ed7ece9a5a93c3811e3a479bd3c07a29300","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.9d88e3a85.tgz","fileCount":853,"integrity":"sha512-+fDTYNzogS88UH3+XYeVNZAiisrJuTSuKy08SAzltxkAwonNzaIc2erdU8VLya/MPhFldbdcvLc4sLxlnwT4FA==","signatures":[{"sig":"MEUCIDUxY18+hNiDN81CE4K+fC3NK3u0jvI4vjSgw0UmGgk/AiEAnjdWZEZ8TjS5EmFB80LKSNfuulc7R9zRtvG+iocpJ5g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27302647,"size":5636449},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"9d88e3a85a7253694dd7cf58d7eb834e41af2b79","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.10.3-canary.9d88e3a85","@firebase/logger":"0.4.4-canary.9d88e3a85","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.12-canary.9d88e3a85","@firebase/webchannel-wrapper":"1.0.3-canary.9d88e3a85"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.10.18-canary.9d88e3a85","@types/eslint":"7.29.0","@firebase/auth":"1.8.2-canary.9d88e3a85","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.48-canary.9d88e3a85","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0","@types/json-stable-stringify":"1.1.0"},"peerDependencies":{"@firebase/app":"0.10.18-canary.9d88e3a85"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.6-canary.9d88e3a85_1738708222399_0.47773419449516163","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-04T22:30:22.683Z","publish_time":1738708222683,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.721e5a7e9":{"name":"@firebase/firestore","version":"4.7.6-canary.721e5a7e9","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.6-canary.721e5a7e9","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"264078971d26e7ea95d74944c89822d3c7c7483f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.721e5a7e9.tgz","fileCount":853,"integrity":"sha512-XpmoQFWQYpl8jNjjtwWen0d1ftjvPuHCBvKuweSunUuvUHdcWodNfuhO5w43N4vmSvn7aHWUE9lJKTzJ4uQwtw==","signatures":[{"sig":"MEUCIQDT3cx18RGBuF+vxA53UiYA6GxYqQPM4cPHOfd12kb97QIgFcmewF8lsR2SKu0Xmnzs5gzmYqHYFt/Z7fSZaHZWggE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27320679,"size":5641119},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"721e5a7e97db5d2136c8338e2522dd07dbc3a29e","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.10.3-canary.721e5a7e9","@firebase/logger":"0.4.4-canary.721e5a7e9","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.12-canary.721e5a7e9","@firebase/webchannel-wrapper":"1.0.3-canary.721e5a7e9"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.10.18-canary.721e5a7e9","@types/eslint":"7.29.0","@firebase/auth":"1.8.2-canary.721e5a7e9","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.48-canary.721e5a7e9","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0","@types/json-stable-stringify":"1.1.0"},"peerDependencies":{"@firebase/app":"0.10.18-canary.721e5a7e9"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.6-canary.721e5a7e9_1738775404810_0.17794949719483588","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-05T17:10:05.166Z","publish_time":1738775405166,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.313faf66b":{"name":"@firebase/firestore","version":"4.7.6-canary.313faf66b","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.313faf66b","@firebase/logger":"0.4.4-canary.313faf66b","@firebase/util":"1.10.3-canary.313faf66b","@firebase/webchannel-wrapper":"1.0.3-canary.313faf66b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.18-canary.313faf66b"},"devDependencies":{"@firebase/app":"0.10.18-canary.313faf66b","@firebase/app-compat":"0.2.48-canary.313faf66b","@firebase/auth":"1.8.2-canary.313faf66b","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.6-canary.313faf66b","readmeFilename":"README.md","gitHead":"313faf66b88ac5ff60a6301b58bd3b9a71ffe74e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-rsUNxQk9fbDEtmFvi2CcR1i6g51ZMZD1ySt2BXo70fB7DhFSaCy0PQ8Q0sFe/IlUri5LuKpACmCpJ6q4H2VxLw==","shasum":"d837585668595a7e783df9fb0bc4a55f35000179","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.313faf66b.tgz","fileCount":853,"unpackedSize":27320679,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICaf7quJwKjZh4OW6BPWBSHa/J3ISik1yOoBq5GVOyoPAiEAw7fm9cXO17Li+ETZami8YVUgceZ+fpqU3vfD4K3tcwM="}],"size":5641124},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.6-canary.313faf66b_1738779414589_0.8620430635417751"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-05T18:16:54.967Z","publish_time":1738779414967,"_source_registry_name":"default","contributors":[]},"4.7.7-20250205191324":{"name":"@firebase/firestore","version":"4.7.7-20250205191324","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12","@firebase/logger":"0.4.4","@firebase/util":"1.10.3","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-20250205191324"},"devDependencies":{"@firebase/app":"0.11.0-20250205191324","@firebase/app-compat":"0.2.49-20250205191324","@firebase/auth":"1.9.0-20250205191324","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.7-20250205191324","readmeFilename":"README.md","gitHead":"8a0fef2f26d3239ec9bf237ec66e9b60b0b52f0c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-3xdGJ4ypq5++2uJS7JE/zd1kJ/O+7DHhrSuXQe9gNcdCsoO7tT+yi7Th49mzAnd+mjFUfSDR22lltqxhazcxwA==","shasum":"fe1938692af10393ea7ac64a35877960107ab24d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-20250205191324.tgz","fileCount":853,"unpackedSize":27320559,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCJTZlnXAVurskXeiIAp4I84BTMTGRoBO7HFmqkeLv/TQIgO1pRWima2n61SuKc4uruvHCj9L2rOA/U58jQ6p0BH6c="}],"size":5641135},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.7-20250205191324_1738783343123_0.20630758649769154"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-05T19:22:23.407Z","publish_time":1738783343407,"_source_registry_name":"default","contributors":[]},"4.7.7-20250205220033":{"name":"@firebase/firestore","version":"4.7.7-20250205220033","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.7-20250205220033","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"6205776a93ed023f420c1be8a4098d2394813571","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-20250205220033.tgz","fileCount":853,"integrity":"sha512-XBVcw7rJnv+skLAeGsZPWSWvLQpUnV2wXlF6RbPw1WzVMaZ7r+oKBO8GS+ocLxnxiDBy5GO4oIVsCkBUQ1F09w==","signatures":[{"sig":"MEYCIQCieyN1FjBlci4krYs1ADydYlB+993+zWzI9GLdfqotIQIhAMOe0q+MFwUc+RTisHvMBqYQNoB3Uf9LHZfMZ/I6Zlg0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27330457,"size":5642596},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"8daf47f3661713a4bfce9ba39181332fae2d549c","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.10.3","@firebase/logger":"0.4.4","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.12","@firebase/webchannel-wrapper":"1.0.3"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.0-20250205220033","@types/eslint":"7.29.0","@firebase/auth":"1.9.0-20250205220033","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.49-20250205220033","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0","@types/json-stable-stringify":"1.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-20250205220033"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.7-20250205220033_1738793408914_0.5747692384574798","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-05T22:10:09.329Z","publish_time":1738793409329,"_source_registry_name":"default","contributors":[]},"4.7.6-canary.5250e8006":{"name":"@firebase/firestore","version":"4.7.6-canary.5250e8006","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.5250e8006","@firebase/logger":"0.4.4-canary.5250e8006","@firebase/util":"1.10.3-canary.5250e8006","@firebase/webchannel-wrapper":"1.0.3-canary.5250e8006","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.10.18-canary.5250e8006"},"devDependencies":{"@firebase/app":"0.10.18-canary.5250e8006","@firebase/app-compat":"0.2.48-canary.5250e8006","@firebase/auth":"1.8.2-canary.5250e8006","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.6-canary.5250e8006","readmeFilename":"README.md","gitHead":"5250e80066e07542e12f9c36813943a6ef99af90","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-mnOGByTj1v5Qlk90W9o4kkH0o7y6eup9njMVg4xFCROIpCbNYQeqstuq6E9Yg4ISbC8hQD2ab/JzHM28kGN6zA==","shasum":"4c2ae0927315c3039130815384734e73793cb33c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.6-canary.5250e8006.tgz","fileCount":853,"unpackedSize":27330577,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIB4lDNxhZ7FISjyOgfp7vZ763kwVzv1uk22pWqn+TuWdAiBc9F7/ccc/B6Ajr2Vfl55WFn7bopYX+ssKYvP9UhhM1A=="}],"size":5642596},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.6-canary.5250e8006_1738793447427_0.20702581877227422"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-05T22:10:47.699Z","publish_time":1738793447699,"_source_registry_name":"default","contributors":[]},"4.7.7":{"name":"@firebase/firestore","version":"4.7.7","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12","@firebase/logger":"0.4.4","@firebase/util":"1.10.3","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.11.0","@firebase/app-compat":"0.2.49","@firebase/auth":"1.9.0","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.7","gitHead":"4e6a5c67017f0f390f55867926c4098fe13476be","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-DDYBjqSyd2vD3SjfRqI2Q9Ua1N0URP+1P0/SnNdVSp0/S5mkbaklIX/eU+199ze0XXnC61RYLqi6KYTYtGoz2A==","shasum":"f9cf680e7402a833cf24a13d4f866ca1971e2c1b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7.tgz","fileCount":853,"unpackedSize":27330075,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDQ+cfUYtfiGrFbbkbkIKtKv8w2PuSZf6sfOHPrnxboOQIgWB7dxfiIS0prvdc4YCZ4e/hcoy30yhxau6LOrdBTOxM="}],"size":5642205},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.7_1738873562599_0.6292291665760608"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-06T20:26:02.970Z","publish_time":1738873562970,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.4e6a5c670":{"name":"@firebase/firestore","version":"4.7.7-canary.4e6a5c670","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.4e6a5c670","@firebase/logger":"0.4.4-canary.4e6a5c670","@firebase/util":"1.10.3-canary.4e6a5c670","@firebase/webchannel-wrapper":"1.0.3-canary.4e6a5c670","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.4e6a5c670"},"devDependencies":{"@firebase/app":"0.11.0-canary.4e6a5c670","@firebase/app-compat":"0.2.49-canary.4e6a5c670","@firebase/auth":"1.9.0-canary.4e6a5c670","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.7-canary.4e6a5c670","readmeFilename":"README.md","gitHead":"4e6a5c67017f0f390f55867926c4098fe13476be","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-nP5bpTPqeUzidZPpFnCdl0RcRnHw2dZxdBsDs/4oiLVF+AZWg5HfMyS1C9570kJeyT1AnwGPLZPQVQZi/6x9Ag==","shasum":"0cf5fc418875511c04721bb46cf68cfe1e8d7c2e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.4e6a5c670.tgz","fileCount":853,"unpackedSize":27330575,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHSzXUtjeUajQNKr99mk+a1pynK1V5r69jTqIqb/SePvAiEAxal1vKqE6jL8VJNrignPG9oTdo9WSZjJGNsrPvSZ8cM="}],"size":5642595},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.7-canary.4e6a5c670_1738874517663_0.6240175000413322"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-06T20:41:57.974Z","publish_time":1738874517974,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.deb917b5f":{"name":"@firebase/firestore","version":"4.7.7-canary.deb917b5f","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.7-canary.deb917b5f","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"fd0ba7100eee17b8ad5fe92ec8ff9ba20724263c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.deb917b5f.tgz","fileCount":853,"integrity":"sha512-0ol4OIAoDjzxAc0F3GGsP+Ywcwawzra7ufyRGB+nEmAEbyWHqKByJUhr+9BcvndM1caENQ70iILAYQkjSACQJw==","signatures":[{"sig":"MEUCIQD2X/cOmPESDjY8vgiT3BtfcOiATHsQAl2R/koTSnE3pQIgTWVW4yw5RSEWD5PqjZSTx59mPq2CV5A2MsR7iDGvaTw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27330575,"size":5642591},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"deb917b5fabdd96fd7fc949902462d33993d65c9","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.10.3-canary.deb917b5f","@firebase/logger":"0.4.4-canary.deb917b5f","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.12-canary.deb917b5f","@firebase/webchannel-wrapper":"1.0.3-canary.deb917b5f"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.0-canary.deb917b5f","@types/eslint":"7.29.0","@firebase/auth":"1.9.0-canary.deb917b5f","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.49-canary.deb917b5f","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0","@types/json-stable-stringify":"1.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.deb917b5f"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.7-canary.deb917b5f_1739218189629_0.6355882770737757","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-10T20:09:49.924Z","publish_time":1739218189924,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.45d427494":{"name":"@firebase/firestore","version":"4.7.7-canary.45d427494","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.45d427494","@firebase/logger":"0.4.4-canary.45d427494","@firebase/util":"1.10.3-canary.45d427494","@firebase/webchannel-wrapper":"1.0.3-canary.45d427494","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.45d427494"},"devDependencies":{"@firebase/app":"0.11.0-canary.45d427494","@firebase/app-compat":"0.2.49-canary.45d427494","@firebase/auth":"1.9.0-canary.45d427494","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.7-canary.45d427494","readmeFilename":"README.md","gitHead":"45d427494491dfae8f9298c817333c7eb44aae15","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-lipwu+wALgLc9hrOprCekWnrCAoR7vlJWNgtqchOunf1S/ZmQOszV6Z0A9gLKz1OXj8QAD9u5FHT/8XJZsplCw==","shasum":"628e71859cde194cbac1985c2031fe7084caf8f8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.45d427494.tgz","fileCount":853,"unpackedSize":27330575,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIB3rVntpTUGc0CED8IMOfA21VsPf4IiU8ia3jKg6dy7gAiEAoAUKR2o9JnGY1EKMIf9qGqV89bJpkzY95qXGHu/g52A="}],"size":5642607},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.7-canary.45d427494_1739218548216_0.6602829181527419"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-10T20:15:48.620Z","publish_time":1739218548620,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.4d2fc6e82":{"name":"@firebase/firestore","version":"4.7.7-canary.4d2fc6e82","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.7-canary.4d2fc6e82","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"e23b65a33525198d5dc38a963232dff8eb492e23","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.4d2fc6e82.tgz","fileCount":853,"integrity":"sha512-FmXFK0uc4uEifByCr4BnNJNGWLQt5tjYgpMzazAraKaa+FF48cdWZSjEMJbm8qQkC7bg9oYNVCAqBmZPxrEx8g==","signatures":[{"sig":"MEYCIQCIuS7Kp5T6Or8GRWLr6T5jQiTTpVQd2RfPXkn5eNkSzAIhAKbLrzWp07ils03jpseR1YcFeXzESdw9ORMjFJPaorxa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27330575,"size":5642591},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"4d2fc6e828161bb47ae565b8c4057233ff8c520b","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.10.3-canary.4d2fc6e82","@firebase/logger":"0.4.4-canary.4d2fc6e82","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.12-canary.4d2fc6e82","@firebase/webchannel-wrapper":"1.0.3-canary.4d2fc6e82"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.0-canary.4d2fc6e82","@types/eslint":"7.29.0","@firebase/auth":"1.9.0-canary.4d2fc6e82","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.49-canary.4d2fc6e82","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0","@types/json-stable-stringify":"1.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.4d2fc6e82"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.7-canary.4d2fc6e82_1739300246147_0.21205114736512254","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-11T18:57:26.465Z","publish_time":1739300246465,"_source_registry_name":"default","contributors":[]},"4.7.8-20250211193804":{"name":"@firebase/firestore","version":"4.7.8-20250211193804","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.8-20250211193804","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"287cc00df4274bc7e443e34875ce228a2170cfbc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.8-20250211193804.tgz","fileCount":853,"integrity":"sha512-2g5HJbV4ATe9ZpH2IYjHSznomv7cTAFBAl3F5TRVEboSSUI1z5PYoHLZvEiQRFYknCMR0DJw2nqsuCWrLx6tww==","signatures":[{"sig":"MEUCIQDkLRUXxvL6lb0TuCWijGMNVkzC5WcdtSopvojylGRUIgIge1w4NZUL4sCjWCgH2kDvXCpKofVBpLk7DiR+aMdj6rU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27302464,"size":5636460},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"909ae8f64d5696d018a5c85a0a81a384dc9c10d4","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.10.3","@firebase/logger":"0.4.4","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.12","@firebase/webchannel-wrapper":"1.0.3"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.0","@types/eslint":"7.29.0","@firebase/auth":"1.9.0","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.49","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0","@types/json-stable-stringify":"1.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.8-20250211193804_1739303156040_0.4016179835530407","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-11T19:45:56.386Z","publish_time":1739303156386,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.3418ef807":{"name":"@firebase/firestore","version":"4.7.7-canary.3418ef807","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.7-canary.3418ef807","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"ed35df41a35afaec153fa322d48cf9c152b26b04","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.3418ef807.tgz","fileCount":853,"integrity":"sha512-FNyBNq49UwPdNfoI0D6I67xx334CAckUKNhcej26lAO4JJ0CPAJjzEXowIVCg8SadYaAuQXFLQV9K7UE9YFCJg==","signatures":[{"sig":"MEUCIHOOi+sZ2HuJurgzuTg0Uan2rWjeW6DX/8vt/7rVW4EPAiEA3ZhaV6fokbOh8pcoIq2GESQQabYJYmm20+diB3Axyl0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27302645,"size":5636449},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"3418ef8078ef2f8a7218e9a702cb42671f078b7d","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.10.3-canary.3418ef807","@firebase/logger":"0.4.4-canary.3418ef807","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.12-canary.3418ef807","@firebase/webchannel-wrapper":"1.0.3-canary.3418ef807"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.0-canary.3418ef807","@types/eslint":"7.29.0","@firebase/auth":"1.9.0-canary.3418ef807","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.49-canary.3418ef807","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0","@types/json-stable-stringify":"1.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.3418ef807"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.7-canary.3418ef807_1739303331767_0.39170828223605025","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-11T19:48:52.122Z","publish_time":1739303332122,"_source_registry_name":"default","contributors":[]},"4.7.8":{"name":"@firebase/firestore","version":"4.7.8","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12","@firebase/logger":"0.4.4","@firebase/util":"1.10.3","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.11.1","@firebase/app-compat":"0.2.50","@firebase/auth":"1.9.0","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.8","gitHead":"8b3bcfc28737d4e53aec46db284de5f73431d0ff","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-eDvVJ/I5vSmIdGmLHJAK1OcviigIxjjia6i5/AkMFq6vZMt7CBXA0B5Xz9pGRCZ7WewFcsCbK1ZUQoYJ91+Cew==","shasum":"38b124a4d50a390934f70d916a84546376abdf4e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.8.tgz","fileCount":853,"unpackedSize":27302145,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICeCVcH0mOqPaDzJe0FO2EUKbD0kX/AtdpgnNqzHsG3/AiEA54vQwi4zbKbdaR4WtBwYmaUlvx1yga86Hx1uK9MHKms="}],"size":5636357},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.8_1739305615234_0.793577753444475"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-11T20:26:55.484Z","publish_time":1739305615484,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.69c33266d":{"name":"@firebase/firestore","version":"4.7.7-canary.69c33266d","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.7-canary.69c33266d","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"e6118d9ea37ac3c4590368a8f8a278313eee80fd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.69c33266d.tgz","fileCount":853,"integrity":"sha512-/VgCT046YzevicF3BgS5Duwgc2NMtrhxMygGoTqwE6zSxtdF7GkklBfK/erww9qEnM8qDhmqh/ITwf/2OIYmKQ==","signatures":[{"sig":"MEYCIQDxjbXL492rYgBvO24EtTKoCWObU6306tl4Z9i0tNLiyQIhAPnzgWOrH36Kq6ChY2jvdpT2eipPjSFIe43nkpPfopuC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27323208,"size":5640457},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"69c33266dd1c0d8f264c7183a491854ef11c442f","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.10.3-canary.69c33266d","@firebase/logger":"0.4.4-canary.69c33266d","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.12-canary.69c33266d","@firebase/webchannel-wrapper":"1.0.3-canary.69c33266d"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.0-canary.69c33266d","@types/eslint":"7.29.0","@firebase/auth":"1.9.0-canary.69c33266d","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.49-canary.69c33266d","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0","@types/json-stable-stringify":"1.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.69c33266d"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.7-canary.69c33266d_1739311255778_0.7814935659580151","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-11T22:00:56.128Z","publish_time":1739311256128,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.b3e68ca41":{"name":"@firebase/firestore","version":"4.7.7-canary.b3e68ca41","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.7-canary.b3e68ca41","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"086e1180daee6a6b877213c69219e096456706de","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.b3e68ca41.tgz","fileCount":853,"integrity":"sha512-ehNXWru+tSFSKP5gvmhMkmsR1hRo9t8xGyHQIAcc+xNOAjrM501bokfo0Q0WdnLTVvPTYfbZFw8wNR6LerMxKA==","signatures":[{"sig":"MEYCIQCspId7QY05cVki0tAyq1M1sWtfxe/K0QZcyGwLR066aQIhAOdOAX8kZ4sXlTCFa38f4/q9f0OfczLidMxceZm60o++","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27323208,"size":5640447},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"b3e68ca410d9b984736780098330bd6b8ee2e997","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.10.3-canary.b3e68ca41","@firebase/logger":"0.4.4-canary.b3e68ca41","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.12-canary.b3e68ca41","@firebase/webchannel-wrapper":"1.0.3-canary.b3e68ca41"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.0-canary.b3e68ca41","@types/eslint":"7.29.0","@firebase/auth":"1.9.0-canary.b3e68ca41","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.49-canary.b3e68ca41","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0","@types/json-stable-stringify":"1.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.b3e68ca41"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.7-canary.b3e68ca41_1739311296183_0.3640929637524053","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-11T22:01:36.474Z","publish_time":1739311296474,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.70e08cf95":{"name":"@firebase/firestore","version":"4.7.7-canary.70e08cf95","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.7-canary.70e08cf95","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"ab3b9e0e5fae3faac5095bdf80f1d4133f86efd1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.70e08cf95.tgz","fileCount":853,"integrity":"sha512-QH2weYV6CdhGktlcDcKkBxFw4L/D4NT224SRf8tj0sWXXuH/bzZbVJ3Y4AQDGaJVd3JWVM5CNcayUFq7G28iBQ==","signatures":[{"sig":"MEQCICEm+wAamXBHKmNUHpOoXeKDF6WIH3AG2OxKvqY9pDJNAiA9Z+nksZhVrE63wsF7JG5/BqzwR2V61Yc223W+utkI7g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27323208,"size":5640450},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"70e08cf95b5c43d3b98382a6f68fbd3c3555e31f","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.10.3-canary.70e08cf95","@firebase/logger":"0.4.4-canary.70e08cf95","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.12-canary.70e08cf95","@firebase/webchannel-wrapper":"1.0.3-canary.70e08cf95"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.0-canary.70e08cf95","@types/eslint":"7.29.0","@firebase/auth":"1.9.0-canary.70e08cf95","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.49-canary.70e08cf95","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0","@types/json-stable-stringify":"1.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.70e08cf95"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.7-canary.70e08cf95_1739311808763_0.17947902356075796","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-11T22:10:09.108Z","publish_time":1739311809108,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.c791ecf3a":{"name":"@firebase/firestore","version":"4.7.7-canary.c791ecf3a","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.c791ecf3a","@firebase/logger":"0.4.4-canary.c791ecf3a","@firebase/util":"1.10.3-canary.c791ecf3a","@firebase/webchannel-wrapper":"1.0.3-canary.c791ecf3a","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.c791ecf3a"},"devDependencies":{"@firebase/app":"0.11.0-canary.c791ecf3a","@firebase/app-compat":"0.2.49-canary.c791ecf3a","@firebase/auth":"1.9.0-canary.c791ecf3a","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.7-canary.c791ecf3a","readmeFilename":"README.md","gitHead":"c791ecf3a03a0e4f56fcdc49b703578135bf8ce6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Q9mmHZg6QJq+GAll+VThX2M0olOXTgxUjwQBv9+LbF8CK1NAb9cMBjs+wTsBhiBNxsIKxbyOJL9Syp/gmeGvbQ==","shasum":"aac48977274d1ec1fbb136e8317a9e5ca094fa98","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.c791ecf3a.tgz","fileCount":853,"unpackedSize":27323208,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICRjD5kLHSP9Lp5bVeJ0u4m54hhKm56Y+ZFZNXTXy/7mAiEAxgxtZYP6vC5aCU4tCBalEHuI7pudQgEqYGUgfI/W+rc="}],"size":5640443},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.7-canary.c791ecf3a_1739311909233_0.2561032291096754"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-11T22:11:49.597Z","publish_time":1739311909597,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.6a28a72eb":{"name":"@firebase/firestore","version":"4.7.7-canary.6a28a72eb","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.6a28a72eb","@firebase/logger":"0.4.4-canary.6a28a72eb","@firebase/util":"1.10.3-canary.6a28a72eb","@firebase/webchannel-wrapper":"1.0.3-canary.6a28a72eb","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.6a28a72eb"},"devDependencies":{"@firebase/app":"0.11.0-canary.6a28a72eb","@firebase/app-compat":"0.2.49-canary.6a28a72eb","@firebase/auth":"1.9.0-canary.6a28a72eb","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.7-canary.6a28a72eb","readmeFilename":"README.md","gitHead":"6a28a72ebd351381620da85fff25703d518e2c5c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Zof/PNrPZ00FwwmUVGtSYadppcklpZIqFpjLZWs5Npwy4+RI4ZC6gtQ3cK5LJD7qGL2qINuhcEv0MjpGnE3sbQ==","shasum":"cd52d89011600020b084cbc042ecdac5df0e5c86","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.6a28a72eb.tgz","fileCount":853,"unpackedSize":27323208,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEX0ofswcmrLogJelTbIx9je1is8Nffl0cDA8MwVLxNjAiEArH72xSd8kt/K5vNJMpkBtsWJsf/ZxXHyewYl9YI3lZI="}],"size":5640445},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.7-canary.6a28a72eb_1739377892639_0.16321610241731332"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-12T16:31:32.923Z","publish_time":1739377892923,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.c8e5b3e77":{"name":"@firebase/firestore","version":"4.7.7-canary.c8e5b3e77","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.7-canary.c8e5b3e77","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"25c57a0847ab0a82846bf3abf9b0f926330c9721","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.c8e5b3e77.tgz","fileCount":853,"integrity":"sha512-MRyOy0DFmnhYy8Ay5yo99wdKaP/xWMgszyCzi7pwvhxAlLmlUAbWoG5WzdBVU67owDYlwQI2BcCJPvMZOK8Smg==","signatures":[{"sig":"MEUCIAt5wckBVekNSfgg6nqaGW+X65Tm6aH28CbVEJ8oDYXwAiEAwSuU7A3xEfek3BfboR60bmDUE3Azxci9Cd9sBpwn+NU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27323208,"size":5640447},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"c8e5b3e77f1ae8ed1e5300b477c4f42ac08d5f16","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.10.3-canary.c8e5b3e77","@firebase/logger":"0.4.4-canary.c8e5b3e77","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.12-canary.c8e5b3e77","@firebase/webchannel-wrapper":"1.0.3-canary.c8e5b3e77"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.0-canary.c8e5b3e77","@types/eslint":"7.29.0","@firebase/auth":"1.9.0-canary.c8e5b3e77","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.49-canary.c8e5b3e77","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0","@types/json-stable-stringify":"1.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.c8e5b3e77"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.7-canary.c8e5b3e77_1739382942522_0.7095274671818388","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-12T17:55:42.842Z","publish_time":1739382942842,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.554c7bdc1":{"name":"@firebase/firestore","version":"4.7.7-canary.554c7bdc1","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.554c7bdc1","@firebase/logger":"0.4.4-canary.554c7bdc1","@firebase/util":"1.10.3-canary.554c7bdc1","@firebase/webchannel-wrapper":"1.0.3-canary.554c7bdc1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.554c7bdc1"},"devDependencies":{"@firebase/app":"0.11.0-canary.554c7bdc1","@firebase/app-compat":"0.2.49-canary.554c7bdc1","@firebase/auth":"1.9.0-canary.554c7bdc1","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.7-canary.554c7bdc1","readmeFilename":"README.md","gitHead":"554c7bdc12cfde834ce5c4fa729a6cb790e1e5c2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-4o1M79EInq4xjdM1JWvLhoH9lL4emCD/+22tgNl0MniBaMk5m6cJ+JYF4/yOf7Y2joZ93H2bP8z24Lxc19EHAA==","shasum":"50e218722314cbed7d42afc51cc7c70433352171","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.554c7bdc1.tgz","fileCount":853,"unpackedSize":27323208,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICIjFQjFJqhkhxcwXOOgzr0RCBygtjcKvVFyRk7u6BgGAiBpM+gU/DKbSmbIYk3/Zfl0kil9VFdggSLw7gbLf4SbQg=="}],"size":5640450},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.7-canary.554c7bdc1_1739382979006_0.5537266836105379"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-12T17:56:19.363Z","publish_time":1739382979363,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.b92592d98":{"name":"@firebase/firestore","version":"4.7.7-canary.b92592d98","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.b92592d98","@firebase/logger":"0.4.4-canary.b92592d98","@firebase/util":"1.10.3-canary.b92592d98","@firebase/webchannel-wrapper":"1.0.3-canary.b92592d98","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.b92592d98"},"devDependencies":{"@firebase/app":"0.11.0-canary.b92592d98","@firebase/app-compat":"0.2.49-canary.b92592d98","@firebase/auth":"1.9.0-canary.b92592d98","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.7-canary.b92592d98","readmeFilename":"README.md","gitHead":"b92592d98ba2e7f861ed02a59cfa81366c4f7231","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-sF6H/WCo4w8/aCMTweeCczBCz20B8SavP0//PzOv89ThplwL4p+nRdY5DzmGik2r6dOuhh5lGo3i8t0uTVjm3A==","shasum":"423bbbb7a252b22278e994013adda251fc9d86e6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.b92592d98.tgz","fileCount":853,"unpackedSize":27323208,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDwu2ax2645inEszPQx571yA517THKGDv8NamVxpDBwQAiAlp5+93wseI/SBjA2IedUPFHg/CBiw4NLYcQ6qfs7ShA=="}],"size":5640457},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.7-canary.b92592d98_1739473146181_0.7229285853128244"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-13T18:59:06.495Z","publish_time":1739473146495,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.884cbd7d8":{"name":"@firebase/firestore","version":"4.7.7-canary.884cbd7d8","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.884cbd7d8","@firebase/logger":"0.4.4-canary.884cbd7d8","@firebase/util":"1.10.3-canary.884cbd7d8","@firebase/webchannel-wrapper":"1.0.3-canary.884cbd7d8","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.884cbd7d8"},"devDependencies":{"@firebase/app":"0.11.0-canary.884cbd7d8","@firebase/app-compat":"0.2.49-canary.884cbd7d8","@firebase/auth":"1.9.0-canary.884cbd7d8","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.7-canary.884cbd7d8","readmeFilename":"README.md","gitHead":"884cbd7d89d4dd9162858f108c39e75896c2db5a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-X9b6wdjaMUvyma/SdItZklxcxAVEVDH8QhlpiYokTOX1cbNmyMdqzi1k54XZ/5dKPEdea98IoKc3wj3z1zEY8w==","shasum":"5deddbe1fcf7fee88fce598245963244902a9406","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.884cbd7d8.tgz","fileCount":853,"unpackedSize":27323208,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICaFN49fh08Yrr6JWklFvXVj/gJY/BLT09byUctxympWAiBAW9BUej7/dNauRwcDyZWWDtregoRCrcfQqKXzG8PbDQ=="}],"size":5640451},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.7-canary.884cbd7d8_1739904181130_0.9731867229524498"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-18T18:43:01.479Z","publish_time":1739904181479,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.f68148253":{"name":"@firebase/firestore","version":"4.7.7-canary.f68148253","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.7-canary.f68148253","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"15111cb13d228afa0e5c3918011ce2bf5f72ea95","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.f68148253.tgz","fileCount":853,"integrity":"sha512-wZvd9coEql/QT1ArgAntCyRzvmD5Zzse7/CROjZQQO1MgsJ4GhY9lRhiThbqwIJnxPVxyspGJWH6sQCGiN5uzg==","signatures":[{"sig":"MEQCIDntoHFaAaYTkLcp8bellvhjn+mVNUwmofze4S4BTJa1AiBSBneYG55rHWTGdkzxSa4+ZwdeHa8F2jIAWZrVAEJhVg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27323208,"size":5640463},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"f68148253349b8e80fc649386fede51339266a3c","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.10.3-canary.f68148253","@firebase/logger":"0.4.4-canary.f68148253","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.12-canary.f68148253","@firebase/webchannel-wrapper":"1.0.3-canary.f68148253"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.0-canary.f68148253","@types/eslint":"7.29.0","@firebase/auth":"1.9.0-canary.f68148253","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.49-canary.f68148253","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0","@types/json-stable-stringify":"1.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.f68148253"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.7-canary.f68148253_1739983558782_0.41241166317039246","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-19T16:45:59.051Z","publish_time":1739983559051,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.84dfeca39":{"name":"@firebase/firestore","version":"4.7.7-canary.84dfeca39","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.84dfeca39","@firebase/logger":"0.4.4-canary.84dfeca39","@firebase/util":"1.10.3-canary.84dfeca39","@firebase/webchannel-wrapper":"1.0.3-canary.84dfeca39","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.84dfeca39"},"devDependencies":{"@firebase/app":"0.11.0-canary.84dfeca39","@firebase/app-compat":"0.2.49-canary.84dfeca39","@firebase/auth":"1.9.0-canary.84dfeca39","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.7-canary.84dfeca39","readmeFilename":"README.md","gitHead":"84dfeca3958fb662b6e20195b80ca521e02b83ef","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-tkpJ0SKMse9rGkv+BgW6UDxBtf40KNYmW58ywqQgM3TEwadZbJ54u/REhY2LALTcElyBBPDvBTyUdY9GwewCQA==","shasum":"f70cc1e63ebea4a07ca6aed6a535756c33009303","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.84dfeca39.tgz","fileCount":853,"unpackedSize":27323208,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIEjVfqqpgYJv5Tz/vg5XroSuQweRRZxaFy2dJLVe7ERCAiAzueu+f98Zc4fyPpFsUurFJX4YUIH2q8Vrl1qYNsxqSA=="}],"size":5640445},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.7-canary.84dfeca39_1739984065063_0.46258021228047674"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-19T16:54:25.359Z","publish_time":1739984065359,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.604133f8d":{"name":"@firebase/firestore","version":"4.7.7-canary.604133f8d","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.604133f8d","@firebase/logger":"0.4.4-canary.604133f8d","@firebase/util":"1.10.3-canary.604133f8d","@firebase/webchannel-wrapper":"1.0.3-canary.604133f8d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.604133f8d"},"devDependencies":{"@firebase/app":"0.11.0-canary.604133f8d","@firebase/app-compat":"0.2.49-canary.604133f8d","@firebase/auth":"1.9.0-canary.604133f8d","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.7-canary.604133f8d","readmeFilename":"README.md","gitHead":"604133f8d23804797c092911c75907a4a3dbb7a6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-nK5xsdjCOA0ZHDKe1qIKunXYRYfn0Vey2Ou+0O7FkXbDeWcQJfX+kpz7vClv9mWCfQwNLln+lRy6obTIzECqtA==","shasum":"b21f1a27248af6f712939341286400e2e90103b9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.604133f8d.tgz","fileCount":853,"unpackedSize":27323556,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDXN4GGMG2VZrg2v0JZ3D3KdFLm+CYmXIn/eMK8Rg98CgIgXp4lnAdKsBcEQwWDQWH3FQUqQnYNzZ4lfGl3WE+sPXk="}],"size":5640758},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.7-canary.604133f8d_1740001742379_0.8051280032099943"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-19T21:49:02.776Z","publish_time":1740001742776,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.c3266f8d7":{"name":"@firebase/firestore","version":"4.7.7-canary.c3266f8d7","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.c3266f8d7","@firebase/logger":"0.4.4-canary.c3266f8d7","@firebase/util":"1.10.3-canary.c3266f8d7","@firebase/webchannel-wrapper":"1.0.3-canary.c3266f8d7","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.c3266f8d7"},"devDependencies":{"@firebase/app":"0.11.0-canary.c3266f8d7","@firebase/app-compat":"0.2.49-canary.c3266f8d7","@firebase/auth":"1.9.0-canary.c3266f8d7","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.7-canary.c3266f8d7","readmeFilename":"README.md","gitHead":"c3266f8d750ebb87b9c567c11a7bb58781613601","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-RA4bQPoCu7SLvHIocF1/tosvGcsrMvhrTJbP1cLGk83X1A2oOkdAX2xgGENUq93ZHUORJ+ohxMqxgoch1pE9Lg==","shasum":"d43278cacc7dcca9b78f489ab0a80224e64b9e21","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.c3266f8d7.tgz","fileCount":853,"unpackedSize":27323556,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDIYFXNq77MvMAlq1Vnu7bXXBVYtT8olXxkmmNt8KDcewIgIdQLNWluNlsvBZ2SQkXbPdkQKt5plLRfaDKTOBElWno="}],"size":5640759},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.7-canary.c3266f8d7_1740077933482_0.6143476077147716"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-20T18:58:53.789Z","publish_time":1740077933789,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.ce2c77511":{"name":"@firebase/firestore","version":"4.7.7-canary.ce2c77511","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.ce2c77511","@firebase/logger":"0.4.4-canary.ce2c77511","@firebase/util":"1.10.3-canary.ce2c77511","@firebase/webchannel-wrapper":"1.0.3-canary.ce2c77511","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.ce2c77511"},"devDependencies":{"@firebase/app":"0.11.0-canary.ce2c77511","@firebase/app-compat":"0.2.49-canary.ce2c77511","@firebase/auth":"1.9.0-canary.ce2c77511","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.7-canary.ce2c77511","readmeFilename":"README.md","gitHead":"ce2c77511210df109fdf381c7c02175173a6f7a2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-b3CoSYvflXsjYSspvZemMl4JcDcP4LeKVx2g0DdWm6hvzNySHyM+MsuYd6MQz13uj0cqyMrFmHYoK3x9Sf3qBg==","shasum":"f6531d87b6d0eb54abd5b5046e6886a867780e82","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.ce2c77511.tgz","fileCount":853,"unpackedSize":27323556,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFRGq7/KUlMw8tDPvxTswJMaJZp4bZsd17wYv/E71jGwAiEAwyXQOy4urYZqp3uV9m0IVQYfwA2y8WuufjDxDgZTPW8="}],"size":5640753},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.7-canary.ce2c77511_1740097567234_0.7030933586803378"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-21T00:26:07.606Z","publish_time":1740097567606,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.9d8266593":{"name":"@firebase/firestore","version":"4.7.7-canary.9d8266593","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.9d8266593","@firebase/logger":"0.4.4-canary.9d8266593","@firebase/util":"1.10.3-canary.9d8266593","@firebase/webchannel-wrapper":"1.0.3-canary.9d8266593","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.9d8266593"},"devDependencies":{"@firebase/app":"0.11.0-canary.9d8266593","@firebase/app-compat":"0.2.49-canary.9d8266593","@firebase/auth":"1.9.0-canary.9d8266593","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.7-canary.9d8266593","readmeFilename":"README.md","gitHead":"9d826659334e1a43acd1126fab6e09a305e04936","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-xCFg5UJE4Eu1/YSYNq9PCb8Nt7tF98OHPevBLoiv2Nmklwory5ULQJQw/kT+gBBhtL/wlhUn9ERHHj+4Drug7Q==","shasum":"c89398ea90dea1d363121ff4b8775715025c9786","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.9d8266593.tgz","fileCount":853,"unpackedSize":27323556,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQChB8lYZw7LhZxoo4TM+6uRnKctozhNdhgdKFibxKKDNgIgaCqmfY1W6m4mdNq83rdBvm+SMtAfQ74SgSbb3s5uX80="}],"size":5640765},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.7-canary.9d8266593_1740419007559_0.8644759229506325"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-24T17:43:27.823Z","publish_time":1740419007823,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.1daf8b47b":{"name":"@firebase/firestore","version":"4.7.7-canary.1daf8b47b","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.1daf8b47b","@firebase/logger":"0.4.4-canary.1daf8b47b","@firebase/util":"1.10.3-canary.1daf8b47b","@firebase/webchannel-wrapper":"1.0.3-canary.1daf8b47b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.1daf8b47b"},"devDependencies":{"@firebase/app":"0.11.0-canary.1daf8b47b","@firebase/app-compat":"0.2.49-canary.1daf8b47b","@firebase/auth":"1.9.0-canary.1daf8b47b","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.7-canary.1daf8b47b","readmeFilename":"README.md","gitHead":"1daf8b47ba681db12174bc67f9de9dacf68cc60f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-0EAuCZs9q5vPUhpu8bfBD2ylH2lgT3f/J/gKk5z8N7xvmOVUOEbGINaiPCAhc3nJX5+IcGE0oLdS6jaRQA75bg==","shasum":"0c6e8d9600f22dd94bf28d084e6c413b6e41bab3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.1daf8b47b.tgz","fileCount":853,"unpackedSize":27323556,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCgy0s2XVfSnINBUsR6WoahhcjBNfEli+59A/kqtYmhtgIgZXBn+2zYFT3qS6jkPfkPlCvkpcFXIeKnVONQ7PkjiTE="}],"size":5640743},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.7-canary.1daf8b47b_1740420672658_0.41448231321335083"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-24T18:11:13.010Z","publish_time":1740420673010,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.dcfb3da2e":{"name":"@firebase/firestore","version":"4.7.7-canary.dcfb3da2e","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.dcfb3da2e","@firebase/logger":"0.4.4-canary.dcfb3da2e","@firebase/util":"1.10.3-canary.dcfb3da2e","@firebase/webchannel-wrapper":"1.0.3-canary.dcfb3da2e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.dcfb3da2e"},"devDependencies":{"@firebase/app":"0.11.0-canary.dcfb3da2e","@firebase/app-compat":"0.2.49-canary.dcfb3da2e","@firebase/auth":"1.9.0-canary.dcfb3da2e","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.7-canary.dcfb3da2e","readmeFilename":"README.md","gitHead":"dcfb3da2e65b25d12e1d53efb257440c9f026072","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-HpUGmQxuB24LIt6Sa7SiCssojOEDZfVbFIn3U/LhYf8Pn6Nb+GMCK4zsITO59iJlwNlovYWX2j5cmyx8p8qphg==","shasum":"66adfc26404d3c35983f7c3307b35cf2f6b09a52","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.dcfb3da2e.tgz","fileCount":853,"unpackedSize":27323556,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCOAPrKN/xjZkOiQaYExEwE3baK6Mb1UuIPbOoVwZyLLwIhAMiCUa8g7qKzKhQSHqEPPmYdNesy14eLc9bM2k3v2pqA"}],"size":5640737},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.7-canary.dcfb3da2e_1740424852968_0.20424404825068376"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-24T19:20:53.191Z","publish_time":1740424853191,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.117279e27":{"name":"@firebase/firestore","version":"4.7.7-canary.117279e27","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.117279e27","@firebase/logger":"0.4.4-canary.117279e27","@firebase/util":"1.10.3-canary.117279e27","@firebase/webchannel-wrapper":"1.0.3-canary.117279e27","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.117279e27"},"devDependencies":{"@firebase/app":"0.11.0-canary.117279e27","@firebase/app-compat":"0.2.49-canary.117279e27","@firebase/auth":"1.9.0-canary.117279e27","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.7-canary.117279e27","readmeFilename":"README.md","gitHead":"117279e2759cde3e1ac028794fabf948d304d795","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-cQyRE4ta9FaQQP5ADQukbVGPyzowEV2wy+k3DMVcDFRNUUncgFS6nR1hxKzDl3rU4D4KioondcJipdq/NWaqPQ==","shasum":"2dcfc7c0ffc7638cb802eb1a500afb19d5988d87","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.117279e27.tgz","fileCount":853,"unpackedSize":27323556,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC5BduM3TPypU/7hVICe4Vk+4axyjFxUxtItRk/PBvtdAIhAKwd31SV32IYBeDE9I8TF4mtzLItgbdewchxoIw6ty29"}],"size":5640760},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.7-canary.117279e27_1740577392319_0.8535009398641569"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-26T13:43:12.654Z","publish_time":1740577392654,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.2d74e5bfb":{"name":"@firebase/firestore","version":"4.7.7-canary.2d74e5bfb","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.2d74e5bfb","@firebase/logger":"0.4.4-canary.2d74e5bfb","@firebase/util":"1.10.3-canary.2d74e5bfb","@firebase/webchannel-wrapper":"1.0.3-canary.2d74e5bfb","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.2d74e5bfb"},"devDependencies":{"@firebase/app":"0.11.0-canary.2d74e5bfb","@firebase/app-compat":"0.2.49-canary.2d74e5bfb","@firebase/auth":"1.9.0-canary.2d74e5bfb","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.7-canary.2d74e5bfb","readmeFilename":"README.md","gitHead":"2d74e5bfb75b5ecf87a9b1b496c9358446c0cb81","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-p2a7TUETuEbICbXNkPfj0uc5BfdElB+rqYtqG4rlAgs7gSeuV7pltMYltpDRlco5mxaSHeSoC9NlfUn5R7oyHA==","shasum":"9215c8220c4c868870804d2d0ef8d23d847c2322","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.2d74e5bfb.tgz","fileCount":853,"unpackedSize":27323556,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIG6wZlBnSOej7xpi0PPo7tSrbCbB2XVLPrq4EGhqU6aWAiEA0y4djt/23ypM+uriSEqE211eBZsnFKpzx7BoeugnPp8="}],"size":5640746},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.7-canary.2d74e5bfb_1740584307086_0.15476112185095214"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-26T15:38:27.398Z","publish_time":1740584307398,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.777f465ff":{"name":"@firebase/firestore","version":"4.7.7-canary.777f465ff","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.777f465ff","@firebase/logger":"0.4.4-canary.777f465ff","@firebase/util":"1.10.3-canary.777f465ff","@firebase/webchannel-wrapper":"1.0.3-canary.777f465ff","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.777f465ff"},"devDependencies":{"@firebase/app":"0.11.0-canary.777f465ff","@firebase/app-compat":"0.2.49-canary.777f465ff","@firebase/auth":"1.9.0-canary.777f465ff","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.7-canary.777f465ff","readmeFilename":"README.md","gitHead":"777f465ff37495ff933a29583769ce8a6a2b59b5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-3fdljPQrzwY63Q3lKWozuR0qf01sxBr7f4EhKqIoRPKgoA4y00cMDHVL1SLbZu6h1pykIbgo6+i4/zWRHNADPQ==","shasum":"80e2525df656dbd8b8d8a108e5a900d8e8899a60","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.777f465ff.tgz","fileCount":853,"unpackedSize":27323556,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDCY4WTRvJ2bG/nJkJZg5rzDCDZrmvmH4t+xpeRrnr2cgIhAO6Ib0Fd1rWo2tSfaH5GHGkyVJMfyf4xRJNh2fh+uHYR"}],"size":5640764},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.7-canary.777f465ff_1740585840770_0.4611593398004219"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-26T16:04:01.068Z","publish_time":1740585841068,"_source_registry_name":"default","contributors":[]},"4.7.9-20250226175635":{"name":"@firebase/firestore","version":"4.7.9-20250226175635","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-20250226175635","@firebase/logger":"0.4.4","@firebase/util":"1.11.0-20250226175635","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.2-20250226175635"},"devDependencies":{"@firebase/app":"0.11.2-20250226175635","@firebase/app-compat":"0.2.51-20250226175635","@firebase/auth":"1.9.1-20250226175635","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.9-20250226175635","readmeFilename":"README.md","gitHead":"eb8e4aad2fc02b7cd3be02e53883dc39e3788fbb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-bXJgXrwNEzciJPE8hVHklYF3jh1/mcnK5olXDYGuUP3kGbzyOrNFGx4T2H/BNFKwSoZujDvCkPIJ+PAarnJW6A==","shasum":"2f54857f12cf8b892f548604ec1a3d5154ee19aa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.9-20250226175635.tgz","fileCount":853,"unpackedSize":27323468,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDkkWHRCsRL5kFa+HlAGKMX+yXqwJf77fxqEXd4AhnU1AIhALEDFpc/5V7gFjUhqyFfFTyw8NdgdO1ntihPzivszJhM"}],"size":5640768},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.9-20250226175635_1740593208148_0.6508012931295173"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-26T18:06:48.510Z","publish_time":1740593208510,"_source_registry_name":"default","contributors":[]},"4.7.7-canary.113c965a3":{"name":"@firebase/firestore","version":"4.7.7-canary.113c965a3","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.12-canary.113c965a3","@firebase/logger":"0.4.4-canary.113c965a3","@firebase/util":"1.10.3-canary.113c965a3","@firebase/webchannel-wrapper":"1.0.3-canary.113c965a3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.0-canary.113c965a3"},"devDependencies":{"@firebase/app":"0.11.0-canary.113c965a3","@firebase/app-compat":"0.2.49-canary.113c965a3","@firebase/auth":"1.9.0-canary.113c965a3","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.7-canary.113c965a3","readmeFilename":"README.md","gitHead":"113c965a34d9d7219d236f1b2cb62029e0f80fda","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-OMOlnwDpz8Ks9QHqvqOk4zji1EB+q7g5umrqdtfnkVblgiPksRk+ikDysD3HtCgvC1VrLTDeJ9VUe1cwhbWZbQ==","shasum":"94db4efbbf93f0b85dca076e08d9f68e1ab4d8e2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.7-canary.113c965a3.tgz","fileCount":853,"unpackedSize":27323556,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCDvJTd0pdtxRf/b0b+L/hY7qUyFIzNFVPm28rvmFsZxwIgaCCgDN1RGWcbJswOHZvphVBs2WU3B20oh6og4aILtZU="}],"size":5640754},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.7-canary.113c965a3_1740680659582_0.6081014399860443"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-27T18:24:19.943Z","publish_time":1740680659943,"_source_registry_name":"default","contributors":[]},"4.7.9":{"name":"@firebase/firestore","version":"4.7.9","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13","@firebase/logger":"0.4.4","@firebase/util":"1.11.0","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.11.2","@firebase/app-compat":"0.2.51","@firebase/auth":"1.9.1","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.9","gitHead":"2eee61ae5f1e20c0b35328dc0cc197f568820523","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-uq/bUtHDqJ5ZqPHAJIlNzHpXUtcVYcASz2V6y7UmP1WLlRKEt1yf1OcQW5u8pY2yq7162OnCl5J5mkOdMTMLZw==","shasum":"ce449a7cd00fcde64d24eaa90b4d52c77fc26e9a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.9.tgz","fileCount":853,"unpackedSize":27323056,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDLRPwWSM2ErxQyfrHvwYGKEYJEJA9ItMzm7ti/h8nByAiByVv7bfLGqhF+6QNxxnDli8cKv2zqHPwE3gIHj0cB1hA=="}],"size":5640562},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.9_1740689005729_0.10226768448917212"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-27T20:43:26.023Z","publish_time":1740689006023,"_source_registry_name":"default","contributors":[]},"4.7.9-canary.a24a76aa2":{"name":"@firebase/firestore","version":"4.7.9-canary.a24a76aa2","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.a24a76aa2","@firebase/logger":"0.4.4-canary.a24a76aa2","@firebase/util":"1.11.0-canary.a24a76aa2","@firebase/webchannel-wrapper":"1.0.3-canary.a24a76aa2","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.2-canary.a24a76aa2"},"devDependencies":{"@firebase/app":"0.11.2-canary.a24a76aa2","@firebase/app-compat":"0.2.51-canary.a24a76aa2","@firebase/auth":"1.9.1-canary.a24a76aa2","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.9-canary.a24a76aa2","readmeFilename":"README.md","gitHead":"a24a76aa217ebb94a1076c88d435ee309556fd16","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-D4hsOuCJQ/PFlKG4GUzbHD1Z53hCtuQuO6h3ORU+bJ/clNFehN2BaM1Kl6ksKZcmJyBJoWBWAkAmjHSdopzt1Q==","shasum":"2ed0778b8ecf4c09297e194b033d1a57ad0f2e2b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.9-canary.a24a76aa2.tgz","fileCount":853,"unpackedSize":27323556,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFuVQkX7bSDsvk4tk17UqyWqQPLvPP4mx9803M9EFjUFAiEAsaI6Uv7UP+uviiWASCYHbVi/K7GCE4gZKJ/SCBlOSus="}],"size":5640749},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.9-canary.a24a76aa2_1740691091841_0.42500339836146983"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-27T21:18:12.178Z","publish_time":1740691092178,"_source_registry_name":"default","contributors":[]},"4.7.9-canary.43d6b6735":{"name":"@firebase/firestore","version":"4.7.9-canary.43d6b6735","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.43d6b6735","@firebase/logger":"0.4.4-canary.43d6b6735","@firebase/util":"1.11.0-canary.43d6b6735","@firebase/webchannel-wrapper":"1.0.3-canary.43d6b6735","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.2-canary.43d6b6735"},"devDependencies":{"@firebase/app":"0.11.2-canary.43d6b6735","@firebase/app-compat":"0.2.51-canary.43d6b6735","@firebase/auth":"1.9.1-canary.43d6b6735","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.9-canary.43d6b6735","readmeFilename":"README.md","gitHead":"43d6b6735f8b1d20dbe33793b57adb221efde95d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-M3JiV5gdzlkabPicPr6prfUEd77sX2mJl5MVhW62pPjk9hMQC5yevYWC1IBrNuZ7C397O9TvMpUuebp8CKNvRg==","shasum":"2502a9840dfd6f24706e3dfdd1e351ce5aab61ca","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.9-canary.43d6b6735.tgz","fileCount":853,"unpackedSize":27323556,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHO2edXDVh8TfZSBCZfKffwXMzR8k3q1oHlbPubtgZWpAiBVu9L9Gz/0ua24Q62baNg+9Q+81u85aDI8cIRPacIdsg=="}],"size":5640764},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.9-canary.43d6b6735_1741030282572_0.5796894039029099"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-03T19:31:22.952Z","publish_time":1741030282952,"_source_registry_name":"default","contributors":[]},"4.7.9-canary.7ae48246b":{"name":"@firebase/firestore","version":"4.7.9-canary.7ae48246b","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.7ae48246b","@firebase/logger":"0.4.4-canary.7ae48246b","@firebase/util":"1.11.0-canary.7ae48246b","@firebase/webchannel-wrapper":"1.0.3-canary.7ae48246b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.2-canary.7ae48246b"},"devDependencies":{"@firebase/app":"0.11.2-canary.7ae48246b","@firebase/app-compat":"0.2.51-canary.7ae48246b","@firebase/auth":"1.9.1-canary.7ae48246b","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.9-canary.7ae48246b","readmeFilename":"README.md","gitHead":"7ae48246b9992ae17e9d0ab92114d426b4dd2973","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-uqvcbXEAgrJrCmt6iKucz+16ZhjtmBoTaZq0kWTROfHrDz5r9wbnkdR4GpDR01uA7C8P7qai3cCquI24nP7z3g==","shasum":"cf2afc0e4848b28241e79108dc9a0dce4397c217","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.9-canary.7ae48246b.tgz","fileCount":853,"unpackedSize":27323556,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBFEKBDblsqE9OKdvMCmHgFE8qGTkvIF+lGQIhelD5UNAiEAz1psqh5hqwGPZsdm0oMj1aSKBvNQkwbpI+tub9hIIUM="}],"size":5640754},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.9-canary.7ae48246b_1741044933137_0.17580576573617468"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-03T23:35:33.416Z","publish_time":1741044933416,"_source_registry_name":"default","contributors":[]},"4.7.9-canary.058afa280":{"name":"@firebase/firestore","version":"4.7.9-canary.058afa280","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.058afa280","@firebase/logger":"0.4.4-canary.058afa280","@firebase/util":"1.11.0-canary.058afa280","@firebase/webchannel-wrapper":"1.0.3-canary.058afa280","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.2-canary.058afa280"},"devDependencies":{"@firebase/app":"0.11.2-canary.058afa280","@firebase/app-compat":"0.2.51-canary.058afa280","@firebase/auth":"1.9.1-canary.058afa280","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.9-canary.058afa280","readmeFilename":"README.md","gitHead":"058afa280c8e9a72e27f3b1fbdb2921012dc65d3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-2PVl4KzSvuoE8M6DaJzz9F8iz6DvZG/FM1YXARiZsbGQcVE9dobnrBcznrNEsw/0PJ1cNjRLZWghkVNRsUx8KA==","shasum":"535993aa7d9ca2b76825d2a574b423061f0b3d27","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.9-canary.058afa280.tgz","fileCount":853,"unpackedSize":27323556,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCAJmtMIH0NaKwLomZWxMzqCw3YzByNDL9F/kjWjzEN/AIgV2+2pHbPDaIIIWV0bFBd3K62CJs1QOH/1yKtZoveWG8="}],"size":5640757},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.9-canary.058afa280_1741106439982_0.938773540290883"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-04T16:40:40.344Z","publish_time":1741106440344,"_source_registry_name":"default","contributors":[]},"4.7.9-canary.42cea4810":{"name":"@firebase/firestore","version":"4.7.9-canary.42cea4810","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.42cea4810","@firebase/logger":"0.4.4-canary.42cea4810","@firebase/util":"1.11.0-canary.42cea4810","@firebase/webchannel-wrapper":"1.0.3-canary.42cea4810","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.2-canary.42cea4810"},"devDependencies":{"@firebase/app":"0.11.2-canary.42cea4810","@firebase/app-compat":"0.2.51-canary.42cea4810","@firebase/auth":"1.9.1-canary.42cea4810","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.9-canary.42cea4810","readmeFilename":"README.md","gitHead":"42cea4810bb6d845d4330589381bcd91ea95aee3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-t0ZXQ9K1+DRkU5Z8QzIStyifRAeGuW+V7MBlI45ZcCBPI0hoaC1mVo5KDItYAKdXfB0T1h5OrHtH2O0gaTDoxA==","shasum":"02bca8cf67ea7187c4a00795053489f0570cb2a4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.9-canary.42cea4810.tgz","fileCount":853,"unpackedSize":27323556,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCcFjT+xCRb+MDVkAENHBSuBC1xIP0c2oE6UprXZS4pWgIhANJd8sfqOlMqEtJkk28VbTkB7TPZMd7Ap19D9pr2GgO1"}],"size":5640751},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.9-canary.42cea4810_1741190994033_0.503349984064428"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-05T16:09:54.404Z","publish_time":1741190994404,"_source_registry_name":"default","contributors":[]},"4.7.9-canary.25985ac3c":{"name":"@firebase/firestore","version":"4.7.9-canary.25985ac3c","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.9-canary.25985ac3c","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"1aa116c6f61d8631a219cce105ab547b3e4099de","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.9-canary.25985ac3c.tgz","fileCount":853,"integrity":"sha512-mh3f78Pnjdz0K0V/ch1kArXctCtPZBaLumAqda+/Fe9TI3Fe0y5aX6Jpnp+ugNqcUtxtD1t2kYDeMRqlAWQ52g==","signatures":[{"sig":"MEQCICDbv612DpF2wgxscHtq3+he/SD4Lba1SRKpbmCMFS7xAiB5c/UK4/7LYW9oMzMEFCBexGf3PJpMpn5YMkfy73FMrA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27323556,"size":5640758},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"25985ac3c3a797160e2dc3a2a28aba9f63fe6dfd","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.11.0-canary.25985ac3c","@firebase/logger":"0.4.4-canary.25985ac3c","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.13-canary.25985ac3c","@firebase/webchannel-wrapper":"1.0.3-canary.25985ac3c"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.2-canary.25985ac3c","@types/eslint":"7.29.0","@firebase/auth":"1.9.1-canary.25985ac3c","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.51-canary.25985ac3c","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0","@types/json-stable-stringify":"1.1.0"},"peerDependencies":{"@firebase/app":"0.11.2-canary.25985ac3c"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.9-canary.25985ac3c_1741274362581_0.15408442067389228","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-03-06T15:19:22.975Z","publish_time":1741274362975,"_source_registry_name":"default","contributors":[]},"4.7.9-canary.33acc6e3c":{"name":"@firebase/firestore","version":"4.7.9-canary.33acc6e3c","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.33acc6e3c","@firebase/logger":"0.4.4-canary.33acc6e3c","@firebase/util":"1.11.0-canary.33acc6e3c","@firebase/webchannel-wrapper":"1.0.3-canary.33acc6e3c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.2-canary.33acc6e3c"},"devDependencies":{"@firebase/app":"0.11.2-canary.33acc6e3c","@firebase/app-compat":"0.2.51-canary.33acc6e3c","@firebase/auth":"1.9.1-canary.33acc6e3c","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.9-canary.33acc6e3c","readmeFilename":"README.md","gitHead":"33acc6e3c87ab4f22af2441483a50d2be2e891a6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-llwae1Vim1WYawhKZPV3Gu35oxgo3kV/PO1gJPdwfTlxCjpBHMFIoMQB8CvfuTdULjjWT09BmBSi2jSvJiDwqw==","shasum":"11d3a771712d8272abc43c4eaf68d286c4867f73","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.9-canary.33acc6e3c.tgz","fileCount":853,"unpackedSize":27323556,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDPchCF4gqThZMamQYb8nvCRpCTAJ7aDkIyrXKWFzVuIAIhAOcHUkEOtij8KmbeuPPqA5XtNdiZcn5b6KA+699PZX9K"}],"size":5640748},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.9-canary.33acc6e3c_1741274411191_0.5783837142781969"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-06T15:20:11.563Z","publish_time":1741274411563,"_source_registry_name":"default","contributors":[]},"4.7.9-canary.561117597":{"name":"@firebase/firestore","version":"4.7.9-canary.561117597","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.561117597","@firebase/logger":"0.4.4-canary.561117597","@firebase/util":"1.11.0-canary.561117597","@firebase/webchannel-wrapper":"1.0.3-canary.561117597","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.2-canary.561117597"},"devDependencies":{"@firebase/app":"0.11.2-canary.561117597","@firebase/app-compat":"0.2.51-canary.561117597","@firebase/auth":"1.9.1-canary.561117597","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.9-canary.561117597","readmeFilename":"README.md","gitHead":"5611175975deb8d39eb1387a7ef083120f12c8b5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-P7Bec/KglDTKEmTvv2LGzM5u7dIMlP3bt8kD8N38u7hUioakBS+VOTMzYjRzhAozvfnscN73Nw/f4sWUdvpL6Q==","shasum":"0fb6b5ab4d77d789fbd2bdac30f07fdb0ae13d09","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.9-canary.561117597.tgz","fileCount":853,"unpackedSize":27323556,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDEo5o0LNzCY8Gvd6FnZyIC9sA0uxjXuLdcmQIjFrgBiAiBOsGA0QfIxL82yJIrp1Znhim8b/Q4VhO6Dg2/sEnw7JQ=="}],"size":5640768},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.9-canary.561117597_1741288565361_0.5997889702099619"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-06T19:16:05.624Z","publish_time":1741288565624,"_source_registry_name":"default","contributors":[]},"4.7.9-canary.51465ce87":{"name":"@firebase/firestore","version":"4.7.9-canary.51465ce87","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.51465ce87","@firebase/logger":"0.4.4-canary.51465ce87","@firebase/util":"1.11.0-canary.51465ce87","@firebase/webchannel-wrapper":"1.0.3-canary.51465ce87","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.2-canary.51465ce87"},"devDependencies":{"@firebase/app":"0.11.2-canary.51465ce87","@firebase/app-compat":"0.2.51-canary.51465ce87","@firebase/auth":"1.9.1-canary.51465ce87","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.9-canary.51465ce87","readmeFilename":"README.md","gitHead":"51465ce876c38a842222467b446c10672e3b4169","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-JZCh78xTgtdybVlesa1B9K/eIevAbaJMrUvg0dorxHDhTD+r5eOPGPjJJNgB9bsMcUth7sCG7ssHZvRjvRaPbQ==","shasum":"52df8be8fe24e21793b2039ffa498714a14cdc9c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.9-canary.51465ce87.tgz","fileCount":853,"unpackedSize":27323556,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHoZyDstDGE7KNfrXzquiNxnDShrH9MuC81zP+4bnevbAiAHq4KY3b0joBAg2j90ZK2GhOL62Yp+YHrK+X4M21UOgg=="}],"size":5640763},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.9-canary.51465ce87_1741292928432_0.7382442842030623"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-06T20:28:48.762Z","publish_time":1741292928762,"_source_registry_name":"default","contributors":[]},"4.7.9-canary.feb2c9dfa":{"name":"@firebase/firestore","version":"4.7.9-canary.feb2c9dfa","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.feb2c9dfa","@firebase/logger":"0.4.4-canary.feb2c9dfa","@firebase/util":"1.11.0-canary.feb2c9dfa","@firebase/webchannel-wrapper":"1.0.3-canary.feb2c9dfa","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.2-canary.feb2c9dfa"},"devDependencies":{"@firebase/app":"0.11.2-canary.feb2c9dfa","@firebase/app-compat":"0.2.51-canary.feb2c9dfa","@firebase/auth":"1.9.1-canary.feb2c9dfa","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.9-canary.feb2c9dfa","readmeFilename":"README.md","gitHead":"feb2c9dfa29c9dff01c1272e56f6258176dc6b3a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-8uL945MvMxx8novQRwnsCGmOhZltmhf7MvNfGy+OjllrU6Y+txBwdvBYw6FqiAomY7Nn7BpejgH6RkcT2TGI3g==","shasum":"9ec1e68126e1edaaa06703c9db10cefe30288d50","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.9-canary.feb2c9dfa.tgz","fileCount":853,"unpackedSize":27392695,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICEFoyD1CDmRpREPGGxqfcveVZ6sAe/N8nB/QC4FaRILAiB+B3dRDHhDNYJoYhGJzgYGoSwUJUFz6rpKyluxQhMyDg=="}],"size":5663452},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.9-canary.feb2c9dfa_1741629187131_0.2926516198931244"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-10T17:53:07.412Z","publish_time":1741629187412,"_source_registry_name":"default","contributors":[]},"4.7.9-canary.a512bc655":{"name":"@firebase/firestore","version":"4.7.9-canary.a512bc655","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.a512bc655","@firebase/logger":"0.4.4-canary.a512bc655","@firebase/util":"1.11.0-canary.a512bc655","@firebase/webchannel-wrapper":"1.0.3-canary.a512bc655","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.2-canary.a512bc655"},"devDependencies":{"@firebase/app":"0.11.2-canary.a512bc655","@firebase/app-compat":"0.2.51-canary.a512bc655","@firebase/auth":"1.9.1-canary.a512bc655","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.9-canary.a512bc655","readmeFilename":"README.md","gitHead":"a512bc655463cf7aaa99b454aca97ecf157b83c0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-GNUma9Q4bReLUmDpw40zZX3HGGtFDxnyRX6Ci20yOe1nL4hAOo6BZqmU4JgvRi5efEJDhcrWFin6FkKt0Vd99Q==","shasum":"8a90b81e98157d06634798a940e0f94a4356dbd6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.9-canary.a512bc655.tgz","fileCount":853,"unpackedSize":27392695,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQC3U7A4o81Dp0zsQHx1BwPCDv/YxKlZVuwelVouS8UfNwIgR6ZZaqMYOLhRCKKEUJX5s3XkMyh8lH0ZdNXKbVDKP3s="}],"size":5663472},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.9-canary.a512bc655_1742245556288_0.38418175506804886"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-17T21:05:56.636Z","publish_time":1742245556636,"_source_registry_name":"default","contributors":[]},"4.7.9-canary.95b4fc69d":{"name":"@firebase/firestore","version":"4.7.9-canary.95b4fc69d","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.95b4fc69d","@firebase/logger":"0.4.4-canary.95b4fc69d","@firebase/util":"1.11.0-canary.95b4fc69d","@firebase/webchannel-wrapper":"1.0.3-canary.95b4fc69d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.2-canary.95b4fc69d"},"devDependencies":{"@firebase/app":"0.11.2-canary.95b4fc69d","@firebase/app-compat":"0.2.51-canary.95b4fc69d","@firebase/auth":"1.9.1-canary.95b4fc69d","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.9-canary.95b4fc69d","readmeFilename":"README.md","gitHead":"95b4fc69d8e85991e6da20e4bf68d54d4e6741d6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-sGZDlZLuJGplinXhXHuJZlAno/fiRTPPx+E7nAJ5l4d/Z8DGKk7g2QohxG2gfmwHQp9gUMZ0SYt0eLSWDH/dDw==","shasum":"46676816a937c8ded6765acf56f482e0916c3e50","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.9-canary.95b4fc69d.tgz","fileCount":853,"unpackedSize":27392695,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCcOkFiWLOj2+EidGxIZz2M7wkgKHtCrZQJKJkF+RcS9wIhAOVQGkGwWywOR9sdiiJeBCehf3Izu5Mo4viU4V61ETPF"}],"size":5663473},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.9-canary.95b4fc69d_1742253449906_0.2654434198680202"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-17T23:17:30.147Z","publish_time":1742253450147,"_source_registry_name":"default","contributors":[]},"4.7.10-20250318131644":{"name":"@firebase/firestore","version":"4.7.10-20250318131644","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.10-20250318131644","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"7e02ed84ec0c825e7ffb2542011769065a10cf3a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-20250318131644.tgz","fileCount":853,"integrity":"sha512-aYQNOf8hhIVCNj6iW2p0cWrXMQz2NF/3VP3ZSu1WiRLdek860Gy0H/W/dJrqIHwt/G4sZLcszqxjBbcipHOHjA==","signatures":[{"sig":"MEUCIQDYWHlydUjo9VgvAJNik5eIWj2Hj0WysastC/MnrQ3ErwIgF0wj3PTqmlPPsmdS8qKXXdS81QVU5BaDD4TdO+lHFr8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27392525,"size":5663476},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"8ec9376665226a89171d229df3cc02000defc547","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.11.0","@firebase/logger":"0.4.4","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.13","@firebase/webchannel-wrapper":"1.0.3"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.2","@types/eslint":"7.29.0","@firebase/auth":"1.9.1","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.51","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0","@types/json-stable-stringify":"1.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.10-20250318131644_1742304310912_0.6582770119374282","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-03-18T13:25:11.199Z","publish_time":1742304311199,"_source_registry_name":"default","contributors":[]},"4.7.10-20250318143520":{"name":"@firebase/firestore","version":"4.7.10-20250318143520","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.10-20250318143520","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"4e42d6d6ce9ca783a6d6009734d030f234c3fe3a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-20250318143520.tgz","fileCount":853,"integrity":"sha512-s+oQMbq5XrAP5U29Qn4M7KPNpBaCFYDOQITaW7YOfhjGraBxvP946XZwcZgQhZ9qwem66cJTWblI+UxI7WQKkA==","signatures":[{"sig":"MEQCIFKBYLYb+sDaDw8JWtwXV+efyhmtE66lQxyOfoAtMvldAiApJY/10bWz4lt8Cjw2/3xi6qAMEbsPM/JFvzIEzsqz9A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27392525,"size":5663471},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"4f6439f85cf2f83a0a14b20362946d2323827da2","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.11.0","@firebase/logger":"0.4.4","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.13","@firebase/webchannel-wrapper":"1.0.3"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.2","@types/eslint":"7.29.0","@firebase/auth":"1.9.1","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.51","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0","@types/json-stable-stringify":"1.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.10-20250318143520_1742309016894_0.86410297592642","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-03-18T14:43:37.284Z","publish_time":1742309017284,"_source_registry_name":"default","contributors":[]},"4.7.9-canary.cf3c8fb2a":{"name":"@firebase/firestore","version":"4.7.9-canary.cf3c8fb2a","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.9-canary.cf3c8fb2a","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"e5e44e8f2185d51be20a693c679c5d9c294cc555","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.9-canary.cf3c8fb2a.tgz","fileCount":853,"integrity":"sha512-d4WLuTATSxolQxfzItz3TBpccqhjFhO5WeuJHOg1hhssszFz8DdsKJCfrQv98uxwsVtSilqhrmjpzUXHl5gZtQ==","signatures":[{"sig":"MEUCIQCm9mj+Smi1gT10tRr5NUAz+4C+9u61uS/sF+5FgakBuAIgHPuPHu2QPaMnLLaru3+f6EdjzZgtOoahX4t5t0kSOa8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27392695,"size":5663465},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"cf3c8fb2affffc8f055eed9265b3d5ba4df86185","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.11.0-canary.cf3c8fb2a","@firebase/logger":"0.4.4-canary.cf3c8fb2a","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.13-canary.cf3c8fb2a","@firebase/webchannel-wrapper":"1.0.3-canary.cf3c8fb2a"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.2-canary.cf3c8fb2a","@types/eslint":"7.29.0","@firebase/auth":"1.9.1-canary.cf3c8fb2a","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.51-canary.cf3c8fb2a","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0","@types/json-stable-stringify":"1.1.0"},"peerDependencies":{"@firebase/app":"0.11.2-canary.cf3c8fb2a"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.9-canary.cf3c8fb2a_1742309154240_0.14368978645197195","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-03-18T14:45:54.541Z","publish_time":1742309154541,"_source_registry_name":"default","contributors":[]},"4.7.10-20250318151245":{"name":"@firebase/firestore","version":"4.7.10-20250318151245","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.10-20250318151245","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"285359ad5a3ac417b3c1fb5e148ed19880c98caf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-20250318151245.tgz","fileCount":853,"integrity":"sha512-9mExjL/tm2r8Z69irkypudk8cTYK2s4DjEhbKm4DgeKKVmX3L3gAgjlC1EM4rJr3eU0noATbYw/UjYwgo0AcrA==","signatures":[{"sig":"MEYCIQDsdXiT83Q/qQTE1hBhOZdk7C/PlZ/JR63ztLQ30Sez1AIhAOwuFpeEYGCq5CroRyYVFgNTiRIQoIYHpfPmdN78CNsJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27392525,"size":5663473},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"58876607cb666a589b3e92b7d4e5bd1404f05ed9","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.11.0","@firebase/logger":"0.4.4","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.13","@firebase/webchannel-wrapper":"1.0.3"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.2","@types/eslint":"7.29.0","@firebase/auth":"1.9.1","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.51","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0","@types/json-stable-stringify":"1.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.10-20250318151245_1742311282110_0.6530752437596268","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-03-18T15:21:22.346Z","publish_time":1742311282346,"_source_registry_name":"default","contributors":[]},"4.7.9-canary.e8865f241":{"name":"@firebase/firestore","version":"4.7.9-canary.e8865f241","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.e8865f241","@firebase/logger":"0.4.4-canary.e8865f241","@firebase/util":"1.11.0-canary.e8865f241","@firebase/webchannel-wrapper":"1.0.3-canary.e8865f241","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.2-canary.e8865f241"},"devDependencies":{"@firebase/app":"0.11.2-canary.e8865f241","@firebase/app-compat":"0.2.51-canary.e8865f241","@firebase/auth":"1.9.1-canary.e8865f241","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.9-canary.e8865f241","readmeFilename":"README.md","gitHead":"e8865f241e25e6c561f5d956a42a8748fc6e32b4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-uTPT6vHqzWhRXQrRdkcJWPEZULQBhY0XGVEC06ll7+cueW1Yirk9ul07HPuIIcjRbR5KAJ9IscuJOdIhqn5NOw==","shasum":"79dcf3b3f0ab46adc42ba7fdf53cf9c4dea5c9fe","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.9-canary.e8865f241.tgz","fileCount":853,"unpackedSize":27392695,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFvk8lvvMerfHSEDxoUIkuC0vf//crfqWcAurX4WO9ySAiA/5wI4fszE0UD56Q/sNTz+OWgCFaIN851h8cPJHqvX6g=="}],"size":5663474},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.9-canary.e8865f241_1742311301982_0.6147379844685226"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-18T15:21:42.248Z","publish_time":1742311302248,"_source_registry_name":"default","contributors":[]},"4.7.10-20250318174027":{"name":"@firebase/firestore","version":"4.7.10-20250318174027","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13","@firebase/logger":"0.4.4","@firebase/util":"1.11.0","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.11.2","@firebase/app-compat":"0.2.51","@firebase/auth":"1.9.1","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-20250318174027","readmeFilename":"README.md","gitHead":"58876607cb666a589b3e92b7d4e5bd1404f05ed9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-bYlhY/fTwAn9pLtfwKcbAWi7q99UMwgn/ngjONYsMArINbExDKYivBno8HyqBpACzjivJL031xlF0QN6FevzZg==","shasum":"85e44f4db836d6bb583301b0cc2254bca739c34e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-20250318174027.tgz","fileCount":853,"unpackedSize":27392525,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGJlGzrWX02yeQdIx1Ri+GNVnM1KtGQ1fAabq0/VOEKcAiBtzDcYXgpcNJ642eS0gF+NKf3hySgDjVL4BRT7pSknuw=="}],"size":5663475},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-20250318174027_1742320128362_0.9342391866501241"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-18T17:48:48.628Z","publish_time":1742320128628,"_source_registry_name":"default","contributors":[]},"4.7.10":{"name":"@firebase/firestore","version":"4.7.10","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13","@firebase/logger":"0.4.4","@firebase/util":"1.11.0","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.11.3","@firebase/app-compat":"0.2.52","@firebase/auth":"1.9.1","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10","gitHead":"202c7328f606aaace254804b361d8c4e0187db3d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-6nKsyo2U+jYSCcSE5sjMdDNA23DMUvYPUvsYGg09CNvcTO8GGKsPs7SpOhspsB91mbacq+u627CDAx3FUhPSSQ==","shasum":"6fe0cd31fcd7f4a8e13f9585f53e9300cf3114c0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10.tgz","fileCount":853,"unpackedSize":27392206,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGX20IEAc+BVmdMrtHkyrlbVGYdqVCpnGoVJC++wYxgmAiEA9IqCTNkal2WJ+2QUhZcyYo9EzqrIYMDphZvGenYZwPk="}],"size":5663223},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10_1742479887322_0.7413493929434716"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-20T14:11:27.687Z","publish_time":1742479887687,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.202c7328f":{"name":"@firebase/firestore","version":"4.7.10-canary.202c7328f","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.202c7328f","@firebase/logger":"0.4.4-canary.202c7328f","@firebase/util":"1.11.0-canary.202c7328f","@firebase/webchannel-wrapper":"1.0.3-canary.202c7328f","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.3-canary.202c7328f"},"devDependencies":{"@firebase/app":"0.11.3-canary.202c7328f","@firebase/app-compat":"0.2.52-canary.202c7328f","@firebase/auth":"1.9.1-canary.202c7328f","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-canary.202c7328f","readmeFilename":"README.md","gitHead":"202c7328f606aaace254804b361d8c4e0187db3d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-wrXJvvxFxA3TqCY0nX7zEuK05tad6slWjSPdBHnVjJK9KyEhxTJS//nwvf96TTF6xsD5NBsUzZex0QivFrkSvA==","shasum":"58f54664d9ff714d986b1b83c719e951aed38f35","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.202c7328f.tgz","fileCount":853,"unpackedSize":27392706,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGYy7K3EmzbVL3v4Ntqrss0LPHoEXiW17UTJaasAzopNAiAqV0tq/PsiBOxmJR80i7iQJl+R+3YerqmUrH5yi+Lt1g=="}],"size":5663468},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-canary.202c7328f_1742482432630_0.22782624544687602"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-20T14:53:52.876Z","publish_time":1742482432876,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.14d97210c":{"name":"@firebase/firestore","version":"4.7.10-canary.14d97210c","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.10-canary.14d97210c","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"d1c497e8152ec0990bf208245c398f875b026359","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.14d97210c.tgz","fileCount":853,"integrity":"sha512-ouzWOF+eovpv6RKNOFIV0YypTeDV1NdUC26c+MBpY1P1fC6sqATvhu3PjRhIQ/WMIoKF4PrM+Z5IiymRDsfyrQ==","signatures":[{"sig":"MEUCIQCA1yLoB9F/5gBiXqgVgWZNdI5ocq0DHm51ViwMIghgjgIgTkak9CGakxr0Hi01slJyoCTVaXCn7uCZMoJgRT6Rz58=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27392706,"size":5663467},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"14d97210c5d596a1785ab3dd93e32b0ddfbf79c0","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.11.0-canary.14d97210c","@firebase/logger":"0.4.4-canary.14d97210c","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.13-canary.14d97210c","@firebase/webchannel-wrapper":"1.0.3-canary.14d97210c"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.3-canary.14d97210c","@types/eslint":"7.29.0","@firebase/auth":"1.9.1-canary.14d97210c","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.52-canary.14d97210c","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0","@types/json-stable-stringify":"1.1.0"},"peerDependencies":{"@firebase/app":"0.11.3-canary.14d97210c"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.10-canary.14d97210c_1742508589771_0.25698926303973724","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-03-20T22:09:50.109Z","publish_time":1742508590109,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.571883817":{"name":"@firebase/firestore","version":"4.7.10-canary.571883817","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.571883817","@firebase/logger":"0.4.4-canary.571883817","@firebase/util":"1.11.0-canary.571883817","@firebase/webchannel-wrapper":"1.0.3-canary.571883817","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.3-canary.571883817"},"devDependencies":{"@firebase/app":"0.11.3-canary.571883817","@firebase/app-compat":"0.2.52-canary.571883817","@firebase/auth":"1.9.1-canary.571883817","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-canary.571883817","readmeFilename":"README.md","gitHead":"571883817e8b771fa506f59587c4ee31b8ddd41c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-3XnReSg53ox50S+AEeFlkBVC8iZxrim5Gl1YjqBSGXNqQtbUfnV5DlDP3zdfBg/bNfqySTcl3luNLlrGN2271w==","shasum":"999e031882b25240f632bdc520b805498e0a3fd9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.571883817.tgz","fileCount":853,"unpackedSize":27392706,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDja3xrnzfB9rAIGIKFKxY3+i+8/TYonSgPFeb8knOJrwIhAPkXCc+ebuUodyIwpbEHSlukXMSPiawahNMnVip/8CpQ"}],"size":5663476},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-canary.571883817_1742509592631_0.9675446544256936"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-20T22:26:32.942Z","publish_time":1742509592942,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.edb40010b":{"name":"@firebase/firestore","version":"4.7.10-canary.edb40010b","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.edb40010b","@firebase/logger":"0.4.4-canary.edb40010b","@firebase/util":"1.11.0-canary.edb40010b","@firebase/webchannel-wrapper":"1.0.3-canary.edb40010b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.3-canary.edb40010b"},"devDependencies":{"@firebase/app":"0.11.3-canary.edb40010b","@firebase/app-compat":"0.2.52-canary.edb40010b","@firebase/auth":"1.9.1-canary.edb40010b","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-canary.edb40010b","readmeFilename":"README.md","gitHead":"edb40010bb480806b26f48601b65f4257ffed2df","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-OsBwWLL+yLH9KNYdJ08LSQ6rq1VNojYnv6W/LurCzI/F38fLDGpPj6p5F6q+m6NQ1mY1poUSVjj3I0S0hwU8iA==","shasum":"12c4e32223646896282ea88863d3bd4ee5897527","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.edb40010b.tgz","fileCount":853,"unpackedSize":27392706,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFy9o8GG0tgxkxQ5f9akI+4rd/4KrBRv0uJU+3ULAD1uAiEAmy5iFLDDkniWXzH/zPq+5PI07zyk65L0CvCX+0B4E6w="}],"size":5663454},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-canary.edb40010b_1742595429705_0.9949056686947781"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-21T22:17:10.106Z","publish_time":1742595430106,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.648de84b0":{"name":"@firebase/firestore","version":"4.7.10-canary.648de84b0","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.648de84b0","@firebase/logger":"0.4.4-canary.648de84b0","@firebase/util":"1.11.0-canary.648de84b0","@firebase/webchannel-wrapper":"1.0.3-canary.648de84b0","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.3-canary.648de84b0"},"devDependencies":{"@firebase/app":"0.11.3-canary.648de84b0","@firebase/app-compat":"0.2.52-canary.648de84b0","@firebase/auth":"1.9.1-canary.648de84b0","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-canary.648de84b0","readmeFilename":"README.md","gitHead":"648de84b05c827d33d6b22aceb6eff01208ebdf0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-UDZivf7rdfHYLzWSc/PkchB2iaTE6Z6Q0P+ae0IoI3jagxd0ZkAecUfSWHdj4s0bTYnHYqmmP6uzok6v1i6s0g==","shasum":"dec851137432d50803881c2910ea6cebfe6c3644","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.648de84b0.tgz","fileCount":853,"unpackedSize":27392706,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIG7dhq+VP76w643FM639C7UB6dZrcFzvWiG4v8FUEurCAiEAwB1Ahnl+Rh7mDA2jpqhrQW4jXyk9/Np612jXyKGLuRY="}],"size":5663464},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-canary.648de84b0_1742914681215_0.7408113037501063"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-25T14:58:01.503Z","publish_time":1742914681503,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.ab8eb26ce":{"name":"@firebase/firestore","version":"4.7.10-canary.ab8eb26ce","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.10-canary.ab8eb26ce","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"a867c60f399dbd2715b2e5fa5200a4d7ef27cad5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.ab8eb26ce.tgz","fileCount":853,"integrity":"sha512-UcaFA22s/vw6kTTlAlXMS5aZVb75dmdJUwweHUhy1Hj5BlDTKeGxRKtl6Ta0//sZv5yQ2Kl3Vy1XTwR8CNPIiQ==","signatures":[{"sig":"MEYCIQDz+6AiArMO4nuSmMq7bgzuC4Wd9GR76M22XrdEp0QaRgIhAIMzcowWRfeoGJtXjvtlqoy9UKSr46pYzp4vvUVKMLAE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27392706,"size":5663447},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"ab8eb26ce077014219543645b7f3ba47e8995260","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.11.0-canary.ab8eb26ce","@firebase/logger":"0.4.4-canary.ab8eb26ce","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.13-canary.ab8eb26ce","@firebase/webchannel-wrapper":"1.0.3-canary.ab8eb26ce"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.3-canary.ab8eb26ce","@types/eslint":"7.29.0","@firebase/auth":"1.9.1-canary.ab8eb26ce","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.52-canary.ab8eb26ce","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0","@types/json-stable-stringify":"1.1.0"},"peerDependencies":{"@firebase/app":"0.11.3-canary.ab8eb26ce"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.10-canary.ab8eb26ce_1742922578119_0.5770281215945672","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-03-25T17:09:38.536Z","publish_time":1742922578536,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.dcc62c031":{"name":"@firebase/firestore","version":"4.7.10-canary.dcc62c031","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.dcc62c031","@firebase/logger":"0.4.4-canary.dcc62c031","@firebase/util":"1.11.0-canary.dcc62c031","@firebase/webchannel-wrapper":"1.0.3-canary.dcc62c031","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.3-canary.dcc62c031"},"devDependencies":{"@firebase/app":"0.11.3-canary.dcc62c031","@firebase/app-compat":"0.2.52-canary.dcc62c031","@firebase/auth":"1.9.1-canary.dcc62c031","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-canary.dcc62c031","readmeFilename":"README.md","gitHead":"dcc62c031a8040a2c5acc58c3595bb8949bdca77","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-P2hxBY7w5hWLuKdjwn+IGTsXPRBfh6b8VaQKK1sk7QoJC+5DLdSsayRqwN52EayVBhtYjfJ6ZTKjQDfhRvVXCg==","shasum":"ba92f5c982a2e667c038bbe8f31b8feb2d444d12","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.dcc62c031.tgz","fileCount":853,"unpackedSize":27392706,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICRtgorrzAdV8/jG6Spuzgq4p9HjlAIIm8vg08/bmOoEAiEA13G5+Vp8ouwJjcOlENNSu2lTLjNjHUqqAHjwmVYL2qg="}],"size":5663458},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-canary.dcc62c031_1742930330170_0.7463682821116715"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-25T19:18:50.451Z","publish_time":1742930330451,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.670eba607":{"name":"@firebase/firestore","version":"4.7.10-canary.670eba607","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.670eba607","@firebase/logger":"0.4.4-canary.670eba607","@firebase/util":"1.11.0-canary.670eba607","@firebase/webchannel-wrapper":"1.0.3-canary.670eba607","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.3-canary.670eba607"},"devDependencies":{"@firebase/app":"0.11.3-canary.670eba607","@firebase/app-compat":"0.2.52-canary.670eba607","@firebase/auth":"1.9.1-canary.670eba607","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-canary.670eba607","readmeFilename":"README.md","gitHead":"670eba6075e777f1a0010a1f6f9d30bf59b7e56b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-g3wMt/T4V5WHZlUl4tBvh30ruXd0OpJUyE1KAuai31RiEePp5hfeL7xzHrPW8sz6e40yvUIQxNeXttqG0f8gzw==","shasum":"54e646a14c9673112e1c3e7c98ada2f125404c50","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.670eba607.tgz","fileCount":853,"unpackedSize":27392706,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICSGgxCkTEsRT5NsgCR99uM2CDFNcFvuQOwDPjTVhPudAiEA66LhEB3X18UE6/za+Kf6h1TKtCL+gX11uPPM7Lq0ju8="}],"size":5663459},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-canary.670eba607_1743107699539_0.6414920880723767"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-27T20:34:59.845Z","publish_time":1743107699845,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.fb5d42275":{"name":"@firebase/firestore","version":"4.7.10-canary.fb5d42275","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.fb5d42275","@firebase/logger":"0.4.4-canary.fb5d42275","@firebase/util":"1.11.0-canary.fb5d42275","@firebase/webchannel-wrapper":"1.0.3-canary.fb5d42275","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.3-canary.fb5d42275"},"devDependencies":{"@firebase/app":"0.11.3-canary.fb5d42275","@firebase/app-compat":"0.2.52-canary.fb5d42275","@firebase/auth":"1.9.1-canary.fb5d42275","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-canary.fb5d42275","readmeFilename":"README.md","gitHead":"fb5d4227571e06df128048abf87cbb1da2ace1bc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-2hW6X3NtEDdh3jy9vRaCMpPDyxjEH3EQc8rYgQjT0w4ZAI6SymyhCCw4fAIHykezvN7ojfwvpBSdzJLRBw37ww==","shasum":"2241b505309b4345d357258ec5f378b5912513cc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.fb5d42275.tgz","fileCount":853,"unpackedSize":27392706,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIH+t7vB5d8SVSlDR2t1pPOW2tpXi3Wps9Jte+ktSiQa2AiEA59EIkeHY4QByG6KM3BNHcQrj6pPWQoummfI1w2BaiIY="}],"size":5663463},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-canary.fb5d42275_1743113211109_0.0641112426005348"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-27T22:06:51.450Z","publish_time":1743113211450,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.195d94310":{"name":"@firebase/firestore","version":"4.7.10-canary.195d94310","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.195d94310","@firebase/logger":"0.4.4-canary.195d94310","@firebase/util":"1.11.0-canary.195d94310","@firebase/webchannel-wrapper":"1.0.3-canary.195d94310","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.3-canary.195d94310"},"devDependencies":{"@firebase/app":"0.11.3-canary.195d94310","@firebase/app-compat":"0.2.52-canary.195d94310","@firebase/auth":"1.9.1-canary.195d94310","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-canary.195d94310","readmeFilename":"README.md","gitHead":"195d943103795a50bb3fc5c56ef2bb64610006a1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-kcQJE9CuFGFzUO0aVv+z4fJjtcXiWL1bsrzeSUIEh7UJFBv1VU702t0nHPxmlKC+etXlW5W74Ef4U8iIqDM2tQ==","shasum":"e8a8bc7a5585ffdc42266622672fcc1ba1c2d59f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.195d94310.tgz","fileCount":853,"unpackedSize":27413014,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAiBwlsN3kxz/jG+uPIzi+/POs9104Tgo99kscqiQHuHAiEAm1VCrHqoyrE2ww3bxSaPJ7Tt7OrM0Xm2nSla1LcUODI="}],"size":5671007},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-canary.195d94310_1743173991723_0.5785824314222003"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-28T14:59:52.048Z","publish_time":1743173992048,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.61f0102ac":{"name":"@firebase/firestore","version":"4.7.10-canary.61f0102ac","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.61f0102ac","@firebase/logger":"0.4.4-canary.61f0102ac","@firebase/util":"1.11.0-canary.61f0102ac","@firebase/webchannel-wrapper":"1.0.3-canary.61f0102ac","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.3-canary.61f0102ac"},"devDependencies":{"@firebase/app":"0.11.3-canary.61f0102ac","@firebase/app-compat":"0.2.52-canary.61f0102ac","@firebase/auth":"1.9.1-canary.61f0102ac","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-canary.61f0102ac","readmeFilename":"README.md","gitHead":"61f0102ac85e4fd6c54506df93b1f1899e3ef110","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ZAEPK+9V5dgDpHQuNM2uWP6ECzqrKGWYoAn6p/bv4FbNtcBxSbfYTX3rcbbaLUwn+UxT1FQJ3G9TSF3Pt0H9Qg==","shasum":"64f82c7213c4dd6032e4c4b9fe3759fd31e7d10b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.61f0102ac.tgz","fileCount":853,"unpackedSize":27413014,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICv7Rddk2qfelOzJkPt8SYvl9kEUk1XHLoC/+E7X/cRiAiEA/oKts8hLsLhgojQVcodUKw2PTZWoSlqRlD6mnApnO/8="}],"size":5671000},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-canary.61f0102ac_1743179834050_0.29233385917119237"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-28T16:37:14.413Z","publish_time":1743179834413,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.c8cbfff16":{"name":"@firebase/firestore","version":"4.7.10-canary.c8cbfff16","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.c8cbfff16","@firebase/logger":"0.4.4-canary.c8cbfff16","@firebase/util":"1.11.0-canary.c8cbfff16","@firebase/webchannel-wrapper":"1.0.3-canary.c8cbfff16","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.3-canary.c8cbfff16"},"devDependencies":{"@firebase/app":"0.11.3-canary.c8cbfff16","@firebase/app-compat":"0.2.52-canary.c8cbfff16","@firebase/auth":"1.9.1-canary.c8cbfff16","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-canary.c8cbfff16","readmeFilename":"README.md","gitHead":"c8cbfff1667c7c1f447262ef3e31e55c6e321d4d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-/jQe55ECzFlLWtU9KlUrgs5/pLLTEH1gnrAecBmIisZO17e/I5kVYhgLhcASIKnRVya5TsKQABiaAqx7ctJ1aA==","shasum":"3c41b97c3a6beeaf2cc78547dc2dc608055c294d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.c8cbfff16.tgz","fileCount":853,"unpackedSize":27412969,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCp14KPZMU84ex2CUVM6YziStKNTlUPezM57Tm4M8dhigIgSbsRQJG7FmwYSesKc5LPCMYmJ8WCECe/Mr2iMAbvFz8="}],"size":5670993},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-canary.c8cbfff16_1743209752161_0.8340750853318304"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-29T00:55:52.478Z","publish_time":1743209752478,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.933ba9d3c":{"name":"@firebase/firestore","version":"4.7.10-canary.933ba9d3c","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.933ba9d3c","@firebase/logger":"0.4.4-canary.933ba9d3c","@firebase/util":"1.11.0-canary.933ba9d3c","@firebase/webchannel-wrapper":"1.0.3-canary.933ba9d3c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.4-canary.933ba9d3c"},"devDependencies":{"@firebase/app":"0.11.4-canary.933ba9d3c","@firebase/app-compat":"0.2.53-canary.933ba9d3c","@firebase/auth":"1.10.0-canary.933ba9d3c","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-canary.933ba9d3c","readmeFilename":"README.md","gitHead":"933ba9d3c74e3774277c685cd5e5e9b1ccb52bcb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-uYbLERFMgPc/Oa41wMn2HLUi3fhlDLwKH1tsRkUsVd3McFik2q8FOxRhXtqHV3rFNmrWTRDbYOwZV7GZrxjqaQ==","shasum":"82b1e0f8e613b28356772f781ac060a6c9af2e03","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.933ba9d3c.tgz","fileCount":853,"unpackedSize":27412970,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHuoWhoVhtKhGlL1Fmvp/MDyzsgDda/rdnumRIsgZqE8AiEA0igMvjP5tS8HJu25m+6lFnt/nBTzC2vVmJaZuelRH58="}],"size":5671000},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-canary.933ba9d3c_1743451808483_0.36821883311057646"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-31T20:10:08.793Z","publish_time":1743451808793,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.88a805580":{"name":"@firebase/firestore","version":"4.7.10-canary.88a805580","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.10-canary.88a805580","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"582c7111ec577849428a3f48652aea22bc083b93","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.88a805580.tgz","fileCount":853,"integrity":"sha512-QU3xti8w2gnZuXZfUszElAPNcn/CikhJ3Br2owNuLjEyc4PKyW+ShwKunWTqGKWesSaF2jkjUI8V6gPmKmzIhA==","signatures":[{"sig":"MEUCIQDRL4gvbRRV1xbZMEdlIYwrkAYzUHf3g2y5wYRXnh1dzwIgSDQsQA9z5PTNuK2mcxobSQOyKJnA9TJSRoeV4avYT44=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27414278,"size":5671147},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"88a8055808bdbd1c75011a94d11062460027d931","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.11.0-canary.88a805580","@firebase/logger":"0.4.4-canary.88a805580","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.13-canary.88a805580","@firebase/webchannel-wrapper":"1.0.3-canary.88a805580"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.4-canary.88a805580","@types/eslint":"7.29.0","@firebase/auth":"1.10.0-canary.88a805580","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.53-canary.88a805580","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.11.4-canary.88a805580"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.10-canary.88a805580_1743538825963_0.4070148283922346","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-04-01T20:20:26.219Z","publish_time":1743538826219,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.1df3d26fb":{"name":"@firebase/firestore","version":"4.7.10-canary.1df3d26fb","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.1df3d26fb","@firebase/logger":"0.4.4-canary.1df3d26fb","@firebase/util":"1.11.0-canary.1df3d26fb","@firebase/webchannel-wrapper":"1.0.3-canary.1df3d26fb","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.4-canary.1df3d26fb"},"devDependencies":{"@firebase/app":"0.11.4-canary.1df3d26fb","@firebase/app-compat":"0.2.53-canary.1df3d26fb","@firebase/auth":"1.10.0-canary.1df3d26fb","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-canary.1df3d26fb","readmeFilename":"README.md","gitHead":"1df3d26fbfb4db24b74d5d779825017e9ec40eaa","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-XzNw2eF4qCzieXI4bz0WEECcjl1EFriN5f0PVCyPirMgnxI55cupkQOLR5XZJ+mCX6gNxEwJpEmg8UjZ+Weo7Q==","shasum":"78813cb1c04fc11e90397926f808816be22ec749","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.1df3d26fb.tgz","fileCount":853,"unpackedSize":27414278,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFjVIrMvox9m0Fz4arAaFsDOLVfn6bkSn6Df0Ra6So9yAiABc35PR1O0ed47j6aSof7gsiPNut7vWSV0jNcGVC9HLQ=="}],"size":5671133},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-canary.1df3d26fb_1743793717501_0.3723577619259022"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-04T19:08:37.910Z","publish_time":1743793717910,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.66a09f247":{"name":"@firebase/firestore","version":"4.7.10-canary.66a09f247","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.66a09f247","@firebase/logger":"0.4.4-canary.66a09f247","@firebase/util":"1.11.0-canary.66a09f247","@firebase/webchannel-wrapper":"1.0.3-canary.66a09f247","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.4-canary.66a09f247"},"devDependencies":{"@firebase/app":"0.11.4-canary.66a09f247","@firebase/app-compat":"0.2.53-canary.66a09f247","@firebase/auth":"1.10.0-canary.66a09f247","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-canary.66a09f247","readmeFilename":"README.md","gitHead":"66a09f247603519768c6b6a3e1c13732a48781f8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-EoS0Rya1stNPeDJC9FOVCEeIFdHvXBhv/nOaHb5zxZho4/MplbqtYxDvts6wTk1JNTVlE/FkG7/jYSbvTVAKQg==","shasum":"5ec638650e85a6989db1945152caa497c2022828","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.66a09f247.tgz","fileCount":853,"unpackedSize":27414278,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDyZ8xSvHExsI+tEsrbcFJDwxjZMfCSGj6uxNKkihCRswIhAIYtd3TgEsBsYUt1Ikuhz2sldjVEEMEoW4vqYIbUdJn7"}],"size":5671136},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-canary.66a09f247_1744133392679_0.42129017275776603"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-08T17:29:52.964Z","publish_time":1744133392964,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.b3328250d":{"name":"@firebase/firestore","version":"4.7.10-canary.b3328250d","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.10-canary.b3328250d","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"f25dfd643b6f0645c6646774188279e56b80ce1d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.b3328250d.tgz","fileCount":853,"integrity":"sha512-51VG0GxJdES+BcLJz/ELSaZzX7BsO3FC3uIlXr2iRHEI9P317zULr3V2WKxcrWKfx7VBw+FeUYdKdFKhouN15Q==","signatures":[{"sig":"MEYCIQCg5NM2WrYKJaQUuKiySf4FU4P9tPsnWQEbvuW5Q+8iuwIhAKQcSpYTS1JgDFOsCyv71t66bM3yWJnl9PyEQ/9uIYoU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27414688,"size":5671280},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"b3328250d516142c8bec4f5c9bfe8663523ffcb4","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.11.0-canary.b3328250d","@firebase/logger":"0.4.4-canary.b3328250d","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.13-canary.b3328250d","@firebase/webchannel-wrapper":"1.0.3-canary.b3328250d"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.4-canary.b3328250d","@types/eslint":"7.29.0","@firebase/auth":"1.10.0-canary.b3328250d","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.53-canary.b3328250d","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.11.4-canary.b3328250d"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.10-canary.b3328250d_1744209529453_0.5916753628968938","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-04-09T14:38:49.737Z","publish_time":1744209529737,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.4e0f630e7":{"name":"@firebase/firestore","version":"4.7.10-canary.4e0f630e7","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.10-canary.4e0f630e7","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"f8d53a5d3a1130ee0dff587a13ec37d802004dad","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.4e0f630e7.tgz","fileCount":853,"integrity":"sha512-+DkbEsITvwWMMtFFeUoQMVZfTRd+GCgOJWGloilveft2spIVmoT36Ikr+wcpJcb/9bZTahCSW2ziMP5o7AiqmA==","signatures":[{"sig":"MEUCIQCtERhpahoa8HU2bRpKhWs2STYOAJfJXvCtOzwew1T51gIgLRFFUVjGU9me4ldDJkKYUbJydTxdQjQXnYqO0PzGHSs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27414688,"size":5671270},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"4e0f630e714cd63e1e39ffb0b56918a88951fe8e","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.11.0-canary.4e0f630e7","@firebase/logger":"0.4.4-canary.4e0f630e7","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.13-canary.4e0f630e7","@firebase/webchannel-wrapper":"1.0.3-canary.4e0f630e7"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.4-canary.4e0f630e7","@types/eslint":"7.29.0","@firebase/auth":"1.10.0-canary.4e0f630e7","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.53-canary.4e0f630e7","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.11.4-canary.4e0f630e7"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.10-canary.4e0f630e7_1744223547513_0.979559694115389","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-04-09T18:32:27.833Z","publish_time":1744223547833,"_source_registry_name":"default","contributors":[]},"4.7.10-eap-vertexai-hybridinference.dcc62c031":{"name":"@firebase/firestore","version":"4.7.10-eap-vertexai-hybridinference.dcc62c031","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-eap-vertexai-hybridinference.dcc62c031","@firebase/logger":"0.4.4-eap-vertexai-hybridinference.dcc62c031","@firebase/util":"1.11.0-eap-vertexai-hybridinference.dcc62c031","@firebase/webchannel-wrapper":"1.0.3-eap-vertexai-hybridinference.dcc62c031","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.3-eap-vertexai-hybridinference.dcc62c031"},"devDependencies":{"@firebase/app":"0.11.3-eap-vertexai-hybridinference.dcc62c031","@firebase/app-compat":"0.2.52-eap-vertexai-hybridinference.dcc62c031","@firebase/auth":"1.9.1-eap-vertexai-hybridinference.dcc62c031","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","@types/json-stable-stringify":"1.1.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-eap-vertexai-hybridinference.dcc62c031","readmeFilename":"README.md","gitHead":"dcc62c031a8040a2c5acc58c3595bb8949bdca77","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-j2QPHlV7J5AAXUoqyz342EG2pFbNc1oajP8sKhanxFwMHgxmR4o0CNOLL/i6j37VIxaDeXLOjqrXF0VfFiG8XA==","shasum":"0e3147f5bdab3f2b9c7bbba87d85c7c9c89d8f5d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-eap-vertexai-hybridinference.dcc62c031.tgz","fileCount":853,"unpackedSize":27393344,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDySS1Ts4I0i5+Oiu75p1+KLYgMaboX80NPC9AuqZsxiQIhAJcI8llzC2v4k4s4I1uQZoE6fmcPCIkdGQEZV55oy+hB"}],"size":5663665},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-eap-vertexai-hybridinference.dcc62c031_1744225501441_0.006835284466016223"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-09T19:05:01.765Z","publish_time":1744225501765,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.ed0803a29":{"name":"@firebase/firestore","version":"4.7.10-canary.ed0803a29","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.ed0803a29","@firebase/logger":"0.4.4-canary.ed0803a29","@firebase/util":"1.11.0-canary.ed0803a29","@firebase/webchannel-wrapper":"1.0.3-canary.ed0803a29","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.4-canary.ed0803a29"},"devDependencies":{"@firebase/app":"0.11.4-canary.ed0803a29","@firebase/app-compat":"0.2.53-canary.ed0803a29","@firebase/auth":"1.10.0-canary.ed0803a29","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-canary.ed0803a29","readmeFilename":"README.md","gitHead":"ed0803a29791cc0cecd0153f95e814ddcee7efd8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-PvsqMqIlqAXJqSVk8AunHg5/3ev41IXf4xtKnbikT6UWhNJdzbmHrnP0B19O2ED928mz3dOpsm7pul+9rPHP1g==","shasum":"101a87d97f2de92d7be06bae0392710329293aae","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.ed0803a29.tgz","fileCount":853,"unpackedSize":27417150,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHQQfyDceBNA7AGZhel9SdL7aCaNElJ+vi1HVQ9bVv0OAiAGjAhz/0sISuT1lDoi0cj1LqFFrW+77Y4RqXiso6tZZw=="}],"size":5671781},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-canary.ed0803a29_1744385352056_0.41196950311876956"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-11T15:29:12.362Z","publish_time":1744385352362,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.e055e9057":{"name":"@firebase/firestore","version":"4.7.10-canary.e055e9057","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.e055e9057","@firebase/logger":"0.4.4-canary.e055e9057","@firebase/util":"1.11.0-canary.e055e9057","@firebase/webchannel-wrapper":"1.0.3-canary.e055e9057","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.4-canary.e055e9057"},"devDependencies":{"@firebase/app":"0.11.4-canary.e055e9057","@firebase/app-compat":"0.2.53-canary.e055e9057","@firebase/auth":"1.10.0-canary.e055e9057","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-canary.e055e9057","readmeFilename":"README.md","gitHead":"e055e9057caab4d9f73734307fe4e0be2098249b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Lycpt8cpZ6J8FeI9N/XpEPnyg59LmqwH65ykoOZkTGeskP7UM23w15Kt3MsmALmqDx5A7OA/ZSSAThDSyPFtCQ==","shasum":"029795c0461a3957ff06bc8f329fd251fc9412d4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.e055e9057.tgz","fileCount":855,"unpackedSize":27524490,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDjM56uBAk0za9D0w/dlMWWHZ1/vdaqE7sqHS+syP+vCwIgJ2WNU3S8UBUuoXSr/YpjXg8AyZhLMJ6up1u//bQ41PE="}],"size":5701558},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-canary.e055e9057_1744650280926_0.6955142151265064"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-14T17:04:41.163Z","publish_time":1744650281163,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.8bb66c28b":{"name":"@firebase/firestore","version":"4.7.10-canary.8bb66c28b","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.8bb66c28b","@firebase/logger":"0.4.4-canary.8bb66c28b","@firebase/util":"1.11.0-canary.8bb66c28b","@firebase/webchannel-wrapper":"1.0.3-canary.8bb66c28b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.4-canary.8bb66c28b"},"devDependencies":{"@firebase/app":"0.11.4-canary.8bb66c28b","@firebase/app-compat":"0.2.53-canary.8bb66c28b","@firebase/auth":"1.10.0-canary.8bb66c28b","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-canary.8bb66c28b","readmeFilename":"README.md","gitHead":"8bb66c28b3b1a2486ae2574250e6f738bec671d1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Xz6o4lQoq9nKkOIxXuv/tR0/RLNR3bRDwtNxKcFUiJpBBIjO1K8o4iRGCdWGqGo2vo4dkBima1XZ0PC6Npr/yg==","shasum":"7f72b70a49774c1258d0169d67077bd71045e052","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.8bb66c28b.tgz","fileCount":855,"unpackedSize":27524490,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCoCmKQG/juMi/qn5YFBgWB6BSWAEzrhImYdYhPQkH6qQIhAJc5MoBVWMFxWEa52pjSSrthpWlPOVko1za+xk3outjo"}],"size":5701559},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-canary.8bb66c28b_1744734269761_0.04155253734209152"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-15T16:24:30.034Z","publish_time":1744734270034,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.0cbff6bc7":{"name":"@firebase/firestore","version":"4.7.10-canary.0cbff6bc7","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.0cbff6bc7","@firebase/logger":"0.4.4-canary.0cbff6bc7","@firebase/util":"1.11.0-canary.0cbff6bc7","@firebase/webchannel-wrapper":"1.0.3-canary.0cbff6bc7","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.4-canary.0cbff6bc7"},"devDependencies":{"@firebase/app":"0.11.4-canary.0cbff6bc7","@firebase/app-compat":"0.2.53-canary.0cbff6bc7","@firebase/auth":"1.10.0-canary.0cbff6bc7","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-canary.0cbff6bc7","readmeFilename":"README.md","gitHead":"0cbff6bc7a62f77346ce76c9602b3d572a9af6c0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-9zEOSnwFBvQhN+VRm8kZd5w0hFcRhhcKiW8mBvSITfn0a/wCCM2qXZWJ3YbioX3zGAISRlX/IEkbOMvSNMmqZQ==","shasum":"ac5115ec1ae4b946d8964a5c0229ad4bd8be34d9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.0cbff6bc7.tgz","fileCount":855,"unpackedSize":27524490,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBEzQkdDIVy3IeDDsltPvG8i2s+Gptt/lb+WYisk6DmQAiEAxmIiBUi9Suy/WQsS/3xg6xEXaQU7CWrJqXbsxgV8PMk="}],"size":5701556},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-canary.0cbff6bc7_1744734299012_0.825780161824659"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-15T16:24:59.332Z","publish_time":1744734299332,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.1363ecc53":{"name":"@firebase/firestore","version":"4.7.10-canary.1363ecc53","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.1363ecc53","@firebase/logger":"0.4.4-canary.1363ecc53","@firebase/util":"1.11.0-canary.1363ecc53","@firebase/webchannel-wrapper":"1.0.3-canary.1363ecc53","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.4-canary.1363ecc53"},"devDependencies":{"@firebase/app":"0.11.4-canary.1363ecc53","@firebase/app-compat":"0.2.53-canary.1363ecc53","@firebase/auth":"1.10.0-canary.1363ecc53","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-canary.1363ecc53","readmeFilename":"README.md","gitHead":"1363ecc533de0ba5bfcae206a831acc33f9020a6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-1dwj8bNzmUf4FFYwCGXHZsjjReSzvA/CSmguMHhYj+KyQHwN5PKpIBTSvvtMDDo3OOv010Obk5h5wRtxkfzQUw==","shasum":"7673af77e41d8796dccd26a9b2f747bd99174922","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.1363ecc53.tgz","fileCount":855,"unpackedSize":27524490,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCLRdVhXWm8tBxky7zrRET6l20eWfJe/6zn/aUIXQ+NKwIhAMUOUBGDYPMMxDZJEAN1QksuVf+UPSeDxTuhUdfCS01E"}],"size":5701557},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-canary.1363ecc53_1744778939809_0.5320189475394348"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-16T04:49:00.101Z","publish_time":1744778940101,"_source_registry_name":"default","contributors":[]},"4.7.10-eap-vertexai-hybridinference.3d7df8b90":{"name":"@firebase/firestore","version":"4.7.10-eap-vertexai-hybridinference.3d7df8b90","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-eap-vertexai-hybridinference.3d7df8b90","@firebase/logger":"0.4.4-eap-vertexai-hybridinference.3d7df8b90","@firebase/util":"1.11.0-eap-vertexai-hybridinference.3d7df8b90","@firebase/webchannel-wrapper":"1.0.3-eap-vertexai-hybridinference.3d7df8b90","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.4-eap-vertexai-hybridinference.3d7df8b90"},"devDependencies":{"@firebase/app":"0.11.4-eap-vertexai-hybridinference.3d7df8b90","@firebase/app-compat":"0.2.53-eap-vertexai-hybridinference.3d7df8b90","@firebase/auth":"1.10.0-eap-vertexai-hybridinference.3d7df8b90","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-eap-vertexai-hybridinference.3d7df8b90","readmeFilename":"README.md","gitHead":"3d7df8b90e9455ead5e1a7eeb0ef256171c61b49","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-c1eeriTpOwiCut8ZoYy+FfqaKtcSlst+Nod6wYQEH5FOY8bglvbTF7iS2L8Sei7TdAfv6Ma0qJwdG7C+daAjLQ==","shasum":"e1e4dc69703552f1121a14eb366ee5aa0d554879","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-eap-vertexai-hybridinference.3d7df8b90.tgz","fileCount":855,"unpackedSize":27525128,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDlUygP/YRzy7qr4lVeIbDFJikAGl9FN8TLe9rhc9WZ7AiEAjfS/W6lXe879bVFYicWWkasnFaeeDSULFd6zOrK3BOU="}],"size":5701844},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-eap-vertexai-hybridinference.3d7df8b90_1745256336574_0.6840900945070327"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-21T17:25:36.930Z","publish_time":1745256336930,"_source_registry_name":"default","contributors":[]},"4.7.11-20250422144518":{"name":"@firebase/firestore","version":"4.7.11-20250422144518","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13","@firebase/logger":"0.4.4","@firebase/util":"1.11.0","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.11.4","@firebase/app-compat":"0.2.53","@firebase/auth":"1.10.1-20250422144518","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.11-20250422144518","readmeFilename":"README.md","gitHead":"a0bcc9a4cd89d7bead368a331e36a68e506140a3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-aZFuQ0bQCB8D0cjqnxpRy38NUO3w3wcsSkkqOoN0UmYCfx2gHR7F6I9H+frlvQtCHElullgG37qgdZSMo4MQ6g==","shasum":"2bbe9d38c0347466158449d0a144e42f0068a2db","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.11-20250422144518.tgz","fileCount":855,"unpackedSize":27524324,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIExy5uwtkXy3r/OOr/coio2YwIQbKvomZRoQy1mP54NDAiEAyHzXpr7QkA0qnQArUMwffcj3hRZ9jE4lLojBDq5UTUU="}],"size":5701512},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.11-20250422144518_1745333621783_0.7861353905241046"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-22T14:53:42.116Z","publish_time":1745333622116,"_source_registry_name":"default","contributors":[]},"4.7.10-eap-vertexai-hybridinference.43a69d5da":{"name":"@firebase/firestore","version":"4.7.10-eap-vertexai-hybridinference.43a69d5da","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-eap-vertexai-hybridinference.43a69d5da","@firebase/logger":"0.4.4-eap-vertexai-hybridinference.43a69d5da","@firebase/util":"1.11.0-eap-vertexai-hybridinference.43a69d5da","@firebase/webchannel-wrapper":"1.0.3-eap-vertexai-hybridinference.43a69d5da","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.4-eap-vertexai-hybridinference.43a69d5da"},"devDependencies":{"@firebase/app":"0.11.4-eap-vertexai-hybridinference.43a69d5da","@firebase/app-compat":"0.2.53-eap-vertexai-hybridinference.43a69d5da","@firebase/auth":"1.10.0-eap-vertexai-hybridinference.43a69d5da","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-eap-vertexai-hybridinference.43a69d5da","readmeFilename":"README.md","gitHead":"43a69d5da5446ac0997be35f204dbc185c032175","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-cjtF50pnXTBbFu+aqYEcuGkdBlpj3c2Mcwfx5TMNLmuHiGsYTR5DNdS2Q+eBTKbUOSnAkswtlEf1a4ZznEKKHg==","shasum":"b3e4de0ce59fe0af02f5fe5ae66623e55cbd8eb4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-eap-vertexai-hybridinference.43a69d5da.tgz","fileCount":855,"unpackedSize":27525128,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIB8MRuk1DBeVaklXcwijcjyAB7adVJ9iloOBeIIJsKdrAiEAwu8TpjJdU7UcRSfvZnjtYpkp88pmD1nFmN2+doXgphI="}],"size":5701838},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-eap-vertexai-hybridinference.43a69d5da_1745337938979_0.31259279847936994"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-22T16:05:39.413Z","publish_time":1745337939413,"_source_registry_name":"default","contributors":[]},"4.7.10-eap-vertexai-hybridinference.5fa83b371":{"name":"@firebase/firestore","version":"4.7.10-eap-vertexai-hybridinference.5fa83b371","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-eap-vertexai-hybridinference.5fa83b371","@firebase/logger":"0.4.4-eap-vertexai-hybridinference.5fa83b371","@firebase/util":"1.11.0-eap-vertexai-hybridinference.5fa83b371","@firebase/webchannel-wrapper":"1.0.3-eap-vertexai-hybridinference.5fa83b371","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.4-eap-vertexai-hybridinference.5fa83b371"},"devDependencies":{"@firebase/app":"0.11.4-eap-vertexai-hybridinference.5fa83b371","@firebase/app-compat":"0.2.53-eap-vertexai-hybridinference.5fa83b371","@firebase/auth":"1.10.0-eap-vertexai-hybridinference.5fa83b371","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-eap-vertexai-hybridinference.5fa83b371","readmeFilename":"README.md","gitHead":"5fa83b371bd6e7f387e12172d0461b2b2088c79c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-7m/7PmMtUGF6KZAfXgmg/otKp0yIjucHinYSLWx1Sf7eJ+F+a1ia+0zaVnBy6DcLb8dAovbtAUXSD2yqXLl5YA==","shasum":"f00d952612c4315aef251d9871d6b1d69fb4ffd4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-eap-vertexai-hybridinference.5fa83b371.tgz","fileCount":855,"unpackedSize":27525128,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQC8APWhjPsQcm+XTCmgWee/JnNj87gCVYzDhzk4CgGEaAIgIVFzRjLd84ngyz/V1B+O0rV1iuP0+A3mOBwL8YqdliQ="}],"size":5701844},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-eap-vertexai-hybridinference.5fa83b371_1745358072770_0.33644719142403656"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-22T21:41:13.045Z","publish_time":1745358073045,"_source_registry_name":"default","contributors":[]},"4.7.10-eap-vertexai-hybridinference.e83974308":{"name":"@firebase/firestore","version":"4.7.10-eap-vertexai-hybridinference.e83974308","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-eap-vertexai-hybridinference.e83974308","@firebase/logger":"0.4.4-eap-vertexai-hybridinference.e83974308","@firebase/util":"1.11.0-eap-vertexai-hybridinference.e83974308","@firebase/webchannel-wrapper":"1.0.3-eap-vertexai-hybridinference.e83974308","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.4-eap-vertexai-hybridinference.e83974308"},"devDependencies":{"@firebase/app":"0.11.4-eap-vertexai-hybridinference.e83974308","@firebase/app-compat":"0.2.53-eap-vertexai-hybridinference.e83974308","@firebase/auth":"1.10.0-eap-vertexai-hybridinference.e83974308","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-eap-vertexai-hybridinference.e83974308","readmeFilename":"README.md","gitHead":"e8397430805348a51030b968ece3598cb94d50b4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-WONCAimxOjWbq8FLjD+RJ9mCf633iTx6Ql4qiJ2fRGHXdcN3AGgSAlqFAl07p8D+ZWsU4vzgYJijx7GXtOb/cw==","shasum":"935f5171f07d8e7587d2193fd7b91379c88ba38e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-eap-vertexai-hybridinference.e83974308.tgz","fileCount":855,"unpackedSize":27525128,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDMyYooWpciihI+BGtQW4k04U4PJj+Rx6fuEHBkJDSzhAIgasWN5vLt6ovBgzjA6/TFp9RIUHGs2KLL7Yp9G7WJuRM="}],"size":5701851},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-eap-vertexai-hybridinference.e83974308_1745372422384_0.9441680327050308"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-23T01:40:22.744Z","publish_time":1745372422744,"_source_registry_name":"default","contributors":[]},"4.7.10-canary.20b45d3ab":{"name":"@firebase/firestore","version":"4.7.10-canary.20b45d3ab","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.20b45d3ab","@firebase/logger":"0.4.4-canary.20b45d3ab","@firebase/util":"1.11.0-canary.20b45d3ab","@firebase/webchannel-wrapper":"1.0.3-canary.20b45d3ab","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.4-canary.20b45d3ab"},"devDependencies":{"@firebase/app":"0.11.4-canary.20b45d3ab","@firebase/app-compat":"0.2.53-canary.20b45d3ab","@firebase/auth":"1.10.0-canary.20b45d3ab","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-canary.20b45d3ab","readmeFilename":"README.md","gitHead":"20b45d3ab12bfae3ac8761fdf32cb613cc2f3641","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-GV/T1wugcwa0iWGWIsVFjIXt3RfIQGl+9W/xIhcnzZPb9elAxYp56gvI+UqHE5kdj9pe03VxJh6Oij2SU5T7iA==","shasum":"2b02de80aa8c6bd9f8c8312d3ee448cf2bc74b24","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-canary.20b45d3ab.tgz","fileCount":855,"unpackedSize":27524490,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDRgYlMUSFS+Akdfm0Uw9MGSmX1CSGi1FGYs2Zgk5t1PAIgD4wmCqVDCXSCh7r/NbVSTIL0937DlEXey4NAe2uRscQ="}],"size":5701553},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-canary.20b45d3ab_1745432103160_0.9692561637186679"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-23T18:15:03.464Z","publish_time":1745432103464,"_source_registry_name":"default","contributors":[]},"4.7.10-eap-vertexai-hybgoog.abf0491ae":{"name":"@firebase/firestore","version":"4.7.10-eap-vertexai-hybgoog.abf0491ae","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-eap-vertexai-hybgoog.abf0491ae","@firebase/logger":"0.4.4-eap-vertexai-hybgoog.abf0491ae","@firebase/util":"1.11.0-eap-vertexai-hybgoog.abf0491ae","@firebase/webchannel-wrapper":"1.0.3-eap-vertexai-hybgoog.abf0491ae","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.4-eap-vertexai-hybgoog.abf0491ae"},"devDependencies":{"@firebase/app":"0.11.4-eap-vertexai-hybgoog.abf0491ae","@firebase/app-compat":"0.2.53-eap-vertexai-hybgoog.abf0491ae","@firebase/auth":"1.10.0-eap-vertexai-hybgoog.abf0491ae","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-eap-vertexai-hybgoog.abf0491ae","readmeFilename":"README.md","gitHead":"abf0491aef48cd6e02d25732debbbdb9259c326a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-aMUaTCF6phXdN8B0KXeYBVUJ+4J7znc8FIlEXeru66DGhH7vvFD/WNDmrk4VRpjyUHsqDEOja8xHposNCJRIfw==","shasum":"2fd83e6e28fde5e62a5007d1e8dc1a96b6353dc6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-eap-vertexai-hybgoog.abf0491ae.tgz","fileCount":855,"unpackedSize":27524878,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQD3JplXfUeJuwlKMDLVCXPBomx778gAuTnk5rcSMBxIWAIhAOn5WB+7hwEhF3lDi6HMJlOBmKAwuZMlaI4saSqgJUdH"}],"size":5701768},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-eap-vertexai-hybgoog.abf0491ae_1745436500602_0.3801751835486631"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-23T19:28:20.999Z","publish_time":1745436500999,"_source_registry_name":"default","contributors":[]},"4.7.10-ssl-check.4f23f3343":{"name":"@firebase/firestore","version":"4.7.10-ssl-check.4f23f3343","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-ssl-check.4f23f3343","@firebase/logger":"0.4.4-ssl-check.4f23f3343","@firebase/util":"1.11.0-ssl-check.4f23f3343","@firebase/webchannel-wrapper":"1.0.3-ssl-check.4f23f3343","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.4-ssl-check.4f23f3343"},"devDependencies":{"@firebase/app":"0.11.4-ssl-check.4f23f3343","@firebase/app-compat":"0.2.53-ssl-check.4f23f3343","@firebase/auth":"1.10.0-ssl-check.4f23f3343","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-ssl-check.4f23f3343","readmeFilename":"README.md","gitHead":"4f23f3343146f15ea27fcba85ba9e22e1e96117c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-FEwwKDXbTiCO18XTqFXs43GBtpF2yLSQnFZ9yEfGwWa7C1HlWdSKqZaxqQp2kEQP7Sn2kYzY4BjgWNgqvgnxuw==","shasum":"461b974534381a8f76143b4a10b55ee9d67f3b59","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-ssl-check.4f23f3343.tgz","fileCount":855,"unpackedSize":27528091,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDc4IyjdrE1nOFiQ8LNtE+ro+Be3FJalijGbgCF00V9TAiEAs9D0RQ4UhJvILCYfAlTxu0CAmJenYJAl3kwUVC3J5/I="}],"size":5702987},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-ssl-check.4f23f3343_1745443010023_0.7438384050071192"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-23T21:16:50.456Z","publish_time":1745443010456,"_source_registry_name":"default","contributors":[]},"4.7.11":{"name":"@firebase/firestore","version":"4.7.11","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13","@firebase/logger":"0.4.4","@firebase/util":"1.11.0","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.11.5","@firebase/app-compat":"0.2.54","@firebase/auth":"1.10.1","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.11","gitHead":"b204e7126bf09cdc551993be6427e2e5dd478fc9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Ve9Q1YZKgG7Of8jhwPCy43CLe0Oi62clCDYLNYs0Rz08U75caIFZyASRmz+2FZWdMt8fLGmRLDNd0KfX16zMvA==","shasum":"7d2585cd0c53c1a5c5164cb2df627f924ea7eba4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.11.tgz","fileCount":855,"unpackedSize":27523990,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDMniyDwJmlI6P8vn6mEO0cv+/N0S4uD7SEiRAT6uF/8wIgPNrK0xHhEWRX/v7qXbHB1RPxpLsaxBfBJxITG1VpGjs="}],"size":5701319},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.11_1745509376573_0.16469585995088143"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-24T15:42:56.860Z","publish_time":1745509376860,"_source_registry_name":"default","contributors":[]},"4.7.11-canary.9952dbc2d":{"name":"@firebase/firestore","version":"4.7.11-canary.9952dbc2d","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.9952dbc2d","@firebase/logger":"0.4.4-canary.9952dbc2d","@firebase/util":"1.11.0-canary.9952dbc2d","@firebase/webchannel-wrapper":"1.0.3-canary.9952dbc2d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.5-canary.9952dbc2d"},"devDependencies":{"@firebase/app":"0.11.5-canary.9952dbc2d","@firebase/app-compat":"0.2.54-canary.9952dbc2d","@firebase/auth":"1.10.1-canary.9952dbc2d","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.11-canary.9952dbc2d","readmeFilename":"README.md","gitHead":"9952dbc2daceb6b50628070b081c784bd14f84a1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-064fAGcSZzuY2qd9TpcDGoWihRmuwbh1/XJbdRYFC7jJlMMrfCXj0JKzU5tZv6mqzXKCHrscclYS5GQ2UPslvA==","shasum":"e2842b67f379bca6e578eee1b0bddb80d6264166","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.11-canary.9952dbc2d.tgz","fileCount":855,"unpackedSize":27524490,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICneHkw+ffFBOTsQldbJh/u8ZxZ7uj8bPc7urVlSrSCBAiAJI4KkggaGWjs2l6FDzL2M0CSeUeBS1n6OlBHG6ab6wg=="}],"size":5701562},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.11-canary.9952dbc2d_1745511286356_0.904912457984204"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-24T16:14:46.633Z","publish_time":1745511286633,"_source_registry_name":"default","contributors":[]},"4.7.10-auth-redirect-credentials.82faa0828":{"name":"@firebase/firestore","version":"4.7.10-auth-redirect-credentials.82faa0828","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-auth-redirect-credentials.82faa0828","@firebase/logger":"0.4.4-auth-redirect-credentials.82faa0828","@firebase/util":"1.11.0-auth-redirect-credentials.82faa0828","@firebase/webchannel-wrapper":"1.0.3-auth-redirect-credentials.82faa0828","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.4-auth-redirect-credentials.82faa0828"},"devDependencies":{"@firebase/app":"0.11.4-auth-redirect-credentials.82faa0828","@firebase/app-compat":"0.2.53-auth-redirect-credentials.82faa0828","@firebase/auth":"1.10.0-auth-redirect-credentials.82faa0828","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-auth-redirect-credentials.82faa0828","readmeFilename":"README.md","gitHead":"82faa082811f3292fdf9f871879dae37d7923590","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-p8ybyc64BdJCi0YZ5rZfaTtbJP86ot2KVkmm0BVUYUh+vU0GDtuxfZbibq1Na435995LqZDmaOGdTjfQVJSjQA==","shasum":"394cb3d606d856c8637b342b119149e9a3456b4c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-auth-redirect-credentials.82faa0828.tgz","fileCount":855,"unpackedSize":27530818,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDCxSB+hNKZDtvqk97CQqCg3gjbezjwPOB7CDG4u7E29wIgBe1rjLkbVk0TNPZ2/5Eq4B0v/MdItXLqU4gZlRPL37M="}],"size":5704052},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-auth-redirect-credentials.82faa0828_1745604746058_0.05918500576045238"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-25T18:12:26.488Z","publish_time":1745604746488,"_source_registry_name":"default","contributors":[]},"4.7.10-auth-redirect-credentials.b424e5897":{"name":"@firebase/firestore","version":"4.7.10-auth-redirect-credentials.b424e5897","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-auth-redirect-credentials.b424e5897","@firebase/logger":"0.4.4-auth-redirect-credentials.b424e5897","@firebase/util":"1.11.0-auth-redirect-credentials.b424e5897","@firebase/webchannel-wrapper":"1.0.3-auth-redirect-credentials.b424e5897","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.4-auth-redirect-credentials.b424e5897"},"devDependencies":{"@firebase/app":"0.11.4-auth-redirect-credentials.b424e5897","@firebase/app-compat":"0.2.53-auth-redirect-credentials.b424e5897","@firebase/auth":"1.10.0-auth-redirect-credentials.b424e5897","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-auth-redirect-credentials.b424e5897","readmeFilename":"README.md","gitHead":"b424e58977381cc1f8e24ea4cda48ccc9b48d0e3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-7tbJ2T1gjEslFJvOp6aTWgmN1ba/aQrZKznYkV20bLIopApKGRXUz61mwLTTb4zJbvdaTJ+d8XeEuvNank+7Pw==","shasum":"7f54b5d2d4fab76602a34f72fb1bce8c794abf6b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-auth-redirect-credentials.b424e5897.tgz","fileCount":855,"unpackedSize":27537592,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCY26bsapKbYWA9itf6BdijFMtjzzPqAUZMKdEUpnpg7gIhAI1e1OVUnhoP/BbTH+zeAP4YPEIEmWVZHOgVJvAkJ3gj"}],"size":5705832},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-auth-redirect-credentials.b424e5897_1745614029008_0.5255636181490195"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-25T20:47:09.402Z","publish_time":1745614029402,"_source_registry_name":"default","contributors":[]},"4.7.10-eap-vertexai-hybgoog.dc3794a2b":{"name":"@firebase/firestore","version":"4.7.10-eap-vertexai-hybgoog.dc3794a2b","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-eap-vertexai-hybgoog.dc3794a2b","@firebase/logger":"0.4.4-eap-vertexai-hybgoog.dc3794a2b","@firebase/util":"1.11.0-eap-vertexai-hybgoog.dc3794a2b","@firebase/webchannel-wrapper":"1.0.3-eap-vertexai-hybgoog.dc3794a2b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.4-eap-vertexai-hybgoog.dc3794a2b"},"devDependencies":{"@firebase/app":"0.11.4-eap-vertexai-hybgoog.dc3794a2b","@firebase/app-compat":"0.2.53-eap-vertexai-hybgoog.dc3794a2b","@firebase/auth":"1.10.0-eap-vertexai-hybgoog.dc3794a2b","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-eap-vertexai-hybgoog.dc3794a2b","readmeFilename":"README.md","gitHead":"dc3794a2b66ba0a00356ed5c676960163d7a4ed5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-4zvUqndjatQDdXx+WpgjJk26MUCqLGYUlYkm3CTlqJuOnmYtENGRClejQx0VwjevxiLz0Tzjq4FZJtH9IO5KFw==","shasum":"ca2d5b393f79a62eef50b50519296e81d1b8c6ea","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-eap-vertexai-hybgoog.dc3794a2b.tgz","fileCount":855,"unpackedSize":27524878,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFilXAHjt5HOrWZzE07dY177smiDg0fQ6WZS1f+hgcGYAiEApZi6KP6axkTTs2C6HDhKkBh99sutXKiYkxe2mYYT5H0="}],"size":5701778},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-eap-vertexai-hybgoog.dc3794a2b_1745866569568_0.8579876739853867"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-28T18:56:09.920Z","publish_time":1745866569920,"_source_registry_name":"default","contributors":[]},"4.7.11-canary.0e2558a96":{"name":"@firebase/firestore","version":"4.7.11-canary.0e2558a96","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.0e2558a96","@firebase/logger":"0.4.4-canary.0e2558a96","@firebase/util":"1.11.0-canary.0e2558a96","@firebase/webchannel-wrapper":"1.0.3-canary.0e2558a96","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.5-canary.0e2558a96"},"devDependencies":{"@firebase/app":"0.11.5-canary.0e2558a96","@firebase/app-compat":"0.2.54-canary.0e2558a96","@firebase/auth":"1.10.1-canary.0e2558a96","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.11-canary.0e2558a96","readmeFilename":"README.md","gitHead":"0e2558a96b1408fa7047b63f3d506939ff1f28ff","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-S6BC4zPlibxH0+2Gc71Qn45Zv1qwTgYdoOK2aCWqA/kmlvHb96VGb9lPnoXKhCgN9cEVKQjsK4L3t5vDSnUR6A==","shasum":"f69e5b72a5b55827bfb8734aed990c92e58052f5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.11-canary.0e2558a96.tgz","fileCount":855,"unpackedSize":27525494,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICnqnvyzNMObfOk6Y+kV2JM2mJ86Ndkfzt4Mm06EQhOXAiEAxYfzoRDdaxQyRT7RAf9PJijOwmJ4TTFu5Fx6u9CS3bg="}],"size":5701761},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.11-canary.0e2558a96_1745871983288_0.8872008775399711"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-28T20:26:23.723Z","publish_time":1745871983723,"_source_registry_name":"default","contributors":[]},"4.7.11-canary.dd6a8f076":{"name":"@firebase/firestore","version":"4.7.11-canary.dd6a8f076","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.dd6a8f076","@firebase/logger":"0.4.4-canary.dd6a8f076","@firebase/util":"1.11.0-canary.dd6a8f076","@firebase/webchannel-wrapper":"1.0.3-canary.dd6a8f076","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.5-canary.dd6a8f076"},"devDependencies":{"@firebase/app":"0.11.5-canary.dd6a8f076","@firebase/app-compat":"0.2.54-canary.dd6a8f076","@firebase/auth":"1.10.1-canary.dd6a8f076","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.11-canary.dd6a8f076","readmeFilename":"README.md","gitHead":"dd6a8f076cb06920a2cff3b9adb78a85624ad64d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-vxxR6WVVgylpJHpe3bUjL3Tc9Spp31/tMM4/mxys1u/NSO2oeJgpkQx8FLydqpA07XCknFIK+FUgyWqCbJb8BA==","shasum":"a0166deb6f2c7fe77f6a99c033193b92f245d362","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.11-canary.dd6a8f076.tgz","fileCount":855,"unpackedSize":27525494,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCeinIak2Il2ERPBlJWB/wdmrqBV8QcFEQVUd3sBkOEUwIgY1bGk4gM6UQnr4uvbOfDSVkwl1pXpPdELt8yc/bW0Sc="}],"size":5701760},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.11-canary.dd6a8f076_1745934253139_0.037944106603584604"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-29T13:44:13.398Z","publish_time":1745934253398,"_source_registry_name":"default","contributors":[]},"4.7.11-canary.ea1f9139e":{"name":"@firebase/firestore","version":"4.7.11-canary.ea1f9139e","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.11-canary.ea1f9139e","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"9cddb07e6a4e959524e21649ab5c086c75158933","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.11-canary.ea1f9139e.tgz","fileCount":855,"integrity":"sha512-dOlE/nb3nHTe2aadeordpY10X5Cc6oBeDpTnma0R6cB3OfdzNkSVednbNrro8vgbwSgPSpjdg92/Nh+peFNUgQ==","signatures":[{"sig":"MEUCIB3MojeXArNxGOgr95AHW0m3fzE36E8+2MvdITYBFnpXAiEAoCDfEZ1nJr0hwUhOxcRY+6b/MZKOFH4/Db7o79j+4F0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27527535,"size":5702801},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"ea1f9139e6baec0269fbb91233fd3f7f4b0d5875","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint assertion-id:check test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.11.0-canary.ea1f9139e","@firebase/logger":"0.4.4-canary.ea1f9139e","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.13-canary.ea1f9139e","@firebase/webchannel-wrapper":"1.0.3-canary.ea1f9139e"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.5-canary.ea1f9139e","@types/eslint":"7.29.0","@firebase/auth":"1.10.1-canary.ea1f9139e","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.54-canary.ea1f9139e","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.11.5-canary.ea1f9139e"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.11-canary.ea1f9139e_1745951801281_0.839606517082004","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-04-29T18:36:41.550Z","publish_time":1745951801550,"_source_registry_name":"default","contributors":[]},"4.7.11-firebase-studio-sdk-integration.1adc0ae1f":{"name":"@firebase/firestore","version":"4.7.11-firebase-studio-sdk-integration.1adc0ae1f","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-firebase-studio-sdk-integration.1adc0ae1f","@firebase/logger":"0.4.4-firebase-studio-sdk-integration.1adc0ae1f","@firebase/util":"1.11.0-firebase-studio-sdk-integration.1adc0ae1f","@firebase/webchannel-wrapper":"1.0.3-firebase-studio-sdk-integration.1adc0ae1f","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.1adc0ae1f"},"devDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.1adc0ae1f","@firebase/app-compat":"0.2.54-firebase-studio-sdk-integration.1adc0ae1f","@firebase/auth":"1.10.1-firebase-studio-sdk-integration.1adc0ae1f","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.11-firebase-studio-sdk-integration.1adc0ae1f","readmeFilename":"README.md","gitHead":"1adc0ae1f9970437a6c0ac69f84d251f58bbed2d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ywLahVcghbvMAzjPhW9zTioBW39boIHe++Q0s6BnRC9AzAeweFC5SnnjYGJc8StWJudnVxvcChPbuCL4CwpD5A==","shasum":"2c48606608cc4ba43770c354566dffbad802c17d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.11-firebase-studio-sdk-integration.1adc0ae1f.tgz","fileCount":857,"unpackedSize":27542035,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFZHInIQdZMRNMZONjUxeyUFKI+sRS8akjPYeIBlZN7kAiEA66AINyUg+7J3DIeKknhTIt8TWX2o21Nc2vabaRvIxh4="}],"size":5706811},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.11-firebase-studio-sdk-integration.1adc0ae1f_1745967354084_0.9392528516524266"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-29T22:55:54.383Z","publish_time":1745967354383,"_source_registry_name":"default","contributors":[]},"4.7.10-eap-vertexai-hybgoog.31261ca31":{"name":"@firebase/firestore","version":"4.7.10-eap-vertexai-hybgoog.31261ca31","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-eap-vertexai-hybgoog.31261ca31","@firebase/logger":"0.4.4-eap-vertexai-hybgoog.31261ca31","@firebase/util":"1.11.0-eap-vertexai-hybgoog.31261ca31","@firebase/webchannel-wrapper":"1.0.3-eap-vertexai-hybgoog.31261ca31","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.4-eap-vertexai-hybgoog.31261ca31"},"devDependencies":{"@firebase/app":"0.11.4-eap-vertexai-hybgoog.31261ca31","@firebase/app-compat":"0.2.53-eap-vertexai-hybgoog.31261ca31","@firebase/auth":"1.10.0-eap-vertexai-hybgoog.31261ca31","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.10-eap-vertexai-hybgoog.31261ca31","readmeFilename":"README.md","gitHead":"31261ca31fff9b70a5b8f363107334ac649052af","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-H/oDnr83aJC27zXPC7rUE3oaq44BLy7kXajStylnZKYRiFZfdfI0/RRaHTSz4ZNVebAxHv60D1WiuQYKtEIWsQ==","shasum":"a0c7c37e01da1026cb5111d987ed75b8135d569d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.10-eap-vertexai-hybgoog.31261ca31.tgz","fileCount":855,"unpackedSize":27524878,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDpgTmkpKedfsmIwAuFJo1JKZuRP4CTMkPF/04efAuLZAIhAM/8ixd1MfYGFC9TRJFVSX+5q2NY2eGBVYkQZayJRkcI"}],"size":5701780},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.10-eap-vertexai-hybgoog.31261ca31_1745967692444_0.9200759593024541"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-29T23:01:32.756Z","publish_time":1745967692756,"_source_registry_name":"default","contributors":[]},"4.7.11-firebase-studio-sdk-integration.226be0bb1":{"name":"@firebase/firestore","version":"4.7.11-firebase-studio-sdk-integration.226be0bb1","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-firebase-studio-sdk-integration.226be0bb1","@firebase/logger":"0.4.4-firebase-studio-sdk-integration.226be0bb1","@firebase/util":"1.11.0-firebase-studio-sdk-integration.226be0bb1","@firebase/webchannel-wrapper":"1.0.3-firebase-studio-sdk-integration.226be0bb1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.226be0bb1"},"devDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.226be0bb1","@firebase/app-compat":"0.2.54-firebase-studio-sdk-integration.226be0bb1","@firebase/auth":"1.10.1-firebase-studio-sdk-integration.226be0bb1","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.11-firebase-studio-sdk-integration.226be0bb1","readmeFilename":"README.md","gitHead":"226be0bb1681521f5b9c5485e82ce6f9b7023ccf","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-iof/zXd6Hv4nrbNYu3nVSZplCbwVE4RJReiMmmAHctEOdWXVzMqJydA8/dPDY0rH6dNAjAQOUIkMONtEA+2+Dw==","shasum":"01b6decd44ab8c34e103ddb39f4a2120287c7d3d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.11-firebase-studio-sdk-integration.226be0bb1.tgz","fileCount":857,"unpackedSize":27542125,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCXSJE9vrJRRky7Y0jeZuNZrsKPB0sTazpDTVBmgTFKDwIgalmrob5qCqiW2sgc6dnE1Og/e86gp6FzUcpH+/uduY8="}],"size":5706872},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.11-firebase-studio-sdk-integration.226be0bb1_1745969781925_0.06346298694858343"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-29T23:36:22.238Z","publish_time":1745969782238,"_source_registry_name":"default","contributors":[]},"4.7.11-canary.0e1276649":{"name":"@firebase/firestore","version":"4.7.11-canary.0e1276649","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.0e1276649","@firebase/logger":"0.4.4-canary.0e1276649","@firebase/util":"1.11.0-canary.0e1276649","@firebase/webchannel-wrapper":"1.0.3-canary.0e1276649","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.5-canary.0e1276649"},"devDependencies":{"@firebase/app":"0.11.5-canary.0e1276649","@firebase/app-compat":"0.2.54-canary.0e1276649","@firebase/auth":"1.10.1-canary.0e1276649","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.11-canary.0e1276649","readmeFilename":"README.md","gitHead":"0e127664946ba324c6566a02b393dafd23fc1ddb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-8yjYoaBGEwAb6mTl6X1qcyJIc5O+kmdW63XOTDdMtJks+l3RFM09rRuwJM04UDjNXPSQgHEwv4ztC/uyS2b2/w==","shasum":"1f11da579ceb70c1308559e17602f4f8b3cd35d4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.11-canary.0e1276649.tgz","fileCount":857,"unpackedSize":27540456,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCtsUPjP4pNIGT71XpyFSx+G5tXMFUXEDAxuqPsB2j6MwIgJdlrM/+1LYD2OOVvv/hNqOkS8Ed+nBJ/4+26yKgr3T0="}],"size":5706075},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.11-canary.0e1276649_1746041531761_0.9253477121564104"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-30T19:32:12.063Z","publish_time":1746041532063,"_source_registry_name":"default","contributors":[]},"4.7.11-firebase-studio-sdk-integration.9de25069c":{"name":"@firebase/firestore","version":"4.7.11-firebase-studio-sdk-integration.9de25069c","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-firebase-studio-sdk-integration.9de25069c","@firebase/logger":"0.4.4-firebase-studio-sdk-integration.9de25069c","@firebase/util":"1.11.0-firebase-studio-sdk-integration.9de25069c","@firebase/webchannel-wrapper":"1.0.3-firebase-studio-sdk-integration.9de25069c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.9de25069c"},"devDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.9de25069c","@firebase/app-compat":"0.2.54-firebase-studio-sdk-integration.9de25069c","@firebase/auth":"1.10.1-firebase-studio-sdk-integration.9de25069c","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.11-firebase-studio-sdk-integration.9de25069c","readmeFilename":"README.md","gitHead":"9de25069c561cfb82df2ddb753d997435a108c2f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-XKaHeF/A66X1x7hFfP1abKqd1MftcbmIPbB46YddlzC/OVrZjth62xJLeyoJpJ9lm6rnD9Z1PrNmrew1P7/KSQ==","shasum":"446b7b36f4e660c76720be281c3ec779dae69ad9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.11-firebase-studio-sdk-integration.9de25069c.tgz","fileCount":857,"unpackedSize":27543459,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDElfCpLoy3Y+Fht4IyQwSKrNaifQxQaFCA3TtMzR5XuAIhAOCa72jbbatMMk9mq/MjOZVpCAyvdSxiBeYHvzKc9JGX"}],"size":5707018},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.11-firebase-studio-sdk-integration.9de25069c_1746051186512_0.06965246696396199"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-30T22:13:06.899Z","publish_time":1746051186899,"_source_registry_name":"default","contributors":[]},"4.7.11-canary.080a90dcc":{"name":"@firebase/firestore","version":"4.7.11-canary.080a90dcc","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.080a90dcc","@firebase/logger":"0.4.4-canary.080a90dcc","@firebase/util":"1.11.0-canary.080a90dcc","@firebase/webchannel-wrapper":"1.0.3-canary.080a90dcc","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.5-canary.080a90dcc"},"devDependencies":{"@firebase/app":"0.11.5-canary.080a90dcc","@firebase/app-compat":"0.2.54-canary.080a90dcc","@firebase/auth":"1.10.1-canary.080a90dcc","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.11-canary.080a90dcc","readmeFilename":"README.md","gitHead":"080a90dccbb5a9cc402a3fc8feca4c81fc7e1305","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-1nTySZZaeC9WrYEQxZNq7YMMEyasesvP4ou2prPAIQYpTzSzJvGTWs7suEjw8g2z6v7Z/T9h5vsKKX9B1hxKNg==","shasum":"ceabcdeb2cae4bda8127851085d96f85f742fd0f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.11-canary.080a90dcc.tgz","fileCount":857,"unpackedSize":27544952,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIEq8x0KhQotUcYAEtXiljyafYHaeDEjiLSGH8fEFHDf5AiAPbX+yzSS9qswG1HDrQt1Toxunbx3Iyuth7hLlNB5PwA=="}],"size":5707706},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.11-canary.080a90dcc_1746064921243_0.9338049855937804"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-01T02:02:01.589Z","publish_time":1746064921589,"_source_registry_name":"default","contributors":[]},"4.7.12-20250505162014":{"name":"@firebase/firestore","version":"4.7.12-20250505162014","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.14-20250505162014","@firebase/logger":"0.4.4","@firebase/util":"1.11.1-20250505162014","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.6-20250505162014"},"devDependencies":{"@firebase/app":"0.11.6-20250505162014","@firebase/app-compat":"0.2.55-20250505162014","@firebase/auth":"1.10.2-20250505162014","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.12-20250505162014","readmeFilename":"README.md","gitHead":"136bb73ee577cafd068b7f35f5ebd13c23684db4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-S9hrHreppa7qxk/7KSALGkOnB3rOWgctZx1qrktveR0eGxVaZFIfZFV1kEToHKQxWCSFC6JUrmho3PEv/ABXIw==","shasum":"c0c5c903180bc698b8187c8693e7f934809241b4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.12-20250505162014.tgz","fileCount":857,"unpackedSize":27544864,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBcHleLDTBBYI86qRAO7EZNSPL9nB7qEZj0BcmON6TkSAiEAtqlxFl1NNbaE+SiPRte77nmhWh98QdMBdJcP9C9/Gw0="}],"size":5707718},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.12-20250505162014_1746462617916_0.9739499854922353"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-05T16:30:18.284Z","publish_time":1746462618284,"_source_registry_name":"default","contributors":[]},"4.7.11-canary.6a02778e3":{"name":"@firebase/firestore","version":"4.7.11-canary.6a02778e3","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.6a02778e3","@firebase/logger":"0.4.4-canary.6a02778e3","@firebase/util":"1.11.0-canary.6a02778e3","@firebase/webchannel-wrapper":"1.0.3-canary.6a02778e3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.5-canary.6a02778e3"},"devDependencies":{"@firebase/app":"0.11.5-canary.6a02778e3","@firebase/app-compat":"0.2.54-canary.6a02778e3","@firebase/auth":"1.10.1-canary.6a02778e3","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.11-canary.6a02778e3","readmeFilename":"README.md","gitHead":"6a02778e3d12af683e710b53dc6dfb64329e8229","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-/1ZVwOFX/Gu/cRm15P4+BEuGnUyd8N4AVXjMmuNCzq6CbXbNYw6FwCIEkcj1jQQIua866UOQTaFf1KvoCS74mA==","shasum":"5e23bedc21d8f8ae76546ca46119edea45c28bc5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.11-canary.6a02778e3.tgz","fileCount":857,"unpackedSize":27544952,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDLt/5UiDDFmK4rfjqcvyWqEWPQd1y0K5FouOGN7plDrgIgHECFFDwLz1MDSzWIaJsttcAWqiq6AZvvj3+m7GuW92c="}],"size":5707714},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.11-canary.6a02778e3_1746476525481_0.5673032829953268"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-05T20:22:05.851Z","publish_time":1746476525851,"_source_registry_name":"default","contributors":[]},"4.7.11-firebase-studio-sdk-integration.bffdabd70":{"name":"@firebase/firestore","version":"4.7.11-firebase-studio-sdk-integration.bffdabd70","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-firebase-studio-sdk-integration.bffdabd70","@firebase/logger":"0.4.4-firebase-studio-sdk-integration.bffdabd70","@firebase/util":"1.11.0-firebase-studio-sdk-integration.bffdabd70","@firebase/webchannel-wrapper":"1.0.3-firebase-studio-sdk-integration.bffdabd70","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.bffdabd70"},"devDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.bffdabd70","@firebase/app-compat":"0.2.54-firebase-studio-sdk-integration.bffdabd70","@firebase/auth":"1.10.1-firebase-studio-sdk-integration.bffdabd70","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.11-firebase-studio-sdk-integration.bffdabd70","readmeFilename":"README.md","gitHead":"bffdabd700d789a6ebab56c149c31332ecc3f3ff","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-vfUnxAvW3lJ+ZsWYJmKyt8T5+EZpf0N99khoKPIS5b83+82Kcmk1MkRA1eYJSvFqcaN+fvYQlvULF9OeU9mgwg==","shasum":"5f0ab53f8c328fcefbe458cb9f927998c46e0ff2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.11-firebase-studio-sdk-integration.bffdabd70.tgz","fileCount":857,"unpackedSize":27552405,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGHhPXoANbpUEMyjRQ4Cx9Zk4J39nXySemmz/wsTwPVUAiEArKmWvHGbqr6CkvOM8M8NU3eKAROfVE6fWfaF+Lh54SM="}],"size":5709753},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.11-firebase-studio-sdk-integration.bffdabd70_1746486689011_0.753066177441589"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-05T23:11:29.351Z","publish_time":1746486689351,"_source_registry_name":"default","contributors":[]},"4.7.11-firebase-studio-sdk-integration.927daddb8":{"name":"@firebase/firestore","version":"4.7.11-firebase-studio-sdk-integration.927daddb8","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-firebase-studio-sdk-integration.927daddb8","@firebase/logger":"0.4.4-firebase-studio-sdk-integration.927daddb8","@firebase/util":"1.11.0-firebase-studio-sdk-integration.927daddb8","@firebase/webchannel-wrapper":"1.0.3-firebase-studio-sdk-integration.927daddb8","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.927daddb8"},"devDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.927daddb8","@firebase/app-compat":"0.2.54-firebase-studio-sdk-integration.927daddb8","@firebase/auth":"1.10.1-firebase-studio-sdk-integration.927daddb8","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.11-firebase-studio-sdk-integration.927daddb8","readmeFilename":"README.md","gitHead":"927daddb8b4460bef3a2d026074c53ed3b0032bd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-WfwRAF73Z7dpXSmEIiDJES3LxcrvewtxyvG8K0s5Y/jMIkvbSZZ7jup9cv18hmQ0Y5kxWfMb/tzrk+3urc8G0g==","shasum":"ea2b27c6dcd3a5f110a55a9667aadcf34f048494","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.11-firebase-studio-sdk-integration.927daddb8.tgz","fileCount":857,"unpackedSize":27551461,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDOtg8Wh4yXXJ0ar9NLCHYyISwvPwoeAxJ3wqZxnczhwgIgMJeR0JLauKtzsFyuSNz4pcfQkMuya+r6qmunUd/wrHI="}],"size":5709567},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.11-firebase-studio-sdk-integration.927daddb8_1746489937951_0.6866528274730006"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-06T00:05:38.399Z","publish_time":1746489938399,"_source_registry_name":"default","contributors":[]},"4.7.11-firebase-studio-sdk-integration.fe1264c00":{"name":"@firebase/firestore","version":"4.7.11-firebase-studio-sdk-integration.fe1264c00","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-firebase-studio-sdk-integration.fe1264c00","@firebase/logger":"0.4.4-firebase-studio-sdk-integration.fe1264c00","@firebase/util":"1.11.0-firebase-studio-sdk-integration.fe1264c00","@firebase/webchannel-wrapper":"1.0.3-firebase-studio-sdk-integration.fe1264c00","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.fe1264c00"},"devDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.fe1264c00","@firebase/app-compat":"0.2.54-firebase-studio-sdk-integration.fe1264c00","@firebase/auth":"1.10.1-firebase-studio-sdk-integration.fe1264c00","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.11-firebase-studio-sdk-integration.fe1264c00","readmeFilename":"README.md","gitHead":"fe1264c00e0985baa624c1eba2d18088ac089005","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-t/mXM52kf+JAzZzZQmb8OeUmBm15OItscH6BJLl5O100R0H9rUmJ0DqPp66MpBumAU9Vq/hqa00ZaKFiskNlJQ==","shasum":"89f5ca9cca86daaef0088aee1ab59e5e90f1f29f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.11-firebase-studio-sdk-integration.fe1264c00.tgz","fileCount":857,"unpackedSize":27551622,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDXSHNKIeD2U+r4SNdvXEQcRYtfqC2F4Zq9iPMZKZg9pQIgHo0PQ6RZ6Pr6GvCBgn3zwrHo2FqVpGT1r0EX2bEIQ+g="}],"size":5709502},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.11-firebase-studio-sdk-integration.fe1264c00_1746570429394_0.680629605691349"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-06T22:27:09.664Z","publish_time":1746570429664,"_source_registry_name":"default","contributors":[]},"4.7.12-20250507150015":{"name":"@firebase/firestore","version":"4.7.12-20250507150015","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.12-20250507150015","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"51bcfd049b863a339e57ad62a1e012cab80450cc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.12-20250507150015.tgz","fileCount":857,"integrity":"sha512-dlsagvCXg2fYq0SlaH4xNtbBcsg80BPFqc/W/Rj4xKzVkdEfXbQLFwG0n1JFASBA06V0VmiSG/09rZ+nJflPjA==","signatures":[{"sig":"MEUCIQCP+E0EB4IhudUILdszfX8mIeVyak5LFFWVPn5vWn3b5wIgVl9kkmn5+L2mH0wGoIMrtEsWmffdN5j5XYFcO7+FsF8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27544863,"size":5707720},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"f7ec27889c6c6ddb8380ce27ffe3178a772fb44d","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint assertion-id:check test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.11.1-20250507150015","@firebase/logger":"0.4.4","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.14-20250507150015","@firebase/webchannel-wrapper":"1.0.3"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.12.0-20250507150015","@types/eslint":"7.29.0","@firebase/auth":"1.10.2-20250507150015","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.3.0-20250507150015","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.12.0-20250507150015"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.12-20250507150015_1746630652545_0.515746674430362","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-05-07T15:10:52.917Z","publish_time":1746630652917,"_source_registry_name":"default","contributors":[]},"4.7.11-canary.3789b5ad1":{"name":"@firebase/firestore","version":"4.7.11-canary.3789b5ad1","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-canary.3789b5ad1","@firebase/logger":"0.4.4-canary.3789b5ad1","@firebase/util":"1.11.0-canary.3789b5ad1","@firebase/webchannel-wrapper":"1.0.3-canary.3789b5ad1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.5-canary.3789b5ad1"},"devDependencies":{"@firebase/app":"0.11.5-canary.3789b5ad1","@firebase/app-compat":"0.2.54-canary.3789b5ad1","@firebase/auth":"1.10.1-canary.3789b5ad1","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.11-canary.3789b5ad1","readmeFilename":"README.md","gitHead":"3789b5ad16ffd462fce1d0b9c2e9ffae373bc6eb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-DrD57XciFmByGKNR6FlMzH0FQTZx/alatK2KKJd3SfwXhm6SVPsK7J11PZdg696PpDokm8PY6mC4yLbNhevx5g==","shasum":"61ba5651ff1b4d2c5a8f73f1bd741612c820470e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.11-canary.3789b5ad1.tgz","fileCount":857,"unpackedSize":27544952,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIEjbHUPcuVJczSMXxDLTVC/eMcaRfq29bMNaFTF0y9koAiBX+J27tEIg0roA7O8sVHKcE1ZxqYG2jPOkz5BfrbTywQ=="}],"size":5707714},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.11-canary.3789b5ad1_1746630692637_0.11845035237349943"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-07T15:11:32.975Z","publish_time":1746630692975,"_source_registry_name":"default","contributors":[]},"4.7.12-20250507151459":{"name":"@firebase/firestore","version":"4.7.12-20250507151459","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.14-20250507151459","@firebase/logger":"0.4.4","@firebase/util":"1.11.1-20250507151459","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.12.0-20250507151459"},"devDependencies":{"@firebase/app":"0.12.0-20250507151459","@firebase/app-compat":"0.3.0-20250507151459","@firebase/auth":"1.10.2-20250507151459","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.12-20250507151459","readmeFilename":"README.md","gitHead":"f7ec27889c6c6ddb8380ce27ffe3178a772fb44d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-jvPv45vQc8CCrXEjtttPl5tV8WyrdDfOx07JdFXTOusmnKVrjJq1O5ySbkEdFITON/9/uxqqEbJWEvYjgEfSuw==","shasum":"63f43eea09d16bb7ddd1db634167099b17f1e4fe","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.12-20250507151459.tgz","fileCount":857,"unpackedSize":27544863,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAeCzJ2g2XZFImVzU3kUdjqwUBZNbQgvIfZmeBvxHeLhAiBJbhFhqllGfzwCqoKNqRUiTGRoRmxtocEZqZMDAvwjsA=="}],"size":5707725},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.12-20250507151459_1746631552205_0.9753707226774371"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-07T15:25:52.576Z","publish_time":1746631552576,"_source_registry_name":"default","contributors":[]},"4.7.12":{"name":"@firebase/firestore","version":"4.7.12","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.12","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"5ce8bf9200afba62f0f8205edca207a8946a132d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.12.tgz","fileCount":857,"integrity":"sha512-50KRdSp8xA7+G0wfWxlnCoEN951mt8BVdLMxeP57Rehj2DqIb41q6Fc6JH0dfQ4TlMqWua1YfVY1jPEAaHVF9w==","signatures":[{"sig":"MEUCIEF4yxuxbk8xi4Oo+/t1i4sPJ2b+SeOIq8FOewzz2tHpAiEA63welR2XnInR7l3NXNohrppjVXKM1edyLt/iqmTQkjI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27544451,"size":5707428},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"d5428f3d23e8e483feb42d98bbcf6fa7f3e6df8f","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint assertion-id:check test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.11.1","@firebase/logger":"0.4.4","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.14","@firebase/webchannel-wrapper":"1.0.3"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.12.0","@types/eslint":"7.29.0","@firebase/auth":"1.10.2","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.3.0","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.x"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.12_1746639879943_0.9005299408102792","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-05-07T17:44:40.228Z","publish_time":1746639880228,"_source_registry_name":"default","contributors":[]},"4.7.12-canary.d5428f3d2":{"name":"@firebase/firestore","version":"4.7.12-canary.d5428f3d2","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.14-canary.d5428f3d2","@firebase/logger":"0.4.4-canary.d5428f3d2","@firebase/util":"1.11.1-canary.d5428f3d2","@firebase/webchannel-wrapper":"1.0.3-canary.d5428f3d2","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.12.0-canary.d5428f3d2"},"devDependencies":{"@firebase/app":"0.12.0-canary.d5428f3d2","@firebase/app-compat":"0.3.0-canary.d5428f3d2","@firebase/auth":"1.10.2-canary.d5428f3d2","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.12-canary.d5428f3d2","readmeFilename":"README.md","gitHead":"d5428f3d23e8e483feb42d98bbcf6fa7f3e6df8f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-9e7GAxiTx+CTzZDBtYs2e7n2tvm8kneLnpp3hNmrnJAWa2aIrXpqO2ne67oCWUm0PwlIZRQHZAhqJH+y5rU9JQ==","shasum":"69f43bfac6c032588fa2e173e97362464067051d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.12-canary.d5428f3d2.tgz","fileCount":857,"unpackedSize":27544951,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIH22il2+Scp/6ucCfsrLc/LlNJHKpsxNl+Hkxn5qugMYAiEAz28jUtRs+9feNe6KbJNpWbIAwU9nYr9h86Zba3noPuQ="}],"size":5707713},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.12-canary.d5428f3d2_1746642406117_0.6688377318120344"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-07T18:26:46.446Z","publish_time":1746642406446,"_source_registry_name":"default","contributors":[]},"4.7.12-canary.51e7b489d":{"name":"@firebase/firestore","version":"4.7.12-canary.51e7b489d","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.14-canary.51e7b489d","@firebase/logger":"0.4.4-canary.51e7b489d","@firebase/util":"1.11.1-canary.51e7b489d","@firebase/webchannel-wrapper":"1.0.3-canary.51e7b489d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.12.0-canary.51e7b489d"},"devDependencies":{"@firebase/app":"0.12.0-canary.51e7b489d","@firebase/app-compat":"0.3.0-canary.51e7b489d","@firebase/auth":"1.10.2-canary.51e7b489d","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.12-canary.51e7b489d","readmeFilename":"README.md","gitHead":"51e7b489d8aadd531453f882421903da8727b19d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-RjADnkUnkLrR+RrSOe2VuHPWKAv4Hou0AWIZqObryBpS1xy1fSKIZlTHLVOkDFwaA9KvM7+DAJvF7nzP/KB1Gg==","shasum":"771f730c9d8820a18c7480b3becda04602e80960","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.12-canary.51e7b489d.tgz","fileCount":857,"unpackedSize":27544951,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD//SO+3PDDD/r91xk9dLsuouwwHSVZMzHjNH3YGc9urwIgcCWm8mLf8314WylKM9gH4CgDARxuEnQrnRbopdpRgwM="}],"size":5707715},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.12-canary.51e7b489d_1746659021514_0.10247404016329864"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-07T23:03:42.014Z","publish_time":1746659022014,"_source_registry_name":"default","contributors":[]},"4.7.12-canary.f8334eade":{"name":"@firebase/firestore","version":"4.7.12-canary.f8334eade","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.14-canary.f8334eade","@firebase/logger":"0.4.4-canary.f8334eade","@firebase/util":"1.11.1-canary.f8334eade","@firebase/webchannel-wrapper":"1.0.3-canary.f8334eade","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.12.1-canary.f8334eade"},"devDependencies":{"@firebase/app":"0.12.1-canary.f8334eade","@firebase/app-compat":"0.3.1-canary.f8334eade","@firebase/auth":"1.10.2-canary.f8334eade","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.12-canary.f8334eade","readmeFilename":"README.md","gitHead":"f8334eade721db4ee3b60f748a5c9ff338bf1168","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-RrZlLxPFuXAawHrz97PI9wa5fkmmXz6CsfzoK1cR+mZqIeHgyD+W56P7OoHqLru9+RjvoxdbkVUFuAtfOK4XYw==","shasum":"fa62d9970555d785a22352fd15e1e3f7a5f7cb16","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.12-canary.f8334eade.tgz","fileCount":857,"unpackedSize":27544951,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDocYFb4EJBI3RVDyPZVa9B+YKzHOho58Lyx9q/tCxfDwIhAICDtDc2GmrnDRvGxPN2foOvrP39twgPI3+wcG6RJvde"}],"size":5707675},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.12-canary.f8334eade_1746661599080_0.24224477407705658"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-07T23:46:39.467Z","publish_time":1746661599467,"_source_registry_name":"default","contributors":[]},"4.7.12-canary.050c1b6a0":{"name":"@firebase/firestore","version":"4.7.12-canary.050c1b6a0","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.12-canary.050c1b6a0","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"c3123f2b1004a8750f13f3d64ccee26a84540f6f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.12-canary.050c1b6a0.tgz","fileCount":857,"integrity":"sha512-EwJB+9OlzToacsljejRt8vGWzprpvBR1yzbQ4qCosRSweSsbjxCY/x+EWdfz5t5DDrPBZk4u8pVFL7MWcs1R+A==","signatures":[{"sig":"MEUCIBWUubKq9F+Hr4f0Rv1eM0r940gY7wpB73/du2KTB6a9AiEA2MEValoRHbi91XxGuYhBxRrAfW4M91nxa6OSo2/yDzc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27544951,"size":5707698},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"050c1b6a099b87be1488b9207e4fad4da9f8f64b","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint assertion-id:check test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.11.1-canary.050c1b6a0","@firebase/logger":"0.4.4-canary.050c1b6a0","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.14-canary.050c1b6a0","@firebase/webchannel-wrapper":"1.0.3-canary.050c1b6a0"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.12.1-canary.050c1b6a0","@types/eslint":"7.29.0","@firebase/auth":"1.10.2-canary.050c1b6a0","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.3.1-canary.050c1b6a0","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.12.1-canary.050c1b6a0"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.12-canary.050c1b6a0_1746725269410_0.19917945167224071","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-05-08T17:27:49.755Z","publish_time":1746725269755,"_source_registry_name":"default","contributors":[]},"4.7.12-canary.e99683b17":{"name":"@firebase/firestore","version":"4.7.12-canary.e99683b17","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.12-canary.e99683b17","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"ec325200c2a9e7779e143bd3f77f482ae47359ee","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.12-canary.e99683b17.tgz","fileCount":857,"integrity":"sha512-hjPGlp1/+kPyBFIP79aFfVGFYuWsMoe2HnFvwlre9QUCAlSzCajSKhh2SmCL+9XE9i+rdAYYkX1TgQDtZZHkDA==","signatures":[{"sig":"MEQCIQCGwNMFfjQjUt9VRlonOdd23XVIgr9ziA5+K3cunRbv3wIfP1RFMjRfpiWXmjHU3HBa99DfoKqk+p5i7691+3i5Hw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27544951,"size":5707714},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"e99683b17cf75c581bd362a1d7cb85f0b9c110ba","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint assertion-id:check test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.11.1-canary.e99683b17","@firebase/logger":"0.4.4-canary.e99683b17","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.14-canary.e99683b17","@firebase/webchannel-wrapper":"1.0.3-canary.e99683b17"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.12.1-canary.e99683b17","@types/eslint":"7.29.0","@firebase/auth":"1.10.2-canary.e99683b17","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.3.1-canary.e99683b17","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.12.1-canary.e99683b17"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.12-canary.e99683b17_1746726737633_0.4642148822919965","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-05-08T17:52:18.088Z","publish_time":1746726738088,"_source_registry_name":"default","contributors":[]},"4.7.12-canary.88584fdeb":{"name":"@firebase/firestore","version":"4.7.12-canary.88584fdeb","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.14-canary.88584fdeb","@firebase/logger":"0.4.4-canary.88584fdeb","@firebase/util":"1.11.1-canary.88584fdeb","@firebase/webchannel-wrapper":"1.0.3-canary.88584fdeb","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.12.1-canary.88584fdeb"},"devDependencies":{"@firebase/app":"0.12.1-canary.88584fdeb","@firebase/app-compat":"0.3.1-canary.88584fdeb","@firebase/auth":"1.10.2-canary.88584fdeb","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.12-canary.88584fdeb","readmeFilename":"README.md","gitHead":"88584fdeb32d33994f0212c82d460b0a6eb43fb0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-KZu1FUrqe/yo214x/tY9ZD5e30knvpCCg6vPaunqzOrJ4dlGQ/s2utunPZyo4djAZyiZ+lxB8xm+J0YV7H2ylQ==","shasum":"20d459c2339398efc28caa2258231d272f351429","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.12-canary.88584fdeb.tgz","fileCount":857,"unpackedSize":27544951,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIG7jHEZaUlnpXbK/qmP7LSk8L9qgO1zVYmSzXcHMe6FYAiB5wpKm5aVvM17ClETmanQQq5g9atakPHptg+hC9elc2g=="}],"size":5707701},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.12-canary.88584fdeb_1746728534456_0.06699922620323417"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-08T18:22:14.764Z","publish_time":1746728534764,"_source_registry_name":"default","contributors":[]},"4.7.11-firebase-studio-sdk-integration.a528caf5f":{"name":"@firebase/firestore","version":"4.7.11-firebase-studio-sdk-integration.a528caf5f","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.11-firebase-studio-sdk-integration.a528caf5f","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"4399883c158bccb6f82124168ac0916134c731f1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.11-firebase-studio-sdk-integration.a528caf5f.tgz","fileCount":857,"integrity":"sha512-5+JWUMz/QUOk6L9lrg788E6rqjhpukPYhN5AAHZ5plc4MLuxsgJuccmgJ/3OTOVFDZcQl4KmuoO7RqQwhpwPRw==","signatures":[{"sig":"MEYCIQDJv1g7jtcBmPt1zusVNna6NoFgCH3ST28cVgKfSNxA+wIhAPC0yGJlRTN+n1/QYDroAaM14eH4lypj6hTcMv+u5Etz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27549874,"size":5709102},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"a528caf5fd1b62a1094fbdec630583f7b483d916","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint assertion-id:check test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.11.0-firebase-studio-sdk-integration.a528caf5f","@firebase/logger":"0.4.4-firebase-studio-sdk-integration.a528caf5f","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.13-firebase-studio-sdk-integration.a528caf5f","@firebase/webchannel-wrapper":"1.0.3-firebase-studio-sdk-integration.a528caf5f"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.5-firebase-studio-sdk-integration.a528caf5f","@types/eslint":"7.29.0","@firebase/auth":"1.10.1-firebase-studio-sdk-integration.a528caf5f","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.54-firebase-studio-sdk-integration.a528caf5f","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.a528caf5f"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.11-firebase-studio-sdk-integration.a528caf5f_1746811453277_0.06490843933625201","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-05-09T17:24:13.599Z","publish_time":1746811453599,"_source_registry_name":"default","contributors":[]},"4.7.12-canary.8a03143b9":{"name":"@firebase/firestore","version":"4.7.12-canary.8a03143b9","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.14-canary.8a03143b9","@firebase/logger":"0.4.4-canary.8a03143b9","@firebase/util":"1.11.1-canary.8a03143b9","@firebase/webchannel-wrapper":"1.0.3-canary.8a03143b9","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.12.1-canary.8a03143b9"},"devDependencies":{"@firebase/app":"0.12.1-canary.8a03143b9","@firebase/app-compat":"0.3.1-canary.8a03143b9","@firebase/auth":"1.10.2-canary.8a03143b9","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.12-canary.8a03143b9","readmeFilename":"README.md","gitHead":"8a03143b9217effdd86d68bdf195493c0979aa27","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Buu/c+MeutzHGkvJqkS4568LOfLZZIbvv5zfBMACw5SQ/IEhEJlqTXOwx27cIjFjFVeeXGSjW54N3vw2Rllcyg==","shasum":"4dee268453fd321a25572b786fd98148e9033df6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.12-canary.8a03143b9.tgz","fileCount":857,"unpackedSize":27587873,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIA5LmnUpTKqg/xhL1uPo9Rou6o8Cohju7LES5J+BlUFbAiEA5vA0RAFDC9bXtDVWRYnEGqtLscQeR20dLZ7VfTLj1QY="}],"size":5719165},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.12-canary.8a03143b9_1746824298618_0.4406076345724914"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-09T20:58:18.946Z","publish_time":1746824298946,"_source_registry_name":"default","contributors":[]},"4.7.12-canary.6be75f74d":{"name":"@firebase/firestore","version":"4.7.12-canary.6be75f74d","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.14-canary.6be75f74d","@firebase/logger":"0.4.4-canary.6be75f74d","@firebase/util":"1.11.1-canary.6be75f74d","@firebase/webchannel-wrapper":"1.0.3-canary.6be75f74d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.12.1-canary.6be75f74d"},"devDependencies":{"@firebase/app":"0.12.1-canary.6be75f74d","@firebase/app-compat":"0.3.1-canary.6be75f74d","@firebase/auth":"1.10.2-canary.6be75f74d","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.12-canary.6be75f74d","readmeFilename":"README.md","gitHead":"6be75f74dec92d1b84f77f79ccb770a3e23280b7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-5q94+X1ovhMTINze0iPF+Wwrj9t+c+UyjtwFbeFI+ErpY2pqF8hXsVFQrfASbqVc8DI/VI3LGDNeRLaneUzehA==","shasum":"c894a2eb32a3c582ec3d70cc3fd048df16d3e153","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.12-canary.6be75f74d.tgz","fileCount":857,"unpackedSize":27587873,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDk+agW6M6VB8qVw39YAx5ARnPXnx6sIhBkWjgXRrf2DAiEA3psKKbtbveIN1iVA29d9LwunkysB5drndyy9RM4Hytc="}],"size":5719162},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.12-canary.6be75f74d_1747068889772_0.40859119967943114"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-12T16:54:50.065Z","publish_time":1747068890065,"_source_registry_name":"default","contributors":[]},"4.7.11-firebase-studio-sdk-integration.dbac496fa":{"name":"@firebase/firestore","version":"4.7.11-firebase-studio-sdk-integration.dbac496fa","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-firebase-studio-sdk-integration.dbac496fa","@firebase/logger":"0.4.4-firebase-studio-sdk-integration.dbac496fa","@firebase/util":"1.11.0-firebase-studio-sdk-integration.dbac496fa","@firebase/webchannel-wrapper":"1.0.3-firebase-studio-sdk-integration.dbac496fa","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.dbac496fa"},"devDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.dbac496fa","@firebase/app-compat":"0.2.54-firebase-studio-sdk-integration.dbac496fa","@firebase/auth":"1.10.1-firebase-studio-sdk-integration.dbac496fa","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.11-firebase-studio-sdk-integration.dbac496fa","readmeFilename":"README.md","gitHead":"dbac496fa75fda342321d1e6dbe6719bef886f1e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-QVW1VQHPh9rAsJHfk1YKxnF/R+z8VgsQq5vhuYXTm4Sk7nFqAeJMdavLR0UMI6IyDsJQrhdlJl9FCczuiUUvPw==","shasum":"bd5b0122fa4086b56cff98c3bca475e5a9300c93","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.11-firebase-studio-sdk-integration.dbac496fa.tgz","fileCount":857,"unpackedSize":27549874,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHqaTnKvZx3HfMTwRrwX0+dSBKHHmfudITO3Gx1qJ8JmAiEAoNwpefJkk/pnQ9XyxN3Z0sm5xkTK/DfCFCdM3Pn+b98="}],"size":5709099},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.11-firebase-studio-sdk-integration.dbac496fa_1747073433724_0.037716836935083986"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-12T18:10:34.001Z","publish_time":1747073434001,"_source_registry_name":"default","contributors":[]},"4.7.12-canary.d5082f9f2":{"name":"@firebase/firestore","version":"4.7.12-canary.d5082f9f2","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.14-canary.d5082f9f2","@firebase/logger":"0.4.4-canary.d5082f9f2","@firebase/util":"1.11.1-canary.d5082f9f2","@firebase/webchannel-wrapper":"1.0.3-canary.d5082f9f2","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.12.1-canary.d5082f9f2"},"devDependencies":{"@firebase/app":"0.12.1-canary.d5082f9f2","@firebase/app-compat":"0.3.1-canary.d5082f9f2","@firebase/auth":"1.10.2-canary.d5082f9f2","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.12-canary.d5082f9f2","readmeFilename":"README.md","gitHead":"d5082f9f2fc4de98a6bfd1c6a5af4571af4d0bc6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-HaXKP+jSEAgrUnXURrQr4ota9Fzs82QbkidHWrDDvINXtJQ4P7VBIowX0R3BXYkoHOyVLU9sFGiO1hTghQcSdg==","shasum":"b852bedf165fca7f73138476171681eff007fc8b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.12-canary.d5082f9f2.tgz","fileCount":857,"unpackedSize":27587873,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEdDYHQQSJR6+drsao/2SoCfiPMQbFp3zt7fHDZEUhjMAiEAhkKNJmaQbAEDjsLruHtiOJPUPChw3Xu8gXS3yfpnm/4="}],"size":5719179},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.12-canary.d5082f9f2_1747079779851_0.7526493228852096"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-12T19:56:20.156Z","publish_time":1747079780156,"_source_registry_name":"default","contributors":[]},"4.7.11-firebase-studio-sdk-integration.0615f555a":{"name":"@firebase/firestore","version":"4.7.11-firebase-studio-sdk-integration.0615f555a","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.11-firebase-studio-sdk-integration.0615f555a","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"f4a8099948c1cd118e41a83bf3ceac5fef3d188b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.11-firebase-studio-sdk-integration.0615f555a.tgz","fileCount":857,"integrity":"sha512-64tAjOKJn5IPq5YtZ5HSxCodVgQ9tTYDOfLZl1ZAdRkF+nTaa3LQ7BSLbtOVzuiJbF1eN7Np4SNgQsQAwWKUlw==","signatures":[{"sig":"MEYCIQCinnALwiRlZOPB9GQ4dMrwOGOUh9YFlq7NcgDBW4zqhwIhAMvA3v2H3F1FypH2sa257uXwH4YG2tRiy/AKqc/L74hg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27549874,"size":5709108},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"0615f555aa2f37bf3c94bfd95d50857c5dbec55a","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint assertion-id:check test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.11.0-firebase-studio-sdk-integration.0615f555a","@firebase/logger":"0.4.4-firebase-studio-sdk-integration.0615f555a","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.13-firebase-studio-sdk-integration.0615f555a","@firebase/webchannel-wrapper":"1.0.3-firebase-studio-sdk-integration.0615f555a"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.11.5-firebase-studio-sdk-integration.0615f555a","@types/eslint":"7.29.0","@firebase/auth":"1.10.1-firebase-studio-sdk-integration.0615f555a","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.2.54-firebase-studio-sdk-integration.0615f555a","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.0615f555a"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.11-firebase-studio-sdk-integration.0615f555a_1747083736633_0.5934580296373215","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-05-12T21:02:16.954Z","publish_time":1747083736954,"_source_registry_name":"default","contributors":[]},"4.7.12-canary.72852e12d":{"name":"@firebase/firestore","version":"4.7.12-canary.72852e12d","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.14-canary.72852e12d","@firebase/logger":"0.4.4-canary.72852e12d","@firebase/util":"1.11.1-canary.72852e12d","@firebase/webchannel-wrapper":"1.0.3-canary.72852e12d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.12.1-canary.72852e12d"},"devDependencies":{"@firebase/app":"0.12.1-canary.72852e12d","@firebase/app-compat":"0.3.1-canary.72852e12d","@firebase/auth":"1.10.2-canary.72852e12d","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.12-canary.72852e12d","readmeFilename":"README.md","gitHead":"72852e12d07370a7cf07560e698246a7ff9c34dc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-6G4jgHFF9gMjom3/exFX0Hv2yD3qamIPLcER1zIDXdTfxXs+5R9yK9LdSDaoY2YuOUWB7yc7dS8NGJEqv3SHmw==","shasum":"1d5339f55ec7e36db4b255f71a2c1f28d0cbe5a6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.12-canary.72852e12d.tgz","fileCount":857,"unpackedSize":27592049,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHTyQeBkbu0JPuyebZhLPPaPSCc/Xehgix7mW52gvFzCAiAJ/6csOp+kDq5K5mEmAmm8x3u8dG7eDFxlCuqCiqqhCQ=="}],"size":5720292},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.12-canary.72852e12d_1747083775222_0.7387330473830638"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-12T21:02:55.552Z","publish_time":1747083775552,"_source_registry_name":"default","contributors":[]},"4.7.12-canary.39505cc72":{"name":"@firebase/firestore","version":"4.7.12-canary.39505cc72","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.14-canary.39505cc72","@firebase/logger":"0.4.4-canary.39505cc72","@firebase/util":"1.11.1-canary.39505cc72","@firebase/webchannel-wrapper":"1.0.3-canary.39505cc72","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.12.1-canary.39505cc72"},"devDependencies":{"@firebase/app":"0.12.1-canary.39505cc72","@firebase/app-compat":"0.3.1-canary.39505cc72","@firebase/auth":"1.10.2-canary.39505cc72","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.12-canary.39505cc72","readmeFilename":"README.md","gitHead":"39505cc72d346ed8fa75267181fd80fb046f5635","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Oq3PrUsiybUos6PBo5olq+ztU/bN0voj9XmKd8MyfcU5cvrWWcxdgAcMGN6XE1VJFxui+vI055CybTF2GHaL1A==","shasum":"8ab912ffd3c6278af956c7f7a03a1f3280a49d25","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.12-canary.39505cc72.tgz","fileCount":857,"unpackedSize":27592049,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDAV5lpLkqWAjPdQ5obvmhUYuDFYJu+tkoGW2X+5e9YaQIgRRJ4nTMIGqwMaxN6xqUEhqa3INtbPGcYmolKrw9m0qo="}],"size":5720298},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.12-canary.39505cc72_1747084035322_0.20824778876636474"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-12T21:07:15.628Z","publish_time":1747084035628,"_source_registry_name":"default","contributors":[]},"4.7.13-20250512211235":{"name":"@firebase/firestore","version":"4.7.13-20250512211235","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.15-20250512211235","@firebase/logger":"0.4.4","@firebase/util":"1.12.0-20250512211235","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.0-20250512211235"},"devDependencies":{"@firebase/app":"0.13.0-20250512211235","@firebase/app-compat":"0.4.0-20250512211235","@firebase/auth":"1.10.3-20250512211235","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.13-20250512211235","readmeFilename":"README.md","gitHead":"223dc24ea3ab06d18641650e0eaa5e37ef50e829","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-m3xEnbYrsgp58a5if00Vqrrglm/22yU7amZ3CjwqUD+/M6TFSf1a9lvMqF9S33AuPbwHDxUb3hJ4ogpTQ+uSjQ==","shasum":"cdebb6b7ddba2b7738896458327ae064bb6b540e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.13-20250512211235.tgz","fileCount":857,"unpackedSize":27591961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDyVzIgG1quFTJCqy+nTaaRAiMXcfeZmn09IXSC8+iYnwIhAL7xbHijjUMOyGJypTOgXu89Paf7De/K8ohCkVehpHwh"}],"size":5720309},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.13-20250512211235_1747084993268_0.5375927975419841"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-12T21:23:13.558Z","publish_time":1747084993558,"_source_registry_name":"default","contributors":[]},"4.7.12-eap-ai-hybridinference.c16cbf1a3":{"name":"@firebase/firestore","version":"4.7.12-eap-ai-hybridinference.c16cbf1a3","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.14-eap-ai-hybridinference.c16cbf1a3","@firebase/logger":"0.4.4-eap-ai-hybridinference.c16cbf1a3","@firebase/util":"1.11.1-eap-ai-hybridinference.c16cbf1a3","@firebase/webchannel-wrapper":"1.0.3-eap-ai-hybridinference.c16cbf1a3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.12.1-eap-ai-hybridinference.c16cbf1a3"},"devDependencies":{"@firebase/app":"0.12.1-eap-ai-hybridinference.c16cbf1a3","@firebase/app-compat":"0.3.1-eap-ai-hybridinference.c16cbf1a3","@firebase/auth":"1.10.2-eap-ai-hybridinference.c16cbf1a3","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.12-eap-ai-hybridinference.c16cbf1a3","readmeFilename":"README.md","gitHead":"c16cbf1a31416216c6067a39d4bfc6770c731fa0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-d9VdPSaWl+fgh34a6ypiNmdUgKR47unFfgiJAjbvRaVRj1aS3yb0LKl9xR/TLdJ9Xu4tB4HZWB7UmxxqCNhOmQ==","shasum":"3c5a8baaec808e936895802a205f43cf7846f49f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.12-eap-ai-hybridinference.c16cbf1a3.tgz","fileCount":857,"unpackedSize":27592513,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDVwBI9eKaefWHz/6Q2MNSxHK8zpRWORtYeckh4Gedo4AiAWb55FiLjmhFqVJrp4/iTKcaGxDlqCYwA70XsdA4CXug=="}],"size":5720391},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.12-eap-ai-hybridinference.c16cbf1a3_1747168015745_0.6990422464302122"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-13T20:26:56.126Z","publish_time":1747168016126,"_source_registry_name":"default","contributors":[]},"4.7.12-canary.f92069a21":{"name":"@firebase/firestore","version":"4.7.12-canary.f92069a21","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.14-canary.f92069a21","@firebase/logger":"0.4.4-canary.f92069a21","@firebase/util":"1.11.1-canary.f92069a21","@firebase/webchannel-wrapper":"1.0.3-canary.f92069a21","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.12.1-canary.f92069a21"},"devDependencies":{"@firebase/app":"0.12.1-canary.f92069a21","@firebase/app-compat":"0.3.1-canary.f92069a21","@firebase/auth":"1.10.2-canary.f92069a21","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.12-canary.f92069a21","readmeFilename":"README.md","gitHead":"f92069a214f430bcd8d1056e3605fc9eb6e053ed","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-BnG33DKh4AOqgmGxNx6OhuahYnv2I6etijgzhsQ7J+n08e6BajfQHZE9c69lGaqs72f6NYz6zUB3xdWfUovNsA==","shasum":"23083a29369e2d91b607e67cd4a6e0537df9b59b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.12-canary.f92069a21.tgz","fileCount":857,"unpackedSize":27592049,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC1r6S0ii+8qNLRQVbbaZvC1a6QETOmbGw3T7pV9C7ffQIhAIA1fLpNQh+QRBjB/pBqRO1vhbtPMMxmgLIuXgacUPBS"}],"size":5720292},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.12-canary.f92069a21_1747170547703_0.29901700723045566"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-13T21:09:08.009Z","publish_time":1747170548009,"_source_registry_name":"default","contributors":[]},"4.7.13-20250513210731":{"name":"@firebase/firestore","version":"4.7.13-20250513210731","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.15-20250513210731","@firebase/logger":"0.4.4","@firebase/util":"1.11.2-20250513210731","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.12.2-20250513210731"},"devDependencies":{"@firebase/app":"0.12.2-20250513210731","@firebase/app-compat":"0.3.2-20250513210731","@firebase/auth":"1.10.3-20250513210731","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.13-20250513210731","readmeFilename":"README.md","gitHead":"3a203e6e333667279ea0e47380c9f07edd12944f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Mhg5UI2YeU/reJrStZe4h+L0N7VBwBrHmyKayzvtexZcoq16rjQP5tqL05aS4NOFGiKL7EZhXNXH3Nkr/F8QaA==","shasum":"a08f5c334e37b05b7c9b050b6a33870c38f02f51","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.13-20250513210731.tgz","fileCount":857,"unpackedSize":27549060,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIG+0H8JXXZJ3zVMi32bt80bzZxRjtScgcL04ZvAUEXN6AiAfVTbs1yUlQ5JExBW9W1i9Bx9863bbbce/W9eSYICbaQ=="}],"size":5708950},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.13-20250513210731_1747171057072_0.3002917881175118"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-13T21:17:37.388Z","publish_time":1747171057388,"_source_registry_name":"default","contributors":[]},"4.7.13-20250513212531":{"name":"@firebase/firestore","version":"4.7.13-20250513212531","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.13-20250513212531","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"77b67e4d87e14b1b85ac42ee968a74609a795dad","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.13-20250513212531.tgz","fileCount":857,"integrity":"sha512-H9QFejB3uBv/Y8SMoNAZUYRDEXzkpAI81MWeIFBnPNdq45We21d/pmpQaRllqeyKB9XIhGJcQGcgqKCS1ueHvA==","signatures":[{"sig":"MEYCIQD4SSqx/nTmz6FIzZZvy6T8pUekkhxHD0y/093pYxkwXwIhAP0Ab8FIC5R+/Pqs4vcSolYY1NgbtP6VJ+m0Jrd4xZBa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27549060,"size":5708950},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"3a203e6e333667279ea0e47380c9f07edd12944f","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint assertion-id:check test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.11.2-20250513212531","@firebase/logger":"0.4.4","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.15-20250513212531","@firebase/webchannel-wrapper":"1.0.3"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.12.2-20250513212531","@types/eslint":"7.29.0","@firebase/auth":"1.10.3-20250513212531","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.3.2-20250513212531","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.12.2-20250513212531"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.13-20250513212531_1747172146838_0.05461826436278017","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-05-13T21:35:47.155Z","publish_time":1747172147155,"_source_registry_name":"default","contributors":[]},"4.7.12-canary.799de5997":{"name":"@firebase/firestore","version":"4.7.12-canary.799de5997","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.14-canary.799de5997","@firebase/logger":"0.4.4-canary.799de5997","@firebase/util":"1.11.1-canary.799de5997","@firebase/webchannel-wrapper":"1.0.3-canary.799de5997","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.12.1-canary.799de5997"},"devDependencies":{"@firebase/app":"0.12.1-canary.799de5997","@firebase/app-compat":"0.3.1-canary.799de5997","@firebase/auth":"1.10.2-canary.799de5997","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.12-canary.799de5997","readmeFilename":"README.md","gitHead":"799de5997077b0a277af5f1377083ad407bfcd6c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-M+bQz9r+ih2p112Qp5zDN0s/RJNeWWVBlI9B9++njJqKUR8gmJkNDSiXEX7Uk8joB9LeKoyP2JDOXkQAjNwzAA==","shasum":"76e78f1ef4c3896a8e3bcf48ecabba692a955fd9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.12-canary.799de5997.tgz","fileCount":857,"unpackedSize":27592049,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIB+eOEUuLy6PIQdW3kS6nYzvM9tKaa8kcWW8t8mPE85rAiEA8Z5E2gQ3XRD+MNtergdIedaN9xN87oOtolFBJOyb6uw="}],"size":5720299},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.12-canary.799de5997_1747172236408_0.8125407011915438"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-13T21:37:16.707Z","publish_time":1747172236707,"_source_registry_name":"default","contributors":[]},"4.7.11-firebase-studio-sdk-integration.12759bc2e":{"name":"@firebase/firestore","version":"4.7.11-firebase-studio-sdk-integration.12759bc2e","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.13-firebase-studio-sdk-integration.12759bc2e","@firebase/logger":"0.4.4-firebase-studio-sdk-integration.12759bc2e","@firebase/util":"1.11.0-firebase-studio-sdk-integration.12759bc2e","@firebase/webchannel-wrapper":"1.0.3-firebase-studio-sdk-integration.12759bc2e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.12759bc2e"},"devDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.12759bc2e","@firebase/app-compat":"0.2.54-firebase-studio-sdk-integration.12759bc2e","@firebase/auth":"1.10.1-firebase-studio-sdk-integration.12759bc2e","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.11-firebase-studio-sdk-integration.12759bc2e","readmeFilename":"README.md","gitHead":"12759bc2e410a4eb0d6c218925586c91c5adeef7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-YQKeDk3XhcVZg5dqYgZ1CqKVkbO2lRi2p0AZps4WPNKn6q4/I17sfd2NH7k6XJ6bneSRtC9/KLBy+ibJAhtW+A==","shasum":"31bb91314ee0d40aa8710855d144542a30ee2535","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.11-firebase-studio-sdk-integration.12759bc2e.tgz","fileCount":857,"unpackedSize":27549874,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDO7FOYBQ/cSWXyUBManQliKPN9HOymA5AG9pnydOHUuAIgKbhT7n5dxcRC90IOifg5qMvjZKZAC2PuFjMIXsXbURE="}],"size":5709102},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.11-firebase-studio-sdk-integration.12759bc2e_1747175591475_0.7113817707624626"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-13T22:33:11.855Z","publish_time":1747175591855,"_source_registry_name":"default","contributors":[]},"4.7.13":{"name":"@firebase/firestore","version":"4.7.13","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.15","@firebase/logger":"0.4.4","@firebase/util":"1.11.2","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.12.2","@firebase/app-compat":"0.3.2","@firebase/auth":"1.10.3","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.13","gitHead":"9338d9d160cc2d9eddeb9ff4bb58e895f8cb9ae9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-wjQr8PyI51qt1+biYv2wEaA0i6IWan9zDYG736YIcn7To5IeyKVCIVqMogUyNcL4pW34f0xUpCAT0nxgZbWbdw==","shasum":"b93d785fca1b720dfbb4c436ada5e3802325c879","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.13.tgz","fileCount":857,"unpackedSize":27548648,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICv1ZQURp0cWHrymL3VW3fbjP8eFmKPauXIBGZwDH9QGAiAmko0OAVIpcSOfeSctWT1Tiwq6JYXcNcpPTe1YukXm1Q=="}],"size":5708588},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.13_1747250465015_0.850865081303182"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-14T19:21:05.350Z","publish_time":1747250465350,"_source_registry_name":"default","contributors":[]},"4.7.13-firebase-studio-sdk-integration.dd7924e1b":{"name":"@firebase/firestore","version":"4.7.13-firebase-studio-sdk-integration.dd7924e1b","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.13-firebase-studio-sdk-integration.dd7924e1b","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"f5540128dd4b954487952a5b14b1de2751b41b98","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.13-firebase-studio-sdk-integration.dd7924e1b.tgz","fileCount":857,"integrity":"sha512-5hE1KpPcf6zJBt2uar4W2d0PShvNn0Hk2kaVwhHSZhx3Jalh7qKYYbl9/aVrj6S+n55e1LI5pY0fAdGHYMBkgg==","signatures":[{"sig":"MEYCIQCzKP334SleJP27d15PM337szKy9t7vi6ha+8SDHnWSVQIhAK79B7nX4uJzp+IOw1ekmJIb+t72HK0h9aswcyy5HmyA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27549873,"size":5709107},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"dd7924e1b456f93fc403bd9df23f79a93690ae42","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint assertion-id:check test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.11.2-firebase-studio-sdk-integration.dd7924e1b","@firebase/logger":"0.4.4-firebase-studio-sdk-integration.dd7924e1b","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.15-firebase-studio-sdk-integration.dd7924e1b","@firebase/webchannel-wrapper":"1.0.3-firebase-studio-sdk-integration.dd7924e1b"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.12.2-firebase-studio-sdk-integration.dd7924e1b","@types/eslint":"7.29.0","@firebase/auth":"1.10.3-firebase-studio-sdk-integration.dd7924e1b","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.3.2-firebase-studio-sdk-integration.dd7924e1b","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.12.2-firebase-studio-sdk-integration.dd7924e1b"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.13-firebase-studio-sdk-integration.dd7924e1b_1747259338484_0.1371855804741382","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-05-14T21:48:58.784Z","publish_time":1747259338784,"_source_registry_name":"default","contributors":[]},"4.7.14-20250514221114":{"name":"@firebase/firestore","version":"4.7.14-20250514221114","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.16-20250514221114","@firebase/logger":"0.4.4","@firebase/util":"1.11.3-20250514221114","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.12.3-20250514221114"},"devDependencies":{"@firebase/app":"0.12.3-20250514221114","@firebase/app-compat":"0.3.3-20250514221114","@firebase/auth":"1.10.4-20250514221114","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.14-20250514221114","readmeFilename":"README.md","gitHead":"1e91c2466d291bc58a01dc71189de6d1463ff23f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-VceUKSviMv7KPSjD6q0m62bqSOap72qsVON0zXn/ZVCR5NH9OrpjygI2wTLJdhxIicbim1PvBJjAT3nl0Cgvlg==","shasum":"dedff037c5517afa6ae3361e4eb01df7c0a4ce44","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.14-20250514221114.tgz","fileCount":857,"unpackedSize":27549060,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCKclCOk3zgflfHCGSC6/4g6gu+Kfey3krXZXs89a8CKQIhAMK7RaXfcNrbxeqaIYYT88XAJmilllPWkLkgzlS6xY5j"}],"size":5708945},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.14-20250514221114_1747261289597_0.8326076493576575"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-14T22:21:29.966Z","publish_time":1747261289966,"_source_registry_name":"default","contributors":[]},"4.7.14":{"name":"@firebase/firestore","version":"4.7.14","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.16","@firebase/logger":"0.4.4","@firebase/util":"1.11.3","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.12.3","@firebase/app-compat":"0.3.3","@firebase/auth":"1.10.4","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.14","gitHead":"8601ecb6e847343ded621353a4ad6dc43912c9a9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-YLz71p96ACfILNjnqh7H6ilsT3AZZyDpCCE+wpl8mJklAbdpyd2ahNIqS1eBCjseqls8vQO/XTaIcbpkSgQFIg==","shasum":"6faabaa744aa0879344b1eff1af38f6e37598f71","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.14.tgz","fileCount":857,"unpackedSize":27548648,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHdMLqTOcFAfJj+/YJqx6btVzAw2yKUe/H8iGk369CBCAiEA+ECUKphFT5kO+MgkZqdF2pUsMJ+w9McL2CddeyxJ2sE="}],"size":5708591},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.14_1747264290695_0.2351507043772092"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-14T23:11:30.984Z","publish_time":1747264290984,"_source_registry_name":"default","contributors":[]},"4.7.14-canary.3d9291f47":{"name":"@firebase/firestore","version":"4.7.14-canary.3d9291f47","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.16-canary.3d9291f47","@firebase/logger":"0.4.4-canary.3d9291f47","@firebase/util":"1.11.3-canary.3d9291f47","@firebase/webchannel-wrapper":"1.0.3-canary.3d9291f47","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.12.3-canary.3d9291f47"},"devDependencies":{"@firebase/app":"0.12.3-canary.3d9291f47","@firebase/app-compat":"0.3.3-canary.3d9291f47","@firebase/auth":"1.10.4-canary.3d9291f47","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.14-canary.3d9291f47","readmeFilename":"README.md","gitHead":"3d9291f471c24d123f1abc6ccceecbded465ab7e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-+ElkMtOId715RZ/TOq6d9mi8gmDYG7DFfTYQZETV8GpThArK3QxLJI3mBZB1QXZPUmy1MXNN6L3iyGptmCHifg==","shasum":"b2c81e42f4c33ad51c6f95f9e59b33bd5da343b9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.14-canary.3d9291f47.tgz","fileCount":857,"unpackedSize":27592049,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICFk6OKclV0e9iRsRvashOC56FUeKUNA/Fa9YT1w8dSIAiAr21KxB9vAGiJkSh9EcoBpta//iCTQc5J8yJl9xpPSfw=="}],"size":5720313},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.14-canary.3d9291f47_1747329827932_0.5879801537042537"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-15T17:23:48.291Z","publish_time":1747329828291,"_source_registry_name":"default","contributors":[]},"4.7.14-canary.880110bba":{"name":"@firebase/firestore","version":"4.7.14-canary.880110bba","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.14-canary.880110bba","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"fdbacb9eb9342802f7af811b4bf9807338b1a927","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.14-canary.880110bba.tgz","fileCount":857,"integrity":"sha512-IYFaxUc2SSKagBs4fAYgKNlYFE3xQYr6dY7LjAGfjWAX3IHgqieeZ4rMlMiEHhuKCuE7c5XspZvjp2j0+Cv0XQ==","signatures":[{"sig":"MEUCIQDoWpC07Vcl8CkKuQYk/b7+kfEB3ej2rkR/hTpNDy+13AIgTibVi+913dEo6Q64Bz3JwB2DkiqA5jlT1myp/VxqGeY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27592049,"size":5720308},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"880110bbac7868419fad447fc191d8f1d7ada38d","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint assertion-id:check test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.11.3-canary.880110bba","@firebase/logger":"0.4.4-canary.880110bba","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.16-canary.880110bba","@firebase/webchannel-wrapper":"1.0.3-canary.880110bba"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.12.3-canary.880110bba","@types/eslint":"7.29.0","@firebase/auth":"1.10.4-canary.880110bba","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.3.3-canary.880110bba","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.12.3-canary.880110bba"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.14-canary.880110bba_1747329978775_0.7584174711021194","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-05-15T17:26:19.149Z","publish_time":1747329979149,"_source_registry_name":"default","contributors":[]},"4.7.15-20250515171652":{"name":"@firebase/firestore","version":"4.7.15-20250515171652","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-20250515171652","@firebase/logger":"0.4.4","@firebase/util":"1.12.0-20250515171652","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.0-20250515171652"},"devDependencies":{"@firebase/app":"0.13.0-20250515171652","@firebase/app-compat":"0.4.0-20250515171652","@firebase/auth":"1.10.5-20250515171652","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.15-20250515171652","readmeFilename":"README.md","gitHead":"e4297f764c403bfd2cf3cef55ab6ebb1532139a0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-fh7hfYHWmYx7+M1x3UTBuWBGskCzJSGZWVno7fmk3DvRXVzxqm1MgRIbm9taGXC8vrsb9Pc6UFL/vX8KIX/Qyw==","shasum":"03a21a60e5307d794f35d1f049166d29f4db7e9c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.15-20250515171652.tgz","fileCount":857,"unpackedSize":27591961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIA9nCvLV/FxnDHo86i/pr8sOco7z9It/HzcOUfjAbk8zAiEAgfFmukGYgeJ5WhVG+y8m04esDwP+ETdeHyTGXGxeIHw="}],"size":5720317},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.15-20250515171652_1747330049416_0.7309657811075101"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-15T17:27:29.821Z","publish_time":1747330049821,"_source_registry_name":"default","contributors":[]},"4.7.15":{"name":"@firebase/firestore","version":"4.7.15","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17","@firebase/logger":"0.4.4","@firebase/util":"1.12.0","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.13.0","@firebase/app-compat":"0.4.0","@firebase/auth":"1.10.5","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.15","gitHead":"2fe754727d29e2fcc2c28a6c59ff5d0b84a12033","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-FgWTmkNBEXdKCoN2ngBNjrMaXuBx6QwjiZZVnOGg+VjUmiBq5gAqlDIW5bZY6i/NYvLUrWugdqIs7y9GHEqwww==","shasum":"68a0291df1020ad83a648f7e38cd7ee7bb95a04c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.15.tgz","fileCount":857,"unpackedSize":27591549,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCMUwgtVKvFGzfv3oQuw434hFfLKjlYRxrwlo4Ctqcd9QIgV1nK59dlQWafqtKkIqM0JNsiJSIOxT50tGtuyCw2kLo="}],"size":5720136},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.15_1747756126927_0.06463957749257387"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-20T15:48:47.258Z","publish_time":1747756127258,"_source_registry_name":"default","contributors":[]},"4.7.15-canary.2fe754727":{"name":"@firebase/firestore","version":"4.7.15-canary.2fe754727","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.2fe754727","@firebase/logger":"0.4.4-canary.2fe754727","@firebase/util":"1.12.0-canary.2fe754727","@firebase/webchannel-wrapper":"1.0.3-canary.2fe754727","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.0-canary.2fe754727"},"devDependencies":{"@firebase/app":"0.13.0-canary.2fe754727","@firebase/app-compat":"0.4.0-canary.2fe754727","@firebase/auth":"1.10.5-canary.2fe754727","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.15-canary.2fe754727","readmeFilename":"README.md","gitHead":"2fe754727d29e2fcc2c28a6c59ff5d0b84a12033","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-jfZwLZwNyOV0+0xSxBJNKk3ExrSv1HR/LRAy4qk2Qjmj/dU/8e3hL6+Dn6nO7i+K5zzIo4GOvYwat1tPPyvDsg==","shasum":"8e4ca6a0054f381309addedd3e9c22b4337e703f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.15-canary.2fe754727.tgz","fileCount":857,"unpackedSize":27592049,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCPethi5CsCNII0TlcagTqa5WYQB+N2P7dWlvdOxHmbBAIhAMwM4XFEzRnepgrVyNHOUgZl9e0QDFUPuzfiWRsC76w3"}],"size":5720312},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.15-canary.2fe754727_1747758947328_0.7187464928805549"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-20T16:35:47.734Z","publish_time":1747758947734,"_source_registry_name":"default","contributors":[]},"4.7.16-20250520183425":{"name":"@firebase/firestore","version":"4.7.16-20250520183425","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17","@firebase/logger":"0.4.4","@firebase/util":"1.12.0","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.13.0","@firebase/app-compat":"0.4.0","@firebase/auth":"1.10.6-20250520183425","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.16-20250520183425","readmeFilename":"README.md","gitHead":"e96410a3d9a23c473d010e1296b08d085ff77b8d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-FWyQGiHBM86TpXubGf8CPsECyReyl8ybYMobDRMKiCX6ufwgySfr3LcnsAdGuT9ZlVTPXOI1oCoRalJH3Kf4Ng==","shasum":"2467868f2949fb5a8bcb90a04ff280970a663a5c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.16-20250520183425.tgz","fileCount":857,"unpackedSize":27587707,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCjXu/Vup3Zzb+szBGacgPfEyUfbIxQzCDuLWXZIZpXIgIgHs076MIYj9xbT9KbrSHpU/j83vC7XwvnTHXXjfMaU6o="}],"size":5719208},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.16-20250520183425_1747766582921_0.8108040367874259"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-20T18:43:03.299Z","publish_time":1747766583299,"_source_registry_name":"default","contributors":[]},"4.7.15-canary.35ad52663":{"name":"@firebase/firestore","version":"4.7.15-canary.35ad52663","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.35ad52663","@firebase/logger":"0.4.4-canary.35ad52663","@firebase/util":"1.12.0-canary.35ad52663","@firebase/webchannel-wrapper":"1.0.3-canary.35ad52663","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.0-canary.35ad52663"},"devDependencies":{"@firebase/app":"0.13.0-canary.35ad52663","@firebase/app-compat":"0.4.0-canary.35ad52663","@firebase/auth":"1.10.5-canary.35ad52663","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.15-canary.35ad52663","readmeFilename":"README.md","gitHead":"35ad5266304e14425988fcf5ad06d028b37588ac","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-WT+LnKZS0U7NYvevBLJ9aZ76uYLsqkPB1Ap9sTHQEXadBG4hMQHDMSBasOxRhllPolQg+0V7yWNI4tNKkn9wJg==","shasum":"09cc77777005a51892dc9271a3c1d8704ae5b70e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.15-canary.35ad52663.tgz","fileCount":857,"unpackedSize":27587873,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEDcuIiQ5xF1lLYjj2E2/upGVjoZ3JgDh67nDkacVt63AiEAlnRKvFv9oGsn0XrZU+VqNnBsbB9T7pFzjbms8EE6yyk="}],"size":5719199},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.15-canary.35ad52663_1747766705794_0.5012645311657207"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-20T18:45:06.129Z","publish_time":1747766706129,"_source_registry_name":"default","contributors":[]},"4.7.15-firebase-studio-sdk-integration.33b86206f":{"name":"@firebase/firestore","version":"4.7.15-firebase-studio-sdk-integration.33b86206f","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-firebase-studio-sdk-integration.33b86206f","@firebase/logger":"0.4.4-firebase-studio-sdk-integration.33b86206f","@firebase/util":"1.12.0-firebase-studio-sdk-integration.33b86206f","@firebase/webchannel-wrapper":"1.0.3-firebase-studio-sdk-integration.33b86206f","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.0-firebase-studio-sdk-integration.33b86206f"},"devDependencies":{"@firebase/app":"0.13.0-firebase-studio-sdk-integration.33b86206f","@firebase/app-compat":"0.4.0-firebase-studio-sdk-integration.33b86206f","@firebase/auth":"1.10.5-firebase-studio-sdk-integration.33b86206f","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.15-firebase-studio-sdk-integration.33b86206f","readmeFilename":"README.md","gitHead":"33b86206ff70ab270cf7ca86abb5688b4e5bd686","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-5nDkwnfudR5cH7FnIlmLN9YXn07xuPv0i6tD6ojQ69UemlGqZ4ub25cQTPUO5RWW4Vvs6c+GRZt3ZUbYlCXAjw==","shasum":"f876cb0d40a7b4992f143cf67f0b82fcfb020cc3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.15-firebase-studio-sdk-integration.33b86206f.tgz","fileCount":857,"unpackedSize":27590607,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQD8ewBVi0VjsUMqT+m7HTtCzab70e35T4TTUxcKetjWyAIhAJ1O8Qr0qKS1A0uE5QxadDyu4YEqqrJW5uZ6IfWGWXha"}],"size":5720051},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.15-firebase-studio-sdk-integration.33b86206f_1747868455878_0.595697135172127"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-21T23:00:56.235Z","publish_time":1747868456235,"_source_registry_name":"default","contributors":[]},"4.7.16-20250521232236":{"name":"@firebase/firestore","version":"4.7.16-20250521232236","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17","@firebase/logger":"0.4.4","@firebase/util":"1.12.0","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.13.0","@firebase/app-compat":"0.4.0","@firebase/auth":"1.10.6-20250521232236","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.16-20250521232236","readmeFilename":"README.md","gitHead":"4ead8314bb6601ae9a40cede9db473467088383c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-0zdDaS9PKcDUUgKjAD8EazsSgtP+DBEP4pdRfbefILVvh7dx3iF3UhY4sxFdJeNddrTL27obuNnhh9AQ8hEq7Q==","shasum":"91874b2ae4da9149f63babe2297a122aeacd6786","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.16-20250521232236.tgz","fileCount":857,"unpackedSize":27589716,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCUtwNlxpbWvdP+GlkTJr4rRfbWP249sXi31Vcmx6BsLgIhAJ1gWJf/2VslphKazgUvLbYfuCxlb7ypD9EmGiXAbxy1"}],"size":5719920},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.16-20250521232236_1747870287982_0.5339011186315188"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-21T23:31:28.311Z","publish_time":1747870288311,"_source_registry_name":"default","contributors":[]},"4.7.15-canary.b5df4ae71":{"name":"@firebase/firestore","version":"4.7.15-canary.b5df4ae71","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.b5df4ae71","@firebase/logger":"0.4.4-canary.b5df4ae71","@firebase/util":"1.12.0-canary.b5df4ae71","@firebase/webchannel-wrapper":"1.0.3-canary.b5df4ae71","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.0-canary.b5df4ae71"},"devDependencies":{"@firebase/app":"0.13.0-canary.b5df4ae71","@firebase/app-compat":"0.4.0-canary.b5df4ae71","@firebase/auth":"1.10.5-canary.b5df4ae71","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.15-canary.b5df4ae71","readmeFilename":"README.md","gitHead":"b5df4ae71c1b5b54d9237e7929d0f793189b82c9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-RM4K94FNgJiNy9d5h5NtGarqY3nyy/s4L82hoHLHS/LStSH5TM09VCwlUnbn6fLXudyTj+i+ibpz2uoabyGhZw==","shasum":"79f341fcb906c0e229548cc9661b906b330f4557","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.15-canary.b5df4ae71.tgz","fileCount":857,"unpackedSize":27589882,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICh1BmzPhUoSpVAH5MSJLJhDSGMR3DdfO6mvMlSDckblAiAP3AxmefbzJI4PvbwK8w9GDcMZMNOT4lMAzflwX5Qr6w=="}],"size":5719879},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.15-canary.b5df4ae71_1747870397184_0.07059440917168525"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-21T23:33:17.544Z","publish_time":1747870397544,"_source_registry_name":"default","contributors":[]},"4.7.16":{"name":"@firebase/firestore","version":"4.7.16","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17","@firebase/logger":"0.4.4","@firebase/util":"1.12.0","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.13.0","@firebase/app-compat":"0.4.0","@firebase/auth":"1.10.6","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.16","gitHead":"770e455a63c32d4340c3204ca013ed08440e73ec","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-5OpvlwYVUTLEnqewOlXmtIpH8t2ISlZHDW0NDbKROM2D0ATMqFkMHdvl+/wz9zOAcb8GMQYlhCihOnVAliUbpQ==","shasum":"9807d3355965406da106a098ce15d9950585ac51","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.16.tgz","fileCount":857,"unpackedSize":27589382,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDD+q8BmTaOlyl2hrDtPqYcjzCK7mj+rXl2ji6U4j+dFgIgU3iqY/SCndTxUSK/aXAMaxGKWqPogFplO0r171hSoHY="}],"size":5719685},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.16_1747872892472_0.984596572686691"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-22T00:14:52.861Z","publish_time":1747872892861,"_source_registry_name":"default","contributors":[]},"4.7.16-canary.770e455a6":{"name":"@firebase/firestore","version":"4.7.16-canary.770e455a6","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.770e455a6","@firebase/logger":"0.4.4-canary.770e455a6","@firebase/util":"1.12.0-canary.770e455a6","@firebase/webchannel-wrapper":"1.0.3-canary.770e455a6","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.0-canary.770e455a6"},"devDependencies":{"@firebase/app":"0.13.0-canary.770e455a6","@firebase/app-compat":"0.4.0-canary.770e455a6","@firebase/auth":"1.10.6-canary.770e455a6","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.16-canary.770e455a6","readmeFilename":"README.md","gitHead":"770e455a63c32d4340c3204ca013ed08440e73ec","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-BgGs89RKzVqQ7LRBHNhmP9VKy0mw9tBcvJqxSJH+96tWQVaPeEMLDxfMTQOjWeaMgley/ePhYqMKgTJEjidN/g==","shasum":"383826437d6e68738dd5ae1f9ef4273ebc4b41a3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.16-canary.770e455a6.tgz","fileCount":857,"unpackedSize":27589882,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIEGI//3xij42ci7OMLqOn4/1ey2Zn8K5kIudYZr02EWtAiAQ7anBb77rrcf1q9/Yo2U6m9DXZiv/9cwVFVhVAkKL5g=="}],"size":5719897},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.16-canary.770e455a6_1747874575833_0.58339586449378"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-22T00:42:56.186Z","publish_time":1747874576186,"_source_registry_name":"default","contributors":[]},"4.7.16-canary.9964849e9":{"name":"@firebase/firestore","version":"4.7.16-canary.9964849e9","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.9964849e9","@firebase/logger":"0.4.4-canary.9964849e9","@firebase/util":"1.12.0-canary.9964849e9","@firebase/webchannel-wrapper":"1.0.3-canary.9964849e9","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.0-canary.9964849e9"},"devDependencies":{"@firebase/app":"0.13.0-canary.9964849e9","@firebase/app-compat":"0.4.0-canary.9964849e9","@firebase/auth":"1.10.6-canary.9964849e9","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.16-canary.9964849e9","readmeFilename":"README.md","gitHead":"9964849e9540f08d02fa3825ecec32c1bfedc62d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-+D7XzMzzjSgKpVxD6lH0cASRhH1aVNGCXtKkexK6DLyH75ADnlLnxz/HJCMtL7AIhgfkkt+/wv75L5Y/gCxtYw==","shasum":"a22437234f70bbebd6c1e2adb1d89f4608f3f6a4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.16-canary.9964849e9.tgz","fileCount":857,"unpackedSize":27598317,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAtw0PibpV6eHhed7IXSti97IBVqSI70y9Dhj4p8OQOaAiEAuloi9OHTlB/Qe00Ah2gEbdy58VBMTCCnj5frhXY6pkQ="}],"size":5721858},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.16-canary.9964849e9_1747932789996_0.013037209917962311"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-22T16:53:10.310Z","publish_time":1747932790310,"_source_registry_name":"default","contributors":[]},"4.7.16-canary.d5e5795c9":{"name":"@firebase/firestore","version":"4.7.16-canary.d5e5795c9","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.d5e5795c9","@firebase/logger":"0.4.4-canary.d5e5795c9","@firebase/util":"1.12.0-canary.d5e5795c9","@firebase/webchannel-wrapper":"1.0.3-canary.d5e5795c9","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.0-canary.d5e5795c9"},"devDependencies":{"@firebase/app":"0.13.0-canary.d5e5795c9","@firebase/app-compat":"0.4.0-canary.d5e5795c9","@firebase/auth":"1.10.6-canary.d5e5795c9","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.16-canary.d5e5795c9","readmeFilename":"README.md","gitHead":"d5e5795c944930eb8df424c3e9bc33e17ab00b84","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-lfWfB5ajx39fr9lb2iFkuA+Cu7BAaXFKLnuQ+sMY2BLg5RUOHMu0xed07zYouJpu2n/uNBwpif1QHs3EH9phmg==","shasum":"8e7875d0c5f0c580fbeaee974d92d6ca0755fd0f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.16-canary.d5e5795c9.tgz","fileCount":857,"unpackedSize":27598317,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGRGdLmjAEKGn0CTzBzjUSrLFMpf3yjfGFRlY+xqs0rzAiBcaU5HoCG3SR/41vYJ72e46lT7XdMwM3QX5lyhPlgJJQ=="}],"size":5721849},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.16-canary.d5e5795c9_1747938615733_0.6976855917192322"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-22T18:30:16.084Z","publish_time":1747938616084,"_source_registry_name":"default","contributors":[]},"4.7.16-firebase-studio-sdk-integration.d15eeea26":{"name":"@firebase/firestore","version":"4.7.16-firebase-studio-sdk-integration.d15eeea26","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-firebase-studio-sdk-integration.d15eeea26","@firebase/logger":"0.4.4-firebase-studio-sdk-integration.d15eeea26","@firebase/util":"1.12.0-firebase-studio-sdk-integration.d15eeea26","@firebase/webchannel-wrapper":"1.0.3-firebase-studio-sdk-integration.d15eeea26","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.0-firebase-studio-sdk-integration.d15eeea26"},"devDependencies":{"@firebase/app":"0.13.0-firebase-studio-sdk-integration.d15eeea26","@firebase/app-compat":"0.4.0-firebase-studio-sdk-integration.d15eeea26","@firebase/auth":"1.10.6-firebase-studio-sdk-integration.d15eeea26","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.16-firebase-studio-sdk-integration.d15eeea26","readmeFilename":"README.md","gitHead":"d15eeea269fc6e29ff5848000264bf92734e7d19","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-mLgvjSPYTzy3J9RWrFJxKgWQGU7V/+ZFC/VYGbxQknw6wNNltf7qFQAXDAhr72hjyHhYKlSUcJJmMk4IaUanbA==","shasum":"5ba590fe42e4b77b0f36d5a6c3121de205256f4b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.16-firebase-studio-sdk-integration.d15eeea26.tgz","fileCount":857,"unpackedSize":27599042,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDaa9MBeKqWqKzC+BDTSs0xsctz59thB4w0alOfzSmeRQIhAN2PZf/dlZo59yL8Wb6nM6nGHja1pr5K+qPkyXHvS/zE"}],"size":5721968},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.16-firebase-studio-sdk-integration.d15eeea26_1748025899355_0.30054117551435966"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-23T18:44:59.649Z","publish_time":1748025899649,"_source_registry_name":"default","contributors":[]},"4.7.16-canary.ec91a8611":{"name":"@firebase/firestore","version":"4.7.16-canary.ec91a8611","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.16-canary.ec91a8611","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"51c275e2f491012f84ddeaf133231b67a0b9b58e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.16-canary.ec91a8611.tgz","fileCount":857,"integrity":"sha512-gbHadJJLEhDR1hzF+eovXs7mxEIRtwhRqdO9YYqljQfPiEWUjYHeDUKQd1Kp5ozHAYy6nAy5lF5+PWFg/mqpBA==","signatures":[{"sig":"MEYCIQCA8kvnTLHG2vBiAiuShn/ub/J8/CGMl+82wOsH68e83gIhAKnF79eqA6TCMKdJufp2BCuCF1v9HfdDDtJID1D4ZS42","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27598317,"size":5721845},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"ec91a8611b069204a9043d55b66e71c7798862ce","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint assertion-id:check test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.12.0-canary.ec91a8611","@firebase/logger":"0.4.4-canary.ec91a8611","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.17-canary.ec91a8611","@firebase/webchannel-wrapper":"1.0.3-canary.ec91a8611"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.13.0-canary.ec91a8611","@types/eslint":"7.29.0","@firebase/auth":"1.10.6-canary.ec91a8611","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.4.0-canary.ec91a8611","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.13.0-canary.ec91a8611"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.16-canary.ec91a8611_1748357221003_0.7815059361593077","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-05-27T14:47:01.324Z","publish_time":1748357221324,"_source_registry_name":"default","contributors":[]},"4.7.16-canary.8cb21ffc5":{"name":"@firebase/firestore","version":"4.7.16-canary.8cb21ffc5","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.16-canary.8cb21ffc5","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"d60d0c9548950ccb0a8b08d6ff403603a20d3199","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.16-canary.8cb21ffc5.tgz","fileCount":857,"integrity":"sha512-XSsboB8lG7UyZKTP8Pgt3BEXX4gwrSWCIz8GjmNmvqHc+Fo2hLQfn9wxmWAXKxXYY87V4QORudNw2ED73u7l+g==","signatures":[{"sig":"MEUCIHUoSpWlgmXLRhsan8RK/C8mJcEaUl3vdqRAz1RqQURzAiEA/yD4DXWxHZrDYQKMqRoQT7r6y0daM0djdBItiDc5RxQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27598317,"size":5721853},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"8cb21ffc588d8dd963ad8c78a957eb6929593a3e","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint assertion-id:check test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.12.0-canary.8cb21ffc5","@firebase/logger":"0.4.4-canary.8cb21ffc5","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.17-canary.8cb21ffc5","@firebase/webchannel-wrapper":"1.0.3-canary.8cb21ffc5"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.13.0-canary.8cb21ffc5","@types/eslint":"7.29.0","@firebase/auth":"1.10.6-canary.8cb21ffc5","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.4.0-canary.8cb21ffc5","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.13.0-canary.8cb21ffc5"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.16-canary.8cb21ffc5_1748357242260_0.21014184488687437","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-05-27T14:47:22.563Z","publish_time":1748357242563,"_source_registry_name":"default","contributors":[]},"4.7.16-canary.40be2dbb8":{"name":"@firebase/firestore","version":"4.7.16-canary.40be2dbb8","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.40be2dbb8","@firebase/logger":"0.4.4-canary.40be2dbb8","@firebase/util":"1.12.0-canary.40be2dbb8","@firebase/webchannel-wrapper":"1.0.3-canary.40be2dbb8","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.0-canary.40be2dbb8"},"devDependencies":{"@firebase/app":"0.13.0-canary.40be2dbb8","@firebase/app-compat":"0.4.0-canary.40be2dbb8","@firebase/auth":"1.10.6-canary.40be2dbb8","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.16-canary.40be2dbb8","readmeFilename":"README.md","gitHead":"40be2dbb884b8e1485862af8bb015e23db69ccbf","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-eyYRo5m0GonKIBxUPnHVyEUZ95DofTRfMlwFqsHoztw2ssXXg6yMNnPXRiIvyu4+i764XYu3mzWZ8Ppc2vEHAA==","shasum":"736056ae927426741c409e36e2a1f9ecc7c1f476","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.16-canary.40be2dbb8.tgz","fileCount":857,"unpackedSize":27598317,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCH0spe/+3bNDRZK6ziIhFC133bgjTS36qigNNYNrkvTAIgX9g+NbDPA2VETPTZeMWwOetbz/X3edFlyg+KGr3ODms="}],"size":5721841},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.16-canary.40be2dbb8_1748357308969_0.3926218513348467"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-27T14:48:29.238Z","publish_time":1748357309238,"_source_registry_name":"default","contributors":[]},"4.7.16-canary.1933324e0":{"name":"@firebase/firestore","version":"4.7.16-canary.1933324e0","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.1933324e0","@firebase/logger":"0.4.4-canary.1933324e0","@firebase/util":"1.12.0-canary.1933324e0","@firebase/webchannel-wrapper":"1.0.3-canary.1933324e0","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.0-canary.1933324e0"},"devDependencies":{"@firebase/app":"0.13.0-canary.1933324e0","@firebase/app-compat":"0.4.0-canary.1933324e0","@firebase/auth":"1.10.6-canary.1933324e0","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.16-canary.1933324e0","readmeFilename":"README.md","gitHead":"1933324e0f3e4c8ed4d4d784f0c701fd0ec6ebc3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-FB8cXP4d6T4bTDONiY1dYaMg2kiS7W6gW6AQ5BX5x/mJCMHV1hG3t/1Wm/1KCzZJFASSmn/upoKOMC+lnOiKLg==","shasum":"1758e82456d6ef8fb5ee65cf7ebfaf6ed272261c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.16-canary.1933324e0.tgz","fileCount":857,"unpackedSize":27598317,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIChKhtm+jry5eMNXbjm8hgicjgGI+dsc9jpMUysSHmBtAiAfZq938Yiu9szvgo9db76KHtqVOvIC69ZbYAq+eXMV6Q=="}],"size":5721859},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.16-canary.1933324e0_1748439717297_0.6062914026341066"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-28T13:41:57.567Z","publish_time":1748439717567,"_source_registry_name":"default","contributors":[]},"4.7.12-eap-ai-hybridinference.58d92df33":{"name":"@firebase/firestore","version":"4.7.12-eap-ai-hybridinference.58d92df33","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.14-eap-ai-hybridinference.58d92df33","@firebase/logger":"0.4.4-eap-ai-hybridinference.58d92df33","@firebase/util":"1.11.1-eap-ai-hybridinference.58d92df33","@firebase/webchannel-wrapper":"1.0.3-eap-ai-hybridinference.58d92df33","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.12.1-eap-ai-hybridinference.58d92df33"},"devDependencies":{"@firebase/app":"0.12.1-eap-ai-hybridinference.58d92df33","@firebase/app-compat":"0.3.1-eap-ai-hybridinference.58d92df33","@firebase/auth":"1.10.2-eap-ai-hybridinference.58d92df33","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.12-eap-ai-hybridinference.58d92df33","readmeFilename":"README.md","gitHead":"58d92df3314c77f132002652cbe00b676eb3a00f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-xQFB2iI9cCPKIdVQ3wiH2A9iTNyscgmabYnyCjO1h5k8cTzbEEnaJSQ5RKrMZObTGy4TpCpOK9H/zR4MwneTtw==","shasum":"ed94733737344715a5145dc1bbe3ec4b03288307","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.12-eap-ai-hybridinference.58d92df33.tgz","fileCount":857,"unpackedSize":27592513,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCS2aKByAkGSUR/pIp5RbHbNilhKP6CQ0CosKwxW+NKegIhAPUzgEBFUlRttSG9rArJqSiMBc2cq3Bdsw8csBT2OfNu"}],"size":5720401},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.12-eap-ai-hybridinference.58d92df33_1748470718203_0.5832124835795398"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-28T22:18:38.712Z","publish_time":1748470718712,"_source_registry_name":"default","contributors":[]},"4.7.16-canary.af9f8b552":{"name":"@firebase/firestore","version":"4.7.16-canary.af9f8b552","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.af9f8b552","@firebase/logger":"0.4.4-canary.af9f8b552","@firebase/util":"1.12.0-canary.af9f8b552","@firebase/webchannel-wrapper":"1.0.3-canary.af9f8b552","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.0-canary.af9f8b552"},"devDependencies":{"@firebase/app":"0.13.0-canary.af9f8b552","@firebase/app-compat":"0.4.0-canary.af9f8b552","@firebase/auth":"1.10.6-canary.af9f8b552","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.16-canary.af9f8b552","readmeFilename":"README.md","gitHead":"af9f8b552d313cff3537dcfbbc3e33bbdca78311","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-MTFUo/CUTjkMoC/eafVgz3TIcGzJUInzIKXE6vU2Aanb5xReuTWJf8jeTJ4r4yAViW4bdk8v8BbBlq54BWQQaw==","shasum":"1ab2b4d62c97b5e05abbb185ec061dc927aa873a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.16-canary.af9f8b552.tgz","fileCount":857,"unpackedSize":27598317,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDnxmGIIaLRJlXvfTHGDNGnV+BeQ7p1Jg/Kt/FuKfg9MAIgQvWAv0PTjYEvO6dQ2jk+9s0dnjrOlf79f2FPoGAjsKM="}],"size":5721853},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.16-canary.af9f8b552_1748635954722_0.7027296596365848"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-30T20:12:35.056Z","publish_time":1748635955056,"_source_registry_name":"default","contributors":[]},"4.7.16-canary.30de503ec":{"name":"@firebase/firestore","version":"4.7.16-canary.30de503ec","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.30de503ec","@firebase/logger":"0.4.4-canary.30de503ec","@firebase/util":"1.12.0-canary.30de503ec","@firebase/webchannel-wrapper":"1.0.3-canary.30de503ec","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.0-canary.30de503ec"},"devDependencies":{"@firebase/app":"0.13.0-canary.30de503ec","@firebase/app-compat":"0.4.0-canary.30de503ec","@firebase/auth":"1.10.6-canary.30de503ec","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.16-canary.30de503ec","readmeFilename":"README.md","gitHead":"30de503ec90f1ccbece0485b42d689b8e41cfe73","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-rQ+r5IGx8ypAcwm6BQpLFgFMm59r03raY4CEc2kL7iSjXgGTvLgqnTLoj07PXJdLhj9a2yFFyRpukTpPiMTrNg==","shasum":"06748841526d2461867d57bf3d60e9bb78d8979e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.16-canary.30de503ec.tgz","fileCount":857,"unpackedSize":27598317,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDi2/YVBheeXktqnUrDrtYNwLDU4JQSOM1wfvGE4a+k6QIhAPNY3OG73U2ndcH4qydcluPZT34VgirRo1UhWWonNdaS"}],"size":5721840},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.16-canary.30de503ec_1748638515635_0.2597120258217358"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-30T20:55:16.078Z","publish_time":1748638516078,"_source_registry_name":"default","contributors":[]},"4.7.17-20250603144652":{"name":"@firebase/firestore","version":"4.7.17-20250603144652","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17","@firebase/logger":"0.4.4","@firebase/util":"1.12.0","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.13.0","@firebase/app-compat":"0.4.0","@firebase/auth":"1.10.6","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-20250603144652","readmeFilename":"README.md","gitHead":"9be10d9bdf4fc682e6347e938270c12156e43291","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-p0M5BbyjlPz8fhpt3FQ2QXC5ETpOPgJ5bCZB7v06o8lD4/3KGpu6etM32yT6YUwEwN1iZ6gh90pKdD+G8SoMcw==","shasum":"d05a9972d6be980629df2577c963abf17cd7f253","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-20250603144652.tgz","fileCount":857,"unpackedSize":27598136,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCoSeTUf/zslkAr1I8hnFueRNN9AGmPaMBCGJ2lqjMBrAIgc9PI6jukd0iza0s/CL9ydpWaXI+GZrOdAbXfKkKrPxY="}],"size":5721864},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-20250603144652_1748962498240_0.18062685321224325"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-03T14:54:58.570Z","publish_time":1748962498570,"_source_registry_name":"default","contributors":[]},"4.7.16-firebase-studio-sdk-integration.0d857eae1":{"name":"@firebase/firestore","version":"4.7.16-firebase-studio-sdk-integration.0d857eae1","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-firebase-studio-sdk-integration.0d857eae1","@firebase/logger":"0.4.4-firebase-studio-sdk-integration.0d857eae1","@firebase/util":"1.12.0-firebase-studio-sdk-integration.0d857eae1","@firebase/webchannel-wrapper":"1.0.3-firebase-studio-sdk-integration.0d857eae1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.0-firebase-studio-sdk-integration.0d857eae1"},"devDependencies":{"@firebase/app":"0.13.0-firebase-studio-sdk-integration.0d857eae1","@firebase/app-compat":"0.4.0-firebase-studio-sdk-integration.0d857eae1","@firebase/auth":"1.10.6-firebase-studio-sdk-integration.0d857eae1","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.16-firebase-studio-sdk-integration.0d857eae1","readmeFilename":"README.md","gitHead":"0d857eae1a5d1e39d82fb87c08fef3399f9bbaa1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-JrEcAkCW5JX+YarqjP/gtq/vzMd/bzvr/P+SJG+tonW2RfG0N8d/Hklt2brS/nFMAuCeuf49zPQ2bW2gxl04yw==","shasum":"809832f30bf6bf280fda9bb011d50483ef1115be","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.16-firebase-studio-sdk-integration.0d857eae1.tgz","fileCount":857,"unpackedSize":27599042,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIH4lvJ9alsyRy3I0x13ESqYD5wy/JHQ/XdNPiOgHiUg1AiEAxZ+UfpCRAjWP8l0RfcxotuP9wemr+6to18thHldO9S8="}],"size":5721972},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.16-firebase-studio-sdk-integration.0d857eae1_1749063412488_0.10339147743595478"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-04T18:56:52.830Z","publish_time":1749063412830,"_source_registry_name":"default","contributors":[]},"4.7.17":{"name":"@firebase/firestore","version":"4.7.17","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17","@firebase/logger":"0.4.4","@firebase/util":"1.12.0","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.13.1","@firebase/app-compat":"0.4.1","@firebase/auth":"1.10.6","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17","gitHead":"89051ca4df350f1881bce8081c5118c8aa31f2a8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-YhXWA7HlSnekExhZ5u4i0e+kpPxsh/qMrzeNDgsAva71JXK8OOuOx+yLyYBFhmu3Hr5JJDO2fsZA/wrWoQYHDg==","shasum":"c1e1cc998e642857c5026909430959b0b539ef6b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17.tgz","fileCount":857,"unpackedSize":27597817,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGDcVagAwt0ffnk0+9BkeSW5lrOU46tHmTHhBkpVG1YdAiEAxTvk7MPFcS5exgnbM7TBhozSHE1eydSHNpAFlxvVo+k="}],"size":5721673},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17_1749134418540_0.8805787908883695"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-05T14:40:18.949Z","publish_time":1749134418949,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.89051ca4d":{"name":"@firebase/firestore","version":"4.7.17-canary.89051ca4d","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.89051ca4d","@firebase/logger":"0.4.4-canary.89051ca4d","@firebase/util":"1.12.0-canary.89051ca4d","@firebase/webchannel-wrapper":"1.0.3-canary.89051ca4d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.89051ca4d"},"devDependencies":{"@firebase/app":"0.13.1-canary.89051ca4d","@firebase/app-compat":"0.4.1-canary.89051ca4d","@firebase/auth":"1.10.6-canary.89051ca4d","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.89051ca4d","readmeFilename":"README.md","gitHead":"89051ca4df350f1881bce8081c5118c8aa31f2a8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Qc41mvS6DQXTUXffwDL+3nzaV0xo+mjL+9rDF5ZmL75BbzboEnGegwXc0zC14q98e9DA5Z3zZBfMtFVpDjdRhg==","shasum":"0d8d10653f84974e1944b966bc364100fdfb3fcc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.89051ca4d.tgz","fileCount":857,"unpackedSize":27598317,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIH1Ewyvyd4vnvgfd7x39h8+OPvVgfhUYoqaEOat0OwtAAiBEBJDGes8jp48joBF6KymnCQ8br5RPhbq1Moxjk0mpMQ=="}],"size":5721846},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.89051ca4d_1749137066599_0.8871218780951364"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-05T15:24:26.987Z","publish_time":1749137066987,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.d590889d6":{"name":"@firebase/firestore","version":"4.7.17-canary.d590889d6","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.d590889d6","@firebase/logger":"0.4.4-canary.d590889d6","@firebase/util":"1.12.0-canary.d590889d6","@firebase/webchannel-wrapper":"1.0.3-canary.d590889d6","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.d590889d6"},"devDependencies":{"@firebase/app":"0.13.1-canary.d590889d6","@firebase/app-compat":"0.4.1-canary.d590889d6","@firebase/auth":"1.10.6-canary.d590889d6","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.d590889d6","readmeFilename":"README.md","gitHead":"d590889d6d9eecfa643d98beaa8c89e170f2e016","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-nJBC73z1/0PoLLPwvngr6GLFlC5aX8tkZ5WnucrAIa+jrWSb7xaaIBJ8v8eekjBjudtSdh8S0OLIBiuAXkH6Aw==","shasum":"0340fea05f280df7d0920adb32e925ece8fbbd98","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.d590889d6.tgz","fileCount":857,"unpackedSize":27598317,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD8q/tOgZCYMuKhktItYncSjVz4FXHqmzvumK/X9Eg2KAIgZKRoM1HW9SDprZZDzM07KzuTgxoVv4f+lPwXy5IznPY="}],"size":5721854},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.d590889d6_1749142992311_0.3517432468985566"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-05T17:03:12.617Z","publish_time":1749142992617,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.6cc9a0732":{"name":"@firebase/firestore","version":"4.7.17-canary.6cc9a0732","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.6cc9a0732","@firebase/logger":"0.4.4-canary.6cc9a0732","@firebase/util":"1.12.0-canary.6cc9a0732","@firebase/webchannel-wrapper":"1.0.3-canary.6cc9a0732","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.6cc9a0732"},"devDependencies":{"@firebase/app":"0.13.1-canary.6cc9a0732","@firebase/app-compat":"0.4.1-canary.6cc9a0732","@firebase/auth":"1.10.6-canary.6cc9a0732","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.6cc9a0732","readmeFilename":"README.md","gitHead":"6cc9a0732a4139fc82e6d07c341d087f65ce9f02","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-vzrHql8nC7boptRBPxBDjPyt2Tz4Qoedo4Zvx4YFkNSW97o37xTg6t6n57VOtIBVrUMfBFZZ9GXElbKotKGPlw==","shasum":"65b3e8d24d2fae413814d8195ff42d9c72997460","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.6cc9a0732.tgz","fileCount":857,"unpackedSize":27598317,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGKsw+UUpkHSnuzmoegW0mBjJ9dm6h1E9f07q7Z2MrDgAiEAiqYO8zhC0lYVaD/mZsO/UWze1OnEvnPtcWIrVSL/IqE="}],"size":5721852},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.6cc9a0732_1749160268803_0.03417057116084332"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-05T21:51:09.123Z","publish_time":1749160269123,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.c0617a341":{"name":"@firebase/firestore","version":"4.7.17-canary.c0617a341","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.c0617a341","@firebase/logger":"0.4.4-canary.c0617a341","@firebase/util":"1.12.0-canary.c0617a341","@firebase/webchannel-wrapper":"1.0.3-canary.c0617a341","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.c0617a341"},"devDependencies":{"@firebase/app":"0.13.1-canary.c0617a341","@firebase/app-compat":"0.4.1-canary.c0617a341","@firebase/auth":"1.10.6-canary.c0617a341","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.c0617a341","readmeFilename":"README.md","gitHead":"c0617a341a693c2578a21b35a4f7b27b726defef","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-AQgMbyATlm3ZcEbMnbMZ2qhJEHLf9JgpRB+2uq0ZQXaEEaR4EFUpi8SHLGSFvENfBy+FD9nkNeyTUtd0MNm1ow==","shasum":"17e786123c4426be0e5e5938f3a29be126be1794","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.c0617a341.tgz","fileCount":857,"unpackedSize":27598317,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIH/8Lkfsg9SsPU5GEe1xs1pS53RiYqpFAoRTHGslj1ORAiB7LXZE33H8J6dr+569ol4jxF4UQHvu2t20C1AEoCmq3g=="}],"size":5721849},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.c0617a341_1749160813816_0.44847556143060907"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-05T22:00:14.174Z","publish_time":1749160814174,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.0f891d861":{"name":"@firebase/firestore","version":"4.7.17-canary.0f891d861","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.0f891d861","@firebase/logger":"0.4.4-canary.0f891d861","@firebase/util":"1.12.0-canary.0f891d861","@firebase/webchannel-wrapper":"1.0.3-canary.0f891d861","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.0f891d861"},"devDependencies":{"@firebase/app":"0.13.1-canary.0f891d861","@firebase/app-compat":"0.4.1-canary.0f891d861","@firebase/auth":"1.10.6-canary.0f891d861","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.0f891d861","readmeFilename":"README.md","gitHead":"0f891d861bdf4e7bac8cd777f5fb32d0b7b9bf8e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-TIcTFpRqhNoP09a9umbNzxli6+tYWvzmeTmGD/lsGACub6A3ykD03WHGZ8sstwmvaru3LyMyrGe+PoSHo5yZCQ==","shasum":"4342e55eb1bf9f2d0bafd670264f8ef45803c400","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.0f891d861.tgz","fileCount":857,"unpackedSize":27598317,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICnUKSFkb4RDdRcPkPsLESLZmPHynfmrmSdVhlJWjh7cAiEAp4HfkUvHL4GqGP8H/p55uYcXyRoep+uLQqvlyzrW5z0="}],"size":5721851},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.0f891d861_1749231000947_0.6399589067335201"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-06T17:30:01.265Z","publish_time":1749231001265,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.230692087":{"name":"@firebase/firestore","version":"4.7.17-canary.230692087","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.230692087","@firebase/logger":"0.4.4-canary.230692087","@firebase/util":"1.12.0-canary.230692087","@firebase/webchannel-wrapper":"1.0.3-canary.230692087","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.230692087"},"devDependencies":{"@firebase/app":"0.13.1-canary.230692087","@firebase/app-compat":"0.4.1-canary.230692087","@firebase/auth":"1.10.6-canary.230692087","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.230692087","readmeFilename":"README.md","gitHead":"23069208726dc1924011eb84c8bf34d6f914a3a9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-7vfb9Fy/gu9kxloQTczqMCXzI6CK5mT/x613sfkxnvIKy5aqDxYN4RVz3AkfPz8x7Cu+Nd6U4vtPKTrq5SxahQ==","shasum":"cb7e919cf8e865d6ce955fa42309d7281750b4c1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.230692087.tgz","fileCount":857,"unpackedSize":27598317,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDtg8JIIVWwhHnap0uBRurcnpPTP1295KYv/lSfv6gOvAiEA5lmeUv2gWzfRpCoj7/4NoiuOV9CEwVh0S/kYvs5GrgE="}],"size":5721857},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.230692087_1749511365465_0.3022869222618265"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-09T23:22:45.851Z","publish_time":1749511365851,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.a0583094a":{"name":"@firebase/firestore","version":"4.7.17-canary.a0583094a","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.a0583094a","@firebase/logger":"0.4.4-canary.a0583094a","@firebase/util":"1.12.0-canary.a0583094a","@firebase/webchannel-wrapper":"1.0.3-canary.a0583094a","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.a0583094a"},"devDependencies":{"@firebase/app":"0.13.1-canary.a0583094a","@firebase/app-compat":"0.4.1-canary.a0583094a","@firebase/auth":"1.10.7-canary.a0583094a","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.a0583094a","readmeFilename":"README.md","gitHead":"a0583094aac1bfd20ce695692623770d02068543","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Gw2T2PSeordhXDysrjT7a2UJbVAy9SSQMn5unBt2rRv/3/0NDvdxGdLmFLFwnbsJ5YkvDllG3cE2VDinUsNcdw==","shasum":"5d919c1e9a6703db4a112b1f6195ef269515551a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.a0583094a.tgz","fileCount":857,"unpackedSize":27598317,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBa+M6JthQJloIQF30viaJ1QC0USVIZ46oxgxVM57CFPAiBCQBB4YWA4BsjdjNnFHZwaPQL2n/rBe5FeTXYLhDf6bw=="}],"size":5721849},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.a0583094a_1749583761928_0.2772089484145368"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-10T19:29:22.666Z","publish_time":1749583762666,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.7fb64dd82":{"name":"@firebase/firestore","version":"4.7.17-canary.7fb64dd82","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.17-canary.7fb64dd82","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"63bb7ca5bf3debec85270a349b18a321a9771818","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.7fb64dd82.tgz","fileCount":857,"integrity":"sha512-FkNAo/7cbvczHmIpaxlSZCfNdHIf6k/ENW89q0TIXxOW+T5SDCF+a+ICMl047sYq4+PTSMHtDq0TGYdTYjwPHQ==","signatures":[{"sig":"MEUCIQDwYJx9UF+tN+AE0G9VgiRJxiNXgMra4v6gsCukDopNSwIgVJ/azXgGQvQZGLOkVY8nQxmE5tS+Jx3ZOZQUDFQHLpc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27598317,"size":5721853},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"7fb64dd82118289950d62a64b2c4a77f00e15c4b","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint assertion-id:check test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.12.0-canary.7fb64dd82","@firebase/logger":"0.4.4-canary.7fb64dd82","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.17-canary.7fb64dd82","@firebase/webchannel-wrapper":"1.0.3-canary.7fb64dd82"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.13.1-canary.7fb64dd82","@types/eslint":"7.29.0","@firebase/auth":"1.10.7-canary.7fb64dd82","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.4.1-canary.7fb64dd82","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.7fb64dd82"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.17-canary.7fb64dd82_1749824414365_0.04718711051655666","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-06-13T14:20:14.778Z","publish_time":1749824414778,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.13e6cce88":{"name":"@firebase/firestore","version":"4.7.17-canary.13e6cce88","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.13e6cce88","@firebase/logger":"0.4.4-canary.13e6cce88","@firebase/util":"1.12.0-canary.13e6cce88","@firebase/webchannel-wrapper":"1.0.3-canary.13e6cce88","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.13e6cce88"},"devDependencies":{"@firebase/app":"0.13.1-canary.13e6cce88","@firebase/app-compat":"0.4.1-canary.13e6cce88","@firebase/auth":"1.10.7-canary.13e6cce88","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.13e6cce88","readmeFilename":"README.md","gitHead":"13e6cce882d687e06c8d9bfb56895f8a77fc57b5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Nj0PvW5gbWCadqVwepFdCOZSHG0C72pHE6IvlF/1J10jAjcBgx0NSaSsdMBSMtDi1RFl6Ilyrn0wOu4jTaS35Q==","shasum":"4193ac3b0f9b23bbe693e4c7c35f8394e1454382","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.13e6cce88.tgz","fileCount":857,"unpackedSize":27598317,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDBfNJD1MfNO8Rc23adxDpLNn2T1Pfkw+GATG6DYbyRVwIgV8OYgy4IfY38hzN4gHoWyxBTXeqjemZjDjl0AigdTG0="}],"size":5721845},"_npmUser":{"name":"anonymous","actor":{"name":"google-wombot","type":"user","email":"node-team-npm+wombot@google.com"},"email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.13e6cce88_1750197197122_0.5530524221438504"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-17T21:53:17.392Z","publish_time":1750197197392,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.b97eab36a":{"name":"@firebase/firestore","version":"4.7.17-canary.b97eab36a","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.b97eab36a","@firebase/logger":"0.4.4-canary.b97eab36a","@firebase/util":"1.12.0-canary.b97eab36a","@firebase/webchannel-wrapper":"1.0.3-canary.b97eab36a","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.b97eab36a"},"devDependencies":{"@firebase/app":"0.13.1-canary.b97eab36a","@firebase/app-compat":"0.4.1-canary.b97eab36a","@firebase/auth":"1.10.7-canary.b97eab36a","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.b97eab36a","readmeFilename":"README.md","gitHead":"b97eab36a3553c906c35f4751a0b17c717178b13","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-kDjhFAvIFKSz4uXDHUO0oMRibtUepx5BMEsC1Jdr6QLlWTv7+FEdOSRIIQ1/rUivL2cqKc128XtkW+fEGu3h9w==","shasum":"5e49a07f9989bd0c6046b785683aeb8d0e5b4e45","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.b97eab36a.tgz","fileCount":857,"unpackedSize":27598317,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEA/yrbjMrCAt/GpG/7jW93aw8k+wK1egHvSXDMqFJvtAiEApKkQx2HJuKA+qhoZF4JbsqspJqL8xR3NyLgZ9OkOQCw="}],"size":5721840},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.b97eab36a_1750277196361_0.37571520478875176"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-18T20:06:36.661Z","publish_time":1750277196661,"_source_registry_name":"default","contributors":[]},"4.7.17-firebase-studio-sdk-integration.11d58925e":{"name":"@firebase/firestore","version":"4.7.17-firebase-studio-sdk-integration.11d58925e","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-firebase-studio-sdk-integration.11d58925e","@firebase/logger":"0.4.4-firebase-studio-sdk-integration.11d58925e","@firebase/util":"1.12.0-firebase-studio-sdk-integration.11d58925e","@firebase/webchannel-wrapper":"1.0.3-firebase-studio-sdk-integration.11d58925e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-firebase-studio-sdk-integration.11d58925e"},"devDependencies":{"@firebase/app":"0.13.1-firebase-studio-sdk-integration.11d58925e","@firebase/app-compat":"0.4.1-firebase-studio-sdk-integration.11d58925e","@firebase/auth":"1.10.7-firebase-studio-sdk-integration.11d58925e","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-firebase-studio-sdk-integration.11d58925e","readmeFilename":"README.md","gitHead":"11d58925e4707f45b4e162f0509046fc9a8a51af","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-RMkL0IBQlMLKA1GYXd7+xQOu2nNZAYPntYGzW3HfYmPBgLVN6pyAdsXXcQ6xt3BTPc78EeUysYOSb0OrpTFXnQ==","shasum":"563afac648cb82b0984a602d2baa136be821a73c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-firebase-studio-sdk-integration.11d58925e.tgz","fileCount":857,"unpackedSize":27599042,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDtKHPjYz2rDs0HOdup0Aa0GPztk3jYJ6V0v0nUUH9GzwIgb60baD4qY8i8BFSkXzMMmTI1yFoRHim5+OT1WoTBJg0="}],"size":5721985},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-firebase-studio-sdk-integration.11d58925e_1750293291371_0.5622401761685278"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-19T00:34:51.815Z","publish_time":1750293291815,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.41e3c4cdf":{"name":"@firebase/firestore","version":"4.7.17-canary.41e3c4cdf","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.41e3c4cdf","@firebase/logger":"0.4.4-canary.41e3c4cdf","@firebase/util":"1.12.0-canary.41e3c4cdf","@firebase/webchannel-wrapper":"1.0.3-canary.41e3c4cdf","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.41e3c4cdf"},"devDependencies":{"@firebase/app":"0.13.1-canary.41e3c4cdf","@firebase/app-compat":"0.4.1-canary.41e3c4cdf","@firebase/auth":"1.10.7-canary.41e3c4cdf","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.41e3c4cdf","readmeFilename":"README.md","gitHead":"41e3c4cdfc459dcbb9c0e1239684aa12c7d1f779","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-7h0EW3JJ37h1kdYGBq93RBPna9Bbm3hubAS06zATOqvEhFeSaBC8h2KCa0CDLikD2qOX6qt86J9L7yrXV9RVnw==","shasum":"23fb390189cb978db20a588151eabb34a145f304","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.41e3c4cdf.tgz","fileCount":857,"unpackedSize":27598317,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCnMwMYsY4QVmcl+HvIawQSpRdifkt5CUSKJVuvqkHXDAIgOQ8gO0bZgzDxHQ/zUFDOT6ofhqZOmu35HgC/cZD2BP8="}],"size":5721842},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.41e3c4cdf_1750449465459_0.34547954622529"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-20T19:57:45.823Z","publish_time":1750449465823,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.f73e08b21":{"name":"@firebase/firestore","version":"4.7.17-canary.f73e08b21","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.f73e08b21","@firebase/logger":"0.4.4-canary.f73e08b21","@firebase/util":"1.12.0-canary.f73e08b21","@firebase/webchannel-wrapper":"1.0.3-canary.f73e08b21","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.f73e08b21"},"devDependencies":{"@firebase/app":"0.13.1-canary.f73e08b21","@firebase/app-compat":"0.4.1-canary.f73e08b21","@firebase/auth":"1.10.7-canary.f73e08b21","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.f73e08b21","readmeFilename":"README.md","gitHead":"f73e08b212314547b39a10cd3e393f9e94776f21","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-uZQxj+3vytuq8fo46Vy6TFMUCX3M9cdx6cwxRijAk0PzWgrgCHHZCQ4rOmGTKQk+IzdW9E82hRPhTusM4YL8+Q==","shasum":"3896c8c340def822cc1bbf7722d1129390d03772","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.f73e08b21.tgz","fileCount":857,"unpackedSize":27619935,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDSrlwhSPgUXvFAeBUawci3d7aYDSlVzqxUS2iJMp9XPAIhAIw9sluKFGd5a16nX/5fN8qjw6mOXYcbWw+MXM8jceEI"}],"size":5727127},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.f73e08b21_1750455361920_0.455211212876647"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-20T21:36:02.211Z","publish_time":1750455362211,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.42ac40117":{"name":"@firebase/firestore","version":"4.7.17-canary.42ac40117","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.42ac40117","@firebase/logger":"0.4.4-canary.42ac40117","@firebase/util":"1.12.0-canary.42ac40117","@firebase/webchannel-wrapper":"1.0.3-canary.42ac40117","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.42ac40117"},"devDependencies":{"@firebase/app":"0.13.1-canary.42ac40117","@firebase/app-compat":"0.4.1-canary.42ac40117","@firebase/auth":"1.10.7-canary.42ac40117","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.42ac40117","readmeFilename":"README.md","gitHead":"42ac4011787db6bb7a08f8c84f364ea86ea51e83","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-J6hO6aAK7gXH3q5xc17HYrb1SgmqmpZEZ6wsAw+FHSZsdynAezdRh7bHAhMD94oGAmOizBQxZwu2qO8LVyxV3w==","shasum":"85b672da2c02d09cffeec3d36bc328e2e8ed1e90","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.42ac40117.tgz","fileCount":857,"unpackedSize":27619935,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDuodYdZMvS43jiKNMfqYWDhUHdibwMSkOVu/0Do9SPrAiEA3Td7h95klW3dzgId4F75BRiJahvJKHvLZtQeSZ1MqDQ="}],"size":5727124},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.42ac40117_1750699183660_0.2617347778275989"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-23T17:19:43.966Z","publish_time":1750699183966,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.bb57947c9":{"name":"@firebase/firestore","version":"4.7.17-canary.bb57947c9","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.bb57947c9","@firebase/logger":"0.4.4-canary.bb57947c9","@firebase/util":"1.12.0-canary.bb57947c9","@firebase/webchannel-wrapper":"1.0.3-canary.bb57947c9","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.bb57947c9"},"devDependencies":{"@firebase/app":"0.13.1-canary.bb57947c9","@firebase/app-compat":"0.4.1-canary.bb57947c9","@firebase/auth":"1.10.7-canary.bb57947c9","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.bb57947c9","readmeFilename":"README.md","gitHead":"bb57947c942e44b39e5b0254324bee6bf665fd4e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-uDKAQGx4jEscYkso8VXGJHXBHRHKGZnHR8MpHD/I3cFoALkw+pOghQPfyIgsUd6Xly7GL6D4AlV7J0GaRj73Eg==","shasum":"bf56aceac5be93524206a21c53d21388196e948d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.bb57947c9.tgz","fileCount":857,"unpackedSize":27619935,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICagd3IagbMF+ax+9DxLvKooRLccaGQJ+HpB8ibKY0x2AiEA5i7SUtvllzk6U6IH49X8nX5C3kQfx/Bo2liIhmnpvpQ="}],"size":5727130},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.bb57947c9_1750702190798_0.13658365892435653"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-23T18:09:51.155Z","publish_time":1750702191155,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.7ae5b12b9":{"name":"@firebase/firestore","version":"4.7.17-canary.7ae5b12b9","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.7ae5b12b9","@firebase/logger":"0.4.4-canary.7ae5b12b9","@firebase/util":"1.12.0-canary.7ae5b12b9","@firebase/webchannel-wrapper":"1.0.3-canary.7ae5b12b9","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.7ae5b12b9"},"devDependencies":{"@firebase/app":"0.13.1-canary.7ae5b12b9","@firebase/app-compat":"0.4.1-canary.7ae5b12b9","@firebase/auth":"1.10.7-canary.7ae5b12b9","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.7ae5b12b9","readmeFilename":"README.md","gitHead":"7ae5b12b901620aa101b5caed94064271fb76fb6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-dBhgOjhmHkFB7ZWGyY94dVwMhYipA3Lhg/RmGInvzPyJOSPCUus3SOM6V/+cOv5YCw4MVTOVzkpuSXOwkgkZoA==","shasum":"454a46d93def05b0a4021ba088ee0f624690e54e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.7ae5b12b9.tgz","fileCount":879,"unpackedSize":28419885,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC5g3s3KWvf7xHjn+cehVk+pBWSZg0l3bHXOxa8fHCVLgIhAMZFsFxm6k1GcGeBXJy8O3IA6uJXletDxgo18pGQ9Fiu"}],"size":5861915},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.7ae5b12b9_1750705790781_0.4148127147463043"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-23T19:09:51.131Z","publish_time":1750705791131,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.86155b3c8":{"name":"@firebase/firestore","version":"4.7.17-canary.86155b3c8","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.86155b3c8","@firebase/logger":"0.4.4-canary.86155b3c8","@firebase/util":"1.12.0-canary.86155b3c8","@firebase/webchannel-wrapper":"1.0.3-canary.86155b3c8","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.86155b3c8"},"devDependencies":{"@firebase/app":"0.13.1-canary.86155b3c8","@firebase/app-compat":"0.4.1-canary.86155b3c8","@firebase/auth":"1.10.7-canary.86155b3c8","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.86155b3c8","readmeFilename":"README.md","gitHead":"86155b3c8f3974f8d777232625108c14f924e035","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-gircLvynUCDxOEtliNKjCohXzIAtM3gh6eFRhGjHCMTdykNd2dl1OZ0wjIgFizWgPp+2xEhyapxqpac292KiKg==","shasum":"8ca1b11ab5b98808eb903641412d71326ee97eec","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.86155b3c8.tgz","fileCount":879,"unpackedSize":28419885,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDY7illIJOxwYy7xVyzdsPaKl1UeDtEVR9kJWUuAfYfawIgZJPbSG6VZ4w4urVNHVWKMhCXqlbK2kzbIMMM3/4jAcs="}],"size":5861923},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.86155b3c8_1750711350809_0.5799038592426335"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-23T20:42:31.123Z","publish_time":1750711351123,"_source_registry_name":"default","contributors":[]},"4.8.0-20250626140224":{"name":"@firebase/firestore","version":"4.8.0-20250626140224","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.18-20250626140224","@firebase/logger":"0.4.4","@firebase/util":"1.12.1-20250626140224","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.2-20250626140224"},"devDependencies":{"@firebase/app":"0.13.2-20250626140224","@firebase/app-compat":"0.4.2-20250626140224","@firebase/auth":"1.10.8-20250626140224","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.8.0-20250626140224","readmeFilename":"README.md","gitHead":"bd06146dc6c66fef9b292e396961944009017a90","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-X3sN0nKfDmTHUhPwWxVUHYw3JPZt7LTjLuYRgw+D9bfAZTI5Q+9UGCWM5K73zMACxyxsjs3sWOIyW0i+qT3F2Q==","shasum":"76b152b0258780cf108d635cc0ad03d6986d2c2c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.8.0-20250626140224.tgz","fileCount":879,"unpackedSize":28419796,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCrPFMdhy8EheVOejnw1kkQM4XuVcfltzY1kWZHoAwRnAIgK5pAQ1cl13L0I5xraAItdZeu36lpj/UXLoQ6kLmLEb4="}],"size":5861878},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.8.0-20250626140224_1750947157623_0.6128739158809569"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-26T14:12:37.930Z","publish_time":1750947157930,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.3d44792f1":{"name":"@firebase/firestore","version":"4.7.17-canary.3d44792f1","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.3d44792f1","@firebase/logger":"0.4.4-canary.3d44792f1","@firebase/util":"1.12.0-canary.3d44792f1","@firebase/webchannel-wrapper":"1.0.3-canary.3d44792f1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.3d44792f1"},"devDependencies":{"@firebase/app":"0.13.1-canary.3d44792f1","@firebase/app-compat":"0.4.1-canary.3d44792f1","@firebase/auth":"1.10.7-canary.3d44792f1","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.3d44792f1","readmeFilename":"README.md","gitHead":"3d44792f14f3df265162d06e2acdf3cad0c2ef86","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-voTwzIxvWJ48WpOAYMY3ZeJ6nT5xfhe3/NYH33egpW6VRmakedmYNmB1El4GIJ7cJenS6IR9a25C80SU6KAsPg==","shasum":"3a062dc657ef8312ead7d2e689185f30c1c7880d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.3d44792f1.tgz","fileCount":879,"unpackedSize":28419885,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCaXgQVd2FvglvLOx4rvQIk+aY8j9KRqQFdE1j5QoCX6wIhANOIgCfKfHCMia1fxnftdWyl2vFLlkc7oJd9cwSrNkK2"}],"size":5861921},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.3d44792f1_1750959105778_0.884562767943853"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-26T17:31:46.092Z","publish_time":1750959106092,"_source_registry_name":"default","contributors":[]},"4.8.0":{"name":"@firebase/firestore","version":"4.8.0","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.18","@firebase/logger":"0.4.4","@firebase/util":"1.12.1","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.13.2","@firebase/app-compat":"0.4.2","@firebase/auth":"1.10.8","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.8.0","gitHead":"3c759f0c0c5e5e164a51d8b9c89655d54047bed0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-QSRk+Q1/CaabKyqn3C32KSFiOdZpSqI9rpLK5BHPcooElumOBooPFa6YkDdiT+/KhJtel36LdAacha9BptMj2A==","shasum":"df4516cb9d99ed6bc7ed67bc0d24ea6656705b75","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.8.0.tgz","fileCount":879,"unpackedSize":28419384,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDM/Z/eETHwAc9GoC5i7fCZe+z2agYuOl7zeE7LZyQXaQIgMO8m0uvQfcUiYqr1DgNRnGiuf8dxXjzIWvooK41uB2I="}],"size":5861697},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.8.0_1751302123219_0.2734088077397061"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-30T16:48:43.510Z","publish_time":1751302123510,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.5d13166dc":{"name":"@firebase/firestore","version":"4.7.17-canary.5d13166dc","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.5d13166dc","@firebase/logger":"0.4.4-canary.5d13166dc","@firebase/util":"1.12.0-canary.5d13166dc","@firebase/webchannel-wrapper":"1.0.3-canary.5d13166dc","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.5d13166dc"},"devDependencies":{"@firebase/app":"0.13.1-canary.5d13166dc","@firebase/app-compat":"0.4.1-canary.5d13166dc","@firebase/auth":"1.10.7-canary.5d13166dc","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.5d13166dc","readmeFilename":"README.md","gitHead":"5d13166dc73bb2d3017e1ab7ab874ddf45cad61f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-RfAuccVd+g2E7WL5C80T8H637tFoy7u66QERknjo2cYw6erMI/9cNaPYZ9k8CzfbsvrdFMZm8Knt2WnzE8SPUA==","shasum":"bcd779a7ee6a6ff0356a6d340fe8081988e1d358","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.5d13166dc.tgz","fileCount":879,"unpackedSize":28419885,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDnU7cwZEr5bXnMt7zSGDpKnD2KSoabX+a+8wpWi/u2AgIhAMORl7mUBPWNdDrEaMNsRp17c2Kp51Doo6xqiGNwVIGH"}],"size":5861914},"_npmUser":{"name":"anonymous","actor":{"name":"google-wombot","type":"user","email":"node-team-npm+wombot@google.com"},"email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.5d13166dc_1751431708502_0.3424337448442727"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-02T04:48:28.801Z","publish_time":1751431708801,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.247b92f9b":{"name":"@firebase/firestore","version":"4.7.17-canary.247b92f9b","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.247b92f9b","@firebase/logger":"0.4.4-canary.247b92f9b","@firebase/util":"1.12.0-canary.247b92f9b","@firebase/webchannel-wrapper":"1.0.3-canary.247b92f9b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.247b92f9b"},"devDependencies":{"@firebase/app":"0.13.1-canary.247b92f9b","@firebase/app-compat":"0.4.1-canary.247b92f9b","@firebase/auth":"1.10.7-canary.247b92f9b","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.247b92f9b","readmeFilename":"README.md","gitHead":"247b92f9bf83ebec4321806839b36a35346c8e36","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-iZj9FHrgyQ2pzJJTu4mATjGoEMEX1M6Zofx7e5wXXKaTXxTs7hc2ksaAx1xB8Wlvpxqu2BDQoDwlIqvzSl3AxQ==","shasum":"577e1f471d6cd3428eafdc510dde26c003e01350","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.247b92f9b.tgz","fileCount":879,"unpackedSize":28419885,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIEKV9W9YQTYXTIJ0PLQ699QEAhwFXyKq2rnFa4kH+80+AiA7o71zgDIcL5vUIjtCnO5ywnLMsJMS3ijLJrZXANLgOw=="}],"size":5861913},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.247b92f9b_1751431727858_0.7270966347281835"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-02T04:48:48.143Z","publish_time":1751431728143,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.8072572f9":{"name":"@firebase/firestore","version":"4.7.17-canary.8072572f9","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.8072572f9","@firebase/logger":"0.4.4-canary.8072572f9","@firebase/util":"1.12.0-canary.8072572f9","@firebase/webchannel-wrapper":"1.0.3-canary.8072572f9","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.8072572f9"},"devDependencies":{"@firebase/app":"0.13.1-canary.8072572f9","@firebase/app-compat":"0.4.1-canary.8072572f9","@firebase/auth":"1.10.7-canary.8072572f9","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.8072572f9","readmeFilename":"README.md","gitHead":"8072572f9869224db7e92da908482af61a07c7a2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-3YmV9xDE7bPhYJ+69UUGNXeev4szl1DUmjHgHzYWk1cXNtWacgSfdwy4QCpBQ+8og5529tdLm+4ZpLpDWGkqOA==","shasum":"ff7cfb5871a4dc3b8cb664cb63564bff999d4576","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.8072572f9.tgz","fileCount":879,"unpackedSize":28419885,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFcr502KMdezQ5/qT32EVQEcpJLXfqQoGJDNgNUAFHaAAiAvE2x+c7zdlFuK3ruK3a1Q9824IbT31HiC1ccuinvGPw=="}],"size":5861927},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.8072572f9_1751487593045_0.3371154830763303"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-02T20:19:53.402Z","publish_time":1751487593402,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.ab5c2a06e":{"name":"@firebase/firestore","version":"4.7.17-canary.ab5c2a06e","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.ab5c2a06e","@firebase/logger":"0.4.4-canary.ab5c2a06e","@firebase/util":"1.12.0-canary.ab5c2a06e","@firebase/webchannel-wrapper":"1.0.3-canary.ab5c2a06e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.ab5c2a06e"},"devDependencies":{"@firebase/app":"0.13.1-canary.ab5c2a06e","@firebase/app-compat":"0.4.1-canary.ab5c2a06e","@firebase/auth":"1.10.7-canary.ab5c2a06e","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.ab5c2a06e","readmeFilename":"README.md","gitHead":"ab5c2a06ee1e146bf8ca94a67ce651c9428691f9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-4zbqiVR2Nsggj1FmvEuttbA1z5HZ3GIdhlYzdaLfPeJYRHQg8xXb8JRHRVfmtMU4axkOuIlRWptO0SC+IcBEnw==","shasum":"bc755c37bf1a611f3d60ce76112b76495ab0b1ef","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.ab5c2a06e.tgz","fileCount":879,"unpackedSize":28419885,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDQmMhsraxXy4LitMHART/O9/V8eCK1ON0Ws6sxRFaG6AIgKKpErGDbJS5kUvFHNwQXioTdp5d7s6KW+mhFK4y56SM="}],"size":5861891},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.ab5c2a06e_1751524525708_0.9835910765999594"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-03T06:35:26.025Z","publish_time":1751524526025,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.a029ce39e":{"name":"@firebase/firestore","version":"4.7.17-canary.a029ce39e","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.a029ce39e","@firebase/logger":"0.4.4-canary.a029ce39e","@firebase/util":"1.12.0-canary.a029ce39e","@firebase/webchannel-wrapper":"1.0.3-canary.a029ce39e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.a029ce39e"},"devDependencies":{"@firebase/app":"0.13.1-canary.a029ce39e","@firebase/app-compat":"0.4.1-canary.a029ce39e","@firebase/auth":"1.10.7-canary.a029ce39e","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.a029ce39e","readmeFilename":"README.md","gitHead":"a029ce39ee1ea1f6f28e79a1733ad8e8ebedf4bb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-hT/I2tPYIYplWzeQVMzr2BLi8ApBXT+tbRPhBc/S0UUueCK6Pz4KPpXVKwE/6ZCzwrWDZmRCpI//VDD5DzElMQ==","shasum":"51a7dd66d0ecd18a69579a5b826eafabe5e25b8f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.a029ce39e.tgz","fileCount":879,"unpackedSize":28406940,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDj07U9ID9PLPISsQIZPSA0nk2TnJ99Iwm/UDw0i2e1KgIgUTNCqDaYKhkSoD0udsD1yBlLzZvtMisXZlTiKooUrUE="}],"size":5862373},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.a029ce39e_1751902852656_0.7345916120380633"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-07T15:40:52.927Z","publish_time":1751902852927,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.ae976d029":{"name":"@firebase/firestore","version":"4.7.17-canary.ae976d029","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.ae976d029","@firebase/logger":"0.4.4-canary.ae976d029","@firebase/util":"1.12.0-canary.ae976d029","@firebase/webchannel-wrapper":"1.0.3-canary.ae976d029","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.ae976d029"},"devDependencies":{"@firebase/app":"0.13.1-canary.ae976d029","@firebase/app-compat":"0.4.1-canary.ae976d029","@firebase/auth":"1.10.7-canary.ae976d029","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.ae976d029","readmeFilename":"README.md","gitHead":"ae976d02908a5a8913c5fcd4c0485fcf4b081fec","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-xpQjG7Ts8Rz7ab9lMAqh1+s3kcXVS3Y5EgK++uOyNiBQ+dS448obgdHqlIb3WKl1VhrR12BJDhY6jwIYk5cPdA==","shasum":"3bb55e1813b09c2c1b8c967481042760f0c068c5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.ae976d029.tgz","fileCount":879,"unpackedSize":28406940,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICdnjZGrrnWGXe6yASES3l2t/9DJKJAgSgv3eBvBiHuxAiBVgYv8JcPdtHyaA3RHzlwxrwomeRH/1Fp4dcsmF4tCAQ=="}],"size":5862374},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.ae976d029_1752010685766_0.5351909402581003"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-08T21:38:06.054Z","publish_time":1752010686054,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.a4ccd254d":{"name":"@firebase/firestore","version":"4.7.17-canary.a4ccd254d","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.a4ccd254d","@firebase/logger":"0.4.4-canary.a4ccd254d","@firebase/util":"1.12.0-canary.a4ccd254d","@firebase/webchannel-wrapper":"1.0.3-canary.a4ccd254d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.a4ccd254d"},"devDependencies":{"@firebase/app":"0.13.1-canary.a4ccd254d","@firebase/app-compat":"0.4.1-canary.a4ccd254d","@firebase/auth":"1.10.7-canary.a4ccd254d","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.a4ccd254d","readmeFilename":"README.md","gitHead":"a4ccd254dd1ecb63aa010ca010ad50d4b8a8316a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-XkMIY/TogdNbXgyhYm5tmqn1ExnCIHvTNrEPYuDoPqOE6w2+ehvN12fu1d4RGuZfbl01xzQaktImuQ5xysuqzA==","shasum":"25a6a710322b64f5e9fff0a89113ff7a04bf622f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.a4ccd254d.tgz","fileCount":879,"unpackedSize":28406940,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDULpK8gPLrNjch1k8fKLR/UAybQuXkUivhwQs+ZieGFQIhAJ0fv0dCHe2xaovwFa+MNxgMUHxcBrIWRU3e4rAVEKtL"}],"size":5862370},"_npmUser":{"name":"anonymous","actor":{"name":"google-wombot","type":"user","email":"node-team-npm+wombot@google.com"},"email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.a4ccd254d_1752070106822_0.37028798519186856"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-09T14:08:27.131Z","publish_time":1752070107131,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.91fa484b5":{"name":"@firebase/firestore","version":"4.7.17-canary.91fa484b5","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.91fa484b5","@firebase/logger":"0.4.4-canary.91fa484b5","@firebase/util":"1.12.0-canary.91fa484b5","@firebase/webchannel-wrapper":"1.0.3-canary.91fa484b5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.91fa484b5"},"devDependencies":{"@firebase/app":"0.13.1-canary.91fa484b5","@firebase/app-compat":"0.4.1-canary.91fa484b5","@firebase/auth":"1.10.7-canary.91fa484b5","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.91fa484b5","readmeFilename":"README.md","gitHead":"91fa484b5a6081ad9c59d3b62416a2b5252b95a6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-gu/sR52QHdlxcQwl6L49200bXuvw74mSW+4TDRXBe/Dl5rv2ItFUkDcIetI8WLN6v3bXHyGQwN2wbaYP5slL4Q==","shasum":"c238393546f4fd1d13056d2121cc16b23f7f555b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.91fa484b5.tgz","fileCount":879,"unpackedSize":28406940,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCbi8palpZqVMmGEtMTIDcR+absOSy3D+L9h6rmcw1G/AIhAL9IZnTgdmpu39jidJv22viXU40DzEkfBcvtPTn9r47C"}],"size":5862380},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.91fa484b5_1752072192048_0.40445613210895015"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-09T14:43:12.356Z","publish_time":1752072192356,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.47b154c75":{"name":"@firebase/firestore","version":"4.7.17-canary.47b154c75","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.7.17-canary.47b154c75","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"b8c3648325a833dff7b8da5683068d74a101b2d6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.47b154c75.tgz","fileCount":879,"integrity":"sha512-bfb5m6LkJsWUj8hTaySuYyTHXaHRJNeYdRDk52kt6S+0GB8P7HtltcPdolAYbxLgCKFJjIlBYTT8qSTSeQU/0Q==","signatures":[{"sig":"MEUCIQCyBBmbFpylwBOcdZ1CheyzbIlhM2O1CZMlHPZrDs6rNgIgQ7jvkdbS2tzfVmw14haQUY6SMBcwyqUKzaqGn2i6knk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":28429936,"size":5868556},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm2017.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm2017.js","react-native":"./dist/lite/index.rn.esm2017.js"},"./package.json":"./package.json"},"gitHead":"47b154c75a7ea5f81851eda20de9222bd803bfef","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint assertion-id:check test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","actor":{"name":"google-wombot","type":"user","email":"node-team-npm+wombot@google.com"},"email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.12.0-canary.47b154c75","@firebase/logger":"0.4.4-canary.47b154c75","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.6.17-canary.47b154c75","@firebase/webchannel-wrapper":"1.0.3-canary.47b154c75"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.13.1-canary.47b154c75","@types/eslint":"7.29.0","@firebase/auth":"1.10.7-canary.47b154c75","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.4.1-canary.47b154c75","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.47b154c75"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.7.17-canary.47b154c75_1752072795039_0.34207465182561436","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-07-09T14:53:15.471Z","publish_time":1752072795471,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.6ab4e13a1":{"name":"@firebase/firestore","version":"4.7.17-canary.6ab4e13a1","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.6ab4e13a1","@firebase/logger":"0.4.4-canary.6ab4e13a1","@firebase/util":"1.12.0-canary.6ab4e13a1","@firebase/webchannel-wrapper":"1.0.3-canary.6ab4e13a1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.6ab4e13a1"},"devDependencies":{"@firebase/app":"0.13.1-canary.6ab4e13a1","@firebase/app-compat":"0.4.1-canary.6ab4e13a1","@firebase/auth":"1.10.7-canary.6ab4e13a1","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.6ab4e13a1","readmeFilename":"README.md","gitHead":"6ab4e13a1665dab4be89ecc141b4584a5a6df569","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ZIV5+FjzPzwvZBJQYvzc4GvKvlvCwhneI20tiFkvd9tKekpQ6+zYsZlLC4HgakROrE1aOr9Y93ICKy9WHJ2j9w==","shasum":"e40a9a79eb58bcaaa02e1e1d5c1a615c7a4e44ff","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.6ab4e13a1.tgz","fileCount":879,"unpackedSize":28429936,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDWkgXrlMwiXwtwAcExiygv+XGSvCZgn6K8auSSxQJzXAIgOaJ+Ab0fhAosvhMNuZwzk/JynxtkXrkiucgRfpXPJGs="}],"size":5868535},"_npmUser":{"name":"anonymous","actor":{"name":"google-wombot","type":"user","email":"node-team-npm+wombot@google.com"},"email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.6ab4e13a1_1752086297600_0.14351521026810388"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-09T18:38:17.917Z","publish_time":1752086297917,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.ec5f37403":{"name":"@firebase/firestore","version":"4.7.17-canary.ec5f37403","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.ec5f37403","@firebase/logger":"0.4.4-canary.ec5f37403","@firebase/util":"1.12.0-canary.ec5f37403","@firebase/webchannel-wrapper":"1.0.3-canary.ec5f37403","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.ec5f37403"},"devDependencies":{"@firebase/app":"0.13.1-canary.ec5f37403","@firebase/app-compat":"0.4.1-canary.ec5f37403","@firebase/auth":"1.10.7-canary.ec5f37403","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.ec5f37403","readmeFilename":"README.md","gitHead":"ec5f37403d9ebe28d3d71a7789d59edfb12762df","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-FQGwbDMIfkH/VF+fvraM57qYzOA5plG7E+G8MERwDtMSk3/0/AaWB8CYNqfHzw41pNNuzChpiMReZpY7sr+Few==","shasum":"ba7645d7f72bc86f82c1fcbbcfe0c297583c128e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.ec5f37403.tgz","fileCount":879,"unpackedSize":28429936,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIESbonxE44R7kwsSE20VXmGqaDNnLzZ8RId00cQm+GxYAiEA0tw9FBnow8QNDTUvxsZO3jZU8XerzUTbudeNHYeRgJI="}],"size":5868545},"_npmUser":{"name":"anonymous","actor":{"name":"google-wombot","type":"user","email":"node-team-npm+wombot@google.com"},"email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.ec5f37403_1752087869353_0.4176111650003491"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-09T19:04:29.657Z","publish_time":1752087869657,"_source_registry_name":"default","contributors":[]},"4.7.17-canary.e59cd7da1":{"name":"@firebase/firestore","version":"4.7.17-canary.e59cd7da1","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.17-canary.e59cd7da1","@firebase/logger":"0.4.4-canary.e59cd7da1","@firebase/util":"1.12.0-canary.e59cd7da1","@firebase/webchannel-wrapper":"1.0.3-canary.e59cd7da1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.1-canary.e59cd7da1"},"devDependencies":{"@firebase/app":"0.13.1-canary.e59cd7da1","@firebase/app-compat":"0.4.1-canary.e59cd7da1","@firebase/auth":"1.10.7-canary.e59cd7da1","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.7.17-canary.e59cd7da1","readmeFilename":"README.md","gitHead":"e59cd7da1f375ec89f237ceb684c9f450d65cd34","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-MNW2lx+DOmoUWHOSw9y42/N52MdVTA2YsqVBHivZ4xx9CGWXLGhKBU2MEOigaD75oM32B6WJPbI7ghaEAeUGHA==","shasum":"dac00b32fc413ccb7956d2aca86f0a9533de14f2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.7.17-canary.e59cd7da1.tgz","fileCount":879,"unpackedSize":28429936,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDY0h4RTXUeerGro5tFFKIeMc0+BDUNjXJhfJ02ySOohgIgMmUu8ixgR73Nl3JqVc3Y4PwJsIq0mqDk3g6ZDa4PAUk="}],"size":5868534},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.7.17-canary.e59cd7da1_1752190036995_0.13198893668255307"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-10T23:27:17.295Z","publish_time":1752190037295,"_source_registry_name":"default","contributors":[]},"4.8.0-canary.2b5731292":{"name":"@firebase/firestore","version":"4.8.0-canary.2b5731292","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.18-canary.2b5731292","@firebase/logger":"0.4.4-canary.2b5731292","@firebase/util":"1.12.1-canary.2b5731292","@firebase/webchannel-wrapper":"1.0.3-canary.2b5731292","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.2-canary.2b5731292"},"devDependencies":{"@firebase/app":"0.13.2-canary.2b5731292","@firebase/app-compat":"0.4.2-canary.2b5731292","@firebase/auth":"1.10.8-canary.2b5731292","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.8.0-canary.2b5731292","readmeFilename":"README.md","gitHead":"2b573129218b01e4086bf4c55a0e703991e7e025","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-R4d0TBo0qVL9D7Ck33JNFY9RoZ761wibS6tPCCakFO9WdRqOtDI/QihRwr8wokA/M+7turpqaPApqJDaKGrc+A==","shasum":"ad5d4fe250986436c7df714c8de029ebcd81c511","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.8.0-canary.2b5731292.tgz","fileCount":879,"unpackedSize":28429935,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICI53GSq5SYOK0WZrq+0W0UoXMQhrcWU5cCiQ/f4wL42AiAYnCqzWLPn8CJJ9DixQymx5YKj/mJBbrRgVvXEBV3j3w=="}],"size":5868529},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.8.0-canary.2b5731292_1752255410728_0.6629636948714588"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-11T17:36:51.021Z","publish_time":1752255411021,"_source_registry_name":"default","contributors":[]},"4.8.0-canary.f11b55294":{"name":"@firebase/firestore","version":"4.8.0-canary.f11b55294","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm2017.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm2017.js"},"default":"./dist/lite/index.browser.esm2017.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.18-canary.f11b55294","@firebase/logger":"0.4.4-canary.f11b55294","@firebase/util":"1.12.1-canary.f11b55294","@firebase/webchannel-wrapper":"1.0.3-canary.f11b55294","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.2-canary.f11b55294"},"devDependencies":{"@firebase/app":"0.13.2-canary.f11b55294","@firebase/app-compat":"0.4.2-canary.f11b55294","@firebase/auth":"1.10.8-canary.f11b55294","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.8.0-canary.f11b55294","readmeFilename":"README.md","gitHead":"f11b55294a04dfe6a1216c487b1af3a7e7d07196","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-QSmWN2zfw897jPNtqG/2WW+2XDn31Kq3Yy3PBz+FBIiGZkhQl4E267xsID3B4r9PQ+CCDmrcdhoqa/9agWjk9w==","shasum":"5486d2684448ddd334b5daa5c6d5762fd626f48b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.8.0-canary.f11b55294.tgz","fileCount":879,"unpackedSize":28409674,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCl2TyduTD6E9sAxWo0dML0Pdx2+R0Bx3VRkiOjr6YmeQIhAIVTfUN06cliBM+N7OwBBdbvi/WF1jqBhT4c2iftCKsP"}],"size":5864105},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.8.0-canary.f11b55294_1752259652075_0.18737769929501957"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-11T18:47:32.368Z","publish_time":1752259652368,"_source_registry_name":"default","contributors":[]},"4.8.0-canary.2d720995d":{"name":"@firebase/firestore","version":"4.8.0-canary.2d720995d","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.18-canary.2d720995d","@firebase/logger":"0.4.4-canary.2d720995d","@firebase/util":"1.12.1-canary.2d720995d","@firebase/webchannel-wrapper":"1.0.3-canary.2d720995d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.2-canary.2d720995d"},"devDependencies":{"@firebase/app":"0.13.2-canary.2d720995d","@firebase/app-compat":"0.4.2-canary.2d720995d","@firebase/auth":"1.10.8-canary.2d720995d","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.8.0-canary.2d720995d","readmeFilename":"README.md","gitHead":"2d720995d161cd750cd48062989e7cc6ab1c3c08","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-TAV5SmBudF45VNDDejGxKL6FbQWCPdjEeasyRcL+RDKd7oboq8t9N+/qjTrv44w8baust5Y7D6hTfJ9Z56C50g==","shasum":"7b4274c634bb0d9263693f2ecc21223bbf99a7c7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.8.0-canary.2d720995d.tgz","fileCount":879,"unpackedSize":28349708,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDn1He357HWF3ghSfVbOYGo+TXwggrOGXwt4Ijj54hVzAIhAIy3olpp5cuXnDm4ca+wWlityX4eiDOTdjes7gQqxbzY"}],"size":5851224},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.8.0-canary.2d720995d_1752280793014_0.15059678722162073"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-12T00:39:53.364Z","publish_time":1752280793364,"_source_registry_name":"default","contributors":[]},"4.8.0-canary.d91169f06":{"name":"@firebase/firestore","version":"4.8.0-canary.d91169f06","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.18-canary.d91169f06","@firebase/logger":"0.4.4-canary.d91169f06","@firebase/util":"1.12.1-canary.d91169f06","@firebase/webchannel-wrapper":"1.0.3-canary.d91169f06","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.2-canary.d91169f06"},"devDependencies":{"@firebase/app":"0.13.2-canary.d91169f06","@firebase/app-compat":"0.4.2-canary.d91169f06","@firebase/auth":"1.10.8-canary.d91169f06","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.8.0-canary.d91169f06","readmeFilename":"README.md","gitHead":"d91169f061bf1dcbfe78a8c8a7f739677608fcb7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-NLu2AzdvkEelk1/CvFXccbmILP/Y8rZ/pT41N2P7BK/PoGhwj8RWb+9VtKOsZYM5pQW+Cdc5z2KyXKlqePHfyw==","shasum":"07b82763d817b0f14b364edb1335ff3b2aa4a10b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.8.0-canary.d91169f06.tgz","fileCount":879,"unpackedSize":28349708,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBLps4mcAL0fBvQ+k4rbwVfD/XHu7yyv7nLpvGYaO0t+AiA2+7Rl9KaX4SfcpFijf1yJT55cwgEjugy6Qt6BZNUQyw=="}],"size":5851224},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.8.0-canary.d91169f06_1752282151515_0.3144521340582316"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-12T01:02:31.908Z","publish_time":1752282151908,"_source_registry_name":"default","contributors":[]},"4.8.0-canary.cb19688bf":{"name":"@firebase/firestore","version":"4.8.0-canary.cb19688bf","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.18-canary.cb19688bf","@firebase/logger":"0.4.4-canary.cb19688bf","@firebase/util":"1.12.1-canary.cb19688bf","@firebase/webchannel-wrapper":"1.0.3-canary.cb19688bf","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.2-canary.cb19688bf"},"devDependencies":{"@firebase/app":"0.13.2-canary.cb19688bf","@firebase/app-compat":"0.4.2-canary.cb19688bf","@firebase/auth":"1.10.8-canary.cb19688bf","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.8.0-canary.cb19688bf","readmeFilename":"README.md","gitHead":"cb19688bf3d339a46c4964cb30b6263af08526e6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-AMOv/gvPmN5tOd0dNrh/a7T1b6Pkfj297ARLerKsFh3hlJKsIqe3TrfIlSYQm6xEr3JJjd6GERdOhFc/BjUxag==","shasum":"44d7cca9f399f2608f9ae557a4572417e4b288f9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.8.0-canary.cb19688bf.tgz","fileCount":879,"unpackedSize":28349708,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEYcy9m/JdZErAZ2WmPDFuoW1IRT1Ful565ej4G+i6w0AiEAj6LU7bGj21Qb8T/iY31B0lky3Y7qMTrjCClexqXrtLU="}],"size":5851221},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.8.0-canary.cb19688bf_1752524251371_0.5783053456123421"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-14T20:17:31.668Z","publish_time":1752524251668,"_source_registry_name":"default","contributors":[]},"4.8.0-canary.5200f7bb7":{"name":"@firebase/firestore","version":"4.8.0-canary.5200f7bb7","engines":{"node":">=18.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.18-canary.5200f7bb7","@firebase/logger":"0.4.4-canary.5200f7bb7","@firebase/util":"1.12.1-canary.5200f7bb7","@firebase/webchannel-wrapper":"1.0.3-canary.5200f7bb7","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.2-canary.5200f7bb7"},"devDependencies":{"@firebase/app":"0.13.2-canary.5200f7bb7","@firebase/app-compat":"0.4.2-canary.5200f7bb7","@firebase/auth":"1.10.8-canary.5200f7bb7","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.8.0-canary.5200f7bb7","readmeFilename":"README.md","gitHead":"5200f7bb777cf2260dcd396fbd19ac6cc7cb44c4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-WbArsW3VDW2YXA7RIirxhxLpde8ED+Mvovz0yQNsBw1HGnXM+l3Fy6+bx8rWN4DwrWtY7Yco3sDBWQcIRbjZ5Q==","shasum":"d35d0e03334124bde043964f605e3b0b3e3d3fbb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.8.0-canary.5200f7bb7.tgz","fileCount":879,"unpackedSize":28349708,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC0cnfGbqwOsp9N4sZA0T6vHQGi/CMlx5Yb+i84bck+CAIhAKUaSlaDff46pbcMnH+V0GSMZzkTgdBmNnAy4vnTT4gp"}],"size":5851220},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.8.0-canary.5200f7bb7_1752527350551_0.4673245003969728"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-14T21:09:10.809Z","publish_time":1752527350809,"_source_registry_name":"default","contributors":[]},"4.8.0-canary.25b60fdaa":{"name":"@firebase/firestore","version":"4.8.0-canary.25b60fdaa","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.18-canary.25b60fdaa","@firebase/logger":"0.4.4-canary.25b60fdaa","@firebase/util":"1.12.1-canary.25b60fdaa","@firebase/webchannel-wrapper":"1.0.3-canary.25b60fdaa","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.2-canary.25b60fdaa"},"devDependencies":{"@firebase/app":"0.13.2-canary.25b60fdaa","@firebase/app-compat":"0.4.2-canary.25b60fdaa","@firebase/auth":"1.10.8-canary.25b60fdaa","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.8.0-canary.25b60fdaa","readmeFilename":"README.md","gitHead":"25b60fdaabe910e1538684a3c490b0900fb5f113","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-C+W37lF1IuXclTHOQcx3lTWVErE2IE4TE4Gowe8J/OedhQXV8PPa9KBtGUBeoFdzt6dRyx1jpmMFWDqpBpnCog==","shasum":"fd75a18e1bb7fa4feaead3ae1e6d3c81c70dfcab","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.8.0-canary.25b60fdaa.tgz","fileCount":879,"unpackedSize":28349708,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCPMCDbw7wYtBcVP544Ope05ozbndF0Be+nosYxljC/gQIhAM2pbMVAjVgim0XGlrmOuNUJ7L0ahM0yJPm/NHBJL5HU"}],"size":5851210},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.8.0-canary.25b60fdaa_1752598885858_0.678359280258235"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-15T17:01:26.104Z","publish_time":1752598886104,"_source_registry_name":"default","contributors":[]},"4.8.0-canary.a9be6757f":{"name":"@firebase/firestore","version":"4.8.0-canary.a9be6757f","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.18-canary.a9be6757f","@firebase/logger":"0.4.4-canary.a9be6757f","@firebase/util":"1.12.1-canary.a9be6757f","@firebase/webchannel-wrapper":"1.0.3-canary.a9be6757f","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.2-canary.a9be6757f"},"devDependencies":{"@firebase/app":"0.13.2-canary.a9be6757f","@firebase/app-compat":"0.4.2-canary.a9be6757f","@firebase/auth":"1.10.8-canary.a9be6757f","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.8.0-canary.a9be6757f","readmeFilename":"README.md","gitHead":"a9be6757fe95d7f08b4d6aa92cf892dfce35195a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-cj0oA3e9petTWiFitPtyjoikZWXGpjGj2jZoiLSkXXfDTb/3g0GDAiGIwuXBpPjrjm2Rh5MvnwRUUSCTuiaPaA==","shasum":"71ba4740f8f4faffb86e3f2e10d1575643799509","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.8.0-canary.a9be6757f.tgz","fileCount":879,"unpackedSize":28349708,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDSa1yWgFDtB4SQQv1PwZmiGffp2i0mQ+m3WUAotJl3kAIhAJpq7be8tZawhOjOtyJmW15oYBTNIqMwed8DvvnHRJqC"}],"size":5851219},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.8.0-canary.a9be6757f_1752598912632_0.7954051332512309"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-15T17:01:52.933Z","publish_time":1752598912933,"_source_registry_name":"default","contributors":[]},"4.9.0-20250715195345":{"name":"@firebase/firestore","version":"4.9.0-20250715195345","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-20250715195345","@firebase/logger":"0.5.0-20250715195345","@firebase/util":"1.13.0-20250715195345","@firebase/webchannel-wrapper":"1.0.3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.0-20250715195345"},"devDependencies":{"@firebase/app":"0.14.0-20250715195345","@firebase/app-compat":"0.5.0-20250715195345","@firebase/auth":"1.11.0-20250715195345","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.0-20250715195345","readmeFilename":"README.md","gitHead":"325d05eec4539689e3950f9cebbbb990a960eae2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-q/XQf4vxxwXRQcCgjodrf/3iNVGI1evfo9qKXKAAC9pUmL+mZB87kRMxbocSCuKPrgrL13/JA2VRAheD6gRzcA==","shasum":"2e49e5764af334598b6559697387ce0e3fa35d2a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.0-20250715195345.tgz","fileCount":879,"unpackedSize":28349624,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIH9ntkoRwYYESIBj97Ey58/Xq4tdVptv9EDaCi83AKLAAiEAxdS/KaYOX2tYoIX7KD6OmWrTdHWi4UcYDnAyGXH7pSk="}],"size":5851211},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.0-20250715195345_1752609843856_0.8775373657016226"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-15T20:04:04.183Z","publish_time":1752609844183,"_source_registry_name":"default","contributors":[]},"4.9.0-20250716004940":{"name":"@firebase/firestore","version":"4.9.0-20250716004940","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-20250716004940","@firebase/logger":"0.5.0-20250716004940","@firebase/util":"1.13.0-20250716004940","@firebase/webchannel-wrapper":"1.0.4-20250716004940","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.0-20250716004940"},"devDependencies":{"@firebase/app":"0.14.0-20250716004940","@firebase/app-compat":"0.5.0-20250716004940","@firebase/auth":"1.11.0-20250716004940","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.0-20250716004940","readmeFilename":"README.md","gitHead":"08f474c2a5d9cf328c87845e0fd3488e1ad03d8e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-JenX2hfef5SziuKFjdV6/rE5H0uE+ua3SxysdzFD3C9cYsKPfCXzXYs20jGQssfHxuHth+LzIgok8Soq3BnJrw==","shasum":"c90628ecf6003f4b0e253f7134ca9b71c3b5712a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.0-20250716004940.tgz","fileCount":879,"unpackedSize":28349639,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDOgUNeEBZevr8GKjiJS8WXJk8T9RYTrNqaXoX4OK2eJgIhAKArBFxRVKP3HU4OHFv35+J29Ktxm29TzPqXuhS2K3CW"}],"size":5851212},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.0-20250716004940_1752627617444_0.051981349231476015"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-16T01:00:17.817Z","publish_time":1752627617817,"_source_registry_name":"default","contributors":[]},"4.8.0-canary.f18b25f73":{"name":"@firebase/firestore","version":"4.8.0-canary.f18b25f73","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.18-canary.f18b25f73","@firebase/logger":"0.4.4-canary.f18b25f73","@firebase/util":"1.12.1-canary.f18b25f73","@firebase/webchannel-wrapper":"1.0.3-canary.f18b25f73","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.2-canary.f18b25f73"},"devDependencies":{"@firebase/app":"0.13.2-canary.f18b25f73","@firebase/app-compat":"0.4.2-canary.f18b25f73","@firebase/auth":"1.10.8-canary.f18b25f73","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.8.0-canary.f18b25f73","readmeFilename":"README.md","gitHead":"f18b25f73a05a696b6a9ed45702a84cc9dd5c6d9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-28KE1jvgp/JerYEOOxAHwmokgzVc7h8tAU0uWHUqfxydgl7LsGwcpsmlUY2lKJOU1pxukSN3oGN/WUc/ybRXYw==","shasum":"ee6cf112da1fb1117865bcd545718b107b289512","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.8.0-canary.f18b25f73.tgz","fileCount":879,"unpackedSize":28349708,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHlD/nCc8fhr4v2Rca3BdoDba55y0KjTySkw0d/PpXAMAiEA2JdMbMwUwSpZTZfRhCXTb5aNRsT2PNpL5KwIfAVsiPQ="}],"size":5851218},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.8.0-canary.f18b25f73_1752627676800_0.7759866411660248"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-16T01:01:17.071Z","publish_time":1752627677071,"_source_registry_name":"default","contributors":[]},"4.8.0-canary.9771bffad":{"name":"@firebase/firestore","version":"4.8.0-canary.9771bffad","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.18-canary.9771bffad","@firebase/logger":"0.4.4-canary.9771bffad","@firebase/util":"1.12.1-canary.9771bffad","@firebase/webchannel-wrapper":"1.0.3-canary.9771bffad","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.2-canary.9771bffad"},"devDependencies":{"@firebase/app":"0.13.2-canary.9771bffad","@firebase/app-compat":"0.4.2-canary.9771bffad","@firebase/auth":"1.10.8-canary.9771bffad","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.8.0-canary.9771bffad","readmeFilename":"README.md","gitHead":"9771bffadbc464890150dd7dd1a9a0fe2df60bf0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Kw/IStaDsrLWzgCGyUxctRovXESe4XdueiKJSghUhUuBa1H+nXoK9V1A2hY2ZQZYRcjzVc3ym1xizLasoK6v5w==","shasum":"f089d90f2ea51a8a41d70ee4bdaf886e204d668b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.8.0-canary.9771bffad.tgz","fileCount":879,"unpackedSize":28329898,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDuxSEpUVMuE9qLCwkJLMyVoK5z286/wokAdBy2CpEfsQIhAOXMyEJaP7e0YUs5vRtFa5VSzVOpss+9mGHes+7EuATF"}],"size":5841681},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.8.0-canary.9771bffad_1752689698128_0.8643742947607"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-16T18:14:58.447Z","publish_time":1752689698447,"_source_registry_name":"default","contributors":[]},"4.9.0-20250716201504":{"name":"@firebase/firestore","version":"4.9.0-20250716201504","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-20250716201504","@firebase/logger":"0.5.0-20250716201504","@firebase/util":"1.13.0-20250716201504","@firebase/webchannel-wrapper":"1.0.4-20250716201504","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.0-20250716201504"},"devDependencies":{"@firebase/app":"0.14.0-20250716201504","@firebase/app-compat":"0.5.0-20250716201504","@firebase/auth":"1.11.0-20250716201504","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.0-20250716201504","readmeFilename":"README.md","gitHead":"c1e928a675f8e84c6f197c36ba0cfef92adc08f0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-V8Ycz57dSJsxby3QDMfK83tGoJnkUs7kSeWsSbSzuktALlxeMcjbr8Tty/kz8lwwgixNOMINndDnVR7qSKcYpQ==","shasum":"4ef5adfb6d81b5228567a7f3b711aa7e450f2579","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.0-20250716201504.tgz","fileCount":879,"unpackedSize":28329829,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCq42XBhJdczVxhCceVUe9lSy8kOP4dPvN4933e7FiwUwIhAJlCOqY97BkhsNEjZ2IneB8NT69sdOy2OPHfb0yZEZoN"}],"size":5841667},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.0-20250716201504_1752697541268_0.5320308018337792"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-16T20:25:41.515Z","publish_time":1752697541515,"_source_registry_name":"default","contributors":[]},"4.8.0-canary.574800585":{"name":"@firebase/firestore","version":"4.8.0-canary.574800585","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.6.18-canary.574800585","@firebase/logger":"0.4.4-canary.574800585","@firebase/util":"1.12.1-canary.574800585","@firebase/webchannel-wrapper":"1.0.3-canary.574800585","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.13.2-canary.574800585"},"devDependencies":{"@firebase/app":"0.13.2-canary.574800585","@firebase/app-compat":"0.4.2-canary.574800585","@firebase/auth":"1.10.8-canary.574800585","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.8.0-canary.574800585","readmeFilename":"README.md","gitHead":"5748005852dea3f1dca418588efc5da9adf18c0c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-9fqC3zEAGp3r/EQFZwCKk/8YNvZNtxLH7YELfBlDBSp4fLajb7mnBT7cOjKplzWKSFwUPazbotnxvsBv+wAuHg==","shasum":"150722d91834f087f053a1865d3a3aedd4ff20f5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.8.0-canary.574800585.tgz","fileCount":879,"unpackedSize":28329822,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDsysvLwSqK+GDKMzIINVynKWFwZY1dSS7XgLLfBeX66gIgebuvYXa5MR40fzFB5CyFWz8LPTp+PX8UTuOciqnuEEU="}],"size":5841551},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.8.0-canary.574800585_1752773306688_0.7651204864718057"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-17T17:28:26.967Z","publish_time":1752773306967,"_source_registry_name":"default","contributors":[]},"4.9.0":{"name":"@firebase/firestore","version":"4.9.0","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0","@firebase/logger":"0.5.0","@firebase/util":"1.13.0","@firebase/webchannel-wrapper":"1.0.4","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.14.0","@firebase/app-compat":"0.5.0","@firebase/auth":"1.11.0","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.0","gitHead":"52c85796fdb07562e692d48a8f651d07eff12572","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-5zl0+/h1GvlCSLt06RMwqFsd7uqRtnNZt4sW99k2rKRd6k/ECObIWlEnvthm2cuOSnUmwZknFqtmd1qyYSLUuQ==","shasum":"753d73c002b4c0ae639437b049ef0086791a0cf3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.0.tgz","fileCount":879,"unpackedSize":28329387,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGAcfky/MtHNoxS5rm4xuWa8yYDUDnvJxntHXzt3sVvVAiBQSl5iFsmqwiK6l+3D/eaSe5zvvSqAs4XpqPMT9wILBA=="}],"size":5841436},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.0_1752786604694_0.6522991720126889"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-17T21:10:05.148Z","publish_time":1752786605148,"_source_registry_name":"default","contributors":[]},"4.9.0-canary.56fbe5207":{"name":"@firebase/firestore","version":"4.9.0-canary.56fbe5207","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.56fbe5207","@firebase/logger":"0.5.0-canary.56fbe5207","@firebase/util":"1.13.0-canary.56fbe5207","@firebase/webchannel-wrapper":"1.0.4-canary.56fbe5207","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.0-canary.56fbe5207"},"devDependencies":{"@firebase/app":"0.14.0-canary.56fbe5207","@firebase/app-compat":"0.5.0-canary.56fbe5207","@firebase/auth":"1.11.0-canary.56fbe5207","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.0-canary.56fbe5207","readmeFilename":"README.md","gitHead":"56fbe52070e39c54a6d183e9be413fe898ce8930","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-f1+Hj1uv/2seBba4EdUGdGwOLAgkd1+9t5OOeQ+yTPOD0C/9KEaL/5afZ8joBMi9846Caj2Sev30RjegRSaxEA==","shasum":"c29ff3d3bdc703a5c3714a4811ca24ea4ad160a9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.0-canary.56fbe5207.tgz","fileCount":879,"unpackedSize":28329811,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIH0tyMVg+UxFND4qvUH9qw0Nrn3cfJ4hLWm5Ym0m+gODAiBtpjkx2YZddZeAK6KcuFU7RcqyPuIp6Uk6sSoRYZwtew=="}],"size":5841514},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.0-canary.56fbe5207_1752788303674_0.08770067404886306"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-17T21:38:24.107Z","publish_time":1752788304107,"_source_registry_name":"default","contributors":[]},"4.9.0-canary.a4897a621":{"name":"@firebase/firestore","version":"4.9.0-canary.a4897a621","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.a4897a621","@firebase/logger":"0.5.0-canary.a4897a621","@firebase/util":"1.13.0-canary.a4897a621","@firebase/webchannel-wrapper":"1.0.4-canary.a4897a621","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.0-canary.a4897a621"},"devDependencies":{"@firebase/app":"0.14.0-canary.a4897a621","@firebase/app-compat":"0.5.0-canary.a4897a621","@firebase/auth":"1.11.0-canary.a4897a621","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.0-canary.a4897a621","readmeFilename":"README.md","gitHead":"a4897a621e99f270ddf6821d587fcddd3a0c5cd1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-dCnQuvF72rbSxmFzzrJwiIQMOYOdyBqQiSUglO0ewE7+XD7EbhshS/lvLXEbbWtZczp6BZq1gXs84nmZ6vnXPw==","shasum":"e5b90449257b2104933b9d1a0672bcd21f04c28c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.0-canary.a4897a621.tgz","fileCount":879,"unpackedSize":28329811,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDDFhW5WLmRXQCTBlpycnDNEQDEy/UqEFDAvc9ULRxYKAiEA2H3y49sH4nRHfB6GDlRnmKKw+y0+dcu3a3bzKWKJQO4="}],"size":5841514},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.0-canary.a4897a621_1753211165273_0.12795053577090498"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-22T19:06:05.645Z","publish_time":1753211165645,"_source_registry_name":"default","contributors":[]},"4.9.0-canary.b9209dc91":{"name":"@firebase/firestore","version":"4.9.0-canary.b9209dc91","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.b9209dc91","@firebase/logger":"0.5.0-canary.b9209dc91","@firebase/util":"1.13.0-canary.b9209dc91","@firebase/webchannel-wrapper":"1.0.4-canary.b9209dc91","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.0-canary.b9209dc91"},"devDependencies":{"@firebase/app":"0.14.0-canary.b9209dc91","@firebase/app-compat":"0.5.0-canary.b9209dc91","@firebase/auth":"1.11.0-canary.b9209dc91","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.0-canary.b9209dc91","readmeFilename":"README.md","gitHead":"b9209dc910500ffce22b7427407a60a2355f3189","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-OgaqVYSFrqz6BSdv8UnC6HCE/H8Ph6bufRAeEvFhO2l/ATbxaeDqDBq/7c1B8/iC7IVo/cVtSQ1vFBX9LxayCw==","shasum":"4f4a5a787dacf615ab0f70febee131eb244a243b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.0-canary.b9209dc91.tgz","fileCount":879,"unpackedSize":28329811,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGR8V6bIhhXR8nYjT1eT/K1S8wQCnN5gDJ2s3l5t2ywIAiAU9q/SFR8xHhhKGWVBc8HTljuzhZq2tVGrYSbx/c0T2w=="}],"size":5841512},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.0-canary.b9209dc91_1753811596735_0.5017561887841153"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-29T17:53:16.999Z","publish_time":1753811596999,"_source_registry_name":"default","contributors":[]},"4.9.0-canary.492353771":{"name":"@firebase/firestore","version":"4.9.0-canary.492353771","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.492353771","@firebase/logger":"0.5.0-canary.492353771","@firebase/util":"1.13.0-canary.492353771","@firebase/webchannel-wrapper":"1.0.4-canary.492353771","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.0-canary.492353771"},"devDependencies":{"@firebase/app":"0.14.0-canary.492353771","@firebase/app-compat":"0.5.0-canary.492353771","@firebase/auth":"1.11.0-canary.492353771","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.0-canary.492353771","readmeFilename":"README.md","gitHead":"4923537713b4e616f7963ec04b7eb09aaf584b72","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-A2SePEfz7z5O64vygEX1U96nn59zuG3/eEnDIQiY6k5qjnNamQT2YcsTpMGLOJAYngCueYy/Uz7eJFi/FOcgjQ==","shasum":"a185935293c9911600f7ced57edf9345021b8f1c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.0-canary.492353771.tgz","fileCount":879,"unpackedSize":28329811,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIC2YBJX/YqjVGUDhfXFQqh8CZUNBlQlBvlOGRvHR3EMSAiAC9jzrqE5VVXUMTrGzs2TBpksID0O+4qpEm02xQxzl4A=="}],"size":5841523},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.0-canary.492353771_1753976199297_0.4210392590981702"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-31T15:36:39.803Z","publish_time":1753976199803,"_source_registry_name":"default","contributors":[]},"4.9.0-canary.e25317f9f":{"name":"@firebase/firestore","version":"4.9.0-canary.e25317f9f","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.e25317f9f","@firebase/logger":"0.5.0-canary.e25317f9f","@firebase/util":"1.13.0-canary.e25317f9f","@firebase/webchannel-wrapper":"1.0.4-canary.e25317f9f","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.0-canary.e25317f9f"},"devDependencies":{"@firebase/app":"0.14.0-canary.e25317f9f","@firebase/app-compat":"0.5.0-canary.e25317f9f","@firebase/auth":"1.11.0-canary.e25317f9f","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.0-canary.e25317f9f","readmeFilename":"README.md","gitHead":"e25317f9f3c58305bc093e4f2e676690feb16db0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-MR8fS2R96xGC/SXynUinj42gIkLFdw0+NPokwI6ftHiPVhsKISRQxtsmcUCvvZsDlaj11qxe7EUv/Lj6wTvVoA==","shasum":"478e18d84284bc5b7d63a1e100835e332c2f447f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.0-canary.e25317f9f.tgz","fileCount":879,"unpackedSize":28329811,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDAbWmVoiD6AJiWVAmEH3XrkHlqxgwn+pzDnfOED52xaQIhAOTGk8LTj7Z3ibNcJamuNzA4r8PFCm0+XLuwdsCN+X/J"}],"size":5841512},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.0-canary.e25317f9f_1754522990707_0.7299248568710528"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-06T23:29:51.019Z","publish_time":1754522991019,"_source_registry_name":"default","contributors":[]},"4.9.0-canary.44d8d742f":{"name":"@firebase/firestore","version":"4.9.0-canary.44d8d742f","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.44d8d742f","@firebase/logger":"0.5.0-canary.44d8d742f","@firebase/util":"1.13.0-canary.44d8d742f","@firebase/webchannel-wrapper":"1.0.4-canary.44d8d742f","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.1-canary.44d8d742f"},"devDependencies":{"@firebase/app":"0.14.1-canary.44d8d742f","@firebase/app-compat":"0.5.1-canary.44d8d742f","@firebase/auth":"1.11.0-canary.44d8d742f","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.0-canary.44d8d742f","readmeFilename":"README.md","gitHead":"44d8d742f13883dafd73507133ce9a5411ec3878","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-4wx1Gga0RvaEh5S+JsBFwk9X4FmvUxEVKFaFHBGaI7M3jLikI/2uSU2u8rWBXGcKH9YpZKvJJOdyU3KLECcZcQ==","shasum":"c358acce5f905e6a7e145e321fffbdacd6021e77","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.0-canary.44d8d742f.tgz","fileCount":879,"unpackedSize":28329811,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC73fRsXSN3CiO2Sa1+S5cUbUXdBMrayA4EG/Q9WmPjhwIhAP50cAfZwTrcCqn4lrjWcWG7W9SbRFSjKo8Uy6wo+kfK"}],"size":5841520},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.0-canary.44d8d742f_1754610971100_0.24366938442162978"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-07T23:56:11.408Z","publish_time":1754610971408,"_source_registry_name":"default","contributors":[]},"4.9.0-canary.cc605e728":{"name":"@firebase/firestore","version":"4.9.0-canary.cc605e728","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.cc605e728","@firebase/logger":"0.5.0-canary.cc605e728","@firebase/util":"1.13.0-canary.cc605e728","@firebase/webchannel-wrapper":"1.0.4-canary.cc605e728","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.1-canary.cc605e728"},"devDependencies":{"@firebase/app":"0.14.1-canary.cc605e728","@firebase/app-compat":"0.5.1-canary.cc605e728","@firebase/auth":"1.11.0-canary.cc605e728","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.0-canary.cc605e728","readmeFilename":"README.md","gitHead":"cc605e72813162b117a5bc75d7549f99ff98e4c3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-wKhJRGMLePFhPCpWF60GU4skJJQtsWAitcylUuZYUaT9pCUAGLiHBcjNcKHGZGkYIh/k0Kqf4rQ8NSK/e8Ub9g==","shasum":"e2d70fcef3c3afbd2f25836fa6b2beb5066c411e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.0-canary.cc605e728.tgz","fileCount":879,"unpackedSize":28329811,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCEo2lcQiu+by7/PZxREBGs3U5LPhzvwvX5sozkzHzcOwIgYIG7877NATP8itI08By4Pl4w8Hit52mRpp8yVJHZYH8="}],"size":5841520},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.0-canary.cc605e728_1754683942417_0.5604451764601446"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-08T20:12:22.708Z","publish_time":1754683942708,"_source_registry_name":"default","contributors":[]},"4.9.0-firebase-studio-sdk-integration.f7536090e":{"name":"@firebase/firestore","version":"4.9.0-firebase-studio-sdk-integration.f7536090e","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-firebase-studio-sdk-integration.f7536090e","@firebase/logger":"0.5.0-firebase-studio-sdk-integration.f7536090e","@firebase/util":"1.13.0-firebase-studio-sdk-integration.f7536090e","@firebase/webchannel-wrapper":"1.0.4-firebase-studio-sdk-integration.f7536090e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.1-firebase-studio-sdk-integration.f7536090e"},"devDependencies":{"@firebase/app":"0.14.1-firebase-studio-sdk-integration.f7536090e","@firebase/app-compat":"0.5.1-firebase-studio-sdk-integration.f7536090e","@firebase/auth":"1.11.0-firebase-studio-sdk-integration.f7536090e","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.0-firebase-studio-sdk-integration.f7536090e","readmeFilename":"README.md","gitHead":"f7536090eb920d619b6355a01406ff93b822f0dc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-KnLu2DI/XeUE1l0eTf3hcRVU/+hG1avEmnstmxod6Jo84GJJUhbNTBCJ34b168Wa28jU4+5hp9cMsGlRu6qAmg==","shasum":"82f5566a2b79744db25ccbf16b5fb675e85a19a7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.0-firebase-studio-sdk-integration.f7536090e.tgz","fileCount":879,"unpackedSize":28330536,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEmU0EbvnMFjiJh8NEV30GU+v/8vjC+FxH4hwcO4zExgAiEAnIEsjsSrj5QDhVwVrxtvgJ7zoAJxB1t0LU+aNO+5EEM="}],"size":5841631},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.0-firebase-studio-sdk-integration.f7536090e_1755023806409_0.6937591126104021"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-12T18:36:46.739Z","publish_time":1755023806739,"_source_registry_name":"default","contributors":[]},"4.9.0-firebase-studio-sdk-integration.556d1bed2":{"name":"@firebase/firestore","version":"4.9.0-firebase-studio-sdk-integration.556d1bed2","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-firebase-studio-sdk-integration.556d1bed2","@firebase/logger":"0.5.0-firebase-studio-sdk-integration.556d1bed2","@firebase/util":"1.13.0-firebase-studio-sdk-integration.556d1bed2","@firebase/webchannel-wrapper":"1.0.4-firebase-studio-sdk-integration.556d1bed2","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.1-firebase-studio-sdk-integration.556d1bed2"},"devDependencies":{"@firebase/app":"0.14.1-firebase-studio-sdk-integration.556d1bed2","@firebase/app-compat":"0.5.1-firebase-studio-sdk-integration.556d1bed2","@firebase/auth":"1.11.0-firebase-studio-sdk-integration.556d1bed2","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.0-firebase-studio-sdk-integration.556d1bed2","readmeFilename":"README.md","gitHead":"556d1bed2b011989793953669060f2da682dc2ae","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-1MhT8pFk7fKKr+LqjqzAJieJb/rdEPpWhvBmlCDBvZiEbUkOe8CDjLZ5S4CaJskq9D1AzYQBBQFAl3Ifo+WQJg==","shasum":"66a01b249c5123223a8eb1f5754592cef2dd87c7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.0-firebase-studio-sdk-integration.556d1bed2.tgz","fileCount":879,"unpackedSize":28330536,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAZduSES3GdEDGc2O7VYYrdYY3wOZjH5Mai8G671rjXQAiAuQnkskjEatJIq9KR9bF+PunuQKddozr419DawBXCarA=="}],"size":5841621},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.0-firebase-studio-sdk-integration.556d1bed2_1755109873950_0.5893929416761043"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-13T18:31:14.259Z","publish_time":1755109874259,"_source_registry_name":"default","contributors":[]},"4.9.0-canary.5501791d0":{"name":"@firebase/firestore","version":"4.9.0-canary.5501791d0","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.5501791d0","@firebase/logger":"0.5.0-canary.5501791d0","@firebase/util":"1.13.0-canary.5501791d0","@firebase/webchannel-wrapper":"1.0.4-canary.5501791d0","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.1-canary.5501791d0"},"devDependencies":{"@firebase/app":"0.14.1-canary.5501791d0","@firebase/app-compat":"0.5.1-canary.5501791d0","@firebase/auth":"1.11.0-canary.5501791d0","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.0-canary.5501791d0","readmeFilename":"README.md","gitHead":"5501791d0bd665c1c7d4fcd786053a46ceff208c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-75cqLdLCfsmdMW8UAm6Ekt4/646avFt+/OQAFi9tIev/HGINWxTUpMTRwugh0UueusTP6rKZY7Q/4+DLogBu6w==","shasum":"85fb7e5851c2dd7c3e5fb84aba5319a521fb56ba","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.0-canary.5501791d0.tgz","fileCount":879,"unpackedSize":28329811,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEHsSQqFOSRl2+Ywy63EoW5Kr+QW9YQJkIQE83rb4ZjlAiEAkVuO0D7J44+fk/UXowI46c1ev3/SfixGMOZbVfNSUTY="}],"size":5841525},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.0-canary.5501791d0_1755126524463_0.27125977593675743"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-13T23:08:44.842Z","publish_time":1755126524842,"_source_registry_name":"default","contributors":[]},"4.9.0-canary.2058432e6":{"name":"@firebase/firestore","version":"4.9.0-canary.2058432e6","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.2058432e6","@firebase/logger":"0.5.0-canary.2058432e6","@firebase/util":"1.13.0-canary.2058432e6","@firebase/webchannel-wrapper":"1.0.4-canary.2058432e6","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.1-canary.2058432e6"},"devDependencies":{"@firebase/app":"0.14.1-canary.2058432e6","@firebase/app-compat":"0.5.1-canary.2058432e6","@firebase/auth":"1.11.0-canary.2058432e6","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.0-canary.2058432e6","readmeFilename":"README.md","gitHead":"2058432e6c8e809d5b695e31fde582e94f1349c5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-LakcqXmzTZjWPTnPv9SRlY4ZHHaMD8N+DDVzIHw27rVigqBXqazYTbJKR9gMS6J4lZMg6Kplw5udrEbscc1Odw==","shasum":"1a9fd6405d2ef060fa3718315084066c6ab44425","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.0-canary.2058432e6.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIF2AQmXaDWig8ozVkvYV7CEQea0wXBm3beA+3s5vSiDlAiB8Xnt3ivf8OuuzmzUF+Iu3DyM9pqkJG0g3/8AHJ8hK7w=="}],"size":5841664},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.0-canary.2058432e6_1755548486295_0.7024653748729841"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-18T20:21:26.654Z","publish_time":1755548486654,"_source_registry_name":"default","contributors":[]},"4.9.0-canary.02280d747":{"name":"@firebase/firestore","version":"4.9.0-canary.02280d747","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.02280d747","@firebase/logger":"0.5.0-canary.02280d747","@firebase/util":"1.13.0-canary.02280d747","@firebase/webchannel-wrapper":"1.0.4-canary.02280d747","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.1-canary.02280d747"},"devDependencies":{"@firebase/app":"0.14.1-canary.02280d747","@firebase/app-compat":"0.5.1-canary.02280d747","@firebase/auth":"1.11.0-canary.02280d747","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.0-canary.02280d747","readmeFilename":"README.md","gitHead":"02280d747863445fa1c21dfda01030412a6cecff","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-p9gQULujckk0s8lqVQIFe830HLfH5hhoVtyWjEs40abW0TYtCvkVENiNoIf09V50itdBgLFgCLOSFByls4I/0w==","shasum":"4f7ef88094d0845894e13d39378a9b912a6dd3ef","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.0-canary.02280d747.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDTrH+SJ43x6iugoGE2KfLcvfGjAj0IJuhe0fcs9CLJNgIhAOK8MHeKNLiXZhkMX99fPuS+5ycVIUMLK7VaxpuZTgsb"}],"size":5841664},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.0-canary.02280d747_1755707289703_0.3221221060256172"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-20T16:28:10.033Z","publish_time":1755707290033,"_source_registry_name":"default","contributors":[]},"4.9.0-canary.9b63cd60e":{"name":"@firebase/firestore","version":"4.9.0-canary.9b63cd60e","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.9b63cd60e","@firebase/logger":"0.5.0-canary.9b63cd60e","@firebase/util":"1.13.0-canary.9b63cd60e","@firebase/webchannel-wrapper":"1.0.4-canary.9b63cd60e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.1-canary.9b63cd60e"},"devDependencies":{"@firebase/app":"0.14.1-canary.9b63cd60e","@firebase/app-compat":"0.5.1-canary.9b63cd60e","@firebase/auth":"1.11.0-canary.9b63cd60e","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.0-canary.9b63cd60e","readmeFilename":"README.md","gitHead":"9b63cd60efcd02b64b0d37f81affb3eabf70f9eb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-lIjOicozzXOfr65knyG1nbQP8vU+pCDdg7sZNGyPzOklROIADZm6uuSSGYBlF2EMFa3yp7pwiwfi9REBqWhfgg==","shasum":"17d750efa7e2e25ae5532dc60c13ab8542721716","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.0-canary.9b63cd60e.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAKXLOw1KWsJTSyH83WqUgFSJ1yrDmt3GCJ4BiFCDSkqAiAgM9XFseqJlIembDdb8sUSQbIiQhIkkZz5hQ+c1PZatA=="}],"size":5841649},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.0-canary.9b63cd60e_1755707562242_0.36783734755737796"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-20T16:32:42.559Z","publish_time":1755707562559,"_source_registry_name":"default","contributors":[]},"4.9.0-canary.84b8bed35":{"name":"@firebase/firestore","version":"4.9.0-canary.84b8bed35","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.84b8bed35","@firebase/logger":"0.5.0-canary.84b8bed35","@firebase/util":"1.13.0-canary.84b8bed35","@firebase/webchannel-wrapper":"1.0.4-canary.84b8bed35","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.1-canary.84b8bed35"},"devDependencies":{"@firebase/app":"0.14.1-canary.84b8bed35","@firebase/app-compat":"0.5.1-canary.84b8bed35","@firebase/auth":"1.11.0-canary.84b8bed35","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.0-canary.84b8bed35","readmeFilename":"README.md","gitHead":"84b8bed35b69e4713fe8f677803cb06625525a61","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-I/jkkHeh/5DnILaBCQ4qtMzbASNnKduEIRf9JlbXVOJmzwSo1tvxeB/9LJfSd0jJp2CmnkJK0buKHPZfdJnurQ==","shasum":"c48901e03889d35e08917418d7739ac572d857c5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.0-canary.84b8bed35.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDBNLACxMbXDqL8+sGObHDxYmUXABNlgV8ZJq0gdgeXRgIhANlqg6YYt2R8RNKHdzSwIzRPLjcQgEg+fC7HsoWSlZ+5"}],"size":5841657},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.0-canary.84b8bed35_1755797552875_0.4582847402657608"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-21T17:32:33.263Z","publish_time":1755797553263,"_source_registry_name":"default","contributors":[]},"4.9.0-canary.c5f08a9bc":{"name":"@firebase/firestore","version":"4.9.0-canary.c5f08a9bc","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.c5f08a9bc","@firebase/logger":"0.5.0-canary.c5f08a9bc","@firebase/util":"1.13.0-canary.c5f08a9bc","@firebase/webchannel-wrapper":"1.0.4-canary.c5f08a9bc","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.1-canary.c5f08a9bc"},"devDependencies":{"@firebase/app":"0.14.1-canary.c5f08a9bc","@firebase/app-compat":"0.5.1-canary.c5f08a9bc","@firebase/auth":"1.11.0-canary.c5f08a9bc","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.0-canary.c5f08a9bc","readmeFilename":"README.md","gitHead":"c5f08a9bc5da0d2b0207802c972d53724ccef055","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Fuk7vdKogqL56XWWQv7j3gALt9jcSsNvaFeQafECdvdo6/ymyq9y63diR5Jpoe4Un61+PLnKWq85xbOMdKblpg==","shasum":"fde70cade6b519ad9c096631a9b7345101e3d502","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.0-canary.c5f08a9bc.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIB+rj6qHKRJLw4XhfvXFQh1N5ZdvnsgdaKunYQERLdBPAiAL3pGTHhM0Ccq5lVoN0QWU3vphP+fZ2ga1QkicbvMJ3A=="}],"size":5841637},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.0-canary.c5f08a9bc_1755797577432_0.7556858036503136"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-21T17:32:57.775Z","publish_time":1755797577775,"_source_registry_name":"default","contributors":[]},"4.9.0-canary.cbef6c6e5":{"name":"@firebase/firestore","version":"4.9.0-canary.cbef6c6e5","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.cbef6c6e5","@firebase/logger":"0.5.0-canary.cbef6c6e5","@firebase/util":"1.13.0-canary.cbef6c6e5","@firebase/webchannel-wrapper":"1.0.4-canary.cbef6c6e5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.1-canary.cbef6c6e5"},"devDependencies":{"@firebase/app":"0.14.1-canary.cbef6c6e5","@firebase/app-compat":"0.5.1-canary.cbef6c6e5","@firebase/auth":"1.11.0-canary.cbef6c6e5","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.0-canary.cbef6c6e5","readmeFilename":"README.md","gitHead":"cbef6c6e5b752c316104f9c834e0fe21b75c3ef1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-iGIyQfVGaQVna6Q89fv8pr5pc4rUAUFm5I9XQxVStJyP/unJOIskVcH3zWrcP8ldFF500rD8JWekhDL3qhgDPw==","shasum":"27f88dd3d0e641667022d0c610936b7406eab282","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.0-canary.cbef6c6e5.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFFIZ+M3lL7Fj/E0MuvlGV2R74X6sPtdIXMUn/ANzqo6AiEAkX7do8l0P7p9KFePHupwR2DQZbLbBJVM/cZx47L54OM="}],"size":5841651},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.0-canary.cbef6c6e5_1756226376792_0.19325137453638241"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-26T16:39:37.121Z","publish_time":1756226377121,"_source_registry_name":"default","contributors":[]},"4.9.0-canary.984086b0b":{"name":"@firebase/firestore","version":"4.9.0-canary.984086b0b","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.984086b0b","@firebase/logger":"0.5.0-canary.984086b0b","@firebase/util":"1.13.0-canary.984086b0b","@firebase/webchannel-wrapper":"1.0.4-canary.984086b0b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.1-canary.984086b0b"},"devDependencies":{"@firebase/app":"0.14.1-canary.984086b0b","@firebase/app-compat":"0.5.1-canary.984086b0b","@firebase/auth":"1.11.0-canary.984086b0b","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.0-canary.984086b0b","readmeFilename":"README.md","gitHead":"984086b0b1bd607d3aac4cbb8400bc61416e2959","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-njirW2sb8rCgXI6vsm1Zxs0tY+enajxiS/qPpALBhyVEWDH9Oibbhn/U3V7rMJ0L5p0qJvGWoqTe0ZMeDCCOlg==","shasum":"9fb87080c64c755d50c0705227dad18d6cce79d8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.0-canary.984086b0b.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCVFGa53Qnt9J4VjQfsKt7P5ZucpzVrai0SJOdKj9n3XQIhALHJgWOgqxtzdA1q41HQ3U9fel6aAp25zyi+4oWSdLHz"}],"size":5841663},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.0-canary.984086b0b_1756304050771_0.8324347582671494"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-27T14:14:11.083Z","publish_time":1756304051083,"_source_registry_name":"default","contributors":[]},"4.9.1-20250827140758":{"name":"@firebase/firestore","version":"4.9.1-20250827140758","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0","@firebase/logger":"0.5.0","@firebase/util":"1.13.0","@firebase/webchannel-wrapper":"1.0.4","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.14.1","@firebase/app-compat":"0.5.1","@firebase/auth":"1.11.0","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.1-20250827140758","readmeFilename":"README.md","gitHead":"72b43d03ea3878d74bec2ec2ebfa829278bdbd8b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-8e9SOPPJpGfvv/O/MGg4sA43zfklOqDINR/yqsUt8kVC/sd4WFv7jNvJiwTEiVhZeOrexGRjkwKvOS3rj/GRVA==","shasum":"43a9d1cbaaa150818b7cc635d1b0ceeb394de7d6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.1-20250827140758.tgz","fileCount":879,"unpackedSize":28329780,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDFR8Yn+ANTrdAjTkCdDybSWqYDdXgBwH30rcuehXNTFwIhAMIjN/v/dSI2d3YfOc0GdcNi4+Fse3CIHeqRWlElmiqp"}],"size":5841681},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.1-20250827140758_1756304155110_0.16198176932669073"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-27T14:15:55.432Z","publish_time":1756304155432,"_source_registry_name":"default","contributors":[]},"4.9.1":{"name":"@firebase/firestore","version":"4.9.1","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0","@firebase/logger":"0.5.0","@firebase/util":"1.13.0","@firebase/webchannel-wrapper":"1.0.4","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.14.2","@firebase/app-compat":"0.5.2","@firebase/auth":"1.11.0","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.1","gitHead":"f2ecae7df6f1bf8e7304498c8f1b23d40f60b1ab","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-PYVUTkhC9y8pydrqC3O1Oc4AMfkGSWdmuH9xgPJjiEbpUIUPQ4J8wJhyuash+o2u+axmyNRFP8ULNUKb+WzBzQ==","shasum":"44baf1bd697f6ef5adbe8265774c978357340d85","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.1.tgz","fileCount":879,"unpackedSize":28329461,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCK3JONFIO92c2z7JPhjtZzeUckxWK7gHtiHuIMHqhksgIgCjiuCCO40llTrxKvr0DgTvPfF3QbYEqod8DuKH/xhUw="}],"size":5841463},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.1_1756396251988_0.6885726363763596"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-28T15:50:52.319Z","publish_time":1756396252319,"_source_registry_name":"default","contributors":[]},"4.9.1-canary.f2ecae7df":{"name":"@firebase/firestore","version":"4.9.1-canary.f2ecae7df","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.f2ecae7df","@firebase/logger":"0.5.0-canary.f2ecae7df","@firebase/util":"1.13.0-canary.f2ecae7df","@firebase/webchannel-wrapper":"1.0.4-canary.f2ecae7df","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.2-canary.f2ecae7df"},"devDependencies":{"@firebase/app":"0.14.2-canary.f2ecae7df","@firebase/app-compat":"0.5.2-canary.f2ecae7df","@firebase/auth":"1.11.0-canary.f2ecae7df","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.1-canary.f2ecae7df","readmeFilename":"README.md","gitHead":"f2ecae7df6f1bf8e7304498c8f1b23d40f60b1ab","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-vWmjMHXYkO1E99N//bRzZ3W4X++wm9OCV3kSeO/Uiqz2wmgY+ZMMtIb0vZvpSsmHn0G1mvyZZTXc4DFoSC4yNA==","shasum":"b14a25015e36fe10ca98abebb68e57d6134bda49","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.1-canary.f2ecae7df.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHjJVEZSDrsJUqlkWu+zMxq9BW1VfrdAAObk+uZgIPirAiAwfVCduoKW+svfEwXIWSKDO2shdxgRs1vtNv/ubTzrVQ=="}],"size":5841671},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.1-canary.f2ecae7df_1756399211641_0.492458154066991"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-28T16:40:11.987Z","publish_time":1756399211987,"_source_registry_name":"default","contributors":[]},"4.9.1-canary.095c098de":{"name":"@firebase/firestore","version":"4.9.1-canary.095c098de","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.095c098de","@firebase/logger":"0.5.0-canary.095c098de","@firebase/util":"1.13.0-canary.095c098de","@firebase/webchannel-wrapper":"1.0.4-canary.095c098de","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.2-canary.095c098de"},"devDependencies":{"@firebase/app":"0.14.2-canary.095c098de","@firebase/app-compat":"0.5.2-canary.095c098de","@firebase/auth":"1.11.0-canary.095c098de","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.1-canary.095c098de","readmeFilename":"README.md","gitHead":"095c098de1e4399f3fb2993edae45060b2a8c6d0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-gpHw2TIjXFeMDmDdKewWqUCbPa4TrEI/YqXC+lSxvlqMNkDRlYp8sbs+XmO5owBnkVZlTkK1EctAC7ls3Z9pvA==","shasum":"f069b23db34b5ce8916cd6b0dd465fe3836233c8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.1-canary.095c098de.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCInpfmhSaPHvesSOCc6FNIwu6TLEuQOlgJmKBe38ADgwIgTMBwVvZ6g2vf48rI4qQ5R+GpY0KnCwR6rx82Cd4d30A="}],"size":5841679},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.1-canary.095c098de_1756426308899_0.5232217644272459"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-29T00:11:49.217Z","publish_time":1756426309217,"_source_registry_name":"default","contributors":[]},"4.9.1-canary.4d834deb2":{"name":"@firebase/firestore","version":"4.9.1-canary.4d834deb2","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.4d834deb2","@firebase/logger":"0.5.0-canary.4d834deb2","@firebase/util":"1.13.0-canary.4d834deb2","@firebase/webchannel-wrapper":"1.0.4-canary.4d834deb2","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.2-canary.4d834deb2"},"devDependencies":{"@firebase/app":"0.14.2-canary.4d834deb2","@firebase/app-compat":"0.5.2-canary.4d834deb2","@firebase/auth":"1.11.0-canary.4d834deb2","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.1-canary.4d834deb2","readmeFilename":"README.md","gitHead":"4d834deb2c37c28ad3b551c76aea57f03af369b2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-c1p3Xc/LQhrphJ3jPU9B0pSp7E+kJLUwv3Wk8VlwmUiea9uNoRqQOT8m3zgugBAZWApMJfiHi85YrqpiuTvZPA==","shasum":"6d106ccb731dec4f77ed3f85dc6960a1ea2bccee","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.1-canary.4d834deb2.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDTh2hrT4QDRbRhA3IiktEy6rs4gOzwgO82MseKlvCamwIgLlwYx0owJuRhGLvYiHT1S6Q83DYfrsguozI+20BVYWU="}],"size":5841657},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.1-canary.4d834deb2_1756488638664_0.5543489542307438"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-29T17:30:38.957Z","publish_time":1756488638957,"_source_registry_name":"default","contributors":[]},"4.9.1-canary.a4848b401":{"name":"@firebase/firestore","version":"4.9.1-canary.a4848b401","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.a4848b401","@firebase/logger":"0.5.0-canary.a4848b401","@firebase/util":"1.13.0-canary.a4848b401","@firebase/webchannel-wrapper":"1.0.4-canary.a4848b401","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.2-canary.a4848b401"},"devDependencies":{"@firebase/app":"0.14.2-canary.a4848b401","@firebase/app-compat":"0.5.2-canary.a4848b401","@firebase/auth":"1.11.0-canary.a4848b401","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.1-canary.a4848b401","readmeFilename":"README.md","gitHead":"a4848b401f6e8da16b0d0fdbfd064e8d68566555","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-GKBkqtdM+LESBgD8254yX6QQImPACWO1cpZaQnrNHDEX+UCzKxGypmg0eh8KmEa8Tagy8wvgxf4fC1YBdygBYg==","shasum":"a5a1e5b8dbee39f9804df7972ec996cbc89fec4c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.1-canary.a4848b401.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAez7qG9IQ8Sq5QEHSJbC+ZvBvlNf90Q0bIDzJRspjFuAiADjH/GJ5DLKf0e0A+JICi+zQ2C7GivSQqPg/7MnWBXrQ=="}],"size":5841665},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.1-canary.a4848b401_1756833348810_0.3390218195593795"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-02T17:15:49.166Z","publish_time":1756833349166,"_source_registry_name":"default","contributors":[]},"4.9.1-canary.55f3f83a7":{"name":"@firebase/firestore","version":"4.9.1-canary.55f3f83a7","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.55f3f83a7","@firebase/logger":"0.5.0-canary.55f3f83a7","@firebase/util":"1.13.0-canary.55f3f83a7","@firebase/webchannel-wrapper":"1.0.4-canary.55f3f83a7","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.2-canary.55f3f83a7"},"devDependencies":{"@firebase/app":"0.14.2-canary.55f3f83a7","@firebase/app-compat":"0.5.2-canary.55f3f83a7","@firebase/auth":"1.11.0-canary.55f3f83a7","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.1-canary.55f3f83a7","readmeFilename":"README.md","gitHead":"55f3f83a7f2ed444f9880e1284f37c667532d13b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-8KVwjJoUpdXNCLYLaQIZQ2LhV059+YvtAQJzyCxZRqN0c+mMRlxAzyhpEzb2Rkohitf0KCtM7TFvc29QpVeD+g==","shasum":"aab085def01f824a6df1b373a4fb74320d2c25f3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.1-canary.55f3f83a7.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICDMKkV3h17J+kZmSw0tIucMg/ymNeK7OHKxvLccjq1OAiA1nliVjfEl2URDaSFIoFY6lreeMkET7y+h65NTQHC+qg=="}],"size":5841667},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.1-canary.55f3f83a7_1757002926908_0.5808006844304638"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-04T16:22:07.209Z","publish_time":1757002927209,"_source_registry_name":"default","contributors":[]},"4.9.1-canary.06ab5c4f9":{"name":"@firebase/firestore","version":"4.9.1-canary.06ab5c4f9","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.06ab5c4f9","@firebase/logger":"0.5.0-canary.06ab5c4f9","@firebase/util":"1.13.0-canary.06ab5c4f9","@firebase/webchannel-wrapper":"1.0.4-canary.06ab5c4f9","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.2-canary.06ab5c4f9"},"devDependencies":{"@firebase/app":"0.14.2-canary.06ab5c4f9","@firebase/app-compat":"0.5.2-canary.06ab5c4f9","@firebase/auth":"1.11.0-canary.06ab5c4f9","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.1-canary.06ab5c4f9","readmeFilename":"README.md","gitHead":"06ab5c4f9b84085068381f6dff5e03b1b7cf4b2c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-wT850mDWReFNkoe/oR+yiUXw0L5ZX/BIob+U01bR/cnVn5DaH9saC6yFkXqljVp5h1TkIG1IoCk+6I2N7Bft2g==","shasum":"d2c5499eeb8a34cdc8cdeb20749f9d11ae3be617","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.1-canary.06ab5c4f9.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD61cdvUsCWiVGvWLEfrH6aSLU2ptSWelRmSQEfHkxmfgIgXmqve/RmunNOF9cMGLMXD9jwFRUNwi8ep+BIa+ZZFLs="}],"size":5841661},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.1-canary.06ab5c4f9_1757442409605_0.21619848161228417"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-09T18:26:49.858Z","publish_time":1757442409858,"_source_registry_name":"default","contributors":[]},"4.9.1-canary.120a30838":{"name":"@firebase/firestore","version":"4.9.1-canary.120a30838","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.120a30838","@firebase/logger":"0.5.0-canary.120a30838","@firebase/util":"1.13.0-canary.120a30838","@firebase/webchannel-wrapper":"1.0.4-canary.120a30838","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.2-canary.120a30838"},"devDependencies":{"@firebase/app":"0.14.2-canary.120a30838","@firebase/app-compat":"0.5.2-canary.120a30838","@firebase/auth":"1.11.0-canary.120a30838","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.1-canary.120a30838","readmeFilename":"README.md","gitHead":"120a30838da50f5ade4f634e97c34cbfcaff41ba","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-L0K69EnAd1ykmJ0B1e88eISdWxJvnal0tkTOCcwC2V1qe5ikq5I2tZXq7++zX1XA8x31si9EI8Jn1B+WR4NwBg==","shasum":"2c5bd834a80d23104eef6e8345e434f86c17c080","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.1-canary.120a30838.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCOJM+cIeOa3FK+DkOVuhC+RxaMqWNA4neOofpmVyTaAwIgRZE39pYYcr5GBs/wsghz0Y7x2dHgzBeqUj6p81FPHas="}],"size":5841665},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.1-canary.120a30838_1757697976839_0.19301590857914452"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-12T17:26:17.102Z","publish_time":1757697977102,"_source_registry_name":"default","contributors":[]},"4.9.1-canary.9b8ab02c5":{"name":"@firebase/firestore","version":"4.9.1-canary.9b8ab02c5","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.9b8ab02c5","@firebase/logger":"0.5.0-canary.9b8ab02c5","@firebase/util":"1.13.0-canary.9b8ab02c5","@firebase/webchannel-wrapper":"1.0.4-canary.9b8ab02c5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.2-canary.9b8ab02c5"},"devDependencies":{"@firebase/app":"0.14.2-canary.9b8ab02c5","@firebase/app-compat":"0.5.2-canary.9b8ab02c5","@firebase/auth":"1.11.0-canary.9b8ab02c5","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.1-canary.9b8ab02c5","readmeFilename":"README.md","gitHead":"9b8ab02c543785226fafec056d39be7cf7ee03d1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-aPtEOJmD814sQ3jLaWYY0vJ/H+ocE9cMyur7AHoWvmTj3acy0X6P3J3VnEjZV/lacj3hZGlHoARTOrgBgIrG+A==","shasum":"5aca31d9c9cf2f09dfc3f49f3a828a34e59e421e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.1-canary.9b8ab02c5.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCpUJ/LLzVxh4k3pucSOxfmlrz8b7DmQzcd5MdBlBrexQIhAJRNzVoQavQNmE3IWscleyxqUew+f5SDHfiNXQprPA97"}],"size":5841661},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.1-canary.9b8ab02c5_1757953100651_0.31499419113670024"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-15T16:18:20.928Z","publish_time":1757953100928,"_source_registry_name":"default","contributors":[]},"4.9.1-canary.43276b041":{"name":"@firebase/firestore","version":"4.9.1-canary.43276b041","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.43276b041","@firebase/logger":"0.5.0-canary.43276b041","@firebase/util":"1.13.0-canary.43276b041","@firebase/webchannel-wrapper":"1.0.4-canary.43276b041","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.2-canary.43276b041"},"devDependencies":{"@firebase/app":"0.14.2-canary.43276b041","@firebase/app-compat":"0.5.2-canary.43276b041","@firebase/auth":"1.11.0-canary.43276b041","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.1-canary.43276b041","readmeFilename":"README.md","gitHead":"43276b0414ea5a73e8d8f7e3b80275d8b910102f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-YEHzHDl5CuH21bxSy06awTkaiTT8/zyWJejCa4BMnx0BReL2CKcQsEJX/C0EuICX5mRdTzg6bInNURHCxK36NA==","shasum":"495b44b9e635796a23357d541c11b96b1382d601","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.1-canary.43276b041.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDpwATqzOXfLYi7Wwe0WrNsvXFrqBxv+iBsOBpA4ha84AIgcoHz8vuPU4fHmcreRS6BBUwiKepstizA9mPwN7dK3dI="}],"size":5841668},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.1-canary.43276b041_1758057596631_0.36293134353864764"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-16T21:19:56.999Z","publish_time":1758057596999,"_source_registry_name":"default","contributors":[]},"4.9.1-canary.c1237662e":{"name":"@firebase/firestore","version":"4.9.1-canary.c1237662e","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.c1237662e","@firebase/logger":"0.5.0-canary.c1237662e","@firebase/util":"1.13.0-canary.c1237662e","@firebase/webchannel-wrapper":"1.0.4-canary.c1237662e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.2-canary.c1237662e"},"devDependencies":{"@firebase/app":"0.14.2-canary.c1237662e","@firebase/app-compat":"0.5.2-canary.c1237662e","@firebase/auth":"1.11.0-canary.c1237662e","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.1-canary.c1237662e","readmeFilename":"README.md","gitHead":"c1237662e6851936d2dd6017ab4bc7f0aa5112fd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-lli4GxiSwhVLcIqf5TVAMAOl28H3zxXCa20I95cfwPt2ospXeoxE0fre2ZauVTc/n/OqwREZO6PApl7ypcsT6A==","shasum":"e31bf6c0b282d81e8ea864e9134ab510b0b925ad","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.1-canary.c1237662e.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBaWRg80J4cjBXxUy50m+02NjRWvtKQh1Rc1h98RGo4kAiEA12ULXvIfpG44MGGTGGO7KpN0jdCW7mSl/Bx5AY7INNI="}],"size":5841663},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.1-canary.c1237662e_1758126049956_0.7764272010830218"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-17T16:20:50.246Z","publish_time":1758126050246,"_source_registry_name":"default","contributors":[]},"4.9.2-20250917161512":{"name":"@firebase/firestore","version":"4.9.2-20250917161512","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0","@firebase/logger":"0.5.0","@firebase/util":"1.13.0","@firebase/webchannel-wrapper":"1.0.5-20250917161512","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.14.2","@firebase/app-compat":"0.5.2","@firebase/auth":"1.11.0","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-20250917161512","readmeFilename":"README.md","gitHead":"37f9ef516ed5e1481960e3b41051b12c56cf247e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Pxam9YNYMfSP+MsekvNsaW0GkO8AX0xvKhcoXx2qlW8GtNQrmOqi7ij00ZILT9mX6eQlVyrLZOFYTtg7vDaZUw==","shasum":"d4e48eb88d952f4c59025735749952d3119c38d2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-20250917161512.tgz","fileCount":879,"unpackedSize":28329795,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDppwiFWYE0B7tYW4eHiR4c1+iAw+WH3lcZZn3OY8rklgIhALFcgEWARXzVY24FNT2zAPO4xACcZyeZZTN7024hEqkt"}],"size":5841676},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-20250917161512_1758126212605_0.27467776687733725"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-17T16:23:32.950Z","publish_time":1758126212950,"_source_registry_name":"default","contributors":[]},"4.9.1-canary.6ab71fa0b":{"name":"@firebase/firestore","version":"4.9.1-canary.6ab71fa0b","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.6ab71fa0b","@firebase/logger":"0.5.0-canary.6ab71fa0b","@firebase/util":"1.13.0-canary.6ab71fa0b","@firebase/webchannel-wrapper":"1.0.4-canary.6ab71fa0b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.2-canary.6ab71fa0b"},"devDependencies":{"@firebase/app":"0.14.2-canary.6ab71fa0b","@firebase/app-compat":"0.5.2-canary.6ab71fa0b","@firebase/auth":"1.11.0-canary.6ab71fa0b","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.1-canary.6ab71fa0b","readmeFilename":"README.md","gitHead":"6ab71fa0b3257ca556546a504e18fa4edbbd32cb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-qqkX1BG9RfQdQTYm2PaKA18mphewH4lQjaolxKBZ59NEdRM7MqRO7gbl81J3Tmwcdh0E7IjFIcL6yB+NNPwhGg==","shasum":"498f5ddffef8276bf6cb4f456a2db4988d71efae","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.1-canary.6ab71fa0b.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGioDQlBDuYd8BWGvM2CgSzHSgvjsXjhNciVPPpEPUWNAiBWN5MdGwwR6O36WwBuIsE2J6/kP00TiG/HYNT+LZChmw=="}],"size":5841656},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.1-canary.6ab71fa0b_1758221188000_0.8730408866585744"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-18T18:46:28.336Z","publish_time":1758221188336,"_source_registry_name":"default","contributors":[]},"4.9.2":{"name":"@firebase/firestore","version":"4.9.2","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0","@firebase/logger":"0.5.0","@firebase/util":"1.13.0","@firebase/webchannel-wrapper":"1.0.5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.14.3","@firebase/app-compat":"0.5.3","@firebase/auth":"1.11.0","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2","gitHead":"8d3211bb99502448d5f03e8f920a09cbebc2e643","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-iuA5+nVr/IV/Thm0Luoqf2mERUvK9g791FZpUJV1ZGXO6RL2/i/WFJUj5ZTVXy5pRjpWYO+ZzPcReNrlilmztA==","shasum":"0c65203f9754d5aa801ec31c6f885445cfb346f4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2.tgz","fileCount":879,"unpackedSize":28329461,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFS7+ZjCBqCdU2uTnA6vlHyuog9RvsMoTWNjO4yw8AUvAiAH9/B1qa1hLl6AMyvuuiu2ava3uiI+XdldEIXUCBKlag=="}],"size":5841460},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2_1758236901154_0.8697918366142487"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-18T23:08:21.532Z","publish_time":1758236901532,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.cb3bdd812":{"name":"@firebase/firestore","version":"4.9.2-canary.cb3bdd812","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.cb3bdd812","@firebase/logger":"0.5.0-canary.cb3bdd812","@firebase/util":"1.13.0-canary.cb3bdd812","@firebase/webchannel-wrapper":"1.0.5-canary.cb3bdd812","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.3-canary.cb3bdd812"},"devDependencies":{"@firebase/app":"0.14.3-canary.cb3bdd812","@firebase/app-compat":"0.5.3-canary.cb3bdd812","@firebase/auth":"1.11.0-canary.cb3bdd812","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.cb3bdd812","readmeFilename":"README.md","gitHead":"cb3bdd8122d17adce40e4c95c77227ff508461bb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-8eErGb1buWT72wYRYrBvPCddR+8xvObFJ+a8jynIpaPAhToSrIxWKKSH7WIfo4WjA5ghb7o9UNY8oNO/rH/MnA==","shasum":"cd5dbe2d29fa46e950041e3161abf67b74ce2610","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.cb3bdd812.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGNe2SB4387MpxTsaxVJ6O0MDKrD/Nmte6VCVyZm/273AiEAis3O9UbTHzTfmpZsvd+TzoS+UnnsDVs/BGdStpwxgBs="}],"size":5841661},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.cb3bdd812_1758238545784_0.22325617597934233"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-18T23:35:46.100Z","publish_time":1758238546100,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.1bcf83d7f":{"name":"@firebase/firestore","version":"4.9.2-canary.1bcf83d7f","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.1bcf83d7f","@firebase/logger":"0.5.0-canary.1bcf83d7f","@firebase/util":"1.13.0-canary.1bcf83d7f","@firebase/webchannel-wrapper":"1.0.5-canary.1bcf83d7f","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.3-canary.1bcf83d7f"},"devDependencies":{"@firebase/app":"0.14.3-canary.1bcf83d7f","@firebase/app-compat":"0.5.3-canary.1bcf83d7f","@firebase/auth":"1.11.0-canary.1bcf83d7f","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.1bcf83d7f","readmeFilename":"README.md","gitHead":"1bcf83d7f0640dff67c20939fb9af7bae6a941e0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-slIVLXFblGFnHpMQTkfwiTKOD0JSBdqm1GQvKbliiDc2jfmlFnCnC9eKazv6KNn8DbEVQKXAq7pjyPX+u478hg==","shasum":"597e2e5673cb8afd7eb1cd0e67cf603068d47be4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.1bcf83d7f.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICG9Opjt8ewt0Wk13p+bl/ktyN6AZ0fOYhPrJEq7EgWZAiEA4fgDxrI0KFpYDFReHqM17bLWweLJKDlih5clCGudwEg="}],"size":5841693},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.1bcf83d7f_1758730458085_0.8206960317012912"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-24T16:14:18.431Z","publish_time":1758730458431,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.0ffcb26af":{"name":"@firebase/firestore","version":"4.9.2-canary.0ffcb26af","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.0ffcb26af","@firebase/logger":"0.5.0-canary.0ffcb26af","@firebase/util":"1.13.0-canary.0ffcb26af","@firebase/webchannel-wrapper":"1.0.5-canary.0ffcb26af","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.3-canary.0ffcb26af"},"devDependencies":{"@firebase/app":"0.14.3-canary.0ffcb26af","@firebase/app-compat":"0.5.3-canary.0ffcb26af","@firebase/auth":"1.11.0-canary.0ffcb26af","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.0ffcb26af","readmeFilename":"README.md","gitHead":"0ffcb26af7c597820370fab1223da330728bbb36","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Xp+4ac/SCp9zoYPXyD1pFzGDXw1kCCTqHIrOlsSshIs87ttx/BAiyzbpy6BItOiLrtks2LAuJy2IY5bfI9gBjA==","shasum":"cd9e592dcdba759b3d295079c99ae82090cc481c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.0ffcb26af.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDKvELE95nx0O7zQH5H0Wt0dRS449tWpwERaOkvMdosUwIhANCMgD1YFpbvLnWOKx066fmAQszsyK1DqQPqplp5Sw5W"}],"size":5841689},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.0ffcb26af_1758812750280_0.1173841248639711"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-25T15:05:50.672Z","publish_time":1758812750672,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.7a7634f79":{"name":"@firebase/firestore","version":"4.9.2-canary.7a7634f79","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.7a7634f79","@firebase/logger":"0.5.0-canary.7a7634f79","@firebase/util":"1.13.0-canary.7a7634f79","@firebase/webchannel-wrapper":"1.0.5-canary.7a7634f79","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.3-canary.7a7634f79"},"devDependencies":{"@firebase/app":"0.14.3-canary.7a7634f79","@firebase/app-compat":"0.5.3-canary.7a7634f79","@firebase/auth":"1.11.0-canary.7a7634f79","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.7a7634f79","readmeFilename":"README.md","gitHead":"7a7634f79c4cb0d9389747068b39a7968b5628a0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ibYFHWXj8JqewIPRDCNwrOpOpFRuJHqsfRJY6cqIi7YNoCToPj/ZhbZq9GxZo5r3FAmrrXAx9Hhv/pbDNj+UMQ==","shasum":"fdf2cdc332b606ac56143a62612ba380a9638512","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.7a7634f79.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDSKWgiDaZBVv9FZESu+BnVaE//0Bnf06JBaJSqSJN1FAIgOFFe3QQ/skSz9FjnL2VSn8HIGL2ZVI3HBP9U6kg7Df0="}],"size":5841704},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.7a7634f79_1758825890819_0.3004990002470016"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-25T18:44:51.086Z","publish_time":1758825891086,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.ea8512812":{"name":"@firebase/firestore","version":"4.9.2-canary.ea8512812","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.ea8512812","@firebase/logger":"0.5.0-canary.ea8512812","@firebase/util":"1.13.0-canary.ea8512812","@firebase/webchannel-wrapper":"1.0.5-canary.ea8512812","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.3-canary.ea8512812"},"devDependencies":{"@firebase/app":"0.14.3-canary.ea8512812","@firebase/app-compat":"0.5.3-canary.ea8512812","@firebase/auth":"1.11.0-canary.ea8512812","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.ea8512812","readmeFilename":"README.md","gitHead":"ea8512812b994e5de081cb55a951b627fa0183b3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-3zJxU+uAG8YI0hhWSoTNGQP0Fq+C7q6Oh9WN4ZsTPa9xNGpoTvPY3GcXkc7CgOMGFAgKKrV5McInO6ma8wmbUw==","shasum":"dbd86531e957b9b9a9163a44e022b9d073beb1dd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.ea8512812.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCRSecYQvOARCm+N1QiP9/YmjdqLVSViNUiGBHDPBCrfQIgI8vFcKxjRr8E/S8ZfoGLN8ImaCmwupnn0OS+DOR54iE="}],"size":5841683},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.ea8512812_1759168617107_0.556678556655688"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-29T17:56:57.396Z","publish_time":1759168617396,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.0bb2fe636":{"name":"@firebase/firestore","version":"4.9.2-canary.0bb2fe636","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.0bb2fe636","@firebase/logger":"0.5.0-canary.0bb2fe636","@firebase/util":"1.13.0-canary.0bb2fe636","@firebase/webchannel-wrapper":"1.0.5-canary.0bb2fe636","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.3-canary.0bb2fe636"},"devDependencies":{"@firebase/app":"0.14.3-canary.0bb2fe636","@firebase/app-compat":"0.5.3-canary.0bb2fe636","@firebase/auth":"1.11.0-canary.0bb2fe636","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.0bb2fe636","readmeFilename":"README.md","gitHead":"0bb2fe636c456628feabd10387673f4980c7ba9e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-QgrBxsHKEZ2SoiKigIX9EEGC+WLXYLLOb/GDmFgGZIigCSt+aoCqEnnDs1we4gXx6kiYsIhHaba6mWOTYnVAhQ==","shasum":"d3bb37fec133d81de56ae72098fa84385ac49686","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.0bb2fe636.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFkxgJ/+pGtWyB52zZdAKwE0xo7Hni+Brl+1It4Xt8RrAiEA8/AUUZYAftZrh8bm31n5QOaQ1A0TN6c809Nmg0E2Y/M="}],"size":5841694},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.0bb2fe636_1759169746488_0.15469757632477465"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-29T18:15:46.784Z","publish_time":1759169746784,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.ccbf7ba36":{"name":"@firebase/firestore","version":"4.9.2-canary.ccbf7ba36","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.ccbf7ba36","@firebase/logger":"0.5.0-canary.ccbf7ba36","@firebase/util":"1.13.0-canary.ccbf7ba36","@firebase/webchannel-wrapper":"1.0.5-canary.ccbf7ba36","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.3-canary.ccbf7ba36"},"devDependencies":{"@firebase/app":"0.14.3-canary.ccbf7ba36","@firebase/app-compat":"0.5.3-canary.ccbf7ba36","@firebase/auth":"1.11.0-canary.ccbf7ba36","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.ccbf7ba36","readmeFilename":"README.md","gitHead":"ccbf7ba36fa9b10c100296489f8be265c8f83e41","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ct3204E4kRVN3k+9m8S+qeAm5Q6S8EOapUKQ3MX2Aj+1RuLjaArU4u21rfL3oPpSFzSEQzCOBJu1GJtLJz9kmA==","shasum":"c6ed64f1118ba6b4940cc6faf21cb011a67b107b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.ccbf7ba36.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDK0v34kF/ueSUpIj+uT6a2RIHNf/vUSrdfzrHEQcVg8gIgOXxH1u/kIDmXc+HMBYSGDrZQLksIIhW0927Xgf0t2Fc="}],"size":5841691},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.ccbf7ba36_1759172751296_0.13031157721803344"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-29T19:05:51.623Z","publish_time":1759172751623,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.2596dd1b5":{"name":"@firebase/firestore","version":"4.9.2-canary.2596dd1b5","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.2596dd1b5","@firebase/logger":"0.5.0-canary.2596dd1b5","@firebase/util":"1.13.0-canary.2596dd1b5","@firebase/webchannel-wrapper":"1.0.5-canary.2596dd1b5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.3-canary.2596dd1b5"},"devDependencies":{"@firebase/app":"0.14.3-canary.2596dd1b5","@firebase/app-compat":"0.5.3-canary.2596dd1b5","@firebase/auth":"1.11.0-canary.2596dd1b5","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.2596dd1b5","readmeFilename":"README.md","gitHead":"2596dd1b5072298da8814844a312681174fc2dca","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-A0dcNCJGXnTUvCxjy0/CAfEWGLZ4GOE9Vf1Za6RvzSLtt9QIguxHJMlhJuB5W+il/9wvojUPqbhJ2dPz5dlYXw==","shasum":"21e0f80b1135e98af822d3eabb9104afee7276cd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.2596dd1b5.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDVTSLMd8iYCD1pfqGpVTaEUQ1v+/gkyOn6p9Nbu3cf8gIgMbjH3XnvA72epGwhsYt0H73lAPgOW8PNEWE85ok/kRc="}],"size":5841695},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.2596dd1b5_1759845147880_0.3361524358257375"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-07T13:52:28.173Z","publish_time":1759845148173,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.b7e18d0ff":{"name":"@firebase/firestore","version":"4.9.2-canary.b7e18d0ff","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.b7e18d0ff","@firebase/logger":"0.5.0-canary.b7e18d0ff","@firebase/util":"1.13.0-canary.b7e18d0ff","@firebase/webchannel-wrapper":"1.0.5-canary.b7e18d0ff","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.4-canary.b7e18d0ff"},"devDependencies":{"@firebase/app":"0.14.4-canary.b7e18d0ff","@firebase/app-compat":"0.5.4-canary.b7e18d0ff","@firebase/auth":"1.11.0-canary.b7e18d0ff","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.b7e18d0ff","readmeFilename":"README.md","gitHead":"b7e18d0ff5cebb1b9e4f7c3a3743716337164587","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-YfwlPjMK/79iDtKVD+I4Fb9uEqzfYBVZXIGo1vz4suWCwWo64VkcVR3ihoJkfSNhY4ITRVUBS2QsxxXbSQsMlA==","shasum":"277310cb9426df01401a661493cc4ee21fd440af","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.b7e18d0ff.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCyRym7EgbSYa2bLx/lzEwhIw1RmGPramYnytloceMYwgIgWcuqwvAUGsUOAMFvjyN1uHz3HTb7DNMwgIYqkzQddhw="}],"size":5841688},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.b7e18d0ff_1760015757954_0.2071602034436728"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-09T13:15:58.241Z","publish_time":1760015758241,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.261508183":{"name":"@firebase/firestore","version":"4.9.2-canary.261508183","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.261508183","@firebase/logger":"0.5.0-canary.261508183","@firebase/util":"1.13.0-canary.261508183","@firebase/webchannel-wrapper":"1.0.5-canary.261508183","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.4-canary.261508183"},"devDependencies":{"@firebase/app":"0.14.4-canary.261508183","@firebase/app-compat":"0.5.4-canary.261508183","@firebase/auth":"1.11.0-canary.261508183","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.261508183","readmeFilename":"README.md","gitHead":"261508183c249dcec737448dde3aad7399f4668c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-/ubt0WkH5d9LoafctnvCCLWOdY9yJYsPpLq+T5C/osDIGhNBYBFRJlIbTYzz00b4MKx02m3F+o+2BJ3dEvAk8Q==","shasum":"a3c16ce2ce246119025bf2a7805c345dd7c55aa6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.261508183.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICDXDWYdPK9u9wkEL/LO4jHGWBqd1OLM2lc7x3VUbGluAiEA1KHvP868FGbp4QrzIdYrOJlZlBPYkxFh2ganKI0N+ew="}],"size":5841703},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.261508183_1760117842745_0.6671275232864988"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-10T17:37:23.006Z","publish_time":1760117843006,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.c8263c471":{"name":"@firebase/firestore","version":"4.9.2-canary.c8263c471","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.c8263c471","@firebase/logger":"0.5.0-canary.c8263c471","@firebase/util":"1.13.0-canary.c8263c471","@firebase/webchannel-wrapper":"1.0.5-canary.c8263c471","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.4-canary.c8263c471"},"devDependencies":{"@firebase/app":"0.14.4-canary.c8263c471","@firebase/app-compat":"0.5.4-canary.c8263c471","@firebase/auth":"1.11.0-canary.c8263c471","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.c8263c471","readmeFilename":"README.md","gitHead":"c8263c471db4df1b0e23f0d2a11c69fd6b920e2e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-OCt+a7Go6DHD3Ciz+mSa9L7lu1VjyW0g5Up1LawswAn4nWOm/FmPfu8RzQaoj2jTQdtyNd4Bh/Oj0FHvjiVN3A==","shasum":"ae49952de40050c697e342e06e38ff610f80cc20","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.c8263c471.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDOBJAehHMpmNjxcBLzjYGQ2d6+WVGdJ6m+/pXeu24mlwIgO6m9ranGwxRis8EXzDuTeyG9pRooWjjmWG0fb0SlqM4="}],"size":5841698},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.c8263c471_1760633370710_0.34032439038894524"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-16T16:49:31.010Z","publish_time":1760633371010,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.44d9891f9":{"name":"@firebase/firestore","version":"4.9.2-canary.44d9891f9","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.44d9891f9","@firebase/logger":"0.5.0-canary.44d9891f9","@firebase/util":"1.13.0-canary.44d9891f9","@firebase/webchannel-wrapper":"1.0.5-canary.44d9891f9","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.4-canary.44d9891f9"},"devDependencies":{"@firebase/app":"0.14.4-canary.44d9891f9","@firebase/app-compat":"0.5.4-canary.44d9891f9","@firebase/auth":"1.11.0-canary.44d9891f9","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.44d9891f9","readmeFilename":"README.md","gitHead":"44d9891f93298ab4bcef5170c40c235831af0276","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-kb/BggPpSBES+ti+NfN76IQSqGh+OtvrhFaw5g6xn60g4+mPdSuRuJmm5vkTq0z6N0dL+KtgNmXciIvaQMa3/g==","shasum":"08b23e6550000fc76f33625493756b28fa72e100","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.44d9891f9.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAzwbqT+uoOX/TgnzlUNTzRnf+/VHc7a69JvFXaLGzu+AiEAz5XD2m94HZeL6c1Dtl0EcUwdNQlVWT2FOiw48syeUfA="}],"size":5841702},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.44d9891f9_1760976813284_0.5457046651480879"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-20T16:13:33.582Z","publish_time":1760976813582,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.91c218db2":{"name":"@firebase/firestore","version":"4.9.2-canary.91c218db2","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.91c218db2","@firebase/logger":"0.5.0-canary.91c218db2","@firebase/util":"1.13.0-canary.91c218db2","@firebase/webchannel-wrapper":"1.0.5-canary.91c218db2","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.4-canary.91c218db2"},"devDependencies":{"@firebase/app":"0.14.4-canary.91c218db2","@firebase/app-compat":"0.5.4-canary.91c218db2","@firebase/auth":"1.11.0-canary.91c218db2","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.91c218db2","readmeFilename":"README.md","gitHead":"91c218db2d14cb4f1b978b9073510b8bc8f91233","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-DwCY3Vt3lLfupOvTqJemsY1JHvrF7hdh8wTo7hZ+JcSmnySRdT7Y40UhFNjTIZUaI6OW/BO7exOuMsxp0fnxHw==","shasum":"59cd7a578b3a8481d45fb0a932ed9c045274b1c2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.91c218db2.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFA5UkXvPh8wA/wxAs6e/+ozxt9UCCJf9o+gyI+iGR6wAiEAito0CJPY/hga+C2d6PTY8IcwxDJkN+dT0edwHwAL4lc="}],"size":5841685},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.91c218db2_1760976915726_0.9450562182278632"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-20T16:15:16.069Z","publish_time":1760976916069,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.22e0a1adb":{"name":"@firebase/firestore","version":"4.9.2-canary.22e0a1adb","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.22e0a1adb","@firebase/logger":"0.5.0-canary.22e0a1adb","@firebase/util":"1.13.0-canary.22e0a1adb","@firebase/webchannel-wrapper":"1.0.5-canary.22e0a1adb","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.4-canary.22e0a1adb"},"devDependencies":{"@firebase/app":"0.14.4-canary.22e0a1adb","@firebase/app-compat":"0.5.4-canary.22e0a1adb","@firebase/auth":"1.11.0-canary.22e0a1adb","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.22e0a1adb","readmeFilename":"README.md","gitHead":"22e0a1adbc994196690bd020472d119c1a3d200b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-98pw371TvA2eGtvlNHmC9GNAJA23a+N+tyvVm0YKiseBotenrBiE6+f8U9CIHMmxh9so44VsLp+ivitliCWIuQ==","shasum":"bf1abd0818a7b11be40925e46a675dbf40b2fff5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.22e0a1adb.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDos4a/J6UzoU27pS8vbiOAIyPqDpGZ5iUS91K2HgPTlQIhALtAw61WwSZDmSjLKDaOSpCA6DnOxahiaViAjd8xTzGp"}],"size":5841672},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.22e0a1adb_1760978122812_0.7437054066771984"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-20T16:35:23.056Z","publish_time":1760978123056,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.8209266c6":{"name":"@firebase/firestore","version":"4.9.2-canary.8209266c6","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.8209266c6","@firebase/logger":"0.5.0-canary.8209266c6","@firebase/util":"1.13.0-canary.8209266c6","@firebase/webchannel-wrapper":"1.0.5-canary.8209266c6","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.4-canary.8209266c6"},"devDependencies":{"@firebase/app":"0.14.4-canary.8209266c6","@firebase/app-compat":"0.5.4-canary.8209266c6","@firebase/auth":"1.11.0-canary.8209266c6","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.8209266c6","readmeFilename":"README.md","gitHead":"8209266c625c2c08effd8d0d4c82af72439a0f9c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-N/EfYYk6JML0ffey6GaRiKjNi2EMpg0rj0mv0xFH5TmzzvCat3AEEbVt6flzrJASRheT+A4bpo3XN2bNGNxjkA==","shasum":"a18f406bbe7e95dca5145ca4489a8e11c166dbfd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.8209266c6.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBqn/Ztdy6YhFUWckqo79IopCJwRndZWCDhC5hxqaGMjAiEAu+2txVZB+vAGGsLn/3KdtBubejUaO9qYsdNGVnOpsco="}],"size":5841704},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.8209266c6_1761070685500_0.9531003487940506"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-21T18:18:05.815Z","publish_time":1761070685815,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.bc5a7c4a7":{"name":"@firebase/firestore","version":"4.9.2-canary.bc5a7c4a7","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.bc5a7c4a7","@firebase/logger":"0.5.0-canary.bc5a7c4a7","@firebase/util":"1.13.0-canary.bc5a7c4a7","@firebase/webchannel-wrapper":"1.0.5-canary.bc5a7c4a7","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.4-canary.bc5a7c4a7"},"devDependencies":{"@firebase/app":"0.14.4-canary.bc5a7c4a7","@firebase/app-compat":"0.5.4-canary.bc5a7c4a7","@firebase/auth":"1.11.0-canary.bc5a7c4a7","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.bc5a7c4a7","readmeFilename":"README.md","gitHead":"bc5a7c4a74e72e9218d1435bfe50711c77b47cbd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-wJ7bwMiNRKsrqsBzBS6jnAiV20T1ra6fIEULV3Duu/dfMy/Ta2J7XGCnsDRarjH02Jj5qOz3OV742Y6b+aQYfw==","shasum":"6eddf41ea078997e339fbcacb51fc9437c15f622","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.bc5a7c4a7.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCeqY8/bJU0buLyswmRYKFpKAzrrH/WdgjJ/TFVOwtFEwIgN0C0p7ldxxdgkNZOinQFsVKj9PyRzaw9kpYZXFAH+qs="}],"size":5841691},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.bc5a7c4a7_1761668840496_0.23012855642628938"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-28T16:27:20.817Z","publish_time":1761668840817,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.6e0e30317":{"name":"@firebase/firestore","version":"4.9.2-canary.6e0e30317","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.6e0e30317","@firebase/logger":"0.5.0-canary.6e0e30317","@firebase/util":"1.13.0-canary.6e0e30317","@firebase/webchannel-wrapper":"1.0.5-canary.6e0e30317","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.4-canary.6e0e30317"},"devDependencies":{"@firebase/app":"0.14.4-canary.6e0e30317","@firebase/app-compat":"0.5.4-canary.6e0e30317","@firebase/auth":"1.11.0-canary.6e0e30317","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.6e0e30317","readmeFilename":"README.md","gitHead":"6e0e303173c93646c07b9138c7bed8749b514e8f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-G2yQm+gepaCxo87HR0TdYLs+dlBjHicgfvU6zPKxUjxr/PSqV4zhXaqlAMxcbHZHCztINI3Ci9lhpyYgEOLXVA==","shasum":"3f83a891072a5161daed0ba98ab578861dfd76e4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.6e0e30317.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFN6Ahid6PFvjY6sUnHBefWCqQRRmhybjA73nm5bt8AOAiEA0bNDzF1prJ0VU3i3Cp8qV77JjHOBXyQNMELMpoBajUc="}],"size":5841693},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.6e0e30317_1761686135492_0.2306012052372306"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-28T21:15:35.779Z","publish_time":1761686135779,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.63167c68a":{"name":"@firebase/firestore","version":"4.9.2-canary.63167c68a","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.63167c68a","@firebase/logger":"0.5.0-canary.63167c68a","@firebase/util":"1.13.0-canary.63167c68a","@firebase/webchannel-wrapper":"1.0.5-canary.63167c68a","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.5-canary.63167c68a"},"devDependencies":{"@firebase/app":"0.14.5-canary.63167c68a","@firebase/app-compat":"0.5.5-canary.63167c68a","@firebase/auth":"1.11.1-canary.63167c68a","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.63167c68a","readmeFilename":"README.md","gitHead":"63167c68a8e4aa860cf23f5bafb6e22889197cb9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-IPQvxX1fjMrBOWj6zkhQwZbTU1X5rbfaRT3++PJ0dLZIHhLXppQYNmfWNA6+8BcFcLjqLFfWBdIzpcMKCVbOUA==","shasum":"62ce79afa0ac3ca63b4ed58b876ffe0806b5bc52","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.63167c68a.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQC3LKT3w4syld1PJWBVZdk47tDjx0DTiVO0UclToXbV8gIgCz9azEApOyEvwaf83gZbbz5xrsnz8QVFm9gZFw0h+Ck="}],"size":5841702},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.63167c68a_1761840990571_0.31572492303159705"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-30T16:16:30.844Z","publish_time":1761840990844,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.c47bd7175":{"name":"@firebase/firestore","version":"4.9.2-canary.c47bd7175","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.c47bd7175","@firebase/logger":"0.5.0-canary.c47bd7175","@firebase/util":"1.13.0-canary.c47bd7175","@firebase/webchannel-wrapper":"1.0.5-canary.c47bd7175","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.5-canary.c47bd7175"},"devDependencies":{"@firebase/app":"0.14.5-canary.c47bd7175","@firebase/app-compat":"0.5.5-canary.c47bd7175","@firebase/auth":"1.11.1-canary.c47bd7175","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.c47bd7175","readmeFilename":"README.md","gitHead":"c47bd7175bf11fba1840ad789294238e0614e57d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-A1EvolRxoK6a2UNC4GpBgY6/jjDZ/5H+9c2JyjO5+zgotAM0eYIZi9l9iWXhTziOREXQtwviMA3u6hvyhGhZZA==","shasum":"5728d19369f5e8f7988d9a952ba1ea44ae51ec46","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.c47bd7175.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICFs/L5F5HTAer6G7KzWjXHt8GGaX5mH+fvkoUJBSIJHAiEA/xWLJzb6beQLnrbIl7B7IHBVfNXFnBLjsodnh5BPLvY="}],"size":5841699},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.c47bd7175_1761852969435_0.8938240546420868"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-30T19:36:09.724Z","publish_time":1761852969724,"_source_registry_name":"default","contributors":[]},"4.9.2-eap-firestore-pipelines.1.f9c4cdec7":{"name":"@firebase/firestore","version":"4.9.2-eap-firestore-pipelines.1.f9c4cdec7","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-eap-firestore-pipelines.1.f9c4cdec7","@firebase/logger":"0.5.0-eap-firestore-pipelines.1.f9c4cdec7","@firebase/util":"1.13.0-eap-firestore-pipelines.1.f9c4cdec7","@firebase/webchannel-wrapper":"1.0.5-eap-firestore-pipelines.1.f9c4cdec7","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.5-eap-firestore-pipelines.1.f9c4cdec7"},"devDependencies":{"@firebase/app":"0.14.5-eap-firestore-pipelines.1.f9c4cdec7","@firebase/app-compat":"0.5.5-eap-firestore-pipelines.1.f9c4cdec7","@firebase/auth":"1.11.1-eap-firestore-pipelines.1.f9c4cdec7","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-eap-firestore-pipelines.1.f9c4cdec7","readmeFilename":"README.md","gitHead":"f9c4cdec746cb4b6f37fa529ac4ae84172fd5433","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-TWI3yCvGJAO7+g+xIMSozeHnuFMKbw0wOr7vCcbJLBkS7p/JL4DCuJmYvHhmj45KUP3DQMqVkxLF8pPDd2LZZg==","shasum":"679d47f37c6c4eb73a3d5a4380232a0f6b459549","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-eap-firestore-pipelines.1.f9c4cdec7.tgz","fileCount":1821,"unpackedSize":52239131,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFcT/Ny7Lc9LslLLAZ2omQ3qseA+pYC9u3fQYhtnFa1LAiEA47qnP5Ur5IC3PSELDb4xi8bWba121Rw4HmY+Q7OiRcE="}],"size":9844484},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-eap-firestore-pipelines.1.f9c4cdec7_1762306605188_0.3788693377699581"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-05T01:36:45.611Z","publish_time":1762306605611,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.0800a8bed":{"name":"@firebase/firestore","version":"4.9.2-canary.0800a8bed","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.0800a8bed","@firebase/logger":"0.5.0-canary.0800a8bed","@firebase/util":"1.13.0-canary.0800a8bed","@firebase/webchannel-wrapper":"1.0.5-canary.0800a8bed","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.5-canary.0800a8bed"},"devDependencies":{"@firebase/app":"0.14.5-canary.0800a8bed","@firebase/app-compat":"0.5.5-canary.0800a8bed","@firebase/auth":"1.11.1-canary.0800a8bed","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.0800a8bed","readmeFilename":"README.md","gitHead":"0800a8bed01d602f73b92809b087c2ec732cc1c3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-6hIXhoIBq2LYstVvYQae6UNBr8lj/qwfpnVXZVyJpkgmTXLp8cg3lBKGLmzZjp6jWVOzPW5RiBfuvwDTzNq7hQ==","shasum":"9178b1de30292df0f0663cd81ff0a22215e66a44","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.0800a8bed.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEM+bKFJuPJSXTJGIirCY13wPiVkY8a61MkVC6Qf1IKqAiEAy29ZNuNS4jEibet6Iy/PRq6m9BBOlGeA/4KjoMiZwUw="}],"size":5841685},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.0800a8bed_1762370331738_0.25699400746191414"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-05T19:18:52.036Z","publish_time":1762370332036,"_source_registry_name":"default","contributors":[]},"4.9.2-eap-firestore-pipelines.2.e4cdd2e06":{"name":"@firebase/firestore","version":"4.9.2-eap-firestore-pipelines.2.e4cdd2e06","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-eap-firestore-pipelines.2.e4cdd2e06","@firebase/logger":"0.5.0-eap-firestore-pipelines.2.e4cdd2e06","@firebase/util":"1.13.0-eap-firestore-pipelines.2.e4cdd2e06","@firebase/webchannel-wrapper":"1.0.5-eap-firestore-pipelines.2.e4cdd2e06","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.5-eap-firestore-pipelines.2.e4cdd2e06"},"devDependencies":{"@firebase/app":"0.14.5-eap-firestore-pipelines.2.e4cdd2e06","@firebase/app-compat":"0.5.5-eap-firestore-pipelines.2.e4cdd2e06","@firebase/auth":"1.11.1-eap-firestore-pipelines.2.e4cdd2e06","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-eap-firestore-pipelines.2.e4cdd2e06","readmeFilename":"README.md","gitHead":"e4cdd2e06121ee64355ecbb84371a07cfa0529e9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Jg3Hkkpd9N4ybAtkz/74SsV2NtXGprcIabeBAyncEhp4tBsR0DVIsCExT3176OzHe5jsTCzgREZCZa+3dq/XnQ==","shasum":"af3a1c8a156907757ad45f5f0bbed4fd3188aa85","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-eap-firestore-pipelines.2.e4cdd2e06.tgz","fileCount":1821,"unpackedSize":52243170,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEj1t0kUm5hJQtc36gsVM2+MS7hfuwma26je3uqyTfy9AiEAs4RFt4GendCrgI5MgGGqe02NwLmzSnzX1dRnDFvOT1E="}],"size":9843439},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-eap-firestore-pipelines.2.e4cdd2e06_1762397579057_0.04976947092898465"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-06T02:52:59.443Z","publish_time":1762397579443,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.6abe52967":{"name":"@firebase/firestore","version":"4.9.2-canary.6abe52967","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.6abe52967","@firebase/logger":"0.5.0-canary.6abe52967","@firebase/util":"1.13.0-canary.6abe52967","@firebase/webchannel-wrapper":"1.0.5-canary.6abe52967","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.5-canary.6abe52967"},"devDependencies":{"@firebase/app":"0.14.5-canary.6abe52967","@firebase/app-compat":"0.5.5-canary.6abe52967","@firebase/auth":"1.11.1-canary.6abe52967","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.6abe52967","readmeFilename":"README.md","gitHead":"6abe52967f3d1ca4a02d4469a14c6d692e1f3b31","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-4Z3FsiJi79Se9eBlgLzRsXQPW70KB/v+5blRJhGrtCWS//BBXNKRG8eqQCW6oY8vJWk9iTVgwhu2o3iwZGx8pQ==","shasum":"0e86419db1c6d5c0cd36a4b9b91d7ecd15664574","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.6abe52967.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEZkwdtBLsnyez61TPhHud1TDrGze0yDasF4GmP5kpSnAiEApWcNMcA/E8OHVAlBmeOY+DfdfisKhXMnve9X+Vpwokk="}],"size":5841672},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.6abe52967_1762835439688_0.8150882081376951"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-11T04:30:39.995Z","publish_time":1762835439995,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.f06cbf99b":{"name":"@firebase/firestore","version":"4.9.2-canary.f06cbf99b","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.f06cbf99b","@firebase/logger":"0.5.0-canary.f06cbf99b","@firebase/util":"1.13.0-canary.f06cbf99b","@firebase/webchannel-wrapper":"1.0.5-canary.f06cbf99b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.5-canary.f06cbf99b"},"devDependencies":{"@firebase/app":"0.14.5-canary.f06cbf99b","@firebase/app-compat":"0.5.5-canary.f06cbf99b","@firebase/auth":"1.11.1-canary.f06cbf99b","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.f06cbf99b","readmeFilename":"README.md","gitHead":"f06cbf99b91bdea8d44b18c8ae8fc14b327105cd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-168S9oSSC737HlroVPBFF55madmBfGkH3e4v1vRqlGT4Q5VbkxA4Nj9CkofuxeHunT+QkSx6rg1OAMMK5uC8Ag==","shasum":"29b17f520be6547d6a3bdb56f680a9309d2fc42b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.f06cbf99b.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCa4/KnMPansjdIYNnfeoVi5goRYg9L+weHBfYS3gkuTgIgYCpLA3LwXHWX/NcXb0BQvc/qjExycJlVNwYU07zjjVU="}],"size":5841679},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.f06cbf99b_1762959499572_0.46066820850899526"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-12T14:58:19.869Z","publish_time":1762959499869,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.5c35f514c":{"name":"@firebase/firestore","version":"4.9.2-canary.5c35f514c","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.5c35f514c","@firebase/logger":"0.5.0-canary.5c35f514c","@firebase/util":"1.13.0-canary.5c35f514c","@firebase/webchannel-wrapper":"1.0.5-canary.5c35f514c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.5-canary.5c35f514c"},"devDependencies":{"@firebase/app":"0.14.5-canary.5c35f514c","@firebase/app-compat":"0.5.5-canary.5c35f514c","@firebase/auth":"1.11.1-canary.5c35f514c","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.5c35f514c","readmeFilename":"README.md","gitHead":"5c35f514c26f81e68cb100a01b83190f5aef9382","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-u7CMFdULnQAe6TKI9OO3UPhubaaYXlYEhaFcAvvCBR/m3oM1T/X0ymIhMzkSV7VuIEFqjmzTaktO2HDp5D2Lzg==","shasum":"9ac42562bd046e4a27da80817eec81ab9044c546","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.5c35f514c.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICJ83rod6Ess0sAA1G3nFSw8X64Yy1SkRSmbCWG5YSWvAiBDaPh18R8WIVXb2U467Ya30bTp/xh4TY0Zk18pc4MGvA=="}],"size":5841685},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.5c35f514c_1762971608885_0.1640034384491269"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-12T18:20:09.160Z","publish_time":1762971609160,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.180b1ad9b":{"name":"@firebase/firestore","version":"4.9.2-canary.180b1ad9b","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.180b1ad9b","@firebase/logger":"0.5.0-canary.180b1ad9b","@firebase/util":"1.13.0-canary.180b1ad9b","@firebase/webchannel-wrapper":"1.0.5-canary.180b1ad9b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.5-canary.180b1ad9b"},"devDependencies":{"@firebase/app":"0.14.5-canary.180b1ad9b","@firebase/app-compat":"0.5.5-canary.180b1ad9b","@firebase/auth":"1.11.1-canary.180b1ad9b","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.180b1ad9b","readmeFilename":"README.md","gitHead":"180b1ad9b66594526e2303c2029210eccc345198","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-KgJXnsiPDkRSYuQP8grl+vDAeJKdRydXv0T1uICV7vW14P2OJ6AaZ5v/4c7fhAZKNfAIfWMIwfYBxB2aO9tQEg==","shasum":"e7f0ec834844fa713097507799b180fdda579e89","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.180b1ad9b.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGy7L6c+badNvKl9Zr2EX0V0ZxlvV95UVOoib6SPqaMVAiAw2HcemRT368KeB1PSfz5aV3KJMr08BV6QTHGbymd5NQ=="}],"size":5841681},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.180b1ad9b_1763001007244_0.8236468261598369"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-13T02:30:07.559Z","publish_time":1763001007559,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.b228a2ab9":{"name":"@firebase/firestore","version":"4.9.2-canary.b228a2ab9","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.b228a2ab9","@firebase/logger":"0.5.0-canary.b228a2ab9","@firebase/util":"1.13.0-canary.b228a2ab9","@firebase/webchannel-wrapper":"1.0.5-canary.b228a2ab9","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.5-canary.b228a2ab9"},"devDependencies":{"@firebase/app":"0.14.5-canary.b228a2ab9","@firebase/app-compat":"0.5.5-canary.b228a2ab9","@firebase/auth":"1.11.1-canary.b228a2ab9","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.b228a2ab9","readmeFilename":"README.md","gitHead":"b228a2ab9ad950368d683b0a3efe3d2924854c25","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-S3EZrGYuf3VWbIQZmbwXZ9xmZuTKHQe3d4Nuk0LckyyMg+cNI+TwqhDAJsqHR+/VVHL2teLDBLn7NcoJZUy08A==","shasum":"39a289245b707bd5be18c3b3efef72de9cd20e43","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.b228a2ab9.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCHGBQAHgxf7Thij7XLeSYFJQg/ifwU2F69+RVM06tk6gIgcWNAA7KuSzPOz2+Uph+U7BYfICOHI7SoQSxKIfMUzG0="}],"size":5841692},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.b228a2ab9_1763046182321_0.3214888608190021"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-13T15:03:02.601Z","publish_time":1763046182601,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.578686b0b":{"name":"@firebase/firestore","version":"4.9.2-canary.578686b0b","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.578686b0b","@firebase/logger":"0.5.0-canary.578686b0b","@firebase/util":"1.13.0-canary.578686b0b","@firebase/webchannel-wrapper":"1.0.5-canary.578686b0b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.6-canary.578686b0b"},"devDependencies":{"@firebase/app":"0.14.6-canary.578686b0b","@firebase/app-compat":"0.5.6-canary.578686b0b","@firebase/auth":"1.11.1-canary.578686b0b","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.578686b0b","readmeFilename":"README.md","gitHead":"578686b0b355a86ed8bdb99433c9300c1706fbe1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-+W8kBbU+eKGr3EG1Ek/oVUs3hzAkh6ZAyUR/HYDFR3VHewV8ucwN0CVuuYON/BPJ8t6nLvT7CoGxI0BtTyv6xA==","shasum":"008abed2c0619621b0f0a05a85189b962824eae4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.578686b0b.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDnxzC/TmLnH/qnfPgP07uPmRoahHk50g+qN6WN7aXLzAIhAKt92XlKFWhEb6X8raWoU5jlifyYmtdToU9oP6i7/ARk"}],"size":5841701},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.578686b0b_1763072271268_0.47253931408503425"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-13T22:17:51.597Z","publish_time":1763072271597,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.d1d898f55":{"name":"@firebase/firestore","version":"4.9.2-canary.d1d898f55","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.d1d898f55","@firebase/logger":"0.5.0-canary.d1d898f55","@firebase/util":"1.13.0-canary.d1d898f55","@firebase/webchannel-wrapper":"1.0.5-canary.d1d898f55","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.6-canary.d1d898f55"},"devDependencies":{"@firebase/app":"0.14.6-canary.d1d898f55","@firebase/app-compat":"0.5.6-canary.d1d898f55","@firebase/auth":"1.11.1-canary.d1d898f55","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.d1d898f55","readmeFilename":"README.md","gitHead":"d1d898f555d4da1c24941f93e47a75d660311650","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-TXVwuwliDRHFEnscswVQd4oljSrxqgeT9TQbmMN39DpVxHptMYmaXB6piXIAg9g59aujE5ErSkST3URjs66tOg==","shasum":"63fa81a19a74cb0619378e62c73676ab66ca7ebc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.d1d898f55.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIATEcYwgocSERBh8b/NQY8p9GIPTYmqfnIPktmch1DtlAiATjbLDiwo/Z9pvMH2U7p3tZuLH4mMT8ovxw//4EpQI7A=="}],"size":5841699},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.d1d898f55_1763147977790_0.2085729752845209"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-14T19:19:38.075Z","publish_time":1763147978075,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.60d1b18bd":{"name":"@firebase/firestore","version":"4.9.2-canary.60d1b18bd","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.60d1b18bd","@firebase/logger":"0.5.0-canary.60d1b18bd","@firebase/util":"1.13.0-canary.60d1b18bd","@firebase/webchannel-wrapper":"1.0.5-canary.60d1b18bd","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.6-canary.60d1b18bd"},"devDependencies":{"@firebase/app":"0.14.6-canary.60d1b18bd","@firebase/app-compat":"0.5.6-canary.60d1b18bd","@firebase/auth":"1.11.1-canary.60d1b18bd","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.60d1b18bd","readmeFilename":"README.md","gitHead":"60d1b18bdd8e6ae618005e021dc5d1f16db1937c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-BTUQJbBKqnAHrcZ9bPuQeXsgEnYRWEQqE3b73QPDHhwNh/q9MrMS2eeMc6F7ozFVgQwe2C9dg5ZvapBnSkBxSw==","shasum":"8ec32fef3c78ef4c793dc1f6b97a4fc7fa3b8cea","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.60d1b18bd.tgz","fileCount":879,"unpackedSize":28329961,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQC8x8DBiIn2fA97JsiRXXXC02I7R2NyPVELDKurtq752QIgXEwZsQwnqYs32slLDMOIKTVHaSy+L00zNF8fTv0xHP4="}],"size":5841694},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.60d1b18bd_1763661198261_0.6016693022332058"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-20T17:53:18.530Z","publish_time":1763661198530,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.59407948d":{"name":"@firebase/firestore","version":"4.9.2-canary.59407948d","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.59407948d","@firebase/logger":"0.5.0-canary.59407948d","@firebase/util":"1.13.0-canary.59407948d","@firebase/webchannel-wrapper":"1.0.5-canary.59407948d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.6-canary.59407948d"},"devDependencies":{"@firebase/app":"0.14.6-canary.59407948d","@firebase/app-compat":"0.5.6-canary.59407948d","@firebase/auth":"1.11.1-canary.59407948d","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.59407948d","readmeFilename":"README.md","gitHead":"59407948daf848fea069b776a55bef62bbcd602f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-dqd4sZycpLpICLlQK97APUNoBwPk7nBD/m6XNq80loM543wwODCNQnt/UJHc6XvSUHIOsYiQ+NCsoNFBshvx5g==","shasum":"b7e9d436c12f2ff0f87021ed74dd3498e04bdefd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.59407948d.tgz","fileCount":879,"unpackedSize":28329821,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDoCMNPgv755jo1M7ZXMBcaw9uE1iC1f8tjsgN07N4ZKAiAn/jYNXrDJ8kKJn1mV7kEElBeXTPkaOyMqmpbwAkr3WQ=="}],"size":5841831},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.59407948d_1764014940802_0.9840765537582394"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-24T20:09:01.093Z","publish_time":1764014941093,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.e6415ddee":{"name":"@firebase/firestore","version":"4.9.2-canary.e6415ddee","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.e6415ddee","@firebase/logger":"0.5.0-canary.e6415ddee","@firebase/util":"1.13.0-canary.e6415ddee","@firebase/webchannel-wrapper":"1.0.5-canary.e6415ddee","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.6-canary.e6415ddee"},"devDependencies":{"@firebase/app":"0.14.6-canary.e6415ddee","@firebase/app-compat":"0.5.6-canary.e6415ddee","@firebase/auth":"1.11.1-canary.e6415ddee","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.e6415ddee","readmeFilename":"README.md","gitHead":"e6415ddee915e5c4dc6ef323fd717ce254f63c51","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-xysVre6EKRdFaB6tpnmLS3FMwC4yJ+lmDgEakqboV0DR6dH2tANN5gC+lwvGt/OoJ8ppJDiwlda+GVf7AlB3Pg==","shasum":"afa61bac64d35c1c0667d3f5b784c0c52bc28e3b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.e6415ddee.tgz","fileCount":879,"unpackedSize":28329821,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCb6ZvXD+SQrvBvg2z08sLzm5wZXsFNPzXOi/NxBWVojwIgQNwzBwS4dhkSD65OxBoiR6CGEgqZclR10YSKg5+TCpY="}],"size":5841801},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.e6415ddee_1764099964945_0.7235719319486691"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-25T19:46:05.262Z","publish_time":1764099965262,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.9101b4611":{"name":"@firebase/firestore","version":"4.9.2-canary.9101b4611","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.9101b4611","@firebase/logger":"0.5.0-canary.9101b4611","@firebase/util":"1.13.0-canary.9101b4611","@firebase/webchannel-wrapper":"1.0.5-canary.9101b4611","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.6-canary.9101b4611"},"devDependencies":{"@firebase/app":"0.14.6-canary.9101b4611","@firebase/app-compat":"0.5.6-canary.9101b4611","@firebase/auth":"1.11.1-canary.9101b4611","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.9101b4611","readmeFilename":"README.md","gitHead":"9101b4611aa1e0fa1a913d4ebdcda43f0ceef72d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-3uqKSUGWeQiJpEdUYrsXIDlnTr8W6Huu09Xhz8rDGRaG0sB3LQSZ2YfPctMAOa/AC0+9K2h74PdBf3AcTMuuaw==","shasum":"a55df70c8bc88fcf02611ba6e32ff1a02da0c619","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.9101b4611.tgz","fileCount":879,"unpackedSize":28329821,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCYjJs8kMef7rRe592ZLMleOckf+s3h89p6/30RRQcbvQIgEHKelZmXl0PALWJDkQbp3Nb4sgq4mXEmxhNSceIQIr4="}],"size":5841825},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.9101b4611_1764621684977_0.09461446814733487"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-01T20:41:25.335Z","publish_time":1764621685335,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.f5fc6bf76":{"name":"@firebase/firestore","version":"4.9.2-canary.f5fc6bf76","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.f5fc6bf76","@firebase/logger":"0.5.0-canary.f5fc6bf76","@firebase/util":"1.13.0-canary.f5fc6bf76","@firebase/webchannel-wrapper":"1.0.5-canary.f5fc6bf76","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.6-canary.f5fc6bf76"},"devDependencies":{"@firebase/app":"0.14.6-canary.f5fc6bf76","@firebase/app-compat":"0.5.6-canary.f5fc6bf76","@firebase/auth":"1.11.1-canary.f5fc6bf76","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.f5fc6bf76","readmeFilename":"README.md","gitHead":"f5fc6bf76a4b9b9318549185438b9975351d1739","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-gMlCg7Fu4Q6yt0b0QDKM2VW3vgcxDQDCiCdI52IKfM9ojIBBsp0pgMtejiLa+QC36T1HFzWwiVZ1qNt5JnipeQ==","shasum":"eda4c57c465bc96290cfa9ece0a205031a7f87a5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.f5fc6bf76.tgz","fileCount":879,"unpackedSize":28329821,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICVWBMgdyZmQC3HcTlyb62xORyZZ5Dd7Ucw0+dgpa4BtAiEArpxO01hn8BDsnHyYcEE659PGQ4Vp1hOLzjRiMMHMcBo="}],"size":5841821},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.f5fc6bf76_1764622107014_0.06209043814049742"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-01T20:48:27.352Z","publish_time":1764622107352,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.5c7430dea":{"name":"@firebase/firestore","version":"4.9.2-canary.5c7430dea","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.5c7430dea","@firebase/logger":"0.5.0-canary.5c7430dea","@firebase/util":"1.13.0-canary.5c7430dea","@firebase/webchannel-wrapper":"1.0.5-canary.5c7430dea","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.6-canary.5c7430dea"},"devDependencies":{"@firebase/app":"0.14.6-canary.5c7430dea","@firebase/app-compat":"0.5.6-canary.5c7430dea","@firebase/auth":"1.11.1-canary.5c7430dea","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.5c7430dea","readmeFilename":"README.md","gitHead":"5c7430deabb20ddce2a26ea9a565323d2a0f612e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-E8BLUBHVB5s3x2x+mY0sxGwQrAGNlCfTPsp3v9EMk0T6fncV4ZtGnATJjRX61uOLUt1ZQPD+pwbTMHQcXrQMww==","shasum":"90a73fb89a61e0e41b4bd2c9a822682dc75eee40","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.5c7430dea.tgz","fileCount":879,"unpackedSize":28329821,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGKrNFwP3eAcQfZa1/La+HsxwrR8deo3pR9c9bqU3V6dAiByRxfLXwpvAfmcQ5kjDZwI1n3Xm4oY3YpTEEB2jAyotA=="}],"size":5841818},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.5c7430dea_1764797053853_0.417901868679192"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-03T21:24:14.116Z","publish_time":1764797054116,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.a09ef786f":{"name":"@firebase/firestore","version":"4.9.2-canary.a09ef786f","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.a09ef786f","@firebase/logger":"0.5.0-canary.a09ef786f","@firebase/util":"1.13.0-canary.a09ef786f","@firebase/webchannel-wrapper":"1.0.5-canary.a09ef786f","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.6-canary.a09ef786f"},"devDependencies":{"@firebase/app":"0.14.6-canary.a09ef786f","@firebase/app-compat":"0.5.6-canary.a09ef786f","@firebase/auth":"1.11.1-canary.a09ef786f","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.a09ef786f","readmeFilename":"README.md","gitHead":"a09ef786f35beca082b32a3194cc368b0050ea2c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-8tTcsgI2mrmmLEucxMzK8uWx+YuI+UUEJB0oLU9LvztZOeVtniLUM8jzIJOw53qyIlufZuc3uOTunmzerB06jg==","shasum":"4d978257248421ef53a9f9fc3e19c1b4e995ef09","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.a09ef786f.tgz","fileCount":879,"unpackedSize":28329821,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBTbmkAqQWLv6NA2FbQcd+g0AAB0boNim3mgDkCHm5PDAiBefH2HJhJDSWjYMTUHUHMPxfTuzo7tKVPI2JuW0NyY0w=="}],"size":5841821},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.a09ef786f_1764874701029_0.7480962624787673"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-04T18:58:21.376Z","publish_time":1764874701376,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.1e406a2b7":{"name":"@firebase/firestore","version":"4.9.2-canary.1e406a2b7","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.1e406a2b7","@firebase/logger":"0.5.0-canary.1e406a2b7","@firebase/util":"1.13.0-canary.1e406a2b7","@firebase/webchannel-wrapper":"1.0.5-canary.1e406a2b7","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.6-canary.1e406a2b7"},"devDependencies":{"@firebase/app":"0.14.6-canary.1e406a2b7","@firebase/app-compat":"0.5.6-canary.1e406a2b7","@firebase/auth":"1.11.1-canary.1e406a2b7","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.1e406a2b7","readmeFilename":"README.md","gitHead":"1e406a2b7140b014edac26f0e5179878bb3d821f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-BpSrp0mtoNT/UcgiYZuNchQJmzUiTDu89OIPgY/tY2BwhT9XpcYlb3bjCsHgm5Ha4LytK87qvUBOYOONOoxmuQ==","shasum":"472f7104abf1bd02f91ca54495e1827617acc85c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.1e406a2b7.tgz","fileCount":879,"unpackedSize":28329821,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHqsi4J0ru8nwjJt5Rduydn0QGoVX07eNJbiUvAsvmgbAiEAsNZLWPwByxapgVLQRsWutT7qb5NPF0cndAKYnU55ej4="}],"size":5841820},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.1e406a2b7_1764877781090_0.5181956067693902"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-04T19:49:41.427Z","publish_time":1764877781427,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.5511b4fa7":{"name":"@firebase/firestore","version":"4.9.2-canary.5511b4fa7","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.5511b4fa7","@firebase/logger":"0.5.0-canary.5511b4fa7","@firebase/util":"1.13.0-canary.5511b4fa7","@firebase/webchannel-wrapper":"1.0.5-canary.5511b4fa7","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.6-canary.5511b4fa7"},"devDependencies":{"@firebase/app":"0.14.6-canary.5511b4fa7","@firebase/app-compat":"0.5.6-canary.5511b4fa7","@firebase/auth":"1.11.1-canary.5511b4fa7","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.5511b4fa7","readmeFilename":"README.md","gitHead":"5511b4fa7de0e98f3a3b933645584ba758de4405","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-nEsrsHBA6xU4+KecsT6dKMX5LFxgI7R5CZEH53gLAQOHhAkI79V8cwhVr5NKdUOXwc2aWi1m0Yf5vjjPGwfuDA==","shasum":"3da5d15e1a4ce59bd9205fa75b64adcaece7c862","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.5511b4fa7.tgz","fileCount":879,"unpackedSize":28329821,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIC6ZQUdhSl2DLC02rIND/hh2jn2ds5N48LwiR0Cz0fJiAiEAymLNrH3Nw50A80dw30nB6Q3VrDWtEo82Dvx/2SyRMYI="}],"size":5841824},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.5511b4fa7_1765292303928_0.5496528389165292"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-09T14:58:24.320Z","publish_time":1765292304320,"_source_registry_name":"default","contributors":[]},"4.9.2-canary.bc2b2cdea":{"name":"@firebase/firestore","version":"4.9.2-canary.bc2b2cdea","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.bc2b2cdea","@firebase/logger":"0.5.0-canary.bc2b2cdea","@firebase/util":"1.13.0-canary.bc2b2cdea","@firebase/webchannel-wrapper":"1.0.5-canary.bc2b2cdea","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.6-canary.bc2b2cdea"},"devDependencies":{"@firebase/app":"0.14.6-canary.bc2b2cdea","@firebase/app-compat":"0.5.6-canary.bc2b2cdea","@firebase/auth":"1.11.1-canary.bc2b2cdea","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-canary.bc2b2cdea","readmeFilename":"README.md","gitHead":"bc2b2cdeae920ff22aca3414c2a1b79d4a3b1351","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-lspuJ71WyC6Et/8EHtfgN24mHVmfgm1tYha8gfAbH9F1AiI/c8wjQsEOB9NY3I+CMNw+chpnNgG+3ASnqR/G5g==","shasum":"2d120198ec66fe35178d0a2fcbc4e452e215427b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-canary.bc2b2cdea.tgz","fileCount":879,"unpackedSize":28329821,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFD04rXd9wesLlgtz0y9hO/Zs7BEf7sqoid2ceInm5VaAiBMXGlVAkhtralJOtlaPu47EOCYMmkXvmxIa0dSBrMzpg=="}],"size":5841810},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-canary.bc2b2cdea_1765567726966_0.5569699037024523"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-12T19:28:47.305Z","publish_time":1765567727305,"_source_registry_name":"default","contributors":[]},"4.9.3-20251215180848":{"name":"@firebase/firestore","version":"4.9.3-20251215180848","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0","@firebase/logger":"0.5.0","@firebase/util":"1.13.0","@firebase/webchannel-wrapper":"1.0.5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.14.6","@firebase/app-compat":"0.5.6","@firebase/auth":"1.12.0-20251215180848","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.3-20251215180848","readmeFilename":"README.md","gitHead":"4cc583c6bfc433cc476ec115adfc00ddce0f3701","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-egxtZyniNyUOeM9/B6Mk2Y5/DGbZaGz3Q7/AZdK1Qc/tl6oQLoPs3D1iQpI/Eeep5b0FCmqFat5GN9OC3EVGwA==","shasum":"cfd3c6e9461e6405a3f75a08496d443a04cccef1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.3-20251215180848.tgz","fileCount":879,"unpackedSize":28329655,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCsulDqFarY4uXDldBb5gItZznPuWaL3dh5oDUQhjDTtgIhAOsDPbQ7i5zcmFBTs58fbl99AkiF0CCvHuS9GULZiM/b"}],"size":5841824},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.3-20251215180848_1765822612719_0.8795793981389148"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-15T18:16:53.074Z","publish_time":1765822613074,"_source_registry_name":"default","contributors":[]},"4.9.3":{"name":"@firebase/firestore","version":"4.9.3","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0","@firebase/logger":"0.5.0","@firebase/util":"1.13.0","@firebase/webchannel-wrapper":"1.0.5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.14.6","@firebase/app-compat":"0.5.6","@firebase/auth":"1.12.0","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.3","gitHead":"8e26a5590ca1dfb809720f8697429e3894123406","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-RVuvhcQzs1sD5Osr2naQS71H0bQMbSnib16uOWAKk3GaKb/WBPyCYSr2Ry7MqlxDP/YhwknUxECL07lw9Rq1nA==","shasum":"38199b490847767800651641b7caef7d2bfdfce5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.3.tgz","fileCount":879,"unpackedSize":28329321,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHYHqPZn/OVvLTHY/ccdyTuadSkxfRRzQP1CCc6U1McUAiEAhn0qNy4pBL4h2T56LqorbaiZt9DJ+lPr7rUUjRTR9dw="}],"size":5841589},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.3_1765893360549_0.1552712980698998"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-16T13:56:00.881Z","publish_time":1765893360881,"_source_registry_name":"default","contributors":[]},"4.9.3-canary.8e26a5590":{"name":"@firebase/firestore","version":"4.9.3-canary.8e26a5590","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.8e26a5590","@firebase/logger":"0.5.0-canary.8e26a5590","@firebase/util":"1.13.0-canary.8e26a5590","@firebase/webchannel-wrapper":"1.0.5-canary.8e26a5590","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.6-canary.8e26a5590"},"devDependencies":{"@firebase/app":"0.14.6-canary.8e26a5590","@firebase/app-compat":"0.5.6-canary.8e26a5590","@firebase/auth":"1.12.0-canary.8e26a5590","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.3-canary.8e26a5590","readmeFilename":"README.md","gitHead":"8e26a5590ca1dfb809720f8697429e3894123406","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-acHnbI1cmA0tmRYl3hyFuB0F9Xh+I2Nvm5XQUWFyghQwvG9M7O+qgRgV937aht37ubTMbx2Y0tLEUvlSTP8fRw==","shasum":"fddb2f4dbb20c6678a77d49dc987b70a0cadde34","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.3-canary.8e26a5590.tgz","fileCount":879,"unpackedSize":28329821,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC8FB5xr3W9Y5vXItMnJ1n0UFg5JC+iPQ3nZhXChvLszgIhAJ6j2qpOjYAJYOfI4hGYuJBqDfIXMIXV0paHleoGuqAG"}],"size":5841825},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.3-canary.8e26a5590_1765901806720_0.5414887638858643"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-16T16:16:47.063Z","publish_time":1765901807063,"_source_registry_name":"default","contributors":[]},"4.9.2-caching-fdc.9f17eac6e":{"name":"@firebase/firestore","version":"4.9.2-caching-fdc.9f17eac6e","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-caching-fdc.9f17eac6e","@firebase/logger":"0.5.0-caching-fdc.9f17eac6e","@firebase/util":"1.13.0-caching-fdc.9f17eac6e","@firebase/webchannel-wrapper":"1.0.5-caching-fdc.9f17eac6e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.3-caching-fdc.9f17eac6e"},"devDependencies":{"@firebase/app":"0.14.3-caching-fdc.9f17eac6e","@firebase/app-compat":"0.5.3-caching-fdc.9f17eac6e","@firebase/auth":"1.11.0-caching-fdc.9f17eac6e","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.2-caching-fdc.9f17eac6e","readmeFilename":"README.md","gitHead":"9f17eac6e8aadbce3ad9dc5d71992e528b7b3310","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-CZyjsqGPjHzdcGVDIEDePkWUVx2b8BTnHbSddeOWFsjaH5sNjHiU+qTNEZ+iJ3VKIO53GI9zTqBdEPaJauQ8Rg==","shasum":"9b7642b702026761cc2c6123c0d6026b75e1ea1b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.2-caching-fdc.9f17eac6e.tgz","fileCount":879,"unpackedSize":28330166,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDEpQpybdyMrqvKmoHmsncPkVjoEhs1ZsnAYwqlgWkucAiEA1ds87gRMN+MH7z6v85ZIyf9umns2QmsSd3QBx86Zq/M="}],"size":5841767},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.2-caching-fdc.9f17eac6e_1765908731985_0.702589556769343"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-16T18:12:12.296Z","publish_time":1765908732296,"_source_registry_name":"default","contributors":[]},"4.9.3-canary.8bac8f0b2":{"name":"@firebase/firestore","version":"4.9.3-canary.8bac8f0b2","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.8bac8f0b2","@firebase/logger":"0.5.0-canary.8bac8f0b2","@firebase/util":"1.13.0-canary.8bac8f0b2","@firebase/webchannel-wrapper":"1.0.5-canary.8bac8f0b2","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.6-canary.8bac8f0b2"},"devDependencies":{"@firebase/app":"0.14.6-canary.8bac8f0b2","@firebase/app-compat":"0.5.6-canary.8bac8f0b2","@firebase/auth":"1.12.0-canary.8bac8f0b2","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.3-canary.8bac8f0b2","readmeFilename":"README.md","gitHead":"8bac8f0b2861ca192f07d9f4e5826709a77a9c63","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-t4XaPpxsP/OYst24S7DTxI36gBU5l5cM5UiqhvOHCCkyERQvUCXd8c/1lhRO5+BP69x3LzeJlVp1x6nUI8ifqw==","shasum":"9f6f2684034f49777103651c3c9494eb8d59f599","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.3-canary.8bac8f0b2.tgz","fileCount":879,"unpackedSize":28329821,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICjn0bzFpbIi3KGudpnmV+JIcayCzXO/NkCA7mRqZxnUAiBWXoaRCIi+Ed/OsFnmucgatznJdUoeWuWmSeW/Qx/EwQ=="}],"size":5841815},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.3-canary.8bac8f0b2_1767810234935_0.7878110372583078"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-07T18:23:55.436Z","publish_time":1767810235436,"_source_registry_name":"default","contributors":[]},"4.9.3-canary.9cf4b7e35":{"name":"@firebase/firestore","version":"4.9.3-canary.9cf4b7e35","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.9.3-canary.9cf4b7e35","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"44bc86ce142fd6e9f5585d886cc8f1c0def7c90d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.3-canary.9cf4b7e35.tgz","fileCount":879,"integrity":"sha512-EUquwxHc8p7W08J50dXcS0USl0ta0ylGu9DL/BTuCDolj0ROQDxmOIUYah4EJsznnY9ylT4wJmbZpLsxECkQEw==","signatures":[{"sig":"MEUCIQDrlx9GIYZsfEmTcQF5vR3Yix8x86UO5LP8ZYhQ59BubQIgGzXVGrLeeHw3dhxxuP8oYP0QOslzVIEY9e8LVAEl+5E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":28329821,"size":5841823},"main":"dist/index.node.cjs.js","module":"dist/index.esm.js","browser":"dist/index.esm.js","engines":{"node":">=20.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm.js","require":"./dist/lite/index.cjs.js"},"default":"./dist/lite/index.browser.esm.js","react-native":"./dist/lite/index.rn.esm.js"},"./package.json":"./package.json"},"gitHead":"9cf4b7e35d73c5ae03bbee3e016970af0982ccdf","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint assertion-id:check test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:lite && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.13.0-canary.9cf4b7e35","@firebase/logger":"0.5.0-canary.9cf4b7e35","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.7.0-canary.9cf4b7e35","@firebase/webchannel-wrapper":"1.0.5-canary.9cf4b7e35"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.14.6-canary.9cf4b7e35","@types/eslint":"7.29.0","@firebase/auth":"1.12.0-canary.9cf4b7e35","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.5.6-canary.9cf4b7e35","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.14.6-canary.9cf4b7e35"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.9.3-canary.9cf4b7e35_1767645131352_0.5431032240725371","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2026-01-05T20:32:11.693Z","publish_time":1767645131693,"_source_registry_name":"default","contributors":[]},"4.9.3-canary.5579b387a":{"name":"@firebase/firestore","version":"4.9.3-canary.5579b387a","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.5579b387a","@firebase/logger":"0.5.0-canary.5579b387a","@firebase/util":"1.13.0-canary.5579b387a","@firebase/webchannel-wrapper":"1.0.5-canary.5579b387a","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.6-canary.5579b387a"},"devDependencies":{"@firebase/app":"0.14.6-canary.5579b387a","@firebase/app-compat":"0.5.6-canary.5579b387a","@firebase/auth":"1.12.0-canary.5579b387a","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.3-canary.5579b387a","readmeFilename":"README.md","gitHead":"5579b387ab697347ecd4a29ffed47c4cf808d544","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Ebot1NkoxOPZ+73lXYV2xHELKnELd4+JPgwIjb43SU5L34g3tF2qXNS4LPR42fy9m9rUaF12M34n5ulEaOWvWQ==","shasum":"edd7446786ba454fc878d869c9c9956b26c9c6bb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.3-canary.5579b387a.tgz","fileCount":1826,"unpackedSize":52994993,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICFhXa7YHpHam/yhGcayKZwV4Vq1kZP6IQnRNO3WdG4sAiAMMKT8TffXjRjwBmsxyEgnrB5M3PMDD0GAbz+A8A9rdw=="}],"size":9880375},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.3-canary.5579b387a_1768244125835_0.739001219663052"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-12T18:55:26.263Z","publish_time":1768244126263,"_source_registry_name":"default","contributors":[]},"4.9.3-canary.b2827448b":{"name":"@firebase/firestore","version":"4.9.3-canary.b2827448b","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.b2827448b","@firebase/logger":"0.5.0-canary.b2827448b","@firebase/util":"1.13.0-canary.b2827448b","@firebase/webchannel-wrapper":"1.0.5-canary.b2827448b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.6-canary.b2827448b"},"devDependencies":{"@firebase/app":"0.14.6-canary.b2827448b","@firebase/app-compat":"0.5.6-canary.b2827448b","@firebase/auth":"1.12.0-canary.b2827448b","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.3-canary.b2827448b","readmeFilename":"README.md","gitHead":"b2827448bf8b51e2a1d0343092989a7b79fc0491","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-nVhF6n0/R5erQte4oj4sJ7/KRx278ASArIQGSajDKe6op0h21W59twyJvfKd+GkpuG/nvrsKhKF2JzWAPD3BKg==","shasum":"ff53ca779e7ce00dd20509a9226093d05b0f44b7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.3-canary.b2827448b.tgz","fileCount":1826,"unpackedSize":52994998,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDkcRPYELHvG2oUI0IvvcIbdwhu9rX40Gt+NPBDRt/vvAIgSfzIax9RfrJKUwQmB7B87Tyzd8rX+T8mKanC8UwEeOY="}],"size":9879277},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.3-canary.b2827448b_1768319692369_0.04478605390601942"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-13T15:54:52.859Z","publish_time":1768319692859,"_source_registry_name":"default","contributors":[]},"4.10.0-20260114160934":{"name":"@firebase/firestore","version":"4.10.0-20260114160934","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0","@firebase/logger":"0.5.0","@firebase/util":"1.13.0","@firebase/webchannel-wrapper":"1.0.5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.14.6","@firebase/app-compat":"0.5.6","@firebase/auth":"1.12.0","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.10.0-20260114160934","readmeFilename":"README.md","gitHead":"e4aadfe85bf05884e3a74ed1bf170b20d1c2db29","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ehJQB4zb4/i8nrXjBSbNXawGUiUCJjIJLAOCiO/aB9Inu50CoeFWFEHvMUCjp1z/KPZjTyFqJ9dmPxN/e07iYA==","shasum":"c4b8067fa036e7d8dd5d009fbc0edaf97d4c6569","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.10.0-20260114160934.tgz","fileCount":1826,"unpackedSize":52994816,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDys5sew0ZxadJ34qYNL3cZLtFCIzjM/vGXtFGePdMnlgIhAJxFaKZ/aH+Vh66xM6a1sAlgmwZdLUZz5ASgIIdMJ/FW"}],"size":9879104},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.10.0-20260114160934_1768407522362_0.3220305569320905"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-14T16:18:42.800Z","publish_time":1768407522800,"_source_registry_name":"default","contributors":[]},"4.9.3-canary.d5ff5a4b1":{"name":"@firebase/firestore","version":"4.9.3-canary.d5ff5a4b1","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.d5ff5a4b1","@firebase/logger":"0.5.0-canary.d5ff5a4b1","@firebase/util":"1.13.0-canary.d5ff5a4b1","@firebase/webchannel-wrapper":"1.0.5-canary.d5ff5a4b1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.6-canary.d5ff5a4b1"},"devDependencies":{"@firebase/app":"0.14.6-canary.d5ff5a4b1","@firebase/app-compat":"0.5.6-canary.d5ff5a4b1","@firebase/auth":"1.12.0-canary.d5ff5a4b1","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.3-canary.d5ff5a4b1","readmeFilename":"README.md","gitHead":"d5ff5a4b1d3c9cf0e5f00fa4d3e05e8887fb3573","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-MnnejeIvDcToSlGT8PLf8Bi9KJCdrY7KGqHgqb6Nh7FE7OGYC9XQgaLKpyoLMaYREUzF4vzSn0/wsRjFUU1rfg==","shasum":"bbc02ab2aad43d94d301403ff1b3d2c5c44e79b9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.3-canary.d5ff5a4b1.tgz","fileCount":1826,"unpackedSize":52994993,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIA3UusY5GZEN20Qd76N6WZVcXQafgf5xzjL93zWgXfYwAiEAvjcV9DftxSbY6qS9lUw6cAHLapAA5kz5lCPmVLmBMjw="}],"size":9880701},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.3-canary.d5ff5a4b1_1768407714678_0.8768995647331983"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-14T16:21:55.205Z","publish_time":1768407715205,"_source_registry_name":"default","contributors":[]},"4.9.3-canary.efc0117ae":{"name":"@firebase/firestore","version":"4.9.3-canary.efc0117ae","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.efc0117ae","@firebase/logger":"0.5.0-canary.efc0117ae","@firebase/util":"1.13.0-canary.efc0117ae","@firebase/webchannel-wrapper":"1.0.5-canary.efc0117ae","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.6-canary.efc0117ae"},"devDependencies":{"@firebase/app":"0.14.6-canary.efc0117ae","@firebase/app-compat":"0.5.6-canary.efc0117ae","@firebase/auth":"1.12.0-canary.efc0117ae","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.9.3-canary.efc0117ae","readmeFilename":"README.md","gitHead":"efc0117ae2fd54e78d36134f56e642e53cbe716b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ON6mWJvp7wX/d5L6J0xRaBB16AZ7OXEh8u9dUD7YkQu5uSf9ii4ekvaOTbI7Ltzlg06sm0aKjzsLTgONjj0ArQ==","shasum":"2dde4db7754ae8fb9e564619e65099816dba29da","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.9.3-canary.efc0117ae.tgz","fileCount":1826,"unpackedSize":52994993,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCrW9tA9f2wqawhvaz1l0zpyP7wqazG1guO3+aHV7tFZAIhAPBtms+q1pYYZQZHmy5DYyR1sRyYcGbPzBi1MzEqhLUr"}],"size":9879321},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.9.3-canary.efc0117ae_1768417879154_0.7053619579734165"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-14T19:11:19.752Z","publish_time":1768417879752,"_source_registry_name":"default","contributors":[]},"4.10.0-20260114192924":{"name":"@firebase/firestore","version":"4.10.0-20260114192924","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0","@firebase/logger":"0.5.0","@firebase/util":"1.13.0","@firebase/webchannel-wrapper":"1.0.5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.14.6","@firebase/app-compat":"0.5.6","@firebase/auth":"1.12.0","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.10.0-20260114192924","readmeFilename":"README.md","gitHead":"15b7420730c21bb40c051444adf6916b3d683301","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-bFygxUL66G5zMsg4H0vm1xpq9fmkeu7rbrZ8AHBwMSlA7FCDg4i3r2o+SnCgqJWbij4cKqUeM9OkPP+JKZDWoQ==","shasum":"63f67e26298599a18387cf1a6e8c0244ecec437a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.10.0-20260114192924.tgz","fileCount":1826,"unpackedSize":52994816,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQD7A2Gov/0DJ6ItpsUOfpsNJNtvq4dEqMTisJ4RteY2mgIhAPOjD12w6vlNhpR3aSrh+C0yP3Zzh9rvPAmxVqx8wwTG"}],"size":9879195},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.10.0-20260114192924_1768419491573_0.45781064157329343"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-14T19:38:11.982Z","publish_time":1768419491982,"_source_registry_name":"default","contributors":[]},"4.10.0":{"name":"@firebase/firestore","version":"4.10.0","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0","@firebase/logger":"0.5.0","@firebase/util":"1.13.0","@firebase/webchannel-wrapper":"1.0.5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.14.7","@firebase/app-compat":"0.5.7","@firebase/auth":"1.12.0","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.10.0","gitHead":"817151ee911d0d040f3951ea1f6adc9c776ada7e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-fgF6EbpoagGWh5Vwfu/7/jYgBFwUCwTlPNVF/aSjHcoEDRXpRsIqVfAFTp1LD+dWAUcAKEK3h+osk8spMJXtxA==","shasum":"c4ac7cb72f8b5b23ed8627773bcd0319d938839a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.10.0.tgz","fileCount":1826,"unpackedSize":52994372,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBEaL/4umYTleJ18y2iog8oRBK8kVr8x+OD5LO+qJrT+AiEAlqJxbaPB7zOd5dT0le3QA0N8uR5tt3rHJBanJX0XJwI="}],"size":9878948},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.10.0_1768433482573_0.05085065660118193"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-14T23:31:23.038Z","publish_time":1768433483038,"_source_registry_name":"default","contributors":[]},"4.10.0-canary.817151ee9":{"name":"@firebase/firestore","version":"4.10.0-canary.817151ee9","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.817151ee9","@firebase/logger":"0.5.0-canary.817151ee9","@firebase/util":"1.13.0-canary.817151ee9","@firebase/webchannel-wrapper":"1.0.5-canary.817151ee9","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.7-canary.817151ee9"},"devDependencies":{"@firebase/app":"0.14.7-canary.817151ee9","@firebase/app-compat":"0.5.7-canary.817151ee9","@firebase/auth":"1.12.0-canary.817151ee9","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.10.0-canary.817151ee9","readmeFilename":"README.md","gitHead":"817151ee911d0d040f3951ea1f6adc9c776ada7e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-j8YxU85akCeoUnJknotRz6DSl2SeqOt/AGCnA+1WElpEWdJtVbBzHtqhtARObM7Ne2Iq59uZ3IBWYloh1J8pDg==","shasum":"a454311313690dedcd3194989ddfd9ad20085c10","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.10.0-canary.817151ee9.tgz","fileCount":1826,"unpackedSize":52995013,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDLVnoC3qJ0HH/QXytpeJ9SeoIiri8mBkHB4NPTpTCNsQIgZb9xjKmKPg6425lA5QSzuyl38bRK/RrBBHvQDDcy+rk="}],"size":9880043},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.10.0-canary.817151ee9_1768436799464_0.22005096044573436"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-15T00:26:39.952Z","publish_time":1768436799952,"_source_registry_name":"default","contributors":[]},"4.10.0-canary.58ddd6e54":{"name":"@firebase/firestore","version":"4.10.0-canary.58ddd6e54","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.58ddd6e54","@firebase/logger":"0.5.0-canary.58ddd6e54","@firebase/util":"1.13.0-canary.58ddd6e54","@firebase/webchannel-wrapper":"1.0.5-canary.58ddd6e54","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.7-canary.58ddd6e54"},"devDependencies":{"@firebase/app":"0.14.7-canary.58ddd6e54","@firebase/app-compat":"0.5.7-canary.58ddd6e54","@firebase/auth":"1.12.0-canary.58ddd6e54","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.10.0-canary.58ddd6e54","readmeFilename":"README.md","gitHead":"58ddd6e545643308f5cdaf3ac0ecb3397cbf320c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-CEHs8J0WaSv/v+RMLjrw49dGiU0/Rw3U/FvAYwxodKyXk0rsJiS+9WXfWNVkmyguTG4inS2Dgsfa5jzKu6VVow==","shasum":"7e38776c72996a01f7e35f4028406462e7bd65f0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.10.0-canary.58ddd6e54.tgz","fileCount":1826,"unpackedSize":52995003,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCT+TIqPwpVnqB7V8X04upai1yCTJ6qApntP491aJO3CAIhAPGpHl2QDodu4QEXWGMOTtJeONOgilQZCR19yJgCEy9y"}],"size":9880256},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.10.0-canary.58ddd6e54_1768578516416_0.4698455521971452"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-16T15:48:36.890Z","publish_time":1768578516890,"_source_registry_name":"default","contributors":[]},"4.10.0-canary.d818df4e8":{"name":"@firebase/firestore","version":"4.10.0-canary.d818df4e8","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.d818df4e8","@firebase/logger":"0.5.0-canary.d818df4e8","@firebase/util":"1.13.0-canary.d818df4e8","@firebase/webchannel-wrapper":"1.0.5-canary.d818df4e8","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.7-canary.d818df4e8"},"devDependencies":{"@firebase/app":"0.14.7-canary.d818df4e8","@firebase/app-compat":"0.5.7-canary.d818df4e8","@firebase/auth":"1.12.0-canary.d818df4e8","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.10.0-canary.d818df4e8","readmeFilename":"README.md","gitHead":"d818df4e8697c70bf9dbf58620e47d40d175ecc8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-c7d94evlFnEXrOcppZIl282ncn3UCgQ7TiR+rm2uqKqq6gUqedMwQztlMh+bmy7Uqd2CyfY+1HpQQDgbUU09Dg==","shasum":"4343a7224fea64c84f96f1143b7ba1974f746f44","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.10.0-canary.d818df4e8.tgz","fileCount":1826,"unpackedSize":52992813,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCiTvA4WHAUx39AC2APplIHT2iQzyEbeDE01lhP55p1MgIhAM4Og4MYdm8svhzpOxac3jYM8DVATWVKt/D5kEtNe+Pw"}],"size":9882219},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.10.0-canary.d818df4e8_1769027669550_0.029678339231034023"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-21T20:34:30.063Z","publish_time":1769027670063,"_source_registry_name":"default","contributors":[]},"4.10.0-canary.08e3acdf0":{"name":"@firebase/firestore","version":"4.10.0-canary.08e3acdf0","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.08e3acdf0","@firebase/logger":"0.5.0-canary.08e3acdf0","@firebase/util":"1.13.0-canary.08e3acdf0","@firebase/webchannel-wrapper":"1.0.5-canary.08e3acdf0","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.7-canary.08e3acdf0"},"devDependencies":{"@firebase/app":"0.14.7-canary.08e3acdf0","@firebase/app-compat":"0.5.7-canary.08e3acdf0","@firebase/auth":"1.12.0-canary.08e3acdf0","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.10.0-canary.08e3acdf0","readmeFilename":"README.md","gitHead":"08e3acdf098dc5499081c610bcbe428f376f9ded","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ip3+gJNmgHle5mgxOIKLhS0KoTxay50fYs1c3u4cgqcebeBTIpGRLgV2xKWyOL/waol0TDGAzqBih22mS0SrRw==","shasum":"de425ad31bc33907bb394a24a5ff82095e873e1b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.10.0-canary.08e3acdf0.tgz","fileCount":1826,"unpackedSize":53251917,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDHEqRiRrQZvUwB3zq0hnrQRcknTBkdqV7eoXJb71IYMAIhAO+bhsD70O01HsnMXAKB/DZylhk057bC3OQicn2paaIe"}],"size":9903318},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.10.0-canary.08e3acdf0_1769451032611_0.268470362431493"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-26T18:10:33.312Z","publish_time":1769451033312,"_source_registry_name":"default","contributors":[]},"4.10.0-canary.f9aaeca46":{"name":"@firebase/firestore","version":"4.10.0-canary.f9aaeca46","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.f9aaeca46","@firebase/logger":"0.5.0-canary.f9aaeca46","@firebase/util":"1.13.0-canary.f9aaeca46","@firebase/webchannel-wrapper":"1.0.5-canary.f9aaeca46","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.7-canary.f9aaeca46"},"devDependencies":{"@firebase/app":"0.14.7-canary.f9aaeca46","@firebase/app-compat":"0.5.7-canary.f9aaeca46","@firebase/auth":"1.12.0-canary.f9aaeca46","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.10.0-canary.f9aaeca46","readmeFilename":"README.md","gitHead":"f9aaeca466f3650a1bd1f83d3ee32ceb105faf65","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-KtJirWhYe9I28KYTB1iMDfDqNp7ELanOMliGEjsHWcjJunIe7ZrDCjgHhw7PIk5x5EJ1G5q0N7yXtBwZr4KyxA==","shasum":"37f3a3a1ef2bf6870b4fef1a1f698cd4553df4e0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.10.0-canary.f9aaeca46.tgz","fileCount":1826,"unpackedSize":53251927,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAtUbsGgO8OKtk1X3CrV45qV9VGhoO/keLvmbnp5Un2+AiAzP26B1sZkeWKg88usUDWc5oXbXQ7OliD/NDUNc7Didg=="}],"size":9904323},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.10.0-canary.f9aaeca46_1769451164972_0.2478577875565544"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-26T18:12:45.558Z","publish_time":1769451165558,"_source_registry_name":"default","contributors":[]},"4.10.0-canary.c4a3a5643":{"name":"@firebase/firestore","version":"4.10.0-canary.c4a3a5643","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.c4a3a5643","@firebase/logger":"0.5.0-canary.c4a3a5643","@firebase/util":"1.13.0-canary.c4a3a5643","@firebase/webchannel-wrapper":"1.0.5-canary.c4a3a5643","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.7-canary.c4a3a5643"},"devDependencies":{"@firebase/app":"0.14.7-canary.c4a3a5643","@firebase/app-compat":"0.5.7-canary.c4a3a5643","@firebase/auth":"1.12.0-canary.c4a3a5643","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.10.0-canary.c4a3a5643","readmeFilename":"README.md","gitHead":"c4a3a5643b79a2165d8b38d35734053dcce8d224","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ADVz68vJxEneEoQI6Bi4apsc0cLWiiXPIPBCfgVcYKwCgjVWJha6w4vk4nIlLmYEKHVzs4KXs8daYfH4LvgnbA==","shasum":"b3b53ea82f9d81a1091250d2cf2bd4e25bad079a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.10.0-canary.c4a3a5643.tgz","fileCount":1826,"unpackedSize":53251922,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCXXqwH+OJggSclMPzAeZWN16jOfRbLUiwpt3Rglt+u8wIhAJh56esZHRTglCaYW0+RUswysoNksykVCxosdbyYXT1h"}],"size":9905218},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.10.0-canary.c4a3a5643_1769530261146_0.923552552795293"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-27T16:11:01.606Z","publish_time":1769530261606,"_source_registry_name":"default","contributors":[]},"4.10.0-canary.2e7432986":{"name":"@firebase/firestore","version":"4.10.0-canary.2e7432986","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.2e7432986","@firebase/logger":"0.5.0-canary.2e7432986","@firebase/util":"1.13.0-canary.2e7432986","@firebase/webchannel-wrapper":"1.0.5-canary.2e7432986","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.7-canary.2e7432986"},"devDependencies":{"@firebase/app":"0.14.7-canary.2e7432986","@firebase/app-compat":"0.5.7-canary.2e7432986","@firebase/auth":"1.12.0-canary.2e7432986","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.10.0-canary.2e7432986","readmeFilename":"README.md","gitHead":"2e74329868f90e92ac8a32d131aa9dd9226ccb59","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-cZxHCCoSxmnI+2RLJZ9K9ZPHMTfL481YKOG4E+IME2O+m8ZZYdyOU8ky+srWuw8kVTHuR5tydTWHMT/HEs2Yiw==","shasum":"9522a24efe22380c999004f6bf75bf82db2eeea5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.10.0-canary.2e7432986.tgz","fileCount":1826,"unpackedSize":53251927,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCscNma8+VAAfGpoBRLtArEtbMq2bCj6crBkBedQp1lDQIhAMHO5ByJGdw4GBhRkD6+vesNXrQevCM9XvXeATLiqJwi"}],"size":9903803},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.10.0-canary.2e7432986_1769715347773_0.8854320713594033"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-29T19:35:48.264Z","publish_time":1769715348264,"_source_registry_name":"default","contributors":[]},"4.10.0-canary.65a553baf":{"name":"@firebase/firestore","version":"4.10.0-canary.65a553baf","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.65a553baf","@firebase/logger":"0.5.0-canary.65a553baf","@firebase/util":"1.13.0-canary.65a553baf","@firebase/webchannel-wrapper":"1.0.5-canary.65a553baf","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.7-canary.65a553baf"},"devDependencies":{"@firebase/app":"0.14.7-canary.65a553baf","@firebase/app-compat":"0.5.7-canary.65a553baf","@firebase/auth":"1.12.0-canary.65a553baf","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.10.0-canary.65a553baf","readmeFilename":"README.md","gitHead":"65a553baf435be2463477ef9ddb114f26a2845ce","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ustAa+vUIBuKP89j9Tlf9kElWfT7u5d7xRyaB7Wx6kqFS9DdJIweEXRA3MIHxIciSmq/x43we0hZ3wvruHD4oA==","shasum":"142fe88817891015b04254407e28b2f16975d694","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.10.0-canary.65a553baf.tgz","fileCount":1826,"unpackedSize":53255389,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCI0jSGeXX3vAjfHqUr29ReCfVQO7Mbek6MvCPOW4JqcAIhAPj96LvTqgyyaGQhKND8WhJdeyhSlo+G5jCIdVEJ8ysZ"}],"size":9904293},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.10.0-canary.65a553baf_1769715979709_0.012302562712232179"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-29T19:46:20.226Z","publish_time":1769715980226,"_source_registry_name":"default","contributors":[]},"4.10.0-canary.8123231a1":{"name":"@firebase/firestore","version":"4.10.0-canary.8123231a1","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.8123231a1","@firebase/logger":"0.5.0-canary.8123231a1","@firebase/util":"1.13.0-canary.8123231a1","@firebase/webchannel-wrapper":"1.0.5-canary.8123231a1","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.7-canary.8123231a1"},"devDependencies":{"@firebase/app":"0.14.7-canary.8123231a1","@firebase/app-compat":"0.5.7-canary.8123231a1","@firebase/auth":"1.12.0-canary.8123231a1","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.10.0-canary.8123231a1","readmeFilename":"README.md","gitHead":"8123231a1e7030400ac362e13d4cafb8d40f5d4c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-GYJJiTlAwHO8FCC1Pr+QHajjCps7Qy8JdGo9pRXrzk0QujTV8U6twjMemO+sr2qt6UqU96FOk9YAcM3lUewJ3w==","shasum":"aa4d576161eab7afb7b640373452a978195cb0d1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.10.0-canary.8123231a1.tgz","fileCount":1826,"unpackedSize":53255389,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBe2LOnYnCzf0fUIZQtqt7qmy3Z+QS5JTtFTud9s+DvSAiEAgkp7f6YHzYmZrCJHL3+VOalaZILxuWuO27EWzuELrkQ="}],"size":9904886},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.10.0-canary.8123231a1_1769721604700_0.5066700391833687"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-29T21:20:05.315Z","publish_time":1769721605315,"_source_registry_name":"default","contributors":[]},"4.10.0-canary.691a506ec":{"name":"@firebase/firestore","version":"4.10.0-canary.691a506ec","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.10.0-canary.691a506ec","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"a205d8c6337658688f6a156dc79a6de5f3285e64","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.10.0-canary.691a506ec.tgz","fileCount":1826,"integrity":"sha512-KlnORVBWcuLKccVUvkW8DAK/5rvNMKnYgYmEmCaOaj5O4X+FFcjx8hVMHUbonAPd86zTliK+Fc9RAAsANJQPdA==","signatures":[{"sig":"MEUCIQD8aaJjRVSVtNRg33OblVycREk4oNXR2ZtFC7H1XQQpDgIgdvJ6kTYWtNT6s/fLY3FkhknbVeCLY4lv20DLzAuOsrI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":53255389,"size":9906188},"main":"dist/index.node.cjs.js","module":"dist/index.esm.js","browser":"dist/index.esm.js","engines":{"node":">=20.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm.js","require":"./dist/lite/index.browser.cjs.js"},"default":"./dist/lite/index.browser.esm.js","react-native":"./dist/lite/index.rn.esm.js"},"./pipelines":{"node":{"import":"./dist/pipelines.node.mjs","require":"./dist/pipelines.node.cjs.js"},"types":"./pipelines/pipelines.d.ts","browser":{"import":"./dist/pipelines.esm.js","require":"./dist/pipelines.cjs.js"},"default":"./dist/pipelines.esm.js","react-native":"./dist/index.rn.js"},"./package.json":"./package.json","./lite/pipelines":{"node":{"import":"./dist/lite/pipelines.node.mjs","require":"./dist/lite/pipelines.node.cjs.js"},"types":"./dist/lite/pipelines.d.ts","browser":{"import":"./dist/lite/pipelines.browser.esm.js","require":"./dist/lite/pipelines.browser.cjs.js"},"default":"./dist/lite/pipelines.browser.esm.js","react-native":"./dist/lite/pipelines.rn.esm.js"}},"gitHead":"691a506ecaa10ac3f0354313f5de5a47f4c85199","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint assertion-id:check test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.13.0-canary.691a506ec","@firebase/logger":"0.5.0-canary.691a506ec","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.7.0-canary.691a506ec","@firebase/webchannel-wrapper":"1.0.5-canary.691a506ec"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.14.7-canary.691a506ec","@types/eslint":"7.29.0","@firebase/auth":"1.12.0-canary.691a506ec","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.5.7-canary.691a506ec","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.14.7-canary.691a506ec"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.10.0-canary.691a506ec_1769717612444_0.3278882271581436","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2026-01-29T20:13:32.939Z","publish_time":1769717612939,"_source_registry_name":"default","contributors":[]},"4.10.0-canary.f9254b6d2":{"name":"@firebase/firestore","version":"4.10.0-canary.f9254b6d2","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.f9254b6d2","@firebase/logger":"0.5.0-canary.f9254b6d2","@firebase/util":"1.13.0-canary.f9254b6d2","@firebase/webchannel-wrapper":"1.0.5-canary.f9254b6d2","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.7-canary.f9254b6d2"},"devDependencies":{"@firebase/app":"0.14.7-canary.f9254b6d2","@firebase/app-compat":"0.5.7-canary.f9254b6d2","@firebase/auth":"1.12.0-canary.f9254b6d2","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.10.0-canary.f9254b6d2","readmeFilename":"README.md","gitHead":"f9254b6d28cc086a763d7fed42a59d6d2199aae8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-uJ5himDRx+rQccXHFUPIv9DzOuCsEbduzoNIMMZl59dJCSkOAG3cPo2ptjtIxreNPZt/opP3JMbJn0ZszFKa9A==","shasum":"8a648e2abd7a3801c753284ec8be810d9afb87c4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.10.0-canary.f9254b6d2.tgz","fileCount":1826,"unpackedSize":53255389,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDcaEbkbR2QpOShyEQ4qH1azskwET8+1TXcqcsPlMOCfwIgPMfL2QfIB5f6eJr3nZKD8+Zqo+aeieM6RfZrcr7OY0Y="}],"size":9904118},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.10.0-canary.f9254b6d2_1769796764169_0.7449545745141097"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-30T18:12:44.703Z","publish_time":1769796764703,"_source_registry_name":"default","contributors":[]},"4.11.0-20260203132428":{"name":"@firebase/firestore","version":"4.11.0-20260203132428","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0","@firebase/logger":"0.5.0","@firebase/util":"1.13.0","@firebase/webchannel-wrapper":"1.0.5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.14.7","@firebase/app-compat":"0.5.7","@firebase/auth":"1.12.0","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.11.0-20260203132428","readmeFilename":"README.md","gitHead":"988ff56320e722dadf73ad0b7fa39a3fa2c388d1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-EUb2Bf4zp7jC6JHzAyxd0ZDnqUZRlM9g28+aDEzNx4rCYW+F70QYDiBd1IV+kGDiK8FnjZuHefx7PX+6yHXq5w==","shasum":"2da77e12696d4436a245ac52f6d32483616311c0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.11.0-20260203132428.tgz","fileCount":1826,"unpackedSize":53255187,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBJi7RxkrzzJVRrojV4DK7ZyEOHuacJyoBA0x8ndVl/sAiEAr3CJZ+mrTicxHL0ny/LDslvfZwBrTpCr0u+KUT+bYUw="}],"size":9904650},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.11.0-20260203132428_1770125593375_0.31590669326223497"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-03T13:33:13.950Z","publish_time":1770125593950,"_source_registry_name":"default","contributors":[]},"4.10.0-canary.b10a296fa":{"name":"@firebase/firestore","version":"4.10.0-canary.b10a296fa","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.b10a296fa","@firebase/logger":"0.5.0-canary.b10a296fa","@firebase/util":"1.13.0-canary.b10a296fa","@firebase/webchannel-wrapper":"1.0.5-canary.b10a296fa","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.7-canary.b10a296fa"},"devDependencies":{"@firebase/app":"0.14.7-canary.b10a296fa","@firebase/app-compat":"0.5.7-canary.b10a296fa","@firebase/auth":"1.12.0-canary.b10a296fa","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.10.0-canary.b10a296fa","readmeFilename":"README.md","gitHead":"b10a296fa1316cd8c82e33b38e1fb66d7bdcbbc6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-buIB3qrxqMth6xkaYqdSmMPbNjbHAzz1J4B2S8ShJXtqKZgPj6+LbLci3/xQvBHP1xXoprBiSwUNrCKoycg4hw==","shasum":"d600f970d40147e30f2f4e76649acda9d80d86ae","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.10.0-canary.b10a296fa.tgz","fileCount":1826,"unpackedSize":53255384,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHbiPyLYF3wCxMWeKVzfQ2k0KzFkUYDHHMuY/RE9ajeoAiEA7GP9pfXRKTNC9NTMSE23uHwoRjmzmMZB8gckXfaWxWU="}],"size":9904356},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.10.0-canary.b10a296fa_1770145029932_0.23974560578336934"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-03T18:57:10.470Z","publish_time":1770145030470,"_source_registry_name":"default","contributors":[]},"4.11.0":{"name":"@firebase/firestore","version":"4.11.0","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0","@firebase/logger":"0.5.0","@firebase/util":"1.13.0","@firebase/webchannel-wrapper":"1.0.5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.14.8","@firebase/app-compat":"0.5.8","@firebase/auth":"1.12.0","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.11.0","gitHead":"6f540dd720217a920fdae6e9b8e592f1c6e267e1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Zb88s8rssBd0J2Tt+NUXMPt2sf+Dq7meatKiJf5t9oto1kZ8w9gK59Koe1uPVbaKfdgBp++N/z0I4G/HamyEhg==","shasum":"a746ea4568069280e4c18f5ed1438be73860afbe","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.11.0.tgz","fileCount":1826,"unpackedSize":53254748,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIANRazOJUyb3aXGxoBVVPSkHotN9/1D9l+G9WRa4OIRWAiEA2lJXoedHcpI0+s6u2rJnxDAokKbo5RziU/GgWBkrg/g="}],"size":9903975},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.11.0_1770301346874_0.6155558710364821"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-05T14:22:27.460Z","publish_time":1770301347460,"_source_registry_name":"default","contributors":[]},"4.11.0-canary.e4b2890fd":{"name":"@firebase/firestore","version":"4.11.0-canary.e4b2890fd","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.e4b2890fd","@firebase/logger":"0.5.0-canary.e4b2890fd","@firebase/util":"1.13.0-canary.e4b2890fd","@firebase/webchannel-wrapper":"1.0.5-canary.e4b2890fd","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.8-canary.e4b2890fd"},"devDependencies":{"@firebase/app":"0.14.8-canary.e4b2890fd","@firebase/app-compat":"0.5.8-canary.e4b2890fd","@firebase/auth":"1.12.0-canary.e4b2890fd","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.11.0-canary.e4b2890fd","readmeFilename":"README.md","gitHead":"e4b2890fd25795d93af6ae209b10ad69a8939b3a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-xX6UGvAa+srHAvV1GWMI3Dfc433GsRYnn/c1/yHXo+r6eU8GEsWwSrOUEOQRHTaFNxgNMYx7gJ/4rnfRmfJ8/Q==","shasum":"b07054babfd52030f5004cf52a86217c0507fa19","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.11.0-canary.e4b2890fd.tgz","fileCount":1826,"unpackedSize":53255384,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEUpcPN4tU1wgB8iRlGVffV78QNZfFSTIQOiYTdPKBsMAiEA9ujb1t+fIkCeN+YrEuW8Lysk6icz9y5lJjWfWP/olb0="}],"size":9905193},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.11.0-canary.e4b2890fd_1770303291693_0.43888699744886916"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-05T14:54:52.204Z","publish_time":1770303292204,"_source_registry_name":"default","contributors":[]},"4.11.0-canary.2bd48a604":{"name":"@firebase/firestore","version":"4.11.0-canary.2bd48a604","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.11.0-canary.2bd48a604","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"28e731eba2c06c9c191457ccb8fc274ae13bfe49","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.11.0-canary.2bd48a604.tgz","fileCount":1826,"integrity":"sha512-pITET/kycLIPJDnPgwjRQ61lGA9H8NXKccg1S/gaS2l+cYYxPHzpNElSoQUEJf9Nvk4WqluPNklVOO3vafEzrQ==","signatures":[{"sig":"MEYCIQCPpxPfInBeGYVz4lRzNsyoqsz8LXjtB1AMY/5imvc6vgIhAKUvtlTpIQetxlueQqwreZgMP7mG+d3HO7MdKQ+PqfIQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":53255379,"size":9904593},"main":"dist/index.node.cjs.js","module":"dist/index.esm.js","browser":"dist/index.esm.js","engines":{"node":">=20.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm.js","require":"./dist/lite/index.browser.cjs.js"},"default":"./dist/lite/index.browser.esm.js","react-native":"./dist/lite/index.rn.esm.js"},"./pipelines":{"node":{"import":"./dist/pipelines.node.mjs","require":"./dist/pipelines.node.cjs.js"},"types":"./pipelines/pipelines.d.ts","browser":{"import":"./dist/pipelines.esm.js","require":"./dist/pipelines.cjs.js"},"default":"./dist/pipelines.esm.js","react-native":"./dist/index.rn.js"},"./package.json":"./package.json","./lite/pipelines":{"node":{"import":"./dist/lite/pipelines.node.mjs","require":"./dist/lite/pipelines.node.cjs.js"},"types":"./dist/lite/pipelines.d.ts","browser":{"import":"./dist/lite/pipelines.browser.esm.js","require":"./dist/lite/pipelines.browser.cjs.js"},"default":"./dist/lite/pipelines.browser.esm.js","react-native":"./dist/lite/pipelines.rn.esm.js"}},"gitHead":"2bd48a604d4ab4df4a9dec9a78a880a9b18891c7","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint assertion-id:check test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.13.0-canary.2bd48a604","@firebase/logger":"0.5.0-canary.2bd48a604","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.7.0-canary.2bd48a604","@firebase/webchannel-wrapper":"1.0.5-canary.2bd48a604"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.14.8-canary.2bd48a604","@types/eslint":"7.29.0","@firebase/auth":"1.12.0-canary.2bd48a604","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.5.8-canary.2bd48a604","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.14.8-canary.2bd48a604"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.11.0-canary.2bd48a604_1771435562564_0.6892515090372671","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2026-02-18T17:26:03.046Z","publish_time":1771435563046,"_source_registry_name":"default","contributors":[]},"4.11.0-canary.35b284af4":{"name":"@firebase/firestore","version":"4.11.0-canary.35b284af4","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.35b284af4","@firebase/logger":"0.5.0-canary.35b284af4","@firebase/util":"1.13.0-canary.35b284af4","@firebase/webchannel-wrapper":"1.0.5-canary.35b284af4","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.8-canary.35b284af4"},"devDependencies":{"@firebase/app":"0.14.8-canary.35b284af4","@firebase/app-compat":"0.5.8-canary.35b284af4","@firebase/auth":"1.12.0-canary.35b284af4","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.11.0-canary.35b284af4","readmeFilename":"README.md","gitHead":"35b284af4789f9081addce73ad5d85ab34e984f9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-hG6Nu9JAKsIzBWnSg7HdR3p7eHOBKUJDnBEKT/F/eWaWLeDosn35/Hqm4odl4QcmmodvSp0giYdT4TCi3aG89g==","shasum":"1f15583ecbbafca035215d1b0bb1949e74ee4f19","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.11.0-canary.35b284af4.tgz","fileCount":1826,"unpackedSize":53255389,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCFxEz6O5Jbz/xotWOx+QNd4qHAAL+1aFs7ir8spzMVBAIgCdU0cq4wGFcdd8fJj7VIa64t9YmbkQCWAINnME72x5w="}],"size":9904914},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.11.0-canary.35b284af4_1771439046588_0.07498632000134853"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-18T18:24:07.201Z","publish_time":1771439047201,"_source_registry_name":"default","contributors":[]},"4.11.0-canary.93eeffcb3":{"name":"@firebase/firestore","version":"4.11.0-canary.93eeffcb3","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.93eeffcb3","@firebase/logger":"0.5.0-canary.93eeffcb3","@firebase/util":"1.13.0-canary.93eeffcb3","@firebase/webchannel-wrapper":"1.0.5-canary.93eeffcb3","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.8-canary.93eeffcb3"},"devDependencies":{"@firebase/app":"0.14.8-canary.93eeffcb3","@firebase/app-compat":"0.5.8-canary.93eeffcb3","@firebase/auth":"1.12.0-canary.93eeffcb3","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.11.0-canary.93eeffcb3","readmeFilename":"README.md","gitHead":"93eeffcb3463b035f32b36cf26853b88aba5b22d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-nA/9H/YS42Twoini2Tcqy/tcWynECBC8GQPqnbaqP55t0Ws9AahosZqA+vAPbFSf/uQp7oCKxBlMQxzkKwGoCg==","shasum":"18b4b5676bc207bb3ab8ea96c7a066fa57ffade9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.11.0-canary.93eeffcb3.tgz","fileCount":1826,"unpackedSize":53255389,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDquZ61ieHdUdy/g5V4ZSykwRuXC9zR8LdS8RvSvJLxVgIgSkK97SrEJy5ie0em5swE1nrIlBC6wwn6gbRBmH8VQIM="}],"size":9904148},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.11.0-canary.93eeffcb3_1771439097247_0.551441711000022"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-18T18:24:58.027Z","publish_time":1771439098027,"_source_registry_name":"default","contributors":[]},"4.11.0-canary.d7c311a4b":{"name":"@firebase/firestore","version":"4.11.0-canary.d7c311a4b","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.d7c311a4b","@firebase/logger":"0.5.0-canary.d7c311a4b","@firebase/util":"1.13.0-canary.d7c311a4b","@firebase/webchannel-wrapper":"1.0.5-canary.d7c311a4b","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.8-canary.d7c311a4b"},"devDependencies":{"@firebase/app":"0.14.8-canary.d7c311a4b","@firebase/app-compat":"0.5.8-canary.d7c311a4b","@firebase/auth":"1.12.0-canary.d7c311a4b","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.11.0-canary.d7c311a4b","readmeFilename":"README.md","gitHead":"d7c311a4bb2d23bb5a88b31f981f1da4bc058a41","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ynED7u9vrwhBTrK8Jf62Q6v/5oDfJazttV8gDXbKRXl3kDMn2AOqYIjz+dQCmpQoeTB9gdO5SuOUA1PCMEhl9w==","shasum":"f81c4904cf75110bffd7218712a6045acacfaca8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.11.0-canary.d7c311a4b.tgz","fileCount":1826,"unpackedSize":53255384,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDJCdzdk/TB9eWaKhHI5ATRc0Kjwysu9ljVTlnHUMtISAiAFgNAk9GO06Z6MZUN5Mvm/VhUHYcxWAyekmOEPTCOvqw=="}],"size":9903988},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.11.0-canary.d7c311a4b_1771439213694_0.6992647843231048"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-18T18:26:54.174Z","publish_time":1771439214174,"_source_registry_name":"default","contributors":[]},"4.11.0-canary.9ced4281d":{"name":"@firebase/firestore","version":"4.11.0-canary.9ced4281d","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.9ced4281d","@firebase/logger":"0.5.0-canary.9ced4281d","@firebase/util":"1.13.0-canary.9ced4281d","@firebase/webchannel-wrapper":"1.0.5-canary.9ced4281d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.8-canary.9ced4281d"},"devDependencies":{"@firebase/app":"0.14.8-canary.9ced4281d","@firebase/app-compat":"0.5.8-canary.9ced4281d","@firebase/auth":"1.12.0-canary.9ced4281d","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.11.0-canary.9ced4281d","readmeFilename":"README.md","gitHead":"9ced4281d342ff523aca0a8dd397fec251d25954","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-VsXNf3qSuHM2lSVWGfdMl0AMnGCLeQvqcv3BW+u6yW64ZeLUryUvZDlH7D64ybF3OvhLAMBAjoLwu1JJVtNl5w==","shasum":"3187608b0b1af818b1b059d355bb144c5ea1c61d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.11.0-canary.9ced4281d.tgz","fileCount":1826,"unpackedSize":53255384,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDkya82FKDHWpXBqqoJXnpw5a41My0WCo8WlMP1+JBQtAIhAOxtjKjonYPYQoGDeIoj02dMFSY7K9lHV28WG8RL4OsK"}],"size":9904996},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.11.0-canary.9ced4281d_1771439330544_0.9168503328068371"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-18T18:28:51.017Z","publish_time":1771439331017,"_source_registry_name":"default","contributors":[]},"4.11.0-canary.c48b47674":{"name":"@firebase/firestore","version":"4.11.0-canary.c48b47674","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.c48b47674","@firebase/logger":"0.5.0-canary.c48b47674","@firebase/util":"1.13.0-canary.c48b47674","@firebase/webchannel-wrapper":"1.0.5-canary.c48b47674","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.8-canary.c48b47674"},"devDependencies":{"@firebase/app":"0.14.8-canary.c48b47674","@firebase/app-compat":"0.5.8-canary.c48b47674","@firebase/auth":"1.12.0-canary.c48b47674","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.11.0-canary.c48b47674","readmeFilename":"README.md","gitHead":"c48b47674186e950985ece6ce4d70ccbec86a430","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-tD458wKaauafNDiEed5zJozr4pMME33GQuT8vHX2qsNsWxbUgE82WD5z5xq0muY+FeU89MZuP+jBuALP3pe5yw==","shasum":"663f8b09b5f1af44a72d27df7f9aaa1657db591c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.11.0-canary.c48b47674.tgz","fileCount":1826,"unpackedSize":53255389,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICNsDsny/B2Om0GesPxue9SF9P64uvFxVSmO1r4GrYIWAiBRWg2wxmPX7LRq7rNNPxwZYKOcqHGLaQHI8Cmg5lgW/g=="}],"size":9904935},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.11.0-canary.c48b47674_1771439369546_0.18110843466376236"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-18T18:29:30.063Z","publish_time":1771439370063,"_source_registry_name":"default","contributors":[]},"4.11.0-canary.4d2ab8507":{"name":"@firebase/firestore","version":"4.11.0-canary.4d2ab8507","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.4d2ab8507","@firebase/logger":"0.5.0-canary.4d2ab8507","@firebase/util":"1.13.0-canary.4d2ab8507","@firebase/webchannel-wrapper":"1.0.5-canary.4d2ab8507","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.8-canary.4d2ab8507"},"devDependencies":{"@firebase/app":"0.14.8-canary.4d2ab8507","@firebase/app-compat":"0.5.8-canary.4d2ab8507","@firebase/auth":"1.12.0-canary.4d2ab8507","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.11.0-canary.4d2ab8507","readmeFilename":"README.md","gitHead":"4d2ab8507efe95ccd7ffd8e77adfe11c1c041140","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-g2zx/XeAENciuXTVniiW9hCo6O0zCjBZzZpywBi7hgDu2gktvzaR1FoatALdjbNf03liy0hKxyEAGVMz1OXS2Q==","shasum":"b90db3d8dd581e015bedaf997150b8af6da2b262","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.11.0-canary.4d2ab8507.tgz","fileCount":1826,"unpackedSize":53255384,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBi27OOPi2Eh7scuYyMvWq5xBgFMrWTDMPZOhLgoQTxZAiAGu77ViwP7vuao11yOSkx50wmWf/sEz1CMRpCY8ydfgA=="}],"size":9904264},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.11.0-canary.4d2ab8507_1771439493601_0.9547009594776854"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-18T18:31:34.198Z","publish_time":1771439494198,"_source_registry_name":"default","contributors":[]},"4.11.0-canary.d4b22a872":{"name":"@firebase/firestore","version":"4.11.0-canary.d4b22a872","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.11.0-canary.d4b22a872","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"20f4c2d896ecc060a2754d8212f53a7e99bc99ff","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.11.0-canary.d4b22a872.tgz","fileCount":1826,"integrity":"sha512-8wOZQX/zLb5QnHiqJK9RRxt89QM1ufRKnaZVkd0OcPJpyVda2FmL9gFXrb4VnxEIAwyU/VcPAG9SItaSo87HAw==","signatures":[{"sig":"MEQCIHzmaT6lvRnz1GE/aupLOugslheuGi/tXKzuN6jhAzywAiAv+XqNQ7J28fK5js8UVuXpcb9GpMk89ytZvUBDfpHbqQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":53255379,"size":9906301},"main":"dist/index.node.cjs.js","module":"dist/index.esm.js","browser":"dist/index.esm.js","engines":{"node":">=20.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm.js","require":"./dist/lite/index.browser.cjs.js"},"default":"./dist/lite/index.browser.esm.js","react-native":"./dist/lite/index.rn.esm.js"},"./pipelines":{"node":{"import":"./dist/pipelines.node.mjs","require":"./dist/pipelines.node.cjs.js"},"types":"./pipelines/pipelines.d.ts","browser":{"import":"./dist/pipelines.esm.js","require":"./dist/pipelines.cjs.js"},"default":"./dist/pipelines.esm.js","react-native":"./dist/index.rn.js"},"./package.json":"./package.json","./lite/pipelines":{"node":{"import":"./dist/lite/pipelines.node.mjs","require":"./dist/lite/pipelines.node.cjs.js"},"types":"./dist/lite/pipelines.d.ts","browser":{"import":"./dist/lite/pipelines.browser.esm.js","require":"./dist/lite/pipelines.browser.cjs.js"},"default":"./dist/lite/pipelines.browser.esm.js","react-native":"./dist/lite/pipelines.rn.esm.js"}},"gitHead":"d4b22a872cd42c23cc23e5be093741bd5a5d0bd4","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint assertion-id:check test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.13.0-canary.d4b22a872","@firebase/logger":"0.5.0-canary.d4b22a872","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.7.0-canary.d4b22a872","@firebase/webchannel-wrapper":"1.0.5-canary.d4b22a872"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.14.8-canary.d4b22a872","@types/eslint":"7.29.0","@firebase/auth":"1.12.0-canary.d4b22a872","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.5.8-canary.d4b22a872","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.14.8-canary.d4b22a872"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.11.0-canary.d4b22a872_1771439654323_0.43775061204713417","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2026-02-18T18:34:15.152Z","publish_time":1771439655152,"_source_registry_name":"default","contributors":[]},"4.11.0-canary.7b1e6ec79":{"name":"@firebase/firestore","version":"4.11.0-canary.7b1e6ec79","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.7b1e6ec79","@firebase/logger":"0.5.0-canary.7b1e6ec79","@firebase/util":"1.13.0-canary.7b1e6ec79","@firebase/webchannel-wrapper":"1.0.5-canary.7b1e6ec79","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.8-canary.7b1e6ec79"},"devDependencies":{"@firebase/app":"0.14.8-canary.7b1e6ec79","@firebase/app-compat":"0.5.8-canary.7b1e6ec79","@firebase/auth":"1.12.0-canary.7b1e6ec79","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.11.0-canary.7b1e6ec79","readmeFilename":"README.md","gitHead":"7b1e6ec79e81c0014d581ee335aacf0950908863","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-4iomb7pgPG4jlSRF/kw6CyTEq+R0fZS8pGZyAenB+qB29stLuMvNyzn8ZDu6nd6U5v5pujyGCa7Tagg7GaxTCQ==","shasum":"282b1e11f9d5694eeaa0651de206bb927c5f2a9a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.11.0-canary.7b1e6ec79.tgz","fileCount":1826,"unpackedSize":53255389,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDgHcU34cFi8sdVxmhDo+hGWCTG1AE/gx+XejVluBcV1gIgOAkT0JkjWAzrwwx4RAFVJ5gELMGEc0qG4/8k6P5MZ8c="}],"size":9904946},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.11.0-canary.7b1e6ec79_1771444341513_0.4012525547092409"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-18T19:52:22.023Z","publish_time":1771444342023,"_source_registry_name":"default","contributors":[]},"4.11.0-canary.47f85219d":{"name":"@firebase/firestore","version":"4.11.0-canary.47f85219d","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.47f85219d","@firebase/logger":"0.5.0-canary.47f85219d","@firebase/util":"1.13.0-canary.47f85219d","@firebase/webchannel-wrapper":"1.0.5-canary.47f85219d","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.8-canary.47f85219d"},"devDependencies":{"@firebase/app":"0.14.8-canary.47f85219d","@firebase/app-compat":"0.5.8-canary.47f85219d","@firebase/auth":"1.12.0-canary.47f85219d","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.11.0-canary.47f85219d","readmeFilename":"README.md","gitHead":"47f85219d570f05c196e0085f2892d1297308fed","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-R+fp/Zuw4UHovzvVfoeX5q50a1JWzuNz0FbB9+s7ipkuvz50u9rf3dkiUzKOJOGUw4W9M/VJR1xi5+4l8d02YQ==","shasum":"c461957b86bce3c1a0f2ab6d995f0e0061c210b2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.11.0-canary.47f85219d.tgz","fileCount":1826,"unpackedSize":53255384,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICCAmuqwbjOoS2xHQBB8yOLXQraxSCQ3NyRjXgNmk3UFAiA1aGA/0jRaTveIK/pEnxbgTYBfOHiyXzlOPT7fV0x3YA=="}],"size":9904466},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.11.0-canary.47f85219d_1771444364135_0.7657738322854823"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-18T19:52:44.636Z","publish_time":1771444364636,"_source_registry_name":"default","contributors":[]},"4.11.0-canary.f0b0398eb":{"name":"@firebase/firestore","version":"4.11.0-canary.f0b0398eb","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.f0b0398eb","@firebase/logger":"0.5.0-canary.f0b0398eb","@firebase/util":"1.13.0-canary.f0b0398eb","@firebase/webchannel-wrapper":"1.0.5-canary.f0b0398eb","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.8-canary.f0b0398eb"},"devDependencies":{"@firebase/app":"0.14.8-canary.f0b0398eb","@firebase/app-compat":"0.5.8-canary.f0b0398eb","@firebase/auth":"1.12.0-canary.f0b0398eb","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.11.0-canary.f0b0398eb","readmeFilename":"README.md","gitHead":"f0b0398eb8fad06161c8133143eba515a4501c6e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Z6qIRetl7M8bemC9lnxhxxgHIA7XgZRvX9Hfr+Zc2+uDRkqreCX96jm72//MrMZJcG0UhP0dg/2Q3WWOL2VzyA==","shasum":"454dd4cba09d4334367bf780c5c7fed327f15094","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.11.0-canary.f0b0398eb.tgz","fileCount":1826,"unpackedSize":53255384,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGvONLmHOskfQAv6VHvLzYnKjEZDH7fKfFQouB44cYsTAiEA/mh3woy8jZcnvuYI4RGRau17Zs+I/xPsqKQBtZGDpXo="}],"size":9904055},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.11.0-canary.f0b0398eb_1771531156878_0.7688210936371045"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-19T19:59:17.413Z","publish_time":1771531157413,"_source_registry_name":"default","contributors":[]},"4.11.0-canary.46fa57f9e":{"name":"@firebase/firestore","version":"4.11.0-canary.46fa57f9e","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.46fa57f9e","@firebase/logger":"0.5.0-canary.46fa57f9e","@firebase/util":"1.13.0-canary.46fa57f9e","@firebase/webchannel-wrapper":"1.0.5-canary.46fa57f9e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.8-canary.46fa57f9e"},"devDependencies":{"@firebase/app":"0.14.8-canary.46fa57f9e","@firebase/app-compat":"0.5.8-canary.46fa57f9e","@firebase/auth":"1.12.0-canary.46fa57f9e","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.11.0-canary.46fa57f9e","readmeFilename":"README.md","gitHead":"46fa57f9e6df52aff114c74b011a0b54c5a8db7c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Ua3cKGpmNb2VlO/RbPLN82QceDKtqWlF6ULUtNpVjIzRU7ktTvOqNbUHNLFW0cLH5GxlQmEXig/3wrlKQrC2cA==","shasum":"4961e665bf263595e33efe340fc342ca92c80db8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.11.0-canary.46fa57f9e.tgz","fileCount":1826,"unpackedSize":53255389,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIC/zO94JR1lND0wDiOAY6yhKul91fwKMs2Ycg/w2PJcRAiBa7AfaPbjDZIdqz9DTjLAqzLcQ1OhICyDpz4NjDHuCBQ=="}],"size":9905659},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.11.0-canary.46fa57f9e_1771531214429_0.7368641046798823"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-19T20:00:15.267Z","publish_time":1771531215267,"_source_registry_name":"default","contributors":[]},"4.12.0-20260224183151":{"name":"@firebase/firestore","version":"4.12.0-20260224183151","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.12.0-20260224183151","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"8ceebdfaef32ec446e7c6c6120ddb95bbd96289c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.12.0-20260224183151.tgz","fileCount":1826,"integrity":"sha512-24bUyXS8T7E4dpff9S/T8XES8hb32LJwH7AIMZNEHcTnlnliBtHy/81qjMihjIj/v/UIDyL7/zyrRpsfkV+pEw==","signatures":[{"sig":"MEYCIQDAbxg3jbBn47GdO/fZbWEJvotP+deUzdO1gbzWRjbaHAIhAIwPtSVHlgbAD93taSZZvQZM3plkp/YHIqfDN7OnQyjA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":54466189,"size":10056477},"main":"dist/index.node.cjs.js","module":"dist/index.esm.js","browser":"dist/index.esm.js","engines":{"node":">=20.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm.js","require":"./dist/lite/index.browser.cjs.js"},"default":"./dist/lite/index.browser.esm.js","react-native":"./dist/lite/index.rn.esm.js"},"./pipelines":{"node":{"import":"./dist/pipelines.node.mjs","require":"./dist/pipelines.node.cjs.js"},"types":"./pipelines/pipelines.d.ts","browser":{"import":"./dist/pipelines.esm.js","require":"./dist/pipelines.cjs.js"},"default":"./dist/pipelines.esm.js","react-native":"./dist/index.rn.js"},"./package.json":"./package.json","./lite/pipelines":{"node":{"import":"./dist/lite/pipelines.node.mjs","require":"./dist/lite/pipelines.node.cjs.js"},"types":"./dist/lite/pipelines.d.ts","browser":{"import":"./dist/lite/pipelines.browser.esm.js","require":"./dist/lite/pipelines.browser.cjs.js"},"default":"./dist/lite/pipelines.browser.esm.js","react-native":"./dist/lite/pipelines.rn.esm.js"}},"gitHead":"115bd080ecec9183b745365c939231e5175e14c6","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint assertion-id:check test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.14.0-20260224183151","@firebase/logger":"0.5.0","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.7.1-20260224183151","@firebase/webchannel-wrapper":"1.0.5"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.14.9-20260224183151","@types/eslint":"7.29.0","@firebase/auth":"1.12.1-20260224183151","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.5.9-20260224183151","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.14.9-20260224183151"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.12.0-20260224183151_1771958609459_0.26246753949471957","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2026-02-24T18:43:29.974Z","publish_time":1771958609974,"_source_registry_name":"default","contributors":[]},"4.11.0-canary.920624ade":{"name":"@firebase/firestore","version":"4.11.0-canary.920624ade","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.0-canary.920624ade","@firebase/logger":"0.5.0-canary.920624ade","@firebase/util":"1.13.0-canary.920624ade","@firebase/webchannel-wrapper":"1.0.5-canary.920624ade","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.8-canary.920624ade"},"devDependencies":{"@firebase/app":"0.14.8-canary.920624ade","@firebase/app-compat":"0.5.8-canary.920624ade","@firebase/auth":"1.12.0-canary.920624ade","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.11.0-canary.920624ade","readmeFilename":"README.md","gitHead":"920624ade0431ae2fd9998a179fbe7111b723a8b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-T9aIRxbTNdwCkHacazVv8ku6r9qT5gfZiJQRLh97CdQaZUbBKkfp78R1h2S3sGb1/N89uIZ1dQhCUUS4gZJE3A==","shasum":"1ed6900dfda18ddd0f4216ff6ff76fc6fcbaea5d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.11.0-canary.920624ade.tgz","fileCount":1826,"unpackedSize":53255379,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBLUD/c5/y+Pu3EzT4wm6Qb3QYzwYx77th7Okt/KfbzdAiAq3d7hn+1LOol3VgwtUvCHZFD3A0JExe7Oz5btv4WhRQ=="}],"size":9904903},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.11.0-canary.920624ade_1772139624620_0.4091953045990051"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-26T21:00:25.149Z","publish_time":1772139625149,"_source_registry_name":"default","contributors":[]},"4.12.0":{"name":"@firebase/firestore","version":"4.12.0","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.1","@firebase/logger":"0.5.0","@firebase/util":"1.14.0","@firebase/webchannel-wrapper":"1.0.5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.14.9","@firebase/app-compat":"0.5.9","@firebase/auth":"1.12.1","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.12.0","gitHead":"291851cd07702ee8638315ea10a44e41e85c0ba6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-PM47OyiiAAoAMB8kkq4Je14mTciaRoAPDd3ng3Ckqz9i2TX9D9LfxIRcNzP/OxzNV4uBKRq6lXoOggkJBQR3Gw==","shasum":"3321155f66d70c749924c635bb1f0deb92254df3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.12.0.tgz","fileCount":1826,"unpackedSize":54465657,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDibtoooP2qcfJLD+uN1GIZCwVTk3wBf0HuWIzihS75CQIgc77YpIR+wV1OwXxRBIe+KqxTYOdk0+x+jkOVm6eWUdk="}],"size":10057989},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.12.0_1772207917832_0.6855020133923917"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-27T15:58:38.417Z","publish_time":1772207918417,"_source_registry_name":"default","contributors":[]},"4.12.0-canary.78384d32c":{"name":"@firebase/firestore","version":"4.12.0-canary.78384d32c","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.1-canary.78384d32c","@firebase/logger":"0.5.0-canary.78384d32c","@firebase/util":"1.14.0-canary.78384d32c","@firebase/webchannel-wrapper":"1.0.5-canary.78384d32c","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.9-canary.78384d32c"},"devDependencies":{"@firebase/app":"0.14.9-canary.78384d32c","@firebase/app-compat":"0.5.9-canary.78384d32c","@firebase/auth":"1.12.1-canary.78384d32c","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.12.0-canary.78384d32c","readmeFilename":"README.md","gitHead":"78384d32c5352bd25cdc3d12fc8f2f4b5d48a440","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-KAfq5+it9z68ZsqcVgwbCCUGYIjsqKS/LzF8WwIaW8CZnKint2AaZU3sO5mLzHSSFXurK7CMc+47QhKFjDbv8g==","shasum":"e564feee8654e6ce57e4107b4dd11454d0dee4cb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.12.0-canary.78384d32c.tgz","fileCount":1826,"unpackedSize":55278132,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCeBCfabXpN1nuTj6HUOMrqId7YCBgCoFVSXNkTk1waqQIgdDdEIny3NNffdIwgc+W22KAsToD9xza3Dwk+1vDaPnM="}],"size":10111625},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.12.0-canary.78384d32c_1772467648805_0.7063541513054294"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-02T16:07:29.269Z","publish_time":1772467649269,"_source_registry_name":"default","contributors":[]},"4.12.0-canary.22476e1bc":{"name":"@firebase/firestore","version":"4.12.0-canary.22476e1bc","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.1-canary.22476e1bc","@firebase/logger":"0.5.0-canary.22476e1bc","@firebase/util":"1.14.0-canary.22476e1bc","@firebase/webchannel-wrapper":"1.0.5-canary.22476e1bc","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.9-canary.22476e1bc"},"devDependencies":{"@firebase/app":"0.14.9-canary.22476e1bc","@firebase/app-compat":"0.5.9-canary.22476e1bc","@firebase/auth":"1.12.1-canary.22476e1bc","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.12.0-canary.22476e1bc","readmeFilename":"README.md","gitHead":"22476e1bc42eb243d9dc5f73663e13784bb21f09","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-jC/GVubpRqAmRzaqYKVgW0SR8gStafkeD1RDO3dI8UOVoN3X/iBKIGaJB+bnZAlhmKcqRz3oeOmy3UBYk45Ehw==","shasum":"b45f5e95d5ebe19bcc4b889c1682f9bdaa3cad48","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.12.0-canary.22476e1bc.tgz","fileCount":1826,"unpackedSize":55278132,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBolZ9KAzPsxDljvusl97h38Y596o3j+G6cZLytv1DRgAiEA7jiyVXNCYrpUP4c+sDE1VDUBwEiR7MVrsI1LiwKZ26Q="}],"size":10111109},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.12.0-canary.22476e1bc_1772476531607_0.03624325046612498"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-02T18:35:32.232Z","publish_time":1772476532232,"_source_registry_name":"default","contributors":[]},"4.12.0-canary.792c61671":{"name":"@firebase/firestore","version":"4.12.0-canary.792c61671","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.1-canary.792c61671","@firebase/logger":"0.5.0-canary.792c61671","@firebase/util":"1.14.0-canary.792c61671","@firebase/webchannel-wrapper":"1.0.5-canary.792c61671","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.9-canary.792c61671"},"devDependencies":{"@firebase/app":"0.14.9-canary.792c61671","@firebase/app-compat":"0.5.9-canary.792c61671","@firebase/auth":"1.12.1-canary.792c61671","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.12.0-canary.792c61671","readmeFilename":"README.md","gitHead":"792c616712165041ce52f2fca16f28ab56199709","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-WO+Qy6GQ9l539z8I4c58wJ31gxjIK9QJY5xfA6nVro8vSUVKT2/J43Eb7UUYMpPGA90Bimt2s8flDBJxplryNQ==","shasum":"1cf07b2ee232005a73524dcf1a773fc17bce74e9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.12.0-canary.792c61671.tgz","fileCount":1826,"unpackedSize":55275460,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFl3mzv1ixlFjVejuMRdVS9OQxPH2Ecuzd1TzbfL+bqjAiAx+X/fxe3sQerd8rqsL1poysi1IPYRYfjjQW4RNAdU3g=="}],"size":10109315},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.12.0-canary.792c61671_1772746352217_0.7920789612104242"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-05T21:32:32.719Z","publish_time":1772746352719,"_source_registry_name":"default","contributors":[]},"4.12.0-canary.d7b182645":{"name":"@firebase/firestore","version":"4.12.0-canary.d7b182645","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.12.0-canary.d7b182645","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"de62e09163ef576cafbadfbcda888d351bab5a8b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.12.0-canary.d7b182645.tgz","fileCount":1826,"integrity":"sha512-P7zwvxpB2EkbIY31hvqqLhqdH7EHEE1e+qcZDoYW8FdgqsFbKL8xXH5SI3N/Fonc4GqVIRh1F4M9jdTDlRbJxg==","signatures":[{"sig":"MEQCIFHJ3m2Tk5QZAcrFN6iJd5Gj3TvXLN7bLmKkdd6cb5rmAiBR8YAWt8Wfpu5LhfMAx6x004DX3Mh9T2yPafVqo/9Tgw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":55385476,"size":10128965},"main":"dist/index.node.cjs.js","module":"dist/index.esm.js","browser":"dist/index.esm.js","engines":{"node":">=20.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm.js","require":"./dist/lite/index.browser.cjs.js"},"default":"./dist/lite/index.browser.esm.js","react-native":"./dist/lite/index.rn.esm.js"},"./pipelines":{"node":{"import":"./dist/pipelines.node.mjs","require":"./dist/pipelines.node.cjs.js"},"types":"./pipelines/pipelines.d.ts","browser":{"import":"./dist/pipelines.esm.js","require":"./dist/pipelines.cjs.js"},"default":"./dist/pipelines.esm.js","react-native":"./dist/index.rn.js"},"./package.json":"./package.json","./lite/pipelines":{"node":{"import":"./dist/lite/pipelines.node.mjs","require":"./dist/lite/pipelines.node.cjs.js"},"types":"./dist/lite/pipelines.d.ts","browser":{"import":"./dist/lite/pipelines.browser.esm.js","require":"./dist/lite/pipelines.browser.cjs.js"},"default":"./dist/lite/pipelines.browser.esm.js","react-native":"./dist/lite/pipelines.rn.esm.js"}},"gitHead":"d7b182645abb63d9f061e90cf86d53ad3abc89ec","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint assertion-id:check test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.14.0-canary.d7b182645","@firebase/logger":"0.5.0-canary.d7b182645","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.7.1-canary.d7b182645","@firebase/webchannel-wrapper":"1.0.5-canary.d7b182645"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.14.9-canary.d7b182645","@types/eslint":"7.29.0","@firebase/auth":"1.12.1-canary.d7b182645","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.5.9-canary.d7b182645","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.14.9-canary.d7b182645"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.12.0-canary.d7b182645_1773248586801_0.4159189022850951","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2026-03-11T17:03:07.528Z","publish_time":1773248587528,"_source_registry_name":"default","contributors":[]},"4.12.0-canary.891a0c9d4":{"name":"@firebase/firestore","version":"4.12.0-canary.891a0c9d4","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.12.0-canary.891a0c9d4","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"a72bde9a435615c7eba4d3cf8e91f7c1159b4f47","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.12.0-canary.891a0c9d4.tgz","fileCount":1826,"integrity":"sha512-GP4OUI0faaktsji/RG3HaQlYVDA4fzPVyyO1HHr62bEE+dqdX3sEIv/5gKse+u30vLsteWj2JCS4zUaNGbvupg==","signatures":[{"sig":"MEQCIEL5l9xwyss/JwhVSGRiimZ0UZfIOjXqNXRSL3EDNlWDAiBUgo38xw/24D9YYTWb9RiWV0dfkPj4Sxf1H43WSkC9Ew==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":55201050,"size":10112015},"main":"dist/index.node.cjs.js","module":"dist/index.esm.js","browser":"dist/index.esm.js","engines":{"node":">=20.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm.js","require":"./dist/lite/index.browser.cjs.js"},"default":"./dist/lite/index.browser.esm.js","react-native":"./dist/lite/index.rn.esm.js"},"./pipelines":{"node":{"import":"./dist/pipelines.node.mjs","require":"./dist/pipelines.node.cjs.js"},"types":"./pipelines/pipelines.d.ts","browser":{"import":"./dist/pipelines.esm.js","require":"./dist/pipelines.cjs.js"},"default":"./dist/pipelines.esm.js","react-native":"./dist/index.rn.js"},"./package.json":"./package.json","./lite/pipelines":{"node":{"import":"./dist/lite/pipelines.node.mjs","require":"./dist/lite/pipelines.node.cjs.js"},"types":"./dist/lite/pipelines.d.ts","browser":{"import":"./dist/lite/pipelines.browser.esm.js","require":"./dist/lite/pipelines.browser.cjs.js"},"default":"./dist/lite/pipelines.browser.esm.js","react-native":"./dist/lite/pipelines.rn.esm.js"}},"gitHead":"891a0c9d4e7b02dd5ff97ba31d18bab0c07cae21","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint assertion-id:check test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.14.0-canary.891a0c9d4","@firebase/logger":"0.5.0-canary.891a0c9d4","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.7.1-canary.891a0c9d4","@firebase/webchannel-wrapper":"1.0.5-canary.891a0c9d4"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.14.9-canary.891a0c9d4","@types/eslint":"7.29.0","@firebase/auth":"1.12.1-canary.891a0c9d4","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.5.9-canary.891a0c9d4","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.14.9-canary.891a0c9d4"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.12.0-canary.891a0c9d4_1773759982148_0.7690097276092147","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2026-03-17T15:06:22.738Z","publish_time":1773759982738,"_source_registry_name":"default","contributors":[]},"4.12.0-canary.843a8d789":{"name":"@firebase/firestore","version":"4.12.0-canary.843a8d789","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.1-canary.843a8d789","@firebase/logger":"0.5.0-canary.843a8d789","@firebase/util":"1.14.0-canary.843a8d789","@firebase/webchannel-wrapper":"1.0.5-canary.843a8d789","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.9-canary.843a8d789"},"devDependencies":{"@firebase/app":"0.14.9-canary.843a8d789","@firebase/app-compat":"0.5.9-canary.843a8d789","@firebase/auth":"1.12.1-canary.843a8d789","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.12.0-canary.843a8d789","readmeFilename":"README.md","gitHead":"843a8d7892beb27e6bb62bb6331fe03aef97c57e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-hvHTWuqAeYOPtKE1BBd1dyGvzVf9Rjcb7VgnlTTFm59FRwI5iz71X72VlfLD2G1oaxwnYGXw+/f1Mm4DDkmfKQ==","shasum":"5639bc01967bdce6ac3c4bb26b9097df45d35279","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.12.0-canary.843a8d789.tgz","fileCount":1826,"unpackedSize":55201050,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCDzPZcnuJDMp+Zn90ngZO+CZHLwUMNZu/P8/djCcGZ2AIhALlvK83DPVp1M8QH8ulSALHnJpBLEPq0RRWNXdbCWOWg"}],"size":10111349},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.12.0-canary.843a8d789_1773759995422_0.6868119236542438"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-17T15:06:35.902Z","publish_time":1773759995902,"_source_registry_name":"default","contributors":[]},"4.13.0-20260317152345":{"name":"@firebase/firestore","version":"4.13.0-20260317152345","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.2-20260317152345","@firebase/logger":"0.5.0","@firebase/util":"1.15.0-20260317152345","@firebase/webchannel-wrapper":"1.0.5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.10-20260317152345"},"devDependencies":{"@firebase/app":"0.14.10-20260317152345","@firebase/app-compat":"0.5.10-20260317152345","@firebase/auth":"1.12.2-20260317152345","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.13.0-20260317152345","readmeFilename":"README.md","gitHead":"ae8cf283a2971a31f24ea878c88de4282192e0e9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-jdK4joiGb/SCn2/+uJrbBaPMKnVVoUsHbZjSxTyolGkezBV3HuCrbpyrbYoczioUL3PDv7CBRnVf7TGvteaHDQ==","shasum":"a5f9e4717409ffc52d8be5fcf3e7688620921798","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.13.0-20260317152345.tgz","fileCount":1826,"unpackedSize":55200969,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCzqcQX8pbKQAC3X9kLU9zoBM+u4yYWiG4ORfQCgHBJAwIgfx5yB2g9/R7aNk10GAqXct4S9nUe8Q4fD89k9oC6m48="}],"size":10111944},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.13.0-20260317152345_1773761710471_0.026107825193408596"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-17T15:35:11.254Z","publish_time":1773761711254,"_source_registry_name":"default","contributors":[]},"4.13.0":{"name":"@firebase/firestore","version":"4.13.0","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.2","@firebase/logger":"0.5.0","@firebase/util":"1.15.0","@firebase/webchannel-wrapper":"1.0.5","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.x"},"devDependencies":{"@firebase/app":"0.14.10","@firebase/app-compat":"0.5.10","@firebase/auth":"1.12.2","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.13.0","gitHead":"852957b27d1a186ef6f4394d30f1f93dc1c316ea","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-7i4cVNJXTMim7/P7UsNim0DwyLPk4QQ3y1oSNzv4l0ykJOKYCiFMOuEeUxUYvrReXDJxWHrT/4XMeVQm+13rRw==","shasum":"4e775dd11e0f0df5f7d1b59db92211ed949120e4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.13.0.tgz","fileCount":1826,"unpackedSize":55200426,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQC5U6OtL1T3VCoWjm8IPQLih32iSBAhfBOo5gLz8lHllgIgdspY6Mu2uhuSqYEaNNF0mLCZIuASGUJAvOUlt1AOrDc="}],"size":10111725},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.13.0_1773924858740_0.4265194755886541"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-19T12:54:19.213Z","publish_time":1773924859213,"_source_registry_name":"default","contributors":[]},"4.13.0-canary.ba0bc39bb":{"name":"@firebase/firestore","version":"4.13.0-canary.ba0bc39bb","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.2-canary.ba0bc39bb","@firebase/logger":"0.5.0-canary.ba0bc39bb","@firebase/util":"1.15.0-canary.ba0bc39bb","@firebase/webchannel-wrapper":"1.0.5-canary.ba0bc39bb","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.10-canary.ba0bc39bb"},"devDependencies":{"@firebase/app":"0.14.10-canary.ba0bc39bb","@firebase/app-compat":"0.5.10-canary.ba0bc39bb","@firebase/auth":"1.12.2-canary.ba0bc39bb","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.13.0-canary.ba0bc39bb","readmeFilename":"README.md","gitHead":"ba0bc39bb70d087e28755c194eeedefcb1e890ec","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-522P6nI+napf9ddZXEszOnCjNioSCDXEkhlBC1YZyKjfOFKdZijRB+Vb6sv4in1bKgAAAbKNrwkwyi9qrSJn2Q==","shasum":"de20fdfc4aebd4d637940f32f44765caf633a93e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.13.0-canary.ba0bc39bb.tgz","fileCount":1826,"unpackedSize":55201073,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDkD6/4gzDB9oayiKqT4GrPvUJJIudWrfa3JdngB7eTAwIgBoVq7IkfpGqgRHJGUjTX/kaHYzQ8mOZmK/9jwd0yzSA="}],"size":10111755},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.13.0-canary.ba0bc39bb_1774050548585_0.6969510083748807"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-20T23:49:09.043Z","publish_time":1774050549043,"_source_registry_name":"default","contributors":[]},"4.13.0-canary.f4e0086e3":{"name":"@firebase/firestore","version":"4.13.0-canary.f4e0086e3","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/firestore@4.13.0-canary.f4e0086e3","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"fb9594b18e7dfa032a7ea835d81231d2194f4284","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.13.0-canary.f4e0086e3.tgz","fileCount":1826,"integrity":"sha512-kZBWg9iN2VWZp3CsrNJgTcRmRAYhS28cRYkeFXNX7hRVsfdK/APwYu80Vy10m5ENPG46u4ttbQt0fKh9LwNI7A==","signatures":[{"sig":"MEYCIQDzVeSTsow9fh301EmdTj4TEFEPzppou2HYQqgt3yO+igIhAOImaKrmwi/hfsZUSMZOb6w69OUO/4dX2yDAhoeBIEpm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":55201073,"size":10113393},"main":"dist/index.node.cjs.js","module":"dist/index.esm.js","browser":"dist/index.esm.js","engines":{"node":">=20.0.0"},"exports":{".":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs.js"},"types":"./dist/index.d.ts","browser":{"import":"./dist/index.esm.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm.js","react-native":"./dist/index.rn.js"},"./lite":{"node":{"import":"./dist/lite/index.node.mjs","require":"./dist/lite/index.node.cjs.js"},"types":"./dist/lite/index.d.ts","browser":{"import":"./dist/lite/index.browser.esm.js","require":"./dist/lite/index.browser.cjs.js"},"default":"./dist/lite/index.browser.esm.js","react-native":"./dist/lite/index.rn.esm.js"},"./pipelines":{"node":{"import":"./dist/pipelines.node.mjs","require":"./dist/pipelines.node.cjs.js"},"types":"./pipelines/pipelines.d.ts","browser":{"import":"./dist/pipelines.esm.js","require":"./dist/pipelines.cjs.js"},"default":"./dist/pipelines.esm.js","react-native":"./dist/index.rn.js"},"./package.json":"./package.json","./lite/pipelines":{"node":{"import":"./dist/lite/pipelines.node.mjs","require":"./dist/lite/pipelines.node.cjs.js"},"types":"./dist/lite/pipelines.d.ts","browser":{"import":"./dist/lite/pipelines.browser.esm.js","require":"./dist/lite/pipelines.browser.cjs.js"},"default":"./dist/lite/pipelines.browser.esm.js","react-native":"./dist/lite/pipelines.rn.esm.js"}},"gitHead":"f4e0086e3fa5299422005d46b11a77c3a77867d9","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-s --npm-path npm lint assertion-id:check test:all","build":"run-p --npm-path npm build:lite build:main","bundle":"rollup -c","predev":"yarn prebuild","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:lite":"rollup -c rollup.config.lite.js","build:main":"rollup -c rollup.config.js","build:debug":"rollup -c rollup.config.debug.js","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:browser":"karma start","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","test:minified":"(cd ../../integration/firestore ; yarn test)","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","test:browser:prod":"karma start --targetBackend=prod","test:browser:unit":"karma start --unit","test:lite:browser":"karma start --lite","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","test:browser:debug":"karma start --browsers=Chrome --auto-watch","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:emulator":"karma start --targetBackend=emulator","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator"},"typings":"./dist/index.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"main-esm":"dist/index.node.mjs","repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/firestore"},"_npmVersion":"10.9.0","description":"The Cloud Firestore component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@grpc/grpc-js":"~1.9.0","@firebase/util":"1.15.0-canary.f4e0086e3","@firebase/logger":"0.5.0-canary.f4e0086e3","@grpc/proto-loader":"^0.7.8","@firebase/component":"0.7.2-canary.f4e0086e3","@firebase/webchannel-wrapper":"1.0.5-canary.f4e0086e3"},"react-native":"dist/index.rn.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","ts-node":"10.9.2","protobufjs":"7.4.0","typescript":"5.5.4","chai-exclude":"2.1.1","@firebase/app":"0.14.10-canary.f4e0086e3","@types/eslint":"7.29.0","@firebase/auth":"1.12.2-canary.f4e0086e3","rollup-plugin-dts":"5.3.1","rollup-plugin-copy":"3.5.0","@rollup/plugin-json":"6.1.0","@firebase/app-compat":"0.5.10-canary.f4e0086e3","@rollup/plugin-alias":"5.1.1","@rollup/plugin-terser":"0.4.4","json-stable-stringify":"1.2.1","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{"@firebase/app":"0.14.10-canary.f4e0086e3"},"_npmOperationalInternal":{"tmp":"tmp/firestore_4.13.0-canary.f4e0086e3_1774307272029_0.2678780756774979","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2026-03-23T23:07:52.604Z","publish_time":1774307272604,"_source_registry_name":"default","contributors":[]},"4.13.0-canary.44ad4cc2e":{"name":"@firebase/firestore","version":"4.13.0-canary.44ad4cc2e","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=test-db --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=test-db","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=test-db","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=test-db 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.2-canary.44ad4cc2e","@firebase/logger":"0.5.0-canary.44ad4cc2e","@firebase/util":"1.15.0-canary.44ad4cc2e","@firebase/webchannel-wrapper":"1.0.5-canary.44ad4cc2e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.10-canary.44ad4cc2e"},"devDependencies":{"@firebase/app":"0.14.10-canary.44ad4cc2e","@firebase/app-compat":"0.5.10-canary.44ad4cc2e","@firebase/auth":"1.12.2-canary.44ad4cc2e","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.13.0-canary.44ad4cc2e","readmeFilename":"README.md","gitHead":"44ad4cc2e54c6720d34fff4c2773f8887473b935","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-aYBzawgnNrolYEE1vqUmB7Jo4d3TjT4m/KLwTq1oixdLe4bZMSBWOcNyKnYYNrRRKQXIbdM4IBpBtECo93ehrg==","shasum":"5beb3ee169ea9148c3323d99cc4801028ed344fb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.13.0-canary.44ad4cc2e.tgz","fileCount":1826,"unpackedSize":55290485,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCr37ZhXIDgMFKXhhPX3/bledTNltwcsH3K3i8F19LdKQIhAMkewwHZhm2nvc5NVT58dIDD84aqqmRKpD6MqF/3m2xY"}],"size":10130546},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.13.0-canary.44ad4cc2e_1774467315516_0.26730417964250486"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-25T19:35:16.051Z","publish_time":1774467316051,"_source_registry_name":"default","contributors":[]},"4.13.0-canary.742e17a8e":{"name":"@firebase/firestore","version":"4.13.0-canary.742e17a8e","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=enterprise --main=lite/index.ts  --firestoreEdition=enterprise 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=enterprise --firestoreEdition=enterprise","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=enterprise --firestoreEdition=enterprise","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=enterprise  --firestoreEdition=enterprise 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.2-canary.742e17a8e","@firebase/logger":"0.5.0-canary.742e17a8e","@firebase/util":"1.15.0-canary.742e17a8e","@firebase/webchannel-wrapper":"1.0.5-canary.742e17a8e","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.10-canary.742e17a8e"},"devDependencies":{"@firebase/app":"0.14.10-canary.742e17a8e","@firebase/app-compat":"0.5.10-canary.742e17a8e","@firebase/auth":"1.12.2-canary.742e17a8e","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.13.0-canary.742e17a8e","readmeFilename":"README.md","gitHead":"742e17a8e079edc6112f110663dd4b05fcb44240","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-orGAtf+IXxqFa9NIa0o66pY+f3x9928rZ25/sxjtzESEhpUD1KWAgUd7lYuF5d9TchXpfSxoWUkL/UmxsSzCzw==","shasum":"4225292651e04ed9a6acbe3037cb98af9fd41fdd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.13.0-canary.742e17a8e.tgz","fileCount":1826,"unpackedSize":55559712,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBJ6oCx9vcgySGP/DRs33x/svBfYAxsvdvD2IaOFfUEAAiEAypdqq0aiVlW3Bz2UdpuWY32NUZCyiiC2PjOujfLA3iM="}],"size":10158102},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.13.0-canary.742e17a8e_1774979161783_0.656635798449845"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-31T17:46:02.403Z","publish_time":1774979162403,"_source_registry_name":"default","contributors":[]},"4.13.0-canary.bfb9accdc":{"name":"@firebase/firestore","version":"4.13.0-canary.bfb9accdc","engines":{"node":">=20.0.0"},"description":"The Cloud Firestore component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"scripts":{"bundle":"rollup -c","compile":"tsc --emitDeclarationOnly --declaration -p tsconfig.json","prebuild":"tsc --emitDeclarationOnly --declaration -p tsconfig.json; yarn api-report","build":"run-p --npm-path npm build:lite build:main","build:release":"yarn build && yarn typings:public","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:main":"rollup -c rollup.config.js","build:lite":"rollup -c rollup.config.lite.js","build:debug":"rollup -c rollup.config.debug.js","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '@(lite|src|test|scripts)/**/*.ts' 'test/unit/remote/bloom_filter_golden_test_data/*.json'","test:lite":"ts-node ./scripts/run-tests.ts --emulator --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod":"ts-node ./scripts/run-tests.ts --platform node_lite --main=lite/index.ts 'test/lite/**/*.test.ts'","test:lite:prod:nameddb":"ts-node ./scripts/run-tests.ts --platform node_lite --databaseId=enterprise --main=lite/index.ts  --firestoreEdition=enterprise 'test/lite/**/*.test.ts'","test:lite:browser":"karma start --lite","test:lite:browser:nameddb":"karma start --lite --databaseId=enterprise --firestoreEdition=enterprise","test:lite:browser:debug":"karma start --browsers=Chrome --lite --auto-watch","test":"run-s --npm-path npm lint assertion-id:check test:all","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:all:ci","test:all:ci":"run-s --npm-path npm test:browser test:travis test:lite:browser test:browser:prod:nameddb test:lite:browser:nameddb","test:all":"run-p --npm-path npm test:browser test:lite:browser test:travis test:minified test:browser:prod:nameddb test:lite:browser:nameddb","test:browser":"karma start","test:browser:emulator:debug":"karma start --browsers=Chrome --targetBackend=emulator","test:browser:emulator":"karma start --targetBackend=emulator","test:browser:nightly":"karma start --targetBackend=nightly","test:browser:prod":"karma start --targetBackend=prod","test:webkit:prod":"BROWSERS=WebkitHeadless karma start --targetBackend=prod","test:webkit:unit":"BROWSERS=WebkitHeadless karma start --unit --targetBackend=prod","test:browser:prod:nameddb":"karma start --targetBackend=prod --databaseId=enterprise --firestoreEdition=enterprise","test:browser:unit":"karma start --unit","test:browser:debug":"karma start --browsers=Chrome --auto-watch","test:node":"ts-node ./scripts/run-tests.ts  --main=test/register.ts  --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:prod:nameddb":"ts-node ./scripts/run-tests.ts --main=test/register.ts --databaseId=enterprise  --firestoreEdition=enterprise 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence":"ts-node ./scripts/run-tests.ts  --main=test/register.ts --persistence --emulator 'test/{,!(browser|lite)/**/}*.test.ts'","test:node:persistence:prod":"ts-node ./scripts/run-tests.ts --main=test/register.ts --persistence 'test/{,!(browser|lite)/**/}*.test.ts'","test:travis":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts","test:minified":"(cd ../../integration/firestore ; yarn test)","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:main":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore --packageRoot . --typescriptDts ./dist/firestore/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index.d.ts","api-report:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-pipelines --packageRoot . --typescriptDts ./dist/firestore/pipelines/pipelines.d.ts --rollupDts ./dist/private.pipelines.d.ts --untrimmedRollupDts ./dist/internal.pipelines.d.ts --publicDts ./dist/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/index.d.ts  --excludeForgottenExportWarning","api-report:lite":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite --packageRoot . --typescriptDts ./dist/firestore/lite/index.d.ts --rollupDts ./dist/lite/private.d.ts --untrimmedRollupDts ./dist/lite/internal.d.ts --publicDts ./dist/lite/index.d.ts","api-report:lite:pipelines":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package firestore-lite-pipelines --packageRoot . --typescriptDts ./dist/firestore/lite/pipelines/pipelines.d.ts --rollupDts ./dist/lite/private.pipelines.d.ts --untrimmedRollupDts ./dist/lite/internal.pipelines.d.ts --publicDts ./dist/lite/pipelines.d.ts --otherExportsPublicDtsFiles ./dist/lite/index.d.ts --excludeForgottenExportWarning","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","api-report":"run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/index.d.ts","assertion-id:check":"ts-node scripts/assertion-id-tool.ts --dir=src --check","assertion-id:new":"ts-node scripts/assertion-id-tool.ts --dir=src --new","assertion-id:list":"ts-node scripts/assertion-id-tool.ts --dir=src --list","assertion-id:find":"ts-node scripts/assertion-id-tool.ts --dir=src --find"},"exports":{".":{"types":"./dist/index.d.ts","node":{"require":"./dist/index.node.cjs.js","import":"./dist/index.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./lite":{"types":"./dist/lite/index.d.ts","node":{"require":"./dist/lite/index.node.cjs.js","import":"./dist/lite/index.node.mjs"},"react-native":"./dist/lite/index.rn.esm.js","browser":{"require":"./dist/lite/index.browser.cjs.js","import":"./dist/lite/index.browser.esm.js"},"default":"./dist/lite/index.browser.esm.js"},"./lite/pipelines":{"types":"./dist/lite/pipelines.d.ts","node":{"require":"./dist/lite/pipelines.node.cjs.js","import":"./dist/lite/pipelines.node.mjs"},"react-native":"./dist/lite/pipelines.rn.esm.js","browser":{"require":"./dist/lite/pipelines.browser.cjs.js","import":"./dist/lite/pipelines.browser.esm.js"},"default":"./dist/lite/pipelines.browser.esm.js"},"./pipelines":{"types":"./pipelines/pipelines.d.ts","node":{"require":"./dist/pipelines.node.cjs.js","import":"./dist/pipelines.node.mjs"},"react-native":"./dist/index.rn.js","browser":{"require":"./dist/pipelines.cjs.js","import":"./dist/pipelines.esm.js"},"default":"./dist/pipelines.esm.js"},"./package.json":"./package.json"},"main":"dist/index.node.cjs.js","main-esm":"dist/index.node.mjs","react-native":"dist/index.rn.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","license":"Apache-2.0","dependencies":{"@firebase/component":"0.7.2-canary.bfb9accdc","@firebase/logger":"0.5.0-canary.bfb9accdc","@firebase/util":"1.15.0-canary.bfb9accdc","@firebase/webchannel-wrapper":"1.0.5-canary.bfb9accdc","@grpc/grpc-js":"~1.9.0","@grpc/proto-loader":"^0.7.8","tslib":"^2.1.0"},"peerDependencies":{"@firebase/app":"0.14.10-canary.bfb9accdc"},"devDependencies":{"@firebase/app":"0.14.10-canary.bfb9accdc","@firebase/app-compat":"0.5.10-canary.bfb9accdc","@firebase/auth":"1.12.2-canary.bfb9accdc","@rollup/plugin-alias":"5.1.1","@rollup/plugin-json":"6.1.0","@types/eslint":"7.29.0","chai-exclude":"2.1.1","json-stable-stringify":"1.2.1","protobufjs":"7.4.0","rollup":"2.79.2","rollup-plugin-copy":"3.5.0","rollup-plugin-copy-assets":"2.0.3","rollup-plugin-replace":"2.2.0","rollup-plugin-sourcemaps":"0.6.3","@rollup/plugin-terser":"0.4.4","rollup-plugin-typescript2":"0.36.0","rollup-plugin-dts":"5.3.1","ts-node":"10.9.2","typescript":"5.5.4"},"repository":{"directory":"packages/firestore","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/firestore@4.13.0-canary.bfb9accdc","readmeFilename":"README.md","gitHead":"bfb9accdc35d09039b4929fd0775985e01b81953","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Tl6MZhGyYu05REdCr754CQSTcJVHTYJeFfGbMxqV2Nbm7Xu6ww/V/RTFNrlFxeogYLsUsxQoFVtgDiLsiPOM8w==","shasum":"1a913716f1a96bef5ab053ee5415956c4e30631e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@firebase/firestore/-/firestore-4.13.0-canary.bfb9accdc.tgz","fileCount":1826,"unpackedSize":55622758,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIB173zrLZzqSGmQtv94CdCO4Y4VdLC9jmgtAezJbvcskAiAbB2hou9+n0vagbTz7+B8Lx+Ij77OAd8LAP4e9wye6gA=="}],"size":10186630},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/firestore_4.13.0-canary.bfb9accdc_1775003514912_0.8248243264117638"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-04-01T00:31:55.395Z","publish_time":1775003515395,"_source_registry_name":"default","contributors":[]}},"dist-tags":{"beta":"0.0.900-exp.8b4d7550f","BundlePrerelease":"2.0.5-BundlePrerelease.b662f8c0a","canary":"4.13.0-canary.bfb9accdc","eap-auth-emulator":"1.17.1-eap-auth-emulator.df41ee388","eap-firestore-debug":"2.0.4-1.0.0-eap-firestore-debug.9c6096f43","eap-storage-emulator":"2.1.7-eap-storage-emulator.ed256f582","exp":"0.0.900-exp.f6733b13b","firestore-bundles-alpha":"1.18.0-alpha.96ae6a5fe","latest":"4.13.0","longpoll":"2.1.2-longpoll.66863f547","next":"4.13.0-20260317152345","exp-types-exploration":"2.3.10-8.9.1-exp-types-exploration.635c9e3fd","pr5646":"3.1.1-pr5646.2abc5e854","dataconnect-preview":"4.6.4-dataconnect-preview.d986d4bf2","eap-firestore-backfiller":"4.6.3-eap-firestore-backfiller.87babf60c","passkey-preview":"4.6.0-passkey-preview.103ead202","vertex-preview":"4.5.1-vertex-preview.8b70fc586","vertexai-preview":"4.7.2-vertexai-preview.6b035b7d3","eap-vertexai-hybridinference":"4.7.10-eap-vertexai-hybridinference.e83974308","auth-redirect-credentials":"4.7.10-auth-redirect-credentials.b424e5897","eap-ai-hybridinference":"4.7.12-eap-ai-hybridinference.c16cbf1a3","eap-vertexai-hybgoog":"4.7.10-eap-vertexai-hybgoog.31261ca31","firebase-studio-sdk-integration":"4.9.0-firebase-studio-sdk-integration.556d1bed2","ssl-check":"4.7.10-ssl-check.4f23f3343","caching-fdc":"4.9.2-caching-fdc.9f17eac6e","eap-firestore-pipelines":"4.9.2-eap-firestore-pipelines.2.e4cdd2e06"},"name":"@firebase/firestore","time":{"modified":"2026-04-01T00:32:48.161Z","created":"2022-01-26T21:50:32.682Z","2.2.5":"2021-04-23T22:42:04.712Z","2.2.4-canary.fc04353b4":"2021-04-23T21:54:56.900Z","2.2.4-canary.40888a004":"2021-04-22T21:51:29.999Z","2.2.4-canary.b86be0eca":"2021-04-22T09:37:19.718Z","2.2.5-20213211990":"2021-04-21T19:15:32.420Z","2.2.4-canary.3f370215a":"2021-04-21T19:10:11.088Z","2.2.4-canary.633463e2a":"2021-04-19T15:52:58.509Z","2.2.4-canary.03e97b8b3":"2021-04-15T22:36:29.279Z","2.2.4-canary.31126afcd":"2021-04-15T17:52:01.730Z","2.2.4-canary.d6809868c":"2021-04-14T05:57:14.752Z","0.0.900-exp.894b5da5a":"2021-04-14T05:32:15.746Z","0.0.900-exp.f6733b13b":"2021-04-14T00:58:41.523Z","2.2.4-canary.f6733b13b":"2021-04-14T00:54:24.037Z","2.2.4-canary.c100a7b28":"2021-04-13T23:47:14.748Z","0.0.900-exp.22d84906a":"2021-04-13T23:26:04.873Z","2.2.4-canary.4067cf059":"2021-04-13T18:57:18.247Z","2.2.4-canary.442af0d2c":"2021-04-13T18:10:29.156Z","2.2.4-canary.74fa5064a":"2021-04-13T04:39:25.063Z","2.2.4-canary.726bf6840":"2021-04-13T04:12:32.415Z","2.2.4-canary.9bce0aed1":"2021-04-12T22:55:39.470Z","2.2.4":"2021-04-12T22:05:00.160Z","2.2.4-202131220326":"2021-04-12T20:40:25.184Z","2.2.4-202131218423":"2021-04-12T18:50:43.906Z","2.2.3-canary.edf60452a":"2021-04-12T17:44:43.292Z","2.2.3-canary.c9ae97c84":"2021-04-11T05:05:30.559Z","2.2.3-canary.d4b1cc207":"2021-04-09T22:11:00.782Z","2.2.3-canary.9df03c97c":"2021-04-09T21:22:01.309Z","2.2.3-canary.626c05b36":"2021-04-09T19:52:34.443Z","2.2.3-canary.67b4f6222":"2021-04-09T16:01:00.739Z","2.2.3-canary.59a2f7160":"2021-04-09T15:30:42.849Z","2.2.3-canary.5fa9bed0a":"2021-04-09T02:27:38.471Z","0.0.900-exp.b0c8425bc":"2021-04-09T02:05:36.749Z","2.2.3-canary.e767a4f01":"2021-04-09T02:02:16.208Z","2.2.3-canary.520ca39d0":"2021-04-09T01:22:09.079Z","2.2.3-canary.d1f7e0210":"2021-04-08T23:16:52.213Z","2.2.3":"2021-04-08T22:50:37.339Z","2.2.2-canary.0b3815504":"2021-04-08T22:28:52.062Z","0.0.900-exp.8294e6082":"2021-04-08T20:42:39.356Z","2.2.2-canary.03e842245":"2021-04-08T20:32:55.708Z","2.2.2-canary.6db185be5":"2021-04-08T16:23:42.286Z","2.2.2-canary.7354a0ed4":"2021-04-08T15:58:59.242Z","2.2.2-canary.15391ae72":"2021-04-08T09:25:12.807Z","2.2.2-canary.7c84291f1":"2021-04-07T21:42:26.412Z","2.2.2-canary.8e1ace47e":"2021-04-07T21:07:08.953Z","2.2.2-canary.129888c6e":"2021-04-07T19:28:22.959Z","2.2.3-20213623619":"2021-04-06T23:31:14.577Z","2.2.2-canary.f24d8961b":"2021-04-06T22:27:12.442Z","2.2.2-canary.5ae52a006":"2021-04-06T21:56:28.243Z","2.1.7-eap-storage-emulator.ed256f582":"2021-04-06T20:28:20.833Z","2.2.2-canary.9f5578e36":"2021-04-06T01:57:54.786Z","2.2.2-canary.5ad7ff2ae":"2021-04-02T19:41:38.907Z","2.2.2-canary.358cc4c61":"2021-04-02T19:18:25.814Z","2.2.2-canary.c1f07f1b3":"2021-04-02T18:05:40.241Z","2.2.2-canary.c14e052f6":"2021-04-01T22:51:32.479Z","0.0.900-exp.2c95db0e3":"2021-04-01T04:02:28.245Z","2.2.2-canary.340ce5cfe":"2021-04-01T02:56:14.670Z","2.2.2-canary.ecdc5a019":"2021-04-01T00:03:24.723Z","2.2.2":"2021-03-31T23:38:05.734Z","2.2.1-canary.6c4920f1f":"2021-03-31T22:53:16.007Z","2.2.1-canary.19c0c01e4":"2021-03-31T22:28:20.075Z","2.2.1-canary.976c5b133":"2021-03-31T21:21:20.517Z","2.2.2-2021230222248":"2021-03-30T22:32:32.245Z","2.2.1-canary.72b1096dd":"2021-03-30T20:17:06.050Z","2.2.1-canary.7b585e8e7":"2021-03-25T23:45:41.602Z","2.2.1-canary.de5f90501":"2021-03-24T19:18:18.502Z","2.2.1-canary.bce35ced7":"2021-03-20T00:54:13.270Z","0.0.900-exp.a9e3f07fc":"2021-03-18T22:23:56.993Z","2.2.1-canary.c1e2cf3c4":"2021-03-18T22:06:50.547Z","2.2.0-canary.ab1d3bcb8":"2021-03-18T21:24:59.819Z","2.2.0-canary.477a1ce27":"2021-03-18T21:21:32.551Z","2.2.0-canary.231052722":"2021-03-18T21:20:20.933Z","0.0.900-exp.f8e97019f":"2021-03-18T20:54:07.112Z","2.2.0-canary.f8e97019f":"2021-03-18T20:34:27.261Z","2.2.1":"2021-03-18T20:13:27.557Z","2.2.0-canary.a66be53ba":"2021-03-18T19:36:42.584Z","2.2.0-canary.0acc03970":"2021-03-18T18:11:53.201Z","2.2.1-2021217204338":"2021-03-17T20:50:16.171Z","2.2.0-canary.4d7d2c4d9":"2021-03-17T20:03:38.875Z","2.2.0-canary.478901892":"2021-03-17T19:01:42.702Z","2.2.0-canary.22870cd65":"2021-03-17T18:26:20.709Z","2.2.0-canary.3a465b404":"2021-03-16T21:41:27.571Z","2.2.1-2021216212658":"2021-03-16T21:33:31.983Z","2.2.0-canary.dfa20ff71":"2021-03-16T20:33:58.694Z","2.2.0-canary.a6d29aad2":"2021-03-16T18:09:31.509Z","2.2.0-canary.4e7c78bbc":"2021-03-15T23:14:31.234Z","2.2.0-canary.d2eda134c":"2021-03-15T17:14:26.410Z","2.2.0-canary.ed4c96d06":"2021-03-13T07:22:43.350Z","2.2.0-canary.5ec9c83b1":"2021-03-13T03:10:19.916Z","2.2.0-canary.ca05ad6a4":"2021-03-12T23:44:40.455Z","2.2.0-canary.ef1a7d988":"2021-03-12T23:29:01.673Z","2.2.0-canary.35fdb9305":"2021-03-12T22:03:31.021Z","2.2.0-canary.ec6ccc7d3":"2021-03-12T21:53:59.866Z","2.2.0-canary.5c1a83ed7":"2021-03-12T21:50:26.718Z","2.2.0-canary.b6a7a5984":"2021-03-12T19:26:54.568Z","2.2.0-canary.0ac48bbbc":"2021-03-12T18:08:12.211Z","2.2.0-canary.8dab8e115":"2021-03-12T17:15:32.991Z","2.2.0-canary.1de07ba80":"2021-03-12T17:13:06.402Z","2.2.0-canary.6b336dcf6":"2021-03-12T00:55:46.100Z","2.2.0-canary.2ed329197":"2021-03-12T00:52:29.024Z","2.2.0-canary.77c2ce9e6":"2021-03-12T00:51:18.310Z","0.0.900-exp.0bd766e7a":"2021-03-12T00:05:44.682Z","2.2.0-canary.0bd766e7a":"2021-03-11T21:58:53.110Z","2.2.0-canary.6b7b89f38":"2021-03-11T20:33:34.824Z","2.2.0-canary.10bd519fc":"2021-03-11T19:00:40.986Z","2.2.0-canary.c49689b10":"2021-03-11T07:21:35.210Z","2.2.0":"2021-03-11T00:35:08.920Z","2.1.7-canary.44759f7d4":"2021-03-10T19:31:58.053Z","2.2.0-202121019112":"2021-03-10T19:17:17.321Z","2.1.7-canary.13686cbbe":"2021-03-10T18:55:38.962Z","2.2.0-2021210184049":"2021-03-10T18:45:51.133Z","2.2.0-202121018311":"2021-03-10T18:36:22.288Z","2.1.7-canary.ec95df3d0":"2021-03-10T18:32:55.884Z","2.1.7-canary.97bde41a7":"2021-03-10T06:30:04.237Z","2.1.7-canary.7d5048a2c":"2021-03-10T06:26:39.564Z","0.0.900-exp.555fe23c5":"2021-03-10T06:06:06.314Z","2.1.8-202121002818":"2021-03-10T00:33:25.127Z","2.1.7-canary.555fe23c5":"2021-03-10T00:25:30.384Z","2.1.7-canary.335e6d0d4":"2021-03-09T23:54:00.621Z","2.1.7-canary.56030a0fb":"2021-03-09T23:47:06.445Z","2.1.7-canary.b6080a857":"2021-03-08T20:49:26.480Z","2.1.7-canary.dccd23d47":"2021-03-08T19:41:32.798Z","2.1.7-canary.b6caa3fef":"2021-03-08T18:15:10.458Z","2.1.7-canary.4f8cfcf92":"2021-03-08T16:37:04.142Z","2.1.7-canary.8ba98cb86":"2021-03-04T22:31:58.539Z","2.1.7-canary.8b3fcd980":"2021-03-04T22:11:47.306Z","2.1.7-canary.2a0893a66":"2021-03-04T18:13:39.052Z","2.1.7-canary.4888ee496":"2021-03-03T21:36:13.328Z","2.1.7-canary.b63d84d99":"2021-03-03T20:57:39.374Z","2.1.7-canary.2301aee2f":"2021-03-03T18:55:16.920Z","2.1.7-canary.14fbc8e6a":"2021-03-03T01:27:06.595Z","2.1.7-canary.88a3b2e14":"2021-03-03T01:20:55.796Z","2.1.7-canary.529a13a6c":"2021-03-02T21:07:27.404Z","2.1.7-canary.839a5bbcf":"2021-03-02T21:01:48.169Z","2.1.7-canary.6b662fed1":"2021-03-02T20:56:35.368Z","2.1.7-canary.2448fd773":"2021-03-02T20:17:31.093Z","2.1.7-canary.de9a03d3c":"2021-03-02T19:58:35.835Z","2.1.7-canary.79dafb8d8":"2021-03-02T19:38:57.682Z","2.1.7-canary.4cbff183a":"2021-03-02T18:56:55.195Z","2.1.7-canary.3ed0b0862":"2021-03-02T18:28:48.914Z","2.1.7-canary.57c73a02e":"2021-03-01T19:12:18.374Z","2.1.7-canary.50195991a":"2021-02-27T00:46:41.326Z","2.1.7-canary.fefb64071":"2021-02-26T22:52:47.468Z","2.1.7-canary.e558d3ea9":"2021-02-26T18:44:15.462Z","2.1.7-canary.c3e5d5a76":"2021-02-26T17:30:43.122Z","2.1.7-canary.04e532239":"2021-02-26T05:33:37.549Z","2.1.7-canary.5e7c0130b":"2021-02-25T23:17:44.817Z","2.1.7-canary.386207188":"2021-02-25T22:06:30.395Z","2.1.7-canary.d4ba8daa2":"2021-02-25T20:21:18.788Z","2.1.7-canary.261617b85":"2021-02-25T17:40:49.261Z","2.1.7-canary.89a4f6429":"2021-02-25T01:51:15.855Z","2.1.7-canary.c63214825":"2021-02-25T01:15:42.001Z","2.1.7-canary.d84e137d7":"2021-02-24T23:03:44.956Z","2.1.7-canary.07d6b2c42":"2021-02-24T23:00:34.842Z","2.1.7-canary.c3739f338":"2021-02-24T22:44:58.488Z","2.1.7-canary.636dd78ea":"2021-02-24T20:44:47.019Z","2.1.7-canary.928e43933":"2021-02-24T19:48:26.710Z","2.1.7-canary.02c176185":"2021-02-24T02:05:19.468Z","2.1.7-canary.bc9f84149":"2021-02-24T02:03:35.623Z","2.1.7-canary.97f7e3881":"2021-02-24T01:20:31.322Z","2.1.7-canary.39a8be6f1":"2021-02-24T00:25:33.548Z","2.1.7-canary.20a88da5d":"2021-02-23T23:49:58.573Z","2.1.7-canary.08e2aa3cc":"2021-02-23T21:07:41.689Z","2.1.7-canary.04b498687":"2021-02-23T20:33:52.316Z","2.1.7-canary.43d7520d2":"2021-02-23T20:32:22.383Z","0.0.900-exp.1003b8d91":"2021-02-23T20:07:54.242Z","2.1.7-canary.1003b8d91":"2021-02-23T19:54:22.928Z","2.1.7-canary.6a86a1b9b":"2021-02-23T18:34:55.857Z","2.1.7-canary.bd1691c13":"2021-02-23T18:09:08.822Z","2.1.7-canary.938dc1a9d":"2021-02-23T01:03:49.298Z","2.1.7-canary.145c62bd8":"2021-02-22T22:05:27.230Z","2.1.7-canary.168f1d622":"2021-02-22T20:53:20.849Z","2.1.7-canary.014fc2f2a":"2021-02-20T04:26:55.415Z","0.0.900-exp.c778ccd9d":"2021-02-20T01:29:55.743Z","2.1.7-canary.c778ccd9d":"2021-02-20T00:50:48.736Z","2.1.7":"2021-02-20T00:07:36.613Z","2.1.6-canary.6afe42613":"2021-02-19T23:47:57.621Z","2.1.7-2021119233939":"2021-02-19T23:45:03.339Z","2.1.6-canary.368f5175b":"2021-02-19T20:42:16.657Z","2.1.6-canary.a8300c15d":"2021-02-19T20:07:46.973Z","2.1.6-canary.90f5f341f":"2021-02-19T20:04:43.842Z","2.1.6-canary.483567a78":"2021-02-18T22:42:58.610Z","2.1.6-canary.77e73dc94":"2021-02-18T21:23:34.194Z","2.1.6-canary.ee6980dee":"2021-02-18T19:30:56.500Z","2.1.6-canary.1a90c06f3":"2021-02-18T19:19:20.035Z","2.1.6-canary.d0bae02f1":"2021-02-17T22:45:06.946Z","2.1.6-canary.c6eadf7f5":"2021-02-17T21:23:32.301Z","2.1.6-canary.4ab5a9ce5":"2021-02-17T18:43:16.534Z","2.1.6-canary.b3f2eef04":"2021-02-17T05:21:59.412Z","2.1.6-canary.553834989":"2021-02-17T01:52:40.315Z","2.1.6-canary.40afc0cc1":"2021-02-16T22:22:00.428Z","2.1.6-canary.536b47e18":"2021-02-16T21:59:23.676Z","2.1.6-canary.8c92c1aca":"2021-02-16T21:45:53.482Z","2.1.6-canary.9ac2093b9":"2021-02-12T22:09:49.439Z","0.0.900-exp.47e035fe0":"2021-02-12T20:26:29.064Z","2.1.6-canary.47e035fe0":"2021-02-12T18:37:04.586Z","2.1.6-canary.7772426b3":"2021-02-12T07:03:21.609Z","2.1.6-canary.b82ad7879":"2021-02-12T07:02:16.948Z","2.1.6-canary.84fa5f153":"2021-02-12T01:07:14.782Z","2.1.5-canary.7c178264e":"2021-02-12T00:22:29.464Z","2.1.5-canary.938425524":"2021-02-12T00:04:01.852Z","2.1.5-canary.74bf52009":"2021-02-11T23:57:17.314Z","2.1.6":"2021-02-11T22:14:07.502Z","2.1.5-canary.c0a1f6bf5":"2021-02-11T20:35:30.914Z","2.1.5-canary.5c2669ac8":"2021-02-11T20:24:18.956Z","2.1.5-canary.ac05b1304":"2021-02-11T19:15:37.703Z","2.1.5-canary.384b64dd6":"2021-02-11T17:24:01.431Z","2.1.5-canary.9bac40276":"2021-02-11T17:20:37.051Z","2.1.5-canary.9c7f99eb9":"2021-02-11T17:19:38.681Z","2.1.5-canary.24b6d7d6f":"2021-02-10T19:28:32.712Z","2.1.5-canary.949c6acc2":"2021-02-10T19:02:07.500Z","2.1.5-canary.3fc2c0b9e":"2021-02-10T19:00:08.551Z","2.1.6-2021110184936":"2021-02-10T18:54:34.988Z","2.1.6-2021110183037":"2021-02-10T18:35:35.751Z","2.1.5-canary.318af5471":"2021-02-10T02:33:22.552Z","2.1.6-202119234540":"2021-02-09T23:52:03.450Z","2.1.5-canary.f5139220e":"2021-02-09T23:30:47.373Z","2.1.5-canary.05614aa86":"2021-02-09T21:56:21.142Z","2.1.5-canary.39562034a":"2021-02-09T19:54:10.864Z","2.1.5-canary.d987763c1":"2021-02-09T19:24:43.267Z","2.1.5-canary.1d167529a":"2021-02-09T19:23:37.487Z","2.1.5-canary.456577357":"2021-02-09T18:17:22.087Z","2.1.5-canary.40a702eb2":"2021-02-09T00:09:32.145Z","2.1.5-canary.96bcb98c6":"2021-02-08T23:32:10.216Z","2.1.5-canary.3da20394f":"2021-02-08T21:33:36.929Z","2.1.5-canary.e8811c042":"2021-02-08T17:01:43.275Z","2.1.5-canary.1d8c113c6":"2021-02-06T02:52:12.890Z","2.1.5-canary.e3c55b276":"2021-02-05T19:42:21.407Z","2.1.5-canary.21ee150c6":"2021-02-05T19:01:21.219Z","2.1.5-canary.56ce6d744":"2021-02-05T17:47:13.340Z","2.1.5-canary.a718518e9":"2021-02-05T16:34:30.014Z","2.1.5-canary.5d7575b82":"2021-02-04T22:19:14.235Z","2.1.5":"2021-02-04T21:44:59.780Z","2.1.4-canary.92d6e508e":"2021-02-04T17:55:33.212Z","2.1.4-canary.0eeefe298":"2021-02-03T23:36:48.242Z","2.1.4-canary.09e8249ef":"2021-02-03T22:54:17.174Z","0.0.900-exp.a42a35e64":"2021-02-03T22:32:20.526Z","2.1.4-canary.a42a35e64":"2021-02-03T22:28:11.261Z","2.1.4-canary.a5ac81860":"2021-02-03T20:42:26.991Z","2.1.4-canary.fd16bb26d":"2021-02-03T20:06:11.945Z","2.1.4-canary.64ef7087d":"2021-02-03T19:51:18.193Z","2.1.4-canary.78e26b376":"2021-02-03T19:37:57.665Z","2.1.4-canary.b59c36a80":"2021-02-03T18:48:15.228Z","2.1.4-canary.08ace30a0":"2021-02-03T17:21:45.852Z","2.1.4-canary.97f26b716":"2021-02-03T13:20:25.365Z","2.1.4-canary.3d0cd6f33":"2021-02-03T02:23:44.728Z","2.1.4-canary.ba7d58990":"2021-02-03T00:41:08.198Z","2.1.5-202112213818":"2021-02-02T21:44:26.163Z","2.1.4-canary.6766da286":"2021-02-02T04:08:05.927Z","2.1.4-canary.38caaadaf":"2021-02-02T02:28:33.701Z","2.1.4-canary.6b15a4044":"2021-02-01T23:07:44.580Z","2.1.3-canary.0af2bdfc6":"2021-02-01T20:42:28.209Z","2.1.3-canary.d9b945fed":"2021-01-30T00:40:31.179Z","2.1.3-canary.31f8bd593":"2021-01-29T21:42:04.747Z","2.1.3-canary.4cab3ec31":"2021-01-29T21:32:12.255Z","2.1.3-canary.8f7be4e6d":"2021-01-29T18:54:45.105Z","2.1.4":"2021-01-29T18:41:56.735Z","2.1.3-canary.b57487398":"2021-01-29T17:54:53.073Z","2.1.3-canary.7ca7f4e98":"2021-01-29T11:35:35.625Z","2.1.3-canary.4986a3ed4":"2021-01-28T20:44:31.274Z","2.1.3-canary.73bb561e1":"2021-01-28T19:51:59.493Z","2.1.3-canary.617a4d5d6":"2021-01-28T17:52:14.069Z","2.1.3-canary.5380e0012":"2021-01-27T19:22:45.167Z","0.0.900-exp.1b15844a1":"2021-01-27T18:51:18.790Z","2.1.3-canary.1b15844a1":"2021-01-27T18:44:42.627Z","2.1.3-canary.872c5438d":"2021-01-27T18:34:25.310Z","2.1.3-canary.a67d320ca":"2021-01-27T18:30:33.761Z","2.1.3-canary.9533688b1":"2021-01-27T18:17:58.122Z","2.1.3-canary.269c918c2":"2021-01-26T23:57:57.022Z","2.1.4-2021026232412":"2021-01-26T23:29:11.641Z","2.1.3-canary.1de0c1835":"2021-01-26T23:28:27.450Z","2.1.3-canary.749c7f3d9":"2021-01-26T23:03:48.797Z","2.1.3-canary.c2bd3db34":"2021-01-26T02:02:52.561Z","2.1.3-canary.384846b12":"2021-01-26T00:53:34.644Z","2.1.3-canary.b28aff2d7":"2021-01-26T00:42:05.864Z","2.1.3-canary.4190745a5":"2021-01-25T19:40:16.563Z","2.1.3-canary.572038776":"2021-01-25T18:35:10.118Z","2.1.2-canary.352eb475c":"2021-01-23T01:40:44.249Z","0.0.900-exp.f919db6a9":"2021-01-23T01:24:31.064Z","2.1.2-canary.f919db6a9":"2021-01-23T00:55:59.729Z","2.1.2-canary.94681d915":"2021-01-22T23:56:41.893Z","2.1.2-canary.5221904ed":"2021-01-22T20:32:48.988Z","0.0.900-exp.4bb72b62a":"2021-01-22T20:15:28.619Z","2.1.2-canary.4bb72b62a":"2021-01-22T20:04:00.373Z","2.1.2-canary.b6ff547e5":"2021-01-22T19:39:51.794Z","2.1.2-canary.c6d27b5a7":"2021-01-22T19:22:20.858Z","2.1.2-canary.86ea40719":"2021-01-22T17:20:24.561Z","2.1.2-canary.a6c6cff8d":"2021-01-22T03:33:39.704Z","0.0.900-exp.f18a6d41d":"2021-01-22T03:00:08.053Z","2.1.2-canary.f18a6d41d":"2021-01-22T02:10:27.315Z","2.1.2-canary.f7e30543a":"2021-01-22T01:18:17.064Z","2.1.2-canary.ab60f5fa9":"2021-01-22T01:02:20.369Z","2.1.2-canary.09470fe8d":"2021-01-22T00:55:44.635Z","0.0.900-exp.ab60f5fa9":"2021-01-22T00:46:48.704Z","2.1.2-canary.d42bb3936":"2021-01-22T00:04:11.653Z","2.1.2-canary.99ee5b67f":"2021-01-21T23:48:37.953Z","0.0.900-exp.99ee5b67f":"2021-01-21T23:41:53.099Z","2.1.2-canary.b955788ee":"2021-01-21T23:21:28.139Z","0.0.900-exp.f8f0902e6":"2021-01-21T22:56:21.871Z","2.1.2-canary.f8f0902e6":"2021-01-21T22:55:50.105Z","2.1.2-canary.d8d138422":"2021-01-21T22:42:21.888Z","2.1.3":"2021-01-21T21:57:57.972Z","2.1.2-canary.f68bd3f29":"2021-01-21T20:49:25.453Z","2.1.2-canary.fb90580e5":"2021-01-21T18:54:06.481Z","2.1.2-canary.743e13457":"2021-01-21T17:21:03.938Z","2.1.2-canary.7aee62eac":"2021-01-21T01:37:23.805Z","2.1.2-canary.04a0fea9e":"2021-01-20T23:11:24.057Z","2.1.2-canary.898bf5891":"2021-01-20T22:28:12.294Z","2.1.3-2021019222814":"2021-01-19T22:36:52.782Z","2.1.2-canary.6ac66baa0":"2021-01-19T18:33:52.214Z","2.1.2-canary.818a961e7":"2021-01-15T23:17:33.657Z","2.1.2-canary.b98cd6591":"2021-01-15T22:53:58.107Z","2.1.2-canary.f53e5b939":"2021-01-15T19:42:20.149Z","2.1.2-canary.02dcd9256":"2021-01-15T00:34:56.108Z","2.1.2-canary.c42a7c6eb":"2021-01-15T00:20:21.503Z","2.1.2-canary.884532522":"2021-01-14T21:19:49.237Z","2.1.2-canary.4395b5f0d":"2021-01-14T20:22:56.603Z","2.1.2-canary.cb835e723":"2021-01-14T02:53:55.026Z","2.1.2-canary.92a7f4345":"2021-01-13T23:19:52.677Z","2.1.2-canary.204fbcfad":"2021-01-13T19:49:59.539Z","2.1.2-canary.762fa539e":"2021-01-13T17:35:55.934Z","2.1.2-canary.da7f7ff61":"2021-01-12T22:57:39.030Z","2.1.2-longpoll.66863f547":"2021-01-12T00:13:58.931Z","2.1.2-canary.50abe6c4d":"2021-01-08T18:59:42.747Z","2.1.2-canary.34b4e3004":"2021-01-07T22:22:21.571Z","2.1.2":"2021-01-07T21:47:54.104Z","2.1.2-20210721223":"2021-01-07T21:36:51.536Z","2.1.1-canary.be377e680":"2021-01-07T21:01:40.077Z","2.1.1-canary.c457f2cf2":"2021-01-07T05:47:02.679Z","2.1.1-canary.db7dae7d5":"2021-01-07T04:37:34.307Z","2.2.0-202105235553":"2021-01-06T00:10:37.249Z","2.1.1-canary.4512bc9b2":"2021-01-05T23:53:05.703Z","2.1.1-canary.6d4d2b6ff":"2021-01-05T23:22:14.898Z","2.1.1-canary.6069b1d6c":"2021-01-05T21:38:59.492Z","2.1.1-canary.487f8e1d2":"2020-12-30T10:49:52.839Z","2.1.1-canary.d638a42af":"2020-12-29T01:29:14.815Z","2.1.1-canary.ba59a0f90":"2020-12-23T19:04:56.313Z","2.1.1-canary.dec74aa1e":"2020-12-22T19:44:47.365Z","2.1.1-canary.df16811af":"2020-12-22T19:11:10.325Z","2.1.1-canary.e13b79429":"2020-12-21T19:10:52.732Z","2.1.1-canary.404dc9167":"2020-12-21T18:28:52.755Z","2.1.1-canary.dbaf70694":"2020-12-21T18:27:16.728Z","2.1.1-canary.1a8cb40ac":"2020-12-18T00:33:33.560Z","2.1.1-canary.17a477c12":"2020-12-18T00:00:55.605Z","2.1.1":"2020-12-17T22:54:57.791Z","2.1.0-canary.233317238":"2020-12-17T18:20:23.922Z","2.1.0-canary.b0f7d4c36":"2020-12-16T17:29:17.458Z","2.1.1-20201116165133":"2020-12-16T16:58:52.076Z","2.1.0-canary.9fd3f5233":"2020-12-15T16:56:19.858Z","2.1.0-canary.4418d787f":"2020-12-14T20:07:27.778Z","2.1.0-canary.a9388d5b2":"2020-12-14T19:49:09.493Z","0.0.900-exp.a9388d5b2":"2020-12-14T19:46:32.193Z","2.1.0-canary.9909a3b59":"2020-12-14T19:26:19.039Z","2.1.0-canary.93eeb8862":"2020-12-14T19:17:07.490Z","2.1.0-canary.04f2e2485":"2020-12-11T22:12:16.468Z","2.1.0-canary.e1649b4da":"2020-12-11T22:04:02.460Z","2.1.0-canary.08aa4b19a":"2020-12-11T20:30:50.881Z","2.1.0-canary.b95734c17":"2020-12-11T18:06:09.139Z","2.1.0":"2020-12-11T17:09:29.734Z","2.0.5-canary.dface90f9":"2020-12-11T02:13:53.899Z","2.0.5-canary.44b5251d0":"2020-12-10T18:39:29.298Z","2.0.5-canary.566a62dd4":"2020-12-10T17:39:29.319Z","2.0.5-canary.a49c51c1c":"2020-12-09T20:28:32.912Z","2.0.5-canary.7f7f5075f":"2020-12-09T18:09:38.993Z","2.1.0-202011823329":"2020-12-08T23:27:59.703Z","2.1.0-202011822428":"2020-12-08T23:02:00.330Z","0.0.900-exp.1e0eb201d":"2020-12-08T19:29:16.106Z","2.0.5-canary.2b8a03b7f":"2020-12-08T19:13:55.941Z","2.0.5-canary.1e0eb201d":"2020-12-08T17:44:48.478Z","2.0.5-canary.4090271bb":"2020-12-08T16:23:49.174Z","2.0.5-canary.6f2c7b7aa":"2020-12-08T06:31:36.091Z","2.0.5-canary.254137540":"2020-12-08T05:51:40.275Z","2.0.5-BundlePrerelease.b662f8c0a":"2020-12-08T02:02:30.236Z","2.0.5-canary.b662f8c0a":"2020-12-08T01:59:39.832Z","2.0.5-canary.9634efd13":"2020-12-07T22:46:54.331Z","2.0.5-canary.8518b6b2b":"2020-12-07T19:12:16.746Z","2.0.5-BundlePrerelease.dee1ef083":"2020-12-06T20:48:18.776Z","2.0.5-BundlePrerelease.2c91fd1e5":"2020-12-06T18:56:28.282Z","2.0.5-BundlePrerelease.116cd82a2":"2020-12-06T04:18:19.594Z","2.0.5-BundlePrerelease.aae995629":"2020-12-05T02:46:56.560Z","2.0.4-BundlePrerelease.f8bb4d8b7":"2020-12-04T22:57:49.951Z","2.0.5-canary.375437171":"2020-12-04T21:39:56.544Z","2.0.5-canary.ff9dc3460":"2020-12-04T21:24:47.719Z","2.0.4-canary.c9f379cf7":"2020-12-04T20:57:00.704Z","2.0.4-1.0.0-eap-firestore-debug.9c6096f43":"2020-12-04T20:04:53.374Z","2.0.4-canary.1b5407372":"2020-12-04T19:24:46.559Z","2.0.5":"2020-12-04T01:54:41.886Z","0.0.900-exp.3c2788a40":"2020-12-03T22:56:48.141Z","0.0.900-exp.8d3ef2041":"2020-12-03T21:44:10.741Z","2.0.4-canary.6d640284e":"2020-12-03T19:15:51.058Z","0.0.900-exp.6d640284e":"2020-12-03T19:01:04.075Z","0.0.900-exp.93d8dc084":"2020-12-03T18:08:40.083Z","2.0.4-canary.93d8dc084":"2020-12-03T17:48:18.668Z","2.0.4-canary.f2562c292":"2020-12-03T16:26:30.560Z","2.0.4-canary.09c537ddc":"2020-12-02T18:35:33.661Z","2.0.5-2020112174150":"2020-12-02T17:51:33.419Z","2.0.4-canary.daea03258":"2020-12-02T17:14:20.503Z","2.0.4-canary.11563b227":"2020-12-02T16:58:48.015Z","2.0.4-canary.1849b0d0f":"2020-12-02T01:37:41.113Z","2.0.4-canary.772c4d1b3":"2020-12-02T01:27:40.220Z","2.0.4-canary.694a29911":"2020-12-02T00:56:00.169Z","2.0.4-canary.568214182":"2020-12-02T00:53:42.687Z","2.0.4-canary.b87cfd13d":"2020-12-01T00:17:00.245Z","2.0.4-canary.9c61afe3c":"2020-11-25T18:52:06.111Z","2.0.4-canary.ddb7993dd":"2020-11-25T00:23:41.619Z","2.0.4-canary.83affbf30":"2020-11-25T00:22:37.488Z","2.0.4-canary.c76e1ffb8":"2020-11-24T17:23:09.119Z","2.0.4-canary.6358fd076":"2020-11-24T02:36:02.139Z","2.0.4-canary.be56cd87a":"2020-11-23T23:54:47.150Z","2.0.4-canary.912744fcd":"2020-11-23T23:37:23.475Z","2.0.3-canary.80d19e2f6":"2020-11-23T20:42:19.290Z","2.0.3-canary.3045a0e16":"2020-11-23T20:17:54.352Z","2.0.3-canary.3d5354021":"2020-11-22T11:56:22.170Z","2.0.3-canary.4ffb6649c":"2020-11-21T00:32:48.051Z","2.0.3-canary.3a19f9e69":"2020-11-20T16:18:15.691Z","2.0.4":"2020-11-20T01:50:50.049Z","2.0.4-2020102005919":"2020-11-20T01:04:04.309Z","2.0.3-canary.bab4e1935":"2020-11-20T00:57:55.385Z","2.0.3-canary.4f6313262":"2020-11-20T00:31:22.459Z","2.0.3-canary.3c3c5fa4c":"2020-11-19T23:30:29.573Z","2.0.2-canary.b3ee391f7":"2020-11-19T23:00:00.805Z","2.0.3":"2020-11-19T22:40:29.024Z","2.0.2-canary.9822e125c":"2020-11-19T18:31:06.892Z","2.0.2-canary.27438f138":"2020-11-19T16:35:41.280Z","2.0.2-canary.d934f74d6":"2020-11-18T18:50:18.211Z","2.0.3-202010180421":"2020-11-18T00:11:18.162Z","2.0.2-canary.0c4f7944a":"2020-11-17T22:45:24.081Z","2.0.2-canary.34973cde2":"2020-11-17T22:36:52.562Z","2.0.2-canary.fc9de467b":"2020-11-17T19:54:35.010Z","2.0.2-canary.d5baaff23":"2020-11-17T19:53:41.230Z","2.0.2-canary.4da7606a0":"2020-11-17T19:52:18.804Z","2.0.2-canary.1d306453f":"2020-11-17T19:06:43.884Z","2.0.2-canary.7bb22733f":"2020-11-17T18:54:30.801Z","2.0.2-canary.e0bf3f70b":"2020-11-17T17:43:13.666Z","2.0.2-canary.6a154eb13":"2020-11-16T20:10:40.027Z","2.0.2-canary.6cd65fca4":"2020-11-16T18:27:39.796Z","2.0.2-canary.6c6c49ad6":"2020-11-13T19:57:26.029Z","2.0.2-canary.ad44c195b":"2020-11-13T17:37:50.009Z","2.0.2":"2020-11-13T00:30:07.816Z","2.0.1-canary.5b2d1073a":"2020-11-12T23:58:00.542Z","2.0.2-20201012233953":"2020-11-12T23:52:18.008Z","2.0.1-canary.5ba4c2670":"2020-11-12T23:32:11.208Z","2.0.1-canary.f69db37ca":"2020-11-12T23:31:15.138Z","2.0.1-canary.743a244c6":"2020-11-12T22:34:17.196Z","2.0.1-canary.6dffdf2eb":"2020-11-12T19:56:51.944Z","2.0.1-canary.eff049b75":"2020-11-12T17:33:13.362Z","2.0.1-canary.c2b215c19":"2020-11-12T01:51:12.992Z","2.0.1-canary.d2adf4e3e":"2020-11-11T21:40:29.072Z","2.0.1-canary.8602cda89":"2020-11-11T20:08:29.108Z","2.0.1-canary.a4507adb5":"2020-11-11T18:20:19.376Z","2.0.1-canary.47b182b91":"2020-11-10T23:46:39.830Z","2.0.1-canary.82ef45bfc":"2020-11-10T22:47:05.117Z","2.0.2-20201010222127":"2020-11-10T22:45:22.806Z","2.0.1-canary.f676f6790":"2020-11-10T19:47:47.370Z","2.0.1-canary.484e90a1d":"2020-11-09T22:53:54.102Z","2.0.1-canary.6be9225fc":"2020-11-09T18:10:00.710Z","2.0.1-canary.2d325e77e":"2020-11-06T22:57:24.060Z","2.0.1-canary.f9dc50e35":"2020-11-06T00:58:39.477Z","2.0.1-canary.996004f65":"2020-11-05T21:26:03.102Z","2.0.1":"2020-11-05T20:27:47.732Z","2.0.0-canary.c47ba31d0":"2020-11-05T19:21:02.712Z","2.0.0-canary.14d023db7":"2020-11-05T01:06:59.846Z","2.0.0-canary.9d424f5da":"2020-11-04T23:27:12.513Z","2.0.0-canary.39847b8ec":"2020-11-04T19:30:38.342Z","2.0.0-canary.86971662c":"2020-11-03T23:33:15.864Z","2.0.1-2020103231751":"2020-11-03T23:27:11.469Z","2.0.0-canary.007ddd1eb":"2020-11-03T18:40:43.289Z","2.0.0-canary.d7c6d6213":"2020-11-03T17:28:00.164Z","2.0.0-canary.a74a1d167":"2020-11-03T01:59:28.623Z","2.0.0-canary.6ef39d4d3":"2020-10-30T17:10:05.111Z","2.0.0-canary.2ac31a1db":"2020-10-29T22:56:36.532Z","2.0.0-canary.54a46f89c":"2020-10-29T22:08:28.177Z","2.0.0-canary.f68ce2437":"2020-10-29T21:24:35.538Z","2.0.0-canary.3f6f5e491":"2020-10-29T20:23:41.668Z","2.0.0-canary.a7991f42f":"2020-10-29T20:12:17.955Z","2.0.0-canary.1cdd3ab34":"2020-10-29T20:08:40.015Z","2.0.0-canary.de5237f91":"2020-10-29T19:21:41.909Z","2.0.0-canary.7e3846b0f":"2020-10-29T18:33:29.340Z","2.0.0-canary.0c602aa0a":"2020-10-29T17:16:37.052Z","2.0.0-canary.973cdfa7f":"2020-10-29T10:32:50.193Z","2.0.0-canary.6f06d840e":"2020-10-29T00:13:50.671Z","2.0.0-canary.878a1bff0":"2020-10-28T18:37:47.679Z","2.0.0-canary.9c0a47f43":"2020-10-28T17:58:41.336Z","2.0.0-canary.b5e9d6ae8":"2020-10-28T17:16:02.325Z","2.0.0-canary.8f3bb8038":"2020-10-28T17:01:32.980Z","2.0.0-canary.a8df66983":"2020-10-28T16:59:56.938Z","2.0.0-canary.8922f543c":"2020-10-27T23:43:27.482Z","2.0.0-canary.e0f296dd8":"2020-10-27T21:47:43.789Z","2.0.0-canary.9cf727fcc":"2020-10-27T21:47:02.815Z","2.0.0-canary.ab0f64357":"2020-10-27T21:37:14.057Z","2.0.0-canary.8e9604f71":"2020-10-27T21:34:17.287Z","2.0.0-canary.a9ba7ba7c":"2020-10-26T21:29:56.386Z","2.0.0-canary.519d2cf64":"2020-10-26T21:14:54.893Z","2.0.0":"2020-10-26T20:14:36.437Z","2.0.0-2020926155854":"2020-10-26T16:15:34.797Z","1.18.0-canary.03e907092":"2020-10-26T16:00:22.587Z","1.18.0-canary.541944bf2":"2020-10-22T21:45:19.139Z","1.18.0-canary.3f4cbf761":"2020-10-22T21:29:02.435Z","1.18.0-canary.64c8d04c2":"2020-10-22T21:16:55.789Z","2.0.0-2020922203858":"2020-10-22T20:45:41.503Z","1.18.0-canary.f4110cc5b":"2020-10-22T19:01:52.498Z","1.18.0-canary.3e7175da5":"2020-10-22T18:08:37.198Z","1.18.0-canary.7c15fb0a0":"2020-10-21T22:27:18.036Z","1.18.0-canary.602ec18e9":"2020-10-20T22:50:21.423Z","1.18.0-canary.9719635fe":"2020-10-20T22:06:03.063Z","1.18.0-canary.b247ffa76":"2020-10-20T21:33:40.030Z","1.18.0-canary.2b06694da":"2020-10-20T20:09:42.225Z","1.18.0-canary.ca04eda40":"2020-10-20T19:42:03.152Z","1.18.0-canary.ef33328f7":"2020-10-20T19:03:18.423Z","1.18.0-canary.4b540f91d":"2020-10-20T18:12:13.952Z","1.18.0-canary.a5768b0aa":"2020-10-20T16:58:32.474Z","1.18.0-canary.eded21827":"2020-10-20T04:23:46.646Z","1.18.0-canary.b6a9bf0a1":"2020-10-20T00:00:11.668Z","1.18.0-canary.0204abfd4":"2020-10-19T19:07:05.041Z","1.18.0-canary.2fce62a95":"2020-10-19T18:18:01.666Z","1.18.0-canary.49378bf58":"2020-10-19T17:20:41.350Z","1.18.0-canary.fc3bf652f":"2020-10-19T16:47:14.216Z","1.17.3-canary.7d916d905":"2020-10-19T16:44:04.230Z","1.17.3-canary.959e21a11":"2020-10-16T21:06:52.183Z","1.17.3-canary.79b049375":"2020-10-16T11:37:30.533Z","1.17.3-canary.8939aeca0":"2020-10-15T23:50:29.512Z","1.18.0":"2020-10-15T21:30:16.321Z","1.17.3-canary.ffef32e38":"2020-10-15T21:25:45.680Z","1.17.3-canary.f3554394d":"2020-10-15T20:54:07.516Z","1.17.3-canary.1f2292511":"2020-10-15T19:37:10.318Z","1.17.3-canary.d0189bdda":"2020-10-15T19:24:00.183Z","1.17.3-canary.6a8086c5b":"2020-10-15T19:10:57.345Z","1.17.3-canary.344bd8856":"2020-10-15T16:59:01.775Z","1.17.3-canary.2c1764dce":"2020-10-14T23:47:32.945Z","1.17.3-canary.add9d211d":"2020-10-14T22:10:22.055Z","1.17.3-canary.8f9e55992":"2020-10-14T20:35:11.738Z","1.17.3-canary.0322c1bda":"2020-10-14T13:07:39.898Z","1.18.0-20209141635":"2020-10-14T01:11:37.257Z","1.17.3-canary.7156eb3d2":"2020-10-13T23:49:56.298Z","1.17.3-canary.916770f3c":"2020-10-13T23:31:39.127Z","1.17.3-canary.00c963b1d":"2020-10-13T23:01:29.545Z","1.17.3-canary.eeb1dfa4f":"2020-10-13T21:51:38.780Z","1.17.3-canary.8c0f1e22e":"2020-10-13T21:46:46.668Z","1.17.3-canary.d4966cfc2":"2020-10-13T16:40:10.452Z","1.17.3-canary.9e92e91da":"2020-10-13T16:17:47.507Z","1.17.3-canary.df27732bc":"2020-10-13T04:28:46.975Z","1.17.3-canary.3c420b0bd":"2020-10-12T21:53:45.727Z","1.17.3-canary.cb28261e0":"2020-10-12T20:23:42.664Z","1.17.3-canary.79f4a5ae5":"2020-10-12T20:07:50.223Z","1.17.3-canary.10f038fdc":"2020-10-12T17:06:44.784Z","1.17.2-canary.2bea0a367":"2020-10-12T16:59:10.934Z","1.17.2-canary.6f2cf64be":"2020-10-12T16:42:28.266Z","1.17.2-canary.76c2d9b4f":"2020-10-12T16:20:38.635Z","1.17.2-canary.958261bd4":"2020-10-12T16:18:50.750Z","1.17.2-canary.15d90cf8b":"2020-10-12T16:17:12.182Z","1.18.0-alpha.96ae6a5fe":"2020-10-11T05:18:19.894Z","1.17.2-alpha.6b865e005":"2020-10-09T21:20:43.998Z","1.17.2-canary.88e1f8863":"2020-10-09T19:47:08.528Z","1.17.2-alpha.01492c06e":"2020-10-09T19:15:57.517Z","1.17.2-canary.fe0ae19a9":"2020-10-09T17:35:28.555Z","1.17.2-canary.4f997bce1":"2020-10-09T00:16:40.412Z","1.17.1-eap-auth-emulator.df41ee388":"2020-10-08T22:20:40.501Z","1.17.3":"2020-10-08T20:45:21.415Z","1.17.1-eap-auth-emulator.8fbbe234f":"2020-10-08T17:07:41.809Z","1.17.2-canary.5af6e1c11":"2020-10-08T16:07:21.065Z","1.17.2-canary.f5d122a94":"2020-10-06T22:08:28.930Z","1.17.3-202096215419":"2020-10-06T22:01:48.499Z","1.17.2-canary.769f0e7af":"2020-10-06T17:04:33.035Z","1.17.2-canary.0e308b623":"2020-10-05T23:19:43.155Z","1.17.2-canary.c49a08b29":"2020-10-05T21:56:09.114Z","1.17.2-canary.795f31a50":"2020-10-05T21:16:25.606Z","1.17.2-canary.2b1123033":"2020-10-05T18:51:13.865Z","1.17.2-canary.b73ab4135":"2020-10-03T01:02:29.822Z","1.17.2-canary.0dfef5dd5":"2020-10-02T23:52:07.195Z","1.17.2-canary.b9087b90f":"2020-10-02T12:16:07.095Z","1.17.2-canary.8728e1a0f":"2020-10-02T01:31:50.608Z","1.17.2-canary.e68c47e54":"2020-10-02T00:41:50.770Z","1.17.2-canary.b6925be1d":"2020-10-01T23:35:53.602Z","1.17.2-canary.eb663f27a":"2020-10-01T23:13:25.445Z","1.17.2-canary.791824b48":"2020-10-01T22:58:35.035Z","1.17.2-canary.c20b19ef4":"2020-10-01T22:54:41.910Z","1.17.2":"2020-10-01T20:45:57.278Z","1.17.1-canary.332c36cb8":"2020-10-01T19:13:01.953Z","1.17.1-canary.53ccf1964":"2020-10-01T19:02:54.072Z","1.17.1-canary.48b0b0f7c":"2020-10-01T18:40:56.589Z","1.17.2-20209118324":"2020-10-01T18:38:15.199Z","1.17.1-canary.a831aec9e":"2020-10-01T18:33:25.096Z","1.17.1-canary.34c8693eb":"2020-10-01T18:04:34.551Z","1.17.1-canary.a10c18f89":"2020-10-01T02:08:12.415Z","1.17.1-canary.41467b53c":"2020-10-01T00:20:16.215Z","1.17.1-canary.38983dcfe":"2020-10-01T00:16:00.371Z","0.0.800-exp.38983dcfe":"2020-10-01T00:01:40.095Z","1.17.1-canary.b0da2a9f1":"2020-09-30T21:13:51.790Z","1.17.1-canary.db3ce8162":"2020-09-30T21:05:30.878Z","0.0.800-exp.db3ce8162":"2020-09-30T20:55:34.639Z","1.17.1-canary.0faff4d58":"2020-09-30T19:21:53.168Z","0.0.800-exp.fe55004be":"2020-09-30T19:02:52.880Z","1.17.1-canary.fe55004be":"2020-09-30T18:18:06.264Z","1.17.2-2020830175047":"2020-09-30T18:03:13.317Z","1.17.2-2020830171442":"2020-09-30T17:21:40.465Z","1.17.1-canary.d4db75ff8":"2020-09-30T16:28:47.311Z","1.17.2-202083005649":"2020-09-30T01:04:00.702Z","1.17.1-canary.2be43eadf":"2020-09-30T00:12:01.241Z","1.17.1-canary.7d655a816":"2020-09-29T00:16:04.897Z","1.17.1-canary.7c1c7f182":"2020-09-28T21:58:32.594Z","1.17.1-canary.01bb65b54":"2020-09-28T17:22:59.433Z","1.17.1-canary.a6af7c279":"2020-09-25T16:25:18.066Z","1.17.1-canary.37590059e":"2020-09-25T00:39:58.586Z","1.17.1-canary.63d7fc805":"2020-09-25T00:33:55.342Z","0.0.800-exp.63d7fc805":"2020-09-25T00:21:27.171Z","1.17.1-canary.2a18beb84":"2020-09-24T21:44:39.859Z","1.17.0-canary.205421eda":"2020-09-24T21:04:26.413Z","1.17.1":"2020-09-24T21:03:52.427Z","1.17.0-canary.fff14a712":"2020-09-24T21:02:18.162Z","1.17.0-eap-auth-emulator.16fda4fd2":"2020-09-24T19:02:46.835Z","1.17.0-canary.81c61b6cb":"2020-09-24T18:57:41.697Z","1.17.0-canary.b61f0d7d4":"2020-09-24T16:38:44.693Z","1.17.0-canary.0a1181b18":"2020-09-24T01:19:37.583Z","1.17.0-canary.0c607c992":"2020-09-23T19:24:29.197Z","1.17.0-canary.cddc5512f":"2020-09-23T18:47:06.778Z","1.17.1-2020822235757":"2020-09-23T00:20:27.878Z","1.17.0-canary.e55e7c663":"2020-09-23T00:13:55.414Z","1.17.0-canary.c20f63130":"2020-09-22T23:25:55.364Z","1.17.0-canary.cb1caa0e3":"2020-09-22T22:38:05.275Z","1.17.0-canary.61ed2144d":"2020-09-22T20:40:10.026Z","1.17.0-canary.9e040c14a":"2020-09-22T20:06:47.765Z","1.17.0-canary.3f0aa7bf3":"2020-09-22T18:59:53.055Z","1.17.0-canary.70fe23901":"2020-09-22T18:59:08.433Z","1.17.0-canary.c01a88f46":"2020-09-22T18:56:32.274Z","1.17.0-canary.b23149517":"2020-09-22T18:45:12.764Z","1.17.0-canary.49d97ff38":"2020-09-22T00:20:04.017Z","1.17.0-canary.4dc8817c3":"2020-09-21T23:32:02.301Z","1.17.0-canary.5593be665":"2020-09-21T21:24:53.321Z","1.17.0-canary.16c6ba979":"2020-09-21T20:46:41.167Z","1.17.0-canary.7bf73797d":"2020-09-21T17:24:08.815Z","1.17.0-canary.4c4b2d110":"2020-09-21T16:13:30.736Z","1.17.0-canary.bd85ee70f":"2020-09-19T05:04:05.704Z","1.17.0-canary.0986b92c6":"2020-09-17T23:13:27.831Z","1.17.0-canary.3a6e5ffbb":"2020-09-17T22:22:18.215Z","1.17.0-canary.9b6b06ad2":"2020-09-17T22:10:18.627Z","1.17.0":"2020-09-17T21:04:57.540Z","1.16.7-canary.7086f4a31":"2020-09-17T20:29:43.373Z","1.16.7-canary.d41152a2a":"2020-09-17T18:31:23.534Z","1.16.7-canary.ff66d8cc9":"2020-09-16T19:20:12.168Z","1.16.7-canary.01e9f58f9":"2020-09-16T18:46:40.582Z","1.16.7-canary.40f958254":"2020-09-16T18:45:42.057Z","1.16.7-canary.07cbd42e6":"2020-09-16T17:44:30.551Z","1.16.7-canary.80e421900":"2020-09-15T23:32:03.847Z","1.17.0-2020815231418":"2020-09-15T23:20:25.365Z","1.16.7-canary.f9004177e":"2020-09-15T15:38:22.591Z","1.16.7-canary.a865ae9eb":"2020-09-14T17:51:46.037Z","1.16.7-canary.b1854ab30":"2020-09-11T23:27:02.934Z","1.16.7-canary.e81c429ae":"2020-09-11T21:11:20.390Z","1.16.7-canary.35d1c0df6":"2020-09-11T18:39:42.098Z","1.16.7-canary.4b4816703":"2020-09-11T17:24:23.724Z","1.16.7-canary.0eb18ca80":"2020-09-10T22:04:00.969Z","1.16.7":"2020-09-10T19:50:17.478Z","1.16.6-canary.595dfb0df":"2020-09-10T19:46:32.873Z","1.16.6-canary.95ab732eb":"2020-09-09T23:23:27.003Z","1.16.6-canary.565004d8f":"2020-09-09T22:39:05.008Z","1.16.6-canary.0119d6677":"2020-09-09T20:35:25.162Z","1.16.6-canary.a8ff3dbaa":"2020-09-09T17:38:36.601Z","1.16.6-canary.3d9b5a595":"2020-09-09T17:11:09.688Z","1.16.6-canary.f47f9907c":"2020-09-09T00:08:53.563Z","1.16.7-202088235442":"2020-09-09T00:02:19.420Z","0.0.800-exp.aca9933ee":"2020-08-28T19:42:18.795Z","1.16.6-canary.7e7081011":"2020-08-28T19:27:41.843Z","1.16.6-canary.4c9cfa0cc":"2020-08-28T19:05:57.937Z","1.16.6-canary.bdae2c966":"2020-08-28T18:45:16.006Z","0.0.800-exp.bdae2c966":"2020-08-28T18:39:28.767Z","1.16.6-canary.8d2361299":"2020-08-28T18:01:40.899Z","1.16.6-canary.249d40cb6":"2020-08-28T17:13:15.531Z","1.16.6-canary.0dfd51620":"2020-08-28T01:15:21.671Z","1.16.6-canary.f7a1a974d":"2020-08-28T00:55:51.529Z","0.0.800-exp.f7a1a974d":"2020-08-28T00:49:34.141Z","1.16.6-canary.c4f8541f5":"2020-08-28T00:16:31.685Z","1.16.6":"2020-08-27T23:51:12.916Z","1.16.5-canary.b0a75acb0":"2020-08-27T19:56:26.905Z","1.16.5-canary.fee4e8bb7":"2020-08-27T19:06:15.948Z","1.16.5-canary.70537a61e":"2020-08-27T18:10:09.445Z","1.16.5-canary.29bac5e88":"2020-08-27T17:14:30.638Z","1.16.5-canary.1a82549a7":"2020-08-27T17:00:29.058Z","1.16.5-canary.e22a2957e":"2020-08-27T10:05:47.808Z","1.16.5-canary.da1c7df79":"2020-08-26T19:05:26.439Z","1.16.6-202072605451":"2020-08-26T01:02:13.365Z","1.16.5-canary.44c91e5b8":"2020-08-26T00:03:50.751Z","1.16.5-canary.0d0686392":"2020-08-25T23:18:36.517Z","1.16.5-canary.57739ae2b":"2020-08-25T21:32:28.091Z","1.16.5-canary.05b56061c":"2020-08-25T21:10:11.691Z","1.16.5-canary.c0f2be022":"2020-08-25T19:18:09.121Z","1.16.5-canary.978faa60a":"2020-08-25T18:52:06.257Z","1.16.5-canary.ccb171663":"2020-08-25T18:47:40.702Z","1.16.5-canary.4623bbd17":"2020-08-25T18:46:14.202Z","1.16.5-canary.9611fd739":"2020-08-25T18:41:21.365Z","1.16.4-canary.fa5104fb2":"2020-08-24T18:44:24.406Z","1.16.4-canary.d3cd75b1f":"2020-08-21T21:52:53.395Z","1.16.4-canary.1508a0e4c":"2020-08-21T17:10:36.332Z","1.16.5":"2020-08-20T21:06:27.904Z","1.16.4-canary.8d3aca79d":"2020-08-20T18:07:25.043Z","1.16.4-canary.ccbcadce1":"2020-08-20T17:50:55.944Z","1.16.4-canary.3b26db427":"2020-08-20T13:56:00.480Z","1.16.4-canary.05f800282":"2020-08-19T23:53:00.773Z","1.16.4-canary.d03c5ad6f":"2020-08-19T21:06:03.583Z","1.16.4-canary.46ef5d72b":"2020-08-19T18:58:31.591Z","1.16.4-canary.8c5d52251":"2020-08-19T18:30:42.324Z","1.16.5-202071902151":"2020-08-19T00:27:24.357Z","1.16.4-canary.f8f37388a":"2020-08-18T23:26:48.822Z","1.16.4-canary.6a95ae14c":"2020-08-14T01:48:24.560Z","1.16.4":"2020-08-13T20:56:45.586Z","1.16.3-canary.c8495f52a":"2020-08-13T17:47:24.481Z","1.16.3-canary.980c7d539":"2020-08-13T10:46:35.375Z","1.16.3-canary.5d4d18234":"2020-08-13T01:21:26.830Z","1.16.3-canary.d4721c53a":"2020-08-12T21:59:38.172Z","1.16.3-canary.5b87b591":"2020-08-12T00:54:41.543Z","1.16.3-canary.4ea2b6bc":"2020-08-11T22:54:03.666Z","1.16.4-202071122108":"2020-08-11T22:31:10.445Z","1.16.3-canary.e8b0098a":"2020-08-11T22:24:11.899Z","1.16.3-canary.bbc6d7e6":"2020-08-11T22:20:11.607Z","1.16.3-canary.e96559f5":"2020-08-11T21:13:52.971Z","1.16.3-canary.e1d37efe":"2020-08-11T17:05:25.595Z","1.16.3-canary.d3f25079":"2020-08-10T21:50:58.343Z","1.16.3-canary.90203ebd":"2020-08-10T21:43:23.073Z","1.16.3-canary.68995c24":"2020-08-10T14:34:59.298Z","1.16.3-canary.2c37560f":"2020-08-08T03:48:58.015Z","1.16.2-canary.3e653c7f":"2020-08-08T00:44:28.068Z","1.16.2-canary.30553df0":"2020-08-08T00:38:21.964Z","0.0.800-exp.f1299756c":"2020-08-07T22:21:26.544Z","1.16.2-canary.f1299756":"2020-08-07T22:06:45.540Z","1.16.3":"2020-08-06T20:29:48.403Z","1.16.2-canary.36be62a8":"2020-08-06T00:37:29.233Z","1.16.2-canary.cf3401d1":"2020-08-06T00:17:07.698Z","1.16.2-canary.2a0d254f":"2020-08-05T18:25:05.551Z","1.16.2-canary.7f9b3d96":"2020-08-04T23:34:18.735Z","1.16.3-20207421553":"2020-08-04T22:02:39.333Z","1.16.3-20206291717":"2020-07-29T01:14:15.056Z","1.16.2-canary.217dca9a":"2020-07-29T00:32:26.396Z","1.16.2-canary.acfedd2f":"2020-07-29T00:17:42.153Z","1.16.2-canary.c1cc4281":"2020-07-24T22:50:19.038Z","1.16.2-canary.1a630ba6":"2020-07-24T21:59:17.920Z","1.16.2-canary.26c5bebe":"2020-07-24T21:36:18.021Z","1.16.1-canary.1d7ee969":"2020-07-24T18:03:37.750Z","1.16.2":"2020-07-24T05:16:07.736Z","1.16.2-20206244562":"2020-07-24T05:05:20.951Z","1.16.1-canary.6af4c277":"2020-07-22T07:03:49.884Z","1.16.1-canary.c2829cde":"2020-07-22T05:53:52.659Z","1.16.1-canary.eb44f4a9":"2020-07-21T04:18:17.828Z","1.16.1-canary.cf8696e2":"2020-07-21T02:31:56.344Z","1.16.1-canary.7d5678be":"2020-07-20T22:28:13.735Z","1.16.1-canary.d4341186":"2020-07-18T02:33:32.749Z","1.16.1-canary.ea699fac":"2020-07-17T07:15:18.667Z","1.16.1-canary.a875bbe0":"2020-07-17T02:20:07.750Z","1.16.1-canary.6d11f7f5":"2020-07-17T01:31:53.151Z","1.16.1-canary.65568139":"2020-07-16T23:31:17.042Z","1.16.0-canary.5b7d812a":"2020-07-16T22:54:33.285Z","1.16.0-canary.38a12bb9":"2020-07-16T22:17:10.099Z","1.16.1":"2020-07-16T22:09:31.853Z","1.16.0-canary.6d5b4cc3":"2020-07-16T17:44:18.107Z","1.16.1-2020615181619":"2020-07-15T18:49:51.624Z","1.16.0-canary.b6145466":"2020-07-15T18:48:26.149Z","1.16.0-canary.28438f60":"2020-07-15T17:27:57.973Z","1.16.0-canary.c2b737b2":"2020-07-14T21:37:06.105Z","1.16.0-canary.b07f822b":"2020-07-10T18:08:03.330Z","1.16.0-canary.f46bc247":"2020-07-10T04:15:38.438Z","1.16.0-canary.31cb0f1d":"2020-07-10T03:42:33.751Z","1.16.0-canary.ee5ec1eb":"2020-07-10T03:38:51.332Z","1.16.0-canary.d7735c98":"2020-07-10T02:16:31.499Z","1.16.0-canary.023d729a":"2020-07-10T02:15:26.239Z","1.16.0-canary.7d5ccb20":"2020-07-10T02:13:51.694Z","1.16.0-canary.3c21efe4":"2020-07-09T23:17:12.227Z","1.16.0-canary.23891b20":"2020-07-09T22:21:21.467Z","1.16.0":"2020-07-09T20:42:23.217Z","1.15.5-canary.9c409ea7":"2020-07-09T19:49:49.661Z","1.15.5-canary.308f020d":"2020-07-09T19:38:56.267Z","1.15.5-canary.1c6ca04f":"2020-07-09T19:35:53.821Z","1.15.5-canary.d1a86e6d":"2020-07-09T19:35:19.699Z","1.15.5-canary.ce168bd9":"2020-07-09T19:34:21.917Z","1.15.5-canary.4fc68ef9":"2020-07-09T06:39:14.000Z","1.15.5-canary.9b53ec89":"2020-07-09T05:46:03.445Z","1.15.5-canary.5a355360":"2020-07-09T04:34:42.201Z","1.15.5-canary.6f266bf1":"2020-07-09T02:03:48.236Z","1.15.5-canary.989cb756":"2020-07-07T22:49:14.271Z","1.16.0-202067221036":"2020-07-07T22:17:51.816Z","1.15.5-canary.f8d1b3d7":"2020-07-07T20:44:56.780Z","1.15.5-canary.bb740836":"2020-07-07T20:15:30.776Z","1.15.5-canary.26767cd9":"2020-07-07T19:00:07.787Z","1.15.5-canary.064cf2e5":"2020-07-06T23:30:08.737Z","1.15.5-canary.c7aa053d":"2020-07-06T22:45:21.153Z","1.15.5-canary.469c8bdf":"2020-07-06T22:30:19.064Z","1.15.5-canary.ee1892d6":"2020-07-06T18:44:03.505Z","1.15.5-canary.992432e0":"2020-07-06T17:47:54.715Z","1.15.5-canary.fc17a3cf":"2020-07-02T18:44:37.962Z","1.15.5-canary.0c8b011b":"2020-07-01T17:12:48.796Z","1.15.5-canary.877c060c":"2020-06-30T22:58:56.210Z","1.15.5-canary.dd1e63ce":"2020-06-30T22:55:24.810Z","1.15.5-canary.a754645e":"2020-06-30T22:54:46.295Z","1.15.5-canary.982acf91":"2020-06-30T21:38:41.682Z","1.15.5-canary.c3cd471b":"2020-06-30T18:42:49.652Z","1.15.5-canary.2ab5a175":"2020-06-30T17:36:25.181Z","1.15.5-canary.fe85035e":"2020-06-30T17:32:12.888Z","1.15.5-canary.f54abc25":"2020-06-30T04:51:31.889Z","1.15.5-canary.fe2bd0f1":"2020-06-30T01:39:31.860Z","1.15.5-canary.d0bc885b":"2020-06-30T00:43:19.281Z","1.15.5-canary.17c628eb":"2020-06-27T00:43:09.015Z","1.15.5-canary.9e204e77":"2020-06-27T00:19:48.853Z","1.15.5-canary.e90304c8":"2020-06-26T23:33:27.166Z","1.15.5-canary.c38fc717":"2020-06-26T23:03:03.395Z","1.15.5-canary.a4ff036c":"2020-06-26T22:38:33.708Z","1.15.5-canary.3d43b009":"2020-06-26T22:06:38.305Z","1.15.5-canary.ddbe2180":"2020-06-26T20:41:59.174Z","1.15.5-canary.8e0c0360":"2020-06-26T17:07:10.466Z","1.15.5-canary.64d9ab6b":"2020-06-26T01:23:29.026Z","1.15.5":"2020-06-25T23:11:36.221Z","1.15.4-canary.4edfe226":"2020-06-25T21:14:50.747Z","1.15.4-canary.590c9a44":"2020-06-25T18:20:04.948Z","1.15.4-canary.fa70d0a3":"2020-06-25T17:43:39.134Z","1.15.4-canary.04874c97":"2020-06-25T00:36:48.687Z","1.15.4-canary.c436bcc6":"2020-06-24T20:51:16.924Z","1.15.4-canary.a1081c61":"2020-06-24T20:13:55.005Z","1.15.4-canary.b27974af":"2020-06-24T19:24:54.835Z","1.15.4-canary.9bac5bcc":"2020-06-24T19:20:47.533Z","1.15.4-canary.1791a9be":"2020-06-24T17:21:47.889Z","1.15.4-canary.9cf49f74":"2020-06-24T17:06:19.513Z","1.15.4-canary.5de3ec66":"2020-06-23T23:49:00.763Z","1.15.5-0":"2020-06-23T23:32:13.249Z","1.15.4-canary.acd89ee4":"2020-06-23T21:21:25.224Z","1.15.4-canary.71f94f14":"2020-06-22T20:11:54.890Z","1.15.3-canary.23e89711":"2020-06-22T19:09:27.520Z","1.15.4":"2020-06-22T18:30:26.321Z","1.15.4-0":"2020-06-20T22:57:57.335Z","1.15.3-canary.d470f49d":"2020-06-20T01:53:48.403Z","1.15.3":"2020-06-19T21:26:18.165Z","1.15.3-0":"2020-06-19T17:04:07.884Z","1.15.2-canary.246ed9d6":"2020-06-19T17:02:05.678Z","1.15.2":"2020-06-18T21:53:11.020Z","1.15.2-0":"2020-06-17T19:28:35.414Z","1.15.1":"2020-06-11T21:07:06.253Z","1.15.1-0":"2020-06-09T23:08:24.372Z","1.15.0-canary.1e3721c5":"2020-06-08T22:09:41.304Z","1.15.0-canary.59d45d6e":"2020-06-08T19:44:25.047Z","1.15.0-canary.68768d62":"2020-06-08T18:14:46.167Z","1.15.0-canary.b011da84":"2020-06-08T17:24:33.938Z","1.15.0-canary.6651efd3":"2020-06-08T17:22:19.839Z","1.15.0-canary.df36a245":"2020-06-07T23:08:24.227Z","1.15.0-canary.0fac7bdc":"2020-06-05T18:17:57.165Z","1.15.0-canary.0abf211d":"2020-06-05T17:31:50.421Z","1.15.0-canary.6cd5ed1d":"2020-06-05T17:18:31.290Z","1.15.0-canary.5cf39ab8":"2020-06-05T05:56:27.833Z","1.15.0-canary.27d42867":"2020-06-05T03:53:13.493Z","1.15.0-canary.2c66c4e2":"2020-06-05T01:58:01.451Z","1.15.0-canary.3af49b4b":"2020-06-05T01:17:57.324Z","1.15.0-canary.239bea37":"2020-06-05T00:36:19.942Z","1.14.6-canary.94f3c34f":"2020-06-05T00:26:23.742Z","1.14.6-canary.1b0230ec":"2020-06-05T00:02:40.454Z","1.14.6-canary.3c61f243":"2020-06-04T23:44:54.930Z","1.15.0":"2020-06-04T23:30:58.178Z","1.15.0-0":"2020-06-03T20:54:01.356Z","1.14.6-canary.0395a1d2":"2020-06-03T20:41:03.802Z","1.14.6-canary.c049186f":"2020-06-03T20:22:57.081Z","1.14.6":"2020-05-29T17:36:22.444Z","1.14.5-canary.0d6f14eb":"2020-05-28T20:11:48.764Z","1.14.5-canary.7de1a7c1":"2020-05-28T19:23:54.493Z","1.14.5-canary.ec1471cf":"2020-05-28T17:55:31.654Z","1.14.5-canary.963fd1fa":"2020-05-28T17:54:16.856Z","1.14.5-canary.b41d0ae1":"2020-05-28T17:47:40.776Z","1.14.5-canary.67adfb2c":"2020-05-27T22:09:54.387Z","1.14.5-canary.24c1ee90":"2020-05-27T21:30:11.992Z","1.14.5-canary.ef5fb1b9":"2020-05-27T19:57:16.139Z","1.14.6-0":"2020-05-26T23:07:03.301Z","1.14.5-canary.230cd489":"2020-05-26T21:58:08.783Z","1.14.4-canary.ea2fcf55":"2020-05-26T21:45:19.207Z","1.14.4-canary.5ffa43b5":"2020-05-26T17:36:38.955Z","1.14.4-canary.4e86d019":"2020-05-22T00:32:06.480Z","1.14.5":"2020-05-21T21:23:12.915Z","1.14.4-canary.babdcfdd":"2020-05-21T17:54:53.492Z","1.14.4-canary.4a70e17f":"2020-05-20T20:32:07.886Z","1.14.4-canary.76726387":"2020-05-20T06:13:21.731Z","1.14.4-canary.75ff9b29":"2020-05-19T23:48:46.600Z","1.14.5-0":"2020-05-19T23:35:08.532Z","1.14.3-canary.3de5763b":"2020-05-18T19:15:56.714Z","1.14.3-canary.fb900595":"2020-05-18T18:02:28.252Z","1.14.3-canary.ac215cf8":"2020-05-15T22:21:41.415Z","1.14.4":"2020-05-14T22:53:40.032Z","1.14.3-canary.94ee69a8":"2020-05-14T21:55:48.192Z","1.14.3-canary.ab2e73d6":"2020-05-14T20:10:55.707Z","1.14.3-canary.759b8775":"2020-05-14T18:03:04.496Z","1.14.3-canary.f3f1b173":"2020-05-14T02:41:19.496Z","1.14.3-canary.2261bcd0":"2020-05-13T23:28:09.603Z","1.14.3-canary.20a094f5":"2020-05-13T23:27:31.416Z","1.14.3-canary.3960fda2":"2020-05-13T22:47:35.304Z","1.14.3-canary.8e2fd913":"2020-05-13T22:43:54.296Z","1.14.3-canary.54c7872d":"2020-05-13T20:33:01.163Z","1.14.3-canary.425dfb1c":"2020-05-13T19:11:36.127Z","1.14.4-0":"2020-05-13T01:45:31.877Z","1.14.3-canary.094074cc":"2020-05-13T01:39:42.359Z","1.14.3-canary.74621b7e":"2020-05-12T06:23:52.440Z","1.14.3-canary.a57dac5a":"2020-05-08T01:44:01.016Z","1.14.2-canary.141a6161":"2020-05-08T01:31:18.594Z","1.14.3":"2020-05-08T00:07:48.863Z","1.14.3-0":"2020-05-07T22:21:46.175Z","1.14.2-canary.f9c6ddec":"2020-05-07T21:55:55.567Z","1.14.2-canary.631a0ec5":"2020-05-07T18:23:07.644Z","1.14.2-canary.8143c836":"2020-05-06T23:52:56.149Z","1.14.2-canary.575b3fe8":"2020-05-06T16:54:06.719Z","1.14.2-canary.e67affba":"2020-05-06T16:51:05.912Z","1.14.2-canary.88778032":"2020-05-06T05:44:09.351Z","1.14.2-canary.fd12d771":"2020-05-05T23:49:27.131Z","1.14.2-canary.76ba2ea3":"2020-05-05T21:02:54.116Z","1.14.2-canary.3ccd70a6":"2020-05-05T19:31:37.519Z","1.14.2-canary.da3582bb":"2020-05-04T23:54:47.086Z","1.14.2-canary.39013c9e":"2020-05-04T23:44:54.902Z","1.14.2-canary.df44d12e":"2020-05-04T17:27:42.875Z","1.14.2-canary.96cd91dd":"2020-05-01T23:35:54.814Z","1.14.2-canary.ba5a37ce":"2020-05-01T22:58:29.766Z","1.14.2-canary.ff533874":"2020-05-01T20:39:57.162Z","1.14.2-canary.e03614c7":"2020-05-01T02:02:06.273Z","1.14.2-canary.a6e9d5b4":"2020-04-29T22:00:47.084Z","1.14.2-canary.04d4f972":"2020-04-27T19:51:59.433Z","1.14.2-canary.ccb9bf9d":"2020-04-27T17:54:31.687Z","1.14.2-canary.be5bb4b2":"2020-04-27T17:16:07.416Z","1.14.2-canary.8c369580":"2020-04-24T23:20:33.942Z","1.14.2-canary.d92d67b2":"2020-04-24T18:57:44.414Z","1.14.2-canary.74870c7a":"2020-04-24T00:33:37.839Z","1.14.2-canary.5d25a623":"2020-04-24T00:13:02.231Z","1.14.2":"2020-04-23T23:22:43.296Z","1.14.1-canary.fe4971f1":"2020-04-23T22:39:31.064Z","1.14.1-canary.1ae13d1f":"2020-04-23T18:36:19.627Z","1.14.1-canary.4ad57332":"2020-04-23T18:07:22.977Z","1.14.1-canary.ce070106":"2020-04-23T17:51:12.896Z","1.14.1-canary.16938c0e":"2020-04-22T19:57:55.456Z","1.14.1-canary.a98a7664":"2020-04-22T17:13:53.930Z","1.14.1-canary.f23120e5":"2020-04-22T00:27:02.258Z","1.14.2-0":"2020-04-21T23:39:52.272Z","1.14.1-canary.9acd35f6":"2020-04-21T22:26:08.018Z","1.14.0-canary.18fb16b7":"2020-04-21T18:12:08.295Z","1.14.0-canary.5a60243b":"2020-04-21T03:25:01.328Z","1.14.0-canary.a36b51b4":"2020-04-21T02:04:04.668Z","1.14.0-canary.0601283c":"2020-04-21T00:59:01.722Z","1.14.0-canary.6cfb268e":"2020-04-21T00:32:02.590Z","1.14.0-canary.ed9a7be7":"2020-04-20T23:41:47.366Z","1.14.0-canary.d7c9ed40":"2020-04-20T22:44:13.346Z","1.14.0-canary.fc3d5396":"2020-04-20T22:19:23.262Z","1.14.0-canary.98c25234":"2020-04-20T21:37:32.927Z","1.14.0-canary.1562bb71":"2020-04-20T20:16:16.806Z","1.14.0-canary.7396d48d":"2020-04-20T20:13:39.784Z","1.14.0-canary.507da7ab":"2020-04-20T18:37:49.902Z","1.14.0-canary.b107e040":"2020-04-20T18:36:35.031Z","1.14.0-canary.537350ee":"2020-04-17T22:23:54.821Z","1.14.1":"2020-04-16T20:50:15.295Z","1.14.0-canary.c3f34dce":"2020-04-16T19:46:53.895Z","1.14.0-canary.294bed48":"2020-04-16T18:09:09.861Z","1.14.0-canary.77cb1838":"2020-04-15T22:34:29.599Z","1.14.0-canary.a82af58b":"2020-04-15T22:26:05.245Z","1.14.0-canary.daf63c2c":"2020-04-15T19:46:35.055Z","1.14.0-canary.afa7bf93":"2020-04-15T19:44:50.949Z","1.14.1-0":"2020-04-15T19:38:19.116Z","1.14.0-canary.21193108":"2020-04-15T18:12:53.887Z","1.14.0-canary.92aa3852":"2020-04-15T02:10:45.991Z","1.14.0-canary.d61625f1":"2020-04-15T02:02:41.983Z","1.14.0-canary.bbb34331":"2020-04-15T01:06:44.642Z","1.14.0-canary.f0a0dc96":"2020-04-14T22:45:32.239Z","1.14.0-canary.ce41a642":"2020-04-14T22:32:05.372Z","1.14.0-canary.7f69b704":"2020-04-13T22:20:07.252Z","1.14.0-canary.0cad04b7":"2020-04-10T00:16:50.575Z","1.13.1-canary.bc39eb5b":"2020-04-09T23:25:00.767Z","1.14.0":"2020-04-09T23:01:39.700Z","1.13.1-canary.ce3addba":"2020-04-09T22:07:28.963Z","1.14.0-0":"2020-04-09T19:02:45.936Z","1.13.1-canary.7e63eb52":"2020-04-09T18:32:28.872Z","1.13.1-canary.60c8b89c":"2020-04-03T23:50:47.333Z","1.13.1-canary.437c4041":"2020-04-03T19:14:02.178Z","1.13.1":"2020-04-02T21:41:46.145Z","1.13.0-canary.7b17e03b":"2020-04-02T18:34:25.759Z","1.13.0-canary.e0629330":"2020-04-02T00:08:08.995Z","1.13.0-canary.aab78f9d":"2020-03-31T22:14:56.693Z","1.13.1-0":"2020-03-31T21:53:13.166Z","1.13.0-canary.8e70e4a0":"2020-03-31T20:06:30.838Z","1.13.0-canary.50de3fb1":"2020-03-30T23:40:45.002Z","1.13.0-canary.5f587224":"2020-03-30T22:59:52.176Z","1.13.0-canary.6cff2f4e":"2020-03-30T21:18:23.121Z","1.13.0-canary.353f5caa":"2020-03-30T19:44:48.198Z","1.13.0-canary.74b06f51":"2020-03-30T19:20:13.067Z","1.13.0-canary.735f7c72":"2020-03-30T19:14:04.055Z","1.13.0-canary.049118af":"2020-03-30T18:28:52.784Z","1.13.0-canary.bd85150b":"2020-03-30T05:16:57.612Z","1.13.0-canary.1d7f06ca":"2020-03-28T00:40:33.570Z","1.13.0-canary.e9fed6d7":"2020-03-27T18:52:31.184Z","1.13.0-canary.228b0474":"2020-03-27T17:10:18.373Z","1.12.2-canary.e7b230cf":"2020-03-27T00:54:21.269Z","1.13.0":"2020-03-26T23:54:48.612Z","1.12.2-canary.17e3e616":"2020-03-26T19:43:52.546Z","1.12.2-canary.faa9fc62":"2020-03-26T19:41:53.779Z","1.12.2-canary.0d0bdc10":"2020-03-25T01:11:03.751Z","1.13.0-1":"2020-03-25T00:54:55.741Z","1.12.2-canary.f954d2f2":"2020-03-25T00:44:49.996Z","1.13.0-0":"2020-03-24T23:30:37.690Z","1.12.2-canary.1eada4e9":"2020-03-24T22:44:37.861Z","1.12.2-canary.ef445722":"2020-03-24T19:08:41.471Z","1.12.2-canary.1de36ed4":"2020-03-24T18:23:50.040Z","1.12.2-canary.2c8c9403":"2020-03-24T17:10:49.320Z","1.12.2-canary.afaf9825":"2020-03-23T23:56:51.447Z","1.12.2-canary.a85f81db":"2020-03-21T02:25:23.037Z","1.12.2-canary.216eb639":"2020-03-20T21:31:13.828Z","1.12.2-canary.9200feb9":"2020-03-20T16:46:17.644Z","1.12.2-canary.cbc191d0":"2020-03-19T22:09:42.386Z","1.12.2":"2020-03-19T20:43:00.524Z","1.12.1-canary.c8bebeb5":"2020-03-18T16:51:36.509Z","1.12.2-0":"2020-03-17T21:40:04.404Z","1.12.1-canary.420c6261":"2020-03-17T20:36:13.923Z","1.12.1-canary.4f1f3034":"2020-03-17T19:26:22.835Z","1.12.1-canary.a90acfa4":"2020-03-17T18:50:43.583Z","1.12.1-canary.4277e4c5":"2020-03-13T19:18:50.717Z","1.12.1-canary.000316f6":"2020-03-13T17:29:29.977Z","1.12.1":"2020-03-13T02:03:52.002Z","1.12.1-2":"2020-03-13T01:19:52.223Z","1.12.0-canary.b1aa52b3":"2020-03-13T01:14:27.594Z","1.12.1-1":"2020-03-12T21:52:21.036Z","1.12.0-canary.f86f9540":"2020-03-12T21:49:20.513Z","1.12.0-canary.aa04416d":"2020-03-12T18:58:18.858Z","1.12.1-0":"2020-03-11T01:39:16.568Z","1.12.0-canary.90b5f044":"2020-03-10T20:57:18.488Z","1.12.0-canary.9d593bc7":"2020-03-09T22:37:48.754Z","1.12.0-canary.b4274472":"2020-03-09T16:59:57.836Z","1.11.2-canary.43c67ac3":"2020-03-06T22:55:43.318Z","1.12.0":"2020-03-05T21:30:10.868Z","1.11.2-canary.ac255706":"2020-03-04T00:49:28.099Z","1.12.0-0":"2020-03-03T21:01:09.948Z","1.11.2-canary.fcbd8a99":"2020-03-02T20:02:24.100Z","1.11.2-canary.f24ddc45":"2020-03-02T19:29:31.201Z","1.11.2-canary.488e7f40":"2020-03-02T19:20:38.427Z","1.11.2-canary.6fdc6e1c":"2020-02-28T23:20:14.894Z","1.11.2-canary.3679e87c":"2020-02-28T22:24:04.880Z","1.11.2-canary.e7beb86a":"2020-02-28T19:53:18.004Z","1.11.2":"2020-02-28T00:30:52.291Z","1.11.2-2":"2020-02-27T23:19:49.739Z","1.11.1-canary.cb01df49":"2020-02-27T23:10:33.244Z","1.11.1-canary.9ed9b55b":"2020-02-27T22:44:47.134Z","1.11.1-canary.ddab5212":"2020-02-27T22:03:34.465Z","1.11.1-canary.ef7dabcb":"2020-02-27T21:48:02.112Z","1.11.1-canary.872ffe1e":"2020-02-26T22:33:15.673Z","1.11.2-1":"2020-02-26T19:06:03.916Z","1.11.2-0":"2020-02-25T23:38:25.941Z","1.11.1":"2020-02-21T21:25:40.776Z","1.11.1-0":"2020-02-21T19:30:30.161Z","1.11.0-canary.fe06e91f":"2020-02-21T19:18:32.351Z","1.11.0":"2020-02-20T22:01:12.738Z","1.10.2-canary.2919c0ab":"2020-02-20T18:33:36.889Z","1.10.2-canary.4c2f8d1a":"2020-02-20T06:05:47.525Z","1.10.2-canary.1a7ef723":"2020-02-20T05:03:06.746Z","1.10.2-canary.55026153":"2020-02-20T01:39:01.678Z","1.10.2-canary.d2b37c11":"2020-02-20T00:57:02.613Z","1.10.2-canary.20ab129c":"2020-02-20T00:13:50.573Z","1.11.0-0":"2020-02-19T19:14:27.527Z","1.10.2-canary.261bbd54":"2020-02-19T03:46:26.287Z","1.10.1-canary.eb4fe34a":"2020-02-18T23:50:14.428Z","1.10.1-canary.b40d71e3":"2020-02-18T23:43:31.815Z","1.10.1-canary.fde23149":"2020-02-13T23:48:56.547Z","1.10.2":"2020-02-13T22:15:21.591Z","1.10.1-canary.2af214af":"2020-02-13T15:29:26.912Z","1.10.1-canary.41132fa7":"2020-02-12T22:42:43.843Z","1.10.2-0":"2020-02-12T00:31:35.847Z","1.10.1-canary.eb614f0e":"2020-02-10T23:26:21.679Z","1.10.1":"2020-02-06T23:13:58.198Z","1.10.1-0":"2020-02-04T22:35:20.900Z","1.9.3-canary.689711a1":"2020-02-04T22:18:27.815Z","1.9.3-canary.e6cb0c26":"2020-02-04T20:43:28.559Z","1.9.3-canary.c5b79b6a":"2020-01-31T22:28:21.619Z","1.9.3-canary.8d8dac4d":"2020-01-30T22:33:08.574Z","1.10.0":"2020-01-30T20:56:06.087Z","1.10.0-0":"2020-01-30T19:46:18.704Z","1.9.3-canary.cf185193":"2020-01-29T22:15:59.451Z","1.9.4-0":"2020-01-28T22:13:40.036Z","1.9.3-canary.295a545d":"2020-01-28T20:46:50.535Z","1.9.3-canary.878c5016":"2020-01-28T00:48:24.722Z","1.9.3-canary.7d27807f":"2020-01-27T20:10:52.190Z","1.9.3-canary.d4ddeaf3":"2020-01-24T23:19:16.216Z","1.9.3-canary.12f9b9b3":"2020-01-24T19:03:12.807Z","1.9.3-canary.df0f9c32":"2020-01-23T21:05:09.195Z","1.9.3-canary.ee57d26c":"2020-01-23T17:51:37.137Z","1.9.3-canary.d9bf41c5":"2020-01-23T17:21:02.195Z","1.9.3-canary.5fb352a9":"2020-01-22T22:25:20.382Z","1.9.3-canary.5042f724":"2020-01-22T18:23:18.801Z","1.9.3-canary.38876ff9":"2020-01-22T17:56:02.113Z","1.9.3-canary.83fed17e":"2020-01-22T17:37:40.686Z","1.9.3-canary.01da30b0":"2020-01-21T23:32:57.815Z","1.9.2-canary.cfa8a5f0":"2020-01-21T21:12:10.311Z","1.9.3":"2020-01-16T22:36:27.144Z","1.9.2-canary.9a1a8693":"2020-01-16T00:12:43.471Z","1.9.3-0":"2020-01-14T22:46:31.292Z","1.9.2-canary.00e77c1":"2020-01-13T23:58:26.076Z","1.9.2-canary.903abce":"2020-01-11T02:12:52.746Z","1.9.2-canary.6ef51fe":"2020-01-10T00:16:53.365Z","1.9.2-canary.7058a53":"2020-01-09T23:26:32.706Z","1.9.2":"2020-01-09T22:03:32.949Z","1.9.1-canary.18a93e2":"2020-01-09T21:58:05.232Z","1.9.1-canary.e9bf41c":"2020-01-09T21:53:18.319Z","1.9.1-canary.f7bf249":"2020-01-09T12:57:38.156Z","1.9.1-canary.2092cce":"2020-01-09T10:56:17.511Z","1.9.1-canary.9c28e7b":"2020-01-09T02:38:43.557Z","1.9.1-canary.689f035":"2020-01-09T01:28:17.925Z","1.9.1-canary.885e0b3":"2020-01-08T15:25:35.307Z","1.9.1-canary.8504da9":"2020-01-08T00:34:18.590Z","1.9.2-0":"2020-01-08T00:05:29.707Z","1.9.1-canary.24d74bd":"2020-01-07T13:52:02.156Z","1.9.1-canary.f8d2cc5":"2020-01-06T22:23:26.335Z","1.9.1-canary.265fa50":"2020-01-06T20:54:31.176Z","1.9.1-canary.6104c68":"2020-01-06T19:11:12.573Z","1.9.1-canary.af162f9":"2020-01-03T18:11:00.964Z","1.9.1-canary.7250d25":"2019-12-27T10:03:25.540Z","1.9.1-canary.94cf316":"2019-12-27T09:14:37.903Z","1.9.1-canary.e4d0455":"2019-12-23T20:52:43.580Z","1.9.1-canary.88734fd":"2019-12-20T21:32:28.294Z","1.9.1-canary.984c1e4":"2019-12-20T19:05:17.443Z","1.9.1-canary.9d28b4a":"2019-12-20T03:06:30.722Z","1.9.1-canary.37b98e9":"2019-12-20T02:41:28.304Z","1.9.1":"2019-12-18T23:13:52.640Z","1.9.1-0":"2019-12-18T01:50:12.025Z","1.9.0-canary.7bb33dc":"2019-12-18T01:43:59.879Z","1.8.1-canary.bb1f4de":"2019-12-13T05:19:59.344Z","1.8.1-canary.19c34c6":"2019-12-13T00:22:07.774Z","1.9.0":"2019-12-12T21:38:55.087Z","1.9.0-1":"2019-12-12T20:58:04.523Z","1.8.1-canary.4905036":"2019-12-12T20:06:12.236Z","1.8.1-canary.627bce6":"2019-12-12T19:32:21.953Z","1.9.0-0":"2019-12-10T23:12:15.548Z","1.8.1-canary.2ceec15":"2019-12-10T22:14:35.654Z","1.8.1-canary.33388ae":"2019-12-10T21:00:00.290Z","1.8.1-canary.85c9f48":"2019-12-10T20:14:12.291Z","1.8.1-canary.f0fc426":"2019-12-10T19:44:52.149Z","1.8.1-canary.ff8f854":"2019-12-10T18:10:25.341Z","1.8.1-canary.5a880c6":"2019-12-10T01:35:40.974Z","1.8.1-canary.d1f2693":"2019-12-10T01:21:39.969Z","1.8.1-canary.0fa9d3a":"2019-12-06T15:13:43.999Z","1.8.1-canary.91e40c1":"2019-12-06T13:08:51.901Z","1.8.1-canary.4efa70e":"2019-12-06T02:47:10.040Z","1.8.1-canary.7eaaa33":"2019-12-06T02:41:27.374Z","1.8.1-canary.6fe6c06":"2019-12-06T02:14:48.458Z","1.8.1":"2019-12-06T00:59:17.361Z","1.8.0-canary.b1ca46d":"2019-12-06T00:03:01.408Z","1.8.0-canary.6480d7f":"2019-12-05T02:28:33.778Z","1.8.0-canary.81730ba":"2019-12-04T00:58:09.871Z","1.8.1-1":"2019-12-03T23:16:49.339Z","1.8.0-canary.fe11de0":"2019-12-03T23:11:00.052Z","1.8.0-canary.e4a987e":"2019-12-03T22:44:56.571Z","1.8.1-0":"2019-12-03T20:11:07.724Z","1.8.0-canary.a547892":"2019-12-02T22:03:53.819Z","1.8.0-canary.9b8ef59":"2019-12-02T16:10:05.178Z","1.8.0-canary.4313496":"2019-11-28T01:05:28.964Z","1.8.0-canary.d1cd07d":"2019-11-28T00:35:10.081Z","1.8.0-canary.57a0f2b":"2019-11-26T20:45:26.227Z","1.8.0-canary.ae31905":"2019-11-26T20:12:38.458Z","1.8.0-canary.ba2ff35":"2019-11-26T02:17:37.330Z","1.8.0-canary.638aba6":"2019-11-23T00:17:55.763Z","1.8.0-canary.ba1932f":"2019-11-22T00:39:10.029Z","1.7.1-canary.aeeaa14":"2019-11-21T23:19:23.560Z","1.8.0":"2019-11-21T23:15:01.764Z","1.8.0-0":"2019-11-20T04:59:46.810Z","1.7.1-canary.542240d":"2019-11-18T21:41:46.074Z","1.7.1-canary.6959d19":"2019-11-18T20:43:22.266Z","1.7.1-canary.23cf05d":"2019-11-18T20:20:41.949Z","1.7.1-canary.8da5ed0":"2019-11-18T19:02:30.901Z","1.7.1-canary.86971ea":"2019-11-18T17:59:11.732Z","1.7.1-canary.9ccc3dc":"2019-11-16T00:13:55.409Z","1.7.1-canary.2389143":"2019-11-15T23:35:49.803Z","1.7.1-canary.379e192":"2019-11-15T23:31:21.145Z","1.7.1-canary.d89e7b3":"2019-11-15T00:47:13.253Z","1.7.1":"2019-11-14T21:45:57.360Z","1.7.0-canary.9574013":"2019-11-14T19:12:40.354Z","1.7.0-canary.cfaedf4":"2019-11-14T00:06:27.426Z","1.7.0-canary.8b1d680":"2019-11-13T19:49:33.109Z","1.7.1-0":"2019-11-13T19:49:23.067Z","1.6.4-canary.c34f9a5":"2019-11-12T22:38:54.880Z","1.6.4-canary.988017f":"2019-11-11T19:54:40.330Z","1.6.4-canary.14b2878":"2019-11-09T02:16:23.648Z","1.6.4-canary.ed4b147":"2019-11-08T22:06:50.134Z","1.6.4-canary.efc0a78":"2019-11-08T18:44:37.484Z","1.6.4-canary.4d23f9c":"2019-11-08T18:43:03.202Z","1.7.0":"2019-11-07T23:08:06.274Z","1.7.0-0":"2019-11-05T23:37:49.632Z","1.6.4-canary.331f9d0":"2019-11-05T19:43:27.623Z","1.6.4-canary.332250d":"2019-11-04T19:33:31.130Z","1.6.3-canary.ba4eebb":"2019-11-04T17:41:14.098Z","1.6.3-canary.3323467":"2019-11-02T02:55:12.865Z","1.6.3-canary.ad9dc8d":"2019-11-02T02:50:20.227Z","1.6.3-canary.ce867b0":"2019-11-01T00:02:34.959Z","1.6.3-canary.cf2be75":"2019-10-31T22:17:00.231Z","1.6.4":"2019-10-31T20:49:02.393Z","1.6.3-canary.34884f2":"2019-10-31T01:27:26.380Z","1.6.3-canary.68101ee":"2019-10-31T00:04:58.403Z","1.6.4-0":"2019-10-30T23:26:20.373Z","1.6.3-canary.94ffe75":"2019-10-29T14:00:16.860Z","1.6.3-canary.344d063":"2019-10-28T15:28:59.166Z","1.6.3-canary.b236a06":"2019-10-25T18:43:36.986Z","1.6.2-canary.3cf7842":"2019-10-25T03:49:05.596Z","1.6.2-canary.d873562":"2019-10-24T23:37:14.002Z","1.6.3":"2019-10-24T23:36:49.416Z","1.6.2-canary.d7e93f1":"2019-10-24T23:34:05.045Z","1.6.3-1":"2019-10-24T22:53:28.058Z","1.6.2-canary.5a30f33":"2019-10-24T18:32:46.123Z","1.6.2-canary.320d613":"2019-10-23T21:55:09.557Z","1.6.2-canary.3ea6f38":"2019-10-22T23:08:45.277Z","1.6.1-canary.d5eacb6":"2019-10-22T21:57:39.659Z","1.6.3-0":"2019-10-22T21:48:09.306Z","1.6.1-canary.3264492":"2019-10-22T01:20:22.172Z","1.6.1-canary.4ecd58e":"2019-10-18T05:41:09.195Z","1.6.1-canary.c35bc8f":"2019-10-17T23:44:08.028Z","1.6.1-canary.07cd70d":"2019-10-17T21:45:56.532Z","1.6.1-canary.0cec349":"2019-10-17T19:26:03.087Z","1.6.2":"2019-10-16T19:04:15.101Z","1.6.1-canary.b21b946":"2019-10-15T21:37:45.697Z","1.6.2-0":"2019-10-15T21:20:53.084Z","1.6.1-canary.9da3892":"2019-10-15T19:14:19.298Z","1.6.1-canary.e6926fd":"2019-10-14T23:53:41.926Z","1.6.1-canary.81d49bb":"2019-10-14T22:21:06.944Z","1.6.0-canary.3eb29cb":"2019-10-10T21:52:46.146Z","1.6.1":"2019-10-10T18:54:50.171Z","1.6.1-0":"2019-10-09T20:21:23.015Z","1.6.0-canary.8c2bbc3":"2019-10-09T17:59:13.934Z","1.6.0-canary.9fcd221":"2019-10-05T01:25:52.596Z","1.5.4-canary.ed769e8":"2019-10-05T00:01:25.314Z","1.5.4-canary.983f88f":"2019-10-04T00:29:34.153Z","1.5.4-canary.29c0b37":"2019-10-03T22:55:08.105Z","1.6.0":"2019-10-03T20:45:28.429Z","1.5.4-canary.bd5ce34":"2019-10-03T00:09:53.926Z","1.5.4-canary.fe530be":"2019-10-02T19:15:02.122Z","1.5.4-canary.5beb23c":"2019-10-02T18:23:32.664Z","1.5.4-canary.a308f0f":"2019-10-02T18:19:59.487Z","1.5.4-canary.fdd73ca":"2019-10-02T18:10:43.328Z","1.5.4-canary.fa0e63d":"2019-10-01T23:46:02.407Z","1.5.4-canary.3a6995b":"2019-10-01T22:29:10.760Z","1.6.0-0":"2019-10-01T22:01:48.688Z","1.5.4-canary.9be8285":"2019-10-01T20:26:37.123Z","1.5.4-canary.6e377fe":"2019-10-01T19:52:22.957Z","1.5.4-canary.78adfdb":"2019-10-01T18:37:12.743Z","1.5.4-canary.c36aa82":"2019-10-01T18:28:00.402Z","1.5.4-canary.458db5f":"2019-10-01T16:53:48.224Z","1.5.4-canary.d63371f":"2019-10-01T02:44:46.884Z","1.5.4-canary.37d150b":"2019-10-01T00:43:04.375Z","1.5.4-canary.84c1583":"2019-10-01T00:16:24.620Z","1.5.4-canary.e8a3920":"2019-09-30T19:38:53.312Z","1.5.4-canary.c9dbf19":"2019-09-28T05:58:15.520Z","1.5.4-canary.012e3a5":"2019-09-28T04:31:59.609Z","1.5.4-canary.b4ee745":"2019-09-25T23:44:36.115Z","1.5.4":"2019-09-25T21:06:05.843Z","1.5.4-0":"2019-09-25T20:44:26.327Z","1.5.3-canary.2b412d7c":"2019-09-25T20:22:25.542Z","1.5.3-canary.2b412d7":"2019-09-25T20:15:42.942Z","1.5.3-canary.fd35262":"2019-09-25T19:39:09.147Z","1.5.3-canary.806aabb":"2019-09-20T21:30:00.836Z","1.5.3":"2019-09-19T21:09:15.255Z","1.5.2-canary.4f1f378":"2019-09-19T01:54:06.292Z","1.5.3-1":"2019-09-19T01:10:04.422Z","1.5.2-canary.353fc52":"2019-09-18T20:04:56.249Z","1.5.3-0":"2019-09-18T00:18:13.921Z","1.5.2-canary.e24b1f4":"2019-09-17T01:23:31.080Z","1.5.2-canary.372c0c5":"2019-09-16T23:54:19.351Z","1.5.2-canary.2195e9a":"2019-09-16T18:48:11.909Z","1.5.1-canary.4016987":"2019-09-13T01:06:20.248Z","1.5.2":"2019-09-12T20:49:37.167Z","1.5.1-canary.20e8a07":"2019-09-12T18:27:16.690Z","1.5.1-canary.d0bb1b1":"2019-09-11T20:20:24.244Z","1.5.2-0":"2019-09-10T22:00:36.754Z","1.5.1-canary.64b1924":"2019-09-09T21:42:17.236Z","1.5.0-canary.9ae44f6":"2019-09-05T23:55:46.914Z","1.5.1":"2019-09-05T23:18:55.172Z","1.5.0-canary.4ccd09e":"2019-09-05T18:02:58.156Z","1.5.0-canary.5037a7f":"2019-09-05T03:01:46.057Z","1.5.0-canary.0bc9069":"2019-09-04T23:01:23.979Z","1.5.0-canary.e3d7408":"2019-09-04T00:46:49.106Z","1.5.1-1":"2019-09-04T00:03:46.515Z","1.5.1-0":"2019-09-03T22:03:35.325Z","1.5.0-canary.611cc9d":"2019-08-30T23:10:40.101Z","1.5.0":"2019-08-29T21:54:25.974Z","1.4.12-canary.58c8352":"2019-08-29T21:24:08.022Z","1.4.12-canary.f03eb7c":"2019-08-29T18:10:52.984Z","1.4.12-canary.c851936":"2019-08-29T00:24:31.638Z","1.4.12-canary.7f2e961":"2019-08-28T23:48:44.115Z","1.5.0-0":"2019-08-27T21:41:57.277Z","1.4.12-canary.e010f29":"2019-08-27T19:54:30.069Z","1.4.12":"2019-08-23T23:06:07.358Z","1.4.11-canary.57c1895":"2019-08-23T22:45:31.000Z","1.4.10-canary.89f90c9":"2019-08-23T22:45:13.001Z","1.4.12-0":"2019-08-23T22:24:02.171Z","1.4.11":"2019-08-22T22:25:43.652Z","1.4.10-canary.919bcbd":"2019-08-22T18:29:08.903Z","1.4.10-canary.1dbf3bc":"2019-08-21T22:40:08.428Z","1.4.10-canary.716bf5b":"2019-08-21T22:06:34.800Z","1.4.11-0":"2019-08-21T17:35:39.514Z","1.4.10-canary.2708307":"2019-08-20T18:35:16.994Z","1.4.10-canary.4d0d246":"2019-08-20T18:23:23.871Z","1.4.10-canary.394ea1b":"2019-08-20T01:00:14.689Z","1.4.10-canary.c8abbaa":"2019-08-19T18:34:02.267Z","1.4.9-canary.06bad3e":"2019-08-16T19:51:09.255Z","1.4.9-canary.7ab25c6":"2019-08-16T15:22:04.078Z","1.4.9-canary.ceee0d7":"2019-08-16T15:17:26.170Z","1.4.9-canary.2907439":"2019-08-16T03:09:44.634Z","1.4.10":"2019-08-15T21:30:21.125Z","1.4.9-canary.cacb48e":"2019-08-15T19:19:39.832Z","1.4.9-canary.132eef6":"2019-08-15T18:56:10.286Z","1.4.9-canary.f18b0fb":"2019-08-15T17:37:01.539Z","1.4.9-canary.0eeb71f":"2019-08-14T01:29:29.336Z","1.4.9-canary.c822e78":"2019-08-14T00:45:25.176Z","1.4.10-0":"2019-08-13T22:25:50.875Z","1.4.9-canary.1674abf":"2019-08-13T20:10:48.278Z","1.4.9-canary.56cbbfd":"2019-08-12T22:51:28.042Z","1.4.9-canary.a20dbea":"2019-08-12T21:56:36.966Z","1.4.9-canary.e4eea3f":"2019-08-10T01:59:07.593Z","1.4.9-canary.4ebedd0":"2019-08-10T00:15:04.710Z","1.4.9-canary.3f9e8e8":"2019-08-09T21:09:10.627Z","1.4.9-canary.140d352":"2019-08-09T19:27:03.794Z","1.4.9-canary.10b6233":"2019-08-09T19:15:22.812Z","1.4.9-canary.903dad8":"2019-08-09T19:01:53.141Z","1.4.9-canary.8a33cae":"2019-08-09T18:22:53.557Z","1.4.9-canary.fb6d4aa":"2019-08-09T14:37:42.104Z","1.4.9-canary.89ead88":"2019-08-09T01:07:52.900Z","1.4.9":"2019-08-08T23:47:48.140Z","1.4.8-canary.1807984":"2019-08-08T22:59:16.170Z","1.4.8-canary.b1758c4":"2019-08-07T21:48:59.592Z","1.4.8-canary.862f41a":"2019-08-07T21:47:48.269Z","1.4.8-canary.80d0846":"2019-08-07T16:20:41.640Z","1.4.9-0":"2019-08-06T21:12:27.675Z","1.4.8-canary.7a2403a":"2019-08-06T20:09:20.301Z","1.4.8-canary.4eabca0":"2019-08-06T19:13:39.022Z","1.4.8-canary.fc1f1bc":"2019-08-06T00:01:58.041Z","1.4.8-canary.3c3ddb4":"2019-08-02T23:09:23.148Z","1.4.8":"2019-08-01T20:28:11.270Z","1.4.8-0":"2019-08-01T18:59:14.172Z","1.4.7-canary.41a2717":"2019-07-31T22:35:43.128Z","1.4.7-canary.576b00f":"2019-07-31T22:05:09.002Z","1.4.7-canary.80ae4d1":"2019-07-29T18:44:22.887Z","1.4.7-canary.8271edf":"2019-07-26T19:54:44.460Z","1.4.7":"2019-07-26T18:26:58.334Z","1.4.6-canary.12c908f":"2019-07-26T18:11:14.418Z","1.4.7-0":"2019-07-26T17:49:38.292Z","1.4.6-canary.28c33a1":"2019-07-25T23:18:39.906Z","1.4.6-canary.568f923":"2019-07-25T22:48:46.830Z","1.4.6-canary.4d23d58":"2019-07-25T22:24:47.410Z","1.4.6":"2019-07-25T21:06:32.478Z","1.4.5-canary.bccc8a5":"2019-07-24T20:31:49.677Z","1.4.5-canary.13cdd14":"2019-07-24T18:58:26.345Z","1.4.6-0":"2019-07-23T22:29:23.139Z","1.4.5-canary.5c919b2":"2019-07-20T01:07:55.881Z","1.4.5-canary.22fcb8a":"2019-07-19T23:09:45.021Z","1.4.5-canary.e988015":"2019-07-19T22:47:23.083Z","1.4.5-canary.e5a6d31":"2019-07-19T19:17:32.118Z","1.4.5-canary.ab9f264":"2019-07-19T01:29:35.296Z","1.4.4-canary.f2d96d8":"2019-07-19T01:07:44.068Z","1.4.5":"2019-07-19T00:22:26.781Z","1.4.4-canary.9173c90":"2019-07-18T19:15:49.098Z","1.4.4-canary.663f3e9":"2019-07-18T17:57:08.804Z","1.4.4-canary.59d5bca":"2019-07-17T19:47:11.054Z","1.4.4-canary.22caf9f":"2019-07-17T01:37:37.934Z","1.4.4-canary.6196a50":"2019-07-17T01:23:53.160Z","1.4.4-canary.62b4680":"2019-07-17T01:03:02.090Z","1.4.5-0":"2019-07-17T00:54:46.284Z","1.4.4-canary.c9a881e":"2019-07-16T22:05:23.577Z","1.4.4-canary.c8bbad8":"2019-07-16T17:59:34.630Z","1.4.4-canary.8032d55":"2019-07-16T17:41:57.321Z","1.4.4-canary.5d676e1":"2019-07-16T16:40:05.502Z","1.4.4-canary.3c8f85d":"2019-07-15T23:45:24.959Z","1.4.4-canary.444c3ae":"2019-07-15T18:32:11.840Z","1.4.4-canary.a899e7d":"2019-07-15T18:29:09.133Z","1.4.4-canary.01ff95f":"2019-07-15T18:28:08.821Z","1.4.4-canary.ce9f754":"2019-07-15T17:54:02.382Z","1.4.4-canary.7533694":"2019-07-15T17:26:38.076Z","1.4.4-canary.271476b":"2019-07-13T01:29:42.483Z","1.4.4-canary.4e3ebca":"2019-07-13T01:13:50.492Z","1.4.4-canary.f635457":"2019-07-13T00:11:41.840Z","1.4.4-canary.e294ecb":"2019-07-12T23:54:37.401Z","1.4.4-canary.b8535ea":"2019-07-12T23:51:14.485Z","1.4.4-canary.7ab551f":"2019-07-12T23:37:11.991Z","1.4.4-canary.e507448":"2019-07-12T23:35:26.045Z","1.4.4-canary.37c13b3":"2019-07-12T23:05:47.659Z","1.4.4-canary.0bc236f":"2019-07-12T22:34:52.979Z","1.4.4-canary.493fe52":"2019-07-12T21:28:28.072Z","1.4.4-canary.5ff1c6d":"2019-07-12T19:11:10.514Z","1.4.4-canary.0d2e108":"2019-07-12T13:14:56.011Z","1.4.4-canary.fb5c762":"2019-07-12T00:13:07.928Z","1.4.4":"2019-07-11T21:29:25.855Z","1.4.3-canary.ed17a58":"2019-07-11T00:57:50.311Z","1.4.4-1":"2019-07-10T01:19:56.302Z","1.4.3-canary.a83f557":"2019-07-10T01:18:42.240Z","1.4.3-canary.7773700":"2019-07-10T00:43:59.031Z","1.4.3-canary.b3376e2":"2019-07-09T23:14:07.315Z","1.4.4-0":"2019-07-09T22:50:51.377Z","1.4.3-canary.6a15cd7":"2019-07-09T01:29:35.953Z","1.4.3-canary.ca8d829":"2019-07-08T18:10:26.429Z","1.4.3-canary.fc5a87c":"2019-07-03T17:59:41.864Z","1.4.3-canary.f2f6eef":"2019-07-03T17:09:11.675Z","1.4.3-canary.e8900fe":"2019-07-02T13:25:55.333Z","1.4.3-canary.634f84d":"2019-07-02T00:54:21.230Z","1.4.3-canary.1b1827c":"2019-07-01T19:37:43.567Z","1.4.2-canary.c24ecf3":"2019-07-01T18:32:41.757Z","1.4.2-canary.2348a25":"2019-07-01T18:19:20.178Z","1.4.2-canary.be8940f":"2019-06-28T23:01:21.154Z","1.4.2-canary.43f0036":"2019-06-28T00:36:30.745Z","1.4.3":"2019-06-27T23:51:24.829Z","1.4.2-canary.99ba995":"2019-06-27T04:54:44.226Z","1.4.2-canary.1d96622":"2019-06-26T23:57:42.865Z","1.4.2-canary.7043422":"2019-06-26T19:37:07.948Z","1.4.3-0":"2019-06-26T17:31:12.351Z","1.4.2-canary.15a32c6":"2019-06-25T23:49:37.423Z","1.4.2-canary.56414e8":"2019-06-25T23:18:55.656Z","1.4.2-canary.6ef1355":"2019-06-25T21:22:15.613Z","1.4.2-canary.ea3adf1":"2019-06-25T20:52:15.198Z","1.4.2-canary.9bb7e70":"2019-06-25T03:56:35.971Z","1.4.2-canary.95cbd6f":"2019-06-25T00:16:55.143Z","1.4.2-canary.728f4f5":"2019-06-24T22:33:47.498Z","1.4.2-canary.c919b45":"2019-06-24T18:29:23.502Z","1.4.1-canary.cbdc789":"2019-06-21T23:32:44.405Z","1.4.2":"2019-06-21T23:13:38.530Z","1.4.2-0":"2019-06-21T22:57:09.466Z","1.4.1-canary.74a397a":"2019-06-21T15:58:48.460Z","1.4.1-canary.3caea2b":"2019-06-20T23:34:03.520Z","1.4.1":"2019-06-20T22:01:13.956Z","1.4.0-canary.32cb0e1":"2019-06-20T18:08:56.365Z","1.4.0-canary.7a52f75":"2019-06-19T18:21:33.628Z","1.4.0-canary.ae2698f":"2019-06-19T16:34:47.268Z","1.4.1-0":"2019-06-18T22:59:38.340Z","1.4.0-canary.5856b9d":"2019-06-18T19:46:26.797Z","1.4.0-canary.dce78ca":"2019-06-18T16:53:27.372Z","1.4.0-canary.7866e22":"2019-06-17T22:37:55.664Z","1.4.0-canary.9f109f8":"2019-06-14T23:02:52.447Z","1.4.0-canary.ba19625":"2019-06-14T18:13:48.169Z","1.3.5-canary.c55d1e9":"2019-06-14T17:46:30.471Z","1.3.5-canary.fb45cd6":"2019-06-14T02:03:49.868Z","1.4.0":"2019-06-13T21:55:04.979Z","1.3.5-canary.5511cbd":"2019-06-13T17:43:46.975Z","1.3.5-canary.b91f690":"2019-06-12T19:52:03.264Z","1.3.5-canary.9678bf9":"2019-06-12T19:25:38.501Z","1.3.5-canary.dd098c6":"2019-06-12T18:59:39.486Z","1.3.5-canary.fd5a31a":"2019-06-12T13:14:41.013Z","1.3.5-canary.99e6cc8":"2019-06-12T00:19:20.528Z","1.3.5-canary.73f1076":"2019-06-11T21:40:19.962Z","1.4.0-0":"2019-06-11T21:20:26.194Z","1.3.5-canary.021a38c":"2019-06-11T00:05:54.409Z","1.3.5-canary.76539be":"2019-06-10T21:22:05.107Z","1.3.5-canary.6673a92":"2019-06-10T14:58:49.369Z","1.3.5-canary.d164cac":"2019-06-07T20:44:21.645Z","1.3.5-canary.15fee3b":"2019-06-07T18:50:42.969Z","1.3.5-canary.5686479":"2019-06-07T02:23:19.660Z","1.3.5-canary.ce8ecb9":"2019-06-06T23:39:02.366Z","1.3.5":"2019-06-06T21:04:58.793Z","1.3.4-canary.039f06b":"2019-06-06T18:33:44.166Z","1.3.4-canary.ee61062":"2019-06-05T21:39:44.796Z","1.3.4-canary.7a15e7e":"2019-06-05T19:55:26.995Z","1.3.4-canary.4b126b7":"2019-06-05T01:11:57.330Z","1.3.4-canary.bdfcd6c":"2019-06-05T00:20:50.591Z","1.3.5-0":"2019-06-04T22:21:30.547Z","1.3.4-canary.6668b59":"2019-06-03T22:32:58.408Z","1.3.4-canary.54ee383":"2019-06-03T21:48:30.855Z","1.3.4-canary.f701260":"2019-06-03T18:10:57.477Z","1.3.3-canary.3fdc252":"2019-06-03T18:02:45.416Z","1.3.3-canary.ae78569":"2019-05-30T17:36:34.062Z","1.3.3-canary.6045a08":"2019-05-30T11:17:41.084Z","1.3.4":"2019-05-28T21:33:05.249Z","1.3.3-canary.bc4a844":"2019-05-28T21:25:54.515Z","1.3.4-0":"2019-05-28T20:58:06.662Z","1.3.3-canary.2e6c4aa":"2019-05-28T18:34:28.707Z","1.3.2-canary.cc4f2b5":"2019-05-28T16:39:38.189Z","1.3.2-canary.31438c1":"2019-05-24T21:16:19.982Z","1.3.2-canary.a3b2aca":"2019-05-24T18:04:24.762Z","1.3.3":"2019-05-24T00:58:41.879Z","1.3.2-canary.ae32b2b":"2019-05-24T01:09:05.796Z","1.3.3-0":"2019-05-24T00:33:25.848Z","1.3.2-canary.412cff9":"2019-05-23T22:46:14.184Z","1.3.1-canary.cee7ad8":"2019-05-23T19:55:26.359Z","1.3.1-canary.6dc1533":"2019-05-23T18:23:15.208Z","1.3.1-canary.42eae23":"2019-05-23T01:41:20.935Z","1.3.1-canary.772115a":"2019-05-23T00:42:06.205Z","1.3.1-canary.df1b588":"2019-05-21T22:40:30.145Z","1.3.2-0":"2019-05-21T22:14:39.968Z","1.3.1-canary.4771184":"2019-05-21T20:11:12.016Z","1.3.1-canary.1811518":"2019-05-21T19:43:11.560Z","1.3.1-canary.c8dcdc5":"2019-05-21T00:57:56.757Z","1.3.1-canary.3635f53":"2019-05-20T22:11:30.919Z","1.3.1-canary.22a5302":"2019-05-20T21:52:06.731Z","1.3.1-canary.dc50232":"2019-05-20T20:13:56.757Z","1.3.1-canary.5f5f1c1":"2019-05-17T22:27:36.391Z","1.3.1-canary.2b165d5":"2019-05-17T14:38:52.878Z","1.3.1-canary.dd65ae7":"2019-05-17T14:36:23.116Z","1.3.1-canary.1e23e88":"2019-05-17T14:36:03.228Z","1.3.1-canary.a80cf4e":"2019-05-16T17:53:33.394Z","1.3.1-canary.462047e":"2019-05-13T19:05:00.921Z","1.3.1-canary.9f6dbc8":"2019-05-10T21:01:54.044Z","1.3.1-canary.46ba69a":"2019-05-10T19:34:38.153Z","1.3.1-canary.9a49973":"2019-05-10T19:34:06.871Z","1.3.1-canary.38cb158":"2019-05-10T00:50:34.033Z","1.3.1":"2019-05-10T00:01:08.571Z","1.3.0-canary.c0ab7b4":"2019-05-09T23:47:37.713Z","1.3.0-canary.0c0000a":"2019-05-09T18:50:45.043Z","1.3.1-1":"2019-05-09T01:34:54.722Z","1.3.0-canary.6064f27":"2019-05-09T00:10:57.522Z","1.3.0-canary.f698323":"2019-05-08T22:37:52.481Z","1.3.0-canary.5a615eb":"2019-05-08T22:33:55.604Z","1.3.0-canary.491598a":"2019-05-08T18:43:19.827Z","1.3.0-canary.fc58bfd":"2019-05-08T18:17:14.608Z","1.3.0-canary.a3a8cb3":"2019-05-08T18:14:44.082Z","1.3.0-canary.201c53e":"2019-05-08T01:32:05.774Z","1.3.1-0":"2019-05-07T22:01:44.855Z","1.3.0-canary.63b93c3":"2019-05-07T21:26:59.965Z","1.3.0-canary.3d474ac":"2019-05-07T18:58:40.285Z","1.3.0":"2019-05-07T15:30:56.088Z","1.3.0-0":"2019-05-06T21:31:13.850Z","1.2.2-canary.52bdce3":"2019-05-03T22:09:15.661Z","1.2.2-canary.9f25ab6":"2019-05-02T21:46:23.351Z","1.2.2-canary.20a4430":"2019-05-02T20:30:47.577Z","1.2.2-canary.5a411e0":"2019-05-02T18:17:02.483Z","1.2.2-canary.5d67b57":"2019-05-02T18:03:57.260Z","1.2.2-canary.a7bb0b5":"2019-05-01T23:32:21.639Z","1.2.2-canary.aca9966":"2019-05-01T23:27:04.766Z","1.2.2-canary.f7a46de":"2019-05-01T23:11:58.650Z","1.2.2-canary.be1eb2c":"2019-05-01T20:43:42.792Z","1.2.2":"2019-04-30T23:35:10.985Z","1.2.2-1":"2019-04-30T23:16:31.423Z","1.2.1-canary.96617d3":"2019-04-30T22:15:19.254Z","1.2.2-0":"2019-04-30T20:30:19.242Z","1.2.1-canary.932d7be":"2019-04-30T20:04:34.425Z","1.2.1-canary.b6a05fd":"2019-04-30T18:18:42.178Z","1.2.1-canary.0acd32c":"2019-04-30T16:32:25.851Z","1.2.1-canary.b758647":"2019-04-29T23:44:22.702Z","1.2.1-canary.d09bee6":"2019-04-27T19:49:13.620Z","1.2.1-canary.366713a":"2019-04-25T18:57:58.374Z","1.2.1":"2019-04-25T17:37:26.642Z","1.2.0-canary.b6bfae0":"2019-04-25T00:33:24.500Z","1.2.0-canary.e50b070":"2019-04-24T22:10:12.303Z","1.2.0-canary.2337089":"2019-04-24T18:12:26.300Z","1.2.1-0":"2019-04-23T22:12:00.148Z","1.2.0-canary.e641edd":"2019-04-23T18:43:36.596Z","1.2.0-canary.b35ae72":"2019-04-23T17:21:52.904Z","1.2.0-canary.dc70589":"2019-04-23T09:07:36.282Z","1.2.0-canary.37873b6":"2019-04-23T05:06:18.853Z","1.1.4-canary.be5e65f":"2019-04-19T21:15:26.242Z","1.2.0":"2019-04-18T21:11:01.186Z","1.1.4-canary.4b98946":"2019-04-18T05:55:31.003Z","1.1.4-canary.b5c8cf6":"2019-04-18T05:54:56.917Z","1.1.4-canary.26d9554":"2019-04-17T23:28:25.380Z","1.1.4-canary.acaa10b":"2019-04-17T22:06:21.262Z","1.2.0-0":"2019-04-17T00:40:28.016Z","1.1.4-canary.4e0348f":"2019-04-17T00:25:26.871Z","1.1.4-canary.aba75df":"2019-04-16T18:31:55.562Z","1.1.4-canary.97428d4":"2019-04-15T23:49:11.525Z","1.1.4-canary.eaa6aa1":"2019-04-12T23:58:24.818Z","1.1.4-canary.a5d8837":"2019-04-12T22:32:54.242Z","1.1.4-canary.b27f4c7":"2019-04-12T22:04:31.870Z","1.1.4-canary.eccfbe2":"2019-04-11T23:11:37.876Z","1.1.4":"2019-04-11T22:15:49.129Z","1.1.3-canary.077b88b":"2019-04-10T21:51:20.815Z","1.1.3-canary.c2b6eb8":"2019-04-10T18:14:30.691Z","1.1.3-canary.a669ee5":"2019-04-09T23:30:29.840Z","1.1.4-0":"2019-04-09T21:19:20.165Z","1.1.3-canary.963b4f0":"2019-04-09T18:21:03.732Z","1.1.3-canary.5849598":"2019-04-08T18:53:03.220Z","1.1.3-canary.e510af7":"2019-04-08T18:42:27.135Z","1.1.3-canary.524b9aa":"2019-04-06T00:41:29.981Z","1.1.2-canary.bcb1dfe":"2019-04-05T19:48:20.166Z","1.1.2-canary.3c53386":"2019-04-05T19:22:44.557Z","1.1.3":"2019-04-04T22:41:40.492Z","1.1.2-canary.d6c1119":"2019-04-04T19:01:38.547Z","1.1.2-canary.01c63e4":"2019-04-03T21:24:16.622Z","1.1.2-canary.b22e1ad":"2019-04-03T18:33:11.050Z","1.1.2-canary.cbf1777":"2019-04-03T17:44:42.653Z","1.1.3-0":"2019-04-02T22:35:03.952Z","1.1.2-canary.5a98d84":"2019-04-02T17:56:21.910Z","1.1.2-canary.8e81a47":"2019-04-02T17:43:34.143Z","1.1.2-canary.46e3280":"2019-04-02T16:19:32.606Z","1.1.2-canary.4ec3191":"2019-04-01T18:42:57.591Z","1.1.2-canary.dbd57b1":"2019-03-29T06:52:54.089Z","1.1.2-canary.c163639":"2019-03-28T21:50:30.994Z","1.1.1-canary.18aecbc":"2019-03-28T20:38:10.448Z","1.1.2":"2019-03-28T20:05:23.438Z","1.1.1-canary.c2d7498":"2019-03-28T00:37:31.478Z","1.1.1-canary.57d254e":"2019-03-27T22:23:07.685Z","1.1.2-0":"2019-03-26T21:26:32.489Z","1.1.1-canary.03a4c8d":"2019-03-25T23:31:42.515Z","1.1.1-canary.e4604d0":"2019-03-22T19:11:27.320Z","1.1.1-canary.2e5c842":"2019-03-22T18:35:17.724Z","1.1.1-canary.4f446f0":"2019-03-21T22:55:29.829Z","1.1.1":"2019-03-21T22:01:48.589Z","1.1.0-canary.49e8e66":"2019-03-21T21:33:04.800Z","1.1.0-canary.e7053c7":"2019-03-21T18:59:10.915Z","1.1.0-canary.bb73559":"2019-03-21T02:44:45.322Z","1.1.1-0":"2019-03-19T22:59:10.669Z","1.1.0-canary.7514ac5":"2019-03-17T03:20:27.165Z","1.1.0-canary.6e90afc":"2019-03-15T23:51:54.733Z","1.1.0-canary.ac8955d":"2019-03-15T22:12:23.508Z","1.1.0-canary.e27cab8":"2019-03-15T00:34:54.943Z","1.1.0-canary.5e85118":"2019-03-14T23:15:24.462Z","1.1.0-canary.9fe1b6a":"2019-03-14T22:26:03.672Z","1.1.0":"2019-03-14T20:58:49.335Z","1.0.6-canary.6a9b0e4":"2019-03-14T17:22:40.863Z","1.0.6-canary.c91096e":"2019-03-14T01:12:42.462Z","1.0.6-canary.53d4efc":"2019-03-13T18:18:15.392Z","1.0.6-canary.b66962d":"2019-03-13T16:54:57.156Z","1.0.6-canary.c923efa":"2019-03-13T16:52:26.557Z","1.0.6-canary.a738a9d":"2019-03-12T23:47:37.943Z","1.1.0-0":"2019-03-12T22:29:39.450Z","1.0.6-canary.c0ec7a0":"2019-03-12T22:22:24.661Z","1.0.6-canary.71b7abf":"2019-03-12T17:53:06.158Z","1.0.6-canary.0c9badf":"2019-03-11T21:54:49.913Z","1.0.6-canary.2297f44":"2019-03-11T20:43:35.275Z","1.0.6-canary.9bb3603":"2019-03-09T18:38:24.253Z","1.0.6-canary.54bdfc4":"2019-03-08T23:35:37.893Z","1.0.6-canary.21c0f3c":"2019-03-08T19:19:03.040Z","1.0.6-canary.455d7db":"2019-03-08T18:55:47.681Z","1.0.6-canary.00bc086":"2019-03-08T18:54:54.273Z","1.0.6-canary.ff30c27":"2019-03-08T03:15:40.223Z","1.0.6-canary.e2bbfd0":"2019-03-08T03:13:26.049Z","1.0.6-canary.278678c":"2019-03-07T23:42:58.412Z","1.0.6":"2019-03-07T21:50:16.112Z","1.0.5-canary.d6bd056":"2019-03-07T20:24:25.869Z","1.0.5-canary.3b520a2":"2019-03-07T03:30:25.005Z","1.0.6-0":"2019-03-06T01:29:36.830Z","1.0.5-canary.400fd78":"2019-03-06T01:06:35.906Z","1.0.5-canary.86c2e14":"2019-03-02T01:18:25.327Z","1.0.5":"2019-03-02T00:07:09.442Z","1.0.4-canary.b56d678":"2019-03-01T13:49:27.163Z","1.0.4-canary.af84001":"2019-02-27T18:53:52.469Z","1.0.5-3":"2019-02-27T18:02:19.176Z","1.0.4-canary.6e1860b":"2019-02-27T16:48:34.631Z","1.0.4-canary.43ff063":"2019-02-27T16:08:24.184Z","1.0.4-canary.afba06d":"2019-02-27T10:46:30.825Z","1.0.5-2":"2019-02-27T05:50:01.963Z","1.0.5-1":"2019-02-26T23:33:54.675Z","1.0.5-0":"2019-02-26T23:02:32.199Z","1.0.4-canary.d0bf379":"2019-02-26T20:05:59.102Z","1.0.4-canary.883e612":"2019-02-25T22:49:06.296Z","1.0.4-canary.05c9e06":"2019-02-25T22:10:31.435Z","1.0.4-canary.6b710d8":"2019-02-25T19:20:25.890Z","1.0.4-canary.4d82d1e":"2019-02-22T23:57:14.959Z","1.0.4-canary.4983420":"2019-02-22T23:53:24.861Z","1.0.4-canary.6a0154a":"2019-02-22T23:50:23.473Z","1.0.4-canary.5adf457":"2019-02-22T22:01:20.532Z","1.0.4-canary.548e4a7":"2019-02-22T19:26:28.640Z","1.0.3-canary.e3d491a":"2019-02-21T23:42:02.952Z","1.0.4":"2019-02-21T22:40:31.451Z","1.0.3-canary.a18b290":"2019-02-20T18:50:15.330Z","1.0.4-0":"2019-02-20T00:44:28.971Z","1.0.3-canary.03a87c2":"2019-02-19T20:06:24.535Z","1.0.3-canary.0c8d080":"2019-02-16T01:01:57.364Z","1.0.3-canary.6d6c843":"2019-02-16T00:11:29.305Z","1.0.3":"2019-02-14T22:21:41.256Z","1.0.2-canary.2d966e3":"2019-02-13T19:33:58.073Z","1.0.3-0":"2019-02-12T23:53:39.025Z","1.0.2-canary.e16a172":"2019-02-12T22:55:17.280Z","1.0.2-canary.0b7b93b":"2019-02-12T22:47:23.124Z","1.0.2-canary.10bf7c1":"2019-02-11T18:16:21.233Z","1.0.2-canary.92ad91e":"2019-02-07T20:46:46.579Z","1.0.1-canary.6b53e00":"2019-02-02T00:55:33.621Z","1.0.1-canary.74d72ce":"2019-02-01T17:30:19.217Z","1.0.1-canary.d0f981e":"2019-02-01T01:09:29.092Z","1.0.2":"2019-02-01T00:48:17.938Z","1.0.2-0":"2019-01-31T04:28:38.457Z","1.0.0-canary.a28fec2":"2019-01-29T04:48:04.635Z","1.0.0-canary.ff294e9":"2019-01-25T23:11:25.415Z","1.0.1":"2019-01-24T21:37:47.575Z","1.0.1-0":"2019-01-22T22:47:05.231Z","1.0.0-canary.fe48712":"2019-01-19T14:51:34.200Z","1.0.0-canary.512847e":"2019-01-18T23:55:06.249Z","1.0.0-canary.27a6de2":"2019-01-18T19:50:44.815Z","1.0.0":"2019-01-18T00:50:09.701Z","0.9.3-canary.c9414d3":"2019-01-17T20:56:36.419Z","0.9.3-canary.45b0591":"2019-01-16T22:24:06.785Z","1.0.0-1":"2019-01-16T02:34:56.987Z","1.0.0-0":"2019-01-16T00:34:27.760Z","0.9.3-canary.238c621":"2019-01-14T20:06:47.376Z","0.9.3-canary.4b71b13":"2019-01-14T19:05:12.446Z","0.9.3-canary.604acf3":"2019-01-11T18:33:52.299Z","0.9.3-canary.aa62e43":"2019-01-11T18:14:59.789Z","0.9.3-canary.2e0d0ad":"2019-01-11T16:39:37.282Z","0.9.3":"2019-01-10T22:14:56.732Z","0.9.2-canary.a2bc7e3":"2019-01-10T02:49:46.651Z","0.9.2-canary.791b2b3":"2019-01-10T01:12:18.334Z","0.9.2-canary.65d584c":"2019-01-10T01:05:24.062Z","0.9.2-canary.d96a806":"2019-01-09T20:40:34.948Z","0.9.2-canary.78b9978":"2019-01-09T19:04:45.298Z","0.9.2-canary.0b42ff8":"2019-01-09T18:56:41.157Z","0.9.2-canary.9982004":"2019-01-08T23:35:38.531Z","0.9.3-0":"2019-01-08T22:25:22.604Z","0.9.2-canary.d63df58":"2019-01-07T22:25:18.593Z","0.9.2-canary.e899935":"2019-01-04T23:45:09.270Z","0.9.2-canary.802c07c":"2019-01-03T23:59:28.535Z","0.9.2-canary.f6cfdbf":"2019-01-03T01:28:24.113Z","0.9.2-canary.72e109c":"2019-01-03T00:22:41.340Z","0.9.2":"2018-12-27T23:23:07.722Z","0.9.2-1":"2018-12-26T22:35:06.689Z","0.9.2-0":"2018-12-26T20:24:06.340Z","0.9.1-canary.0bbf708":"2018-12-23T19:13:24.080Z","0.9.1-canary.1888bd7":"2018-12-22T22:28:53.566Z","0.9.1":"2018-12-20T21:48:52.996Z","0.9.1-0":"2018-12-20T03:34:55.385Z","0.9.0-canary.5509eaf":"2018-12-17T22:06:10.586Z","0.9.0-canary.6e89ddc":"2018-12-15T00:12:59.637Z","0.9.0-canary.f970f9c":"2018-12-11T00:13:03.693Z","0.9.0-canary.35e3cb5":"2018-12-07T02:10:55.950Z","0.9.0":"2018-12-07T01:02:39.291Z","0.8.9-2":"2018-12-06T00:53:48.290Z","0.8.9-1":"2018-12-06T00:23:54.002Z","0.8.8-canary.d93e153":"2018-12-05T04:49:07.400Z","0.8.8-canary.28bb3ad":"2018-12-05T00:43:46.506Z","0.8.9-0":"2018-12-04T22:22:30.881Z","0.8.8-canary.c313962":"2018-12-04T19:22:31.400Z","0.8.8-canary.b3a5242":"2018-11-30T20:47:02.128Z","0.8.8-canary.603cf63":"2018-11-30T20:20:36.597Z","0.8.8-canary.c3895ac":"2018-11-30T00:12:05.322Z","0.8.8-canary.15ec4ce":"2018-11-28T03:01:07.696Z","0.8.8-canary.024b074":"2018-11-27T02:15:43.495Z","0.8.8-canary.1baf7d6":"2018-11-26T18:54:07.498Z","0.8.8-canary.97cc3f8":"2018-11-21T00:36:26.998Z","0.8.8":"2018-11-20T22:52:34.375Z","0.8.7-canary.249dab2":"2018-11-20T22:28:41.978Z","0.8.8-0":"2018-11-20T22:25:05.760Z","0.8.7-canary.b3063e4":"2018-11-20T04:17:26.824Z","0.8.7-canary.06ee761":"2018-11-17T11:40:36.227Z","0.8.7-canary.fcf1f64":"2018-11-10T04:00:59.336Z","0.8.7-canary.ab4f7ab":"2018-11-09T23:06:28.085Z","0.8.7-canary.6b3754f":"2018-11-09T00:48:14.455Z","0.8.7":"2018-11-08T23:03:58.430Z","0.8.6-canary.54b304a":"2018-11-08T19:10:12.189Z","0.8.6-canary.b12d2ef":"2018-11-08T02:45:30.752Z","0.8.6-canary.d221abb":"2018-11-07T00:15:31.036Z","0.8.7-0":"2018-11-07T00:02:44.198Z","0.8.6-canary.a6aa999":"2018-11-06T16:33:07.273Z","0.8.6-canary.9d6917e":"2018-11-06T00:03:48.331Z","0.8.6-canary.f4f0520":"2018-11-05T22:00:44.268Z","0.8.6-canary.61a93e4":"2018-10-28T04:33:49.996Z","0.8.6":"2018-10-25T20:50:41.413Z","0.8.6-0":"2018-10-25T00:49:46.608Z","0.8.5-canary.d8b89bf":"2018-10-25T00:26:03.179Z","0.8.5-canary.29feeae":"2018-10-24T22:22:31.866Z","0.8.5":"2018-10-18T22:40:13.844Z","0.8.4-canary.51c87a2":"2018-10-18T18:50:57.883Z","0.8.4-canary.5046327":"2018-10-18T00:34:56.498Z","0.8.4-canary.fdff378":"2018-10-18T00:32:09.784Z","0.8.4-canary.6987434":"2018-10-17T23:43:57.544Z","0.8.4-canary.5f70881":"2018-10-17T00:05:30.613Z","0.8.4-canary.4d2fa6c":"2018-10-15T16:01:07.075Z","0.8.4":"2018-10-11T22:39:30.241Z","0.8.3-canary.5c84f50":"2018-10-11T21:48:15.472Z","0.8.3-canary.53bdf9d":"2018-10-10T22:53:42.000Z","0.8.3-canary.f85dbce":"2018-10-10T20:40:37.551Z","0.8.3-canary.7553270":"2018-10-10T17:52:29.490Z","0.8.3-canary.fa9c3e5":"2018-10-10T03:11:17.476Z","0.8.4-0":"2018-10-09T21:30:45.005Z","0.8.3-canary.a9f4bc7":"2018-10-09T02:27:03.048Z","0.8.3-canary.3347168":"2018-10-08T20:50:17.069Z","0.8.3-canary.474b0f5":"2018-10-05T23:53:09.326Z","0.8.3-canary.9e28b7d":"2018-10-05T20:53:51.021Z","0.8.3-canary.2813563":"2018-10-04T22:56:22.401Z","0.8.2-canary.dd3ea8f":"2018-10-04T22:14:22.361Z","0.8.3":"2018-10-04T21:55:46.194Z","0.8.2-canary.211a9b1":"2018-10-03T23:34:54.403Z","0.8.2-canary.3223572":"2018-10-03T22:53:24.159Z","0.8.2-canary.6f08d5d":"2018-10-03T22:47:10.854Z","0.8.2-canary.3279252":"2018-10-03T22:17:15.905Z","0.8.3-0":"2018-10-03T01:23:08.453Z","0.8.2-canary.c577a7ee":"2018-09-29T21:51:29.910Z","0.8.2":"2018-09-27T23:24:11.186Z","0.8.2-0":"2018-09-25T23:29:53.904Z","0.8.1-canary.d7a7f0a":"2018-09-21T18:50:02.355Z","0.8.1-canary.3dd9bcf":"2018-09-21T18:40:59.520Z","0.8.1":"2018-09-20T21:45:18.221Z","0.8.0-canary.a4ab0f6":"2018-09-19T20:00:14.824Z","0.8.1-0":"2018-09-18T22:07:40.915Z","0.8.0-canary.33871d4":"2018-09-18T17:56:33.796Z","0.8.0-canary.03a78c7":"2018-09-18T00:01:36.785Z","0.8.0-canary.d257bf8":"2018-09-14T02:05:43.426Z","0.8.0":"2018-09-13T22:45:48.988Z","0.8.0-0":"2018-09-11T23:15:34.923Z","0.7.2-canary.c067eef":"2018-09-10T18:47:24.527Z","0.7.2-canary.713222c":"2018-09-07T02:25:19.046Z","0.7.2-canary.33ea108":"2018-09-06T18:48:42.317Z","0.7.2-canary.e2098a2":"2018-09-06T17:17:57.545Z","0.7.2-canary.3e7a12f":"2018-09-06T17:16:59.609Z","0.7.2-canary.588900a":"2018-09-06T16:55:33.630Z","0.7.2-canary.0e1f6e5":"2018-09-06T03:41:27.236Z","0.7.2-canary.eea6851":"2018-09-06T02:33:32.785Z","0.7.2-canary.a5e16d4":"2018-09-06T01:21:22.153Z","0.7.2-canary.dbc8d70":"2018-09-05T23:40:30.575Z","0.7.2-canary.5e109b1":"2018-09-05T23:20:45.953Z","0.7.3-1":"2018-09-05T22:25:45.978Z","0.7.2-canary.65ea951":"2018-09-05T22:01:11.207Z","0.7.2-canary.f30be09":"2018-09-05T21:16:53.031Z","0.7.2-canary.ad2d178":"2018-09-05T07:05:17.084Z","0.7.3-0":"2018-09-04T23:02:51.448Z","0.7.2-canary.d99c197":"2018-09-04T20:06:13.903Z","0.7.2-canary.9493faa":"2018-08-31T20:28:27.484Z","0.7.2-canary.ac7f9ce":"2018-08-31T19:03:56.938Z","0.7.1-canary.9d96d95":"2018-08-30T21:13:01.714Z","0.7.2":"2018-08-30T20:59:47.667Z","0.7.1-canary.00b50e1":"2018-08-28T19:23:47.782Z","0.7.2-0":"2018-08-28T17:25:11.821Z","0.7.1-canary.1d5e639":"2018-08-27T23:40:42.178Z","0.7.1-canary.19ed65a":"2018-08-27T17:03:56.945Z","0.7.1-canary.c08851c":"2018-08-24T22:08:14.062Z","0.7.1":"2018-08-23T21:29:00.776Z","0.7.0-canary.96bbc99":"2018-08-22T23:15:53.650Z","0.7.0-canary.d2f0667":"2018-08-22T18:55:10.773Z","0.7.0-canary.7d9f111":"2018-08-21T23:17:28.875Z","0.7.1-0":"2018-08-21T20:52:19.867Z","0.7.0-canary.9dbf6b0":"2018-08-21T19:41:24.109Z","0.7.0-canary.76c2772":"2018-08-21T18:27:47.156Z","0.7.0-canary.813a174":"2018-08-21T18:24:24.712Z","0.7.0-canary.4625e84":"2018-08-20T22:19:27.159Z","0.7.0-canary.86fea68":"2018-08-20T18:51:05.206Z","0.7.0-canary.3e98afa":"2018-08-20T18:11:19.085Z","0.7.0-canary.74c57cf":"2018-08-19T17:34:45.545Z","0.7.0-canary.f241dd8":"2018-08-18T19:57:00.009Z","0.7.0-canary.a56134b":"2018-08-17T23:07:19.364Z","0.7.0-canary.229832f":"2018-08-17T19:29:45.542Z","0.7.0-canary.14f9a71":"2018-08-17T19:23:40.969Z","0.7.0-canary.95f3d18":"2018-08-17T17:07:54.479Z","0.7.0-canary.4152a29":"2018-08-16T23:40:37.664Z","0.7.0-canary.7ef7d51":"2018-08-16T23:39:03.267Z","0.7.0-canary.bc40f0e":"2018-08-16T22:16:34.290Z","0.7.0-canary.032786d":"2018-08-16T21:40:11.180Z","0.7.0-canary.ae5a048":"2018-08-16T21:20:15.538Z","0.6.1-canary.9869db3":"2018-08-16T19:26:08.835Z","0.7.0":"2018-08-16T18:58:49.786Z","0.6.1-canary.8f85b13":"2018-08-16T15:44:39.181Z","0.6.1-canary.0ba4225":"2018-08-16T00:07:20.779Z","0.6.1-canary.d26866c":"2018-08-15T21:29:35.866Z","0.6.1-canary.4ec654d":"2018-08-15T16:47:43.878Z","0.6.1-canary.fc37f4c":"2018-08-14T22:54:53.597Z","0.6.1-canary.d559e80":"2018-08-14T21:42:15.090Z","0.6.2-1":"2018-08-14T21:18:42.807Z","0.6.1-canary.9941072":"2018-08-14T18:58:27.342Z","0.6.1-canary.89d46be":"2018-08-13T19:01:20.620Z","0.6.1-canary.b30ce32":"2018-08-13T18:59:22.071Z","0.6.1-canary.5ff6dc0":"2018-08-10T23:18:45.050Z","0.6.1-canary.d21071e":"2018-08-10T04:16:47.898Z","0.6.1-canary.b6e6010":"2018-08-09T23:52:14.764Z","0.6.1-canary.b16bbcd":"2018-08-09T16:49:14.647Z","0.6.1-canary.541683b":"2018-08-08T23:19:32.139Z","0.6.1-canary.c6d3993":"2018-08-08T23:06:00.115Z","0.6.1-canary.28c0c06":"2018-08-08T06:44:09.354Z","0.6.1-canary.2beaaea":"2018-08-08T00:54:59.606Z","0.6.1-canary.9684f84":"2018-08-08T00:32:02.373Z","0.6.1-canary.cb4b529":"2018-08-08T00:03:36.386Z","0.6.1-canary.fb05d40":"2018-08-07T23:13:02.519Z","0.6.2-0":"2018-08-06T20:46:38.707Z","0.6.1-canary.007ef8f":"2018-08-06T19:29:54.622Z","0.6.1-canary.180b5e5":"2018-08-06T16:33:22.459Z","0.6.1-canary.2f17ba0":"2018-08-03T21:54:31.016Z","0.6.1-canary.dc9a5d1":"2018-08-03T21:17:35.144Z","0.6.1":"2018-08-03T17:19:25.826Z","0.6.0-canary.4af0843":"2018-08-03T06:41:11.175Z","0.6.0-canary.c906eee":"2018-08-03T05:49:19.978Z","0.6.0-canary.22ed571":"2018-08-02T19:18:12.712Z","0.6.0-canary.2dab48d":"2018-08-02T19:11:06.290Z","0.6.0-canary.c74c3b9":"2018-08-01T21:44:52.756Z","0.6.0-canary.e4ec036":"2018-08-01T19:08:35.445Z","0.6.0-canary.bb97c27":"2018-08-01T17:46:47.728Z","0.6.0-canary.e8460bc":"2018-07-31T23:50:00.523Z","0.6.0-canary.08907db":"2018-07-31T22:07:45.738Z","0.6.0-canary.ca008a4":"2018-07-31T19:02:29.801Z","0.6.0-canary.063f729":"2018-07-31T18:27:36.961Z","0.6.0-canary.1f25d0d":"2018-07-31T16:23:58.221Z","0.6.0-canary.f14ebc2":"2018-07-31T00:13:36.940Z","0.6.0-canary.a80a597":"2018-07-30T23:23:40.462Z","0.6.0-canary.f86d8c9":"2018-07-30T22:41:48.390Z","0.6.0-canary.5c485dc":"2018-07-30T20:47:48.915Z","0.6.0-canary.6abb55f":"2018-07-30T20:08:53.245Z","0.6.0-canary.d9e432e":"2018-07-29T22:07:27.677Z","0.6.0-canary.718953e":"2018-07-27T17:05:59.716Z","0.6.0-canary.fc2e967":"2018-07-25T22:39:29.603Z","0.6.0-canary.b8a061b":"2018-07-25T19:24:59.523Z","0.6.0-canary.d61fbb2":"2018-07-25T06:29:42.438Z","0.6.0-canary.f4dd231":"2018-07-24T17:35:14.623Z","0.6.0-canary.8309eb3":"2018-07-23T18:51:25.961Z","0.6.0-canary.86c8077":"2018-07-20T23:32:45.281Z","0.6.0-canary.5118935":"2018-07-20T21:00:19.741Z","0.6.0-canary.2d7a74c":"2018-07-20T18:17:59.516Z","0.5.6-canary.d60f659":"2018-07-19T21:55:21.027Z","0.6.0":"2018-07-19T21:34:02.704Z","0.6.0-1":"2018-07-19T20:52:51.320Z","0.5.6-canary.fffdb75":"2018-07-19T20:29:38.295Z","0.5.6-canary.4b51dee":"2018-07-19T18:21:45.623Z","0.6.0-0":"2018-07-19T17:23:20.070Z","0.5.6-canary.e6ab894":"2018-07-19T03:33:45.489Z","0.5.6-canary.593cd20":"2018-07-19T00:54:50.175Z","0.5.6-canary.6d66392":"2018-07-18T20:14:06.393Z","0.5.6-canary.3d1a15c":"2018-07-18T18:40:46.291Z","0.5.7-0":"2018-07-18T18:29:45.410Z","0.5.6-canary.81cd260":"2018-07-10T18:15:51.690Z","0.5.6-canary.284a746":"2018-07-09T19:18:56.246Z","0.5.6-canary.7cd0b5d":"2018-07-03T20:34:28.938Z","0.5.6-canary.27d2778":"2018-06-30T04:40:08.759Z","0.5.6-canary.7210db8":"2018-06-29T22:31:53.494Z","0.5.6-canary.cd4b9af":"2018-06-28T23:58:01.015Z","0.5.6":"2018-06-28T21:15:30.648Z","0.5.6-0":"2018-06-27T20:36:05.652Z","0.5.5-canary.40205f3":"2018-06-27T18:41:15.453Z","0.5.5-canary.d134c39":"2018-06-27T00:33:41.700Z","0.5.5-canary.189bcea":"2018-06-26T23:40:29.593Z","0.5.5-canary.1bc1c46":"2018-06-26T00:13:01.227Z","0.5.5-canary.7a41fe7":"2018-06-25T22:28:29.246Z","0.5.5-canary.ff35149":"2018-06-25T17:49:33.561Z","0.5.5":"2018-06-21T18:27:47.726Z","0.5.4-canary.f21f3ca":"2018-06-20T19:14:52.085Z","0.5.4-canary.3c064a3":"2018-06-20T19:14:23.512Z","0.5.4-canary.870fd29":"2018-06-20T15:17:04.946Z","0.5.4-canary.f305430":"2018-06-18T21:57:51.223Z","0.5.4-canary.18ee278":"2018-06-18T20:45:04.229Z","0.5.4-canary.78b36cb":"2018-06-18T18:50:38.047Z","0.5.5-0":"2018-06-13T17:59:05.413Z","0.5.4-canary.c808a57":"2018-06-13T16:20:59.237Z","0.5.4-canary.c2ffbde":"2018-06-12T18:44:07.007Z","0.5.4-canary.4ca7bdf":"2018-06-11T17:59:21.858Z","0.5.4-canary.9534831":"2018-06-05T20:07:39.605Z","0.5.4-canary.5e82b60":"2018-06-04T17:22:37.980Z","0.5.4-canary.4673f7d":"2018-06-04T15:24:36.045Z","0.5.4-canary.23c576e":"2018-06-01T23:26:08.827Z","0.5.4-canary.236d4d0":"2018-06-01T00:30:28.971Z","0.5.4-canary.233161d":"2018-05-31T15:48:22.171Z","0.5.4-canary.3e806ca":"2018-05-30T21:35:59.723Z","0.5.4-canary.2f7375a":"2018-05-30T17:37:20.303Z","0.5.4-canary.96a1092":"2018-05-25T22:59:32.034Z","0.5.4-canary.a08cfe6":"2018-05-25T21:15:53.673Z","0.5.4":"2018-05-24T22:56:31.742Z","0.5.3-canary.b10c057":"2018-05-24T18:10:15.601Z","0.5.3-canary.4d16f51":"2018-05-23T18:01:52.607Z","0.5.3-canary.916c692":"2018-05-23T00:11:27.770Z","0.5.3-canary.47625d7":"2018-05-22T22:28:42.811Z","0.5.4-0":"2018-05-22T22:26:24.419Z","0.5.3-canary.b658d8c":"2018-05-22T21:04:26.513Z","0.5.3-canary.2622286":"2018-05-22T19:03:08.670Z","0.5.3-canary.9556469":"2018-05-21T21:01:16.886Z","0.5.3-canary.d068bc5":"2018-05-21T19:26:38.408Z","0.5.3-canary.e9caf33":"2018-05-21T18:11:31.209Z","0.5.3-canary.f6fd8f5":"2018-05-18T22:14:01.472Z","0.5.3-canary.3fa62ef":"2018-05-18T18:34:22.715Z","0.5.3":"2018-05-17T21:11:47.176Z","0.5.2-canary.c660c35":"2018-05-17T19:03:50.970Z","0.5.2-canary.2e5aa28":"2018-05-16T23:16:36.736Z","0.5.2-canary.5b59d75":"2018-05-16T22:59:33.736Z","0.5.2-canary.7e7d36e":"2018-05-16T21:50:34.230Z","0.5.2-canary.fbd5bd6":"2018-05-16T00:40:02.853Z","0.5.2-canary.1c5258c":"2018-05-15T23:49:42.334Z","0.5.2-canary.611949d":"2018-05-15T19:42:35.093Z","0.5.3-0":"2018-05-15T18:48:46.958Z","0.5.2-canary.dd11cd1":"2018-05-15T18:31:57.981Z","0.5.2-canary.6a95a7a":"2018-05-15T17:58:29.162Z","0.5.2-canary.4ff990a":"2018-05-12T07:23:54.487Z","0.5.2-canary.c150044":"2018-05-11T18:40:57.901Z","0.5.1-canary.bd01dfe":"2018-05-10T20:53:38.869Z","0.5.2":"2018-05-10T20:34:15.067Z","0.5.1-canary.97a3727":"2018-05-10T20:12:15.422Z","0.5.2-0":"2018-05-10T19:49:17.299Z","0.5.1-canary.e04cfb1":"2018-05-10T18:58:04.539Z","0.5.1-canary.44de46d":"2018-05-10T17:32:58.301Z","0.5.1-canary.dd69371":"2018-05-10T16:48:12.982Z","0.5.1-canary.3110d6b":"2018-05-09T20:48:46.013Z","0.5.1-canary.9fd0229":"2018-05-09T18:23:07.921Z","0.5.1-canary.e91742d":"2018-05-09T16:24:24.121Z","0.5.1-canary.8922c3a":"2018-05-08T20:21:29.346Z","0.5.0-canary.785cc8b":"2018-05-08T19:29:56.209Z","0.5.0-canary.b351749":"2018-05-08T19:28:51.260Z","0.5.1":"2018-05-08T19:09:14.753Z","0.5.0":"2018-05-08T17:33:10.384Z","0.4.1-canary.21f83a6":"2018-05-08T16:22:20.217Z","0.4.1-canary.84686ba":"2018-05-08T14:05:12.225Z","0.5.0-3":"2018-05-07T21:48:40.884Z","0.4.1-canary.403c123":"2018-05-07T19:49:44.544Z","0.4.1-canary.238fabe":"2018-05-07T18:36:53.702Z","0.4.1-canary.e441ffb":"2018-05-07T18:10:12.406Z","0.4.1-canary.a413ec2":"2018-05-05T00:06:39.508Z","0.4.1-canary.7f4ae1f":"2018-05-03T21:32:18.670Z","0.5.0-2":"2018-05-03T21:04:19.369Z","0.4.1-canary.7764746":"2018-05-03T09:43:28.773Z","0.4.1-canary.dfd09bc":"2018-05-03T01:10:33.721Z","0.4.1-canary.f096ba0":"2018-05-02T22:29:31.158Z","0.4.1-canary.fa5d157":"2018-05-02T18:51:00.326Z","0.5.0-1":"2018-05-02T18:42:46.400Z","0.4.1-canary.4ffc979":"2018-05-02T18:19:46.928Z","0.4.1-canary.099688f":"2018-05-02T16:36:10.211Z","0.4.1-canary.de6750b":"2018-05-02T16:15:05.810Z","0.4.1-canary.533e576":"2018-05-02T13:08:48.940Z","0.4.1-canary.2de84e5":"2018-05-02T00:50:47.529Z","0.5.0-0":"2018-05-01T18:52:27.498Z","0.4.1-canary.7edf649":"2018-05-01T17:08:21.965Z","0.4.1-canary.66980bd":"2018-05-01T17:08:11.244Z","0.4.1-canary.9751e46":"2018-05-01T16:32:04.587Z","0.4.1-canary.5f3716d":"2018-05-01T00:00:36.689Z","0.4.1-canary.8251c17":"2018-04-30T21:39:29.802Z","0.4.1-canary.b28c74f":"2018-04-30T19:32:02.925Z","0.4.1-canary.8d1f1bf":"2018-04-30T17:15:29.917Z","0.4.1-canary.4b4eebc":"2018-04-26T01:03:50.499Z","0.4.1-canary.b60ffff":"2018-04-25T21:18:36.632Z","0.4.1-canary.0e141c0":"2018-04-25T19:26:04.861Z","0.4.1-canary.2471497":"2018-04-25T12:17:33.663Z","0.4.1-canary.bfa8a5e":"2018-04-21T01:10:20.854Z","0.4.1":"2018-04-20T19:40:29.640Z","0.4.0-canary.fd99689":"2018-04-20T19:33:25.960Z","0.3.7-canary.6991857":"2018-04-19T22:03:02.601Z","0.4.0":"2018-04-19T21:48:51.931Z","0.3.7-canary.fcb277a":"2018-04-18T10:58:36.715Z","0.3.7-canary.ffcaf85":"2018-04-17T21:31:28.858Z","0.4.0-7":"2018-04-17T21:11:31.891Z","0.4.0-6":"2018-04-17T18:44:57.426Z","0.4.0-5":"2018-04-16T18:34:55.865Z","0.3.7-canary.4560599":"2018-04-14T00:17:09.868Z","0.3.7-canary.92aea91":"2018-04-13T23:57:52.992Z","0.3.7-canary.eaec0b8":"2018-04-13T21:28:34.259Z","0.3.7-canary.05e05b8":"2018-04-13T02:57:43.380Z","0.3.7-canary.231110c":"2018-04-12T22:42:21.547Z","0.3.7-canary.8b29658":"2018-04-12T22:07:52.528Z","0.3.7-canary.27a77fd":"2018-04-12T21:59:17.958Z","0.3.7-canary.aaee15d":"2018-04-12T21:12:06.525Z","0.4.0-4":"2018-04-12T21:02:15.523Z","0.3.7-canary.00659ca":"2018-04-11T19:01:38.997Z","0.3.7-canary.078f83a":"2018-04-11T18:25:49.166Z","0.3.7-canary.3327845":"2018-04-11T17:01:40.841Z","0.3.7-canary.7463443":"2018-04-11T14:34:21.473Z","0.3.7-canary.d0a614c":"2018-04-11T00:33:05.795Z","0.3.7-canary.ca57c4d":"2018-04-11T00:17:50.210Z","0.3.7-canary.3fe3d2c":"2018-04-11T00:15:38.371Z","0.3.7-canary.14c2c4a":"2018-04-10T23:32:01.281Z","0.4.0-3":"2018-04-10T23:18:52.404Z","0.3.7-canary.eeab13f":"2018-04-10T22:14:49.987Z","0.3.7-canary.452a4be":"2018-04-10T18:52:16.714Z","0.4.0-2":"2018-04-10T17:58:20.590Z","0.4.0-1":"2018-04-10T17:17:04.452Z","0.3.7-canary.4907285":"2018-04-10T16:17:23.846Z","0.3.7-canary.fe0d694":"2018-04-09T22:16:05.524Z","0.3.7-canary.1e3254d":"2018-04-09T19:46:07.236Z","0.3.7-canary.f95425f":"2018-04-09T19:11:01.632Z","0.3.7-canary.5475383":"2018-04-09T18:59:06.474Z","0.3.7-canary.fce6f7a":"2018-04-08T17:11:41.521Z","0.3.7-canary.6754b7f":"2018-04-07T11:10:43.086Z","0.3.7-canary.5e71095":"2018-04-06T19:36:19.204Z","0.3.7-canary.1f985cf":"2018-04-06T19:07:18.730Z","0.3.7-canary.9eace31":"2018-04-06T16:48:54.175Z","0.3.7-canary.b45baec":"2018-04-06T13:11:21.612Z","0.3.7-canary.12e839d":"2018-04-05T21:46:32.658Z","0.3.7-canary.7857c21":"2018-04-05T21:43:48.998Z","0.3.7-canary.a1020bf":"2018-04-05T18:21:14.193Z","0.3.7-canary.8c54f6a":"2018-04-04T18:36:16.011Z","0.3.7-canary.073cc19":"2018-04-04T17:55:56.275Z","0.4.0-0":"2018-04-04T16:58:37.860Z","0.3.7-canary.2a0a33f":"2018-04-04T10:30:16.143Z","0.3.7-canary.4f28096":"2018-04-03T10:43:30.857Z","0.3.7-canary.790c158":"2018-04-03T00:20:55.260Z","0.3.7-canary.92f3809":"2018-04-02T16:39:45.911Z","0.3.7-canary.1608edb":"2018-03-30T19:17:01.995Z","0.3.7-canary.b5aa5b8":"2018-03-30T02:39:56.986Z","0.3.7-canary.541fbbe":"2018-03-30T00:50:52.302Z","0.3.7":"2018-03-29T22:05:31.397Z","0.3.6-canary.b146780":"2018-03-29T17:02:21.675Z","0.3.6-canary.babd759":"2018-03-29T00:00:47.513Z","0.3.6-canary.ac4dac3":"2018-03-28T23:19:59.930Z","0.3.6-canary.3259004":"2018-03-28T21:05:58.473Z","0.3.7-1":"2018-03-28T20:55:58.618Z","0.3.6-canary.dd86fc7":"2018-03-28T19:25:21.230Z","0.3.6-canary.a538b83":"2018-03-28T16:26:31.519Z","0.3.7-0":"2018-03-27T20:22:23.803Z","0.3.6-canary.faa54d8":"2018-03-26T20:21:42.715Z","0.3.6-canary.d90beab":"2018-03-24T01:19:43.027Z","0.3.6-canary.bb93e47":"2018-03-24T00:01:18.532Z","0.3.6-canary.8a10e7c":"2018-03-22T23:45:46.093Z","0.3.6-canary.ab0faeb":"2018-03-22T18:01:00.192Z","0.3.6-canary.84896ec":"2018-03-21T18:45:03.310Z","0.3.6-canary.563e048":"2018-03-20T21:09:26.132Z","0.3.6":"2018-03-20T18:12:32.592Z","0.3.5-canary.d59b724":"2018-03-20T18:12:16.990Z","0.3.5-canary.d59b7249":"2018-03-20T17:54:31.327Z","0.3.5-canary.908227c":"2018-03-19T19:57:22.838Z","0.3.5-canary.c25e7a1":"2018-03-19T18:16:59.793Z","0.3.5-canary.9d00c6f":"2018-03-19T16:15:54.679Z","0.3.5-canary.d3ec2e0":"2018-03-16T18:30:24.944Z","0.3.6-0":"2018-03-15T23:28:00.592Z","0.3.5-canary.df183a5":"2018-03-15T19:35:31.297Z","0.3.5-canary.1b3ba41":"2018-03-15T17:41:09.411Z","0.3.5-canary.b949d81":"2018-03-14T23:49:43.705Z","0.3.5-canary.bf7a221":"2018-03-14T21:47:20.444Z","0.3.5-canary.0c5cbe0":"2018-03-14T21:32:44.810Z","0.3.5-canary.786082d":"2018-03-12T18:53:37.368Z","0.3.5-canary.69c9a97":"2018-03-08T23:29:37.129Z","0.3.5-canary.6aed77a":"2018-03-08T23:09:56.987Z","0.3.5":"2018-03-08T22:49:58.693Z","0.3.4-canary.7681d03":"2018-03-07T22:49:55.453Z","0.3.4-canary.121c167":"2018-03-06T23:19:34.828Z","0.3.5-0":"2018-03-06T23:04:48.084Z","0.3.4-canary.03d224f":"2018-03-06T20:46:26.906Z","0.3.4-canary.a0583f7":"2018-03-05T19:10:14.438Z","0.3.4-canary.0fa319e":"2018-03-03T01:45:49.221Z","0.3.4-canary.aba869c":"2018-03-02T22:29:03.990Z","0.3.4-canary.dbed689":"2018-03-01T18:06:43.697Z","0.3.4-canary.fbb2aab":"2018-02-28T20:32:04.725Z","0.3.4-canary.3d6289d":"2018-02-28T19:30:06.142Z","0.3.4-canary.9cda9c9":"2018-02-27T18:33:55.703Z","0.3.4":"2018-02-22T22:22:16.645Z","0.3.3-canary.cde4e44":"2018-02-22T00:48:40.838Z","0.3.4-1":"2018-02-22T00:36:10.450Z","0.3.3-canary.0226ed2":"2018-02-22T00:22:49.649Z","0.3.3-canary.3ee5bdf":"2018-02-21T22:00:51.630Z","0.3.4-0":"2018-02-21T21:43:16.291Z","0.3.3-canary.3aec5ac":"2018-02-21T18:34:47.445Z","0.3.3-canary.e784110":"2018-02-21T00:34:44.188Z","0.3.3-canary.dbe5fff":"2018-02-21T00:33:59.953Z","0.3.3-canary.b6b4e2f":"2018-02-16T22:17:34.036Z","0.3.3-canary.2e147ff":"2018-02-16T22:11:23.044Z","0.3.3":"2018-02-16T00:31:58.948Z","0.3.2-canary.db389db":"2018-02-14T00:39:22.612Z","0.3.3-0":"2018-02-14T00:08:10.086Z","0.3.2-canary.2cacc75":"2018-02-13T19:00:31.584Z","0.3.2-canary.f173ad0":"2018-02-13T17:50:04.689Z","0.3.2-canary.515eff7":"2018-02-12T21:14:10.734Z","0.3.2-canary.fce4168":"2018-02-12T00:02:27.445Z","0.3.2-canary.7a611b6":"2018-02-08T22:34:15.390Z","0.3.2-canary.453677f":"2018-02-07T02:27:19.657Z","0.3.2-canary.a1e346f":"2018-02-06T20:40:15.160Z","0.3.2-canary.2db58a0":"2018-02-05T23:59:33.206Z","0.3.2-canary.49dcb25":"2018-02-02T19:12:15.732Z","0.3.2-canary.631e1ad":"2018-02-02T00:23:54.016Z","0.3.2":"2018-02-02T00:02:26.621Z","0.3.1-canary.9fb3c4c":"2018-02-01T23:54:33.383Z","0.3.1-canary.8f76c28":"2018-02-01T14:36:13.125Z","0.3.1-canary.bcc8983":"2018-02-01T04:28:35.741Z","0.3.2-0":"2018-01-31T00:55:16.203Z","0.3.1-canary.fcc77c2":"2018-01-29T17:19:03.753Z","0.3.1-canary.fca1076":"2018-01-26T22:42:19.508Z","0.3.1-canary.81d6b1e":"2018-01-26T21:08:20.411Z","0.3.1-canary.c647fe4":"2018-01-25T19:23:09.931Z","0.3.1":"2018-01-18T23:42:15.671Z","0.3.1-1":"2018-01-17T17:36:33.377Z","0.3.1-0":"2018-01-17T17:28:19.413Z","0.3.0-0":"2018-01-17T17:19:36.097Z","0.2.3":"2018-01-11T19:36:10.467Z","0.2.3-0":"2018-01-09T22:00:34.915Z","0.2.2":"2017-12-19T00:15:40.788Z","0.2.1":"2017-12-07T23:34:24.774Z","0.2.0":"2017-11-30T21:20:10.001Z","0.1.4":"2017-11-09T23:30:58.278Z","0.1.3":"2017-11-02T22:13:19.952Z","0.1.2":"2017-10-19T22:13:13.773Z","0.1.1":"2017-10-16T14:25:34.739Z","0.1.0":"2017-10-11T23:37:40.837Z","3.4.4-canary.bf93a3810":"2022-02-04T19:03:08.019Z","3.4.4-canary.0482aa5b7":"2022-02-04T18:01:36.906Z","3.4.4-canary.00916e719":"2022-02-02T20:53:33.897Z","3.4.4-canary.e8972ef49":"2022-02-02T19:00:11.539Z","3.4.4-canary.7f959622d":"2022-02-02T17:29:15.263Z","3.4.4-202211222730":"2022-02-01T22:37:05.741Z","3.4.4-canary.4cec42313":"2022-02-01T19:01:53.491Z","3.4.4-canary.0a04a1c06":"2022-02-01T18:19:25.903Z","3.4.4-canary.8b51375a1":"2022-02-01T01:51:29.449Z","3.4.4-canary.70b4412d3":"2022-02-01T01:27:31.186Z","3.4.4-canary.b20cf306a":"2022-02-01T01:22:43.880Z","3.4.4-canary.b02927e2e":"2022-02-01T01:23:52.665Z","3.4.4-canary.2dd99ae2d":"2022-02-01T01:24:30.775Z","3.4.4-canary.a38203dea":"2022-02-01T01:26:06.090Z","3.4.4-canary.d04b608f2":"2022-01-31T23:49:36.243Z","3.4.4-canary.dd86989b3":"2022-01-31T22:28:43.131Z","3.4.4-canary.aaeab08ac":"2022-01-31T18:37:00.574Z","2.4.1-2022028193537":"2022-01-28T19:43:08.743Z","2.4.1":"2022-01-28T20:18:35.570Z","3.4.4-canary.6555aa70f":"2022-01-28T20:23:14.442Z","3.4.4-canary.fad3c4765":"2022-01-28T18:53:10.221Z","3.4.3-canary.51b376c3f":"2022-01-28T00:53:52.419Z","3.4.4-canary.222f264ff":"2022-01-28T01:40:03.303Z","3.4.4":"2022-01-27T22:15:28.357Z","3.4.4-202202622812":"2022-01-26T22:17:47.392Z","3.4.3-canary.af9234866":"2022-01-27T19:48:12.391Z","3.4.3-canary.73fcec982":"2022-01-27T20:45:43.039Z","2.2.5-canary.d422436d1":"2021-04-27T16:52:49.028Z","2.2.5-canary.ba2b11fe3":"2021-04-27T18:15:06.503Z","2.2.5-canary.8d63eacf9":"2021-04-27T19:05:46.731Z","2.2.5-canary.ac6997626":"2021-04-29T21:25:12.404Z","2.2.5-canary.16102f0b4":"2021-04-29T21:56:42.100Z","2.2.5-canary.ac4ad08a2":"2021-04-29T22:01:09.393Z","2.2.5-canary.5ad33abe4":"2021-04-30T16:52:02.566Z","2.2.5-canary.90c97ae1e":"2021-05-03T21:27:13.513Z","2.2.5-canary.efafeecd3":"2021-05-03T21:36:49.400Z","2.2.5-canary.e123f241c":"2021-05-03T22:34:02.241Z","2.2.5-canary.c34ac7a92":"2021-05-05T00:12:13.097Z","2.3.0-20214541157":"2021-05-05T04:19:44.945Z","2.2.5-canary.a13f5a03d":"2021-05-05T17:28:26.363Z","2.3.0":"2021-05-05T21:32:52.459Z","2.3.0-canary.60e834739":"2021-05-12T21:37:37.977Z","2.3.0-2021412214515":"2021-05-12T22:00:55.407Z","2.3.0-canary.74b49d205":"2021-05-13T00:01:09.791Z","2.3.0-canary.de68cdca2":"2021-05-13T05:35:17.398Z","2.3.0-canary.96a47097f":"2021-05-13T15:57:26.401Z","2.3.0-canary.d742823e9":"2021-05-13T17:48:33.438Z","0.0.900-exp.d92a36260":"2021-05-14T00:02:11.381Z","2.3.1-2021418232615":"2021-05-18T23:50:06.680Z","2.3.1-2021419192027":"2021-05-19T19:28:30.383Z","2.3.1":"2021-05-20T20:26:11.552Z","2.3.2-2021425213031":"2021-05-25T21:39:30.900Z","2.3.2":"2021-05-27T21:13:58.199Z","2.3.3-20215205147":"2021-06-02T00:58:52.294Z","2.3.3":"2021-06-03T20:58:34.351Z","2.3.4-202154162150":"2021-06-04T16:30:25.451Z","2.3.4":"2021-06-04T17:33:20.640Z","0.0.900-exp.f41d11b71":"2021-06-07T04:49:31.111Z","2.3.5-202159235118":"2021-06-09T23:59:59.030Z","2.3.5":"2021-06-10T20:49:08.627Z","2.3.6-2021510213430":"2021-06-10T21:43:38.027Z","2.3.6":"2021-06-10T23:23:52.021Z","2.3.7-202151602035":"2021-06-16T00:27:58.545Z","0.0.900-exp.725ab4684":"2021-06-16T04:24:57.517Z","2.3.7":"2021-06-17T22:25:57.023Z","0.0.900-exp.57f19127c":"2021-06-18T23:15:34.116Z","2.3.7-canary.1bbdbfef3":"2021-06-28T23:05:05.748Z","2.3.8-2021528231051":"2021-06-28T23:18:54.246Z","2.3.7-canary.56a6a9d4a":"2021-06-28T23:34:32.547Z","2.3.7-canary.5d31e2192":"2021-06-29T00:42:51.866Z","2.3.8-202153001032":"2021-06-30T00:17:19.809Z","2.3.7-canary.580b35407":"2021-06-30T22:10:48.555Z","2.3.7-canary.5d007b8fb":"2021-06-30T23:32:40.731Z","2.3.7-canary.ecf2b572e":"2021-07-01T00:15:40.663Z","2.3.7-canary.ca857526b":"2021-07-01T02:54:21.395Z","2.3.7-canary.75ab8809d":"2021-07-01T06:41:06.046Z","2.3.7-canary.f6e1645ef":"2021-07-01T16:07:12.563Z","2.3.7-canary.f43d0c698":"2021-07-01T17:21:53.493Z","0.0.900-exp.f43d0c698":"2021-07-01T17:30:58.082Z","2.3.8-20216122160":"2021-07-01T22:22:50.754Z","2.3.7-canary.85f73abb5":"2021-07-01T22:33:59.870Z","2.3.8":"2021-07-01T23:33:28.616Z","2.3.8-canary.99526ac72":"2021-07-02T00:27:25.225Z","2.3.8-canary.3827d9692":"2021-07-02T16:29:07.561Z","2.3.8-canary.db98eda11":"2021-07-02T18:09:38.889Z","2.3.8-canary.821f4d30f":"2021-07-02T18:45:36.290Z","2.3.8-canary.f4c106e7c":"2021-07-02T19:14:23.985Z","2.3.8-canary.99414a51c":"2021-07-02T20:56:19.154Z","2.3.8-canary.c55f5b0c5":"2021-07-02T23:22:38.237Z","2.3.8-canary.28c02947a":"2021-07-03T00:36:26.157Z","2.3.8-canary.977edee2f":"2021-07-03T02:00:06.490Z","2.3.8-canary.d10bd0043":"2021-07-07T20:28:39.985Z","2.3.8-canary.63cc74683":"2021-07-08T05:39:34.240Z","2.3.8-canary.4eddda4b6":"2021-07-08T05:44:47.337Z","2.3.8-canary.518298361":"2021-07-08T16:56:55.777Z","2.3.8-canary.c8ac61356":"2021-07-08T17:03:39.437Z","2.3.8-canary.2a2a376a3":"2021-07-09T16:32:56.423Z","2.3.8-canary.6564e99ec":"2021-07-09T22:34:38.235Z","2.3.8-canary.aeab9cef9":"2021-07-12T17:33:37.332Z","2.3.8-canary.3550d4e38":"2021-07-13T17:50:00.314Z","2.3.8-canary.61384cd24":"2021-07-13T22:04:35.813Z","2.3.8-canary.cca8d4b57":"2021-07-14T18:00:51.979Z","2.3.8-canary.fb3e35965":"2021-07-14T19:41:44.404Z","2.3.8-canary.b3caa5158":"2021-07-14T20:20:37.156Z","2.3.8-canary.699238b27":"2021-07-14T21:55:27.965Z","2.3.8-canary.4aa2bed03":"2021-07-14T21:58:10.249Z","2.3.8-canary.f043bff0e":"2021-07-14T22:43:41.526Z","2.3.8-canary.7468c7e12":"2021-07-14T22:45:39.763Z","2.3.8-canary.1d10bba60":"2021-07-14T23:18:08.291Z","2.3.8-canary.2cd9d7c39":"2021-07-15T16:35:32.925Z","2.3.8-canary.d1ae4dea7":"2021-07-15T21:07:06.500Z","2.3.8-canary.4cb5d8aad":"2021-07-15T22:59:25.198Z","2.3.8-canary.02586c975":"2021-07-16T00:59:22.852Z","2.3.8-canary.b51be1da3":"2021-07-19T18:29:33.975Z","2.3.8-canary.de083904c":"2021-07-20T22:09:37.453Z","2.3.9-202162022140":"2021-07-20T22:25:17.602Z","2.3.8-canary.353d6e47b":"2021-07-20T22:36:30.857Z","2.3.8-canary.7028c1159":"2021-07-21T19:14:05.634Z","2.3.8-canary.6ef484a04":"2021-07-21T22:14:43.883Z","0.0.900-exp.6ef484a04":"2021-07-22T05:57:48.880Z","2.3.8-canary.d56ab5cc1":"2021-07-22T06:25:54.081Z","2.3.9":"2021-07-22T20:05:04.068Z","2.3.9-canary.e72e35142":"2021-07-22T20:35:28.607Z","2.3.9-canary.3d10d33bc":"2021-07-23T00:31:33.691Z","2.3.9-canary.039d50744":"2021-07-23T17:34:54.786Z","2.3.9-canary.58b72661d":"2021-07-23T21:24:29.308Z","2.3.9-canary.a56335593":"2021-07-23T23:39:14.002Z","2.3.9-canary.00e83a3f2":"2021-07-24T00:26:08.799Z","2.3.9-canary.3ac927243":"2021-07-27T00:37:18.054Z","2.3.9-canary.b62b6df11":"2021-07-27T17:46:34.230Z","2.3.9-canary.16958beb8":"2021-07-27T18:00:04.436Z","2.3.9-canary.4bc015cdd":"2021-07-27T22:29:37.684Z","2.3.9-canary.a3cbe719b":"2021-07-28T21:17:17.543Z","2.3.10-202162821943":"2021-07-28T21:21:09.910Z","2.3.9-canary.a075b5f60":"2021-07-29T00:37:10.850Z","2.3.10":"2021-07-29T21:19:09.563Z","2.3.10-canary.9c13da4fe":"2021-07-29T22:28:09.096Z","2.3.10-canary.2493c171e":"2021-07-29T22:32:39.151Z","2.3.10-canary.bd50d8310":"2021-07-29T22:37:58.833Z","2.3.10-canary.ea25b2ea9":"2021-07-29T23:23:28.465Z","2.3.10-canary.ca4ead2e0":"2021-07-30T04:12:27.750Z","2.3.10-canary.8b4d7550f":"2021-07-30T19:14:53.625Z","0.0.900-exp.8b4d7550f":"2021-07-30T20:13:24.624Z","2.3.10-canary.cce4f659f":"2021-07-30T21:14:06.567Z","2.3.10-canary.476518211":"2021-07-30T22:26:12.508Z","2.3.10-canary.8599d9141":"2021-07-30T22:41:22.344Z","2.3.10-canary.c493d9232":"2021-08-02T17:55:58.160Z","2.3.10-canary.c52eb4805":"2021-08-04T00:13:19.796Z","2.3.10-canary.5bda08eee":"2021-08-05T00:27:01.441Z","2.3.10-canary.35865ee19":"2021-08-05T22:48:35.467Z","2.3.10-canary.a65cd9a5f":"2021-08-09T19:06:02.998Z","2.3.10-canary.8893c8225":"2021-08-09T21:16:30.774Z","2.3.10-canary.f1027e3c2":"2021-08-10T17:14:55.412Z","2.3.10-canary.21b552412":"2021-08-10T18:14:14.706Z","2.3.10-canary.749f5a21c":"2021-08-10T19:20:00.949Z","2.3.10-canary.e50356ff2":"2021-08-11T17:52:46.654Z","2.3.10-canary.a69220b51":"2021-08-11T20:03:22.923Z","2.3.10-canary.888645ea0":"2021-08-12T00:25:08.550Z","2.3.10-canary.e83826af8":"2021-08-12T16:42:12.142Z","2.3.10-canary.bfeac2683":"2021-08-12T20:30:33.251Z","2.3.10-canary.bb6b5abff":"2021-08-13T18:05:41.422Z","2.3.10-canary.064e1ca2b":"2021-08-13T18:18:45.445Z","2.3.10-canary.3c6a11c8d":"2021-08-13T21:18:50.144Z","2.3.10-canary.36c0ddc52":"2021-08-13T21:21:27.676Z","2.3.10-canary.4ec5344cd":"2021-08-16T16:52:35.716Z","2.3.10-canary.f0f474b22":"2021-08-16T17:01:50.259Z","2.3.10-8.9.1-exp-types-exploration.1ffaad286":"2021-08-16T17:33:46.808Z","2.3.10-8.9.1-exp-types-exploration.b0568bbc6":"2021-08-16T18:35:34.019Z","2.3.10-canary.89f866599":"2021-08-16T21:21:27.292Z","2.3.10-canary.fb27f50c9":"2021-08-16T21:59:17.493Z","2.3.10-canary.2c90aec16":"2021-08-16T23:53:09.484Z","2.3.10-8.9.1-exp-types-exploration.2c90aec16":"2021-08-17T15:04:38.321Z","2.3.10-canary.f825b1d83":"2021-08-17T17:03:55.202Z","2.4.0-20217172214":"2021-08-17T22:09:18.244Z","2.3.10-canary.fbb32e7bf":"2021-08-17T22:15:20.073Z","2.3.10-canary.2901ed05e":"2021-08-18T02:48:34.998Z","2.3.10-8.9.1-exp-types-exploration.416850ec8":"2021-08-18T16:00:15.542Z","2.3.10-canary.cca8cdff2":"2021-08-18T18:32:03.839Z","2.3.10-8.9.1-exp-types-exploration.5a175a42b":"2021-08-18T18:58:46.512Z","2.3.10-8.9.1-exp-types-exploration.635c9e3fd":"2021-08-18T19:29:18.295Z","2.3.10-canary.f35b4e3a4":"2021-08-18T22:03:17.892Z","2.3.10-canary.5bc6afb75":"2021-08-19T00:10:48.303Z","2.3.10-canary.0a91a906b":"2021-08-19T00:16:44.305Z","3.0.0-2021719172025":"2021-08-19T17:41:30.208Z","3.0.0-2021719182840":"2021-08-19T18:43:07.742Z","3.0.0-202171919375":"2021-08-19T19:51:44.362Z","2.4.0":"2021-08-19T20:24:53.194Z","2.4.0-canary.4d747b158":"2021-08-19T21:28:44.778Z","3.0.0-2021720181311":"2021-08-20T18:28:03.944Z","2.4.0-canary.eca476ad8":"2021-08-20T23:01:11.392Z","2.4.0-canary.78181760a":"2021-08-21T00:37:23.996Z","3.0.0-202172325639":"2021-08-23T03:13:23.569Z","3.0.0-202172321475":"2021-08-23T22:06:50.394Z","2.4.0-canary.0b75e9f46":"2021-08-24T19:42:35.063Z","3.0.0-2021724205917":"2021-08-24T21:08:22.529Z","2.4.0-canary.cdada6c68":"2021-08-24T21:23:08.331Z","2.4.0-canary.a87177888":"2021-08-24T23:43:47.122Z","2.4.0-canary.69f6f4d00":"2021-08-25T00:01:16.141Z","2.4.0-canary.f40c0db53":"2021-08-25T00:04:17.377Z","3.0.0-20217250818":"2021-08-25T00:19:21.588Z","2.4.0-canary.2d4f797c0":"2021-08-25T00:27:11.070Z","3.0.0-202172505352":"2021-08-25T01:01:55.227Z","3.0.0-202172555844":"2021-08-25T06:06:43.731Z","2.4.0-canary.890f4f820":"2021-08-25T07:18:29.751Z","3.0.0":"2021-08-25T16:16:52.569Z","3.0.0-canary.280be6d8e":"2021-08-25T17:03:48.037Z","3.0.0-canary.d0d3acb10":"2021-08-26T17:10:29.210Z","3.0.0-canary.c8701ec7b":"2021-08-26T18:52:31.244Z","3.0.0-canary.8b8ec0d99":"2021-08-26T21:00:19.823Z","3.0.0-canary.509c18fbc":"2021-08-27T00:01:57.279Z","3.0.1-2021727231341":"2021-08-27T23:30:07.076Z","3.0.0-canary.3a50e2fdd":"2021-08-30T17:36:32.741Z","3.0.0-canary.6163bb282":"2021-08-30T18:00:12.146Z","3.0.0-canary.1b33fda40":"2021-08-30T18:00:53.620Z","3.0.0-canary.66596f3f8":"2021-08-30T18:02:32.810Z","3.0.0-canary.45db2b747":"2021-08-30T18:03:19.802Z","3.0.0-canary.cd15df0d1":"2021-08-30T18:03:39.408Z","3.0.1-2021730202621":"2021-08-30T20:35:52.801Z","3.0.1":"2021-08-30T20:59:39.090Z","3.0.1-canary.bc3b405f5":"2021-08-31T21:38:57.452Z","3.0.1-canary.08ec55d6d":"2021-09-01T21:11:24.842Z","3.0.1-canary.0fdcda011":"2021-09-01T23:28:56.454Z","3.0.1-canary.6e579950a":"2021-09-01T23:34:44.710Z","3.0.1-canary.449b2f5e2":"2021-09-01T23:35:35.139Z","3.0.1-canary.4a4796862":"2021-09-08T17:32:51.805Z","3.0.1-canary.2bbbc51fa":"2021-09-08T17:33:53.841Z","3.0.2-202188185114":"2021-09-08T19:03:12.545Z","3.0.1-canary.deda8cd85":"2021-09-08T19:10:11.645Z","3.0.1-canary.b8462f248":"2021-09-08T21:57:14.886Z","3.0.1-canary.271303f3c":"2021-09-08T23:13:18.634Z","3.0.1-canary.d9808aabb":"2021-09-08T23:32:02.471Z","3.0.1-canary.66d4a1e5d":"2021-09-09T00:08:03.507Z","3.0.2-2021891633":"2021-09-09T01:23:27.959Z","3.0.1-canary.dca28a10d":"2021-09-09T01:28:47.681Z","3.0.1-canary.a4b7003fd":"2021-09-09T20:33:01.319Z","3.0.2":"2021-09-09T21:06:50.733Z","3.0.1-canary.a9809f24c":"2021-09-09T21:12:54.469Z","3.0.1-canary.7f9d8f941":"2021-09-09T23:13:32.084Z","3.0.1-canary.1271c9cde":"2021-09-09T23:14:35.103Z","3.0.1-canary.e039e1472":"2021-09-09T23:16:58.523Z","3.0.2-canary.a81979a8b":"2021-09-09T23:19:46.015Z","3.0.2-canary.21866c268":"2021-09-10T03:18:47.329Z","3.0.2-canary.abbf3be93":"2021-09-10T18:00:18.928Z","3.0.2-canary.d164cb905":"2021-09-10T19:27:58.641Z","3.0.2-canary.5f8b16808":"2021-09-13T21:34:13.886Z","3.0.2-canary.3846fb049":"2021-09-14T20:46:25.999Z","3.0.2-canary.456d664ae":"2021-09-14T21:53:21.532Z","3.0.2-canary.0281e06de":"2021-09-14T23:25:17.745Z","3.0.2-canary.5afd053d7":"2021-09-15T00:43:34.250Z","3.0.3-202181503543":"2021-09-15T00:45:14.879Z","3.0.2-canary.f5b5efe95":"2021-09-15T15:38:10.386Z","3.0.2-canary.cd9ca9b73":"2021-09-15T17:43:46.661Z","3.0.2-canary.07b88e6e8":"2021-09-16T19:52:54.262Z","3.0.2-canary.46d26ff96":"2021-09-16T21:56:30.265Z","3.0.2-canary.29e0be2cb":"2021-09-16T22:01:37.513Z","3.0.2-canary.b83591e6e":"2021-09-17T19:20:45.901Z","3.0.2-canary.a5d87bc5c":"2021-09-17T22:18:34.414Z","3.0.2-canary.ff9baf70c":"2021-09-20T19:46:17.179Z","3.0.2-canary.8468d7f74":"2021-09-20T20:02:46.861Z","3.0.2-canary.c2362214a":"2021-09-20T22:55:48.374Z","3.0.2-canary.f78ceca1c":"2021-09-20T23:45:11.803Z","3.0.2-canary.f90c1d081":"2021-09-21T17:15:42.387Z","3.1.0-202182121215":"2021-09-21T21:33:02.387Z","3.0.2-canary.5823d0bac":"2021-09-22T19:29:20.636Z","3.0.2-canary.b79bd33e4":"2021-09-22T20:46:06.649Z","3.1.0-2021822203916":"2021-09-22T20:49:32.406Z","3.0.2-canary.4d2a54fb0":"2021-09-22T20:50:51.532Z","3.0.2-canary.b835b4cba":"2021-09-22T21:00:50.804Z","3.1.0-2021822225617":"2021-09-22T23:04:36.715Z","3.0.2-canary.ba9cba4e3":"2021-09-22T23:20:25.837Z","3.0.2-canary.86befb3f0":"2021-09-23T00:45:45.814Z","3.1.0-2021823172527":"2021-09-23T17:38:09.610Z","3.0.2-canary.4e7aba48a":"2021-09-23T17:42:13.690Z","3.0.2-canary.785a217ec":"2021-09-23T19:10:11.125Z","3.0.2-canary.126113703":"2021-09-23T21:02:08.794Z","3.0.2-canary.08c098211":"2021-09-24T17:30:04.881Z","3.0.2-canary.e62d02e52":"2021-09-24T17:38:46.116Z","3.0.2-canary.dfe65ff9b":"2021-09-24T18:27:31.472Z","3.0.2-canary.a99943fe3":"2021-09-24T19:13:18.238Z","3.1.0-2021824202338":"2021-09-24T20:48:49.162Z","3.1.0":"2021-09-24T22:07:36.138Z","3.1.0-canary.e5c8eeda4":"2021-09-24T22:44:56.460Z","3.1.0-canary.5e173a25e":"2021-09-24T23:45:39.870Z","3.1.0-canary.2460e8dbf":"2021-09-24T23:51:13.482Z","3.1.0-canary.85d2c4d29":"2021-09-24T23:56:02.050Z","3.1.0-canary.d3041d875":"2021-09-25T01:13:09.869Z","3.1.0-canary.316638a5b":"2021-09-27T05:57:58.339Z","3.1.0-canary.49b0406ab":"2021-09-27T18:35:48.695Z","3.1.0-canary.addd8b151":"2021-09-28T16:46:18.179Z","3.1.0-canary.2ad6ce813":"2021-09-28T18:47:02.051Z","3.1.0-canary.6f66b4b90":"2021-09-28T19:18:08.154Z","3.1.0-canary.aa48accd5":"2021-09-29T17:49:57.541Z","3.1.0-canary.91117e0c2":"2021-09-30T17:19:38.627Z","3.1.0-2021830195733":"2021-09-30T20:06:26.145Z","3.1.0-canary.f7d8324a1":"2021-09-30T23:54:55.155Z","3.1.0-canary.1b0e7af13":"2021-10-01T00:42:56.162Z","3.1.0-canary.e70de6201":"2021-10-01T18:28:13.679Z","3.1.0-canary.88ea06930":"2021-10-01T21:13:56.797Z","3.1.0-canary.49dfeb315":"2021-10-04T19:18:45.434Z","3.1.0-canary.e2c4ab278":"2021-10-05T17:23:17.248Z","3.1.0-canary.e1d551ddb":"2021-10-05T18:13:04.148Z","3.1.0-canary.a4e770e58":"2021-10-05T18:18:57.988Z","3.1.0-canary.15719e021":"2021-10-05T18:28:10.875Z","3.1.0-canary.3e920c888":"2021-10-05T18:44:56.030Z","3.1.0-canary.e456d00a7":"2021-10-05T19:00:45.517Z","3.1.0-20219523556":"2021-10-06T00:02:48.134Z","3.1.0-canary.b9235c65a":"2021-10-06T17:57:39.376Z","3.1.0-canary.a7e00b9eb":"2021-10-06T18:25:48.625Z","3.1.0-canary.a4c373401":"2021-10-07T21:36:55.116Z","3.1.0-canary.53a926390":"2021-10-07T22:12:19.556Z","3.1.0-canary.233e117f0":"2021-10-07T23:09:10.553Z","3.1.0-canary.db25f4155":"2021-10-08T00:06:27.555Z","3.1.0-canary.fc1d36497":"2021-10-11T17:34:28.758Z","3.1.0-canary.8c6b2caa3":"2021-10-11T17:45:17.339Z","3.1.0-canary.352cc2647":"2021-10-11T17:54:07.926Z","3.1.0-canary.f5a17143b":"2021-10-12T04:24:37.375Z","3.1.0-canary.5c9ad7e0b":"2021-10-12T18:10:21.091Z","3.1.0-canary.4a834d8cc":"2021-10-12T18:14:25.513Z","3.1.0-canary.93795c780":"2021-10-12T18:15:16.261Z","3.1.0-canary.703ef779d":"2021-10-12T21:23:14.706Z","3.1.1-2021912211028":"2021-10-12T21:33:36.970Z","3.1.0-canary.5a9a14473":"2021-10-14T18:27:19.779Z","3.1.0-canary.b6f30c24f":"2021-10-14T20:07:12.152Z","3.1.1":"2021-10-14T20:52:22.871Z","3.1.1-canary.ba40cde9c":"2021-10-15T00:01:22.650Z","3.1.1-canary.f27fe4304":"2021-10-15T21:32:55.695Z","3.2.0-2021920175447":"2021-10-20T18:03:09.040Z","3.1.1-canary.f1c38f3cc":"2021-10-20T18:15:09.738Z","3.1.1-canary.6dacc2400":"2021-10-20T22:20:09.026Z","3.1.1-canary.65dce1867":"2021-10-20T23:51:16.771Z","3.1.1-pr5646.99b165292":"2021-10-21T18:05:23.861Z","3.1.1-canary.f0f6d74b5":"2021-10-26T03:28:07.543Z","3.2.0-202192711727":"2021-10-27T01:31:50.102Z","3.1.1-canary.1048c4f2d":"2021-10-27T01:40:38.286Z","3.1.1-canary.f48527617":"2021-10-27T16:17:00.673Z","3.1.1-canary.317394d23":"2021-10-27T19:18:52.930Z","3.1.1-canary.dfed7f83f":"2021-10-27T21:38:14.324Z","3.1.1-canary.4594d3fd6":"2021-10-27T22:38:15.413Z","3.2.0-2021927221742":"2021-10-27T22:48:46.749Z","3.1.1-pr5646.4594d3fd6":"2021-10-28T21:37:09.776Z","3.2.0":"2021-10-28T21:56:20.044Z","3.1.1-pr5646.6d9dd3616":"2021-10-28T22:27:15.725Z","3.2.0-canary.477bdef13":"2021-11-01T17:35:06.824Z","3.2.0-canary.31bd6f27f":"2021-11-01T19:15:20.086Z","3.1.1-pr5646.1ea90dcb0":"2021-11-02T20:22:32.608Z","3.1.1-pr5646.2abc5e854":"2021-11-02T21:16:27.831Z","3.2.0-canary.61604979c":"2021-11-02T21:19:39.433Z","3.2.0-canary.0b3ca78eb":"2021-11-02T22:59:25.081Z","3.2.1-2021102231614":"2021-11-02T23:25:13.479Z","3.2.0-canary.2322b6023":"2021-11-02T23:39:01.392Z","3.2.0-canary.dbfe09e9d":"2021-11-02T23:42:48.336Z","3.2.0-canary.532b3cd93":"2021-11-03T17:35:37.601Z","3.2.0-canary.6ee947d63":"2021-11-03T19:15:00.392Z","3.2.1":"2021-11-04T21:05:00.752Z","3.2.1-canary.ee440a8e6":"2021-11-04T21:29:00.992Z","3.2.1-canary.dbd54f7c9":"2021-11-04T21:41:38.060Z","3.3.0-2021108175111":"2021-11-08T17:59:36.084Z","3.2.1-canary.3281315fa":"2021-11-08T18:02:55.785Z","3.3.0":"2021-11-08T22:05:50.837Z","3.2.1-canary.43001418a":"2021-11-08T23:01:54.560Z","3.3.0-canary.3b23a9ed6":"2021-11-09T04:37:26.405Z","3.3.0-canary.1583a8202":"2021-11-09T21:10:34.275Z","3.3.0-canary.3b338dbd8":"2021-11-10T18:26:51.678Z","3.3.0-canary.e0fe2b668":"2021-11-10T18:27:52.875Z","3.3.0-20211010221442":"2021-11-10T22:46:30.496Z","3.3.0-canary.e34e98e73":"2021-11-11T19:02:40.845Z","3.3.0-canary.7a5bc84bd":"2021-11-11T19:23:56.365Z","3.3.0-canary.88f2c706b":"2021-11-11T21:24:51.298Z","3.3.0-canary.cf40fb8e6":"2021-11-11T23:09:25.408Z","3.3.0-canary.3a9435447":"2021-11-12T17:21:22.505Z","3.3.0-canary.882d86481":"2021-11-12T18:04:02.802Z","3.3.0-canary.6f0049e66":"2021-11-16T23:26:41.517Z","3.3.1-20211017183813":"2021-11-17T19:04:04.406Z","3.3.0-canary.ce39a1a07":"2021-11-17T20:09:16.438Z","3.3.1-20211017215430":"2021-11-17T22:03:25.963Z","3.3.0-canary.0394cc97b":"2021-11-18T20:33:52.920Z","3.3.1-20211018205651":"2021-11-18T21:06:14.611Z","3.3.1":"2021-11-19T00:27:47.488Z","3.3.1-canary.cb7299cbf":"2021-11-19T01:21:45.225Z","3.3.1-canary.086df7c7e":"2021-11-22T20:12:12.929Z","3.3.1-canary.f318c7009":"2021-11-30T16:37:09.344Z","3.4.0-2021111174650":"2021-12-01T17:55:26.439Z","3.3.1-canary.625b7a7c9":"2021-12-01T19:41:57.898Z","3.3.1-canary.08186856d":"2021-12-02T17:08:14.419Z","3.3.1-canary.dc6b447ba":"2021-12-02T17:32:27.959Z","3.3.1-canary.bdc71d1b2":"2021-12-02T19:11:04.467Z","3.4.0":"2021-12-02T22:44:29.453Z","3.3.1-canary.6ae54d041":"2021-12-03T00:34:37.132Z","3.4.0-canary.34fbca4bd":"2021-12-03T18:12:39.882Z","3.4.0-canary.8298cf8a9":"2021-12-03T22:57:29.055Z","3.4.0-canary.08da8c81e":"2021-12-04T01:06:07.118Z","3.4.0-canary.8d04184b7":"2021-12-04T01:07:09.210Z","3.4.0-canary.cd5ad5055":"2021-12-04T01:10:53.928Z","3.4.0-canary.931c80dce":"2021-12-04T01:59:05.454Z","3.4.1-2021117224551":"2021-12-07T22:58:06.690Z","3.4.0-canary.a777385d6":"2021-12-07T23:11:40.820Z","3.4.0-canary.8d9a09e18":"2021-12-08T23:11:07.447Z","3.4.1-2021118224937":"2021-12-09T17:45:34.288Z","3.4.0-canary.fd8cd3ec4":"2021-12-09T18:57:25.637Z","3.4.1-2021119184024":"2021-12-09T19:45:36.118Z","3.4.1":"2021-12-09T21:52:52.779Z","3.4.0-canary.e3a5248fc":"2021-12-10T17:05:39.607Z","3.4.0-canary.774b2fc19":"2021-12-10T18:17:25.816Z","3.4.1-canary.a185b1431":"2021-12-10T19:00:49.420Z","3.4.1-canary.31db4b706":"2021-12-14T20:25:54.949Z","3.4.1-canary.0db840a09":"2021-12-14T20:32:30.841Z","3.4.1-canary.8d415c6b4":"2021-12-17T02:21:29.155Z","3.4.1-canary.9295bb0b8":"2021-12-20T17:27:42.696Z","3.4.1-canary.9ca74ee43":"2021-12-21T21:52:55.774Z","3.4.1-canary.c2fff0c6a":"2021-12-22T18:38:52.878Z","3.4.1-canary.4c042b2f9":"2021-12-22T21:17:44.637Z","3.4.1-canary.3d8109ca3":"2021-12-23T17:13:18.698Z","3.4.1-canary.3b481f572":"2022-01-04T18:22:33.494Z","3.4.1-canary.1ef134172":"2022-01-04T19:08:07.942Z","3.4.1-canary.4f3662b70":"2022-01-04T19:38:43.998Z","3.4.1-canary.be7ccb8ed":"2022-01-04T21:11:49.742Z","3.4.1-canary.7f05d22e8":"2022-01-04T23:02:48.874Z","3.4.1-canary.0b385f18c":"2022-01-05T00:07:47.933Z","3.4.2-202205224240":"2022-01-05T22:52:36.762Z","3.4.1-canary.26b197f56":"2022-01-07T19:07:02.786Z","3.4.2":"2022-01-07T19:08:43.206Z","3.4.1-canary.f873ad4d1":"2022-01-07T19:53:22.574Z","3.4.2-canary.b5084fbbf":"2022-01-10T19:58:12.181Z","3.4.2-canary.dd764b0fa":"2022-01-10T20:02:18.196Z","3.4.2-canary.044a8d7f9":"2022-01-10T21:27:24.114Z","3.4.2-canary.4ddf5566c":"2022-01-10T22:37:28.924Z","3.4.2-canary.e0f23d6f8":"2022-01-11T18:21:24.166Z","3.4.2-canary.c271d16a9":"2022-01-11T18:59:42.723Z","3.4.2-canary.d0c8bfe72":"2022-01-11T21:47:28.711Z","3.4.2-canary.3c20727d8":"2022-01-12T18:11:02.785Z","3.4.3-202201219200":"2022-01-12T19:29:26.229Z","3.4.2-canary.31055413e":"2022-01-12T22:29:38.227Z","3.4.2-canary.ff2f7d4c8":"2022-01-13T00:39:09.378Z","3.4.3-20220130341":"2022-01-13T00:43:57.327Z","3.4.3-2022013201330":"2022-01-13T20:23:57.060Z","3.4.2-canary.88d43ec00":"2022-01-13T20:35:15.284Z","3.4.3":"2022-01-13T23:09:08.825Z","3.4.2-canary.922e9ed9a":"2022-01-14T00:50:38.823Z","3.4.3-canary.1b246ae04":"2022-01-14T02:45:24.745Z","3.4.3-canary.9e0ee8f1f":"2022-01-14T20:05:38.353Z","3.4.3-canary.37c5369f1":"2022-01-14T20:10:01.252Z","3.4.3-canary.4bd3a8883":"2022-01-14T22:38:48.762Z","3.4.3-canary.4dd6abaea":"2022-01-19T00:27:01.818Z","3.4.3-canary.c5d8f6595":"2022-01-19T21:18:40.260Z","3.4.3-canary.93e6126b3":"2022-01-20T01:59:13.838Z","3.4.3-202202014332":"2022-01-20T16:51:11.930Z","3.4.3-canary.17165a8a4":"2022-01-20T17:11:05.876Z","3.4.3-canary.67b6decbb":"2022-01-20T17:38:10.151Z","3.4.3-2022020173427":"2022-01-20T17:43:35.362Z","3.4.3-canary.827b0808d":"2022-01-21T01:18:54.438Z","3.4.3-canary.2d04af91d":"2022-01-21T20:48:28.576Z","3.4.3-canary.4983f4d5a":"2022-01-24T23:58:31.489Z","3.4.3-canary.e04b7452b":"2022-01-25T17:56:21.107Z","3.4.3-canary.e80d18d65":"2022-01-25T18:18:22.753Z","3.4.3-canary.2820674b8":"2022-01-25T18:58:39.615Z","3.4.3-canary.e28b0e413":"2022-01-26T19:21:37.295Z","3.4.3-canary.d612d6f6e":"2022-01-26T21:28:42.028Z","3.4.4-canary.e9619685b":"2022-02-09T20:01:33.310Z","3.4.4-canary.f5ac47fb1":"2022-02-09T20:06:58.617Z","3.4.4-canary.6c8eabfc5":"2022-02-10T00:24:23.174Z","3.4.4-canary.434d87ee2":"2022-02-10T16:52:12.715Z","3.4.4-canary.3fe2c4a03":"2022-02-10T19:26:09.475Z","3.4.4-canary.eaa517069":"2022-02-10T21:14:20.010Z","3.4.4-canary.c1b9cf120":"2022-02-10T21:15:20.184Z","3.4.4-canary.50de44c2e":"2022-02-11T21:13:08.077Z","3.4.4-canary.bb8f37c3e":"2022-02-12T00:53:33.708Z","3.4.4-canary.3e9f3e253":"2022-02-12T06:00:28.861Z","3.4.4-canary.ea9895797":"2022-02-15T02:02:51.828Z","3.4.4-canary.05a6aff7e":"2022-02-15T17:29:23.840Z","3.4.4-canary.3a8d4c1d1":"2022-02-15T17:36:46.469Z","3.4.4-canary.307d019c7":"2022-02-16T18:00:52.029Z","3.4.5-2022116201138":"2022-02-16T20:23:54.974Z","3.4.5":"2022-02-18T00:18:48.939Z","3.4.4-canary.c8907fa74":"2022-02-18T17:18:21.577Z","3.4.5-canary.9fb82cba9":"2022-02-19T01:38:45.172Z","3.4.5-canary.13c08951a":"2022-02-22T23:37:39.031Z","3.4.5-canary.8ac8fb099":"2022-02-24T04:15:03.619Z","3.4.5-canary.091e8676f":"2022-02-24T17:26:21.551Z","3.4.5-canary.1588990b7":"2022-02-24T19:02:12.425Z","3.4.5-canary.b3e4af842":"2022-02-24T20:11:42.400Z","3.4.5-canary.2b98b28f2":"2022-02-24T22:20:22.750Z","3.4.5-canary.27ed8454d":"2022-02-28T16:57:21.796Z","3.4.5-canary.09e62431f":"2022-02-28T17:49:00.576Z","3.4.5-20222320822":"2022-03-03T22:15:11.682Z","3.4.5-canary.88841d4d2":"2022-03-09T21:32:55.568Z","3.4.5-canary.927c1afc1":"2022-03-10T20:45:09.860Z","3.4.5-canary.2d672cead":"2022-03-14T20:24:22.610Z","3.4.5-canary.ddeff8384":"2022-03-15T19:04:46.367Z","3.4.5-canary.a7f4a2eb6":"2022-03-15T19:08:09.217Z","3.4.5-canary.e987dac26":"2022-03-16T16:08:29.422Z","3.4.6-2022216223411":"2022-03-16T22:44:32.498Z","3.4.5-canary.7405e7d59":"2022-03-16T22:55:40.487Z","3.4.6":"2022-03-17T20:21:50.599Z","3.4.6-canary.911c02822":"2022-03-17T20:54:34.698Z","3.4.6-canary.69aa7b02d":"2022-03-18T16:11:43.067Z","3.4.6-canary.14ccbadd0":"2022-03-18T21:27:41.180Z","3.4.6-canary.3198d58dc":"2022-03-22T17:31:17.124Z","3.4.6-canary.3f51e1245":"2022-03-22T23:27:17.467Z","3.4.6-canary.349648917":"2022-03-22T23:38:33.234Z","3.4.7-2022222232915":"2022-03-22T23:40:10.886Z","3.4.6-canary.f8c571c01":"2022-03-24T17:02:21.995Z","3.4.6-canary.b59a56dc5":"2022-03-24T17:08:07.825Z","3.4.7":"2022-03-24T22:16:22.112Z","3.4.7-canary.7343a55c4":"2022-03-24T23:02:08.968Z","3.4.7-canary.46fe1362c":"2022-03-28T17:21:54.189Z","3.4.7-canary.1c37b5e96":"2022-03-28T18:02:41.958Z","3.4.7-canary.0001e23e2":"2022-03-31T20:12:23.930Z","3.4.7-canary.d756f4e11":"2022-03-31T20:55:51.257Z","3.4.7-canary.7a4e65cef":"2022-04-08T20:33:37.086Z","3.4.7-canary.7009181d9":"2022-04-11T16:01:53.684Z","3.4.7-canary.e5284a12a":"2022-04-11T17:36:09.657Z","3.4.7-canary.e9e5f6b3c":"2022-04-11T17:38:44.321Z","3.4.7-canary.05dc9d6a0":"2022-04-12T20:44:27.440Z","3.4.8-2022312211851":"2022-04-12T21:30:35.763Z","3.4.7-canary.82e23a51d":"2022-04-13T18:16:46.669Z","3.4.7-canary.1cf124e6e":"2022-04-13T20:11:09.815Z","3.4.7-canary.15409a7b9":"2022-04-14T16:49:41.574Z","3.4.7-canary.95c59fe6f":"2022-04-14T17:19:55.408Z","3.4.8":"2022-04-14T20:22:24.190Z","3.4.8-canary.f257b437a":"2022-04-14T20:55:43.897Z","3.4.8-canary.7b58dabdf":"2022-04-14T21:12:03.574Z","3.4.8-canary.524948356":"2022-04-15T17:00:18.015Z","3.4.8-canary.38da5d9be":"2022-04-15T19:42:13.626Z","3.4.8-canary.b53831275":"2022-04-19T13:36:49.356Z","3.4.8-canary.9417675e6":"2022-04-19T16:11:28.539Z","3.4.8-canary.aa41fd662":"2022-04-19T18:26:22.712Z","3.4.8-canary.c69c6898a":"2022-04-19T20:59:38.270Z","3.4.8-canary.44948ac91":"2022-04-20T16:47:24.547Z","3.4.8-canary.dc0e92632":"2022-04-21T19:16:57.278Z","3.4.8-canary.752776f42":"2022-04-25T18:41:41.242Z","3.4.8-canary.93f3e841e":"2022-04-25T22:42:16.902Z","3.4.8-canary.215e657ea":"2022-04-25T23:36:32.153Z","3.4.8-canary.942e59c64":"2022-04-26T18:41:56.214Z","3.4.8-canary.17db799d2":"2022-04-26T20:33:56.150Z","3.4.8-canary.34153f29a":"2022-04-27T17:27:21.944Z","3.4.8-canary.4f9e3eaac":"2022-04-27T17:53:58.781Z","3.4.8-canary.e91b0d175":"2022-04-27T19:00:52.053Z","3.4.8-canary.e76305a0f":"2022-04-27T22:14:53.359Z","3.4.8-canary.477815d4e":"2022-04-28T19:25:23.870Z","3.4.8-canary.19e31a231":"2022-04-28T19:32:30.253Z","3.4.8-canary.d8be8bf1c":"2022-04-28T21:16:42.613Z","3.4.8-canary.d881dced8":"2022-04-28T21:48:15.971Z","3.4.8-canary.69baecadd":"2022-05-02T18:18:44.536Z","3.4.8-canary.76a638b9a":"2022-05-02T19:07:09.221Z","3.4.8-canary.c096f8473":"2022-05-03T14:53:28.291Z","3.4.8-canary.b43d36b9b":"2022-05-03T19:08:20.566Z","3.4.8-canary.095f6cab1":"2022-05-03T19:14:43.555Z","3.4.8-canary.27eb87969":"2022-05-03T20:14:28.388Z","3.4.8-canary.5c92d9c90":"2022-05-03T22:04:26.652Z","3.4.8-canary.9c5c9c36d":"2022-05-04T18:15:32.876Z","3.4.8-canary.5ce067663":"2022-05-04T20:31:30.265Z","3.4.8-canary.dfab18af6":"2022-05-05T14:45:47.715Z","3.4.8-canary.adb9aaa34":"2022-05-05T17:34:53.333Z","3.4.8-canary.c87364175":"2022-05-05T17:29:39.712Z","3.4.8-canary.6ceff4db0":"2022-05-05T17:31:53.931Z","3.4.8-canary.9c6808fea":"2022-05-05T17:33:16.835Z","3.4.8-canary.1ac3c9d41":"2022-05-05T22:26:09.465Z","3.4.9-20220505222723":"2022-05-05T22:37:22.425Z","3.4.8-canary.874cdbbcc":"2022-05-06T00:49:51.914Z","3.4.8-canary.63caee2a5":"2022-05-06T16:34:51.464Z","3.4.8-canary.936591c6b":"2022-05-06T17:53:30.174Z","3.4.9-20220506182631":"2022-05-06T18:37:43.276Z","3.4.9":"2022-05-06T19:26:52.357Z","3.4.8-canary.74ac9b0a9":"2022-05-06T20:47:28.133Z","3.4.8-canary.6f1069936":"2022-05-06T22:15:52.316Z","3.4.9-canary.61f7112e0":"2022-05-06T22:27:35.845Z","3.4.9-canary.b34446b38":"2022-05-09T16:34:43.633Z","3.4.9-canary.142f03ae6":"2022-05-09T16:37:56.620Z","3.4.9-canary.07cf0f1c9":"2022-05-09T17:02:53.436Z","3.4.9-canary.7233e7904":"2022-05-09T17:34:07.939Z","3.4.9-canary.094da9eed":"2022-05-09T19:30:59.601Z","3.4.9-canary.d38eced3b":"2022-05-09T19:34:36.749Z","3.4.9-canary.e15e8952b":"2022-05-09T22:14:57.975Z","3.4.9-canary.e5a465401":"2022-05-10T17:12:46.055Z","3.4.9-canary.f43b2b467":"2022-05-10T21:02:40.748Z","3.4.9-canary.412ff6e2a":"2022-05-10T21:13:09.539Z","3.4.9-canary.8454f41b4":"2022-05-11T14:56:52.817Z","3.4.9-canary.aa44d529e":"2022-05-11T16:42:58.276Z","3.4.9-canary.c424340aa":"2022-05-11T23:01:06.924Z","3.4.9-canary.1a06d5d60":"2022-05-13T17:45:48.505Z","3.4.9-canary.259389ae5":"2022-05-19T17:39:23.394Z","3.4.9-canary.5d5d6ec86":"2022-05-20T16:53:30.452Z","3.4.9-canary.b6196d28c":"2022-05-23T18:53:04.872Z","3.4.9-canary.11d37eddc":"2022-05-23T19:26:02.225Z","3.4.9-canary.dbf623ffe":"2022-05-23T21:20:44.104Z","3.4.9-canary.af7a1820a":"2022-05-23T22:36:04.986Z","3.4.9-canary.36dbcc306":"2022-05-24T18:08:49.230Z","3.4.9-canary.4559c51b8":"2022-05-24T19:25:33.745Z","3.4.9-canary.71d521627":"2022-05-25T18:45:40.322Z","3.4.9-canary.88517b591":"2022-05-26T00:25:54.711Z","3.4.9-canary.63ac2ed28":"2022-05-26T19:41:54.731Z","3.4.9-canary.507d52e30":"2022-05-26T19:48:45.208Z","3.4.9-canary.568fd0df5":"2022-05-26T21:29:13.710Z","3.4.9-canary.9614bbdc0":"2022-05-26T23:37:00.085Z","3.4.9-canary.8d03c8a74":"2022-05-27T15:22:30.830Z","3.4.9-canary.cadc80416":"2022-05-27T17:57:50.541Z","3.4.9-canary.2fab71df1":"2022-05-27T19:55:38.782Z","3.4.9-canary.db0dd9fec":"2022-05-27T21:27:10.225Z","3.4.9-canary.19e37af09":"2022-05-31T19:25:35.328Z","3.4.9-canary.961c4296a":"2022-05-31T20:25:40.394Z","3.4.9-canary.9fddd5c20":"2022-05-31T22:39:50.129Z","3.4.9-canary.d4b52b612":"2022-06-02T17:06:58.322Z","3.4.9-canary.2cd1cc76f":"2022-06-02T17:09:10.501Z","3.4.9-canary.f84cacd70":"2022-06-02T17:47:28.857Z","3.4.9-canary.0197076b8":"2022-06-02T21:41:45.078Z","3.4.9-canary.c66d59c3d":"2022-06-03T17:34:58.202Z","3.4.9-canary.2d6a4143d":"2022-06-03T17:41:20.444Z","3.4.9-canary.497d34c84":"2022-06-06T17:01:06.621Z","3.4.9-canary.8340f84d6":"2022-06-08T17:58:41.841Z","3.4.9-canary.cec9946c7":"2022-06-08T21:14:44.368Z","3.4.9-canary.d6338f0af":"2022-06-08T23:24:24.672Z","3.4.9-canary.59cc9ce3d":"2022-06-09T17:47:14.346Z","3.4.10-20220609194004":"2022-06-09T20:00:03.230Z","3.4.9-canary.2ce5d19a2":"2022-06-09T20:03:14.111Z","3.4.9-canary.abcab980c":"2022-06-09T21:56:13.896Z","3.4.10":"2022-06-09T23:54:17.395Z","3.4.10-canary.790b08bf6":"2022-06-10T00:32:26.594Z","3.4.10-canary.ebc17e27f":"2022-06-13T18:11:06.642Z","3.4.10-canary.8f826604e":"2022-06-13T20:22:30.590Z","3.4.10-canary.b091b0228":"2022-06-14T23:19:10.317Z","3.4.10-canary.8e952e2ee":"2022-06-15T21:54:10.255Z","3.4.10-canary.578dc5836":"2022-06-16T16:33:21.830Z","3.4.10-canary.421fc3ba5":"2022-06-16T21:02:14.480Z","3.4.10-canary.efe2000fc":"2022-06-16T22:56:49.154Z","3.4.10-canary.d87d3a8b8":"2022-06-17T15:09:43.499Z","3.4.11-20220621210445":"2022-06-21T21:25:08.946Z","3.4.10-canary.e673dc808":"2022-06-21T22:23:55.593Z","3.4.10-canary.8c52a96ed":"2022-06-23T15:22:05.833Z","3.4.10-canary.bf4959b60":"2022-06-23T17:17:26.909Z","3.4.11":"2022-06-23T20:35:20.799Z","3.4.11-canary.47b34555c":"2022-06-23T23:49:22.824Z","3.4.11-canary.d3336a9cd":"2022-06-24T00:07:36.163Z","3.4.11-canary.b60cf76e1":"2022-06-24T00:10:15.003Z","3.4.11-canary.69e2ee064":"2022-06-24T17:57:30.212Z","3.4.11-canary.b12af44a5":"2022-06-27T18:19:22.141Z","3.4.11-canary.280c25605":"2022-06-27T20:49:51.160Z","3.4.11-canary.47fefc238":"2022-06-28T21:06:59.174Z","3.4.11-canary.1d3a34d7d":"2022-06-29T18:01:10.497Z","3.4.11-canary.7cad614ec":"2022-07-01T17:54:45.193Z","3.4.11-canary.5edd81fb5":"2022-07-06T18:21:57.945Z","3.4.12-20220706191717":"2022-07-06T19:45:13.215Z","3.4.11-canary.c187446a2":"2022-07-06T22:23:41.338Z","3.4.11-canary.a6dc37767":"2022-07-07T18:18:49.771Z","3.4.12-20220707184205":"2022-07-07T19:04:32.139Z","3.4.11-canary.ad773fa45":"2022-07-07T19:11:59.507Z","3.4.12-20220707195244":"2022-07-07T20:13:21.758Z","3.4.11-canary.1261d8323":"2022-07-07T20:16:31.952Z","3.4.11-canary.6a8be1337":"2022-07-07T21:36:40.372Z","3.4.12-20220707215600":"2022-07-07T22:15:59.415Z","3.4.11-canary.13550089f":"2022-07-07T22:17:29.720Z","3.4.12":"2022-07-07T22:49:08.683Z","3.4.12-canary.39f4635eb":"2022-07-07T23:38:15.903Z","3.4.12-canary.f36d627af":"2022-07-18T20:59:26.196Z","3.4.12-canary.1703bb31a":"2022-07-19T17:34:35.343Z","3.4.12-canary.691292b8d":"2022-07-19T20:24:45.754Z","3.4.13-20220719211451":"2022-07-19T21:36:51.026Z","3.4.12-canary.07483641c":"2022-07-19T21:59:04.655Z","3.4.12-canary.1a15c7da7":"2022-07-20T01:15:34.877Z","3.4.13-20220720012906":"2022-07-20T01:48:52.512Z","3.4.12-canary.e4eda86ea":"2022-07-20T20:29:46.321Z","3.4.12-canary.65838089d":"2022-07-20T23:18:48.308Z","3.4.12-canary.13a8c9f9b":"2022-07-21T16:40:13.145Z","3.4.13":"2022-07-22T14:36:06.896Z","3.4.13-canary.57b00d49f":"2022-07-22T17:55:48.680Z","3.4.13-canary.290158b10":"2022-07-25T16:51:05.820Z","3.4.13-canary.3483c7d9e":"2022-07-25T16:54:30.386Z","3.4.13-canary.826014960":"2022-07-25T17:33:30.340Z","3.4.13-canary.572e111e3":"2022-07-25T22:11:11.584Z","3.4.13-canary.f32cc8f22":"2022-07-25T22:16:41.700Z","3.4.13-canary.33d865d56":"2022-07-25T22:17:06.784Z","3.4.13-canary.34c503c35":"2022-07-26T17:07:14.134Z","3.4.13-canary.f5426a512":"2022-07-26T22:53:45.704Z","3.4.13-canary.6a17eb624":"2022-07-28T20:51:06.101Z","3.4.13-canary.82a6add13":"2022-08-02T22:06:16.774Z","3.4.13-canary.772da5aac":"2022-08-03T18:37:17.934Z","3.4.13-canary.10765511f":"2022-08-03T19:02:49.373Z","3.4.14-20220804201204":"2022-08-04T20:30:26.587Z","3.4.14":"2022-08-04T22:35:26.985Z","3.4.14-canary.a80e29cbb":"2022-08-04T23:05:03.423Z","3.4.14-canary.79df09b11":"2022-08-05T17:50:28.388Z","3.4.14-canary.ac578e98f":"2022-08-06T01:45:22.310Z","3.4.14-canary.a5d9e1083":"2022-08-12T00:40:08.334Z","3.4.14-canary.2b2079d86":"2022-08-12T22:39:51.499Z","3.4.14-canary.dc7574e0f":"2022-08-15T20:28:51.819Z","3.4.14-canary.6f4ba2525":"2022-08-15T22:12:43.087Z","3.4.14-canary.fcd4b8ac3":"2022-08-15T22:41:02.565Z","3.4.14-canary.b6c231a28":"2022-08-16T19:56:42.265Z","3.4.14-canary.9f1e3c667":"2022-08-17T20:07:30.404Z","3.4.14-canary.dcfebe8dc":"2022-08-18T18:54:17.821Z","3.4.14-canary.47895fe5b":"2022-08-18T20:34:40.195Z","3.4.14-canary.bea604ea3":"2022-08-19T16:09:00.049Z","3.4.14-canary.f88805e48":"2022-08-19T21:35:26.977Z","3.4.14-canary.0361bf3d7":"2022-08-22T19:49:39.556Z","3.4.14-canary.dac1e4ca0":"2022-08-22T22:06:48.381Z","3.4.14-canary.474025cc5":"2022-08-23T19:15:46.029Z","3.4.14-canary.f35533594":"2022-08-25T06:26:13.236Z","3.4.14-canary.85b23207e":"2022-08-25T17:13:45.100Z","3.4.14-canary.b993aeec4":"2022-08-26T01:38:23.980Z","3.4.14-canary.ca1b0c89b":"2022-08-29T19:46:03.008Z","3.4.15-20220831174748":"2022-08-31T18:06:05.509Z","3.4.14-canary.04dcdbb0f":"2022-08-31T18:46:15.049Z","3.4.14-canary.37a8abd19":"2022-08-31T18:49:19.197Z","3.4.15":"2022-09-02T00:29:48.432Z","3.4.15-canary.87c90a78d":"2022-09-02T17:02:41.056Z","3.4.15-canary.666c8ec1f":"2022-09-07T17:45:08.528Z","3.4.15-canary.2bdbd44f6":"2022-09-07T19:08:20.712Z","3.4.15-canary.7c0c640a4":"2022-09-07T19:49:03.400Z","3.4.15-canary.e06d9069c":"2022-09-12T20:25:33.193Z","3.5.0-20220914164443":"2022-09-14T17:04:00.406Z","3.4.15-canary.ba8d1dbeb":"2022-09-15T17:45:27.472Z","3.5.0-20220915175052":"2022-09-15T18:13:04.877Z","3.5.0":"2022-09-15T19:12:31.439Z","3.5.0-canary.5b696dece":"2022-09-15T19:56:22.224Z","3.5.0-canary.e35db6f95":"2022-09-16T20:19:51.550Z","3.5.0-canary.b3951c6e4":"2022-09-21T19:19:49.731Z","3.5.0-canary.8031cd425":"2022-09-22T16:40:15.169Z","3.5.0-canary.a4918888a":"2022-09-22T19:21:10.558Z","3.5.0-canary.c6ba6fc0f":"2022-09-26T18:13:59.116Z","3.5.0-canary.e33694638":"2022-09-28T15:53:45.059Z","3.5.0-canary.516fe9cfd":"2022-09-28T16:37:17.446Z","3.5.0-canary.ee871fc0b":"2022-09-28T18:27:36.670Z","3.5.0-canary.fdd4ab464":"2022-09-28T18:58:16.165Z","3.5.0-canary.a7255a215":"2022-09-28T19:04:59.192Z","3.5.0-canary.de32c2456":"2022-09-28T19:32:48.155Z","3.6.0-20220929164943":"2022-09-29T17:10:38.975Z","3.5.0-canary.5aa48d0ab":"2022-10-03T22:45:39.277Z","3.5.0-canary.629627fa8":"2022-10-03T22:50:29.290Z","3.5.0-canary.34ad43cc2":"2022-10-04T00:21:51.444Z","3.6.0":"2022-10-06T19:43:39.335Z","3.5.0-canary.4eb8145fb":"2022-10-06T20:20:37.157Z","3.6.0-canary.9799efe9d":"2022-10-06T21:03:03.247Z","3.6.0-canary.397317b53":"2022-10-07T00:30:19.852Z","3.6.0-canary.0a112bd2a":"2022-10-07T20:03:22.742Z","3.6.0-canary.29d034072":"2022-10-07T22:33:11.398Z","3.6.0-canary.63f4eca8a":"2022-10-10T18:50:53.672Z","3.6.0-canary.1fbc4c4b7":"2022-10-10T18:52:56.728Z","3.7.0-20221010190246":"2022-10-10T19:35:01.187Z","3.7.0-20221010203322":"2022-10-10T20:56:05.087Z","3.6.0-canary.171b78b76":"2022-10-10T20:59:42.209Z","3.7.0-20221010211037":"2022-10-10T21:34:07.340Z","3.6.0-canary.03d1fabcb":"2022-10-10T23:23:55.794Z","3.7.0":"2022-10-11T18:52:54.846Z","3.7.0-canary.9d0632b3b":"2022-10-11T19:50:03.057Z","3.7.0-canary.141df0080":"2022-10-11T20:37:57.540Z","3.7.0-canary.48a127b2f":"2022-10-11T22:25:24.328Z","3.7.0-canary.5f55ed828":"2022-10-12T17:37:17.205Z","3.7.0-canary.ef5ece330":"2022-10-12T18:23:36.837Z","3.7.0-canary.8a6e9e62f":"2022-10-12T18:57:19.428Z","3.7.1-20221012194824":"2022-10-12T20:09:43.772Z","3.7.0-canary.807f06aa2":"2022-10-12T20:12:04.903Z","3.7.1":"2022-10-12T21:26:22.586Z","3.7.1-canary.7b6e99d51":"2022-10-12T22:05:11.794Z","3.7.1-canary.61769b361":"2022-10-13T19:08:50.487Z","3.7.1-canary.d922816a8":"2022-10-13T21:18:08.831Z","3.7.1-canary.eea63dc85":"2022-10-13T21:24:07.265Z","3.7.1-canary.2012b6b67":"2022-10-14T20:32:05.950Z","3.7.1-canary.012fd763c":"2022-10-17T21:02:42.982Z","3.7.1-canary.4af28c1a4":"2022-10-17T21:32:59.677Z","3.7.1-canary.3d9611e8d":"2022-10-17T22:41:44.503Z","3.7.1-canary.4679a95f7":"2022-10-18T17:09:18.514Z","3.7.1-canary.46596de09":"2022-10-18T17:13:21.094Z","3.7.1-canary.de1c717c2":"2022-10-19T02:42:26.172Z","3.7.1-canary.941ad2966":"2022-10-19T19:41:45.997Z","3.7.1-canary.8f031b44a":"2022-10-21T18:41:34.638Z","3.7.1-canary.4b9da74db":"2022-10-25T19:49:54.410Z","3.7.2-20221025194556":"2022-10-25T20:09:46.583Z","3.7.1-canary.3f1354f1f":"2022-10-25T20:32:44.968Z","3.7.1-canary.bf7cc8f69":"2022-10-27T01:23:30.378Z","3.7.2":"2022-10-27T18:12:55.275Z","3.7.2-canary.d7acc9653":"2022-10-27T19:26:48.454Z","3.7.2-canary.e2a90bf67":"2022-10-28T16:07:25.593Z","3.7.2-canary.9e9ee7ba3":"2022-11-01T21:54:07.651Z","3.7.2-canary.457fc2eeb":"2022-11-03T17:32:51.423Z","3.7.2-canary.80932363c":"2022-11-03T17:35:37.172Z","3.7.2-canary.7e0867017":"2022-11-03T17:56:02.668Z","3.7.2-canary.6efd96b78":"2022-11-04T19:12:05.476Z","3.7.2-canary.6e666dc08":"2022-11-07T21:26:03.711Z","3.7.2-canary.bec38d9f3":"2022-11-08T17:52:03.716Z","3.7.3-20221108184443":"2022-11-08T19:02:43.645Z","3.7.2-canary.8876b783f":"2022-11-09T18:38:33.751Z","3.7.2-canary.0c0c58f47":"2022-11-09T21:31:39.124Z","3.7.3-20221109210852":"2022-11-09T21:32:28.196Z","3.7.2-canary.2fdd60104":"2022-11-09T22:19:01.693Z","3.7.3":"2022-11-10T20:31:24.954Z","3.7.3-canary.e9fb4037f":"2022-11-10T22:22:12.456Z","3.7.3-canary.a9add5e44":"2022-11-15T16:47:17.738Z","3.7.3-canary.37dd6f6f4":"2022-11-18T20:03:14.837Z","3.7.3-canary.ab3f16cba":"2022-11-21T20:05:25.997Z","3.7.3-canary.fde5adf63":"2022-11-22T22:28:25.514Z","3.7.3-canary.e650f6498":"2022-11-28T21:07:34.236Z","3.7.3-canary.243e47d6f":"2022-11-29T20:35:36.120Z","3.7.3-canary.09dfc3aac":"2022-11-29T22:16:04.493Z","3.7.3-canary.1625f7a95":"2022-11-30T21:31:19.771Z","3.7.3-canary.7e237cd47":"2022-12-01T17:50:07.671Z","3.7.3-canary.c20633ed3":"2022-12-01T23:29:29.061Z","3.7.3-canary.3bd031691":"2022-12-02T18:35:31.015Z","3.7.3-canary.649e7f3b6":"2022-12-02T21:01:29.655Z","3.8.0-20221206221533":"2022-12-06T22:47:31.441Z","3.7.3-canary.734fdcd91":"2022-12-07T22:26:17.427Z","3.8.0":"2022-12-08T22:17:48.449Z","3.8.0-canary.41549bb86":"2022-12-09T17:56:17.812Z","3.8.0-canary.70e62540a":"2022-12-10T00:14:04.842Z","3.8.0-canary.37f31c57b":"2022-12-12T23:22:23.817Z","3.8.0-canary.d8af08feb":"2022-12-13T22:33:46.202Z","3.8.0-canary.9d2757a6b":"2022-12-20T20:19:42.134Z","3.8.0-canary.d4114a4f7":"2022-12-21T19:07:56.550Z","3.8.0-canary.20e5ef7fb":"2022-12-21T21:49:42.094Z","3.8.0-canary.a7622d49f":"2022-12-21T23:01:55.836Z","3.8.0-canary.06dc1364d":"2022-12-22T22:10:20.889Z","3.8.0-canary.1455bfa43":"2023-01-03T22:07:07.370Z","3.8.0-canary.cd92522a4":"2023-01-06T22:53:10.421Z","3.8.0-canary.50b8191f6":"2023-01-06T23:46:17.955Z","3.8.0-canary.a4056634a":"2023-01-10T19:25:31.547Z","3.8.0-canary.0cd40007b":"2023-01-13T18:05:40.572Z","3.8.0-canary.a67eb5d04":"2023-01-13T18:10:13.034Z","3.8.0-canary.e9bcd4c43":"2023-01-13T20:02:43.189Z","3.8.0-canary.3ee35f9ae":"2023-01-14T05:44:10.762Z","3.8.1-20230117221326":"2023-01-17T22:47:28.588Z","3.8.0-canary.49ee786f2":"2023-01-18T20:29:32.999Z","3.8.1":"2023-01-19T21:55:33.589Z","3.8.0-canary.4604b3cb7":"2023-01-24T18:21:25.627Z","3.8.0-canary.6439f1173":"2023-01-24T22:39:00.093Z","3.8.1-canary.68369740a":"2023-01-25T20:33:30.569Z","3.8.1-canary.f8ddadba9":"2023-01-26T19:13:00.494Z","3.8.1-canary.825e648b8":"2023-01-27T18:00:55.471Z","3.8.1-canary.27b5e7d70":"2023-01-31T18:30:10.944Z","3.8.1-canary.0bab0b7a7":"2023-01-31T20:36:44.050Z","3.8.2-20230131204242":"2023-01-31T21:13:30.277Z","3.8.1-canary.70c042a3a":"2023-02-01T00:45:56.333Z","3.8.2-20230201003102":"2023-02-01T01:03:12.183Z","3.8.2":"2023-02-02T22:46:20.736Z","3.8.2-canary.3323f68c8":"2023-02-03T00:29:31.825Z","3.8.3-20230203174750":"2023-02-03T18:22:26.942Z","3.8.2-canary.d071bd1ac":"2023-02-03T18:24:37.452Z","3.8.3":"2023-02-03T20:20:03.083Z","3.8.3-canary.3d605f8e7":"2023-02-03T21:57:32.098Z","3.8.3-canary.ac5cc6e1a":"2023-02-03T23:08:41.601Z","3.8.3-canary.42fa2a137":"2023-02-06T16:10:08.202Z","3.8.3-canary.fa0a7c063":"2023-02-08T22:05:43.221Z","3.8.3-canary.9874614b2":"2023-02-09T21:32:57.884Z","3.8.3-canary.ce2671a87":"2023-02-09T22:14:38.183Z","3.8.3-canary.67c5a0dc5":"2023-02-09T23:44:12.019Z","3.8.3-canary.ad4007425":"2023-02-10T06:16:23.524Z","3.8.3-canary.b5f86b1a3":"2023-02-10T14:52:55.064Z","3.8.3-canary.4b4455347":"2023-02-10T14:57:11.088Z","3.8.3-canary.f741ac162":"2023-02-10T23:31:39.612Z","3.8.3-canary.c59f537b1":"2023-02-11T01:04:36.741Z","3.8.3-canary.c36f3ab4b":"2023-02-13T18:43:20.285Z","3.8.3-canary.b5a1a6054":"2023-02-14T18:30:08.892Z","3.8.3-canary.c8a6e08b0":"2023-02-15T22:32:32.015Z","3.8.3-canary.75d4a9a2b":"2023-02-22T01:57:00.256Z","3.8.3-canary.b970dc522":"2023-02-22T23:42:58.491Z","3.8.3-canary.36558bd2e":"2023-02-23T15:45:49.164Z","3.8.3-canary.b30186ffc":"2023-02-23T19:11:16.249Z","0.3.0":"2018-01-17T17:06:19.925Z","1.3.2":"2019-05-23T21:14:24.467Z","3.8.3-canary.7150c7859":"2023-02-27T19:14:13.410Z","3.8.3-canary.39c9ada85":"2023-03-01T00:16:32.484Z","3.9.0-20230301000120":"2023-03-01T00:22:44.243Z","3.8.3-canary.d5d78cbcf":"2023-03-01T18:36:49.958Z","3.8.4-20230301191949":"2023-03-01T19:43:20.634Z","3.8.3-canary.e2bf2eca2":"2023-03-02T19:27:36.016Z","3.8.4":"2023-03-02T20:16:48.119Z","3.8.4-canary.722325ab2":"2023-03-02T21:51:51.603Z","3.8.4-canary.5ba524313":"2023-03-06T18:10:16.464Z","3.8.4-canary.547348ba5":"2023-03-06T22:06:50.407Z","3.8.4-canary.5099f0f60":"2023-03-07T06:41:23.247Z","3.8.4-canary.497c38ae1":"2023-03-09T07:24:06.710Z","3.8.4-canary.2e22d5bb6":"2023-03-09T16:16:49.961Z","3.8.4-canary.c4276bda1":"2023-03-10T17:33:38.426Z","3.8.4-canary.a2505bd72":"2023-03-11T01:24:06.519Z","3.8.4-canary.9a21a5729":"2023-03-14T15:44:30.292Z","3.9.0-20230314181055":"2023-03-14T18:29:07.128Z","3.8.4-canary.60a730e37":"2023-03-15T17:14:41.441Z","3.8.4-canary.4fbc73610":"2023-03-15T17:37:02.447Z","3.8.4-canary.a8be6ed52":"2023-03-15T17:56:34.154Z","3.8.4-canary.00737a1ab":"2023-03-16T17:37:02.669Z","3.8.4-canary.7d23aa4bd":"2023-03-16T18:56:16.040Z","3.9.0":"2023-03-16T21:44:31.144Z","3.9.0-canary.ae22c61de":"2023-03-16T22:32:01.165Z","3.9.0-canary.ce79f7fe2":"2023-03-17T03:55:49.532Z","3.9.0-canary.1635a72d1":"2023-03-17T18:35:14.248Z","3.9.0-canary.76970e51a":"2023-03-17T18:40:54.071Z","3.9.0-canary.b516abdf2":"2023-03-17T19:47:54.513Z","3.9.0-canary.6e80a678f":"2023-03-20T18:52:43.820Z","3.9.0-canary.04b3edbe8":"2023-03-20T23:14:04.251Z","3.9.0-canary.480d7d560":"2023-03-21T20:28:09.955Z","3.9.0-canary.eb0494565":"2023-03-24T00:41:42.955Z","3.9.0-canary.0e1f12cf1":"2023-03-28T06:59:31.888Z","3.9.0-canary.3435ba945":"2023-03-28T17:35:41.674Z","3.9.0-canary.464e7a5bd":"2023-03-28T23:08:17.576Z","3.9.0-canary.58bae8757":"2023-03-28T23:59:49.939Z","3.9.0-canary.a00136c39":"2023-03-29T00:04:55.974Z","3.10.0-20230329040242":"2023-03-29T04:21:22.354Z","3.9.0-canary.3fe759700":"2023-03-29T17:28:36.479Z","3.9.0-canary.81cb20a2f":"2023-03-29T23:17:57.697Z","3.10.0":"2023-03-30T19:19:26.921Z","3.9.0-canary.f8a2c5865":"2023-03-30T22:14:54.596Z","3.10.0-canary.a8d6499b1":"2023-03-30T23:11:02.600Z","3.10.0-canary.8c9f8c83e":"2023-03-31T16:38:52.829Z","3.10.0-canary.965396d52":"2023-03-31T19:21:55.495Z","3.10.0-canary.48a2096ae":"2023-03-31T21:19:24.744Z","3.10.0-canary.37de4d015":"2023-03-31T22:27:56.340Z","3.10.0-canary.4df00993a":"2023-04-05T00:48:01.175Z","3.10.0-canary.852ded64d":"2023-04-05T20:19:59.732Z","3.10.0-canary.f1b1c5a2a":"2023-04-06T19:57:32.005Z","3.10.0-canary.264909862":"2023-04-07T18:48:23.340Z","3.10.0-canary.fb6df8340":"2023-04-07T23:01:59.629Z","3.10.0-canary.b04f04081":"2023-04-11T00:12:11.893Z","3.10.0-canary.ea3849fff":"2023-04-11T17:13:32.344Z","3.10.0-canary.6f05b1ab5":"2023-04-11T21:22:58.720Z","3.10.0-canary.833ca9029":"2023-04-12T19:38:29.281Z","3.10.0-canary.8c44d5863":"2023-04-12T19:50:49.024Z","3.10.0-canary.b66908df6":"2023-04-12T21:57:06.478Z","3.10.1-20230413163153":"2023-04-13T16:51:34.065Z","3.10.0-canary.6b8e0c13d":"2023-04-13T16:57:38.871Z","3.10.0-canary.a9f0cc80d":"2023-04-13T19:17:23.225Z","3.10.0-canary.ecb4454c3":"2023-04-14T15:47:28.592Z","3.10.0-canary.1d6771eb3":"2023-04-15T00:09:41.754Z","3.10.0-canary.5e5c41225":"2023-04-17T17:12:44.180Z","3.10.0-canary.a57a2b5d4":"2023-04-17T17:31:04.047Z","3.10.0-canary.a059af0e1":"2023-04-17T20:04:42.692Z","3.10.1":"2023-04-18T17:28:36.865Z","3.10.1-canary.2d141ed9d":"2023-04-18T18:37:45.154Z","3.10.1-canary.253b998fc":"2023-04-18T18:57:51.715Z","3.10.1-canary.195e82ebb":"2023-04-18T20:35:40.827Z","3.10.1-canary.0a27d2fbf":"2023-04-18T20:43:05.831Z","3.10.1-canary.41f06beab":"2023-04-19T15:48:02.802Z","3.10.1-canary.98abcd5ed":"2023-04-19T16:57:34.013Z","3.10.1-canary.6f9d7b1db":"2023-04-19T17:49:28.163Z","3.10.1-canary.68b79e1a0":"2023-04-19T21:12:22.159Z","3.10.1-canary.0832dcac2":"2023-04-20T14:18:35.394Z","3.10.1-canary.43a1cc9c2":"2023-04-20T20:38:28.580Z","3.10.1-canary.61910bd97":"2023-04-20T20:59:33.999Z","3.10.1-canary.f5aec7bd8":"2023-04-21T01:42:37.307Z","3.10.1-canary.756db4219":"2023-04-25T15:09:23.168Z","3.10.1-canary.510c9b520":"2023-04-25T17:29:29.028Z","3.10.1-canary.3ca7e9720":"2023-04-25T18:53:10.703Z","3.10.1-canary.18ace68ae":"2023-04-25T18:59:53.992Z","3.10.1-canary.23d35765e":"2023-04-25T19:09:47.281Z","3.10.1-canary.6d4d18786":"2023-04-25T19:15:51.938Z","3.10.1-canary.623dba390":"2023-04-25T20:21:48.197Z","3.10.1-canary.a741002c3":"2023-04-25T21:12:31.031Z","3.10.1-canary.450e000aa":"2023-04-25T21:54:48.742Z","3.11.0-20230425221647":"2023-04-25T22:36:22.224Z","3.10.1-canary.4535cccfb":"2023-04-26T03:43:35.756Z","3.10.1-canary.466d3670a":"2023-04-26T18:17:42.145Z","3.10.1-canary.9f2ce14b3":"2023-04-26T18:33:41.862Z","3.11.0":"2023-04-27T18:56:59.784Z","3.10.1-canary.789f9186d":"2023-04-27T19:18:06.597Z","3.11.0-canary.9c317277f":"2023-04-27T19:36:33.991Z","3.11.0-canary.5a2ceb07b":"2023-04-28T18:10:23.508Z","3.11.0-canary.8051e4a99":"2023-05-01T17:53:54.491Z","3.11.0-canary.e0551fa13":"2023-05-01T19:32:01.497Z","3.11.0-canary.92e2279a2":"2023-05-01T22:52:26.434Z","3.11.0-canary.afdccd57a":"2023-05-05T22:14:29.146Z","3.11.0-canary.61586afcc":"2023-05-08T16:41:25.149Z","3.11.0-canary.6feab8975":"2023-05-08T17:18:45.248Z","3.11.0-canary.e45fea9b8":"2023-05-08T19:02:50.640Z","3.11.0-canary.e147219ee":"2023-05-08T22:41:18.880Z","3.11.0-canary.98d0b8498":"2023-05-09T19:49:09.592Z","3.12.0-20230511201449":"2023-05-11T20:35:04.940Z","3.11.0-canary.7bde55c2d":"2023-05-11T20:46:31.319Z","3.11.0-canary.a0bb76884":"2023-05-11T22:18:27.511Z","3.12.0-20230512163859":"2023-05-12T16:57:41.977Z","3.11.0-canary.9c6f97209":"2023-05-12T17:03:25.940Z","3.12.0":"2023-05-12T18:39:20.634Z","3.12.0-canary.60ff98d17":"2023-05-12T19:35:43.231Z","3.12.1-20230523183426":"2023-05-23T19:00:10.623Z","3.12.1-20230523191304":"2023-05-23T19:32:26.119Z","3.12.1-20230524132241":"2023-05-24T13:45:44.054Z","3.12.1-20230524174741":"2023-05-24T18:08:06.200Z","3.12.1-20230524195328":"2023-05-24T20:15:28.672Z","3.12.0-canary.71105881b":"2023-05-24T20:16:47.334Z","3.12.0-canary.4c492e04d":"2023-05-24T22:43:32.435Z","3.12.1-20230525023155":"2023-05-25T02:50:58.171Z","3.12.0-canary.4a86f4eb0":"2023-05-25T04:43:37.811Z","3.12.1":"2023-05-25T19:35:30.067Z","3.12.1-canary.df8604e4d":"2023-05-25T20:15:55.491Z","3.12.2-20230525231514":"2023-05-25T23:36:47.837Z","3.12.1-canary.e642fc7cd":"2023-05-26T20:00:17.624Z","3.12.1-canary.60e853898":"2023-05-30T17:40:31.562Z","3.12.1-canary.ce6189631":"2023-05-30T18:34:00.752Z","3.12.1-canary.3133e7619":"2023-05-30T18:36:54.039Z","3.12.2-20230531163950":"2023-05-31T16:59:08.820Z","3.12.1-canary.2ccc9ddb0":"2023-05-31T17:12:40.948Z","3.12.1-canary.fe7da7ec3":"2023-06-06T17:19:08.463Z","3.12.2-20230606180032":"2023-06-06T18:18:50.173Z","3.12.2-20230606210827":"2023-06-06T21:27:36.316Z","3.12.1-canary.195f52672":"2023-06-07T18:41:55.940Z","3.12.2":"2023-06-08T18:39:25.708Z","3.12.2-canary.f949ee90f":"2023-06-09T17:59:02.600Z","3.12.2-canary.713363d30":"2023-06-09T18:04:53.028Z","3.12.2-canary.e522056fc":"2023-06-12T20:06:13.978Z","3.12.2-canary.574585a20":"2023-06-13T21:27:40.891Z","3.12.2-canary.8e9aac2ef":"2023-06-14T17:57:50.728Z","3.12.2-canary.59c7b5801":"2023-06-16T21:04:33.181Z","3.13.0-20230620202556":"2023-06-20T20:44:07.634Z","3.12.2-canary.2e8039e5e":"2023-06-21T05:41:22.599Z","3.13.0-20230621164011":"2023-06-21T16:59:47.766Z","3.12.2-canary.a421d1cc0":"2023-06-21T17:00:21.042Z","3.12.2-canary.fe2ac1389":"2023-06-21T17:07:41.711Z","3.12.2-canary.85ccb2ed0":"2023-06-22T15:07:03.726Z","3.12.2-canary.d86c89f9c":"2023-06-22T18:34:45.275Z","3.12.2-canary.dd76dec20":"2023-06-22T20:17:46.848Z","3.13.0":"2023-06-22T20:55:27.160Z","3.13.0-canary.534047b4b":"2023-06-22T22:44:15.766Z","3.13.0-canary.aaf3fa396":"2023-06-26T18:35:25.880Z","3.13.0-canary.114bc6eed":"2023-06-26T22:10:12.012Z","3.13.0-canary.a6d516dad":"2023-06-28T20:53:40.710Z","3.13.0-canary.35c35fee5":"2023-06-29T13:56:53.620Z","3.13.0-canary.039f05fc5":"2023-06-29T15:09:25.578Z","3.13.0-canary.b00b54b95":"2023-06-30T14:26:17.662Z","3.13.0-canary.f2fb56fc0":"2023-06-30T18:36:26.135Z","3.13.0-canary.57f2a863f":"2023-06-30T22:01:01.396Z","3.13.0-canary.675ec3a23":"2023-07-04T14:59:32.559Z","3.13.0-canary.d41ee2f27":"2023-07-04T15:29:55.396Z","3.13.0-canary.aea4a4471":"2023-07-04T19:15:01.391Z","3.13.0-canary.6674fade1":"2023-07-05T14:48:37.563Z","3.13.0-canary.1ff891c0d":"2023-07-05T17:44:11.427Z","3.13.0-canary.4f904bf41":"2023-07-05T17:45:09.973Z","3.13.0-canary.1af178f2b":"2023-07-05T21:27:46.453Z","3.13.0-canary.c2686ed60":"2023-07-05T21:29:59.204Z","3.13.0-canary.f1c8d3806":"2023-07-05T21:33:56.548Z","3.13.0-canary.684bb4e45":"2023-07-05T23:52:15.984Z","3.13.0-canary.c29156a6e":"2023-07-06T02:17:53.844Z","4.0.0-20230706020734":"2023-07-06T02:34:55.887Z","3.13.0-canary.794441e73":"2023-07-06T18:04:35.533Z","3.13.0-canary.f3067f72d":"2023-07-06T21:44:48.100Z","3.13.0-canary.47860fe6e":"2023-07-06T22:56:04.406Z","4.0.0-20230706224113":"2023-07-06T23:06:03.600Z","4.0.0":"2023-07-07T02:49:44.004Z","4.0.0-canary.b58a617f0":"2023-07-07T03:22:40.324Z","4.0.0-canary.82d7df439":"2023-07-12T16:07:43.923Z","4.0.0-canary.fba10ad54":"2023-07-12T16:54:14.266Z","4.0.0-canary.bcb1f1ff2":"2023-07-12T17:20:53.371Z","4.0.0-canary.f06ee5237":"2023-07-12T18:35:06.372Z","4.0.0-canary.5825aaf48":"2023-07-12T19:08:52.833Z","4.0.0-canary.6b1be2a44":"2023-07-13T15:20:25.371Z","4.0.0-canary.fa160f7c7":"2023-07-17T18:23:16.808Z","4.0.0-canary.52b17b426":"2023-07-17T19:39:16.576Z","4.0.0-canary.c5518c80f":"2023-07-17T22:25:40.247Z","4.0.0-canary.cd15480e3":"2023-07-18T14:17:37.990Z","4.0.0-canary.abe69045d":"2023-07-18T17:55:55.232Z","4.0.0-canary.e91f82a20":"2023-07-18T18:26:29.975Z","4.0.0-canary.3f3f5360a":"2023-07-18T22:30:55.253Z","4.1.0-20230718222737":"2023-07-18T22:51:13.022Z","4.0.0-canary.8e15973fd":"2023-07-19T00:18:40.405Z","4.1.0-20230718235906":"2023-07-19T00:19:57.062Z","4.0.0-canary.3b4171d5a":"2023-07-20T02:57:36.463Z","4.1.0":"2023-07-20T20:47:52.739Z","4.1.0-canary.223ac18f7":"2023-07-20T22:02:45.107Z","4.1.0-canary.a5bf94c3a":"2023-07-24T17:53:52.394Z","4.1.0-canary.66cebfb6b":"2023-07-24T21:01:03.972Z","4.1.0-canary.503ca1eda":"2023-07-25T16:00:36.849Z","4.1.0-canary.146b6993a":"2023-07-31T14:22:26.720Z","4.1.0-canary.80a7f7cd1":"2023-07-31T18:47:11.591Z","4.1.0-canary.e037eeed6":"2023-08-01T16:47:02.908Z","4.1.0-canary.e201e5390":"2023-08-03T15:18:13.670Z","4.1.0-canary.b395277f3":"2023-08-04T15:24:13.079Z","4.1.0-canary.f9a232a29":"2023-08-04T17:15:14.246Z","4.1.0-canary.0038e116b":"2023-08-04T18:03:14.120Z","4.1.0-canary.c9e2b0b8c":"2023-08-07T19:20:44.085Z","4.1.0-canary.43e402fb4":"2023-08-08T15:37:21.621Z","4.1.0-canary.6c7d07923":"2023-08-08T18:59:07.945Z","4.1.0-canary.f73b24d0e":"2023-08-08T20:15:30.706Z","4.1.0-canary.040b0b450":"2023-08-10T14:57:34.758Z","4.1.0-canary.f497a400a":"2023-08-14T17:32:38.415Z","4.1.0-canary.89fb9fd17":"2023-08-14T20:03:33.112Z","4.1.0-canary.5dac8b37a":"2023-08-14T22:39:33.907Z","4.1.1-20230815211035":"2023-08-15T21:32:21.908Z","4.1.0-canary.d1eca5467":"2023-08-15T21:43:55.774Z","4.1.0-canary.86f148c40":"2023-08-16T16:50:16.005Z","4.1.0-canary.4ae804128":"2023-08-16T18:58:00.812Z","4.1.0-canary.9f90a07ac":"2023-08-16T21:31:17.548Z","4.1.0-canary.5ae289e5b":"2023-08-16T22:16:51.696Z","4.1.0-canary.4decdf639":"2023-08-16T23:54:27.453Z","4.1.0-canary.b0d5374c5":"2023-08-17T19:57:26.311Z","4.1.0-canary.345d19895":"2023-08-17T20:42:05.224Z","4.1.1":"2023-08-17T20:55:58.564Z","4.1.1-canary.cc77a2a19":"2023-08-17T22:04:44.193Z","4.1.1-canary.78d2738c2":"2023-08-18T18:26:49.188Z","4.1.2-20230822180558":"2023-08-22T18:27:34.754Z","4.1.1-canary.309f7a914":"2023-08-22T18:35:18.997Z","4.1.2":"2023-08-22T20:34:46.098Z","4.1.2-canary.b2f6084ef":"2023-08-22T21:27:44.667Z","4.1.2-canary.12221ddb4":"2023-08-24T17:53:42.241Z","4.1.2-canary.5f6304d39":"2023-08-24T20:24:54.908Z","4.1.2-canary.25cda8af6":"2023-08-25T19:52:12.135Z","4.1.3-20230829150503":"2023-08-29T15:25:32.300Z","4.1.2-canary.60e4a07d2":"2023-08-29T18:47:22.075Z","4.1.3":"2023-08-31T15:09:59.661Z","4.1.3-canary.1fd9d25ef":"2023-08-31T17:26:49.491Z","4.1.3-canary.2d0a9f5fd":"2023-09-01T15:41:59.448Z","4.1.3-canary.74fc4cf9c":"2023-09-05T14:41:11.554Z","4.1.3-canary.c5b9b1fb1":"2023-09-05T18:56:37.785Z","4.1.3-canary.fbd8e0e2e":"2023-09-05T20:30:05.061Z","4.1.3-canary.320e58cc5":"2023-09-06T18:29:44.325Z","4.1.3-canary.98cfcbd0c":"2023-09-08T17:32:09.205Z","4.2.0-20230912221625":"2023-09-12T22:42:52.420Z","4.1.3-canary.e5b96d77c":"2023-09-13T15:37:50.112Z","4.1.3-canary.2be12d7a7":"2023-09-14T12:45:15.338Z","4.2.0":"2023-09-14T19:37:16.522Z","4.2.0-canary.0ae010ef2":"2023-09-14T20:24:58.968Z","4.2.0-canary.3492066d1":"2023-09-15T18:37:30.292Z","4.2.0-canary.e30d7a652":"2023-09-21T19:46:45.757Z","4.2.0-canary.eff95304d":"2023-09-26T21:24:37.882Z","4.2.0-canary.031f19b01":"2023-09-28T12:39:05.357Z","4.2.0-canary.c95e0aab0":"2023-09-28T20:14:58.055Z","4.2.0-canary.cca47353c":"2023-09-29T16:59:22.572Z","4.2.0-canary.cbfd14cfb":"2023-10-04T14:55:19.216Z","4.2.0-canary.02e2518ca":"2023-10-10T18:39:38.176Z","4.3.0-20231010210210":"2023-10-10T21:26:36.131Z","4.3.0-20231011154928":"2023-10-11T16:11:59.247Z","4.3.0":"2023-10-12T19:53:37.666Z","4.3.0-canary.d2e4774a3":"2023-10-12T20:33:40.517Z","4.3.0-canary.8283a5556":"2023-10-13T14:40:26.898Z","4.3.0-canary.b59229836":"2023-10-13T16:40:22.501Z","4.3.0-canary.3533b32b1":"2023-10-14T00:25:52.939Z","4.3.0-canary.40b3b0f65":"2023-10-16T16:23:37.959Z","4.3.0-canary.12f25592c":"2023-10-16T19:19:05.835Z","4.3.0-canary.68927ced1":"2023-10-18T17:52:00.299Z","4.3.0-canary.698eeb67d":"2023-10-18T23:44:56.778Z","4.3.0-canary.bd073b26a":"2023-10-20T14:42:08.812Z","4.3.0-canary.f002ef36a":"2023-10-23T18:51:36.247Z","4.3.1-20231025123451":"2023-10-25T13:04:32.277Z","4.3.0-canary.cac91659b":"2023-10-25T19:58:22.783Z","4.3.0-canary.33a2298af":"2023-10-26T01:03:33.980Z","4.3.1":"2023-10-26T21:04:31.362Z","4.3.1-canary.6e4e475f6":"2023-10-26T21:48:46.498Z","4.3.2-20231027003707":"2023-10-27T00:57:53.079Z","4.3.1-canary.f27baf423":"2023-10-27T00:58:45.662Z","4.3.2":"2023-10-27T02:25:26.998Z","4.3.2-canary.12ad9f181":"2023-10-27T03:05:05.030Z","4.3.2-canary.67c5a9088":"2023-10-30T18:37:49.942Z","4.3.2-canary.f10acb360":"2023-11-01T19:59:54.080Z","4.3.2-canary.ff1a6ec2c":"2023-11-01T21:12:56.949Z","4.3.2-canary.5f496e401":"2023-11-06T22:51:45.966Z","4.3.2-canary.5c7fa8491":"2023-11-07T01:51:25.547Z","4.3.2-canary.a89e05bfc":"2023-11-09T17:13:45.632Z","4.3.2-canary.bebecdaad":"2023-11-12T15:28:40.393Z","4.4.0-20231112213030":"2023-11-12T21:44:30.084Z","4.3.2-canary.ebc694a33":"2023-11-14T20:44:27.218Z","4.3.2-canary.2a2e2b7ce":"2023-11-15T18:53:16.495Z","4.3.2-canary.b2163b33d":"2023-11-15T18:57:10.028Z","4.3.2-canary.b782bb270":"2023-11-16T19:31:41.498Z","4.3.2-canary.00235ba68":"2023-11-17T23:18:31.353Z","4.4.0-20231120214520":"2023-11-20T22:00:00.198Z","4.3.2-canary.0d29adc97":"2023-11-22T00:46:22.141Z","4.3.2-canary.a5c1a3594":"2023-11-22T19:14:25.365Z","4.4.0-20231122201901":"2023-11-22T20:34:25.035Z","4.3.2-canary.e9ff107ee":"2023-11-22T20:37:12.696Z","4.4.0":"2023-11-27T20:06:35.458Z","4.4.0-canary.e8ff8b898":"2023-11-27T20:41:33.484Z","4.4.0-canary.1d32137c5":"2023-11-29T19:47:53.382Z","4.4.0-canary.70e4cf6a6":"2023-11-29T21:07:19.422Z","4.4.0-canary.0ecaf6c9f":"2023-11-30T20:06:08.528Z","4.4.0-canary.ac10cc349":"2023-12-02T01:24:06.436Z","4.4.0-canary.8586373b4":"2023-12-05T17:14:28.693Z","4.4.0-canary.efa116b1b":"2023-12-05T21:36:04.188Z","4.4.0-canary.03ba26296":"2023-12-11T17:04:35.415Z","4.4.0-canary.7481098d4":"2023-12-11T20:52:46.498Z","4.4.0-canary.42bfb0b82":"2023-12-12T16:10:55.938Z","4.4.0-canary.15addde0b":"2023-12-12T21:48:44.737Z","4.4.0-canary.a476c4692":"2023-12-14T15:15:05.392Z","4.4.0-canary.50b2182d7":"2023-12-14T21:38:02.937Z","4.4.0-canary.2e32eebb5":"2023-12-14T21:51:44.144Z","4.4.0-canary.8b389a2f3":"2023-12-15T02:05:11.758Z","4.4.0-canary.bcf70a842":"2023-12-15T16:28:46.968Z","4.4.0-canary.5748169a2":"2023-12-15T17:10:32.236Z","4.4.0-canary.9d3896a91":"2023-12-15T19:19:20.275Z","4.4.0-canary.07a65d319":"2023-12-15T23:37:53.258Z","4.4.0-canary.ac7fee195":"2023-12-18T18:26:58.729Z","4.4.0-canary.f5882cb99":"2023-12-18T18:30:36.828Z","4.4.0-canary.4f55ae2f5":"2023-12-18T18:31:15.514Z","4.4.0-canary.f854abe5b":"2023-12-18T21:57:06.441Z","4.4.0-canary.f4788453e":"2023-12-20T17:45:44.289Z","4.4.0-canary.537d39982":"2023-12-21T15:27:22.857Z","4.4.0-canary.06f808556":"2024-01-02T18:28:20.821Z","4.4.0-canary.093e022b9":"2024-01-02T19:44:01.465Z","4.4.0-canary.97fabd4c3":"2024-01-02T20:51:17.190Z","4.4.0-canary.096542aa2":"2024-01-02T21:31:59.485Z","4.4.0-canary.16728cf3c":"2024-01-03T19:55:14.516Z","4.4.0-canary.e5fc29090":"2024-01-04T15:41:14.170Z","4.4.0-canary.7f783629e":"2024-01-04T18:50:34.340Z","4.4.0-canary.6ea51fbfa":"2024-01-06T00:08:11.396Z","4.4.0-canary.d7ace80d4":"2024-01-08T22:43:44.049Z","4.4.0-canary.991fa271c":"2024-01-10T21:42:32.933Z","4.4.1-20240116185626":"2024-01-16T19:11:00.068Z","4.4.0-canary.e9869c431":"2024-01-17T22:30:53.349Z","4.4.1":"2024-01-18T19:44:12.054Z","4.4.1-canary.49c7903b4":"2024-01-19T15:14:13.715Z","4.4.1-canary.4b5a82e86":"2024-01-19T19:10:22.830Z","4.4.1-canary.434f8418c":"2024-01-19T22:18:25.437Z","4.4.1-canary.9ea0e3b47":"2024-01-23T00:22:14.759Z","4.4.1-canary.046ac8a39":"2024-01-23T19:51:30.956Z","4.4.1-canary.895d0cf98":"2024-01-23T20:15:55.567Z","4.4.1-canary.e929e3fc9":"2024-01-24T23:49:13.731Z","4.4.1-canary.1e24c19e6":"2024-01-25T21:47:46.932Z","4.4.1-canary.d8f4ea272":"2024-01-26T19:56:00.776Z","4.4.1-canary.1ac794d63":"2024-01-26T23:48:43.048Z","4.4.1-canary.bf59c0aed":"2024-01-29T18:52:12.363Z","4.4.1-canary.3f8cbcd18":"2024-01-29T18:56:15.115Z","4.4.1-canary.4d88f0894":"2024-01-29T22:07:30.358Z","4.4.1-canary.dc11a2761":"2024-01-30T21:55:27.401Z","4.4.2-20240130223218":"2024-01-30T22:51:10.038Z","4.4.1-canary.2f7ad0ac4":"2024-01-31T23:51:58.150Z","4.4.2-20240201000521":"2024-02-01T00:23:50.310Z","4.4.2":"2024-02-01T22:06:56.957Z","4.4.2-canary.9fa0e9f5f":"2024-02-01T22:37:39.407Z","4.4.2-canary.e5a1a3454":"2024-02-27T00:26:01.491Z","4.4.2-canary.f3cec28df":"2024-02-27T14:34:58.693Z","4.4.3-20240227144051":"2024-02-27T14:55:51.135Z","4.4.3":"2024-02-28T20:14:14.967Z","4.4.3-canary.e60188d47":"2024-02-28T20:56:16.132Z","4.4.3-canary.245dd26e1":"2024-03-06T18:41:50.448Z","4.4.3-canary.feb5038e5":"2024-03-08T13:54:32.587Z","4.4.3-canary.2b22838aa":"2024-03-08T23:03:49.384Z","4.4.3-canary.6d487d7de":"2024-03-11T19:00:31.866Z","4.4.3-canary.ce88e71e7":"2024-03-11T19:29:47.219Z","4.5.0-20240312134553":"2024-03-12T13:59:32.834Z","4.5.0":"2024-03-14T14:19:33.639Z","4.5.0-canary.1eb302f5a":"2024-03-14T14:58:29.960Z","4.5.0-canary.1494c4b80":"2024-03-14T18:09:38.530Z","4.5.0-canary.0c5150106":"2024-03-20T22:42:51.779Z","4.5.0-canary.9ca1a4e4f":"2024-03-21T17:50:24.016Z","4.5.0-canary.89541ef74":"2024-03-22T20:35:34.854Z","4.5.0-canary.ed84efe50":"2024-03-23T12:32:21.811Z","4.5.0-canary.9fc463325":"2024-03-25T17:36:08.883Z","4.5.0-canary.c8a2568dd":"2024-03-26T18:45:02.221Z","4.5.1-20240326182825":"2024-03-26T18:47:32.603Z","4.5.0-canary.c6ecac8ac":"2024-03-28T17:53:58.293Z","4.5.1":"2024-03-28T20:38:16.001Z","4.5.1-canary.42fcdfe4c":"2024-03-28T21:13:53.709Z","4.5.1-canary.666dddae0":"2024-03-29T14:39:41.777Z","4.5.1-canary.6d31930b3":"2024-04-02T17:16:48.234Z","4.5.1-canary.b64b947b8":"2024-04-03T20:00:22.340Z","4.5.1-vertex-preview.8b70fc586":"2024-04-04T21:32:38.484Z","4.5.1-vertexai-preview.597bf4fbd":"2024-04-04T22:35:44.884Z","4.5.1-vertexai-preview.cdcc49eb9":"2024-04-04T23:12:11.668Z","4.5.1-canary.fe09d8338":"2024-04-08T17:55:08.824Z","4.5.1-vertexai-preview.f25ccbbaf":"2024-04-08T21:12:48.815Z","4.5.1-canary.f1a57d00d":"2024-04-08T22:56:53.329Z","4.6.0-20240409134135":"2024-04-09T13:55:45.410Z","4.5.1-canary.9297ef398":"2024-04-09T17:49:03.993Z","4.5.1-canary.a6fa54417":"2024-04-09T19:17:42.935Z","4.5.1-canary.0068ed5ab":"2024-04-09T22:02:55.169Z","4.5.1-canary.36b261c65":"2024-04-10T16:30:45.886Z","4.5.1-canary.6393c9592":"2024-04-10T19:51:34.015Z","4.5.1-vertexai-preview.3d11ecc97":"2024-04-10T20:28:43.997Z","4.5.1-canary.13ddddf52":"2024-04-10T21:32:09.997Z","4.6.0-20240410213044":"2024-04-10T21:46:37.020Z","4.5.1-canary.ad8d5470d":"2024-04-10T21:51:30.648Z","4.6.0":"2024-04-11T14:15:02.900Z","4.6.0-canary.826b57130":"2024-04-11T14:57:48.188Z","4.6.0-canary.db1ad5a82":"2024-04-11T16:07:30.584Z","4.6.0-canary.bd12e83cd":"2024-04-11T18:15:53.626Z","4.6.0-canary.4a8faddbf":"2024-04-11T19:30:50.894Z","4.6.0-canary.7db2e04c6":"2024-04-11T21:12:01.523Z","4.6.0-canary.c9a9babce":"2024-04-12T21:40:50.622Z","4.6.0-canary.be59b952a":"2024-04-12T21:45:20.705Z","4.6.0-canary.ef3039ba8":"2024-04-14T16:18:59.188Z","4.6.0-canary.55435c9f3":"2024-04-15T14:31:21.482Z","4.6.0-canary.aa412d3b4":"2024-04-15T16:11:40.689Z","4.6.0-canary.4be78a3d2":"2024-04-15T20:17:08.844Z","4.6.0-canary.07b2dc7df":"2024-04-15T20:06:05.862Z","4.6.0-canary.d1eae3a10":"2024-04-17T16:11:27.197Z","4.6.0-canary.337638470":"2024-04-17T20:06:18.705Z","4.6.0-canary.55fef6d62":"2024-04-18T14:11:23.897Z","4.6.0-canary.399ae5ab9":"2024-04-18T16:05:18.701Z","4.6.0-canary.84f9ff008":"2024-04-18T16:47:29.628Z","4.6.0-canary.224419457":"2024-04-18T18:13:26.277Z","4.6.0-canary.44a66b91d":"2024-04-18T21:58:37.342Z","4.6.0-canary.6333607fe":"2024-04-18T22:36:11.046Z","4.6.0-canary.71ab2f536":"2024-04-19T17:09:09.405Z","4.6.0-canary.02b4ea928":"2024-04-19T23:33:41.151Z","4.6.0-canary.b74d8a211":"2024-04-20T12:40:01.793Z","4.6.0-canary.03069bbf3":"2024-04-22T14:33:30.685Z","4.6.0-canary.62a20ff98":"2024-04-22T22:05:00.377Z","4.6.0-vertexai-preview.1aadc47ed":"2024-04-22T23:26:14.901Z","4.6.0-canary.36b283f3f":"2024-04-23T19:14:16.243Z","4.6.0-canary.e1a7764cf":"2024-04-24T13:46:09.150Z","4.6.1-20240424141009":"2024-04-24T14:23:55.106Z","4.6.1":"2024-04-25T14:54:22.633Z","4.6.1-canary.7709f1016":"2024-04-25T16:04:44.022Z","4.6.1-canary.4b49630c7":"2024-05-01T19:59:34.332Z","4.6.1-canary.14f9da66f":"2024-05-02T19:20:42.310Z","4.6.1-canary.f25b9e53e":"2024-05-02T23:30:45.391Z","4.6.1-canary.f631553c3":"2024-05-06T18:07:55.255Z","4.6.1-canary.e80b80738":"2024-05-08T02:22:53.222Z","4.6.1-dataconnect-preview.f2a1a4bfb":"2024-05-08T18:50:11.372Z","4.6.1-dataconnect-preview.4f89ef789":"2024-05-08T19:47:03.016Z","4.6.1-dataconnect-preview.f2ddc3d7b":"2024-05-08T20:28:27.680Z","4.6.2-20240508213348":"2024-05-08T21:47:23.533Z","4.6.1-canary.506b8a6ab":"2024-05-08T21:48:17.952Z","4.6.1-dataconnect-preview.42eb5e521":"2024-05-08T21:54:50.214Z","4.6.2-20240508224036":"2024-05-08T22:54:00.174Z","4.6.1-canary.ab883d016":"2024-05-09T16:17:10.433Z","4.6.2-20240509155850":"2024-05-09T16:17:37.376Z","4.6.1-dataconnect-preview.323fdc1b8":"2024-05-09T17:35:33.988Z","4.6.1-dataconnect-preview.81ee5169c":"2024-05-09T20:30:59.158Z","4.6.2":"2024-05-13T16:13:45.623Z","4.6.2-canary.8fb372afb":"2024-05-13T16:52:38.400Z","4.6.2-dataconnect-preview.877f8b7d0":"2024-05-13T18:10:50.676Z","4.6.2-dataconnect-preview.388b61c7e":"2024-05-13T19:16:24.235Z","4.6.2-canary.9cbb1845e":"2024-05-14T13:47:39.709Z","4.6.2-canary.2ce95696f":"2024-05-14T18:19:09.833Z","4.6.2-canary.f66769cca":"2024-05-15T18:32:16.341Z","4.6.2-canary.43a8d99d2":"2024-05-16T17:47:33.157Z","4.6.0-passkey-preview.103ead202":"2024-05-20T16:58:45.731Z","4.6.3-20240520195236":"2024-05-20T20:06:09.283Z","4.6.3":"2024-05-20T20:57:52.138Z","4.6.3-canary.7381f21a3":"2024-05-20T21:38:56.744Z","4.6.3-canary.3883133c3":"2024-05-21T21:21:17.642Z","4.6.3-canary.aa060a7f6":"2024-05-22T21:20:28.031Z","4.6.3-canary.370b6c8b7":"2024-05-23T14:24:07.415Z","4.6.3-canary.0af23e02e":"2024-05-23T17:33:20.335Z","4.6.3-canary.52d626655":"2024-05-23T18:08:25.133Z","4.6.3-canary.4f157b486":"2024-05-23T21:35:14.692Z","4.6.3-canary.08a3a936c":"2024-05-27T17:58:55.499Z","4.6.3-canary.7c256b420":"2024-05-29T21:19:59.410Z","4.6.3-canary.5e16ccfb3":"2024-05-30T14:34:44.515Z","4.6.3-canary.872e6f63e":"2024-05-31T19:02:45.738Z","4.6.3-canary.3df57edf0":"2024-05-31T19:03:30.973Z","4.6.3-canary.92a39b5ba":"2024-06-04T21:46:36.364Z","4.6.3-canary.436331ac4":"2024-06-04T21:58:25.785Z","4.6.3-canary.a90255a27":"2024-06-05T21:16:39.743Z","4.6.3-canary.576c1b1f7":"2024-06-18T23:12:01.525Z","4.6.3-canary.ca4139101":"2024-06-20T20:11:03.596Z","4.6.3-canary.8360014ac":"2024-06-21T21:21:50.054Z","4.6.3-canary.b09a267ba":"2024-06-24T20:54:41.793Z","4.6.3-eap-firestore-backfiller.87babf60c":"2024-06-25T14:28:13.589Z","4.6.3-canary.e7260e23d":"2024-06-25T14:41:50.371Z","4.6.3-canary.226fe8aa5":"2024-06-27T19:50:45.341Z","4.6.3-canary.ecadbe380":"2024-06-28T19:28:31.497Z","4.6.3-canary.192561b15":"2024-06-28T19:58:01.639Z","4.6.3-canary.ed1c99379":"2024-06-28T19:59:42.064Z","4.6.3-canary.5c75bec14":"2024-07-01T18:18:22.511Z","4.6.3-canary.f01806221":"2024-07-01T22:30:47.451Z","4.6.4-20240702143745":"2024-07-02T14:52:59.446Z","4.6.3-canary.c60aac1de":"2024-07-02T16:42:53.135Z","4.6.3-canary.766a53ea9":"2024-07-02T19:46:58.896Z","4.6.4-20240703135951":"2024-07-03T14:14:56.456Z","4.6.4":"2024-07-03T18:04:55.228Z","4.6.4-canary.52f8deb1d":"2024-07-03T18:34:54.675Z","4.6.4-canary.9cd3c1eca":"2024-07-10T17:49:28.727Z","4.6.4-canary.d752e8096":"2024-07-10T17:49:28.881Z","4.6.4-canary.84fe88079":"2024-07-10T21:02:10.889Z","4.6.4-canary.4b4db85ff":"2024-07-15T17:41:18.742Z","4.6.4-canary.f58d48cd4":"2024-07-16T15:13:36.713Z","4.6.4-canary.fd8bd4b02":"2024-07-16T20:23:12.017Z","4.6.4-canary.025f2a103":"2024-07-18T21:10:51.213Z","4.6.4-canary.1b9d95e5a":"2024-07-19T00:12:26.746Z","4.6.4-canary.14b772077":"2024-07-19T01:20:18.448Z","4.6.4-canary.46da0930c":"2024-07-24T15:10:34.720Z","4.6.4-canary.b9244a517":"2024-07-24T16:52:39.767Z","4.6.4-canary.62661245f":"2024-07-25T18:04:11.650Z","4.6.4-canary.e542f1dbd":"2024-07-25T19:51:57.195Z","4.6.4-canary.a9f844066":"2024-07-26T18:56:25.596Z","4.6.4-canary.b284467c1":"2024-07-26T19:15:13.489Z","4.6.4-canary.3f2c12a07":"2024-07-26T20:53:48.459Z","4.6.4-canary.6bb2e8931":"2024-07-30T15:50:16.977Z","4.6.4-canary.aef54687d":"2024-07-30T20:39:13.689Z","4.6.5-20240730204232":"2024-07-30T20:56:43.873Z","4.6.4-canary.6c3acf575":"2024-07-30T21:09:20.139Z","4.6.4-canary.23581c6d9":"2024-07-30T21:10:12.557Z","4.6.4-dataconnect-preview.d986d4bf2":"2024-07-31T23:28:58.041Z","4.6.5":"2024-08-01T21:49:17.263Z","4.6.5-canary.b4c5ef3c3":"2024-08-01T22:45:51.205Z","4.6.5-canary.2ddbd4e49":"2024-08-06T20:34:54.515Z","4.6.5-canary.08bb87b9f":"2024-08-06T22:01:27.939Z","4.6.5-canary.16015723b":"2024-08-08T22:01:59.159Z","4.6.5-canary.e6b852562":"2024-08-12T13:55:50.427Z","4.6.5-canary.cfca9c66a":"2024-08-13T14:41:23.049Z","4.7.0-20240813205648":"2024-08-13T21:09:57.265Z","4.7.0-20240814182916":"2024-08-14T18:42:48.042Z","4.6.5-canary.6b0ca77b2":"2024-08-14T18:43:06.817Z","4.6.5-canary.6d6ce8100":"2024-08-14T18:43:44.513Z","4.7.0":"2024-08-15T13:46:17.334Z","4.7.0-canary.f7c6dc4fe":"2024-08-15T14:59:04.707Z","4.7.0-canary.05c34c91e":"2024-08-19T21:41:16.569Z","4.7.0-canary.2ee2a90ae":"2024-08-19T22:28:32.040Z","4.7.0-canary.62348e116":"2024-08-20T13:55:55.745Z","4.7.0-canary.1ff9661af":"2024-08-20T14:55:20.905Z","4.7.0-canary.12ba46ff4":"2024-08-20T18:10:58.592Z","4.7.0-canary.8a96f4f11":"2024-08-20T18:40:38.550Z","4.7.0-canary.fa0ed08fb":"2024-08-21T17:08:16.081Z","4.7.0-canary.4c2c78b1f":"2024-08-22T14:35:18.793Z","4.7.0-canary.c6a885181":"2024-08-22T14:37:05.741Z","4.7.0-canary.5594ebc9f":"2024-08-23T14:59:06.641Z","4.7.0-canary.4ff947408":"2024-08-23T20:23:31.335Z","4.7.1-20240827161511":"2024-08-27T16:28:33.629Z","4.7.1":"2024-08-29T14:56:15.036Z","4.7.1-canary.15c36cc7a":"2024-08-29T15:36:37.887Z","4.7.1-canary.3670ab83c":"2024-09-06T15:40:45.575Z","4.7.1-canary.ca4dbcf3f":"2024-09-10T14:23:47.896Z","4.7.1-canary.16d62d4fa":"2024-09-11T00:59:06.336Z","4.7.1-canary.629919ea7":"2024-09-12T18:12:56.419Z","4.7.2-20240916151535":"2024-09-16T15:30:01.938Z","4.7.1-canary.ff0475c41":"2024-09-18T16:19:06.096Z","4.7.2":"2024-09-18T19:05:46.604Z","4.7.2-canary.2561b6306":"2024-09-18T20:07:51.785Z","4.7.2-canary.47b091324":"2024-09-20T19:47:58.683Z","4.7.2-canary.beaa4dffb":"2024-09-24T08:52:17.610Z","4.7.2-vertexai-preview.36cb0178c":"2024-09-25T18:39:28.403Z","4.7.2-vertexai-preview.6b035b7d3":"2024-09-27T21:19:33.538Z","4.7.3-20240930164710":"2024-09-30T17:00:47.971Z","4.7.3":"2024-09-30T20:44:37.957Z","4.7.3-canary.d59563ac7":"2024-09-30T23:03:18.163Z","4.7.3-canary.d6fa58854":"2024-09-30T23:23:57.176Z","4.7.3-canary.1ca18c459":"2024-10-02T16:31:37.871Z","4.7.3-canary.5f3ef9d26":"2024-10-02T16:32:30.312Z","4.7.3-canary.f3b8e4ce3":"2024-10-02T17:01:12.358Z","4.7.3-canary.aa6db78eb":"2024-10-02T20:12:12.058Z","4.7.3-canary.1c8dbee46":"2024-10-08T15:32:59.600Z","4.7.3-canary.64db19264":"2024-10-10T14:56:44.957Z","4.7.3-canary.813b9fad6":"2024-10-14T23:49:36.413Z","4.7.3-canary.a2146910c":"2024-10-15T15:15:38.951Z","4.7.3-canary.2e2804139":"2024-10-15T18:37:44.781Z","4.7.3-canary.cf988b0b1":"2024-10-15T22:08:05.793Z","4.7.3-canary.8fb044e8d":"2024-10-16T21:04:14.679Z","4.7.3-canary.b942e9e6e":"2024-10-16T23:51:23.996Z","4.7.3-canary.e4163a1fc":"2024-10-17T17:40:28.621Z","4.7.3-canary.479226bf3":"2024-10-17T21:24:41.348Z","4.7.4-20241017211210":"2024-10-17T21:27:42.136Z","4.7.4":"2024-10-21T18:21:16.648Z","4.7.4-canary.a97ac88db":"2024-10-21T18:54:18.013Z","4.7.4-canary.0f5a9aad0":"2024-10-22T18:09:06.858Z","4.7.4-canary.a75082f06":"2024-10-22T19:22:35.047Z","4.7.4-canary.fe447151b":"2024-10-23T14:40:22.429Z","4.7.4-canary.1f1ba3fee":"2024-10-23T17:16:58.525Z","4.7.4-canary.052e438bc":"2024-10-23T18:02:28.291Z","4.7.4-canary.4db3d3e7b":"2024-10-23T21:30:44.099Z","4.7.4-canary.e577a408c":"2024-10-25T12:41:45.501Z","4.7.4-canary.612335d76":"2024-10-25T18:48:18.065Z","4.7.4-canary.b80711925":"2024-10-25T19:32:39.135Z","4.7.4-canary.d4cb3f870":"2024-10-28T18:47:46.485Z","4.7.4-canary.0f5714ba5":"2024-10-30T16:21:44.492Z","4.7.4-canary.caf309007":"2024-10-30T19:27:54.053Z","4.7.4-canary.274e9a56e":"2024-11-05T22:41:09.502Z","4.7.4-canary.e3e207845":"2024-11-06T15:13:36.328Z","4.7.5-20241112154924":"2024-11-12T16:04:06.624Z","4.7.5":"2024-11-14T15:25:44.042Z","4.7.5-canary.ffbf5a60a":"2024-11-21T21:25:01.246Z","4.7.5-canary.1294e64c8":"2024-12-04T17:42:24.461Z","4.7.5-canary.c540ba9ee":"2024-12-04T17:53:45.071Z","4.7.5-canary.f05509e8c":"2024-12-04T18:04:41.203Z","4.7.5-canary.cb4309f13":"2024-12-04T19:51:34.837Z","4.7.5-canary.1e8edb705":"2024-12-06T18:36:35.624Z","4.7.5-canary.cbec4b985":"2024-12-10T18:50:30.105Z","4.7.5-canary.76c3641dc":"2024-12-11T20:49:34.699Z","4.7.5-canary.8a83d287b":"2024-12-12T14:50:55.249Z","4.7.5-canary.46c91bc3b":"2024-12-12T18:27:56.723Z","4.7.5-canary.32bf02111":"2024-12-17T16:28:26.822Z","4.7.5-canary.ddc3192b5":"2025-01-07T18:10:27.465Z","4.7.5-canary.f3a8df72a":"2025-01-07T20:54:39.779Z","4.7.5-canary.7bf2aec63":"2025-01-08T10:12:40.361Z","4.7.5-canary.25a6204c1":"2025-01-08T16:36:17.931Z","4.7.5-canary.645487bc4":"2025-01-08T18:27:36.418Z","4.7.5-canary.a13305330":"2025-01-09T18:04:29.219Z","4.7.5-canary.c19a051ce":"2025-01-09T18:32:45.840Z","4.7.5-canary.a0e0a1c2c":"2025-01-09T19:55:53.623Z","4.7.5-canary.d16a4874b":"2025-01-10T00:42:01.444Z","4.7.5-canary.0755a723d":"2025-01-10T21:10:08.691Z","4.7.6-20250114135622":"2025-01-14T14:09:08.455Z","4.7.5-canary.6a8263446":"2025-01-14T23:13:51.397Z","4.7.5-canary.21164c201":"2025-01-14T23:35:59.996Z","4.7.5-canary.0b318a9b8":"2025-01-15T00:02:44.243Z","4.7.6":"2025-01-16T13:52:56.776Z","4.7.6-canary.144bc3709":"2025-01-16T14:19:42.013Z","4.7.6-canary.3aefcc3e1":"2025-01-16T20:11:21.298Z","4.7.6-canary.97d48c765":"2025-01-21T15:55:22.928Z","4.7.6-canary.2af68a5f7":"2025-01-21T19:56:35.867Z","4.7.6-canary.3c1559b7e":"2025-01-21T20:11:47.381Z","4.7.6-canary.2ec1c7682":"2025-01-22T15:47:12.890Z","4.7.6-canary.d8aabaf9e":"2025-01-23T19:12:11.985Z","4.7.6-canary.24a90eeb0":"2025-01-23T19:57:33.614Z","4.7.6-canary.190cd6217":"2025-01-23T20:53:33.015Z","4.7.6-canary.d75102f84":"2025-01-23T20:59:25.304Z","4.7.6-canary.105d248bd":"2025-01-23T23:13:24.921Z","4.7.6-canary.178ad99b9":"2025-01-24T16:03:07.142Z","4.7.6-canary.59ae45e48":"2025-01-24T20:28:28.031Z","4.7.6-canary.99766e0b8":"2025-01-27T21:06:19.830Z","4.7.6-canary.dafae52af":"2025-01-27T23:55:41.312Z","4.7.6-canary.01f36ea41":"2025-01-29T00:16:06.662Z","4.7.6-canary.28eaaf4ba":"2025-01-30T19:52:20.367Z","4.7.6-canary.82373b372":"2025-01-30T20:39:23.866Z","4.7.6-canary.d1c6e311d":"2025-02-03T22:47:58.943Z","4.7.6-canary.2f92a7402":"2025-02-04T21:44:19.100Z","4.7.6-canary.9d88e3a85":"2025-02-04T22:30:22.683Z","4.7.6-canary.721e5a7e9":"2025-02-05T17:10:05.166Z","4.7.6-canary.313faf66b":"2025-02-05T18:16:54.967Z","4.7.7-20250205191324":"2025-02-05T19:22:23.407Z","4.7.7-20250205220033":"2025-02-05T22:10:09.329Z","4.7.6-canary.5250e8006":"2025-02-05T22:10:47.699Z","4.7.7":"2025-02-06T20:26:02.970Z","4.7.7-canary.4e6a5c670":"2025-02-06T20:41:57.974Z","4.7.7-canary.deb917b5f":"2025-02-10T20:09:49.924Z","4.7.7-canary.45d427494":"2025-02-10T20:15:48.620Z","4.7.7-canary.4d2fc6e82":"2025-02-11T18:57:26.465Z","4.7.8-20250211193804":"2025-02-11T19:45:56.386Z","4.7.7-canary.3418ef807":"2025-02-11T19:48:52.122Z","4.7.8":"2025-02-11T20:26:55.484Z","4.7.7-canary.69c33266d":"2025-02-11T22:00:56.128Z","4.7.7-canary.b3e68ca41":"2025-02-11T22:01:36.474Z","4.7.7-canary.70e08cf95":"2025-02-11T22:10:09.108Z","4.7.7-canary.c791ecf3a":"2025-02-11T22:11:49.597Z","4.7.7-canary.6a28a72eb":"2025-02-12T16:31:32.923Z","4.7.7-canary.c8e5b3e77":"2025-02-12T17:55:42.842Z","4.7.7-canary.554c7bdc1":"2025-02-12T17:56:19.363Z","4.7.7-canary.b92592d98":"2025-02-13T18:59:06.495Z","4.7.7-canary.884cbd7d8":"2025-02-18T18:43:01.479Z","4.7.7-canary.f68148253":"2025-02-19T16:45:59.051Z","4.7.7-canary.84dfeca39":"2025-02-19T16:54:25.359Z","4.7.7-canary.604133f8d":"2025-02-19T21:49:02.776Z","4.7.7-canary.c3266f8d7":"2025-02-20T18:58:53.789Z","4.7.7-canary.ce2c77511":"2025-02-21T00:26:07.606Z","4.7.7-canary.9d8266593":"2025-02-24T17:43:27.823Z","4.7.7-canary.1daf8b47b":"2025-02-24T18:11:13.010Z","4.7.7-canary.dcfb3da2e":"2025-02-24T19:20:53.191Z","4.7.7-canary.117279e27":"2025-02-26T13:43:12.654Z","4.7.7-canary.2d74e5bfb":"2025-02-26T15:38:27.398Z","4.7.7-canary.777f465ff":"2025-02-26T16:04:01.068Z","4.7.9-20250226175635":"2025-02-26T18:06:48.510Z","4.7.7-canary.113c965a3":"2025-02-27T18:24:19.943Z","4.7.9":"2025-02-27T20:43:26.023Z","4.7.9-canary.a24a76aa2":"2025-02-27T21:18:12.178Z","4.7.9-canary.43d6b6735":"2025-03-03T19:31:22.952Z","4.7.9-canary.7ae48246b":"2025-03-03T23:35:33.416Z","4.7.9-canary.058afa280":"2025-03-04T16:40:40.344Z","4.7.9-canary.42cea4810":"2025-03-05T16:09:54.404Z","4.7.9-canary.25985ac3c":"2025-03-06T15:19:22.975Z","4.7.9-canary.33acc6e3c":"2025-03-06T15:20:11.563Z","4.7.9-canary.561117597":"2025-03-06T19:16:05.624Z","4.7.9-canary.51465ce87":"2025-03-06T20:28:48.762Z","4.7.9-canary.feb2c9dfa":"2025-03-10T17:53:07.412Z","4.7.9-canary.a512bc655":"2025-03-17T21:05:56.636Z","4.7.9-canary.95b4fc69d":"2025-03-17T23:17:30.147Z","4.7.10-20250318131644":"2025-03-18T13:25:11.199Z","4.7.10-20250318143520":"2025-03-18T14:43:37.284Z","4.7.9-canary.cf3c8fb2a":"2025-03-18T14:45:54.541Z","4.7.10-20250318151245":"2025-03-18T15:21:22.346Z","4.7.9-canary.e8865f241":"2025-03-18T15:21:42.248Z","4.7.10-20250318174027":"2025-03-18T17:48:48.628Z","4.7.10":"2025-03-20T14:11:27.687Z","4.7.10-canary.202c7328f":"2025-03-20T14:53:52.876Z","4.7.10-canary.14d97210c":"2025-03-20T22:09:50.109Z","4.7.10-canary.571883817":"2025-03-20T22:26:32.942Z","4.7.10-canary.edb40010b":"2025-03-21T22:17:10.106Z","4.7.10-canary.648de84b0":"2025-03-25T14:58:01.503Z","4.7.10-canary.ab8eb26ce":"2025-03-25T17:09:38.536Z","4.7.10-canary.dcc62c031":"2025-03-25T19:18:50.451Z","4.7.10-canary.670eba607":"2025-03-27T20:34:59.845Z","4.7.10-canary.fb5d42275":"2025-03-27T22:06:51.450Z","4.7.10-canary.195d94310":"2025-03-28T14:59:52.048Z","4.7.10-canary.61f0102ac":"2025-03-28T16:37:14.413Z","4.7.10-canary.c8cbfff16":"2025-03-29T00:55:52.478Z","4.7.10-canary.933ba9d3c":"2025-03-31T20:10:08.793Z","4.7.10-canary.88a805580":"2025-04-01T20:20:26.219Z","4.7.10-canary.1df3d26fb":"2025-04-04T19:08:37.910Z","4.7.10-canary.66a09f247":"2025-04-08T17:29:52.964Z","4.7.10-canary.b3328250d":"2025-04-09T14:38:49.737Z","4.7.10-canary.4e0f630e7":"2025-04-09T18:32:27.833Z","4.7.10-eap-vertexai-hybridinference.dcc62c031":"2025-04-09T19:05:01.765Z","4.7.10-canary.ed0803a29":"2025-04-11T15:29:12.362Z","4.7.10-canary.e055e9057":"2025-04-14T17:04:41.163Z","4.7.10-canary.8bb66c28b":"2025-04-15T16:24:30.034Z","4.7.10-canary.0cbff6bc7":"2025-04-15T16:24:59.332Z","4.7.10-canary.1363ecc53":"2025-04-16T04:49:00.101Z","4.7.10-eap-vertexai-hybridinference.3d7df8b90":"2025-04-21T17:25:36.930Z","4.7.11-20250422144518":"2025-04-22T14:53:42.116Z","4.7.10-eap-vertexai-hybridinference.43a69d5da":"2025-04-22T16:05:39.413Z","4.7.10-eap-vertexai-hybridinference.5fa83b371":"2025-04-22T21:41:13.045Z","4.7.10-eap-vertexai-hybridinference.e83974308":"2025-04-23T01:40:22.744Z","4.7.10-canary.20b45d3ab":"2025-04-23T18:15:03.464Z","4.7.10-eap-vertexai-hybgoog.abf0491ae":"2025-04-23T19:28:20.999Z","4.7.10-ssl-check.4f23f3343":"2025-04-23T21:16:50.456Z","4.7.11":"2025-04-24T15:42:56.860Z","4.7.11-canary.9952dbc2d":"2025-04-24T16:14:46.633Z","4.7.10-auth-redirect-credentials.82faa0828":"2025-04-25T18:12:26.488Z","4.7.10-auth-redirect-credentials.b424e5897":"2025-04-25T20:47:09.402Z","4.7.10-eap-vertexai-hybgoog.dc3794a2b":"2025-04-28T18:56:09.920Z","4.7.11-canary.0e2558a96":"2025-04-28T20:26:23.723Z","4.7.11-canary.dd6a8f076":"2025-04-29T13:44:13.398Z","4.7.11-canary.ea1f9139e":"2025-04-29T18:36:41.550Z","4.7.11-firebase-studio-sdk-integration.1adc0ae1f":"2025-04-29T22:55:54.383Z","4.7.10-eap-vertexai-hybgoog.31261ca31":"2025-04-29T23:01:32.756Z","4.7.11-firebase-studio-sdk-integration.226be0bb1":"2025-04-29T23:36:22.238Z","4.7.11-canary.0e1276649":"2025-04-30T19:32:12.063Z","4.7.11-firebase-studio-sdk-integration.9de25069c":"2025-04-30T22:13:06.899Z","4.7.11-canary.080a90dcc":"2025-05-01T02:02:01.589Z","4.7.12-20250505162014":"2025-05-05T16:30:18.284Z","4.7.11-canary.6a02778e3":"2025-05-05T20:22:05.851Z","4.7.11-firebase-studio-sdk-integration.bffdabd70":"2025-05-05T23:11:29.351Z","4.7.11-firebase-studio-sdk-integration.927daddb8":"2025-05-06T00:05:38.399Z","4.7.11-firebase-studio-sdk-integration.fe1264c00":"2025-05-06T22:27:09.664Z","4.7.12-20250507150015":"2025-05-07T15:10:52.917Z","4.7.11-canary.3789b5ad1":"2025-05-07T15:11:32.975Z","4.7.12-20250507151459":"2025-05-07T15:25:52.576Z","4.7.12":"2025-05-07T17:44:40.228Z","4.7.12-canary.d5428f3d2":"2025-05-07T18:26:46.446Z","4.7.12-canary.51e7b489d":"2025-05-07T23:03:42.014Z","4.7.12-canary.f8334eade":"2025-05-07T23:46:39.467Z","4.7.12-canary.050c1b6a0":"2025-05-08T17:27:49.755Z","4.7.12-canary.e99683b17":"2025-05-08T17:52:18.088Z","4.7.12-canary.88584fdeb":"2025-05-08T18:22:14.764Z","4.7.11-firebase-studio-sdk-integration.a528caf5f":"2025-05-09T17:24:13.599Z","4.7.12-canary.8a03143b9":"2025-05-09T20:58:18.946Z","4.7.12-canary.6be75f74d":"2025-05-12T16:54:50.065Z","4.7.11-firebase-studio-sdk-integration.dbac496fa":"2025-05-12T18:10:34.001Z","4.7.12-canary.d5082f9f2":"2025-05-12T19:56:20.156Z","4.7.11-firebase-studio-sdk-integration.0615f555a":"2025-05-12T21:02:16.954Z","4.7.12-canary.72852e12d":"2025-05-12T21:02:55.552Z","4.7.12-canary.39505cc72":"2025-05-12T21:07:15.628Z","4.7.13-20250512211235":"2025-05-12T21:23:13.558Z","4.7.12-eap-ai-hybridinference.c16cbf1a3":"2025-05-13T20:26:56.126Z","4.7.12-canary.f92069a21":"2025-05-13T21:09:08.009Z","4.7.13-20250513210731":"2025-05-13T21:17:37.388Z","4.7.13-20250513212531":"2025-05-13T21:35:47.155Z","4.7.12-canary.799de5997":"2025-05-13T21:37:16.707Z","4.7.11-firebase-studio-sdk-integration.12759bc2e":"2025-05-13T22:33:11.855Z","4.7.13":"2025-05-14T19:21:05.350Z","4.7.13-firebase-studio-sdk-integration.dd7924e1b":"2025-05-14T21:48:58.784Z","4.7.14-20250514221114":"2025-05-14T22:21:29.966Z","4.7.14":"2025-05-14T23:11:30.984Z","4.7.14-canary.3d9291f47":"2025-05-15T17:23:48.291Z","4.7.14-canary.880110bba":"2025-05-15T17:26:19.149Z","4.7.15-20250515171652":"2025-05-15T17:27:29.821Z","4.7.15":"2025-05-20T15:48:47.258Z","4.7.15-canary.2fe754727":"2025-05-20T16:35:47.734Z","4.7.16-20250520183425":"2025-05-20T18:43:03.299Z","4.7.15-canary.35ad52663":"2025-05-20T18:45:06.129Z","4.7.15-firebase-studio-sdk-integration.33b86206f":"2025-05-21T23:00:56.235Z","4.7.16-20250521232236":"2025-05-21T23:31:28.311Z","4.7.15-canary.b5df4ae71":"2025-05-21T23:33:17.544Z","4.7.16":"2025-05-22T00:14:52.861Z","4.7.16-canary.770e455a6":"2025-05-22T00:42:56.186Z","4.7.16-canary.9964849e9":"2025-05-22T16:53:10.310Z","4.7.16-canary.d5e5795c9":"2025-05-22T18:30:16.084Z","4.7.16-firebase-studio-sdk-integration.d15eeea26":"2025-05-23T18:44:59.649Z","4.7.16-canary.ec91a8611":"2025-05-27T14:47:01.324Z","4.7.16-canary.8cb21ffc5":"2025-05-27T14:47:22.563Z","4.7.16-canary.40be2dbb8":"2025-05-27T14:48:29.238Z","4.7.16-canary.1933324e0":"2025-05-28T13:41:57.567Z","4.7.12-eap-ai-hybridinference.58d92df33":"2025-05-28T22:18:38.712Z","4.7.16-canary.af9f8b552":"2025-05-30T20:12:35.056Z","4.7.16-canary.30de503ec":"2025-05-30T20:55:16.078Z","4.7.17-20250603144652":"2025-06-03T14:54:58.570Z","4.7.16-firebase-studio-sdk-integration.0d857eae1":"2025-06-04T18:56:52.830Z","4.7.17":"2025-06-05T14:40:18.949Z","4.7.17-canary.89051ca4d":"2025-06-05T15:24:26.987Z","4.7.17-canary.d590889d6":"2025-06-05T17:03:12.617Z","4.7.17-canary.6cc9a0732":"2025-06-05T21:51:09.123Z","4.7.17-canary.c0617a341":"2025-06-05T22:00:14.174Z","4.7.17-canary.0f891d861":"2025-06-06T17:30:01.265Z","4.7.17-canary.230692087":"2025-06-09T23:22:45.851Z","4.7.17-canary.a0583094a":"2025-06-10T19:29:22.666Z","4.7.17-canary.7fb64dd82":"2025-06-13T14:20:14.778Z","4.7.17-canary.13e6cce88":"2025-06-17T21:53:17.392Z","4.7.17-canary.b97eab36a":"2025-06-18T20:06:36.661Z","4.7.17-firebase-studio-sdk-integration.11d58925e":"2025-06-19T00:34:51.815Z","4.7.17-canary.41e3c4cdf":"2025-06-20T19:57:45.823Z","4.7.17-canary.f73e08b21":"2025-06-20T21:36:02.211Z","4.7.17-canary.42ac40117":"2025-06-23T17:19:43.966Z","4.7.17-canary.bb57947c9":"2025-06-23T18:09:51.155Z","4.7.17-canary.7ae5b12b9":"2025-06-23T19:09:51.131Z","4.7.17-canary.86155b3c8":"2025-06-23T20:42:31.123Z","4.8.0-20250626140224":"2025-06-26T14:12:37.930Z","4.7.17-canary.3d44792f1":"2025-06-26T17:31:46.092Z","4.8.0":"2025-06-30T16:48:43.510Z","4.7.17-canary.5d13166dc":"2025-07-02T04:48:28.801Z","4.7.17-canary.247b92f9b":"2025-07-02T04:48:48.143Z","4.7.17-canary.8072572f9":"2025-07-02T20:19:53.402Z","4.7.17-canary.ab5c2a06e":"2025-07-03T06:35:26.025Z","4.7.17-canary.a029ce39e":"2025-07-07T15:40:52.927Z","4.7.17-canary.ae976d029":"2025-07-08T21:38:06.054Z","4.7.17-canary.a4ccd254d":"2025-07-09T14:08:27.131Z","4.7.17-canary.91fa484b5":"2025-07-09T14:43:12.356Z","4.7.17-canary.47b154c75":"2025-07-09T14:53:15.471Z","4.7.17-canary.6ab4e13a1":"2025-07-09T18:38:17.917Z","4.7.17-canary.ec5f37403":"2025-07-09T19:04:29.657Z","4.7.17-canary.e59cd7da1":"2025-07-10T23:27:17.295Z","4.8.0-canary.2b5731292":"2025-07-11T17:36:51.021Z","4.8.0-canary.f11b55294":"2025-07-11T18:47:32.368Z","4.8.0-canary.2d720995d":"2025-07-12T00:39:53.364Z","4.8.0-canary.d91169f06":"2025-07-12T01:02:31.908Z","4.8.0-canary.cb19688bf":"2025-07-14T20:17:31.668Z","4.8.0-canary.5200f7bb7":"2025-07-14T21:09:10.809Z","4.8.0-canary.25b60fdaa":"2025-07-15T17:01:26.104Z","4.8.0-canary.a9be6757f":"2025-07-15T17:01:52.933Z","4.9.0-20250715195345":"2025-07-15T20:04:04.183Z","4.9.0-20250716004940":"2025-07-16T01:00:17.817Z","4.8.0-canary.f18b25f73":"2025-07-16T01:01:17.071Z","4.8.0-canary.9771bffad":"2025-07-16T18:14:58.447Z","4.9.0-20250716201504":"2025-07-16T20:25:41.515Z","4.8.0-canary.574800585":"2025-07-17T17:28:26.967Z","4.9.0":"2025-07-17T21:10:05.148Z","4.9.0-canary.56fbe5207":"2025-07-17T21:38:24.107Z","4.9.0-canary.a4897a621":"2025-07-22T19:06:05.645Z","4.9.0-canary.b9209dc91":"2025-07-29T17:53:16.999Z","4.9.0-canary.492353771":"2025-07-31T15:36:39.803Z","4.9.0-canary.e25317f9f":"2025-08-06T23:29:51.019Z","4.9.0-canary.44d8d742f":"2025-08-07T23:56:11.408Z","4.9.0-canary.cc605e728":"2025-08-08T20:12:22.708Z","4.9.0-firebase-studio-sdk-integration.f7536090e":"2025-08-12T18:36:46.739Z","4.9.0-firebase-studio-sdk-integration.556d1bed2":"2025-08-13T18:31:14.259Z","4.9.0-canary.5501791d0":"2025-08-13T23:08:44.842Z","4.9.0-canary.2058432e6":"2025-08-18T20:21:26.654Z","4.9.0-canary.02280d747":"2025-08-20T16:28:10.033Z","4.9.0-canary.9b63cd60e":"2025-08-20T16:32:42.559Z","4.9.0-canary.84b8bed35":"2025-08-21T17:32:33.263Z","4.9.0-canary.c5f08a9bc":"2025-08-21T17:32:57.775Z","4.9.0-canary.cbef6c6e5":"2025-08-26T16:39:37.121Z","4.9.0-canary.984086b0b":"2025-08-27T14:14:11.083Z","4.9.1-20250827140758":"2025-08-27T14:15:55.432Z","4.9.1":"2025-08-28T15:50:52.319Z","4.9.1-canary.f2ecae7df":"2025-08-28T16:40:11.987Z","4.9.1-canary.095c098de":"2025-08-29T00:11:49.217Z","4.9.1-canary.4d834deb2":"2025-08-29T17:30:38.957Z","4.9.1-canary.a4848b401":"2025-09-02T17:15:49.166Z","4.9.1-canary.55f3f83a7":"2025-09-04T16:22:07.209Z","4.9.1-canary.06ab5c4f9":"2025-09-09T18:26:49.858Z","4.9.1-canary.120a30838":"2025-09-12T17:26:17.102Z","4.9.1-canary.9b8ab02c5":"2025-09-15T16:18:20.928Z","4.9.1-canary.43276b041":"2025-09-16T21:19:56.999Z","4.9.1-canary.c1237662e":"2025-09-17T16:20:50.246Z","4.9.2-20250917161512":"2025-09-17T16:23:32.950Z","4.9.1-canary.6ab71fa0b":"2025-09-18T18:46:28.336Z","4.9.2":"2025-09-18T23:08:21.532Z","4.9.2-canary.cb3bdd812":"2025-09-18T23:35:46.100Z","4.9.2-canary.1bcf83d7f":"2025-09-24T16:14:18.431Z","4.9.2-canary.0ffcb26af":"2025-09-25T15:05:50.672Z","4.9.2-canary.7a7634f79":"2025-09-25T18:44:51.086Z","4.9.2-canary.ea8512812":"2025-09-29T17:56:57.396Z","4.9.2-canary.0bb2fe636":"2025-09-29T18:15:46.784Z","4.9.2-canary.ccbf7ba36":"2025-09-29T19:05:51.623Z","4.9.2-canary.2596dd1b5":"2025-10-07T13:52:28.173Z","4.9.2-canary.b7e18d0ff":"2025-10-09T13:15:58.241Z","4.9.2-canary.261508183":"2025-10-10T17:37:23.006Z","4.9.2-canary.c8263c471":"2025-10-16T16:49:31.010Z","4.9.2-canary.44d9891f9":"2025-10-20T16:13:33.582Z","4.9.2-canary.91c218db2":"2025-10-20T16:15:16.069Z","4.9.2-canary.22e0a1adb":"2025-10-20T16:35:23.056Z","4.9.2-canary.8209266c6":"2025-10-21T18:18:05.815Z","4.9.2-canary.bc5a7c4a7":"2025-10-28T16:27:20.817Z","4.9.2-canary.6e0e30317":"2025-10-28T21:15:35.779Z","4.9.2-canary.63167c68a":"2025-10-30T16:16:30.844Z","4.9.2-canary.c47bd7175":"2025-10-30T19:36:09.724Z","4.9.2-eap-firestore-pipelines.1.f9c4cdec7":"2025-11-05T01:36:45.611Z","4.9.2-canary.0800a8bed":"2025-11-05T19:18:52.036Z","4.9.2-eap-firestore-pipelines.2.e4cdd2e06":"2025-11-06T02:52:59.443Z","4.9.2-canary.6abe52967":"2025-11-11T04:30:39.995Z","4.9.2-canary.f06cbf99b":"2025-11-12T14:58:19.869Z","4.9.2-canary.5c35f514c":"2025-11-12T18:20:09.160Z","4.9.2-canary.180b1ad9b":"2025-11-13T02:30:07.559Z","4.9.2-canary.b228a2ab9":"2025-11-13T15:03:02.601Z","4.9.2-canary.578686b0b":"2025-11-13T22:17:51.597Z","4.9.2-canary.d1d898f55":"2025-11-14T19:19:38.075Z","4.9.2-canary.60d1b18bd":"2025-11-20T17:53:18.530Z","4.9.2-canary.59407948d":"2025-11-24T20:09:01.093Z","4.9.2-canary.e6415ddee":"2025-11-25T19:46:05.262Z","4.9.2-canary.9101b4611":"2025-12-01T20:41:25.335Z","4.9.2-canary.f5fc6bf76":"2025-12-01T20:48:27.352Z","4.9.2-canary.5c7430dea":"2025-12-03T21:24:14.116Z","4.9.2-canary.a09ef786f":"2025-12-04T18:58:21.376Z","4.9.2-canary.1e406a2b7":"2025-12-04T19:49:41.427Z","4.9.2-canary.5511b4fa7":"2025-12-09T14:58:24.320Z","4.9.2-canary.bc2b2cdea":"2025-12-12T19:28:47.305Z","4.9.3-20251215180848":"2025-12-15T18:16:53.074Z","4.9.3":"2025-12-16T13:56:00.881Z","4.9.3-canary.8e26a5590":"2025-12-16T16:16:47.063Z","4.9.2-caching-fdc.9f17eac6e":"2025-12-16T18:12:12.296Z","4.9.3-canary.8bac8f0b2":"2026-01-07T18:23:55.436Z","4.9.3-canary.9cf4b7e35":"2026-01-05T20:32:11.693Z","4.9.3-canary.5579b387a":"2026-01-12T18:55:26.263Z","4.9.3-canary.b2827448b":"2026-01-13T15:54:52.859Z","4.10.0-20260114160934":"2026-01-14T16:18:42.800Z","4.9.3-canary.d5ff5a4b1":"2026-01-14T16:21:55.205Z","4.9.3-canary.efc0117ae":"2026-01-14T19:11:19.752Z","4.10.0-20260114192924":"2026-01-14T19:38:11.982Z","4.10.0":"2026-01-14T23:31:23.038Z","4.10.0-canary.817151ee9":"2026-01-15T00:26:39.952Z","4.10.0-canary.58ddd6e54":"2026-01-16T15:48:36.890Z","4.10.0-canary.d818df4e8":"2026-01-21T20:34:30.063Z","4.10.0-canary.08e3acdf0":"2026-01-26T18:10:33.312Z","4.10.0-canary.f9aaeca46":"2026-01-26T18:12:45.558Z","4.10.0-canary.c4a3a5643":"2026-01-27T16:11:01.606Z","4.10.0-canary.2e7432986":"2026-01-29T19:35:48.264Z","4.10.0-canary.65a553baf":"2026-01-29T19:46:20.226Z","4.10.0-canary.8123231a1":"2026-01-29T21:20:05.315Z","4.10.0-canary.691a506ec":"2026-01-29T20:13:32.939Z","4.10.0-canary.f9254b6d2":"2026-01-30T18:12:44.703Z","4.11.0-20260203132428":"2026-02-03T13:33:13.950Z","4.10.0-canary.b10a296fa":"2026-02-03T18:57:10.470Z","4.11.0":"2026-02-05T14:22:27.460Z","4.11.0-canary.e4b2890fd":"2026-02-05T14:54:52.204Z","4.11.0-canary.2bd48a604":"2026-02-18T17:26:03.046Z","4.11.0-canary.35b284af4":"2026-02-18T18:24:07.201Z","4.11.0-canary.93eeffcb3":"2026-02-18T18:24:58.027Z","4.11.0-canary.d7c311a4b":"2026-02-18T18:26:54.174Z","4.11.0-canary.9ced4281d":"2026-02-18T18:28:51.017Z","4.11.0-canary.c48b47674":"2026-02-18T18:29:30.063Z","4.11.0-canary.4d2ab8507":"2026-02-18T18:31:34.198Z","4.11.0-canary.d4b22a872":"2026-02-18T18:34:15.152Z","4.11.0-canary.7b1e6ec79":"2026-02-18T19:52:22.023Z","4.11.0-canary.47f85219d":"2026-02-18T19:52:44.636Z","4.11.0-canary.f0b0398eb":"2026-02-19T19:59:17.413Z","4.11.0-canary.46fa57f9e":"2026-02-19T20:00:15.267Z","4.12.0-20260224183151":"2026-02-24T18:43:29.974Z","4.11.0-canary.920624ade":"2026-02-26T21:00:25.149Z","4.12.0":"2026-02-27T15:58:38.417Z","4.12.0-canary.78384d32c":"2026-03-02T16:07:29.269Z","4.12.0-canary.22476e1bc":"2026-03-02T18:35:32.232Z","4.12.0-canary.792c61671":"2026-03-05T21:32:32.719Z","4.12.0-canary.d7b182645":"2026-03-11T17:03:07.528Z","4.12.0-canary.891a0c9d4":"2026-03-17T15:06:22.738Z","4.12.0-canary.843a8d789":"2026-03-17T15:06:35.902Z","4.13.0-20260317152345":"2026-03-17T15:35:11.254Z","4.13.0":"2026-03-19T12:54:19.213Z","4.13.0-canary.ba0bc39bb":"2026-03-20T23:49:09.043Z","4.13.0-canary.f4e0086e3":"2026-03-23T23:07:52.604Z","4.13.0-canary.44ad4cc2e":"2026-03-25T19:35:16.051Z","4.13.0-canary.742e17a8e":"2026-03-31T17:46:02.403Z","4.13.0-canary.bfb9accdc":"2026-04-01T00:31:55.395Z"},"readme":"# @firebase/firestore\n\nThis is the [Cloud Firestore](https://firebase.google.com/docs/firestore/) component of the\n[Firebase JS SDK](https://www.npmjs.com/package/firebase).\n\n**This package is not intended for direct usage, and should only be used via the officially\nsupported [firebase](https://www.npmjs.com/package/firebase) package.**\n\nIf you are developing a Node.js application that requires administrative access to Cloud Firestore,\nuse the [`@google-cloud/firestore`](https://www.npmjs.com/package/@google-cloud/firestore) Server\nSDK with your developer credentials.\n\n## Documentation\n\nFor comprehensive documentation please see the [Firebase Reference\nDocs][reference-docs].\n\n[reference-docs]: https://firebase.google.com/docs/reference/js/\n\n## Contributing\nSee [Contributing to the Firebase SDK](../../CONTRIBUTING.md) for general\ninformation about contributing to the firebase-js-sdk repo and\n[Contributing to the Cloud Firestore Component](./CONTRIBUTING.md) for\ndetails specific to the Cloud Firestore code and tests.","users":{}}